Replace %ld with %jd and cast to intmax_t
[platform/upstream/glibc.git] / ChangeLog
1 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
2
3         [BZ #17732]
4         * io/test-utime.c (main): Replace %ld with %jd and cast to
5         intmax_t.
6         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
7         * nptl/tst-mutex5.c: Include <stdint.h>.
8         (do_test): Replace %ld with %jd and cast to intmax_t.
9
10 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
11             H.J. Lu  <hongjiu.lu@intel.com>
12
13         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
14         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
15         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
16         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
17         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
18         version if bit_Fast_Unaligned_Load is set.
19         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
20         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
21         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
22         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
23         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
24         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
25         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
26         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
27         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
28         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
29         to 4.
30         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
31         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
32         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
33         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
34
35 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
36
37         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
38         instead of #if to avoid a Wundef warning.
39         * stdlib/tst-limits.c (do_test): Likewise.
40
41         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
42         parallel other exception macros.
43         (fegetenv): Convert from macro to extern inline so that it applies
44         retroactively to inline functions already seen by the compiler.
45         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
46
47         * posix/Makefile (before-compile): Use $(objpfx) for
48         posix-conf-vars-def.h.
49
50 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
51
52         * posix/getconf.c (main): Use size_t for type of I.
53         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
54         NSPEC.
55
56         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
57         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
58         * posix/posix-envs.def: Likewise.
59         * sysdeps/posix/sysconf.c: Likewise.
60         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
61         (specs): Remove array.
62         * scripts/gen-posix-conf-vars.awk: Support generation of specs
63         array.
64
65         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
66         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
67         (__sysconf): Use CONF_IS_* macros.
68
69         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
70         ($(objpfx)posix-conf-vars-def.h): New target.
71         * posix/posix-conf-vars.list: New file.
72         * posix/posix-conf-vars.h: New file.
73         * posix/confstr.c: Include posix-conf-vars.h.
74         (confstr): Use CONF_IS_* macros.
75         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
76         CONF_IS_* macros.
77         * scripts/gen-posix-conf-vars.awk: New file.
78
79 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
80
81         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
82         fegetround): Add no-op macros to avoid linknamespace issues.
83
84         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
85         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
86
87         * sysdeps/unix/sysv/linux/tile/sysdep.h
88         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
89         assembly-specific section to avoid a redefinition warning.
90
91         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
92         long before casting to pointer to avoid a cast warning.
93
94 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
95
96         * sysdeps/tile/tilegx/Implies: New file.
97
98 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
99
100         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
101
102 2014-12-23  Florian Weimer  <fweimer@redhat.com>
103
104         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
105
106 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
107
108         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
109         not define.
110         * sysdeps/unix/sysv/linux/utimes.c: Do not include
111         <kernel-features.h>.
112         (__utimes) [__NR_utimes]: Make code unconditional.
113         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
114         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
115         (__ASSUME_UTIMES): Do not undefine.
116         * sysdeps/unix/sysv/linux/tile/kernel-features.h
117         (__ASSUME_UTIMES): Likewise.
118         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
119         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
120         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
121         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
122
123 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
124
125         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
126
127 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
128
129         [BZ #17747]
130         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
131         alias to weak alias for j0l, y0l.
132         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
133         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
134
135         [BZ #17746]
136         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
137         conversion.
138
139 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
140
141         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
142         to zero if not already defined.
143
144 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
145
146         [BZ #17724]
147         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
148         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
149         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
150         (char *) casts added.
151         * sysdeps/ieee754/k_standardf.c: New file.
152         * sysdeps/ieee754/k_standardl.c: Likewise.
153         * math/Makefile (libm-support): Remove k_standard.
154         (libm-calls): Add k_standard.
155
156 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
157
158         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
159         Optimize to avoid an unnecessary FPCR read.
160
161 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
162
163         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
164         Optimize to reduce FPCR/FPSR accesses.
165
166 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
167
168         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
169         Call libc_fetestexcept_aarch64.
170
171 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
172
173         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
174         Call libc_fesetround_aarch64.
175
176 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
177
178         [BZ #17733]
179         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
180         (__bind): Do not define as weak alias.
181         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
182         define.
183         (__getsockname): Do not define as weak alias.
184
185 2014-12-22  Will Newton  <will.newton@linaro.org>
186
187         * manual/install.texi: Document that we require bison 2.7
188         or above.
189         * INSTALL: Regenerate.
190         * configure.ac: Use AC_CHECK_PROG_VER instead of
191         AC_PATH_PROG when checking for bison and check for
192         version 2.7 or above.
193         * configure: Regenerate.
194
195 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
196
197         [BZ #17745]
198         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
199         * sysdeps/tile/ffsll.c (ffsll): To here.
200
201         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
202
203 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
204
205         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
206         if not defined.
207         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
208         definition.
209         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
210         hidden ___tls_get_addr.
211         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
212         hidden __tls_get_addr.
213         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
214         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
215         Likewise.
216
217 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
218
219         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
220         _dl_init call.
221
222 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
223
224         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
225         from "call _dl_init@PLT".
226         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
227
228 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
229
230         * manual/search.texi: (Array Sort Function): Clarify stable sorting
231         guarantees.
232
233 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
234
235         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
236
237 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
238
239         [BZ #17744]
240         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
241         strnlen.
242
243 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
244
245         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
246         of multu on MIPSr6.
247         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
248         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
249         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
250         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
251         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
252
253 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
254
255         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
256         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
257         (PTR_SUBU): Use subu for mips32r6/mips64r6.
258         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
259         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
260         mips32r6/mips64r6.
261         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
262
263 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
264
265         * string/strncat.c (STRNCAT): Simplify implementation.
266
267 2014-12-19  David S. Miller  <davem@davemloft.net>
268
269         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
270         access the quad as both a long double and as a series of 4 words.
271
272         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
273         link_map->l_info array access.
274
275 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
276
277         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
278
279         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
280         * math/atest-exp2.c (TIMEOUT): Likewise.
281         * math/atest-sincos.c (TIMEOUT): Likewise.
282
283 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
284
285         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
286         -Wno-error with -fno-builtin-lround.
287
288 2014-12-19  Torvald Riegel  <triegel@redhat.com>
289
290         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
291         Contains futex constants and functions moved over from ...
292         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
293         <lowlevellock-futex.h>.
294         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
295         (lll_timedwait_tid): Add comments and parentheses around macro
296         arguments.
297
298 2014-12-19  Torvald Riegel  <triegel@redhat.com>
299
300         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
301         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
302         (__lll_private_flag): Remove.
303         (lll_futex_wait): Likewise.
304         (lll_futex_timed_wait): Likewise.
305         (lll_futex_wake): Likewise.
306         (lll_futex_requeue): Likewise.
307         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
308         (__lll_timedwait_tid): Spell out argument names.
309         (lll_timedwait_tid): Add comments and parentheses around macro
310         arguments.
311         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
312         LLL_SHARED and LLL_PRIVATE usable from assembly code.
313
314 2014-12-19  Torvald Riegel  <triegel@redhat.com>
315
316         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
317         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
318         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
319         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
320         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
321         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
322         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
323         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
324         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
325         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
326         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
327         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
328         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
329         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
330         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
331         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
332         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
333         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
334         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
335
336 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
337
338         * sysdeps/x86_64/x32/Makefile: New file.
339
340 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
341
342         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
343         1L with (mp_limb_t) 1.
344
345 2014-12-17  Roland McGrath  <roland@hack.frob.com>
346
347         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
348         * nptl/libc_pthread_init.c: ... here.
349         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
350         * nptl/register-atfork.c: ... here.
351
352         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
353         Use pthread_sigmask rather than INTERNAL_SYSCALL.
354         Use assert_perror to check its return value.
355         (__gai_create_helper_thread): Likewise.
356
357         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
358
359         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
360
361 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
362
363         [BZ #17725]
364         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
365         __profil_counter.
366         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
367         Likewise.
368         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
369         Likewise.
370         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
371         Likewise.
372         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
373         (profil_counter): Likewise.
374         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
375         (profil_counter): Likewise.
376         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
377         Likewise.
378         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
379         Likewise.
380         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
381         (profil_counter): Likewise.
382         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
383         Likewise.
384         [!__profil_counter] (profil_counter): Define as weak alias of
385         __profil_counter.
386         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
387         (profil_counter): Rename to __profil_counter.
388         [!__profil_counter] (profil_counter): Define as weak alias of
389         __profil_counter.
390         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
391         (profil_counter): Rename to __profil_counter.
392         [!__profil_counter] (profil_counter): Define as weak alias of
393         __profil_counter.
394         * sysdeps/posix/profil.c: Update comment referring to
395         profil_counter.
396         (__profil): Use __profil_counter instead of profil_counter.
397         * sysdeps/posix/sprofil.c (profil_counter): Rename to
398         __profil_counter.  Use __profil_counter_ushort and
399         __profil_counter_uint in definitions.
400         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
401         instead of profil_counter_uint and profil_counter_ushort.
402
403         [BZ #17722]
404         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
405         define as weak alias of __inet_makeaddr.
406         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
407         as weak alias of __inet_addr.
408         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
409         as weak alias of __inet_pton.  Use libc_hidden_weak.
410         * include/arpa/inet.h (__inet_pton): Declare.  Use
411         libc_hidden_proto.
412         (inet_makeaddr): Don't use libc_hidden_proto.
413         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
414         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
415         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
416         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
417         Remove variable.
418         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
419         (test-xfail-POSIX/time.h/linknamespace): Likewise.
420
421 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
422
423         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
424
425 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
426
427         * stdio-common/bug-vfprintf-nargs.c (do_test):
428         Cast value to intptr_t to avoid format warning
429         for usage with PRIdPTR printing macro.
430
431 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
432
433         * libio/tst-widetext.c (do_test):
434         Use format type %td instead of %Zd for ptrdiff_t
435         in order to avoid format warning.
436
437 2014-12-17  Andreas Schwab  <schwab@suse.de>
438
439         * nscd/mem.c (gc): Add size_t cast to match printf format.
440
441 2014-12-16  Roland McGrath  <roland@hack.frob.com>
442
443         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
444         (init): Apply PTR_MANGLE to pointers before storing them.
445         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
446         before using them.
447
448 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
449
450         [BZ #17719]
451         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
452         define as weak alias of __memrchr.
453         (__memrchr): Do not define as strong alias of memrchr.
454         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
455         Remove variable.
456         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
457         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
458         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
459
460         [BZ #17717]
461         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
462         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
463         (if_indextoname): Rename to __if_indextoname and define as weak
464         alias of __if_indextoname.  Use libc_hidden_weak.
465         (if_freenameindex): Rename to __if_freenameindex and define as
466         weak alias of __if_freenameindex.
467         (if_nameindex): Rename to __if_nameindex and define as weak alias
468         of __if_nameindex.
469         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
470         __if_nametoindex and define as weak alias of __if_nametoindex.
471         Use libc_hidden_weak.
472         (if_freenameindex): Rename to __if_freenameindex and define as
473         weak alias of __if_freenameindex.
474         (if_nameindex): Rename to __if_nameindex and define as weak alias
475         of __if_nameindex.
476         (if_indextoname): Rename to __if_indextoname and define as weak
477         alias of __if_indextoname.  Use libc_hidden_weak.
478         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
479         __if_nametoindex and define as weak alias of __if_nametoindex.
480         Use libc_hidden_weak.
481         (if_freenameindex): Rename to __if_freenameindex and define as
482         weak alias of __if_freenameindex.  Use libc_hidden_weak.
483         (if_nameindex_netlink): Use __if_freenameindex instead of
484         if_freenameindex.
485         (if_nameindex): Rename to __if_nameindex and define as weak alias
486         of __if_nameindex.  Use libc_hidden_weak.
487         (if_indextoname): Rename to __if_indextoname and define as weak
488         alias of __if_indextoname.  Use libc_hidden_weak.
489         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
490         libc_hidden_proto.
491         [!_ISOMAC] (__if_freenameindex): Likewise.
492         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
493         if_nametoindex.
494         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
495         variable.
496         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
497         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
498         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
499         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
500         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
501         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
502         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
503
504         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
505         Remove variable.
506         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
507         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
508
509 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
510
511         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
512         subscript above bounds'
513
514         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
515         bounds.
516
517 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
518
519         * libio/tst-fopenloc.c: Use test-skeleton.c.
520
521         * stdlib/tst-bsearch.c: Use test-skeleton.c.
522         (entry): Rename to ITEM.
523         (do_test, comp): Adjust.
524
525         * stdio-common/tst-fseek.c: Use test-skeleton.c.
526
527 2014-12-16  Torvald Riegel  <triegel@redhat.com>
528
529         * string/tester.c: Include <libc-internal.h>.
530         (test_memset): Ignore -Wmemset-transposed-args.
531
532 2014-12-16  Torvald Riegel  <triegel@redhat.com>
533
534         * misc/tst-mntent2.c (do_test): Fix warning.
535
536 2014-12-16  Torvald Riegel  <triegel@redhat.com>
537
538         * elf/tst-unique4lib.cc(a): Mark as used.
539
540 2014-12-16  Florian Weimer  <fweimer@redhat.com>
541
542         [BZ #17630]
543         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
544         names.
545
546 2014-12-16  Allan McRae  <allan@archlinux.org>
547
548         * stdio-common/Makefile (tests): Re-add bug26.
549
550 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
551
552         [BZ #17657]
553         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
554         static array.
555
556 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
557
558         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
559         (__lll_lock_wait): Likewise.
560         (__lll_timedlock_wait): Likewise.
561         (__lll_timedwait_tid): Likewise.
562         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
563         (__lll_robust_timedlock_wait): Likewise.
564         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
565         (lll_cond_trylock): Likewise.
566         (__lll_lock): Likewise.
567         (__lll_robust_lock): Likewise.
568         (__lll_cond_lock): Likewise.
569         (lll_robust_cond_lock): Likewise.
570         (__lll_timedlock): Likewise.
571         (__lll_robust_timedlock): Likewise.
572         (__lll_unlock): Likewise.
573         (__lll_robust_unlock): Likewise.
574         (lll_wait_tid): Likewise.
575         (lll_timedwait_tid): Likewise.
576
577 2014-12-15  Torvald Riegel  <triegel@redhat.com>
578
579         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
580
581 2014-12-15  Torvald Riegel  <triegel@redhat.com>
582
583         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
584
585 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
586
587         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
588         * stdio-common/tst-sprintf.c: Likewise.
589
590 2014-12-15  Torvald Riegel  <triegel@redhat.com>
591
592         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
593
594 2014-12-15  Jeff Law  <law@redhat.com>
595
596         [BZ #16617]
597         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
598         on the heap.  (CVE-2012-3406)
599         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
600         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
601         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
602
603 2014-12-15  Will Newton  <will.newton@linaro.org>
604
605         * manual/install.texi: Bump required version of texinfo
606         to 4.7 from 4.5.
607         * INSTALL: Regenerated.
608         * configure.ac: Check for makeinfo version 4.7 and above.
609         * configure: Regenerated.
610
611 2014-12-12  Roland McGrath  <roland@hack.frob.com>
612
613         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
614         PREFIX, string constant to insert between directory and name.
615         * sysdeps/posix/shm_open.c: Update caller.
616         * sysdeps/posix/shm_unlink.c: Likewise.
617         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
618         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
619         (SEM_SHM_PREFIX): New macro.
620         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
621         [$(have-thread-library) = no].
622         * nptl/Makefile (libpthread-routines): Add shm-directory.
623         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
624         * sysdeps/nptl/shm-directory.h: New file.
625         * sysdeps/posix/shm-directory.c
626         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
627         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
628         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
629         INTERNAL_SYSCALL.
630         (__where_is_shmfs): Function removed.
631         (mountpoint, defaultmount, defaultdir, __namedsem_once):
632         Variables removed.
633         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
634         Use SHM_GET_NAME.
635         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
636
637         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
638         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
639         unconditional for use inside libpthread.
640         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
641
642 2014-12-12  Roland McGrath  <roland@hack.frob.com>
643
644         * nptl/pthread_getaffinity.c: New file.
645         * nptl/pthread_setaffinity.c: New file.
646         * nptl/pthread_getname.c: New file.
647         * nptl/pthread_setname.c: New file.
648
649         * nptl/pthread_create.c (START_THREAD_DEFN)
650         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
651
652 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
653             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
654
655         * resolv/res_send.c (send_vc): Disable warning resplen may
656         be used uninitialized.
657
658 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
659
660         * nptl/tst-mutex6.c
661         (ATTR_NULL): New define checks ATTR against NULL.
662         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
663         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
664
665 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
666
667         [BZ #17581]
668         * malloc/hooks.c
669         (mem2mem_check): Revert my previous change.
670         (malloc_check_get_size): Revert my previous change.
671         (mem2chunk_check): Revert my previous change.
672
673 2014-12-11  Roland McGrath  <roland@hack.frob.com>
674
675         * sysdeps/posix/shm-directory.c: New file.
676         * sysdeps/posix/shm-directory.h: New file.
677         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
678         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
679         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
680         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
681         Transmute EPERM to EACCES.
682         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
683         from ...
684         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
685         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
686
687 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
688
689         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
690         pointer and cast to uintptr_t.
691         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
692         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
693         Add cast to avoid warning.
694         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
695
696 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
697
698         * nptl/semaphore.h: Move to ...
699         * sysdeps/pthread/semaphore.h: ... here.
700         * Makefile (installed-headers): Change nptl/semaphore.h to
701         sysdeps/pthread/semaphore.h.
702
703 2014-12-11  Roland McGrath  <roland@hack.frob.com>
704
705         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
706         generated error format strings.
707
708         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
709         -Wformat-extra-args warnings for scanf formats.
710         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
711         test of zero-length format (duh).
712         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
713         corner-case scanf format test.
714         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
715         generated fprintf format string.
716         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
717         corner-case sprintf format tests.
718         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
719         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
720         -Wformat-extra-args warnings throughout.
721         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
722         (CFLAGS-scanf4.c): Likewise.
723         (CFLAGS-scanf7.c): Likewise.
724         (CFLAGS-tst-sprintf.c): Likewise.
725         (CFLAGS-tst-printf.c): Likewise.
726         (CFLAGS-tst-printfsz.c): Likewise.
727
728 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
729
730         * include/cpio.h: New file.
731         * include/fmtmsg.h: Likewise.
732
733         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
734         corresponding format argument to size_t.
735         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
736         arguments.
737         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
738         corresponding format argument to size_t.
739         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
740         arguments.
741         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
742         corresponding format argument to size_t.
743         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
744         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
745         (CFLAGS-tst-mbswcs2.c): Likewise.
746         (CFLAGS-tst-mbswcs3.c): Likewise.
747         (CFLAGS-tst-mbswcs4.c): Likewise.
748         (CFLAGS-tst-mbswcs5.c): Likewise.
749         (CFLAGS-tst-trans.c): Likewise
750
751 2014-12-11  Roland McGrath  <roland@hack.frob.com>
752
753         * posix/regexbug1.c (main): Use "%s" format with regerror results,
754         rather than assuming they won't contain any '%'s.
755
756 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
757
758         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
759         inhibit_loop_to_libcall to avoid recursive calls.
760         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
761         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
762
763 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
764
765         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
766         prototype.
767
768 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
769
770         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
771         integer value instead of boolean.
772
773 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
774
775         * malloc/malloc.c: Fix powerof2 check.
776
777 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
778
779         * locale/programs/locfile.h (maybe_swap_uint32):
780         Remove inline and add unused attribute.
781
782 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
783
784         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
785         Truncating assembler expression to a .long expression.
786
787 2014-12-11  Andreas Schwab  <schwab@suse.de>
788
789         * elf/rtld.c (struct map_args): Constify str member.
790         (do_preload): Constify fname argument.
791
792 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
793
794         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
795         constants definition.
796
797 2014-12-11  Andreas Schwab  <schwab@suse.de>
798
799         [BZ #16657]
800         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
801         FORCE_ELISION instead of DO_ELISION.
802         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
803         Remove.
804         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
805         Likewise.
806
807         * iconvdata/gconv-modules: Remove duplicate entry.
808
809 2014-12-11  Will Newton  <will.newton@linaro.org>
810
811         Merge gettext 0.19.3 into intl/.
812
813         This involves a number of cosmetic changes to comments
814         and ANSI function definitions and prototypes throughout
815         all the files. The gettext copyright header is used but
816         with the date ranges taken from the glibc copy.
817
818         * NEWS: Add gettext merge to 2.21.
819         * intl/bindtextdom.c: Switch to gettext copyright.
820         Use ANSI definitions and prototypes.
821         Use gl_* locking primitives rather than __libc_* ones.
822         Use __builtin_expect rather than __glibc_likely/unlikely.
823         * intl/dcgettext.c: Switch to gettext copyright.
824         Use ANSI definitions and prototypes.
825         * intl/dcigettext.c: Switch to gettext copyright.
826         Use ANSI definitions and prototypes.
827         (INTDIV0_RAISES_SIGFPE): New define.
828         Use gl_* locking primitives rather than __libc_* ones.
829         Include eval-plural.h instead of plural-eval.c.
830         Use __builtin_expect rather than __glibc_likely/unlikely.
831         * intl/dcngettext.c: Switch to gettext copyright.
832         Use ANSI definitions and prototypes.
833         * intl/dgettext.c: Likewise.
834         * intl/dngettext.c: Likewise.
835         * intl/plural-eval.c: Renamed to...
836         * intl/eval-plural.h: ...this.
837         * intl/explodename.c: Switch to gettext copyright.
838         Use ANSI definitions and prototypes.
839         (_nl_explode_name): Use strchr instead of __rawmemchr.
840         * intl/finddomain.c: Switch to gettext copyright.
841         Use ANSI definitions and prototypes.
842         Use gl_* locking primitives rather than __libc_* ones.
843         (_nl_find_domain): Use malloc rather than alloca for
844         allocation of temporary locale name.
845         * intl/gettext.c: Switch to gettext copyright.
846         Use ANSI definitions and prototypes.
847         * intl/gettextP.h: Switch to gettext copyright.
848         Use ANSI definitions and prototypes.
849         Use gl_* locking primitives rather than __libc_* ones.
850         * intl/gmo.h: Switch to gettext copyright.
851         (struct sysdep_string): Move struct segment_pair outside of
852         struct definition.
853         * intl/hash-string.c: Use ANSI definitions and prototypes.
854         * intl/hash-string.h: Switch to gettext copyright.
855         Use ANSI definitions and prototypes.
856         * intl/l10nflist.c: Switch to gettext copyright.
857         Use ANSI definitions and prototypes.
858         (_nl_normalize_codeset): Avoid integer overflow.
859         * intl/loadinfo.h: Switch to gettext copyright.
860         Use ANSI definitions and prototypes.
861         (LIBINTL_DLL_EXPORTED): New define.
862         (PATH_SEPARATOR): New define.
863         * intl/loadmsgcat.c: Switch to gettext copyright.
864         * intl/localealias.c: Switch to gettext copyright.
865         Use ANSI definitions and prototypes.
866         (_nl_expand_alias): Use PATH_SEPARATOR.
867         * intl/ngettext.c: Switch to gettext copyright.
868         Use ANSI definitions and prototypes.
869         * intl/plural-exp.c: Likewise.
870         * intl/plural-exp.h: Switch to gettext copyright.
871         Use ANSI definitions and prototypes.
872         (struct expression): Move definition of enum operator outside
873         of struct definition.
874         * intl/plural.c: Regenerate.
875         * intl/plural.y: Switch to gettext copyright.
876         Use ANSI definitions and prototypes.
877         Port to bison 3.0.
878         * intl/textdomain.c: Switch to gettext copyright.
879         Use ANSI definitions and prototypes.
880         Use gl_* locking primitives rather than __libc_* ones.
881
882 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
883
884         * debug/warning-nop.c: Add used atrribute.
885
886 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
887
888         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
889
890         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
891         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
892         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
893
894 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
895             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
896
897         [BZ #17634]
898         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
899         Undefine after defining function.  Define as weak alias of
900         __wcschr.  Use libc_hidden_weak.
901         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
902         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
903         (libc_hidden_def): Also define __GI___wcschr alias.
904         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
905         __wcschr and define as weak alias of __wcschr.
906         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
907         __wcschr.
908         [!WCSCHR] (DEFAULT_WCSCHR): Define.
909         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
910         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
911         libc_hidden_weak.  Do not use libc_hidden_def.
912         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
913         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
914         __GI___wcschr alias.
915         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
916         [IS_IN (libc)] (wcschr): Define as macro expanding to
917         __redirect_wcschr.
918         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
919         [IS_IN (libc)] (__wcschr_power6): Likewise.
920         [IS_IN (libc)] (__wcschr_power7): Likewise.
921         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
922         instead of wcschr.
923         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
924         __libc_wcschr.
925         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
926         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
927         __wcschr and define as weak alias of __wcschr.  Use
928         libc_hidden_builtin_def.
929         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
930         as weak alias of __wcschr.  Use libc_hidden_weak.
931         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
932         wcschr.
933         * time/era.c (_nl_init_era_entries): Likewise.
934         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
935         variable.
936         (test-xfail-XPG3/time.h/linknamespace): Likewise.
937         (test-xfail-XPG4/time.h/linknamespace): Likewise.
938
939 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
940
941         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
942         format for long int variable.
943
944 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
945
946         [BZ #10672]
947         * manual/search.texi: (Array Sort Function): Remove claim how to make
948         qsort stable.
949
950 2014-12-10  Andreas Schwab  <schwab@suse.de>
951
952         [BZ #12847]
953         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
954         user-controlled locks.
955
956 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
957
958         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
959         register.
960
961 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
962
963         * configure.ac (--disable-werror): New configure option.
964         (enable_werror): New AC_SUBST.
965         * configure: Regenerated.
966         * config.make.in (enable-werror): New variable.
967         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
968         -Wno-error=undef.
969         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
970         * manual/install.texi (Configuring and compiling): Document
971         --disable-werror.
972         * INSTALL: Regenerated.
973         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
974         (CFLAGS-tst-chk2.c): Likewise.
975         (CFLAGS-tst-chk3.c): Likewise.
976         (CFLAGS-tst-chk4.cc): Likewise.
977         (CFLAGS-tst-chk5.cc): Likewise.
978         (CFLAGS-tst-chk6.cc): Likewise.
979         (CFLAGS-tst-lfschk1.c): Likewise.
980         (CFLAGS-tst-lfschk2.c): Likewise.
981         (CFLAGS-tst-lfschk3.c): Likewise.
982         (CFLAGS-tst-lfschk4.cc): Likewise.
983         (CFLAGS-tst-lfschk5.cc): Likewise.
984         (CFLAGS-tst-lfschk6.cc): Likewise.
985
986         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
987         (main): Disable -Wdeprecated-declarations around calls to
988         register_printf_function.
989
990         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
991         (do_test): Disable -Wdiv-by-zero around some calls to
992         fwrite_unlocked and fread_unlocked.
993
994         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
995         (DIAG_POP_NEEDS_COMMENT): Likewise.
996         (_DIAG_STR1): Likewise.
997         (_DIAG_STR): Likewise.
998         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
999         * stdio-common/bug21.c: Include <libc-internal.h>.
1000         (do_test): Disable -Wformat around call to sscanf.
1001         * stdio-common/scanf14.c: Include <libc-internal.h>.
1002         (main): Disable -Wformat around some calls to scanf functions.
1003
1004 2014-12-09  Torvald Riegel  <triegel@redhat.com>
1005
1006         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
1007
1008 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1009
1010         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
1011         stack variable alignment.
1012
1013 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
1014
1015         [BZ #17682]
1016         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
1017         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
1018         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
1019         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
1020         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
1021         __getrlimit instead of getrlimit.
1022         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
1023         __gettimeofday instead of gettimeofday.
1024         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
1025         Likewise.
1026         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
1027         Likewise.
1028         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
1029         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
1030         Remove variable.
1031         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
1032         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
1033
1034 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1035
1036         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
1037         for wide-character tests.
1038
1039 2014-12-04  Roland McGrath  <roland@hack.frob.com>
1040
1041         * io/openat64.c: #include <libc-internal.h>
1042         (__openat64): Prototypify.  Use ignore_value on MODE.
1043         * io/openat.c: Likewise.
1044         * misc/reboot.c: #include <libc-internal.h>
1045         (reboot): Prototypify.  Use ignore_value on HOWTO.
1046         * misc/ptrace.c: #include <libc-internal.h>
1047         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
1048
1049 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
1050
1051         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
1052         XPG4, UNIX98 and XOPEN2K.
1053         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
1054         Remove variable.
1055         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
1056
1057 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
1058
1059         * libio/fileops.c: Use ISO C style for function definitions.
1060         * libio/iofopen.c: Likewise.
1061         * libio/wfileops.c: Likewise.
1062
1063         [BZ #17653]
1064         * libio/fileops.c (_IO_new_file_underflow): Unset cached
1065         offset on EOF.
1066         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
1067         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
1068         (fgets_func): Function pointer to fgets and fgetws.
1069         (do_ftell_test): Add test to verify ftell value after read
1070         EOF.
1071         (do_test): Set fgets_func.
1072
1073         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
1074         O_TRUNC flag for w and w+ modes.
1075         (do_rewind_test): Likewise.
1076         (do_ftell_test): Likewise.
1077         (do_write_test): Likewise.
1078
1079         [BZ #17647]
1080         * libio/fileops.c (do_ftell): Seek only when there are
1081         unflushed writes.
1082         * libio/wfileops.c (do_ftell_wide): Likewise.
1083         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
1084         test case.
1085         (do_one_test): Call it.
1086
1087 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
1088
1089         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
1090         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
1091         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
1092         Remove variable.
1093         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
1094         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
1095         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
1096
1097 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
1098
1099         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
1100         Remove variable.
1101         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
1102
1103         [BZ #17668]
1104         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
1105         as weak alias of __getifaddrs.  Use libc_hidden_weak.
1106         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
1107         __freeifaddrs.  Use libc_hidden_weak.
1108         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
1109         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
1110         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
1111         __freeifaddrs.  Use libc_hidden_weak.
1112         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
1113         __getifaddrs and define as weak alias of __getifaddrs.  Use
1114         libc_hidden_weak.
1115         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
1116         __freeifaddrs.  Use libc_hidden_weak.
1117         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
1118         Remove variable.
1119         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
1120         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
1121
1122 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
1123
1124         [BZ #17601]
1125         * sysdeps/mips/start.S (__start): Use indirect jump to call
1126         __libc_start_main.
1127
1128 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
1129
1130         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
1131
1132         * nptl/tst-mutex1.c: Include <stdbool.h>.
1133         [!ATTR] (ATTR_NULL): New macro.
1134         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
1135         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
1136         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
1137
1138         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
1139         to char *.
1140
1141         [BZ #17665]
1142         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
1143         Change conditional to [__USE_MISC].
1144
1145         [BZ #17664]
1146         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
1147         fgets_unlocked.
1148         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
1149         __fgets_unlocked.
1150         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
1151         fgets_unlocked.
1152         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
1153         Remove variable.
1154         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
1155         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
1156         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
1157         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
1158         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
1159         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
1160         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
1161         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
1162         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
1163
1164         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
1165
1166 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1167
1168         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1169         Remove strpbrk objects.
1170         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1171         (__libc_ifunc_impl_list): Remove strpbrk implementation.
1172         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
1173         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
1174         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
1175         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
1176
1177         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1178         Remove strcspn objects.
1179         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1180         (__libc_ifunc_impl_list): Remove strcspn implementation.
1181         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
1182         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
1183         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
1184         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
1185
1186         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1187         Remove strspn objetcs.
1188         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1189         (__libc_ifunc_impl_list): Remove strspn implementation.
1190         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
1191         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1192         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
1193         * sysdeps/powerpc/powerpc64/strspn.S: New file.
1194
1195 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
1196
1197         [BZ #17581]
1198         * malloc/hooks.c
1199         (mem2mem_check): Add a terminator to the chain of checking blocks.
1200         (malloc_check_get_size): Use it here.
1201         (mem2chunk_check): Ditto.
1202
1203 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
1204
1205         * sysdeps/powerpc/powerpc64/strtok.S: New file.
1206         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
1207
1208 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
1209
1210         * bits/ioctl-types.h: Indent preprocessor directives correctly.
1211
1212         * nptl/nptl-init.c: Include libc-internal.h.
1213         (__pthread_initialize_minimal_internal): Use ROUND_UP.
1214
1215         * elf/ldconfig.c (search_dir): Expand comment.
1216
1217 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
1218
1219         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
1220         variable.
1221         (linknamespace-symlist-stdlibs-tests): Likewise.
1222         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
1223         instead of $(objpfx)symlist-stdlibs.
1224         (linknamespace-libs-isoc): New variable.
1225         (linknamespace-libs): Use $(linknamespace-libs-isoc).
1226         (linknamespace-libs-ISO): New variable.
1227         (linknamespace-libs-ISO99): Likewise.
1228         (linknamespace-libs-ISO11): Likewise.
1229         (linknamespace-libs-XPG3): Likewise.
1230         (linknamespace-libs-XPG4): Likewise.
1231         (linknamespace-libs-POSIX): Likewise.
1232         (linknamespace-libs-UNIX98): Likewise.
1233         (linknamespace-libs-XOPEN2K): Likewise.
1234         (linknamespace-libs-POSIX2008): Likewise.
1235         (linknamespace-libs-XOPEN2K8): Likewise.
1236         ($(objpfx)symlist-stdlibs): Replace by
1237         $(linknamespace-symlist-stdlibs-tests).  Use
1238         $(linknamespace-libs-$*) as set of libraries.
1239         ($(linknamespace-header-tests)): Update dependencies.  Use
1240         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
1241         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
1242         * conform/linknamespace.pl: Remove comment about considering
1243         definitions of symbols from irrelevant libraries.
1244
1245 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
1246
1247         [BZ #13862]
1248         * elf/dl-tls.c: Include <atomic.h>.
1249         (oom): Remove #ifdef SHARED/#endif.
1250         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
1251         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
1252         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
1253         big enough.
1254         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
1255         * nptl/Makefile (tests): Add tst-stack4.
1256         (modules-names): Add tst-stack4mod.
1257         ($(objpfx)tst-stack4): New.
1258         (tst-stack4mod.sos): Likewise.
1259         ($(objpfx)tst-stack4.out): Likewise.
1260         ($(tst-stack4mod.sos)): Likewise.
1261         (clean): Likewise.
1262         * nptl/tst-stack4.c: New file.
1263         * nptl/tst-stack4mod.c: Likewise.
1264
1265 2014-11-27  J. Brown  <jb999@gmx.de>
1266
1267         * sysdeps/x86/bits/string.h: Add recent CPUs.
1268
1269 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1270
1271         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
1272         sigblock.
1273
1274         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
1275         feof.
1276
1277         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
1278         variable.
1279
1280 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
1281
1282         * nscd/connections.c: Include libc-internal.h because of macro
1283         usage ignore_value.
1284
1285 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1286
1287         * string/bits/string3.h (__warn_memset_zero_len): Don't
1288         declare for gcc newer than 5.0.
1289         (memset): Don't test for zero-length __LEN for gcc newer than
1290         5.0.
1291
1292 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1293
1294         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
1295         size_t for %zu format.
1296
1297         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
1298         difference, not %ju.
1299
1300 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1301
1302         * include/libc-internal.h (ignore_value): New macro.
1303         * nscd/connections.c (restart): Wrap calls to setuid and setgid
1304         with ignore_value.
1305
1306         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
1307         definition.
1308
1309         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
1310         pthread_cleanup_push to void *.
1311
1312         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
1313         Undefine.
1314
1315         [BZ #16619]
1316         [BZ #16740]
1317         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
1318         instead of 1L << 52.
1319
1320         * libio/bug-rewind.c (do_test): Check fwscanf return values.
1321         * libio/bug-rewind2.c (do_test): Likewise.
1322
1323         * debug/test-stpcpy_chk-ifunc.c: Remove file.
1324         * debug/test-strcpy_chk-ifunc.c: Likewise.
1325         * wcsmbs/test-wcschr-ifunc.c: Likewise.
1326         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
1327         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
1328         * wcsmbs/test-wcslen-ifunc.c: Likewise.
1329         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
1330         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
1331         * Rules [$(multi-arch) = no] (tests): Do not filter out
1332         $(tests-ifunc).
1333         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
1334         * debug/Makefile (tests-ifunc): Remove variable.
1335         (tests): Do not add $(tests-ifunc).
1336         * wcsmbs/Makefile (tests-ifunc): Remove variable.
1337         (tests): Do not add $(tests-ifunc).
1338         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
1339         [TEST_IFUNC]: Remove conditionals.
1340         * string/test-string.h (TEST_IFUNC): Remove macro.
1341         [TEST_IFUNC]: Remove conditionals.
1342
1343         * string/test-strchr.c [!WIDE] (L): New macro.
1344         [WIDE] (L): Likewise.
1345         (check1): Use CHAR instead of char.  Use L on string and character
1346         constants.
1347
1348 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
1349
1350         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
1351         tests.
1352         * sysdeps/powerpc/bits/atomic.h
1353         (__arch_atomic_exchange_and_add_32_acq): Add definition.
1354         (__arch_atomic_exchange_and_add_32_rel): Likewise.
1355         (atomic_exchange_and_add_acq): Likewise.
1356         (atomic_exchange_and_add_rel): Likewise.
1357         * sysdeps/powerpc/powerpc32/bits/atomic.h
1358         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1359         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1360         * sysdeps/powerpc/powerpc64/bits/atomic.h
1361         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1362         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1363
1364 2014-11-26  Torvald Riegel  <triegel@redhat.com>
1365
1366         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
1367         Change synchronization of __sched_fifo_min_prio and
1368         __sched_fifo_max_prio.
1369         * nptl/pthread_mutexattr_getprioceiling.c
1370         (pthread_mutexattr_getprioceiling): Likewise.
1371         * nptl/pthread_mutexattr_setprioceiling.c
1372         (pthread_mutexattr_setprioceiling): Likewise.
1373         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
1374         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
1375         Likewise.
1376
1377 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1378
1379         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
1380         void.
1381
1382 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1383
1384         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
1385         third argument const.
1386
1387 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1388
1389         fnmatch: work around GCC compiler warning bug with uninit var
1390         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
1391         This works around a bug with x86-64 GCC 4.9.2 and earlier
1392         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
1393         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
1394         used uninitialized in this function [-Wmaybe-uninitialized]".
1395
1396 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1397
1398         * posix/bug-regex31.c (main): Return RES not 0.
1399
1400 2014-11-25  Anton Blanchard <anton@samba.org>
1401
1402         * sysdeps/powerpc/bits/atomic.h
1403         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
1404
1405 2014-11-24  Sterling Augustine  <saugustine@google.com>
1406
1407         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
1408
1409 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
1410
1411         [BZ #17608]
1412         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
1413
1414 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
1415
1416         [BZ #17633]
1417         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
1418         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
1419         variable.
1420         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1421         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1422
1423 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1424
1425         * string/strncpy.c (strncpy): Improve performance by using memset.
1426
1427 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1428
1429         * string/strcpy.c (strcpy):
1430         Improve performance by using strlen and memcpy.
1431
1432 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
1433
1434         * string/strcoll_l.c (get_next_seq): __always_inline.
1435         * string/strcoll_l.c (do_compare): __always_inline.
1436
1437 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1438
1439         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
1440         defined.
1441         * include/mqueue.h: Likewise.
1442         * include/stdlib.h: Likewise.
1443
1444         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
1445         (get_null_defines): Adjust.
1446         * sunrpc/Makefile: Adjust comment.
1447         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
1448         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
1449         (CFLAGS-interp.c): Likewise.
1450         (CFLAGS-ldconfig.c): Likewise.
1451         (CPPFLAGS-.os): Likewise.
1452         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1453         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1454         * extra-modules.mk (extra-modules.mk): Likewise.
1455         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
1456         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
1457         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
1458         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
1459         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
1460         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
1461         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
1462         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
1463         * iconvdata/Makefile (CPPFLAGS): Likewise.
1464         (cpp-srcs-left): Add libof for all iconvdata routines.
1465         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
1466         * include/assert.h: Likewise.
1467         * include/ctype.h: Likewise.
1468         * include/errno.h: Likewise.
1469         * include/libc-symbols.h: Likewise.
1470         * include/math.h: Likewise.
1471         * include/netdb.h: Likewise.
1472         * include/resolv.h: Likewise.
1473         * include/stdio.h: Likewise.
1474         * include/stdlib.h: Likewise.
1475         * include/string.h: Likewise.
1476         * include/sys/stat.h: Likewise.
1477         * include/wctype.h: Likewise.
1478         * intl/l10nflist.c: Likewise.
1479         * libidn/idn-stub.c: Likewise.
1480         * libio/libioP.h: Likewise.
1481         * nptl/libc_multiple_threads.c: Likewise.
1482         * nptl/pthreadP.h: Likewise.
1483         * posix/regex_internal.h: Likewise.
1484         * resolv/res_hconf.c: Likewise.
1485         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
1486         * sysdeps/arm/memmove.S: Likewise.
1487         * sysdeps/arm/sysdep.h: Likewise.
1488         * sysdeps/generic/_itoa.h: Likewise.
1489         * sysdeps/generic/symbol-hacks.h: Likewise.
1490         * sysdeps/gnu/errlist.awk: Likewise.
1491         * sysdeps/gnu/errlist.c: Likewise.
1492         * sysdeps/i386/i586/memcpy.S: Likewise.
1493         * sysdeps/i386/i586/memset.S: Likewise.
1494         * sysdeps/i386/i686/memcpy.S: Likewise.
1495         * sysdeps/i386/i686/memmove.S: Likewise.
1496         * sysdeps/i386/i686/mempcpy.S: Likewise.
1497         * sysdeps/i386/i686/memset.S: Likewise.
1498         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
1499         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
1500         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
1501         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
1502         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
1503         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
1504         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
1505         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
1506         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
1507         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
1508         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1509         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1510         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1511         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1512         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1513         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1514         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
1515         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
1516         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
1517         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
1518         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
1519         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
1520         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
1521         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
1522         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
1523         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
1524         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
1525         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
1526         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
1527         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
1528         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
1529         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
1530         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
1531         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
1532         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
1533         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
1534         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
1535         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
1536         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
1537         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1538         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1539         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
1540         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
1541         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
1542         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
1543         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1544         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
1545         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
1546         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
1547         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
1548         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
1549         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
1550         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
1551         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
1552         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
1553         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
1554         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
1555         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
1556         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
1557         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
1558         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
1559         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
1560         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
1561         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1562         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1563         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
1564         * sysdeps/posix/closedir.c: Likewise.
1565         * sysdeps/posix/opendir.c: Likewise.
1566         * sysdeps/posix/readdir.c: Likewise.
1567         * sysdeps/posix/rewinddir.c: Likewise.
1568         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
1569         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
1570         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
1571         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
1572         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
1573         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
1574         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
1575         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
1576         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
1577         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
1578         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
1579         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
1580         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
1581         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
1582         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
1583         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
1584         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
1585         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
1586         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
1587         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
1588         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
1589         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
1590         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
1591         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
1592         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
1593         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
1594         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
1595         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
1596         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
1597         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
1598         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
1599         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
1600         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
1601         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
1602         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
1603         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
1604         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1605         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
1606         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
1607         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
1608         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
1609         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
1610         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
1611         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
1612         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
1613         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
1614         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
1615         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
1616         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
1617         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
1618         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
1619         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
1620         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
1621         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
1622         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
1623         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
1624         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
1625         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
1626         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
1627         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
1628         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
1629         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
1630         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
1631         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
1632         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
1633         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
1634         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
1635         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
1636         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
1637         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
1638         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
1639         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
1640         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
1641         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
1642         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
1643         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
1644         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
1645         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
1646         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1647         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
1648         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
1649         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
1650         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
1651         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
1652         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
1653         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
1654         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
1655         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
1656         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
1657         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1658         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
1659         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
1660         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
1661         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
1662         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
1663         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
1664         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
1665         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
1666         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
1667         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
1668         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
1669         * sysdeps/unix/alpha/sysdep.S: Likewise.
1670         * sysdeps/unix/alpha/sysdep.h: Likewise.
1671         * sysdeps/unix/make-syscalls.sh: Likewise.
1672         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1673         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1674         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1675         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
1676         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1677         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1678         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
1679         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1680         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1681         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
1682         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1683         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1684         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1685         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1686         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1687         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1688         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1689         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1690         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1691         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1692         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1693         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1694         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1695         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1696         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1697         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1698         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1699         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1700         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1701         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
1702         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1703         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1704         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1705         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1706         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1707         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1708         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1709         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1710         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1711         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1712         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1713         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1714         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1715         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1716         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1717         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1718         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1719         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1720         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1721         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1722         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1723         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1724         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1725         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1726         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1727         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1728         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1729         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1730         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
1731         * sysdeps/x86_64/memcpy.S: Likewise.
1732         * sysdeps/x86_64/memmove.c: Likewise.
1733         * sysdeps/x86_64/memset.S: Likewise.
1734         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
1735         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1736         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1737         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
1738         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
1739         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1740         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1741         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
1742         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
1743         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
1744         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
1745         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
1746         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
1747         * sysdeps/x86_64/multiarch/memset.S: Likewise.
1748         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1749         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1750         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1751         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1752         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1753         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1754         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1755         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1756         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1757         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1758         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1759         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1760         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1761         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1762         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1763         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1764         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1765         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1766         * sysdeps/x86_64/strcmp.S: Likewise.
1767
1768         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1769
1770         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1771         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1772         * elf/rtld-Rules: Likewise.
1773         * elf/setup-vdso.h: Likewise.
1774         * include/assert.h: Likewise.
1775         * include/bits/stdlib-float.h: Likewise.
1776         * include/errno.h: Likewise.
1777         * include/sys/stat.h: Likewise.
1778         * include/unistd.h: Likewise.
1779         * sysdeps/aarch64/setjmp.S: Likewise.
1780         * sysdeps/alpha/setjmp.S: Likewise.
1781         * sysdeps/arm/__longjmp.S: Likewise.
1782         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1783         * sysdeps/arm/setjmp.S: Likewise.
1784         * sysdeps/arm/sysdep.h: Likewise.
1785         * sysdeps/generic/_itoa.h: Likewise.
1786         * sysdeps/generic/dl-sysdep.h: Likewise.
1787         * sysdeps/generic/ldsodefs.h: Likewise.
1788         * sysdeps/i386/dl-tls.h: Likewise.
1789         * sysdeps/i386/setjmp.S: Likewise.
1790         * sysdeps/m68k/setjmp.c: Likewise.
1791         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1792         * sysdeps/mach/hurd/opendir.c: Likewise.
1793         * sysdeps/posix/getcwd.c: Likewise.
1794         * sysdeps/posix/opendir.c: Likewise.
1795         * sysdeps/posix/profil.c: Likewise.
1796         * sysdeps/powerpc/dl-procinfo.h: Likewise.
1797         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1798         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1799         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1800         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1801         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1802         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1803         * sysdeps/s390/dl-tls.h: Likewise.
1804         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1805         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1806         * sysdeps/sh/sh3/setjmp.S: Likewise.
1807         * sysdeps/sh/sh4/setjmp.S: Likewise.
1808         * sysdeps/unix/alpha/sysdep.h: Likewise.
1809         * sysdeps/unix/arm/sysdep.S: Likewise.
1810         * sysdeps/unix/i386/sysdep.S: Likewise.
1811         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1812         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1813         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1814         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1815         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1816         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1817         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1818         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1819         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1820         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1821         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1822         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1823         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1824         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1826         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1827         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1828         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1829         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1830         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1831         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1832         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1833         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1834         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1835         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1836         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1837         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1838         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1839         * sysdeps/x86_64/setjmp.S: Likewise.
1840
1841         * include/math.h: Use IS_IN instead of IS_IN_libm.
1842         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1843         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1844         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1845         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1846         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1847         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1848         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1849         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1850         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1851         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1852         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1853         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1854         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1855         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1856         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1857         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1858         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1859         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1860         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1861         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1862         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1863         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1864         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1865         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1866         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1867         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1868         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1869         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1870         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1871         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1872         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1873         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1874         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1875         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1876         Likewise.
1877         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1878         Likewise.
1879         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1880         Likewise.
1881         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1882         Likewise.
1883         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1884         Likewise.
1885         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1886         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1887         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1888         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1889         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1890         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1891         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1892         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1893         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1894         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1895         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1896         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1897         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1898         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1899         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1900         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1901         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1902         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1903         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1904         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1905         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1906         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1907         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1908         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1909         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1910         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1911         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1912
1913         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1914         * nptl/pthreadP.h: Likewise.
1915         * nptl_db/structs.def: Likewise.
1916         * sysdeps/arm/sysdep.h: Likewise.
1917         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1918         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1919         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1920         * sysdeps/unix/alpha/sysdep.h: Likewise.
1921         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1922         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1923         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1924         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1925         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1926         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1927         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1928         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1929         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1930         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1931         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1932         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1933         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1934         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1935         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1936         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1937         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1938         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1939         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1940         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1941         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1942         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1943         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1944         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1945         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1946         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1947
1948         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1949         * nptl/pthreadP.h: Likewise.
1950         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1951         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1952         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1953         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1954         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1955         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1956         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1957         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1958         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1959         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1960         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1961         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1963         Likewise.
1964         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1965         Likewise.
1966         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1967         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1968         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1969         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1970         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1971         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1972         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1973         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1974
1975         * dlfcn/dladdr.c: Use IS_IN.
1976         * dlfcn/dladdr1.c: Likewise.
1977         * dlfcn/dlclose.c: Likewise.
1978         * dlfcn/dlerror.c: Likewise.
1979         * dlfcn/dlinfo.c: Likewise.
1980         * dlfcn/dlmopen.c: Likewise.
1981         * dlfcn/dlopen.c: Likewise.
1982         * dlfcn/dlsym.c: Likewise.
1983         * dlfcn/dlvsym.c: Likewise.
1984
1985         * include/ifaddrs.h: Use IS_IN.
1986         * inet/check_pf.c: Likewise.
1987         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1988         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1989
1990         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1991         IS_IN_ldconfig.
1992         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1993         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1994
1995         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1996         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1997         IS_IN (libc).
1998
1999         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
2000
2001         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
2002         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
2003         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
2004         * include/libc-symbols.h (IS_IN_LIB): New macro.
2005         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
2006         * include/netdb.h: Likewise.
2007         * include/stap-probe.h: Remove all uses of IN_LIB.
2008
2009         * Makeconfig (module-cppflags-real): Define MODULE_NAME
2010         instead of IN_MODULE.
2011         * include/libc-symbols.h (IN_MODULE): Define using
2012         MODULE_NAME.
2013         (PASTE_NAME, PASTE_NAME1): New macros.
2014         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
2015         of IN_LIB.
2016         (STAP_PROBE_ASM): Likewise.
2017
2018 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2019
2020         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
2021         __mach_init in dlopened libc.
2022
2023 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
2024
2025         * sysdeps/arm/preconfigure.ac: Delete EABI check.
2026         * sysdeps/arm/preconfigure: Regenerate.
2027
2028 2014-11-21  Roland McGrath  <roland@hack.frob.com>
2029
2030         * nptl/pthread_create.c (__pthread_create_2_1): Set
2031         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
2032         when copying values from IATTR into PD.
2033
2034 2014-11-21  Will Newton  <will.newton@linaro.org>
2035             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
2036
2037         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
2038         Refactor inline-asm.  Also add comment.
2039
2040         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
2041         ElfW macro instead of hardcoded Elf64 types.
2042         (la_aarch64_gnu_pltenter): Likewise.
2043         * sysdeps/aarch64/dl-machine.h
2044         (elf_machine_runtime_setup): Use ElfW(Addr).
2045
2046         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
2047         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
2048         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
2049         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
2050         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
2051         (R_AARCH64_TLS_DTPMOD64): Rename to ..
2052         (R_AARCH64_TLS_DTPMOD): This.
2053         (R_AARCH64_TLS_DTPREL64): Rename to ...
2054         (R_AARCH64_TLS_DTPREL): This.
2055         (R_AARCH64_TLS_TPREL64): Rename to ...
2056         (R_AARCH64_TLS_TPREL): This.
2057         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
2058         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
2059         R_AARCH64_TLS_TPREL64.
2060         (elf_machine_rela): Likewise.
2061
2062 2014-11-21  Torvald Riegel  <triegel@redhat.com>
2063
2064         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
2065         by setting it to 0.  64b atomics are not supported currently.
2066
2067 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2068
2069         [BZ #16469]
2070         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
2071         search domain names.
2072
2073 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2074
2075         [BZ #16469]
2076         * NEWS: Update.
2077         * resolv/res_query.c (__libc_res_nquerydomain): Retain
2078         trailing dot.
2079         * posix/tst-getaddrinfo5.c: New.
2080         * posix/Makefile (tests): Add it.
2081
2082 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2083
2084         [BZ #14498]
2085         * NEWS: Fixed.
2086         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
2087         after parsing line but before break_if_match.
2088         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
2089         if there is a protocol mismatch.
2090
2091 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
2092
2093         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
2094         because the potential race is on the user-supplied stream.
2095
2096 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2097
2098         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
2099         string literal if not passed a buffer.
2100         * manual/job.texi (ctermid): Update reasoning, note deviation
2101         from posix, suggest mtasurace when not passed a buffer, for
2102         future non-preliminary safety notes.
2103
2104 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2105
2106         * manual/users.texi (cuserid): Fix MT-Safety note for the case
2107         of not passing it a buffer.
2108         Reported by Peng Haitao.
2109
2110 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2111
2112         * manual/Makefile ($(objpfx)stamp-summary): Require
2113         check-safety.sh to pass.
2114         * manual/check-safety.sh: Wish for verification that every
2115         @deftypefn and @deftypefun is followed by a @safety remark.
2116
2117 2014-11-20  Roland McGrath  <roland@hack.frob.com>
2118
2119         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
2120
2121         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
2122         PTHREAD_CANCEL_ASYNCHRONOUS.
2123         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
2124         send SIGCANCEL.
2125
2126         * nptl/default-sched.h: New file.
2127         * sysdeps/unix/sysv/linux/default-sched.h: New file.
2128         * nptl/pthread_create.c: Include it.
2129         (__pthread_create_2_1): Use collect_default_sched instead of making
2130         Linux syscalls here directly.
2131
2132 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2133
2134         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
2135         __pthread_once): Use C11 atomics.
2136
2137 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2138
2139         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
2140
2141 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2142
2143         * include/atomic.h (__atomic_link_error, __atomic_check_size,
2144         atomic_thread_fence_acquire, atomic_thread_fence_release,
2145         atomic_thread_fence_seq_cst, atomic_load_relaxed,
2146         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
2147         atomic_compare_exchange_weak_relaxed,
2148         atomic_compare_exchange_weak_acquire,
2149         atomic_compare_exchange_weak_release,
2150         atomic_exchange_acquire, atomic_exchange_release,
2151         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
2152         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
2153         atomic_fetch_and_acquire,
2154         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
2155
2156 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2157
2158         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
2159         USE_ATOMIC_COMPILER_BUILTINS): Define.
2160         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
2161         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2162         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
2163         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2164         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
2165         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2166         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
2167         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2168         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
2169         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2170         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
2171         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2172         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
2173         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2174         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
2175         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2176         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2177         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2178         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2179         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2180         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
2181         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2182         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2183         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2184         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
2185         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2186         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2187         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2188         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
2189         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2190         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
2191         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2192         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
2193         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2194         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2195         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2196         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
2197         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2198         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
2199         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2200
2201 2014-11-19  Roland McGrath  <roland@hack.frob.com>
2202
2203         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
2204         the sched_priority value here.  It was already checked when the user
2205         called pthread_attr_setschedparam.
2206
2207         * nptl/tst-bad-schedattr.c: New file.
2208         * nptl/Makefile (tests): Add it.
2209
2210 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
2211             Florian Weimer  <fweimer@redhat.com>
2212             Joseph Myers  <joseph@codesourcery.com>
2213             Adam Conrad  <adconrad@0c3.net>
2214             Andreas Schwab  <schwab@suse.de>
2215             Brooks  <bmoses@google.com>
2216
2217         [BZ #17625]
2218         * wordexp-test.c (__dso_handle): Add prototype.
2219         (__register_atfork): Likewise.
2220         (__app_register_atfork): New function.
2221         (registered_forks): New global.
2222         (register_fork): New function.
2223         (test_case): Add 3 new tests for WRDE_CMDSUB.
2224         (main): Call __app_register_atfork.
2225         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
2226         fork count is non-zero fail the test.
2227         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
2228         is set.
2229         (parse_dollars): Remove check for WRDE_NOCMD.
2230         (parse_dquote): Likewise.
2231
2232 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
2233
2234         * Makeconfig (built-modules): List non-library modules to be
2235         built.
2236         (module-cppflags): Include libc-modules.h for
2237         everything except shlib-versions.v.i.
2238         (CPPFLAGS): Use it.
2239         (before-compile): Add libc-modules.h.
2240         ($(common-objpfx)libc-modules.h,
2241         $(common-objpfx)libc-modules.stmp): New targets.
2242         (common-generated): Add libc-modules.h and libc-modules.stmp.
2243         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
2244         * include/libc-symbols.h: Don't include libc-modules.h.
2245         * include/libc-modules.h: Remove file.
2246         * scripts/gen-libc-modules.awk: New script to generate
2247         libc-modules.h.
2248         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
2249         Depend on libc-modules.stmp.
2250
2251         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
2252
2253         * Makeconfig (in-module): Get value of libof set for the
2254         translation unit.
2255         (CPPFLAGS): Use $(in-module).
2256         * Makerules: Don't suffix routine names for nonlib.
2257         * include/libc-modules.h: New file.
2258         * include/libc-symbols.h: Include libc-modules.h
2259         (IS_IN): New macro to replace IS_IN_* macros.
2260         * elf/Makefile: Set libof-* for each routine.
2261         * elf/rtld-Rules: Likewise.
2262         * extra-modules.mk: Likewise.
2263         * iconv/Makefile: Likewise.
2264         * iconvdata/Makefile: Likewise.
2265         * locale/Makefile: Likewise.
2266         * malloc/Makefile: Likewise.
2267         * nss/Makefile: Likewise.
2268         * sysdeps/gnu/Makefile: Likewise.
2269         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
2270         * sysdeps/unix/sysv/linux/Makefile: Likewise.
2271         * sysdeps/s390/s390-64/Makefile: Likewise.
2272         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
2273         CPPFLAGS for nscd instead of nonlib.
2274
2275 2014-11-18  Roland McGrath  <roland@hack.frob.com>
2276
2277         * nptl/createthread.c: New file.
2278
2279         * nptl/createthread.c: Moved ...
2280         * sysdeps/unix/sysv/linux/createthread.c: ... here.
2281
2282         * nptl/createthread.c: Add proper top-line comment.
2283         (do_clone): Folded into ...
2284         (create_thread): ... here.  Take new arguments STOPPED_START and
2285         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
2286         increment __nptl_threads, do event-reporting logic, do
2287         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
2288         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
2289         resource cleanup if sched_setaffinity or sched_setscheduler fails,
2290         just send SIGCANCEL.
2291         * nptl/pthread_create.c: Forward-declare create_thread before
2292         including createthread.c.
2293         (start_thread): Use new macro START_THREAD_DEFN to replace defining
2294         declaration, and new macro START_THREAD_SELF to replace argument.
2295         Remove return statement.
2296         (report_thread_creation): New function.
2297         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
2298         synchronization logic, and __nptl_nthreads increment here, around
2299         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
2300         PD->parent_cancelhandling here, before create_thread.  When
2301         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
2302         __deallocate_stack, and ENOMEM translation here.
2303
2304 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
2305
2306         [BZ #17616]
2307         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
2308         (mptwo): Rename to __mptwo.
2309         (__inv): Use __mptwo instead of mptwo.
2310         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
2311         (mptwo): Rename to __mptwo.
2312         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
2313         of mpone and __mptwo instead of mptwo.
2314         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
2315         instead of mpone.
2316         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
2317         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
2318         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
2319         of mpone and __mptwo instead of mptwo.
2320         (__mpranred): Use __mpone instead of mpone.
2321         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
2322         variable.
2323         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2324         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2325         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2326         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2327         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2328         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2329         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2330         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2331         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2332         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2333         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2334         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2335         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2336         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2337         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2338         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2339         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2340         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2341         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2342
2343 2014-11-18  Tom de Vries  <tom@codesoucery.com>
2344
2345         * manual/signal.texi (Primitives Interrupted by Signals): In section,
2346         replace BSD Handler xref with BSD Signal Handling.
2347
2348 2014-11-17  Richard Henderson  <rth@redhat.com>
2349
2350         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
2351         (_FP_PACK_RAW_2): Remove.
2352         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
2353         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
2354         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
2355         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
2356         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
2357         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
2358         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
2359         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
2360         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
2361         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
2362         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
2363         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
2364         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
2365         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
2366         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
2367         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
2368
2369 2014-11-14  Roland McGrath  <roland@hack.frob.com>
2370
2371         * signal/signal.h [__USE_MISC]
2372         (struct sigvec): Remove type.
2373         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
2374         (sigvec): Remove declaration.
2375         * sysdeps/posix/sigvec.c: Moved ...
2376         * signal/sigvec.c: ... here, replacing old file.
2377         (struct sigvec): New type, copied from old signal.h definition.
2378         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
2379         (__sigvec): Convert definition to prototype.
2380         (sigvec): Replace weak_alias with compat_symbol.
2381         * signal/Versions (libc: GLIBC_2.21): New version set.
2382         * include/signal.h: Remove __sigvec declaration.
2383         * sysdeps/unix/bsd/sigvec.c: Remove file.
2384         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
2385         * manual/signal.texi (BSD Handler): Remove subsection.
2386         Move siginterrupt up to ...
2387         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
2388         (Blocking in BSD): Fold subsection into its parent.
2389         * NEWS: Mention sigvec removal.
2390
2391 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2392
2393         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
2394         (DLA_FMS): Make definition conditional only on [__FMA4__].
2395         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
2396         definition.
2397
2398         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
2399         Make definition conditional only on [PROF].
2400         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
2401         definition.
2402         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
2403         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
2404
2405         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
2406         !__GNUC__].
2407         * include/signal.h (__sigpause): Move declaration above call to
2408         libc_hidden_proto.
2409         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
2410         variable.
2411         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2412         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2413
2414 2014-11-14  David S. Miller  <davem@davemloft.net>
2415
2416         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
2417         Define before including <string/memcpy.c> and <string/mempcpy.c>.
2418
2419 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2420
2421         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
2422         * configure: Regenerated.
2423         * manual/install.texi (Tools for Compilation): Document a
2424         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
2425         compiler verified to work.
2426         * INSTALL: Regenerated.
2427
2428         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
2429         redeclare with asm name.
2430         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
2431         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
2432         including <string.h>.
2433         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2434         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
2435         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2436         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
2437         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2438         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
2439         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2440
2441 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
2442
2443         * stdlib/strtol.c (__strtol): Use prototype definition.
2444
2445         [BZ #17594]
2446         * stdlib/strtol.c (SYM__): New macro.
2447         (SYM__1): Likewise.
2448         (__strtol): Likewise.
2449         (strtol): Rename to __strtol and define as weak alias of
2450         __strtol.  Use libc_hidden_weak.
2451
2452 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2453
2454         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
2455         Use numbered labels in inline assembly.
2456
2457 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2458
2459         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
2460         Add setjmp LIBC_PROBE.
2461         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
2462         Likewise.
2463         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
2464         Add longjmp, longjmp_target LIBC_PROBE.
2465         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
2466         Likewise.
2467
2468 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2469
2470         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
2471         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
2472         to get rid of unused variable warning.
2473
2474 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2475
2476         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
2477         Check for unwind_backtrace ==  NULL only in SHARED case.
2478         (__backchain_backtrace): Compile only in SHARED case.
2479         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
2480         Likewise.
2481         (__backchain_backtrace): Declare as static.
2482
2483 2014-11-12  Roland McGrath  <roland@hack.frob.com>
2484
2485         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
2486         (__libc_multiple_threads_ptr): Variable moved ...
2487         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
2488
2489 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
2490
2491         * conform/GlibcConform.pm: New file.
2492         * conform/conformtest.pl: Use GlibcConform module.
2493         * conform/linknamespace.pl: New file.
2494         * conform/list-header-symbols.pl: Likewise.
2495         * conform/Makefile (linknamespace-symlists-base): New variable.
2496         (linknamespace-symlists-tests): Likewise.
2497         (linknamespace-header-base): Likewise.
2498         (linknamespace-header-tests): Likewise.
2499         (tests-special): Add new tests.
2500         ($(linknamespace-symlists-tests)): New rule.
2501         (linknamespace-libs): New variable.
2502         ($(objpfx)symlist-stdlibs): New rule.
2503         ($(linknamespace-header-tests)): Likewise.
2504         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
2505         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
2506         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
2507         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
2508         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
2509         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
2510         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
2511         (test-xfail-ISO/math.h/linknamespace): Likewise.
2512         (test-xfail-ISO/signal.h/linknamespace): Likewise.
2513         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
2514         (test-xfail-ISO/time.h/linknamespace): Likewise.
2515         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2516         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
2517         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2518         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2519         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2520         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2521         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2522         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2523         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2524         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2525         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2526         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2527         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2528         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
2529         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
2530         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2531         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
2532         (test-xfail-XPG3/search.h/linknamespace): Likewise.
2533         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
2534         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2535         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
2536         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
2537         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2538         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
2539         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
2540         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
2541         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
2542         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
2543         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2544         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
2545         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2546         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
2547         (test-xfail-XPG4/search.h/linknamespace): Likewise.
2548         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
2549         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
2550         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
2551         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
2552         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
2553         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2554         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
2555         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
2556         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
2557         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
2558         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
2559         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2560         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
2561         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
2562         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
2563         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2564         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
2565         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2566         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2567         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
2568         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
2569         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2570         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2571         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
2572         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
2573         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
2574         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2575         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2576         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2577         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
2578         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
2579         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2580         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2581         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
2582         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2583         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2584         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
2585         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
2586         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
2587         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2588         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2589         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
2590         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2591         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
2592         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
2593         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
2594         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
2595         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2596         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
2597         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
2598         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
2599         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
2600         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
2601         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2602         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2603         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2604         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
2605         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
2606         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
2607         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2608         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
2609         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2610         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2611         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
2612         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
2613         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
2614         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2615         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2616         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
2617         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
2618         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2619         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2620         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
2621         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
2622         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
2623         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
2624         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2625         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2626         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
2627         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2628         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
2629         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2630         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2631         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2632         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
2633         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2634         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
2635         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
2636         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2637         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2638         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2639         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2640         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2641         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
2642         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2643         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2644         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2645         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2646         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
2647         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
2648         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2649         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2650         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2651         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2652         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
2653         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2654         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
2655         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
2656         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2657         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2658         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2659         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2660         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2661         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
2662         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2663         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2664         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
2665
2666         [BZ #17589]
2667         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
2668         of fgets_unlocked.
2669
2670         [BZ #17585]
2671         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
2672         (memmem): Rename to __memmem and define as weak alias of
2673         __memmem.  Use libc_hidden_weak.
2674         (__memmem): Use libc_hidden_def.
2675         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
2676         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
2677         memmem.
2678
2679         [BZ #17582]
2680         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
2681         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
2682         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
2683         and define as weak alias of __fgets_unlocked.  Use
2684         libc_hidden_weak.
2685         (__fgets_unlocked): Use libc_hidden_def.
2686         * include/stdio.h (__fgets_unlocked): Declare.  Use
2687         libc_hidden_proto.
2688         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
2689         __fgets_unlocked instead of fgets_unlocked.
2690         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
2691         (GET_NPROCS_CONF_PARSER): Likewise.
2692         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
2693         (GET_NPROCS_CONF_PARSER): Likewise.
2694
2695         [BZ #17574]
2696         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
2697         weak alias of __wmemset.  Use libc_hidden_weak.
2698         (__wmemset): Use libc_hidden_def.
2699         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
2700         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
2701         of wmemset.
2702
2703         [BZ #17573]
2704         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
2705         with asm name __mempcpy.
2706         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
2707
2708         [BZ #17572]
2709         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
2710         and define as weak alias of __rawmemchr.
2711         (__rawmemchr): Do not define as strong alias of rawmemchr.
2712
2713         [BZ #17571]
2714         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
2715         alias of __qsort_r.
2716         (qsort): Call __qsort_r instead of qsort_r.
2717         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
2718         (__qsort_r): Declare.  Call libc_hidden_proto.
2719         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
2720         instead of qsort_r.
2721         * nscd/gai.c (__qsort_r): Define to qsort_r.
2722         * posix/tst-rfc3484.c (__qsort_r): Likewise.
2723         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
2724         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
2725
2726         [BZ #17570]
2727         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
2728         define as weak alias of __malloc_info.
2729
2730         [BZ #17584]
2731         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
2732         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2733         (__rewinddir): Use libc_hidden_def.
2734         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
2735         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2736         (__rewinddir): Use libc_hidden_def.
2737         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
2738         weak alias of __rewinddir.  Don't use libc_hidden_def.
2739         (__rewinddir): Use libc_hidden_def.
2740         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
2741         (__rewinddir): Use libc_hidden_proto.
2742         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
2743         rewinddir.
2744         (__getcwd): Use __rewinddir instead of rewinddir.
2745
2746         [BZ #17583]
2747         * libio/fileno.c (fileno): Rename to __fileno and define as weak
2748         alias of __fileno.  Use libc_hidden_weak.
2749         (__fileno): Use libc_hidden_def.
2750         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2751         * libio/ftello.c (ftello): Rename to __ftello and define as weak
2752         alias of __ftello.
2753         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2754         __ftello.
2755         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2756         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
2757         libc_hidden_def.
2758         (fread_unlocked): Don't use libc_hidden_ver.
2759         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2760         and define as weak alias of __fread_unlocked.  Don't use
2761         libc_hidden_def.
2762         (__fread_unlocked): Use libc_hidden_def.
2763         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
2764         (ftello): Don't use libc_hidden_proto.
2765         (__ftello): Declare.  Use libc_hidden_proto.
2766         (fread_unlocked): Don't use libc_hidden_proto.
2767         (__fread_unlocked): Declare.  Use libc_hidden_proto.
2768         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2769         and __ftello instead of fileno, fread_unlocked and ftello.
2770
2771 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
2772
2773         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2774         GOT12.
2775         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2776         Likewise.
2777         (_dl_start_user): Likewise.
2778         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2779
2780 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
2781             Siddhesh Poyarekar  <siddhesh@redhat.com>
2782
2783         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2784         Move argv and envp down instead of moving argc up.
2785         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2786
2787 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
2788
2789         [BZ #17506]
2790         * test-skeleton.c (main): Return successful if one of
2791         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2792         * string/tst-strcoll-overflow.c: Define expected status.
2793
2794 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
2795
2796         [BZ #17475]
2797         * locale/iso-639.def: Define Bhili and Tulu language codes.
2798
2799 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
2800
2801         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2802
2803 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
2804
2805         [BZ #17555]
2806         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2807
2808 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2809
2810         * configure.ac: Updated check of minimal required version to
2811         2.22.
2812         * manual/install.texi (Tools for Compilation): Updated version
2813         number.
2814         * configure: Regenerated.
2815         * INSTALL: Likewise.
2816
2817 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
2818
2819         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2820         __tls_get_addr.
2821
2822 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
2823
2824         * include/sys/wait.h (__libc_waitpid): Remove declaration.
2825         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2826         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2827         libc_hidden_weak.
2828         (waitpid): Define as alias of __waitpid.
2829         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2830         __waitpid.
2831         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2832         libc_hidden_weak.
2833         (waitpid): Define as alias of __waitpid.
2834         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2835         __libc_waitpid alias.
2836         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2837         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2838         Likewise.
2839         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2840         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2841         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2842         alias.
2843         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2844         __waitpid.
2845         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2846         libc_hidden_weak.
2847         (waitpid): Define as alias of __waitpid.
2848
2849 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
2850
2851         * manual/llio.texi: Add comment that write safety has been
2852         fixed in Linux.
2853
2854         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2855         (localplt-build-dso): Add elf/ld.so.
2856         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2857         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2858         and free for ld.so.
2859         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2860         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2861         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2862         Likewise.
2863         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2864         Likewise.
2865         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2866         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2867         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2868         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2869         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2870         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2871         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2872         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2873         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2874         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2875         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2876
2877 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
2878
2879         [BZ #14132]
2880         * include/libc-symbols.h (INTUSE): Remove macro.
2881         (INTDEF): Likewise.
2882         (INTVARDEF): Likewise.
2883         (_INTVARDEF): Likewise.
2884         (INTDEF2): Likewise.
2885         (INTVARDEF2): Likewise.
2886         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2887         rtld_hidden_def instead of INTVARDEF.
2888         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2889         (_dl_starting_up_internal): Remove declaration.
2890         (_dl_starting_up): Use rtld_hidden_proto.
2891         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2892         declaration.
2893         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2894         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2895         _dl_starting_up.
2896         * elf/dl-writev.h (_dl_writev): Likewise.
2897         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2898         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2899         _dl_starting_up_internal.
2900
2901 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2902
2903         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2904         test-skeleton.c.
2905
2906 2014-11-05  Will Newton  <will.newton@linaro.org>
2907
2908         * benchtests/Makefile: (bench-malloc): Add malloc thread
2909         scalability benchmark.
2910         * benchtests/bench-malloc-threads.c: New file.
2911
2912 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
2913
2914         * sysdeps/aarch64/strchrnul.S: New file.
2915
2916 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2917
2918         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2919         definition.
2920         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2921         Likwise.
2922         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2923         Likewise.
2924         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2925         Likewise.
2926         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2927         Likewise.
2928         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2929         Likewise.
2930
2931 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
2932
2933         * catgets/test-gencat.c: Use test-skeleton.c.
2934         * catgets/tst-catgets.c: Likewise.
2935         * csu/tst-empty.c: Likewise.
2936         * elf/tst-audit2.c: Likewise.
2937         * elf/tst-global1.c: Likewise.
2938         * elf/tst-pathopt.c: Likewise.
2939         * elf/tst-piemod1.c: Likewise.
2940         * elf/tst-tls10.c: Likewise.
2941         * elf/tst-tls11.c: Likewise.
2942         * elf/tst-tls12.c: Likewise.
2943         * gnulib/tst-gcc.c: Likewise.
2944         * iconvdata/tst-e2big.c: Likewise.
2945         * iconvdata/tst-loading.c: Likewise.
2946         * iconv/tst-iconv1.c: Likewise.
2947         * iconv/tst-iconv2.c: Likewise.
2948         * inet/test-inet6_opt.c: Likewise.
2949         * inet/tst-gethnm.c: Likewise.
2950         * inet/tst-network.c: Likewise.
2951         * inet/tst-ntoa.c: Likewise.
2952         * intl/tst-codeset.c: Likewise.
2953         * intl/tst-gettext2.c: Likewise.
2954         * intl/tst-gettext3.c: Likewise.
2955         * intl/tst-ngettext.c: Likewise.
2956         * intl/tst-translit.c: Likewise.
2957         * io/test-stat.c: Likewise.
2958         * libio/test-fmemopen.c: Likewise.
2959         * libio/tst-freopen.c: Likewise.
2960         * libio/tst-sscanf.c: Likewise.
2961         * libio/tst-ungetwc1.c: Likewise.
2962         * libio/tst-ungetwc2.c: Likewise.
2963         * libio/tst-widetext.c: Likewise.
2964         * localedata/tst-ctype.c: Likewise.
2965         * localedata/tst-digits.c: Likewise.
2966         * localedata/tst-leaks.c: Likewise.
2967         * localedata/tst-mbswcs1.c: Likewise.
2968         * localedata/tst-mbswcs2.c: Likewise.
2969         * localedata/tst-mbswcs3.c: Likewise.
2970         * localedata/tst-mbswcs4.c: Likewise.
2971         * localedata/tst-mbswcs5.c: Likewise.
2972         * localedata/tst-setlocale.c: Likewise.
2973         * localedata/tst-trans.c: Likewise.
2974         * localedata/tst-wctype.c: Likewise.
2975         * localedata/tst-xlocale1.c: Likewise.
2976         * login/tst-grantpt.c: Likewise.
2977         * malloc/tst-calloc.c: Likewise.
2978         * malloc/tst-malloc.c: Likewise.
2979         * malloc/tst-mallocstate.c: Likewise.
2980         * malloc/tst-mcheck.c: Likewise.
2981         * malloc/tst-mtrace.c: Likewise.
2982         * malloc/tst-obstack.c: Likewise.
2983         * math/atest-exp2.c: Likewise.
2984         * math/atest-exp.c: Likewise.
2985         * math/atest-sincos.c: Likewise.
2986         * math/test-matherr.c: Likewise.
2987         * math/test-misc.c: Likewise.
2988         * math/test-powl.c: Likewise.
2989         * math/tst-definitions.c: Likewise.
2990         * misc/tst-dirname.c: Likewise.
2991         * misc/tst-efgcvt.c: Likewise.
2992         * misc/tst-fdset.c: Likewise.
2993         * misc/tst-hsearch.c: Likewise.
2994         * misc/tst-mntent2.c: Likewise.
2995         * nptl/tst-sem7.c: Likewise.
2996         * nptl/tst-sem8.c: Likewise.
2997         * nptl/tst-sem9.c: Likewise.
2998         * nss/test-netdb.c: Likewise.
2999         * posix/tst-fnmatch.c: Likewise.
3000         * posix/tst-getlogin.c: Likewise.
3001         * posix/tst-gnuglob.c: Likewise.
3002         * posix/tst-mmap.c: Likewise.
3003         * pwd/tst-getpw.c: Likewise.
3004         * resolv/tst-inet_ntop.c: Likewise.
3005         * rt/tst-timer.c: Likewise.
3006         * stdio-common/test-fseek.c: Likewise.
3007         * stdio-common/test-popen.c: Likewise.
3008         * stdio-common/test-vfprintf.c: Likewise.
3009         * stdio-common/tst-cookie.c: Likewise.
3010         * stdio-common/tst-fileno.c: Likewise.
3011         * stdio-common/tst-gets.c: Likewise.
3012         * stdio-common/tst-obprintf.c: Likewise.
3013         * stdio-common/tst-perror.c: Likewise.
3014         * stdio-common/tst-sprintf2.c: Likewise.
3015         * stdio-common/tst-sprintf3.c: Likewise.
3016         * stdio-common/tst-sprintf.c: Likewise.
3017         * stdio-common/tst-swprintf.c: Likewise.
3018         * stdio-common/tst-tmpnam.c: Likewise.
3019         * stdio-common/tst-unbputc.c: Likewise.
3020         * stdio-common/tst-wc-printf.c: Likewise.
3021         * stdlib/tst-environ.c: Likewise.
3022         * stdlib/tst-fmtmsg.c: Likewise.
3023         * stdlib/tst-limits.c: Likewise.
3024         * stdlib/tst-rand48-2.c: Likewise.
3025         * stdlib/tst-rand48.c: Likewise.
3026         * stdlib/tst-random2.c: Likewise.
3027         * stdlib/tst-random.c: Likewise.
3028         * stdlib/tst-strtol.c: Likewise.
3029         * stdlib/tst-strtoll.c: Likewise.
3030         * stdlib/tst-tls-atexit.c: Likewise.
3031         * stdlib/tst-xpg-basename.c: Likewise.
3032         * string/test-ffs.c: Likewise.
3033         * string/tst-bswap.c: Likewise.
3034         * string/tst-inlcall.c: Likewise.
3035         * string/tst-strtok.c: Likewise.
3036         * string/tst-strxfrm.c: Likewise.
3037         * sysdeps/x86_64/tst-audit10.c: Likewise.
3038         * sysdeps/x86_64/tst-audit3.c: Likewise.
3039         * sysdeps/x86_64/tst-audit4.c: Likewise.
3040         * sysdeps/x86_64/tst-audit5.c: Likewise.
3041         * time/tst-ftime_l.c: Likewise.
3042         * time/tst-getdate.c: Likewise.
3043         * time/tst-mktime3.c: Likewise.
3044         * time/tst-mktime.c: Likewise.
3045         * time/tst-posixtz.c: Likewise.
3046         * time/tst-strptime2.c: Likewise.
3047         * time/tst-strptime3.c: Likewise.
3048         * wcsmbs/tst-btowc.c: Likewise.
3049         * wcsmbs/tst-mbrtowc.c: Likewise.
3050         * wcsmbs/tst-mbsrtowcs.c: Likewise.
3051         * wcsmbs/tst-wchar-h.c: Likewise.
3052         * wcsmbs/tst-wcpncpy.c: Likewise.
3053         * wcsmbs/tst-wcrtomb.c: Likewise.
3054         * wcsmbs/tst-wcsnlen.c: Likewise.
3055         * wcsmbs/tst-wcstof.c: Likewise.
3056
3057 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
3058
3059         [BZ #14132]
3060         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
3061         INTDEF.
3062         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
3063         declaration.
3064         (_dl_mcount): Use rtld_hidden_proto.
3065         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
3066         _dl_mcount.
3067         * elf/rtld.c (_rtld_global_ro): Likewise.
3068
3069         [BZ #14132]
3070         * elf/dl-init.c (_dl_init): Don't use INTDEF.
3071         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
3072         of _dl_init_internal.
3073         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
3074         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
3075         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
3076         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
3077         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
3078         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
3079         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
3080         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
3081         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
3082         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
3083         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
3084         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
3085         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
3086         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
3087         * sysdeps/tile/dl-start.S (_start): Likewise.
3088         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
3089         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
3090
3091         [BZ #14132]
3092         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
3093         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
3094         (rtld_progname): Make macro definition unconditional.
3095         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
3096         INTDEF.
3097         (dlmopen_doit): Do not use INTUSE with _dl_argv.
3098         (dl_main): Likewise.
3099         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
3100         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
3101         instead of _dl_argv_internal.
3102         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
3103         __GI__dl_argv instead of INTUSE(_dl_argv).
3104         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
3105         __GI__dl_argv instead of _dl_argv_internal.
3106
3107         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
3108         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
3109         macro.
3110         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
3111         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
3112         New macro.
3113         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
3114         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
3115         macro.
3116         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
3117         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
3118
3119 2014-11-04  Andreas Schwab  <schwab@suse.de>
3120
3121         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
3122
3123 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3124
3125         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
3126         mtvsrd instruction in binary form.
3127
3128 2014-11-03  Andreas Schwab  <schwab@suse.de>
3129
3130         [BZ #17522]
3131         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
3132         for less than MB_LEN_MAX use a local buffer of that size.
3133         * libio/tst-fputws.c: New file.
3134         * libio/Makefile (tests): Add tst-fputws.
3135
3136 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
3137
3138         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
3139         the size of the fpu_fr.fpu_dregs[] array.
3140
3141 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
3142
3143         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
3144         (__nanosleep): Do not define as alias.
3145         (nanosleep): Define as alias of __nanosleep.
3146         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
3147         __libc_nanosleep name.
3148
3149 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
3150
3151         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
3152         install.texi in comment.
3153
3154 2014-10-31  Torvald Riegel  <triegel@redhat.com>
3155
3156         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
3157         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
3158         ... add here and use lwsync or sync ...
3159         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
3160         ... and add here using lwsync.
3161
3162 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
3163
3164         * elf/dl-machine-reject-phdr.h: New file.
3165         * elf/dl-load.c: #include that.
3166         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
3167         if that returned true.
3168
3169 2014-10-31  Roland McGrath  <roland@hack.frob.com>
3170
3171         [BZ #17496]
3172         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
3173         gen-as-const-headers chunk.  Add a big scare comment after the last
3174         safe place to touch before-compile.
3175
3176 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
3177
3178         * manual/install.texi (Tools for Compilation): Update autoconf
3179         version requirements.
3180         * INSTALL: Regenerated.
3181
3182         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
3183         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
3184         (__libc_pselect): Likewise.
3185
3186         [BZ #14138]
3187         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
3188         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3189         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3190         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3191
3192 2014-10-31  Torvald Riegel  <triegel@redhat.com>
3193
3194         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
3195         correct barrier instruction.
3196         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
3197         Likewise.
3198         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
3199         Likewise.
3200
3201 2014-10-30  Roland McGrath  <roland@hack.frob.com>
3202
3203         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
3204         after defining inlines.  Instead, just use parens to defeat macro
3205         expansion of __isctype in its declaration.
3206
3207 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
3208
3209         * include/sys/uio.h (__libc_readv): Remove declaration.
3210         (__libc_writev): Likewise.
3211         * misc/readv.c (__libc_readv): Rename to __readv.
3212         (__readv): Do not define as alias.
3213         (readv): Define as alias of __readv.
3214         * misc/writev.c (__libc_writev): Rename to __writev.
3215         (__writev): Do not define as alias.
3216         (writev): Define as alias of __writev.
3217         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
3218         (__readv): Do not define as alias.
3219         (readv): Define unconditionally as alias of __readv.
3220         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
3221         (__writev): Do not define as alias.
3222         (writev): Define unconditionally as alias of __writev.
3223         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
3224         name.
3225         (writev): Do not define __libc_writev name.
3226
3227 2014-10-30  Roland McGrath  <roland@hack.frob.com>
3228
3229         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
3230         (convert_charseq): New function, broken out of ...
3231         (use_from_charmap): ... here.  Call it.
3232         (use_to_charmap): Use convert_charseq and free instead of duplicating
3233         its code with a variable-length stack struct.
3234
3235 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
3236
3237         * include/fcntl.h (__libc_creat): Remove declaration.
3238         * io/creat.c (__libc_creat): Rename to creat.
3239         (creat): Do not define as alias.
3240         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
3241         of creat instead of __libc_creat.
3242         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
3243         to creat.
3244         (creat): Do not define as alias.
3245         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
3246         __libc_creat.
3247         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
3248         __libc_creat name.
3249         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
3250         Likewise.
3251
3252 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
3253
3254         * manual/llio.texi: Add comments discussing why write() may be
3255         considered MT-unsafe on Linux.
3256
3257 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
3258
3259         * dl-load.c (local_strdup): Remove.
3260         (expand_dynamic_string_token): Use __strdup.
3261         (decompose_rpath): Likewise.
3262         (_dl_map_object): Likewise.
3263
3264 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
3265
3266         [BZ #14132]
3267         * sysdeps/generic/unwind-dw2-fde.c
3268         (__register_frame_info_bases_internal): Do not declare.
3269         (__register_frame_info_table_bases_internal): Likewise.
3270         (__deregister_frame_info_bases_internal): Likewise.
3271         (__register_frame_info_bases): Declare and use hidden_proto before
3272         definition.  Use hidden_def instead of INTDEF.
3273         (__register_frame_info_table_bases): Likewise.
3274         (__deregister_frame_info_bases): Likewise.
3275         (__register_frame_info): Do not use INTUSE.
3276         (__register_frame): Likewise.
3277         (__register_frame_info_table): Likewise.
3278         (__register_frame_table): Likewise.
3279         (__deregister_frame_info): Likewise.
3280         (__deregister_frame): Likewise.
3281
3282 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
3283
3284         * sysdeps/unix/sysv/linux/arm/kernel-features.h
3285         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
3286         not undefine.
3287         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
3288         Likewise.
3289         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
3290         Likewise.
3291
3292 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
3293
3294         [BZ #14138]
3295         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
3296         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
3297         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
3298         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
3299         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
3300         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
3301         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
3302         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
3303         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
3304         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
3305         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
3306         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
3307         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
3308         syscall.
3309         (setfsuid): Likewise.
3310         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
3311         (setfsuid): Likewise.
3312         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
3313         (setfsuid): Likewise.
3314         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
3315         Likewise.
3316         (setfsuid): Likewise.
3317         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
3318         (setfsuid): Likewise.
3319         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
3320         Likewise.
3321         (setfsuid): Likewise.
3322
3323 2014-10-27  Andreas Schwab  <schwab@suse.de>
3324
3325         [BZ #17501]
3326         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
3327         check for Slow_SSE4_2 feature bit.
3328         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
3329         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
3330         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
3331         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
3332
3333 2014-10-24  Roland McGrath  <roland@hack.frob.com>
3334
3335         * configure.ac: Validate compiler version with a empirical test of
3336         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
3337         $CC -v output.
3338         * configure: Regenerated.
3339
3340         * inet/htons.c (htons): Prototypify.
3341         * inet/htonl.c (htonl): Likewise.
3342
3343 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3344
3345         * string/strncat.c (strncat): Improve performance by using strlen.
3346
3347 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3348
3349         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
3350
3351 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3352
3353         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
3354         Call libc_fetestexcept_aarch64.
3355
3356 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3357
3358         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
3359         Call libc_feholdexcept_aarch64.
3360
3361 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3362
3363         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
3364         Call get_rounding_mode.
3365
3366 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3367
3368         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3369         Simplify logic.
3370
3371 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3372
3373         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
3374         Simplify logic.
3375
3376 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
3377
3378         [BZ #14138]
3379         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
3380         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
3381         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
3382         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
3383         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
3384         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
3385         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
3386         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
3387         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
3388         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
3389         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
3390         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
3391         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
3392         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
3393         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
3394         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
3395         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
3396         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
3397         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
3398         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
3399         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
3400         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
3401         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
3402         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
3403         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
3404         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
3405         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
3406         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
3407         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
3408         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
3409         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
3410         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
3411         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
3412         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
3413         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
3414         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
3415         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
3416         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
3417         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
3418         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
3419         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
3420         syscall.
3421         (geteuid): Likewise.
3422         (getgid): Likewise.
3423         (getuid): Likewise.
3424         (getresgid): Likewise.
3425         (getresuid): Likewise.
3426         (getgroups): Likewise.
3427         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
3428         (geteuid): Likewise.
3429         (getgid): Likewise.
3430         (getuid): Likewise.
3431         (getresgid): Likewise.
3432         (getresuid): Likewise.
3433         (getgroups): Likewise.
3434         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
3435         (geteuid): Likewise.
3436         (getgid): Likewise.
3437         (getuid): Likewise.
3438         (getresgid): Likewise.
3439         (getresuid): Likewise.
3440         (getgroups): Likewise.
3441         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
3442         Likewise.
3443         (geteuid): Likewise.
3444         (getgid): Likewise.
3445         (getuid): Likewise.
3446         (getresgid): Likewise.
3447         (getresuid): Likewise.
3448         (getgroups): Likewise.
3449         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
3450         (geteuid): Likewise.
3451         (getgid): Likewise.
3452         (getuid): Likewise.
3453         (getresgid): Likewise.
3454         (getresuid): Likewise.
3455         (getgroups): Likewise.
3456         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
3457         Likewise.
3458         (geteuid): Likewise.
3459         (getgid): Likewise.
3460         (getuid): Likewise.
3461         (getgroups): Likewise.
3462
3463         [BZ #14138]
3464         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
3465         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
3466         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
3467         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
3468         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
3469         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
3470         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
3471         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
3472         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
3473         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
3474         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
3475         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
3476         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
3477         __chown.
3478         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
3479         (lchown): Likewise.
3480         (fchown): Likewise.
3481         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
3482         Likewise.
3483         (lchown): Likewise.
3484         (fchown): Likewise.
3485         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
3486         (lchown): Likewise.
3487         (fchown): Likewise.
3488         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
3489         Likewise.
3490         (lchown): Likewise.
3491         (fchown): Likewise.
3492
3493 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3494
3495         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
3496         Simplify logic.
3497
3498 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3499
3500         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3501         Cleanup logic.
3502
3503 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3504
3505         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3506         Remove unused include.
3507
3508 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3509
3510         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
3511         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
3512         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
3513         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
3514
3515 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
3516             Helge Deller <deller@gmx.de>
3517
3518         [BZ #17508]
3519         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
3520         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
3521         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
3522
3523 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
3524
3525         [BZ #14132]
3526         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
3527         Remove macro definition.
3528         (__ashrdi3_v_glibc20): Likewise.
3529         (__lshrdi3_v_glibc20): Likewise.
3530         (__cmpdi2_v_glibc20): Likewise.
3531         (__ucmpdi2_v_glibc20): Likewise.
3532         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
3533         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
3534         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
3535         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
3536         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
3537         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
3538
3539 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3540
3541         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
3542         old GNU extension [0] syntax.
3543         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
3544         alloca rather than an array member with variable length.
3545         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
3546         * nscd/nscd.c (invalidate_db): New function, broken out of ...
3547         (parse_opt): ... here.  Likewise use alloca there.
3548         Validate the -i argument before checking for rootness.
3549         (send_shutdown): New function, broken out of ...
3550         (parse_opt): ... here.
3551
3552 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3553
3554         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
3555         macro to get at the _rt_local_ro field.
3556         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
3557         ([PIC] case) or _dl_hwcap ([!PIC] case).
3558         * sysdeps/arm/setjmp.S: Likewise.
3559
3560         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
3561         * sysdeps/arm/configure.ac: New check to define it.
3562         * sysdeps/arm/configure: Regenerated.
3563         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
3564         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
3565         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
3566         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
3567         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
3568         Use move/movt pair instead of a load.
3569         (LDST_GLOBAL): Macro removed.
3570         (LDR_GLOBAL): New macro replaces it.
3571         (LDR_HIDDEN): New macro.
3572         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
3573         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
3574
3575         * setjmp/tst-setjmp-static.c: New file.
3576         * setjmp/Makefile (tests): Add it.
3577         (tests-static): New variable.
3578
3579 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
3580
3581         [BZ #17485]
3582         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
3583
3584 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
3585
3586         [BZ #14132]
3587         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
3588
3589 2014-10-21  Roland McGrath  <roland@hack.frob.com>
3590
3591         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
3592
3593 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3594
3595         * io/fts.c (dirent_not_directory): New function.
3596         (fts_build): Call it.
3597
3598 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3599
3600         * nptl/version.c (__nptl_main): Use normal __write rather than
3601         INTERNAL_SYSCALL.
3602         (banner): Update copyright years.
3603
3604         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
3605         gettimeofday.
3606         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3607         * nptl/pthread_cond_timedwait.c: Likewise.
3608         * nptl/pthread_mutex_timedlock.c: Likewise.
3609         * nptl/sem_timedwait.c: Likewise.
3610
3611         * sysdeps/nptl/bits/libc-lock.h
3612         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
3613         (__libc_lock_init_recursive): Return void, not 0.
3614         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
3615         (__libc_rwlock_init): Likewise.
3616         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
3617
3618 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3619
3620         [BZ #15215]
3621         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
3622         (__pthread_once_slow): ... here.
3623         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
3624         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
3625
3626 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3627
3628         [BZ #15215]
3629         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
3630         __PTHREAD_ONCE_FORK_GEN_INCR): New.
3631         * sysdeps/nptl/fork.c (__libc_fork): Use them.
3632         * nptl/pthread_once.c (__pthread_once): Likewise.
3633         Update comments.
3634
3635 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
3636
3637         [BZ #14138]
3638         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
3639         name.
3640         (writev): Use __libc_writev as strong name.
3641         * sysdeps/unix/sysv/linux/readv.c: Remove file.
3642         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3643
3644 2014-10-17  Roland McGrath  <roland@hack.frob.com>
3645
3646         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
3647
3648         * sysdeps/i386/nptl/tls.h
3649         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
3650         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
3651         New macros.
3652         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
3653         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
3654         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
3655         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
3656         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
3657         Call CHECK_THREAD_SYSINFO instead of doing an assert.
3658
3659         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
3660         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
3661         on [__NR_futex].
3662         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
3663         broken out of ...
3664         (__pthread_mutex_init): ... here.  Call it.
3665         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
3666         Conditionalize PI cases on [__NR_futex].
3667         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
3668         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
3669         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
3670
3671         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
3672         conditional on [SIGSETXID].
3673         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
3674         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
3675         is defined.  Likewise for SIGSETXID.
3676         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
3677         Conditionalize definitions on [SIGSETXID].
3678         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
3679         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
3680         unblocking on [SIGCANCEL].
3681
3682         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
3683         [__NR_set_robust_list].
3684
3685 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
3686
3687         * string/strcoll_l.c (get_next_seq): Fix up formatting.
3688         (do_compare): Likewise.
3689
3690 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
3691
3692         [BZ #15884]
3693         * string/strcoll_l.c: Don't include stdio.h.
3694         (coll_seq): Remove members idxarr and rulearr.
3695         (get_next_seq_cached): Remove function.
3696         (get_next_seq): Likewise.
3697         (get_next_seq_nocache): Rename to get_next_seq.
3698         (do_compare): Remove function.
3699         (do_compare_nocache): Rename to do_compare.
3700         (STRCOLL): Remove weight and rules cache.
3701
3702 2014-10-16  Roland McGrath  <roland@hack.frob.com>
3703
3704         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
3705         * sysdeps/arm/sfp-machine.h: ... to here.
3706         * sysdeps/arm/Implies: Remove arm/soft-fp.
3707
3708 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
3709
3710         * conform/data/sys/utsname.h-data (*_t): Allow.
3711         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
3712         [POSIX] (WEXITED): Do not expect constant.
3713         [POSIX] (WSTOPPED): Likewise.
3714         [POSIX] (WNOHANG): Likewise.
3715         [POSIX] (WNOWAIT): Likewise.
3716         [POSIX] (siginfo_t): Do not expect type or elements.
3717         [POSIX] (pid_t): Do not expect type.
3718         [POSIX] (signal.h): Do not allow header.
3719         [POSIX] (sys/resource.h): Likewise.
3720         [POSIX] (si_*): Do not allow pattern.
3721         [POSIX] (W*): Likewise.
3722         [POSIX] (P_*): Likewise.
3723         [POSIX] (BUS_*): Likewise.
3724         [POSIX] (CLD_*): Likewise.
3725         [POSIX] (FPE_*): Likewise.
3726         [POSIX] (ILL_*): Likewise.
3727         [POSIX] (POLL_*): Likewise.
3728         [POSIX] (SEGV_*): Likewise.
3729         [POSIX] (SI_*): Likewise.
3730         [POSIX] (TRAP_*): Likewise.
3731         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
3732         variable.
3733
3734 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
3735
3736         [BZ #12926]
3737         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
3738         infinite loop when __recvmsg returns 0.
3739
3740 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
3741
3742         * CANCEL-FCT-WAIVE: Remove file.
3743         * CANCEL-FILE-WAIVE: Likewise.
3744
3745         [BZ #14132]
3746         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
3747         instead of INTVARDEF.
3748         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3749         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3750         rtld_hidden_data_def instead of INTVARDEF.
3751         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3752         * elf/dl-deps.c (expand_dst): Likewise.
3753         * elf/dl-load.c (_dl_dst_count): Likewise.
3754         (_dl_dst_substitute): Likewise.
3755         (decompose_rpath): Likewise.
3756         (_dl_init_paths): Likewise.
3757         (open_path): Likewise.
3758         (_dl_map_object): Likewise.
3759         * elf/rtld.c (dl_main): Likewise.
3760         (process_dl_audit): Likewise.
3761         (process_envvars): Likewise.
3762         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3763         Remove declaration.
3764         (__libc_enable_secure): Use rtld_hidden_proto.
3765
3766 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3767
3768         * elf/dl-load.c
3769         (add_path): New function broken out of _dl_rtld_di_serinfo.
3770         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
3771
3772 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3773
3774         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3775         parentheses around macro arguments.
3776         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3777         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3778         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3779         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3780         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3781         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3782         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3783         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3784         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3785         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3786         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3787         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3788         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3789         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3790         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3791         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3792         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3793         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3794         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3795         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3796         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3797         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3798         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3799         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3800         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3801         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3802         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3803         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3804         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3805         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3806         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3807         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3808         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3809         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3810         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3811         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3812         Likewise.
3813         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3814         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3815         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3816         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3817         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3818         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3819         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3820         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3821         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3822         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3823         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3824         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3825         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3826         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3827         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3828         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3829         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3830         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3831         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3832         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3833         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3834         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3835         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3836         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3837         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3838         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3839         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3840         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3841         (_FP_FRAC_SRS_1): Likewise.
3842         (_FP_FRAC_CLZ_1): Likewise.
3843         (_FP_MUL_MEAT_1_imm): Likewise.
3844         (_FP_MUL_MEAT_1_wide): Likewise.
3845         (_FP_MUL_MEAT_1_hard): Likewise.
3846         (_FP_SQRT_MEAT_1): Likewise.
3847         (_FP_FRAC_ASSEMBLE_1): Likewise.
3848         (_FP_FRAC_DISASSEMBLE_1): Likewise.
3849         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3850         (__FP_CLZ_2): Likewise.
3851         (_FP_MUL_MEAT_2_wide): Likewise.
3852         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3853         (_FP_MUL_MEAT_2_gmp): Likewise.
3854         (_FP_MUL_MEAT_2_120_240_double): Likewise.
3855         (_FP_SQRT_MEAT_2): Likewise.
3856         (_FP_FRAC_ASSEMBLE_2): Likewise.
3857         (_FP_FRAC_DISASSEMBLE_2): Likewise.
3858         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3859         (_FP_FRAC_CLZ_4): Likewise.
3860         (_FP_MUL_MEAT_4_wide): Likewise.
3861         (_FP_MUL_MEAT_4_gmp): Likewise.
3862         (_FP_SQRT_MEAT_4): Likewise.
3863         (_FP_FRAC_ASSEMBLE_4): Likewise.
3864         (_FP_FRAC_DISASSEMBLE_4): Likewise.
3865         * soft-fp/op-common.h (_FP_CMP): Likewise.
3866         (_FP_CMP_EQ): Likewise.
3867         (_FP_CMP_UNORD): Likewise.
3868         (_FP_TO_INT): Likewise.
3869         (_FP_FROM_INT): Likewise.
3870         [!__FP_CLZ] (__FP_CLZ): Likewise.
3871         (_FP_DIV_HELP_imm): Likewise.
3872         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3873         Likewise.
3874         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3875         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3876         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3877         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3878         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3879         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3880         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3881         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3882         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3883         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3884         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3885         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3886         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3887         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3888         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3889         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3890         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3891         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3892         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3893         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3894         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3895         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3896         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3897         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3898         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3899         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3900         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3901         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3902         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3903         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3904         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3905         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3906         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3907         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3908         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3909         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3910         (FP_UNPACK_RAW_SP): Likewise.
3911         (FP_PACK_RAW_S): Likewise.
3912         (FP_PACK_RAW_SP): Likewise.
3913         (FP_UNPACK_S): Likewise.
3914         (FP_UNPACK_SP): Likewise.
3915         (FP_UNPACK_SEMIRAW_S): Likewise.
3916         (FP_UNPACK_SEMIRAW_SP): Likewise.
3917         (FP_PACK_S): Likewise.
3918         (FP_PACK_SP): Likewise.
3919         (FP_PACK_SEMIRAW_S): Likewise.
3920         (FP_PACK_SEMIRAW_SP): Likewise.
3921         (_FP_SQRT_MEAT_S): Likewise.
3922         (FP_CMP_S): Likewise.
3923         (FP_CMP_EQ_S): Likewise.
3924         (FP_CMP_UNORD_S): Likewise.
3925         (FP_TO_INT_S): Likewise.
3926         (FP_FROM_INT_S): Likewise.
3927
3928         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3929
3930         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3931         (FP_EX_INVALID_IMZ): Likewise.
3932         (FP_EX_INVALID_IMZ_FMA): Likewise.
3933         (FP_EX_INVALID_ISI): Likewise.
3934         (FP_EX_INVALID_ZDZ): Likewise.
3935         (FP_EX_INVALID_IDI): Likewise.
3936         (FP_EX_INVALID_SQRT): Likewise.
3937         (FP_EX_INVALID_CVI): Likewise.
3938         (FP_EX_INVALID_VC): Likewise.
3939         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3940         "invalid" exceptions.
3941         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3942         (_FP_ADD_INTERNAL): Likewise.
3943         (_FP_MUL): Likewise.
3944         (_FP_FMA): Likewise.
3945         (_FP_DIV): Likewise.
3946         (_FP_CMP_CHECK_NAN): Likewise.
3947         (_FP_SQRT): Likewise.
3948         (_FP_TO_INT): Likewise.
3949         (FP_EXTEND): Likewise.
3950
3951 2014-10-09  Allan McRae  <allan@archlinux.org>
3952
3953         * po/fr.po: Update French translation from translation project.
3954
3955 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3956
3957         [BZ #14132]
3958         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3959         of INTDEF.
3960         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3961         (__cxa_atexit): Use libc_hidden_proto.
3962         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3963
3964         [BZ #14132]
3965         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3966         declaration.
3967         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3968         [!_ISOMAC] (__iswspace_l_internal): Likewise.
3969         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3970         [!_ISOMAC] (__iswctype_internal): Likewise.
3971         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3972         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3973         alias.
3974         (fcntl): Remove __fcntl_internal alias.
3975         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3976         __connect_internal alias.
3977         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3978         Likewise.
3979
3980         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3981         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3982         FP_DENORM_ZERO.
3983         (_FP_CHECK_FLUSH_ZERO): New macro.
3984         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3985         (_FP_CMP): Likewise.
3986         (_FP_CMP_EQ): Likewise.
3987         (_FP_TO_INT): Do not set inexact for subnormal arguments if
3988         FP_DENORM_ZERO.
3989         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3990         (FP_TRUNC): Likewise.
3991
3992         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3993         treated as invalid conversion, not as normal exponent.
3994
3995         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3996         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
3997         (_FP_CMP_EQ): Likewise.
3998         (_FP_CMP_UNORD): Likewise.
3999         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
4000         (FP_CMP_EQ_D): Likewise.
4001         (FP_CMP_UNORD_D): Likewise.
4002         * soft-fp/extended.h (FP_CMP_E): Likewise.
4003         (FP_CMP_EQ_E): Likewise.
4004         (FP_CMP_UNORD_E): Likewise.
4005         * soft-fp/quad.h (FP_CMP_Q): Likewise.
4006         (FP_CMP_EQ_Q): Likewise.
4007         (FP_CMP_UNORD_Q): Likewise.
4008         * soft-fp/single.h (FP_CMP_S): Likewise.
4009         (FP_CMP_EQ_S): Likewise.
4010         (FP_CMP_UNORD_S): Likewise.
4011         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
4012         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
4013         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
4014         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
4015         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
4016         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
4017         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
4018         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
4019         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
4020         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
4021         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
4022         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
4023         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
4024         to FP_CMP_Q.
4025         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
4026         FP_CMP_Q.
4027         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
4028         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
4029         FP_CMP_EQ_Q.
4030         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
4031         FP_CMP_Q.
4032         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
4033         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
4034         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
4035         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
4036         FP_CMP_EQ_Q.
4037         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
4038         FP_CMP_Q.
4039         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
4040         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
4041         FP_CMP_EQ_Q.
4042         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
4043         FP_CMP_Q.
4044         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
4045         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
4046         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
4047         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
4048         FP_CMP_EQ_Q.
4049
4050         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
4051         a subnormal result, set the underflow exception if trapping on
4052         underflow is enabled.
4053         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
4054         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
4055         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
4056         redefine to 0.
4057         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
4058         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
4059         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
4060         * soft-fp/extendxftf2.c (__extendxftf2): Use
4061         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
4062
4063         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
4064         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
4065         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
4066         FP_HANDLE_EXCEPTIONS.
4067         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
4068         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
4069         FP_HANDLE_EXCEPTIONS.
4070         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
4071         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
4072         FP_HANDLE_EXCEPTIONS.
4073         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
4074         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
4075         FP_HANDLE_EXCEPTIONS.
4076
4077 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
4078
4079         [BZ #14132]
4080         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
4081         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
4082         use INTUSE.
4083         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
4084         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
4085         Remove alias.
4086         (__adjtimex): Define using libc_hidden_ver.
4087         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
4088         Remove declaration.
4089         (ntp_gettime): Call __adjtimex directly.
4090         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
4091         Remove declaration.
4092         (ntp_gettimex): Call __adjtimex directly.
4093         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
4094         __adjtimex_internal alias.
4095
4096 2014-10-08  Roland McGrath  <roland@hack.frob.com>
4097
4098         [BZ #17460]
4099         * nscd/nscd.c (more_help): Rewrite list of tables collection
4100         using xstrdup and asprintf.
4101
4102         * nscd/nscd_conf.c: Remove local xstrdup declaration.
4103
4104 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4105             Roland McGrath  <roland@hack.frob.com>
4106
4107         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
4108         (do_lookup_unique): ... local function 'enter' here; update callers.
4109
4110 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
4111
4112         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
4113         compat_symbol calls on [SHARED].
4114         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
4115         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
4116         Remove.
4117         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4118         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
4119         (oldsetrlimit): Remove.
4120         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4121         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4122         (lchown): New syscall entry.
4123         (oldsetrlimit): Remove.
4124         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4125         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
4126         (oldsetrlimit): Remove.
4127         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4128
4129         [BZ #14138]
4130         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
4131         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
4132         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
4133         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
4134         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
4135         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
4136         (fchown): Likewise.
4137         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
4138         (fchown): Likewise.
4139         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
4140         Likewise.
4141
4142 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4143
4144         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
4145         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
4146         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
4147         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
4148         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
4149         Likewise.
4150         (__old_sem_post): Likewise.
4151
4152 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
4153
4154         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
4155         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
4156         HAVE_CLOCK_GETTIME_VSYSCALL macros.
4157         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
4158         Use INLINE_VSYSCALL macro.
4159         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
4160         __vdso_clock_gettime.
4161         * sysdeps/unix/sysv/linux/tile/init-first.c
4162         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
4163         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
4164         __vdso_clock_gettime.
4165
4166         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
4167         to set up frame more cleanly.
4168
4169         * sysdeps/tile/memcmp.c: New file.
4170
4171         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
4172
4173         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
4174         * sysdeps/tile/tilegx/strcasestr.c: New file.
4175         * sysdeps/tile/tilegx/strnlen.c: New file.
4176         * sysdeps/tile/tilegx/strstr.c: New file.
4177
4178         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
4179
4180 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
4181
4182         * nptl/tst-setuid3.c: Write errors to stdout.
4183
4184 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4185
4186         * elf/dl-deps.c
4187         (preload): New functions broken out of _dl_map_object_deps.
4188         (_dl_map_object_deps):  Remove a nested function. Update call sites.
4189
4190 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
4191
4192         [BZ #14138]
4193         * sysdeps/unix/sysv/linux/execve.c: Remove file.
4194         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
4195
4196 2014-10-01  Steve Ellcey  <sellcey@mips.com>
4197
4198         * sysdeps/mips/strcmp.S: New.
4199
4200 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
4201
4202         [BZ #14138]
4203         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
4204         (linkat): Likewise.
4205         (mkdirat): Likewise.
4206         (readlinkat): Likewise.
4207         (renameat): Likewise.
4208         (symlinkat): Likewise.
4209         (unlinkat): Likewise.
4210         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
4211         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
4212         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
4213         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
4214         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
4215         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
4216         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
4217
4218 2014-09-30  Will Newton  <will.newton@linaro.org>
4219
4220         * math/math.h: Define long double math functions if
4221         _LIBC_TEST is defined.
4222         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
4223
4224         * localedata/Makefile: Move assignment to tests-special
4225         into an ifdef testing run-built-tests.
4226         * timezone/Makefile: Likewise.
4227
4228 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
4229
4230         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
4231         with $(BASH) not $(SHELL).
4232
4233 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
4234             Matthew LeGendre  <legendre1@llnl.gov>
4235
4236         [BZ #17411]
4237         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
4238         l_reloc_result.
4239
4240 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4241
4242         * stdio-common/printf_fp.c
4243         (hack_digit): New function, broken out of ...
4244         (__printf_fp): ... local function here.  Update call sites.
4245         hack_digit now takes an additional parameter that is a pointer
4246         to a struct of the referenced locals.  Those locals moved inside
4247         the struct and references updated.
4248
4249 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
4250
4251         * aclocal.m4: Require autoconf 2.69.
4252         * configure: Regenerated.
4253         * sysdeps/aarch64/configure: Likewise.
4254         * sysdeps/alpha/configure: Likewise.
4255         * sysdeps/arm/armv7/configure: Likewise.
4256         * sysdeps/arm/configure: Likewise.
4257         * sysdeps/ia64/configure: Likewise.
4258         * sysdeps/mach/configure: Likewise.
4259         * sysdeps/mips/configure: Likewise.
4260         * sysdeps/s390/configure: Likewise.
4261         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
4262         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
4263
4264         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
4265         file.
4266         * sysdeps/ia64/configure.ac: Likewise.
4267
4268 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
4269
4270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
4271         specify symbol version for ld.so.  Do not include entry for
4272         libpthread.
4273         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4274         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4275         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4276
4277         [BZ #14171]
4278         * Makeconfig [$(build-shared) = yes]
4279         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
4280         makefiles.
4281         [$(build-shared) = yes && $(soversions.mk-done) = t]
4282         ($(common-objpfx)gnu/lib-names.h): Remove rule.
4283         [$(build-shared) = yes && $(soversions.mk-done) = t]
4284         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
4285         to Makerules.
4286         [$(build-shared) = yes && $(soversions.mk-done) = t]
4287         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
4288         here.
4289         [$(build-shared) = yes && $(soversions.mk-done) = t]
4290         (common-generated): Don't append gnu/lib-names.h and
4291         gnu/lib-names.stmp here.
4292         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
4293         (lib-names-h-abi): New variable.
4294         [$(build-shared) = yes && $(soversions.mk-done) = t]
4295         (lib-names-stmp-abi): Likewise.
4296         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4297         abi-variants] (before-compile): Append
4298         $(common-objpfx)$(lib-names-h-abi).
4299         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4300         abi-variants] (common-generated): Append gnu/lib-names.h.
4301         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4302         abi-variants] (install-others-nosubdir): Depend on
4303         $(inst_includedir)/$(lib-names-h-abi).
4304         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4305         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
4306         [$(build-shared) = yes && $(soversions.mk-done) = t]
4307         ($(common-objpfx)$(lib-names-h-abi)): New rule.
4308         [$(build-shared) = yes && $(soversions.mk-done) = t]
4309         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
4310         [$(build-shared) = yes && $(soversions.mk-done) = t]
4311         (common-generated): Append $(lib-names-h-abi) and
4312         $(lib-names-stmp-abi).
4313         * scripts/lib-names.awk: Do not handle multi being set.
4314         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
4315         Remove variable.
4316         (abi-lp64_be-ld-soname): Likewise.
4317         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
4318         Likewise.
4319         (abi-hard-ld-soname): Likewise.
4320         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
4321         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
4322         Remove variable.
4323         (abi-o32_hard-ld-soname): Likewise.
4324         (abi-o32_soft_2008-ld-soname): Likewise.
4325         (abi-o32_hard_2008-ld-soname): Likewise.
4326         (abi-n32_soft-ld-soname): Likewise.
4327         (abi-n32_hard-ld-soname): Likewise.
4328         (abi-n32_soft_2008-ld-soname): Likewise.
4329         (abi-n32_hard_2008-ld-soname): Likewise.
4330         (abi-n64_soft-ld-soname): Likewise.
4331         (abi-n64_hard-ld-soname): Likewise.
4332         (abi-n64_soft_2008-ld-soname): Likewise.
4333         (abi-n64_hard_2008-ld-soname): Likewise.
4334         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
4335         Likewise.
4336         (abi-64-v2-ld-soname): Likewise.
4337         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
4338         ld.so entries.
4339         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
4340         variable.
4341         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
4342         entry.
4343         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
4344         variable.
4345         (abi-64-ld-soname): Likewise.
4346         (abi-x32-ld-soname): Likewise.
4347         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
4348         entry.
4349         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4350
4351 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
4352
4353         [BZ #14138]
4354         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
4355         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
4356         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
4357         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
4358         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
4359         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
4360         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
4361         syscall entry for GLIBC_2.2 symbol version.
4362         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
4363         Likewise.
4364         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4365         (setrlimit): Likewise.
4366         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
4367         Likewise.
4368
4369 2014-09-23  Will Newton  <will.newton@linaro.org>
4370
4371         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
4372         _LINUX_ARM_SYSDEP_H include guard too.
4373         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
4374         define.
4375
4376 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
4377
4378         * sysdeps/unix/sysv/linux/eventfd.c:
4379         Make first argument unsigned.
4380         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
4381         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
4382
4383 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
4384
4385         * socket/recvmmsg.c (recvmmsg): Drop const argument.
4386         * socket/sys/socket.h: Likewise
4387         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
4388
4389 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4390
4391         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
4392
4393 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
4394
4395         * time/tst-ftime.c: New test.
4396         * time/Makefile (tests): Add tst-ftime.
4397
4398 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
4399
4400         * soft-fp/extended.h: Fix comment formatting.
4401         * soft-fp/op-1.h: Likewise.
4402         * soft-fp/op-2.h: Likewise.
4403         * soft-fp/op-4.h: Likewise.
4404         * soft-fp/op-8.h: Likewise.
4405         * soft-fp/op-common.h: Likewise.
4406         * soft-fp/soft-fp.h: Likewise.
4407
4408         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
4409
4410 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
4411
4412         [BZ #6652]
4413         * Makeconfig (soversions-default-setname): Remove variable.
4414         ($(common-objpfx)soversions.i): Don't pass default_setname to
4415         soversions.awk.
4416         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
4417         oldest_abi to abi-versions.awk.
4418         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
4419         * config.make.in (oldest-abi): Remove variable.
4420         * configure.ac (--enable-oldest-abi): Remove configure option.
4421         * configure: Regenerated.
4422         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
4423         text.
4424         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
4425         * scripts/soversions.awk: Do not handle default_setname variable.
4426         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
4427         variable.
4428         * sysdeps/mach/hurd/configure: Regenerated.
4429         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
4430         variable.
4431         * sysdeps/unix/sysv/linux/configure: Regenerated.
4432
4433 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4434
4435         * elf/Makefile (CFLAGS-interp.c): Remove.
4436         ($(elf-objpfx)runtime-linker.h): Generate header with linker
4437         path string.
4438         * elf/interp.c: Include generated runtime-linker.h
4439
4440         * Makerules (lib%.so): Don't include $(+interp) in
4441         prerequisites.
4442         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
4443         * dlfcn/eval.c: Remove file.
4444
4445         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
4446         macros.
4447
4448         [BZ #17266]
4449         * misc/sys/cdefs.h: Define __extern_always_inline for clang
4450         4.2 and newer.
4451
4452         [BZ #17370]
4453         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
4454
4455 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4456             Jakub Jelinek  <jakub@redhat.com>
4457
4458         [BZ #17266]
4459         * libio/stdio.h: Check definition of __fortify_function
4460         instead of __extern_always_inline to include bits/stdio2.h.
4461         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
4462         check if __extern_always_inline is defined.
4463         [__USE_MISC || __USE_XOPEN]: Likewise.
4464         [__USE_ISOC99] Likewise.
4465         * misc/sys/cdefs.h (__fortify_function): Define only if
4466         __extern_always_inline is defined.
4467         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
4468         __extern_always_inline and __extern_inline only for g++-4.3
4469         and newer or a compatible gcc.
4470
4471 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
4472
4473         [BZ #17371]
4474         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4475         last change to handle zero prefix length.
4476
4477 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
4478
4479         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
4480         _SC_REGEX_VERSION.
4481
4482         * posix/getconf.c (vars): Add _POSIX_IPV6 and
4483         _POSIX_RAW_SOCKETS.
4484
4485 2014-09-13  Allan McRae  <allan@archlinux.org>
4486
4487         * po/ru.po: Update Russian translation from translation project.
4488
4489 2014-09-12  Roland McGrath  <roland@hack.frob.com>
4490
4491         * locale/programs/locale.c (show_locale_vars): Inline local function
4492         into its sole call site.  Clean up some style nits.
4493         (print_item): New function, broken out of ...
4494         (show_info): ... local function here.  Clean up style nits.
4495
4496         * locale/programs/ld-ctype.c (set_one_default): New function, broken
4497         out of ...
4498         (set_class_defaults): ... local function set_default here.
4499         Define set_default as a macro locally to pass constant parameters.
4500         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
4501         rather than a shared local.
4502
4503         * stdlib/rpmatch.c (try): New function, broken out of ...
4504         (rpmatch): ... local function here.  Also, prototypify definition.
4505
4506 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
4507
4508         * scripts/soversions.awk: Do not handle configuration names.
4509         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
4510         vendor and os variables to soversions.awk.
4511         * configure.ac: Do not modify gnu-* host_os.
4512         * configure: Regenerated
4513         * shlib-versions: Remove first column with configuration names.
4514         * nptl/shlib-versions: Likewise.
4515         * nptl_db/shlib-versions: Likewise.
4516         * sysdeps/hppa/shlib-versions: Likewise.
4517         * sysdeps/m68k/shlib-versions: Likewise.
4518         * sysdeps/mach/hurd/shlib-versions: Likewise.
4519         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
4520         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
4521         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
4522         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
4523         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
4524         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
4525         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
4526         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
4527         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4528         Likewise.
4529         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4530         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4531         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4532         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4533         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4534         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
4535         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4536         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4537
4538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
4539         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
4540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4541         Regenerated.
4542         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
4543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4544         Condition symbol version definitions on [HAVE_ELFV2_ABI].
4545
4546         * shlib-versions: Remove OS-specific entries.  Moved to files in
4547         sysdeps.
4548         * sysdeps/mach/hurd/shlib-versions: New file.
4549         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4550
4551         * nptl/shlib-versions: Remove architecture-specific entries.
4552         Moved to files in sysdeps.
4553         * shlib-versions: Likewise.
4554         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
4555         file.
4556         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4557         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4558         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4559         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4560
4561         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
4562         (UDP_NO_CHECK6_RX): Likewise.
4563
4564 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4565
4566         * sysdeps/posix/sysconf.c (__sysconf): Spell
4567         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
4568
4569 2014-08-12  Florian Weimer  <fweimer@redhat.com>
4570
4571         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
4572         loading.
4573         * iconv/Versions (__gconv_transliterate): Export for use from
4574         gconv modules.
4575         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
4576         (struct __gconv_trans_data, __gconv_trans_fct,
4577         __gconv_trans_context_fct, __gconv_trans_query_fct,
4578         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
4579         definitions.
4580         (struct __gconv_step_data): Remove __trans member.
4581         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
4582         longer hidden.  Remove unused trans_data argument.
4583         * iconv/gconv_int.h (struct trans_struct): Remove definition.
4584         (__gconv_translit_find): Remove declaration.
4585         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
4586         prototype.
4587         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
4588         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
4589         trans_data argument.  Add hidden definition.
4590         (__gconv_translit_find): Remove.
4591         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
4592         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
4593         * iconv/skeleton.c: Remove transliteration initialization.
4594         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
4595         __gconv_step_data initialization.
4596         * libio/iofwide.c (__libio_translit_): Remove.
4597         (_IO_fwide): Adjust struct __gconv_step_data initialization.
4598         * wcsmbs/btowc.c (__btowc): Likewise.
4599         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
4600         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4601         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
4602         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
4603         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
4604         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
4605         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
4606         * wcsmbs/wctob.c (wctob): Likewise.
4607
4608 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4609
4610         [BZ #16194]
4611         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
4612         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
4613         register usage.
4614         * sysdeps/x86/Makefile: Adjust.
4615
4616 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4617             Roland McGrath  <roland@hack.frob.com>
4618
4619         * locale/weight.h: Add include guard.
4620         (findidx): Make static rather than auto; take new parameters
4621         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
4622         * locale/weightwc.h: Likewise.
4623         * posix/fnmatch_loop.c
4624         (FCT): Change type of EXTRA from int32_t to wint_t.
4625         Don't include either header inside the function.
4626         Call FINDIDX rather than findidx, and pass new arguments.
4627         #undef FINDIDX at the end of the file.
4628         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
4629         FINDIDX before including fnmatch_loop.c for the non-wide version.
4630         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
4631         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
4632         for the wide version.
4633         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
4634         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
4635         Pass new arguments to findidx.
4636         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
4637         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
4638         Don't #include it inside the function.  Pass new arguments to findidx.
4639         * posix/regex_internal.h
4640         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
4641         (re_string_elem_size_at): Don't #include it inside the function.
4642         Pass new arguments to findidx.
4643         * string/strcoll_l.c: #include WEIGHT_H at top level.
4644         (get_next_seq): Don't #include it inside the function.
4645         Pass new arguments to findidx.
4646         (get_next_seq_nocache): Likewise.
4647         * string/strxfrm_l.c: #include WEIGHT_H at top level.
4648         (STRXFRM): Don't #include it inside the function.
4649         Pass new arguments to findidx.
4650
4651 2014-09-11  Florian Weimer  <fweimer@redhat.com>
4652
4653         [BZ #17344]
4654         * malloc/malloc.c (unlink): Turn asserts into a call to
4655         malloc_printerr.
4656
4657 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
4658
4659         [BZ #17370]
4660         * libio/wfileops (do_ftell_wide): Free OUT.
4661
4662 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
4663
4664         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
4665
4666 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4667
4668         [BZ #17363]
4669         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
4670         group if the current group is empty.
4671
4672 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4673
4674         * benchtests/bench-memset.c (test_main): Add more test from size
4675         from 32 to 512 bytes.
4676         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4677         Add POWER8 memset object.
4678         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4679         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
4680         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
4681         implementation.
4682         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
4683         Likewise.
4684         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
4685         multiarch POWER8 memset optimization.
4686         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
4687         POWER8 memset optimization.
4688
4689         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4690         Remove bzero multiarch objects.
4691         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
4692         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
4693         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
4694         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
4695         Remove define.
4696         [__bzero]: Redefine to specific name.
4697         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
4698         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
4699         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
4700         define.
4701         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4702         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4703
4704 2014-09-10  Florian Weimer  <fweimer@redhat.com>
4705
4706         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
4707         warnings into errors.
4708
4709         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
4710         __cxa_thread_atexit_impl prototype.
4711
4712 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4713
4714         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
4715         Fix capitalization of error message.
4716
4717 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4718
4719         * sysdeps/mips/preconfigure: Modify ABI tests.
4720
4721 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
4722
4723         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
4724
4725 2014-09-07  Roland McGrath  <roland@hack.frob.com>
4726             Carlos O'Donell  <carlos@systemhalted.org>
4727
4728         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
4729         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
4730         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
4731         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
4732         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
4733         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
4734         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
4735         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
4736         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
4737         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
4738         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
4739         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
4740         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
4741         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
4742         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
4743         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
4744         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
4745         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
4746         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
4747         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
4748         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
4749         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4750         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4751         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4752         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4753         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4754         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4755         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4756         Deconditionalize the code that was previously under [RESET_PID].
4757         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4758         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4759         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4760         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4761         include sysdep.h.
4762
4763 2014-09-08  Allan McRae  <allan@archlinux.org>
4764
4765         * version.h (RELEASE): Set to "development".
4766         (VERSION): Set to "2.20.90"
4767
4768 2014-09-07  Allan McRae  <allan@archlinux.org
4769
4770         * version.h (RELEASE): Set to "stable".
4771         (VERSION): Set to "2.20"
4772         * include/features.h (__GLIBC_MINOR__): Set to 20.
4773
4774         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4775         Liebler.
4776
4777         * po/ko.po: Update Korean translation from translation project.
4778
4779 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
4780
4781         [BZ #17354]
4782         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4783         macro for handling signed relocations.
4784
4785 2014-09-03  Florian Weimer  <fweimer@redhat.com>
4786
4787         [BZ #17325]
4788         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4789         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4790         assert.
4791         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4792         * iconvdata/ibm935.c (BODY): Likewise.
4793         * iconvdata/ibm937.c (BODY): Likewise.
4794         * iconvdata/ibm939.c (BODY): Likewise.
4795         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4796         assert.
4797         * iconvdata/Makefile (iconv-test.out): Pass module list to test
4798         script.
4799         * iconvdata/run-iconv-test.sh: New test loop for checking for
4800         decoder crashers.
4801
4802 2014-09-02  Khem Raj  <raj.khem@gmail.com>
4803
4804         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4805         libm_hidden_ver.
4806
4807 2014-09-01  Allan McRae  <allan@archlinux.org>
4808
4809         * po/eo.po: Update Esperanto translation from translation project.
4810
4811         * po/ca.po: Update Catalan translation from translation project.
4812
4813 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4814
4815         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4816         __proc_dostop call.
4817
4818 2014-08-27  Mark Wielaard  <mjw@redhat.com>
4819
4820         [BZ #17319]
4821         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4822         to call set_thread_area instead of hand written asm.
4823         (__NR_set_thread_area): Removed define.
4824         (TLS_FLAG_WRITABLE): Likewise.
4825         (__ASSUME_SET_THREAD_AREA): Remove check.
4826         (TLS_EBX_ARG): Remove define.
4827         (TLS_LOAD_EBX): Likewise.
4828
4829 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4830
4831         Simplify atomicity of socket creation in bind.
4832
4833         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4834         looking up the name after linking the file.
4835
4836 2014-08-27  Allan McRae  <allan@archlinux.org>
4837
4838         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4839
4840 2014-08-26  Florian Weimer  <fweimer@redhat.com>
4841
4842         [BZ #17187]
4843         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4844         trans_compare, open_translit, __gconv_translit_find):
4845         Remove module loading code.
4846
4847 2014-08-26  Allan McRae  <allan@archlinux.org>
4848
4849         * po/vi.po: Update Vietnamese translation from translation project.
4850
4851         * po/uk.po: Update Ukrainian translation from translation project.
4852
4853         * po/fr.po: Update French translation from translation project.
4854
4855         * po/ru.po: Update Russian translation from translation project.
4856
4857         * po/pl.po: Update Polish translation from translation project.
4858
4859         * po/cs.po: Update Czech translation from translation project.
4860
4861         * po/de.po: Update German translation from translation project.
4862
4863         * po/bg.po: Update Bulgarian translation from translation project.
4864
4865         * po/sv.po: Update Sweedish translation from translation project.
4866
4867         * po/nl.po: Update Dutch translation from translation project.
4868
4869         * po/es.po: Update Spanish translation from translation project.
4870
4871 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4872
4873         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4874
4875         * catgets/Makefile (CPPFLAGS-gencat): Remove.
4876         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4877         (CPPFLAGS-iconvconfig): Likewise.
4878         * timezone/Makefile (CPPFLAGS-zic): Likewise.
4879
4880         * include/libc-symbols.h: Remove unnecessary check for
4881         NOT_IN_libc.
4882         * nptl/pthreadP.h: Likewise.
4883         * sysdeps/aarch64/setjmp.S: Likewise.
4884         * sysdeps/alpha/setjmp.S: Likewise.
4885         * sysdeps/arm/sysdep.h: Likewise.
4886         * sysdeps/i386/setjmp.S: Likewise.
4887         * sysdeps/m68k/setjmp.c: Likewise.
4888         * sysdeps/posix/getcwd.c: Likewise.
4889         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4890         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4891         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4892         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4893         * sysdeps/sh/sh3/setjmp.S: Likewise.
4894         * sysdeps/sh/sh4/setjmp.S: Likewise.
4895         * sysdeps/unix/alpha/sysdep.h: Likewise.
4896         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4897         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4898         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4899         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4900         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4901         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4902         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4903         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4904         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4905         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4906         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4907         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4908         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4909         * sysdeps/x86_64/setjmp.S: Likewise.
4910
4911 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
4912
4913         [BZ #17263]
4914         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4915         <stdint.h>.
4916         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4917         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4918
4919 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
4920
4921         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4922
4923         [BZ #17262]
4924         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4925         and __x86_64__ when disabling x87 inline functions.
4926
4927 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
4928
4929         [BZ #17259]
4930         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4931         asm statement with __cpuid_count.
4932
4933 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
4934
4935         * configure.ac: Change __ehdr_start code to dereference the struct.
4936         Run readelf on the output to look for relocations.
4937         * configure: Regenerated.
4938
4939 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
4940
4941         [BZ #17261]
4942         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4943         value to 0.
4944         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4945
4946 2014-08-12  Roland McGrath  <roland@hack.frob.com>
4947
4948         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4949
4950 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
4951
4952         [BZ #16892]
4953         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4954         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4955
4956 2014-08-12  Sean Anderson  <seanga2@gmail.com>
4957
4958         * malloc/malloc.c: Fix typo in comment.
4959
4960 2014-08-09  Allan McRae  <allan@archlinux.org>
4961
4962         * Regenerate libc.po.
4963
4964 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
4965
4966         * intl/tst-gettext2.sh: Check every lang file for creation.
4967
4968 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4969
4970         * sysdeps/aarch64/fpu/math_private.h
4971         (libc_feholdsetround_noex_aarch64_ctx): New function.
4972
4973 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4974
4975         * sysdeps/arm/armv6/strcpy.S (strcpy):
4976         Fix performance issue in misaligned cases.
4977
4978 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4979
4980         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4981         Move definition from termios.h.
4982         (struct termio): Likewise.
4983         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4984         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4985         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4986         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4987         Likewise.
4988         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4989         Move definition to ioctl-types.h
4990         (struct termio): Likewise.
4991         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4992         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4993         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4994         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4995         Likewise.
4996
4997 2014-08-05  Richard Henderson  <rth@redhat.com>
4998
4999         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
5000         exceptions.
5001         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
5002         Add fraiseexcpt.
5003         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
5004         Use __feraiseexcept.
5005         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
5006         Protect libm symbols with IS_IN_libm.
5007
5008         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
5009
5010 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
5011
5012         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
5013
5014 2014-08-04  Will Newton  <will.newton@linaro.org>
5015
5016         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
5017         file.
5018
5019 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
5020
5021         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
5022         variants for each function.
5023
5024 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5025
5026         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
5027         appended ...
5028         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
5029         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
5030         appended ...
5031         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
5032         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
5033         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
5034         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
5035         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
5036         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
5037         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
5038         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
5039         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
5040         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
5041         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
5042         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
5043         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
5044         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
5045         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
5046         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
5047         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
5048         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
5049         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
5050         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
5051         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
5052         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
5053         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
5054         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
5055         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
5056         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
5057         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
5058         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
5059         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
5060         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
5061         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
5062         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
5063         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
5064         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
5065         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
5066         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
5067         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
5068         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
5069         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
5070         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
5071         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
5072         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
5073         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
5074         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
5075         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
5076         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
5077         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
5078         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
5079         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
5080         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
5081         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
5082         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
5083         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
5084         Update #include.
5085         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
5086         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
5087
5088 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5089
5090         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
5091         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
5092         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
5093         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
5094         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
5095         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
5096
5097 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5098
5099         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
5100         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
5101         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5102         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
5103
5104 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5105
5106         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
5107         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
5108         (__libc_vfork): Define function under this name.
5109         (__vfork): Define as an alias.
5110         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
5111         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
5112
5113 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5114
5115         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
5116         that was previously under [RESET_PID].
5117         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
5118
5119 2014-08-04  Andreas Schwab  <schwab@suse.de>
5120
5121         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
5122
5123 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
5124
5125         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
5126         (main): Likewise.
5127
5128 2014-08-01  Roland McGrath  <roland@hack.frob.com>
5129
5130         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
5131
5132 2014-08-01  Richard Henderon  <rth@redhat.com>
5133
5134         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
5135         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
5136         typo in exact zero test.
5137         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
5138         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
5139         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
5140
5141 2014-08-01  Roland McGrath  <roland@hack.frob.com>
5142
5143         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
5144         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
5145         * sysdeps/arm/sysdep.h: ... here.
5146         [!__ASSEMBLER__]: Include <stdint.h>.
5147
5148 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5149
5150         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
5151         (HAVE_WCTYPE_H): Likewise.
5152         (HAVE_ISWCTYPE): Likewise.
5153         (ENABLE_NLS): Likewise.
5154         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
5155         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
5156
5157         * posix/regex_internal.c: Check if DEBUG is defined and is
5158         set.
5159
5160         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
5161         (HAVE_MBSRTOWCS): Likewise.
5162         * posix/fnmatch.c: Include string.h unconditionally.
5163
5164 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5165
5166         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
5167         reversal.
5168
5169 2014-07-31  Roland McGrath  <roland@hack.frob.com>
5170
5171         * sysdeps/generic/safe-fatal.h: New file.
5172         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
5173         * nptl/forward.c: Include it.
5174         (__pthread_unwind): Use __safe_fatal as default action, rather
5175         than a bogus use of INTERNAL_SYSCALL that could never work.
5176
5177         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
5178         * configure.ac (libc_cv_builtin_trap): New test.
5179         * configure: Regenerated.
5180         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
5181         (ABORT_INSTRUCTION): Define using __builtin_trap.
5182
5183         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
5184         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
5185         * sysdeps/nptl/nptl-signals.h: New file.
5186         * nptl/pthreadP.h: Include <nptl-signals.h>.
5187
5188 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
5189
5190         * sysdeps/s390/s390-64/utf16-utf32-z9.c
5191         (ONE_DIRECTION): Define.
5192         * sysdeps/s390/s390-64/utf8-utf16-z9.c
5193         (ONE_DIRECTION): Define.
5194         * sysdeps/s390/s390-64/utf8-utf32-z9.c
5195         (ONE_DIRECTION): Define.
5196
5197 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
5198
5199         * sysdeps/s390/Makefile: Delete file.
5200         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
5201         * sysdeps/s390/__longjmp.c: Delete file.
5202         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
5203         Remove fields __flags and __reserved.
5204         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
5205         and add versioning.
5206         * sysdeps/s390/rtld-__longjmp.c: Delete file.
5207         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
5208         * sysdeps/s390/rtld-setjmp.S: Likewise.
5209         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
5210         * sysdeps/s390/s390-32/__longjmp.c: ... here.
5211         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
5212         * sysdeps/s390/s390-32/setjmp.S: ... here.
5213         Add versioning.
5214         (__sigsetjmp): Remove setting __flags field.
5215         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
5216         * sysdeps/s390/s390-64/__longjmp.c: ... here.
5217         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
5218         * sysdeps/s390/s390-64/setjmp.S: ... here.
5219         Add versioning.
5220         (__sigsetjmp): Remove setting __flags field.
5221         * sysdeps/s390/setjmp.S: Delete file.
5222         * sysdeps/s390/sigjmp.c: Likewise.
5223         * sysdeps/s390/v1-longjmp.c: Likewise.
5224         * sysdeps/s390/v1-setjmp.h: Likewise.
5225         * sysdeps/s390/v1-sigjmp.c: Likewise.
5226         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
5227         Remove v1-longjmp_chk.
5228         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
5229         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
5230         Include debug/longjmp_chk.c and add versioning.
5231         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
5232         Include nptl/pt-longjmp.c and add versioning.
5233         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
5234         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
5235         Include __longjmp.c.
5236         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
5237         Move to ...
5238         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
5239         (__getcontext): Remove setting __flags field.
5240         Add versioning.
5241         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
5242         Don't restore upper high grps.
5243         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
5244         Likewise.
5245         (__swapcontext): Remove setting uc_flags field.
5246         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
5247         Delete file.
5248         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
5249         Include __longjmp.c.
5250         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
5251         Move to ...
5252         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
5253         (__getcontext): Remove setting __flags field.
5254         Add versioning.
5255         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
5256         (__swapcontext): Remove setting uc_flags field.
5257         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
5258         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
5259         Remove fields uc_high_gprs and __reserved.
5260         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
5261         New file with reverted content.
5262         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
5263         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
5264         Regenerated.
5265         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
5266         Regenerated.
5267
5268 2014-07-31  Andreas Schwab  <schwab@suse.de>
5269
5270         * config.h.in (HAVE_IFUNC): Define to 0.
5271         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
5272         definedness.
5273
5274 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
5275
5276         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5277         memmove-avx-unaligned, memcpy-avx-unaligned and
5278         mempcpy-avx-unaligned.
5279         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5280         Add tests for AVX memcpy functions.
5281         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
5282         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
5283         memcpy_chk.
5284         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
5285         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
5286         memmove_chk.
5287         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
5288         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
5289         mempcpy_chk.
5290         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
5291         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
5292         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
5293
5294 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5295
5296         [BZ #17213]
5297         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
5298         powerpc64le.
5299
5300 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
5301
5302         [BZ #16839]
5303         * manual/llio.texi: Add section about open file description locks.
5304         * manual/examples/ofdlocks.c: Example of open file description
5305         lock usage.
5306         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
5307         F_OFD_SETLK, and F_OFD_SETLKW.
5308
5309 2014-07-23  Allan McRae  <allan@archlinux.org>
5310
5311         * po/es.po: Update Spanish translation from translation project.
5312
5313 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
5314
5315         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
5316
5317 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
5318
5319         [BZ #17078]
5320         * sysdeps/arm/dl-machine.h (elf_machine_rela)
5321         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
5322         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
5323
5324 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
5325
5326         [BZ #17088]
5327         * math/fesetenv.c (__fesetenv)
5328         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
5329         * math/feupdateenv.c (__feupdateenv)
5330         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
5331
5332         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
5333         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
5334         (__ASSUME_SOCKETCALL): Do not define.
5335
5336         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
5337         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
5338         (__ASSUME_SOCKETCALL): Do not define.
5339         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
5340         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5341         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5342         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5343         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5344         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
5345         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5346         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5347
5348         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
5349         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
5350         (__ASSUME_SOCKETCALL): Do not define.
5351         (__ASSUME_IPC64): Define unconditionally.
5352         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5353         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5354         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5355         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5356         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
5357         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5358         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
5359         Likewise.
5360
5361         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
5362         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
5363         (__ASSUME_SOCKETCALL): Do not define.
5364         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
5365         (__ASSUME_FUTEX_LOCK_PI): Likewise.
5366         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5367         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
5368         (__ASSUME_REQUEUE_PI): Define unconditionally.
5369         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
5370         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
5371         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5372         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
5373         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5374         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5375
5376         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
5377         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
5378         (__ASSUME_SOCKETCALL): Do not define.
5379         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
5380         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5381         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5382         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
5383         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5384         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5385
5386         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
5387         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
5388         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5389         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
5390         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5391         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
5392         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5393         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
5394         (__ASSUME_GETCPU_SYSCALL): Likewise.
5395
5396         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
5397         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
5398         cases for individual architectures.
5399         * sysdeps/gnu/configure: Regenerated.
5400         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
5401         LIBC_SLIBDIR_RTLDDIR.
5402         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
5403         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
5404         LIBC_SLIBDIR_RTLDDIR.
5405         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
5406         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
5407         LIBC_SLIBDIR_RTLDDIR.
5408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
5409         Regenerated.
5410         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
5411         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
5412         file.
5413         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
5414         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
5415         file.
5416         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
5417         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
5418         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
5419         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
5420
5421         * sysdeps/aarch64/shlib-versions: Move to ...
5422         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
5423         * sysdeps/alpha/shlib-versions: Move to ...
5424         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
5425         * sysdeps/arm/shlib-versions: Move to ...
5426         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
5427         * sysdeps/hppa/shlib-versions: Move all contents except for
5428         libgcc_s entry to ...
5429         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
5430         entry from ...
5431         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
5432         * sysdeps/ia64/shlib-versions: Move to ...
5433         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
5434         entry from ...
5435         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
5436         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
5437         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
5438         * sysdeps/microblaze/shlib-versions: Move to ...
5439         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
5440         * sysdeps/mips/shlib-versions: Move to ...
5441         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
5442         entry from ...
5443         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
5444         * sysdeps/tile/shlib-versions: Move to ...
5445         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
5446         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
5447         from ...
5448         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
5449         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
5450         entry from ...
5451         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
5452
5453 2014-07-17  Will Newton  <will.newton@linaro.org>
5454
5455         * sysdeps/arm/bits/atomic.h
5456         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
5457         (__arch_compare_and_exchange_bool_16_int): Likewise.
5458         (__arch_compare_and_exchange_bool_64_int): Likewise.
5459
5460         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
5461         into an #else block.
5462
5463 2014-07-16  Roland McGrath  <roland@hack.frob.com>
5464
5465         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
5466         just Linux configurations.  Test empirically that the compiler sets
5467         __ARM_EABI__, rather than using the tuple to decide.
5468         * sysdeps/arm/preconfigure: Regenerated.
5469         * sysdeps/unix/sysv/linux/arm/configure: File removed.
5470         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
5471         contents appended ...
5472         * sysdeps/arm/configure.ac: ... here.
5473         * sysdeps/arm/configure: Regenerated.
5474
5475 2014-07-15  Roland McGrath  <roland@hack.frob.com>
5476
5477         * nptl/pthread_kill.c: New file.
5478         * nptl/pthread_sigmask.c: New file.
5479         * nptl/pthread_sigqueue.c: New file.
5480
5481         * sysdeps/nptl/lowlevellock.h: New file.
5482         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
5483         * sysdeps/nptl/lowlevellock-futex.h: New file.
5484
5485         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
5486         Remove dead declarations.
5487
5488 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
5489
5490         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
5491         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
5492         config-cflags-avx2.
5493         * sysdeps/x86_64/configure.ac: Likewise.
5494         * sysdeps/i386/configure: Regenerated.
5495         * sysdeps/x86_64/configure: Likewise.
5496         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5497         memset-avx2 only if config-cflags-avx2 is yes.
5498         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5499         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
5500         defined.
5501         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
5502         only if HAVE_AVX2_SUPPORT is defined.
5503         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5504
5505 2014-07-14  Alan Modra  <amodra@gmail.com>
5506
5507         [BZ #17153]
5508         * elf/elf.h (DT_PPC64_NUM): Correct value.
5509         * NEWS: Add to fixed bug list.
5510
5511 2014-07-13  Jim Meyering  <meyering@fb.com>
5512
5513         [BZ 17150]
5514         regex: don't deref NULL upon heap allocation failure
5515         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
5516         failure in one more place.
5517         To trigger the segfault, configure grep -with-included-regex,
5518         build it, and run these commands:
5519         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
5520
5521 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
5522
5523         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5524
5525 2014-07-11  Richard Henderson  <rth@redhat.com>
5526
5527         * sysdeps/aarch64/libm-test-ulps: Update.
5528
5529 2014-07-10  Florian Weimer  <fweimer@redhat.com>
5530
5531         [BZ #17135]
5532         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
5533         * nptl/allocatestack.c (__nptl_setxid_error): New function.
5534         (__nptl_setxid): Initialize error member.  Call
5535         __nptl_setxid_error.
5536         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
5537         * nptl/descr.h (struct xid_command): Add error member.
5538         * nptl/tst-setuid3.c: New file.
5539         * nptl/Makefile (tests): Add it.
5540
5541 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5542
5543         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
5544         New define.
5545         (__lll_trylock): Use __lll_base_trylock.
5546         (__lll_cond_trylock): Likewise.
5547
5548 2014-07-10  Roland McGrath  <roland@hack.frob.com>
5549
5550         * nptl/pthread_create.c (start_thread): Use atomic_or and
5551         lll_futex_wake directly rather than lll_robust_dead.
5552         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5553         (lll_robust_dead): Macro removed.
5554         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
5555         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5556         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5557         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5558         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5559         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5560         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5561         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5562         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5563         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5564         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5565         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5566         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5567         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5568         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5569
5570         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
5571         Use atomic_compare_and_exchange_val_acq directly rather than
5572         lll_robust_trylock.
5573         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5574         (__lll_robust_trylock, lll_robust_trylock): Removed.
5575         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5576         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5577         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5578         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5579         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5580         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5581         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5582         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5583         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5584         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5585         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5586         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5587         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5588         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5589
5590 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5591
5592         * manual/locale.texi (Locale Names): New section documenting
5593         locale name syntax.  Adjust menu and node chaining accordingly.
5594         (Choosing Locale): Reference Locale Names, Locale Categories.
5595         Mention setting LC_ALL=C.  Reflect that name syntax is now
5596         documented.
5597         (Locale Categories): New section title.  Reference Locale Names.
5598         LC_ALL is an environment variable, but not a category.
5599         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
5600         description, now in Locale Name.  Reference that section.  Locale
5601         name syntax is now documented.
5602
5603 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5604
5605         [BZ #17137]
5606         * locale/findlocale.c (name_present, valid_locale_name): New
5607         functions.
5608         (_nl_find_locale): Use the loc_name variable to store name
5609         candidates.  Call name_present and valid_locale_name to check and
5610         validate locale names.  Return an error if the locale is invalid.
5611
5612 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5613
5614         * locale/setlocale.c (setlocale): Use strdup for allocating
5615         composite name copy.
5616
5617 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5618
5619         Sync up with gnulib.
5620         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
5621         [!_LIBC && ENABLE_NLS]: Include gettext.h.
5622         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
5623         and _GL_ARG_NONNULL.
5624         [USE_UNLOCKED_IO]: Include unlocked-io.h.
5625         [!_LIBC]: Include code for Windows and Cygwin.
5626         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
5627         Include prototype for int strerror_r.
5628         [!_LIBC] (is_open): New function.
5629         (flush_stdout): New function.
5630         (print_errno_message): Use it.
5631         (error): Likewise.
5632         (error_at_line): Likewise.
5633         (error_tail) Add function attribute macros.  Use
5634         __builtin_expect.
5635
5636         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
5637
5638         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
5639
5640         * io/ftw.c: Include sys/param.h unconditionally.
5641
5642         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
5643
5644         [BZ #17125]
5645         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
5646         libc_freeres_ptr.
5647         (freecache): New function to free CACHE on exit.
5648
5649         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
5650         initialization.
5651
5652 2014-07-09  David S. Miller  <davem@davemloft.net>
5653
5654         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5655
5656         * sysdeps/sparc/nptl/internaltypes.h: Delete.
5657         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
5658         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
5659         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
5660         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
5661         * sysdeps/sparc/nptl/sem_init.c: Likewise.
5662         * sysdeps/sparc/nptl/sem_post.c: Likewise.
5663         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
5664         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
5665         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
5666         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
5667         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
5668         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
5669
5670 2014-07-09  Andreas Schwab  <schwab@suse.de>
5671
5672         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
5673         output.
5674         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
5675         (do_test): Likewise.
5676
5677         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5678
5679 2014-07-09  Will Newton  <will.newton@linaro.org>
5680
5681         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
5682         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
5683         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
5684         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
5685         * sysdeps/hppa/start.S (_start): Likewise.
5686
5687 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
5688
5689         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
5690
5691         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
5692         defined.
5693
5694 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5695
5696         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
5697         after checking that it is non-NULL.
5698
5699         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
5700
5701 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5702
5703         * sysdeps/powerpc/memmove.c: Remove file.
5704         * sysdeps/powerpc/powerpc32/power4/memcopy.h
5705         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
5706         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5707         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
5708         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
5709         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
5710         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
5711         string memmove instead of removed powerpc one.
5712
5713         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
5714         [weak_alias]: Fix compiler warning due trailing data.
5715         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
5716         [weak_alias]: Likewise.
5717         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
5718         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
5719
5720         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
5721         (__libc_ifunc_impl_list): Add memmove functions.
5722
5723 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5724
5725         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
5726         Remove code.
5727         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
5728         Likewise
5729         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
5730         Likewise
5731         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
5732         Likewise
5733         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
5734         Likewise
5735         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
5736         Likewise
5737         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
5738         Likewise
5739         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
5740         Likewise
5741         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
5742         Likewise
5743         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
5744         Likewise
5745         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
5746         Likewise
5747         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
5748         Likewise
5749         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5750         Likewise
5751         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5752         Likewise
5753         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5754         Likewise
5755         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5756         Likewise
5757         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5758         Likewise
5759
5760 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5761
5762         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5763         to avoid alignment traps in non-cacheable memory.
5764         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5765
5766         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5767         multiarch objects.
5768         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5769         file: multiarch power7 memmove.
5770         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5771         multiarch default memmove.
5772         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5773         multiarch memove for powerpc32/power4.
5774
5775         * string/bcopy.c: Use full path to include memmove.c.
5776         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5777         multiarch objects.
5778         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5779         bcopy for powerpc64.
5780         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5781         bcopy for powerpc64.
5782         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5783         and memmove implementations.
5784         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5785         optimized multiarch memmove for POWER7/powerpc64.
5786         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5787         default multiarch memmove for powerpc64.
5788         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5789         multiarch for powerpc64.
5790         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5791         for POWER7/powerpc64.
5792         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5793         memmove for POWER7/powerpc64.
5794
5795         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5796         glibc default one.
5797
5798         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5799         __ELF_NATIVE_CLASS equal to 64.
5800
5801 2014-07-07  Roland McGrath  <roland@hack.frob.com>
5802
5803         * sysdeps/nptl/lowlevellock.h: File removed.
5804
5805         * NEWS: NPTL is no longer an add-on!
5806         * nptl/internaltypes.h: Moved ...
5807         * sysdeps/nptl/internaltypes.h: ... here.
5808         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5809         * sysdeps/nptl/fork.c: Likewise.
5810         * sysdeps/nptl/gai_misc.h: Likewise.
5811         * sysdeps/nptl/librt-cancellation.c: Likewise.
5812         * sysdeps/nptl/jmp-unwind.c: Likewise.
5813         * sysdeps/nptl/setxid.h: Likewise.
5814         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5815         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5816         * sysdeps/unix/sysv/linux/arm/Implies: New file.
5817         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5818         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5819         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5820         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5821         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5822         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5823         * sysdeps/unix/sysv/linux/mips/Implies: New file.
5824         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5825         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5826         * sysdeps/unix/sysv/linux/sh/Implies: New file.
5827         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5828         * sysdeps/unix/sysv/linux/tile/Implies: New file.
5829         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5830         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5831         * nptl/Makeconfig: Moved ...
5832         * sysdeps/nptl/Makeconfig: ... here.
5833         * nptl/configure: File removed.
5834         * nptl/ANNOUNCE: File removed.
5835         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5836         * sysdeps/unix/sysv/linux/configure: Regenerated.
5837
5838         * nptl/Makefile (routines): Add libc_pthread_init,
5839         libc_multiple_threads, register-atfork and unregister-atfork.
5840         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5841         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5842         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5843         pthread-pi-defines.sym, structsem.sym.
5844         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5845         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5846         [$(subdir) = nptl] (tests): Add tst-setgetname.
5847         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5848         * sysdeps/unix/sysv/linux/sigaction.c: Just include
5849         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5850         [!LIBC_SIGACTION]: Remove aliases.
5851         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5852         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5853         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5854         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5855         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5856         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5857         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5858         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5859         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5860         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5861         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5862         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5863         __libc_allocate_rtsig_private.
5864         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5865         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5866         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5867         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5868         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5869         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5870         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5871         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5872         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5873         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5874         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5875         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5876         * nptl/internaltypes.h: ... here.
5877         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5878         * sysdeps/nptl/jmp-unwind.c: ... here.
5879         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5880         * nptl/libc-lowlevellock.c: ... here.
5881         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5882         * nptl/libc_multiple_threads.c: ... here.
5883         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5884         * nptl/libc_pthread_init.c: ... here.
5885         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5886         * nptl/lowlevelbarrier.sym: ... here.
5887         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5888         * nptl/lowlevelcond.sym: ... here.
5889         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5890         * nptl/lowlevellock.c: ... here.
5891         * nptl/lowlevellock.h: Moved ...
5892         * sysdeps/nptl/lowlevellock.h: ... here.
5893         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5894         * nptl/lowlevelrobustlock.c: ... here.
5895         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5896         * nptl/lowlevelrobustlock.sym: ... here.
5897         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5898         * nptl/lowlevelrwlock.sym: ... here.
5899         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5900         * nptl/pt-fork.c: ... here.
5901         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5902         * nptl/pthread-pi-defines.sym: ... here.
5903         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5904         * nptl/pthread_attr_getaffinity.c: ... here.
5905         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5906         * nptl/pthread_attr_setaffinity.c: ... here.
5907         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5908         * nptl/pthread_mutex_cond_lock.c: ... here.
5909         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5910         Update #include.
5911         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5912         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5913         * nptl/pthread_once.c: ... here, replacing old file.
5914         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5915         * nptl/pthread_yield.c: ... here.
5916         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5917         * nptl/register-atfork.c: ... here.
5918         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5919         * nptl/sem_post.c: ... here.
5920         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5921         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5922         * nptl/sem_timedwait.c: ... here.
5923         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5924         * nptl/sem_trywait.c: ... here.
5925         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5926         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5927         * nptl/sem_wait.c: ... here.
5928         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5929         * nptl/structsem.sym: ... here.
5930         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5931         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5932         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5933         * nptl/unregister-atfork.c: ... here.
5934         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5935         * nptl/unwindbuf.sym: ... here.
5936         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5937         * sysdeps/nptl/fork.c: ... here.
5938         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5939         * sysdeps/nptl/fork.h: ... here.
5940         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5941         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5942         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5943         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5944         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5945         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5946         * sysdeps/unix/sysv/linux/getpid.c: ... here.
5947         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5948         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5949         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5950         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5951         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5952         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5953         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5954         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5955         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5956         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5957         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5958         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5959         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5960         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5961         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5962         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5963         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5964         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5965         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5966         * sysdeps/unix/sysv/linux/raise.c: ... here.
5967         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5968         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5969         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5970         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5971         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5972         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5973         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5974         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5975         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5976         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5977         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5978         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5979         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5980         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5981         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5982
5983 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5984
5985         * sysdeps/generic/memcopy.h: Add comment for
5986         MEMCPY_OK_FOR_FWD_MEMMOVE.
5987
5988 2014-07-04  Will Newton  <will.newton@linaro.org>
5989
5990         * string/memchr.c: Merge from gnulib.
5991         [_LIBC]: Remove conditionals.
5992         (__ptr_t): Remove define.
5993         (LONG_MAX_32_BITS): Likewise.
5994         (LONG_MAX): Likewise.
5995         (MEMCHR): Use ANSI prototype and optimize algorithm.
5996
5997         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5998
5999 2014-07-03  Roland McGrath  <roland@hack.frob.com>
6000
6001         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
6002         (lll_futex_timed_wait_bitset): Fix syscall argument count.
6003
6004         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
6005         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
6006         in a bare environment with no <stdlib.h> installed.
6007         * sysdeps/nptl/configure: Regenerated.
6008
6009         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
6010
6011         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
6012         AC_EGREP_CPP for kernel header checks, so they only succeed if
6013         including <linux/version.h> actually works right.
6014         * sysdeps/unix/sysv/linux/configure: Regenerated.
6015
6016         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
6017         value so it's not diagnosed as unused.
6018
6019         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
6020         thing) with "ifeq ($(subdir),rt)".
6021
6022 2014-07-03  Richard Henderson  <rth@redhat.com>
6023
6024         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
6025         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
6026         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
6027
6028         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
6029         (math_force_eval): New.
6030
6031         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
6032         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
6033
6034         * sysdeps/alpha/fpu/s_round.c: Remove file.
6035         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
6036
6037         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
6038         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
6039         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
6040         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
6041         (_dl_start, print_statistics): Likewise.
6042         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
6043         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
6044
6045         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6046         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6047         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6048         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6049         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
6050         (HP_SMALL_TIMING_AVAIL): Define.
6051         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6052         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
6053         (HP_SMALL_TIMING_AVAIL): Define.
6054         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6055         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6056
6057         * sysdeps/aarch64/hp-timing.h: New file.
6058
6059         * sysdeps/generic/hp-timing.h: Remove dead comment.
6060         * sysdeps/generic/hp-timing-common.h: New file.
6061         * sysdeps/alpha/hp-timing.h: Include it.
6062         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
6063         * sysdeps/i386/i686/hp-timing.h: Likewise.
6064         * sysdeps/ia64/hp-timing.h: Likewise.
6065         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
6066         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
6067         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
6068         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
6069         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
6070         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
6071         (hp_timing_t): New.
6072
6073         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
6074         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
6075         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
6076         * elf/rtld.c (_dl_start_final): Likewise.
6077         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
6078         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6079         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6080         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6081         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6082         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
6083         (HP_TIMING_DIFF_INIT): Remove.
6084         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6085         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
6086         (HP_TIMING_DIFF_INIT): Remove.
6087         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6088         * sysdeps/i386/i686/hp-timing.c: Remove file.
6089         * sysdeps/x86_64/hp-timing.c: Remove file.
6090         * sysdeps/ia64/hp-timing.c: Remove file.
6091         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
6092         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
6093         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
6094         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
6095
6096         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
6097         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
6098         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
6099         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
6100         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
6101         (HP_TIMING_ACCUM): Remove.
6102         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
6103         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
6104         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
6105
6106         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
6107         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
6108         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
6109         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
6110         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
6111         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
6112         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
6113         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
6114
6115         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
6116
6117 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
6118
6119         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
6120
6121 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6122
6123         Sync up with gettext.
6124         * intl/loadmsgcat.c: Define O_BINARY if not defined.
6125         [_MSC_VER]: Include malloc.h
6126         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
6127         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
6128         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
6129         TEMP_FAILURE_RETRY.  Cast return of alloca.
6130         [!_LIBC] Call gl_rwlock_init.
6131         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
6132
6133 2014-07-02  Roland McGrath  <roland@hack.frob.com>
6134
6135         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
6136         before checking its value.
6137
6138 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6139
6140         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
6141
6142         * debug/memcpy_chk.c: Don't include pagecopy.h.
6143         * debug/mempcpy_chk.c: Likewise.
6144         * string/memcpy.c: Likewise.
6145         * string/memmove.c: Likewise.
6146         * sysdeps/powerpc/memmove.c: Likewise.
6147         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
6148         definition of PAGE_COPY_FWD_MAYBE here...
6149         * sysdeps/generic/pagecopy.h: ... from here.
6150         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
6151
6152 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
6153             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6154
6155         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
6156         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
6157         optimizations.
6158         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
6159         (__libc_ifunc_impl_list): Likewise.
6160         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
6161         multiarch strcat for PPC64.
6162         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
6163         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
6164
6165 2014-07-02  Roland McGrath  <roland@hack.frob.com>
6166
6167         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
6168
6169 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6170
6171         * intl/loadmsgcat.c: Remove declaration of
6172         get_sysdep_segment_value.
6173         (get_sysdep_segment_value): Use ISO C style.
6174         (_nl_load_domain): Use ISO C style.  Get rid of redundant
6175         semicolon.  Fix typo and formatting in comment.
6176         (_nl_unload_domain): Use ISO C style.
6177
6178         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
6179
6180 2014-07-02  Will Newton  <will.newton@linaro.org>
6181
6182         * malloc/obstack.c: Merge from gnulib master.
6183         [HAVE_CONFIG_H]: Remove conditional code.
6184         [!_LIBC]: Include config.h.
6185         [!ELIDE_CODE]: Don't include inttypes.h, include
6186         stdint.h unconditionally.
6187         (print_and_abort): Mark as _Noreturn.
6188         (_obstack_allocated_p): Mark as __attribute_pure__.
6189         (obstack_free): Rename to __obstack_free.
6190         [!__attribute__]: Remove conditional code.
6191         * malloc/obstack.h: Merge from gnulib master.
6192         [__cplusplus]: Move conditional down.
6193         [!__attribute_pure__]: Define __attribute_pure__ here
6194         if it is not already defined.
6195         (_obstack_memory_used): Mark as __attribute_pure__.
6196         [!__obstack_free]: Define as obstack_free.
6197         [__GNUC__]: Remove check for ancient NeXT gcc.
6198
6199 2014-07-02  Will Newton  <will.newton@linaro.org>
6200             Paul Eggert  <eggert@cs.ucla.edu>
6201
6202         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
6203
6204 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6205
6206         * resolv/gethnamaddr.c: Add comment warning that the file is
6207         not maintained.
6208
6209 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
6210
6211         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
6212         entries.
6213
6214         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
6215         entry for aio_cancel and aio_cancel64.
6216         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
6217         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
6218         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
6219         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
6220         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
6221         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
6222         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
6223         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
6224         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
6225         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
6226         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
6227         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
6228         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
6229
6230 2014-07-01  Roland McGrath  <roland@hack.frob.com>
6231
6232         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
6233         * nptl/pthread_mutex_lock.c: Likewise.
6234         * nptl/pthread_mutex_timedlock.c: Likewise.
6235         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
6236
6237 2014-07-01  Richard henderson  <rth@redhat.com>
6238
6239         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
6240         (__isnan, __isnanl): Remove.
6241         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
6242
6243         * sysdeps/alpha/fpu/libm-test-ulps: Update.
6244
6245 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
6246
6247         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6248
6249 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
6250
6251         * resolv/nss_dns/dns-host.c (getanswer_r)
6252         [MULTI_PTRS_ARE_ALIASES]: Remove code.
6253
6254 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
6255
6256         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6257         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
6258         undefine.
6259         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
6260         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
6261
6262 2014-07-01  Roland McGrath <roland@hack.frob.com>
6263
6264         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
6265         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
6266
6267         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
6268         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
6269
6270         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
6271         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
6272         ... here.
6273         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
6274         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
6275
6276         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
6277         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
6278         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
6279         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
6280
6281         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
6282         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
6283         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
6284         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
6285         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
6286         Moved ...
6287         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
6288         ... here.
6289         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
6290         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
6291         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
6292         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
6293         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
6294         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
6295         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
6296         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
6297         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
6298         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
6299         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
6300         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
6301         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
6302         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
6303         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
6304         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
6305         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
6306         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
6307         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
6308         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
6309         ... here.
6310         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
6311         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
6312         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
6313         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
6314         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
6315         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
6316         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
6317         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
6318
6319 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
6320
6321         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
6322         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
6323         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
6324         Add sysdep.
6325
6326 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6327
6328         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6329
6330 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6331
6332         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
6333         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
6334
6335         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
6336
6337         * sysdeps/arm/libm-test-ulps: Regenerated.
6338
6339 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6340             Roland McGrath <roland@hack.frob.com>
6341
6342         * test-skeleton.c (signal_handler): Kill the whole process group
6343         before killing the child individually.
6344         (main): Report any failure on `setpgid'.
6345
6346 2014-06-30  Roland McGrath  <roland@hack.frob.com>
6347
6348         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
6349         from _TLS_H to _ARM_NPTL_TLS_H.
6350         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
6351         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
6352
6353 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6354
6355         [BZ #16539]
6356         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
6357         (__expm1l): Return argument unchanged when small but not
6358         subnormal.
6359
6360         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
6361         include macro name.
6362         (_FP_UNPACK_RAW_1_P): Likewise.
6363         (_FP_PACK_RAW_1): Likewise.
6364         (_FP_PACK_RAW_1_P): Likewise.
6365         (_FP_MUL_MEAT_1_wide): Likewise.
6366         (_FP_MUL_MEAT_DW_1_hard): Likewise.
6367         (_FP_MUL_MEAT_1_hard): Likewise.
6368         (_FP_DIV_MEAT_1_imm): Likewise.
6369         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
6370         (_FP_DIV_MEAT_1_udiv): Likewise.
6371         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
6372         (_FP_UNPACK_RAW_2): Likewise.
6373         (_FP_UNPACK_RAW_2_P): Likewise.
6374         (_FP_PACK_RAW_2): Likewise.
6375         (_FP_PACK_RAW_2_P): Likewise.
6376         (_FP_MUL_MEAT_DW_2_wide): Likewise.
6377         (_FP_MUL_MEAT_2_wide): Likewise.
6378         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
6379         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6380         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
6381         (_FP_MUL_MEAT_2_gmp): Likewise.
6382         (_FP_DIV_MEAT_2_udiv): Likewise.
6383         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
6384         (_FP_FRAC_SRL_4): Likewise.
6385         (_FP_FRAC_SRST_4): Likewise.
6386         (_FP_FRAC_SRS_4): Likewise.
6387         (_FP_UNPACK_RAW_4): Likewise.
6388         (_FP_UNPACK_RAW_4_P): Likewise.
6389         (_FP_PACK_RAW_4): Likewise.
6390         (_FP_PACK_RAW_4_P): Likewise.
6391         (_FP_MUL_MEAT_DW_4_wide): Likewise.
6392         (_FP_MUL_MEAT_4_wide): Likewise.
6393         (_FP_MUL_MEAT_4_gmp): Likewise.
6394         (umul_ppppmnnn): Likewise.
6395         (_FP_DIV_MEAT_4_udiv): Likewise.
6396         (__FP_FRAC_ADD_4): Likewise.
6397         (__FP_FRAC_SUB_3): Likewise.
6398         (__FP_FRAC_SUB_4): Likewise.
6399         (__FP_FRAC_DEC_3): Likewise.
6400         (__FP_FRAC_DEC_4): Likewise.
6401         (__FP_FRAC_ADDI_4): Likewise.
6402         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
6403         (_FP_FRAC_SRL_8): Likewise.
6404         (_FP_FRAC_SRS_8): Likewise.
6405
6406         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
6407         include macro name.
6408         (FP_UNPACK_RAW_EP): Likewise.
6409         (FP_PACK_RAW_E): Likewise.
6410         (FP_PACK_RAW_EP): Likewise.
6411         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
6412         (_FP_ISSIGNAN): Likewise.
6413         (_FP_ADD_INTERNAL): Likewise.
6414         (_FP_FMA): Likewise.
6415         (_FP_CMP): Likewise.
6416         (_FP_SQRT): Likewise.
6417         (_FP_TO_INT): Likewise.
6418         (_FP_FROM_INT): Likewise.
6419         (FP_EXTEND): Likewise.
6420         (_FP_DIV_MEAT_N_loop): Likewise.
6421
6422 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6423
6424         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
6425         throughout.
6426
6427 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
6428
6429         [BZ #17097]
6430         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
6431         result with correct sign in case of exponents that produce
6432         overflow except for X very close to 1.
6433
6434 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
6435
6436         mktime: merge #if/#ifdef usage from glibc
6437         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
6438         as that works with both Glibc's and Gnulib's style.
6439         See thread starting at Siddhesh Poyarekar's bug report at:
6440         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
6441
6442 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
6443
6444         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
6445         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
6446         * sysdeps/tile/tilegx/memmove.c: Remove file.
6447
6448 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6449
6450         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
6451         abi-name definition.
6452         * scripts/soversions.awk: Do not handle or generate ABI lines.
6453         * shlib-versions: Remove ABI entries.
6454         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
6455         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
6456
6457 2014-06-27  Roland McGrath  <roland@hack.frob.com>
6458
6459         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
6460         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
6461         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
6462         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
6463         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
6464         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
6465         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
6466         Moved ...
6467         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
6468         ... here.
6469         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
6470         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
6471         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
6472         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
6473         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
6474         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
6475         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
6476         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
6477         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
6478         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
6479         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
6480         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
6481         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
6482         Moved ...
6483         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
6484         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
6485         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
6486         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
6487         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
6488         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
6489         Moved ...
6490         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
6491         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
6492         Moved ...
6493         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
6494         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
6495         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
6496         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
6497         Moved ...
6498         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
6499         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
6500         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
6501         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
6502         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
6503         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
6504         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
6505         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
6506         Moved ...
6507         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
6508         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
6509         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
6510         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
6511         Moved ...
6512         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
6513         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
6514         Moved ...
6515         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
6516         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
6517         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
6518         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
6519         Moved ...
6520         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
6521         ... here.
6522         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
6523         Identical file removed.
6524         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
6525         Moved ...
6526         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
6527         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
6528         Identical file removed.
6529         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
6530         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
6531         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
6532         Moved ...
6533         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
6534         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
6535         Identical file removed.
6536         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
6537         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
6538         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
6539         Identical file removed.
6540         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
6541         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
6542         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
6543         Identical file removed.
6544         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
6545         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
6546         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
6547         Identical file removed.
6548         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
6549         Moved ...
6550         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
6551         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
6552         Identical file removed.
6553         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
6554         Moved ...
6555         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
6556         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
6557         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
6558         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
6559         Identical file removed.
6560         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
6561         Moved ...
6562         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
6563         ... here.
6564         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
6565         Identical file removed.
6566         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
6567         Moved ...
6568         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
6569         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
6570         Identical file removed.
6571         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
6572         Moved ...
6573         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
6574         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
6575         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
6576         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
6577         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
6578         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
6579         Moved ...
6580         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
6581         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
6582         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
6583
6584         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
6585         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
6586         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
6587         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
6588         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
6589
6590 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
6591
6592         [BZ #17092]
6593         * nscd/nscd.c (monitor_child): Return exit status of child
6594         instead of return value from wait syscall.
6595
6596 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6597
6598         * configure.ac (libc_commonpagesize): Remove variable.
6599         (libc_relro_required): Likewise.
6600         (libc_cv_z_relro): Remove configure test.
6601         * configure: Regenerated.
6602         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
6603         variable.
6604         (libc_relro_required): Likewise.
6605         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
6606         (libc_relro_required): Likewise.
6607         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
6608         (libc_relro_required): Likewise.
6609         * sysdeps/arm/preconfigure: Regenerated.
6610         * sysdeps/ia64/preconfigure: Remove file.
6611         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
6612         variable.
6613         (libc_relro_required): Likewise.
6614
6615         [BZ #16561]
6616         [BZ #16562]
6617         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
6618         (__ieee754_yn): Set FE_TONEAREST mode internally and then
6619         recompute overflowing results in original rounding mode.
6620         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
6621         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
6622         recompute overflowing results in original rounding mode.
6623         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
6624         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6625         recompute overflowing results in original rounding mode.
6626         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
6627         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6628         recompute overflowing results in original rounding mode.
6629         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
6630         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6631         recompute overflowing results in original rounding mode.
6632         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
6633         (libc_feholdsetround_ctx): New macro.
6634         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
6635         * sysdeps/i386/fpu/libm-test-ulps: Update.
6636         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
6637
6638 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6639
6640         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
6641         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
6642         corresponding .cpsetup call.
6643
6644 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6645
6646         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
6647         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
6648         * sysdeps/arm/Makefile [$(subdir) = csu]
6649         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
6650         (static-only-routines): Add aeabi_read_tp here.
6651         (shared-only-routines): Add libc-aeabi_read_tp here.
6652         (CFLAGS-libc-start.c): Add -fexceptions here.
6653         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
6654         (sysdep_routines, static-only-routines, shared-only-routines):
6655         Don't add to these here.
6656         (CFLAGS-libc-start.c): Likewise.
6657
6658         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
6659         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6660         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
6661         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6662         * sysdeps/arm/Makefile [$(subdir) = rt]
6663         (librt-sysdep_routines, librt-shared-only-routines):
6664         Append rt-aeabi_unwind_cpp_pr1 here.
6665         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
6666         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
6667         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
6668         (libpthread-sysdep_routines, libpthread-shared-only-routines):
6669         Append nptl-aeabi_unwind_cpp_pr1 here.
6670         (tests): Filter out tst-cleanupx4 here.
6671         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
6672         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
6673         Don't do those here.
6674
6675 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6676
6677         * scripts/list-sources.sh: Do not handle ports specially.
6678
6679 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6680
6681         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
6682         * sysdeps/arm/feupdateenv.c: Likewise.
6683
6684         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
6685
6686 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6687
6688         * manual/texinfo.tex: Update to version 2014-05-05.10 with
6689         trailing whitespace removed.
6690         * scripts/config.guess: Update to version 2014-03-23.
6691         * scripts/config.sub: Update to version 2014-05-01
6692         * scripts/install-sh: Update to version 2013-12-25.23.
6693         * scripts/move-if-change: Update from gnulib.
6694
6695 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6696
6697         * debug/memmove_chk.c: Remove pagecopy.h include.
6698
6699 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6700
6701         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
6702         identical to gnulib mktime.
6703
6704 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6705
6706         * configure.ac: Do not test for machine being rs6000.  Do not test
6707         for powerpc*-*soft.
6708         * configure: Regenerated.
6709
6710         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
6711         test.
6712         * configure: Regenerated.
6713         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
6714         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
6715         Remove configure test.
6716         * sysdeps/arm/configure: Regenerated.
6717         * sysdeps/nptl/configure.ac: Do not check
6718         libc_cv_asm_cfi_directives.
6719         * sysdeps/nptl/configure: Regenerated.
6720         * sysdeps/x86_64/nptl/configure.ac: Remove file.
6721         * sysdeps/x86_64/nptl/configure: Remove generated file.
6722         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
6723         unconditional.
6724         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
6725
6726 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6727
6728         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
6729         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
6730         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
6731         it is defined.
6732
6733         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
6734         instead of whether it is defined.
6735         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
6736         * sysdeps/hppa/dl-machine.h: Likewise.
6737         * sysdeps/ia64/dl-machine.h: Likewise.
6738         * sysdeps/m68k/dl-machine.h: Likewise.
6739         * sysdeps/microblaze/dl-machine.h: Likewise.
6740         * sysdeps/mips/dl-machine.: Likewise.
6741         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6742         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6743         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6744         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6745         * sysdeps/sh/dl-machine.h: Likewise.
6746         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6747         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6748         * sysdeps/tile/dl-machine.h: Likewise.
6749         * sysdeps/x86_64/dl-machine.h: Likewise.
6750
6751         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6752         code.
6753         (verify_persistent_db): Likewise.
6754
6755 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6756
6757         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6758         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6759         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6760         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6761         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6762         Moved ...
6763         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6764         ... here.
6765         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6766         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6767         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6768         Identical file removed.
6769         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6770         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6771         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6772         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6773         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6774         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6775         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6776         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6777         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6778         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6779         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6780         Moved ...
6781         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6782         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6783         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6784         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6785         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6786         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6787         Moved ...
6788         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6789         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6790         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6791         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6792         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6793         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6794         Identical file removed.
6795         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6796         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6797         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6798         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6799         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6800         Moved ...
6801         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6802         ... here.
6803         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6804         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6805         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6806         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6807         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6808         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6809         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6810         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6811         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6812         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6813         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6814         Moved ...
6815         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6816         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6817         Moved ...
6818         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6819         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6820         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6821         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6822         Moved ...
6823         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6824         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6825         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6826
6827         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6828         folded into ...
6829         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6830         * sysdeps/unix/sysv/linux/s390/Versions
6831         (libpthread: GLIBC_2.19): New version set.
6832         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6833         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6834         (librt: GLIBC_2.3.3): New version set.
6835         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6836         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6837         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6838         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6839         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6840         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6841         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6842         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6843         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6844         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6845         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6846         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6847         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6848         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6849         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6850         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6851         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6852         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6853         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6854         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6855         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6856         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6857         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6858         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6859         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6860         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6861         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6862         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6863         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6864         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6865         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6866         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6867         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6868         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6869         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6870         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6871         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6872         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6873         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6874         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6875         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6876         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6877         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6878         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6879         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6880
6881         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6882         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6883         (__libc_vfork): Define the function under this name.
6884         [!NOT_IN_libc] (__vfork): Make this an alias.
6885         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6886         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6887         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6888         (__libc_vfork): Define the function under this name.
6889         [!NOT_IN_libc] (__vfork): Make this an alias.
6890         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6891         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6892         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6893         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6894         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6895         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6896
6897         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6898         code that was previously under [RESET_PID].
6899         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6900         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6901         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6902
6903         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6904         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6905         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6906         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6907         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6908         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6909         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6910         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6911         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6912         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6913         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6914         Moved ...
6915         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6916         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6917         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6918         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6919         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6920         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6921         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6922         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6923         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6924         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6925         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6926         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6927         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6928         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6929         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6930         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6931         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6932         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6933         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6934         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6935         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6936         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6937         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6938         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6939         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6940         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6941         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6942         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6943         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6944
6945 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6946
6947         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6948         that was previously under [RESET_PID].
6949         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6950
6951 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6952
6953         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6954         not undefine and redefine.
6955         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6956         [O_CLOEXEC]: Make code unconditional.
6957         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6958         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6959         <kernel-features.h>.
6960         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6961         conditional variable definition.
6962         (shm_open) [O_CLOEXEC]: Make code unconditional.
6963         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6964         code.
6965
6966         * configure.ac (USE_REGPARMS): Don't define here.
6967         * configure: Regenerated.
6968         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6969         * sysdeps/i386/configure: Regenerated.
6970
6971         * nptl/createthread.c: Don't include kernel-features.h.
6972         * nptl/pthread_cancel.c: Likewise.
6973         * nptl/pthread_condattr_setclock.c: Likewise.
6974         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6975         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6976         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6977         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6978         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6979         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6980         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6981         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6982         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6983         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6984         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6985         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6986         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6987         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6988         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6989         * nscd/gai.c: Likewise.
6990         * nss/nss_db/db-open.c: Likewise.
6991         * sysdeps/generic/ldsodefs.h: Likewise.
6992         * sysdeps/sh/nptl/tls.h: Likewise.
6993         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6994         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6995         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6996         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6997         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6998         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6999         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
7000         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
7001         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
7002         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
7003         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
7004         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
7005         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
7006         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
7007         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
7008         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
7009         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
7010         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
7011         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
7012         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
7013         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
7014         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
7015         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
7016         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
7017         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
7018         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
7019         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
7020         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
7021         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
7022         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
7023         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
7024         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
7025         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
7026         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
7027         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
7028         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7029         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
7030         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
7031         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
7032         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
7033         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
7034         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
7035         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
7036         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
7037         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
7038         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
7039         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
7040         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
7041         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
7042         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
7043         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
7044         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
7045         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
7046         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
7047         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
7048         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
7049         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
7050         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
7051         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
7052         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
7053         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
7054         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
7055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
7056         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
7057         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
7058         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
7059         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
7060         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
7061         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
7062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
7063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
7064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
7065         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
7066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
7067         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
7068         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
7069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
7070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
7071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
7072         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
7073         * sysdeps/unix/sysv/linux/pread.c: Likewise.
7074         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
7075         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
7076         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
7077         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
7078         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
7079         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
7080         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
7081         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
7082         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
7083         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
7084         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
7085         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
7086         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
7087         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
7088         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
7089         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
7090         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
7091         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
7092         * sysdeps/unix/sysv/linux/system.c: Likewise.
7093         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
7094         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
7095         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
7096         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
7097         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
7098         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
7099         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
7100
7101         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
7102         * configure: Regenerated.
7103         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
7104
7105         * configure.ac (base_machine): Do not set specially for particular
7106         machines here.
7107         * configure: Regenerated.
7108         * sysdeps/powerpc/preconfigure: Move machine and base_machine
7109         settings from configure.ac.
7110         * sysdeps/i386/preconfigure: New file.
7111         * sysdeps/s390/preconfigure: Likewise.
7112         * sysdeps/sh/preconfigure: Likewise.
7113         * sysdeps/sparc/preconfigure: Likewise.
7114
7115 2014-06-25  Roland McGrath  <roland@hack.frob.com>
7116
7117         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
7118         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
7119         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
7120         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
7121         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
7122         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
7123         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
7124         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
7125         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
7126         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
7127         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
7128         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
7129         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
7130         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
7131         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
7132         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
7133         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
7134         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
7135         * sysdeps/sparc/sparc64/Makefile: ... appended here.
7136
7137         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
7138         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
7139         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
7140         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
7141         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
7142         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
7143         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
7144         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
7145         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
7146         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
7147         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
7148         * sysdeps/sparc/sparc32/sem_post.c: ... here.
7149         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
7150         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
7151         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
7152         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
7153         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
7154         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
7155         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
7156         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
7157         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
7158         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
7159         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
7160         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
7161         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
7162         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
7163         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
7164         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
7165         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
7166         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
7167         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
7168         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
7169         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
7170         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
7171         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
7172         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
7173         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
7174         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
7175
7176         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
7177         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
7178         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
7179         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
7180         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
7181         Moved ...
7182         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
7183         ... here.
7184         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
7185         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
7186         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
7187         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
7188         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
7189         Moved ...
7190         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
7191         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
7192         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
7193         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
7194         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
7195         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
7196         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
7197         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
7198         Moved ...
7199         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
7200         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
7201         Moved ...
7202         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
7203         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
7204         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
7205         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
7206         Moved ...
7207         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
7208         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
7209         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
7210         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
7211         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
7212         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
7213         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
7214         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
7215         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
7216         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
7217         Moved ...
7218         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
7219         ... here.
7220         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
7221         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
7222         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
7223         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
7224         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
7225         Moved ...
7226         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
7227         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
7228         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
7229         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
7230         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
7231         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
7232         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
7233         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
7234         Moved ...
7235         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
7236         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
7237         Moved ...
7238         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
7239         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
7240         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
7241         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
7242         Moved ...
7243         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
7244         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
7245         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
7246         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
7247         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
7248
7249 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7250
7251         * timezone/checktab.awk: Update from tzcode 2014e.
7252         * timezone/private.h: Likewise.
7253         * timezone/tzfile.h: Likewise.
7254         * timezone/zdump.c: Likewise.
7255         * timezone/zic.c: Likewise.
7256
7257         * sysdeps/unix/sysv/linux/kernel-features.h
7258         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
7259         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
7260         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
7261         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
7262         Remove conditional code.
7263
7264 2014-06-25  Will Newton  <will.newton@linaro.org>
7265
7266         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
7267         (_dl_arm_cap_flags): Add HWCAP2 values.
7268         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
7269         (_DL_HWCAP_COUNT): Increase to 37.
7270         (_DL_HWCAP_LAST): New define.
7271         (_DL_HWCAP2_LAST): New define.
7272         (_dl_procinfo): Add support for printing
7273         AT_HWCAP2 entries.
7274         (_dl_string_hwcap): Use _dl_hwcap_string.
7275
7276 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7277
7278         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7279
7280 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7281
7282         * README: Do not mention ports directory.
7283
7284         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
7285         Remove macro.
7286         * sysdeps/unix/sysv/linux/futimes.c: Do not include
7287         <kernel-features.h>.
7288         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
7289         conditional variable definition.
7290         (__futimes): Update comment.
7291         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
7292         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
7293
7294         [BZ #16560]
7295         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
7296         arguments close to 0.
7297         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
7298         Likewise.
7299         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
7300         Likewise.
7301         * math/auto-libm-test-in: Add more tests of exp10.
7302         * math/auto-libm-test-out: Regenerated.
7303         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7304
7305         * sysdeps/unix/sysv/linux/kernel-features.h
7306         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
7307         * sysdeps/unix/sysv/linux/readv.c: Do not include
7308         <kernel-features.h>.
7309         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7310         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7311         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7312         unconditional.
7313         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7314         conditional code.
7315         * sysdeps/unix/sysv/linux/writev.c: Do not include
7316         <kernel-features.h>.
7317         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7318         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7319         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7320         unconditional.
7321         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7322         conditional code.
7323
7324 2014-06-25  Will Newton  <will.newton@linaro.org>
7325
7326         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
7327         comment changes throughout the file.  Remove checks
7328         for HAVE_*_H definitions that are not required.
7329         (__gen_tempname): Call abort if an unknown kind value is
7330         passed.
7331
7332 2014-06-25  Andreas Schwab  <schwab@suse.de>
7333
7334         [BZ #17086]
7335         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
7336         scalbln, scalblnf, scalblnl in libc.
7337
7338 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
7339
7340         [BZ #17086]
7341         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
7342         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7343         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7344
7345 2014-06-24  Roland McGrath  <roland@hack.frob.com>
7346
7347         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
7348         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
7349         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
7350         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
7351         Update #include.
7352         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
7353         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
7354         Update #include.
7355         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
7356         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
7357         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
7358         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
7359         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
7360         * sysdeps/x86/bits/pthreadtypes.h: ... here.
7361         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
7362         * sysdeps/x86/bits/semaphore.h: ... here.
7363         * sysdeps/x86/nptl/elide.h: Moved ...
7364         * sysdeps/x86/elide.h: ... here.
7365         * sysdeps/x86_64/nptl/Implies: File removed.
7366         * sysdeps/i386/nptl/Implies: File removed.
7367
7368 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
7369
7370         [BZ #16539]
7371         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
7372         return the argument for normal arguments with exponent below -64.
7373         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
7374         Likewise.
7375         * math/auto-libm-test-in: Add another test of expm1.
7376         * math/auto-libm-test-out: Regenerated.
7377
7378         [BZ #16287]
7379         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
7380         calling __erfcl for arguments at least 16.
7381         * math/auto-libm-test-in: Add more tests of erf.
7382         * math/auto-libm-test-out: Regenerated.
7383
7384         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
7385         individual architectures.
7386         * sysdeps/unix/sysv/linux/configure: Regenerated.
7387         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
7388         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
7389         * sysdeps/unix/sysv/linux/powerpc/configure.ac
7390         (ldd_rewrite_script): Define variable.
7391         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
7392         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
7393         file.
7394         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
7395         generated file.
7396         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
7397         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
7398         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
7399         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
7400         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
7401         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
7402         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
7403         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
7404
7405 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7406
7407         [BZ #17084]
7408         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
7409         Rename member __data.d to __data.__elision_data.
7410
7411 2014-06-24  Wilco  <wdijkstr@arm.com>
7412
7413         * NEWS: Add 16918 to fixed bug list.
7414
7415 2014-06-24  Wilco  <wdijkstr@arm.com>
7416
7417         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
7418
7419 2014-06-24  Wilco  <wdijkstr@arm.com>
7420
7421         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
7422         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
7423         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
7424         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
7425         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
7426         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
7427         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
7428         Use _FPU_MASK_RM.
7429
7430 2014-06-24  Wilco  <wdijkstr@arm.com>
7431
7432         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
7433
7434 2014-06-24  Wilco  <wdijkstr@arm.com>
7435
7436         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
7437         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
7438         * sysdeps/arm/fesetround.c (fesetround): Remove space.
7439         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
7440
7441 2014-06-24  Wilco  <wdijkstr@arm.com>
7442
7443         [BZ #16918]
7444         * sysdeps/arm/feupdateenv.c (feupdateenv):
7445         Rewrite to reduce FPSCR accesses and fix return value.
7446
7447 2014-06-24  Wilco  <wdijkstr@arm.com>
7448
7449         * sysdeps/arm/fclrexcpt.c (feclearexcept):
7450         Optimize to avoid unnecessary FPSCR writes.
7451         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
7452         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
7453         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
7454         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
7455
7456 2014-06-24  Wilco  <wdijkstr@arm.com>
7457
7458         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
7459         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
7460         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
7461         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
7462         Call libc_fetestexcept_vfp.
7463         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
7464         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
7465         __SOFTFP__ ifdef so that they can be built for softfp.
7466
7467 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7468
7469         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
7470         argument type signed char.
7471
7472         * Makerules (check-abi): Dump diff of symlist if the test
7473         fails.
7474
7475 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7476
7477         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
7478         using abort.
7479
7480         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
7481         Remove unused variable ST.
7482
7483 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7484
7485         [BZ #16354]
7486         [BZ #17061]
7487         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
7488         small arguments before calling __expm1.
7489         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
7490         small arguments before calling __expm1f.
7491         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
7492         small arguments before calling __expm1l.
7493         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
7494         Likewise.
7495         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
7496         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
7497         spurious underflow for some cosh tests.
7498         * math/auto-libm-test-out: Regenerated.
7499         * sysdeps/i386/fpu/libm-test-ulps: Update.
7500
7501         [BZ #17050]
7502         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
7503         (__ieee754_y1): Set errno if return value overflows.
7504         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
7505         (__ieee754_y1f): Set errno if return value overflows.
7506         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
7507         (__ieee754_y1l): Set errno if return value overflows.
7508         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
7509         (__ieee754_y1l): Set errno if return value overflows.
7510         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
7511         * math/auto-libm-test-out: Regenerated.
7512
7513         * math/gen-auto-libm-tests.c: Document use of
7514         ignore-zero-inf-sign.
7515         (input_flag_type): Add value flag_ignore_zero_inf_sign.
7516         (input_flags): Add ignore-zero-inf-sign.
7517         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
7518         * math/gen-libm-test.pl (generate_testfile): Handle
7519         ignore-zero-inf-sign.
7520         * math/auto-libm-test-in: Mark some cpow tests with
7521         ignore-zero-inf-sign and some with xfail-rounding.
7522         * math/auto-libm-test-out: Regenerated.
7523         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
7524         * sysdeps/i386/fpu/libm-test-ulps: Update.
7525         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7526
7527         [BZ #16315]
7528         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
7529         overflowing or underflowing operations take place with sign of
7530         result.
7531         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
7532         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7533         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
7534         (__ieee754_pow): Recompute overflowing and underflowing results in
7535         original rounding mode.
7536         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
7537         (__powl_helper): Allow negative argument X and scale negated value
7538         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
7539         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
7540         overflowing or underflowing operations take place with sign of
7541         result.
7542         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
7543         Include <math.h>.
7544         * math/auto-libm-test-in: Add more tests of pow.
7545         * math/auto-libm-test-out: Regenerated.
7546         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
7547         (pow_tonearest_test_data): Remove.
7548         (pow_test_tonearest): Likewise.
7549         (pow_towardzero_test_data): Likewise.
7550         (pow_test_towardzero): Likewise.
7551         (pow_downward_test_data): Likewise.
7552         (pow_test_downward): Likewise.
7553         (pow_upward_test_data): Likewise.
7554         (pow_test_upward): Likewise.
7555         (main): Don't call removed functions.
7556         * sysdeps/i386/fpu/libm-test-ulps: Update.
7557         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7558
7559 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7560
7561         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
7562         Moved ...
7563         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
7564         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7565         Moved ...
7566         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
7567         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
7568         Moved ...
7569         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
7570         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
7571         Moved ...
7572         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
7573         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
7574         File removed.
7575         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
7576         File removed.
7577         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
7578         File removed.
7579         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
7580         File removed.
7581         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
7582         File removed.
7583         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
7584         File removed.
7585         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
7586         File removed.
7587         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7588         File removed.
7589         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
7590         File removed.
7591         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
7592         File removed.
7593         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
7594         File removed.
7595         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
7596         File removed.
7597         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
7598         Moved ...
7599         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
7600         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
7601         Moved ...
7602         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
7603         ... here.
7604         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
7605         Moved ...
7606         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
7607         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
7608         Moved ...
7609         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
7610         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
7611         Moved ...
7612         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
7613         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
7614         Moved ...
7615         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
7616         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
7617         Moved ...
7618         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
7619         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
7620         Moved ...
7621         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
7622         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
7623         Moved ...
7624         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
7625         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
7626         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
7627         ... here.
7628         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
7629         Moved ...
7630         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
7631         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
7632         Moved ...
7633         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
7634         ... here.
7635         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
7636         Moved ...
7637         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7638         ... here.
7639         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
7640         Moved ...
7641         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7642         ... here.
7643         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
7644         Moved ...
7645         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
7646         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
7647         Moved ...
7648         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
7649         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
7650         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
7651         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
7652         Moved ...
7653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
7654         ... here.
7655         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
7656         Moved ...
7657         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
7658         ... here.
7659         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
7660         Moved ...
7661         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
7662         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
7663         Moved ...
7664         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
7665         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
7666         Moved ...
7667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
7668         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7669         Moved ...
7670         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
7671         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
7672         Moved ...
7673         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
7674         ... here.
7675         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7676         Moved ...
7677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
7678         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
7679         Moved ...
7680         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
7681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7682         Moved ...
7683         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
7684         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
7685         Moved ...
7686         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
7687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
7688         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
7689         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
7690         Moved ...
7691         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
7692         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7693         Moved ...
7694         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
7695         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
7696         Moved ...
7697         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
7698         ... here.
7699         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7700         Moved ...
7701         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
7702         ... here.
7703         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
7704         Moved ...
7705         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
7706         ... here.
7707         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7708         Moved ...
7709         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
7710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
7711         Moved ...
7712         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
7713         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7714         Moved ...
7715         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
7716         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
7717         Moved ...
7718         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
7719         ... here.
7720         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7721         Moved ...
7722         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
7723         ... here.
7724         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
7725         Moved ...
7726         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
7727         ... here.
7728         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7729         Moved ...
7730         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
7731         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7732         Moved ...
7733         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
7734
7735 2014-06-23  Will Newton  <will.newton@linaro.org>
7736             Wilco  <wdijkstr@arm.com>
7737
7738         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
7739         implementation.  Include get-rounding-mode.h.
7740         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
7741         [!libc_feholdsetround_noex_ctx]: Define
7742         libc_feholdsetround_noex_ctx.
7743         [!libc_feholdsetround_noexf_ctx]: Define
7744         libc_feholdsetround_noexf_ctx.
7745         [!libc_feholdsetround_noexl_ctx]: Define
7746         libc_feholdsetround_noexl_ctx.
7747         (libc_feholdsetround_ctx): New function.
7748         (libc_feresetround_ctx): New function.
7749         (libc_feholdsetround_noex_ctx): New function.
7750         (libc_feresetround_noex_ctx): New function.
7751
7752 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7753
7754         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7755         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7756         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7757         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7758         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7759         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7760
7761         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7762         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7763         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7764         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7765         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7766         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7767         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7768         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7769         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7770         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7771         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7772         Moved ...
7773         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7774         ... here.
7775         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7776         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7777         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7778         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7779         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7780         Moved ...
7781         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7782         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7783         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7784         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7785         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7786         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7787         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7788         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7789         Moved ...
7790         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7791         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7792         Moved ...
7793         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7794         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7795         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7796         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7797         Moved ...
7798         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7799         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7800         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7801         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7802         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7803         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7804         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7805         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7806         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7807         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7808         Moved ...
7809         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7810         ... here.
7811         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7812         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7813         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7814         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7815         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7816         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7817         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7818         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7819         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7820         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7821         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7822         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7823         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7824         Moved ...
7825         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7826         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7827         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7828         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7829         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7830         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7831         Moved ...
7832         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7833         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7834         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7835         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7836         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7837
7838         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7839         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7840         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7841         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7842         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7843         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7844         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7845         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7846         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7847         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7848         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7849         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7850         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7851         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7852         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7853         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7854         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7855         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7856         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7857         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7858         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7859         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7860         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7861         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7862         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7863         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7864         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7865         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7866
7867 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7868
7869         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7870         (FALLOC_FL_COLLAPSE_RANGE): New macro.
7871         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7872         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7873         (IPV6_PMTUDISC_INTERFACE): Likewise.
7874         (IPV6_PMTUDISC_OMIT): Likewise.
7875
7876 2014-06-23  Andreas Schwab  <schwab@suse.de>
7877
7878         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7879         Remove unused errout label.
7880
7881 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7882
7883         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7884         macro: hardware supports Vector Crypto instructions.
7885
7886 2014-06-23  Will Newton  <will.newton@linaro.org>
7887
7888         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7889         rather than __builtin_expect.
7890
7891         * elf/dl-lookup.c (undefined_msg): Remove variable.
7892         (_dl_lookup_symbol_x): Replace undefined_msg with string
7893         literal.
7894
7895         * elf/dl-lookup.c (do_lookup_unique): New function.
7896         (do_lookup_x): Move STB_GNU_UNIQUE handling code
7897         to a separate function.
7898
7899 2014-06-23  Andreas Schwab  <schwab@suse.de>
7900
7901         [BZ #17079]
7902         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7903         before reading the next line.
7904
7905 2014-06-23  Will Newton  <will.newton@linaro.org>
7906
7907         * test-skeleton.c (signal_handler): Use printf and %m
7908         rather than perror.  Use printf rather than fprintf to
7909         stderr.  Use puts rather than fputs to stderr.
7910         (main): Likewise.
7911
7912 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
7913
7914         * nscd/nscd.c (thread_info_t): Remove typedef.
7915         (thread_info): Remove variable.
7916
7917 2014-06-21  Allan McRae  <allan@archlinux.org>
7918
7919         * NEWS: Mention CVE-2014-4043.
7920
7921 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7922
7923         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7924         * nptl/smp.h: ... here.
7925
7926         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7927
7928         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7929         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7930         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7931         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7932
7933         * nptl/allocatestack.c: Include <stack-aliasing.h>.
7934         * nptl/stack-aliasing.h: New file.
7935         * sysdeps/i386/i686/stack-aliasing.h: New file.
7936         * sysdeps/i386/i686/nptl/Makefile: File removed.
7937         * sysdeps/x86_64/stack-aliasing.h: New file.
7938         * sysdeps/x86_64/nptl/Makefile
7939         (CFLAGS-pthread_create.c): Variable removed.
7940
7941         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7942         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7943         old file.
7944         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7945         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7946         old file.
7947
7948 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
7949
7950         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7951         (__ASSUME_SIGFRAME_V2): Remove macro.
7952         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7953         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7954         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7955         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7956         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7957         Declare as function.  Remove conditional macro definitions.
7958         (__default_rt_sa_restorer): Likewise.
7959         (__default_sa_restorer_v1): Remove declaration.
7960         (__default_sa_restorer_v2): Likewise.
7961         (__default_rt_sa_restorer_v1): Likewise.
7962         (__default_rt_sa_restorer_v2): Likewise.
7963         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7964         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7965         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7966
7967 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7968
7969         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7970         (libpthread-routines): Add sysdep.
7971         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7972         * sysdeps/unix/sysv/linux/sparc/Versions
7973         (libpthread: GLIBC_2.3.3): New version set.
7974         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7975         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7976         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7977         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7978         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
7979         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7980         Moved ...
7981         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7982         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7983         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7984         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7985         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7986         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7987         * sysdeps/sparc/nptl/sem_init.c: ... here.
7988         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7989         * sysdeps/sparc/nptl/sem_post.c: ... here.
7990         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7991         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7992         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7993         * sysdeps/sparc/nptl/sem_wait.c: ... here.
7994         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7995         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7996         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7997         (libpthread-routines): Add cpu_relax.
7998         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7999         File removed.
8000         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
8001         (librt: GLIBC_2.3.3): New version set.
8002         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
8003         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
8004         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
8005         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
8006         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
8007         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
8008         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
8009         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
8010         Moved ...
8011         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
8012         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
8013         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
8014         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
8015         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
8016         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
8017         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
8018         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
8019         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
8020         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
8021         Moved ...
8022         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
8023         Update #include.
8024         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
8025         Moved ...
8026         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
8027         Update #include.
8028         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
8029         Moved ...
8030         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
8031         Update #include.
8032         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
8033         Moved ...
8034         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
8035         Update #include.
8036         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
8037         Moved ...
8038         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
8039         Update #include.
8040         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
8041         Moved ...
8042         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
8043         Update #include.
8044         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
8045         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
8046         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
8047         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
8048         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
8049         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
8050         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
8051         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
8052         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
8053         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
8054         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
8055         Moved ...
8056         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
8057         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
8058         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
8059         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
8060         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
8061
8062 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
8063
8064         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
8065         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
8066         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
8067         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
8068         * nscd/nscd.c: Likewise.
8069         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
8070         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
8071         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
8072         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
8073
8074         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
8075         <kernel-features.h>.
8076         (init_mq_netlink): Remove conditional have_sock_cloexec
8077         definitions.  Remove code conditional on have_sock_cloexec < 0.
8078         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
8079         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
8080         * sysdeps/unix/sysv/linux/opensock.c: Do not include
8081         <kernel-features.h>.
8082         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
8083         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
8084
8085 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
8086
8087         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8088         Add tests for memset_chk and memset.
8089
8090         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
8091         with AVX2_Usable.
8092
8093 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
8094
8095         [BZ #16046]
8096         * elf/tst-dl-iter-static.c: New file.
8097         * elf/Makefile (tests-static): Add tst-dl-iter-static.
8098
8099         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
8100         error.
8101
8102 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
8103
8104         * sysdeps/unix/sysv/linux/kernel-features.h
8105         (__ASSUME_F_GETOWN_EX): Remove macro.
8106         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
8107         <kernel-features.h>.
8108         (miss_F_GETOWN_EX): Remove variable or macro.
8109         (do_fcntl): Do not check miss_F_GETOWN_EX.
8110         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
8111
8112         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
8113         Remove macro.
8114         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
8115         [!__ASSUME_AT_RANDOM]: Remove conditional code.
8116         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
8117
8118         * sysdeps/unix/sysv/linux/kernel-features.h
8119         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
8120         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
8121         [ADJ_OFFSET_SS_READ]: Make code unconditional.
8122         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
8123
8124 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
8125
8126         [BZ #17075]
8127         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
8128         Fix calculation of the symbol's value.
8129         * sysdeps/arm/tst-armtlsdescloc.c: New file.
8130         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
8131         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
8132         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
8133         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
8134         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
8135         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
8136         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
8137         (modules-names): Add `tst-armtlsdescmod',
8138         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
8139         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
8140         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
8141         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
8142         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
8143         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
8144         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
8145         ($(objpfx)tst-armtlsdescloc): New dependency.
8146         ($(objpfx)tst-armtlsdescextnow): Likewise.
8147         ($(objpfx)tst-armtlsdescextlazy): Likewise.
8148         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
8149         TLS scheme support.
8150         * sysdeps/arm/configure: Regenerate.
8151
8152 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
8153
8154         * include/fcntl.h (__atfct_seterrno): Remove prototype.
8155         (__atfct_seterrno_2): Likewise.
8156         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
8157         <kernel-features.h>.
8158         (__ASSUME_ATFCTS): Do not undefine and redefine.
8159         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
8160         (__have_atfcts): Remove conditional definition.
8161         (__fxstatat([__NR_fstatat64]: Make code unconditional.
8162         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
8163         unreachable if [__ASSUME_ATFCTS].
8164         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
8165         not undefine and redefine.
8166         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
8167         <kernel-features.h>.
8168         (faccessat) [__NR_faccessat]: Make code unconditional.
8169         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
8170         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
8171         <kernel-features.h>.
8172         (fchmodat) [__NR_fchmodat]: Make code unconditional.
8173         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8174         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
8175         <kernel-features.h>.
8176         (fchownat) [__NR_fchownat]: Make code unconditional.
8177         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
8178         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
8179         <kernel-features.h>.
8180         (futimesat) [__NR_futimesat]: Make code unconditional.
8181         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
8182         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
8183         <kernel-features.h>.
8184         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8185         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8186         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
8187         <kernel-features.h>.
8188         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
8189         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8190         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
8191         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
8192         <kernel-features.h>.
8193         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
8194         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8195         * sysdeps/unix/sysv/linux/linkat.c: Do not include
8196         <kernel-features.h>.
8197         (linkat) [__NR_linkat]: Make code unconditional.
8198         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8199         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
8200         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
8201         <kernel-features.h>.
8202         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
8203         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8204         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
8205         <kernel-features.h>.
8206         (mkdirat) [__NR_mkdirat]: Make code unconditional.
8207         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
8208         * sysdeps/unix/sysv/linux/openat.c: Do not include
8209         <kernel-features.h>.
8210         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
8211         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
8212         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
8213         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
8214         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
8215         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
8216         <kernel-features.h>.
8217         (readlinkat) [__NR_readlinkat]: Make code unconditional.
8218         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
8219         result of INLINE_SYSCALL directly, not via int variable.
8220         * sysdeps/unix/sysv/linux/renameat.c: Do not include
8221         <kernel-features.h>.
8222         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
8223         (renameat) [__NR_renameat]: Make code unconditional.
8224         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
8225         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
8226         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
8227         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
8228         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
8229         (__ASSUME_ATFCTS): Do not undefine and redefine.
8230         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
8231         <kernel-features.h>.
8232         (symlinkat) [__NR_symlinkat]: Make code unconditional.
8233         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8234         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
8235         <kernel-features.h>.
8236         (unlinkat) [__NR_unlinkat]: Make code unconditional.
8237         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8238         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
8239         (__ASSUME_ATFCTS): Do not undefine and redefine.
8240         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
8241         <kernel-features.h>.
8242         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8243         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8244         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
8245         <kernel-features.h>.
8246         (__xmknodat) [__NR_mknodat]: Make code unconditional.
8247         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8248
8249 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
8250
8251         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
8252
8253 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
8254
8255         [BZ #17069]
8256         * posix/regcomp.c (parse_reg_exp): Deallocate partially
8257         constructed tree before returning error.
8258         * posix/bug-regexp36.c: Expand test case.
8259
8260 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
8261
8262         [BZ #6803]
8263         * math/libm-test.inc (scalbln_test_date):
8264         Add errno expectations.
8265         * math/w_scalblnf.c: New File.
8266         Add wrapper which checks for setting errno to ERANGE.
8267         Add weak_alias for corresponding scalbln function.
8268         * math/w_scalbln.c: Likewise.
8269         * math/w_scalblnl.c: Likewise.
8270         * math/Makefile (libm-calls): Add w_scalbln.
8271         * sysdeps/ieee754/flt-32/s_scalblnf.c:
8272         Remove weak_alias for corresponding scalbln function.
8273         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
8274         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
8275         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
8276         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
8277         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
8278         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
8279         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
8280         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
8281         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
8282         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
8283         Remove long_double_symbol for scalblnl function in libm, libc.
8284         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
8285         Add wrapper which checks for setting errno to ERANGE.
8286         Add long_double_symbol for scalblnl function in libm, libc.
8287         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
8288         Remove long_double_symbol for scalblnl in libm.
8289         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
8290         Add wrapper which checks for setting errno to ERANGE.
8291         Add long_double_symbol for scalblnl function in libm.
8292         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
8293         Do not use wrapper because of own implementation.
8294
8295 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
8296
8297         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
8298         3 bytes for __pad1 for x32.
8299         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
8300
8301 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
8302             H.J. Lu  <hongjiu.lu@intel.com>
8303
8304         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
8305         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
8306         * sysdeps/x86_64/multiarch/memset.S: Likewise.
8307         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8308         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
8309
8310 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
8311
8312         [BZ #17069]
8313         * posix/regcomp.c (parse_expression): Deallocate partially
8314         constructed tree before returning error.
8315         * posix/Makefile.c (tests): Add bug-regex36.
8316         (generated): Add bug-regex36.mtrace.
8317         (tests-special): Add $(objpfx)bug-regex36-mem.out
8318         (bug-regex36-ENV): New variable.
8319         ($(objpfx)bug-regex36-mem.out): New rule.
8320         * posix/bug-regex36.c: New file.
8321
8322 2014-06-19  Will Newton  <will.newton@linaro.org>
8323
8324         * malloc/malloc.c (systrim): If extra is zero then return
8325         early.
8326
8327 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
8328
8329         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
8330
8331 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
8332
8333         * sysdeps/aarch64/strchr.S: New file.
8334
8335 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8336
8337         [BZ #17022]
8338         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
8339         from arguments -2 or below.
8340         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8341         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
8342
8343 2014-06-18  Andreas Schwab  <schwab@suse.de>
8344
8345         [BZ #17062]
8346         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
8347         of a bracket expr not to run off the end of the string.
8348         * posix/Makefile (tests): Add tst-fnmatch3.
8349         * posix/tst-fnmatch3.c: New file.
8350
8351 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8352
8353         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
8354         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8355         [$(cross-compiling) = no]: Likewise.
8356         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8357         [$(cross-compiling) = no]: Likewise.
8358
8359 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8360
8361         [BZ #17031]
8362         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
8363         double, adjusted for any remainder from the high double.
8364         * math/libm-test.inc (nearbyint): Add tests.
8365         (rint): Likewise.
8366
8367 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8368
8369         * nptl/sysdeps/powerpc/Makefile: Moved ...
8370         * sysdeps/powerpc/nptl/Makefile: ... here.
8371         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
8372         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
8373         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
8374         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
8375         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
8376         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
8377         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
8378         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
8379         * nptl/sysdeps/powerpc/tls.h: Moved ...
8380         * sysdeps/powerpc/nptl/tls.h: ... here.
8381
8382 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
8383
8384         [BZ #16681]
8385         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
8386         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
8387         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
8388         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
8389         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
8390         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
8391         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
8392         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
8393         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
8394
8395 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
8396
8397         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8398
8399 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
8400
8401         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
8402         defined operator.
8403
8404         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
8405         $TIMEOUTFACTOR.
8406
8407 2014-06-16  Florian Weimer  <fweimer@redhat.com>
8408
8409         [BZ #17058]
8410         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
8411         non-executed part of the test.
8412
8413 2014-06-16  Andreas Schwab  <schwab@suse.de>
8414
8415         * string/bits/string2.h (strdup, strndup): Update feature guard.
8416
8417 2014-06-14  David S. Miller  <davem@davemloft.net>
8418
8419         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8420
8421 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
8422
8423         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
8424         that was previously under [RESET_PID].
8425         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
8426
8427         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
8428         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
8429         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
8430         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8431         (__libc_vfork): New strong alias.
8432         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
8433
8434 2014-06-14 Andi Kleen  <ak@linux.intel.com>
8435
8436         * sysdeps/generic/elide.h: New file.
8437
8438 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
8439
8440         * Makefile (installed-headers): Adjust path of pthread.h header.
8441
8442 2014-06-13  Roland McGrath  <roland@hack.frob.com>
8443
8444         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
8445         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
8446         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
8447         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
8448
8449         * nptl/sysdeps/s390/Makefile: Moved ...
8450         * sysdeps/s390/nptl/Makefile: ... here.
8451         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
8452         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
8453         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
8454         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
8455         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
8456         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
8457         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
8458         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
8459         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
8460         * sysdeps/s390/nptl/pthreaddef.h: ... here.
8461         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
8462         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
8463         * nptl/sysdeps/s390/tls.h: Moved ...
8464         * sysdeps/s390/nptl/tls.h: ... here.
8465
8466         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
8467         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
8468
8469 2014-06-13  David S. Miller  <davem@davemloft.net>
8470
8471         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
8472         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
8473         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
8474         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
8475         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
8476         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
8477         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
8478         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
8479         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
8480         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
8481         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8482         Remove RESET_PID cpp guards.
8483         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8484         Remove RESET_PID cpp guards.
8485         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
8486
8487 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
8488
8489         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
8490         __sp to uintptr_t.
8491
8492 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8493
8494         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
8495         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
8496         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
8497         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
8498         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
8499         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
8500         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
8501         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
8502         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
8503         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
8504         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
8505         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
8506         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
8507         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
8508         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
8509         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
8510         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
8511         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
8512         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
8513         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8514
8515         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
8516         (pthread_rwlock_rdlock): Add elision.
8517         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
8518         (pthread_rwlock_wrlock): Add elision.
8519         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
8520         (pthread_rwlock_trywrlock): Add elision.
8521         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
8522         (pthread_rwlock_tryrdlock): Add elision.
8523         * nptl/pthread_rwlock_unlock.c: Include elide.h.
8524         (pthread_rwlock_tryrdlock): Add elision unlock.
8525         * nptl/sysdeps/pthread/pthread.h:
8526         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
8527         (PTHREAD_RWLOCK_INITIALIZER,
8528         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
8529         Handle new elision field.
8530         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
8531         * sysdeps/arm/nptl/bits/pthreadtypes.h
8532         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8533         * sysdeps/sh/nptl/bits/pthreadtypes.h
8534         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8535         * sysdeps/tile/nptl/bits/pthreadtypes.h
8536         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8537         * sysdeps/a/nptl/bits/pthreadtypes.h
8538         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8539         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8540         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8541         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8542         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8543         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
8544         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8545         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8546         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8547         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8548         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8549         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8550         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8551         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8552         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8553         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
8554         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8555         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
8556         (elision_init): Set try_xbegin to zero when no RTM.
8557         * sysdeps/x86/nptl/bits/pthreadtypes.h
8558         (pthread_rwlock_t): Change __pad1 to __rwelision.
8559         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8560
8561 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8562
8563         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
8564         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
8565         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
8566         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
8567
8568 2014-06-13  Meador Inge  <meadori@codesourcery.com>
8569
8570         [BZ #16996]
8571         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
8572         that the cached result has been set before returning it.
8573
8574 2014-06-12  Roland McGrath  <roland@hack.frob.com>
8575
8576         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
8577         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
8578         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
8579         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
8580         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
8581         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
8582
8583         * nptl/sysdeps/sparc/Makefile: Moved ...
8584         * sysdeps/sparc/nptl/Makefile: ... here.
8585         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
8586         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
8587         * nptl/sysdeps/sparc/tls.h: Moved ...
8588         * sysdeps/sparc/nptl/tls.h: ... here.
8589         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
8590         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
8591         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
8592         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
8593         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
8594         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
8595         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
8596         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
8597         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
8598         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
8599         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
8600         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
8601         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
8602         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
8603         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
8604         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
8605         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
8606         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
8607         Update #include.
8608         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
8609         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
8610         Update #include.
8611         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
8612         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
8613         Update #include.
8614         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
8615         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
8616         Update #include.
8617
8618         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8619
8620         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
8621         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
8622
8623         * sysdeps/pthread/posix-timer.h: Include <list.h>.
8624         (struct list_links): Type removed.
8625         (struct thread_node, struct timer_node): Replace struct list_links
8626         with struct list_head.
8627         (list_unlink_ip): Likewise.
8628         * sysdeps/pthread/timer_routines.c
8629         (timer_free_list, thread_free_list, thread_active_list): Likewise.
8630         (list_append, list_insbefore): Likewise.
8631         (list_init): Function removed.
8632         (thread_init, init_module): Use INIT_LIST_HEAD instead.
8633         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
8634         * sysdeps/pthread/Makefile: ... here, new file.
8635
8636         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
8637         * sysdeps/nptl/Implies: ... here.
8638         * sysdeps/unix/sysv/linux/Implies: Add nptl.
8639         * nptl/sysdeps/pthread/list.h: Moved ...
8640         * include/list.h: ... here.
8641         * nptl/sysdeps/pthread/createthread.c: Moved ...
8642         * nptl/createthread.c: ... here.
8643         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
8644         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
8645         * nptl/pt-longjmp.c: ... here.
8646         * nptl/sysdeps/pthread/Makefile: Moved ...
8647         * sysdeps/nptl/Makefile: ... here.
8648         * nptl/sysdeps/pthread/Subdirs: Moved ...
8649         * sysdeps/nptl/Subdirs: ... here.
8650         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
8651         * sysdeps/nptl/aio_misc.h: ... here.
8652         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
8653         * sysdeps/nptl/bits/libc-lock.h: ... here.
8654         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
8655         * sysdeps/nptl/bits/libc-lockP.h: ... here.
8656         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
8657         * sysdeps/nptl/bits/stdio-lock.h: ... here.
8658         * nptl/sysdeps/pthread/configure: Moved ...
8659         * sysdeps/nptl/configure: ... here.
8660         * nptl/sysdeps/pthread/configure.ac: Moved ...
8661         * sysdeps/nptl/configure.ac: ... here.
8662         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
8663         * sysdeps/nptl/gai_misc.h: ... here.
8664         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
8665         * sysdeps/nptl/librt-cancellation.c: ... here.
8666         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
8667         * sysdeps/nptl/malloc-machine.h: ... here.
8668         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
8669         * sysdeps/nptl/pthread-functions.h: ... here.
8670         * nptl/sysdeps/pthread/pthread.h: Moved ...
8671         * sysdeps/nptl/pthread.h: ... here.
8672         * nptl/sysdeps/pthread/setxid.h: Moved ...
8673         * sysdeps/nptl/setxid.h: ... here.
8674         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
8675         * sysdeps/nptl/sigfillset.c: ... here.
8676         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
8677         * sysdeps/nptl/tcb-offsets.h: ... here.
8678         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
8679         * sysdeps/nptl/tst-mqueue8x.c: ... here.
8680         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
8681         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
8682         * nptl/sysdeps/pthread/allocalim.h: Moved ...
8683         * sysdeps/pthread/allocalim.h: ... here.
8684         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
8685         * sysdeps/pthread/bits/sigthread.h: ... here.
8686         * nptl/sysdeps/pthread/flockfile.c: Moved ...
8687         * sysdeps/pthread/flockfile.c: ... here.
8688         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
8689         * sysdeps/pthread/ftrylockfile.c: ... here.
8690         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
8691         * sysdeps/pthread/funlockfile.c: ... here.
8692         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
8693         * sysdeps/pthread/posix-timer.h: ... here.
8694         * nptl/sysdeps/pthread/timer_create.c: Moved ...
8695         * sysdeps/pthread/timer_create.c: ... here.
8696         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
8697         * sysdeps/pthread/timer_delete.c: ... here.
8698         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
8699         * sysdeps/pthread/timer_getoverr.c: ... here.
8700         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
8701         * sysdeps/pthread/timer_gettime.c: ... here.
8702         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
8703         * sysdeps/pthread/timer_routines.c: ... here.
8704         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
8705         * sysdeps/pthread/timer_settime.c: ... here.
8706         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
8707         * sysdeps/pthread/tst-timer.c: ... here.
8708         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
8709         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
8710
8711         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
8712         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
8713
8714         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
8715         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
8716         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
8717         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
8718         Update #include target.
8719         * nptl/sysdeps/i386/i686/Makefile: Moved ...
8720         * sysdeps/i386/i686/nptl/Makefile: ... here.
8721         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
8722         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
8723         Update #include target.
8724         * nptl/sysdeps/i386/i686/tls.h: Moved ...
8725         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
8726         * nptl/sysdeps/i386/Makefile: Moved ...
8727         * sysdeps/i386/nptl/Makefile: ... here.
8728         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
8729         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
8730         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
8731         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
8732         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
8733         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
8734         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
8735         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
8736         * sysdeps/i386/nptl/pthreaddef.h: ... here.
8737         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
8738         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
8739         * nptl/sysdeps/i386/tls.h: Moved ...
8740         * sysdeps/i386/nptl/tls.h: ... here.
8741
8742         * sysdeps/sh/Makefile [$(subdir) = csu]
8743         (gen-as-const-headers): Add tcb-offsets.sym.
8744         * nptl/sysdeps/sh/Makefile: File removed.
8745         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
8746         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
8747         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
8748         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
8749         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8750         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8751         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8752         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8753         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8754         * sysdeps/sh/nptl/pthreaddef.h: ... here.
8755         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8756         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8757         * nptl/sysdeps/sh/tls.h: Moved ...
8758         * sysdeps/sh/nptl/tls.h: ... here.
8759         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8760         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8761         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8762         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8763         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8764         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8765         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8766         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8767         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8768         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8769         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8770         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8771         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8772         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8773         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8774         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8775         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8776         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8777         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8778         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8779         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8780         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8781         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8782         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8783         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8784         Moved ...
8785         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8786         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8787         Moved ...
8788         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8789         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8790         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8791         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8792         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8793         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8794         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8795         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8796         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8797         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8798         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8799         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8800         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8801         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8802         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8803         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8804         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8805         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8806         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8807
8808 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
8809
8810         * posix/spawn_faction_addopen.c: Include string.h.
8811
8812 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8813
8814         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8815         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8816         * nptl/sysdeps/x86_64/Makefile: Moved ...
8817         * sysdeps/x86_64/nptl/Makefile: ... here.
8818         * nptl/sysdeps/x86_64/configure: Moved ...
8819         * sysdeps/x86_64/nptl/configure: ... here.
8820         * nptl/sysdeps/x86_64/configure.ac: Moved ...
8821         * sysdeps/x86_64/nptl/configure.ac: ... here.
8822         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8823         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8824         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8825         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8826         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8827         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8828         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8829         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8830         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8831         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8832         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8833         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8834         * nptl/sysdeps/x86_64/tls.h: Moved ...
8835         * sysdeps/x86_64/nptl/tls.h: ... here.
8836         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8837         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8838         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8839         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8840
8841         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8842
8843 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8844
8845         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8846
8847 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
8848
8849         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8850         type.
8851         [POSIX] (off_t): Likewise.
8852         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8853         [POSIX] (S_ISBLK): Require macro.
8854         [POSIX] (S_ISCHR): Likewise.
8855         [POSIX] (S_ISDIR): Likewise.
8856         [POSIX] (S_ISFIFO): Likewise.
8857         [POSIX] (S_ISREG): Likewise.
8858         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8859         optional-macro.
8860         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8861         type.
8862         [POSIX] (time_t): Likewise.
8863         [POSIX] (timer_t): Likewise.
8864
8865 2014-06-11  Florian Weimer  <fweimer@redhat.com>
8866
8867         [BZ #17048]
8868         * posix/spawn_int.h (struct __spawn_action): Make the path string
8869         non-const to support deallocation.
8870         * posix/spawn_faction_addopen.c
8871         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8872         * posix/spawn_faction_destroy.c
8873         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
8874         path in all spawn_do_open actions.
8875         * posix/tst-spawn.c (do_test): Exercise the copy operation in
8876         posix_spawn_file_actions_addopen.
8877
8878 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
8879
8880         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8881         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8882         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8883         conditional code always true.
8884         (__libc_vfork): New alias.
8885
8886 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8887
8888         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8889         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8890
8891         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8892
8893         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8894         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8895
8896         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8897         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8898
8899         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8900         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8901
8902 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8903
8904         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8905         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8906         multiarch strcmp for PPC64.
8907         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8908         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8909         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8910         multiarch optimizations.
8911         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8912         (__libc_ifunc_impl_list): Likewise.
8913
8914 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8915
8916         * benchtests/scripts/validate_benchout.py: New script.
8917         * benchtests/Makefile (bench-func): Call it.
8918         * benchtests/scripts/benchout.schema.json: New file.
8919
8920 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
8921
8922         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8923         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8924         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8925         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8926         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8927         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8928         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8929         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8930         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8931         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8932         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8933         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8934         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8935         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8936         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8937         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8938         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
8939         Moved ...
8940         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
8941         ... here.
8942         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
8943         Moved ...
8944         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8945         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
8946         Moved ...
8947         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
8948         ... here.
8949         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
8950         Moved ...
8951         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
8952         ... here.
8953         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
8954         Moved ...
8955         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8956         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
8957         Moved ...
8958         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
8959         ... here.
8960         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
8961         Moved ...
8962         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
8963         ... here.
8964         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
8965         Moved ...
8966         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8967         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
8968         Moved ...
8969         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
8970         ... here.
8971         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
8972         Moved ...
8973         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
8974         ... here.
8975         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
8976         Moved ...
8977         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
8978         ... here.
8979         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
8980         Moved ...
8981         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8982         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
8983         Moved ...
8984         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
8985         ... here.
8986         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
8987         Moved ...
8988         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
8989         ... here.
8990         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
8991         Moved ...
8992         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
8993         ... here.
8994         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
8995         Moved ...
8996         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8997         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
8998         Moved ...
8999         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
9000         ... here.
9001         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
9002         Moved ...
9003         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
9004         ... here.
9005         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
9006         Moved ...
9007         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
9008         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
9009         Moved ...
9010         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
9011         ... here.
9012         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
9013         Moved ...
9014         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
9015         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
9016         Moved ...
9017         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
9018         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
9019         Moved ...
9020         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
9021         ... here.
9022         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
9023         Moved ...
9024         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
9025         ... here.
9026         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
9027         Moved ...
9028         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
9029         ... here.
9030         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
9031         Moved ...
9032         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
9033         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
9034         Moved ...
9035         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
9036         ... here.
9037         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
9038         Moved ...
9039         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
9040         ... here.
9041         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
9042         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
9043         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
9044         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
9045         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
9046         Moved ...
9047         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
9048         ... here.
9049         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
9050         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
9051         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
9052         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
9053         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
9054         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
9055         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
9056         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
9057         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
9058         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
9059         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
9060         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
9061         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
9062         Moved ...
9063         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
9064         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
9065         Moved ...
9066         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
9067         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
9068         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
9069         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
9070         Moved ...
9071         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
9072         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
9073         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
9074         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
9075         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
9076         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
9077         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
9078
9079 2014-06-10  Wilco  <wdijkstr@arm.com>
9080
9081         * math/test-fenv-return.c: New file.
9082         * math/Makefile: Add new test test-fenv-return.
9083
9084 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
9085
9086         [BZ #17042]
9087         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
9088         when x - 1 is zero.
9089         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
9090         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
9091         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
9092         0.0L for an argument of 1.0L.
9093         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
9094         Likewise.
9095         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
9096         value when x - 1 is zero.
9097         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
9098         * sysdeps/i386/fpu/libm-test-ulps: Update.
9099         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9100
9101 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
9102
9103         [BZ #15119]
9104         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
9105
9106 2014-06-09  Roland McGrath  <roland@hack.frob.com>
9107
9108         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
9109         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
9110
9111 2014-06-09  Roland McGrath  <roland@hack.frob.com>
9112
9113         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9114         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
9115
9116         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9117         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
9118
9119         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9120         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
9121
9122         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9123         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
9124
9125         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
9126         if not already defined.
9127         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
9128         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
9129         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
9130         (TLS_INIT_TP): Use it.
9131         (TLS_DEFINE_INIT_TP): New macro.
9132         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
9133
9134 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
9135
9136         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
9137         constant.
9138         [POSIX] (IXANY): Likewise.
9139         [POSIX] (OLCUC): Likewise.
9140         [POSIX || POSIX2008] (CBAUD): Do not allow.
9141         [POSIX || POSIX2008] (DEFECHO): Likewise.
9142         [POSIX || POSIX2008] (ECHOCTL): Likewise.
9143         [POSIX || POSIX2008] (ECHOKE): Likewise.
9144         [POSIX || POSIX2008] (ECHOPRT): Likewise.
9145         [POSIX || POSIX2008] (EXTA): Likewise.
9146         [POSIX || POSIX2008] (EXTB): Likewise.
9147         [POSIX || POSIX2008] (FLUSHO): Likewise.
9148         [POSIX || POSIX2008] (LOBLK): Likewise.
9149         [POSIX || POSIX2008] (PENDIN): Likewise.
9150         [POSIX || POSIX2008] (SWTCH): Likewise.
9151         [POSIX || POSIX2008] (VDISCARD): Likewise.
9152         [POSIX || POSIX2008] (VDSUSP): Likewise.
9153         [POSIX || POSIX2008] (VLNEXT): Likewise.
9154         [POSIX || POSIX2008] (VREPRINT): Likewise.
9155         [POSIX || POSIX2008] (VSTATUS): Likewise.
9156         [POSIX || POSIX2008] (VWERASE): Likewise.
9157         (B*): Change to B[0123456789]*.
9158         * conform/data/time.h-data [POSIX || UNIX98]
9159         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
9160         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
9161         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
9162         [POSIX] (tm_*): Do not allow.
9163
9164 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
9165
9166         * Makefile (install): Don't set LANGUAGE.
9167         * Makefile.in (install): Likewise.
9168         * assert/Makefile (test-assert-ENV): Remove variable.
9169         (test-assert-perr-ENV): Likewise.
9170         * elf/Makefile (neededtest4-ENV): Likewise.
9171         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9172         [$(cross-compiling) = no]: Don't set LANGUAGE.
9173         * io/ftwtest-sh (LANG): Remove variable.
9174         * libio/Makefile (tst-widetext-ENV): Likewise.
9175         * manual/install.texi (Running make install): Don't refer to
9176         environment settings for make install.
9177         * INSTALL: Regenerated.
9178         * nptl/tst-tls6.sh: Don't set LANG.
9179         * posix/globtest.sh (LANG): Remove variable.
9180         * string/Makefile (tester-ENV): Likewise.
9181         (inl-tester-ENV): Likewise.
9182         (noinl-tester-ENV): Likewise.
9183         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9184         [$(cross-compiling) = no]: Don't set LANGUAGE.
9185         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
9186         without explicit environment settings.
9187
9188 2014-06-06  Roland McGrath  <roland@hack.frob.com>
9189
9190         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
9191         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
9192         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
9193         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
9194
9195 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
9196
9197         * crypt/crypt-private.h [DOS]: Add some includes taken from the
9198         other files in the crypt directory.
9199         * crypt/crypt.c: Remove duplicate includes.
9200         * crypt/crypt-entry.c: Likewise.
9201         * crypt/crypt_util.c: Likewise.
9202
9203 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
9204
9205         * Makeconfig (run-program-env): New variable.
9206         (run-program-prefix-before-env): Likewise.
9207         (run-program-prefix-after-env): Likewise.
9208         (run-program-prefix): Define in terms of new variables.
9209         (built-program-cmd-before-env): New variable.
9210         (built-program-cmd-after-env): Likewise.
9211         (built-program-cmd): Define in terms of new variables.
9212         (test-program-prefix-before-env): New variable.
9213         (test-program-prefix-after-env): Likewise.
9214         (test-program-prefix): Define in terms of new variables.
9215         (test-program-cmd-before-env): New variable.
9216         (test-program-cmd-after-env): Likewise.
9217         (test-program-cmd): Define in terms of new variables.
9218         * Rules (make-test-out): Use $(run-program-env).
9219         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
9220         (help): Do not mention environment variables.  Mention
9221         --timeoutfactor option.
9222         (timeoutfactor): New variable.
9223         (blacklist_exports): Remove function.
9224         (exports): Remove variable.
9225         (command): Do not include ${exports}.
9226         * manual/install.texi (Configuring and compiling): Do not mention
9227         test wrappers preserving environment variables.  Mention that last
9228         assignment to a variable must take precedence.
9229         * INSTALL: Regenerated.
9230         * benchtests/Makefile (run-bench): Use $(run-program-env).
9231         * catgets/Makefile ($(objpfx)test1.cat): Use
9232         $(built-program-cmd-before-env), $(run-program-env) and
9233         $(built-program-cmd-after-env).
9234         ($(objpfx)test2.cat): Do not specify environment variables
9235         explicitly.
9236         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
9237         $(run-program-env) and $(built-program-cmd-after-env).
9238         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
9239         $(run-program-env) and $(test-program-cmd-after-env).
9240         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
9241         explicitly.
9242         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
9243         run_program_env and test_program_cmd_after_env arguments.
9244         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
9245         * elf/tst-pathopt.sh: Use run_program_env argument.
9246         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
9247         $(test-wrapper-env) and $(run-program-env).
9248         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
9249         run_program_env arguments.
9250         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
9251         * intl/Makefile ($(objpfx)tst-gettext.out): Use
9252         $(test-program-prefix-before-env), $(run-program-env) and
9253         $(test-program-prefix-after-env).
9254         ($(objpfx)tst-gettext2.out): Likewise.
9255         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
9256         run_program_env and test_program_prefix_after_env arguments.
9257         * intl/tst-gettext2.sh: Likewise.
9258         * intl/tst-gettext4.sh: Do not set environment variables
9259         explicitly.
9260         * intl/tst-gettext6.sh: Likewise.
9261         * intl/tst-translit.sh: Likewise.
9262         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
9263         $(test-program-prefix-before-env), $(run-program-env) and
9264         $(test-program-prefix-after-env).
9265         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
9266         run_program_env and test_program_prefix_after_env arguments.
9267         * math/Makefile (run-regen-ulps): Use $(run-program-env).
9268         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
9269         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
9270         explicitly with each use of ${test_wrapper_env}.
9271         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
9272         $(test-program-prefix-before-env), $(run-program-env) and
9273         $(test-program-prefix-after-env).
9274         * posix/tst-getconf.sh: Do not set environment variables
9275         explicitly.
9276         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
9277         run_program_env and test_program_prefix_after_env arguments.
9278         * stdio-common/tst-printf.sh: Do not set environment variables
9279         explicitly.
9280         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
9281         $(test-program-prefix-before-env), $(run-program-env) and
9282         $(test-program-prefix-after-env).
9283         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
9284         run_program_env and test_program_prefix_after_env arguments.
9285         Split $test calls into $test_pre and $test.
9286         * timezone/Makefile (build-testdata): Use
9287         $(built-program-cmd-before-env), $(run-program-env) and
9288         $(built-program-cmd-after-env).
9289
9290 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9291
9292         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
9293         strlen for non SHARED builds.
9294
9295 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
9296
9297         * nptl/allocatestack.c (check_list): Inlined function...
9298         (__reclaim_stacks): ... here.
9299
9300 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9301
9302         [BZ #15698]
9303         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
9304         memory overrun.
9305
9306 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
9307
9308         * Rules (make-test-out): Include
9309         LOCPATH=$(common-objpfx)localedata in default environment.
9310         * debug/Makefile (tst-chk1-ENV): Remove variable.
9311         (tst-chk2-ENV): Likewise.
9312         (tst-chk3-ENV): Likewise.
9313         (tst-chk4-ENV): Likewise.
9314         (tst-chk5-ENV): Likewise.
9315         (tst-chk6-ENV): Likewise.
9316         (tst-lfschk1-ENV): Likewise.
9317         (tst-lfschk2-ENV): Likewise.
9318         (tst-lfschk3-ENV): Likewise.
9319         (tst-lfschk4-ENV): Likewise.
9320         (tst-lfschk5-ENV): Likewise.
9321         (tst-lfschk6-ENV): Likewise.
9322         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
9323         (tst-iconv7-ENV): Likewise.
9324         * intl/Makefile (LOCPATH-ENV): Likewise.
9325         (tst-codeset-ENV): Likewise.
9326         (tst-gettext3-ENV): Likewise.
9327         (tst-gettext5-ENV): Likewise.
9328         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
9329         (tst-fopenloc-ENV): Likewise.
9330         (tst-fgetws-ENV): Remove variable.
9331         (tst-ungetwc1-ENV): Likewise.
9332         (tst-ungetwc2-ENV): Likewise.
9333         (bug-ungetwc2-ENV): Likewise.
9334         (tst-swscanf-ENV): Likewise.
9335         (bug-ftell-ENV): Likewise.
9336         (tst-fgetwc-ENV): Likewise.
9337         (tst-fseek-ENV): Likewise.
9338         (tst-ftell-partial-wide-ENV): Likewise.
9339         (tst-ftell-active-handler-ENV): Likewise.
9340         (tst-ftell-append-ENV): Likewise.
9341         * posix/Makefile (tst-fnmatch-ENV): Likewise.
9342         (tst-regexloc-ENV): Likewise.
9343         (bug-regex1-ENV): Likewise.
9344         (tst-regex-ENV): Likewise.
9345         (tst-regex2-ENV): Likewise.
9346         (bug-regex5-ENV): Likewise.
9347         (bug-regex6-ENV): Likewise.
9348         (bug-regex17-ENV): Likewise.
9349         (bug-regex18-ENV): Likewise.
9350         (bug-regex19-ENV): Likewise.
9351         (bug-regex20-ENV): Likewise.
9352         (bug-regex22-ENV): Likewise.
9353         (bug-regex23-ENV): Likewise.
9354         (bug-regex25-ENV): Likewise.
9355         (bug-regex26-ENV): Likewise.
9356         (bug-regex30-ENV): Likewise.
9357         (bug-regex32-ENV): Likewise.
9358         (bug-regex33-ENV): Likewise.
9359         (bug-regex34-ENV): Likewise.
9360         (bug-regex35-ENV): Likewise.
9361         (tst-rxspencer-ENV): Likewise.
9362         (tst-rxspencer-no-utf8-ENV): Likewise.
9363         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
9364         (tst-sscanf-ENV): Likewise.
9365         (tst-swprintf-ENV): Likewise.
9366         (tst-swscanf-ENV): Likewise.
9367         (test-vfprintf-ENV): Likewise.
9368         (scanf13-ENV): Likewise.
9369         (bug14-ENV): Likewise.
9370         (tst-grouping-ENV): Likewise.
9371         * stdlib/Makefile (tst-strtod-ENV): Likewise.
9372         (tst-strtod3-ENV): Likewise.
9373         (tst-strtod4-ENV): Likewise.
9374         (tst-strtod5-ENV): Likewise.
9375         (testmb2-ENV): Likewise./
9376         * string/Makefile (tst-strxfrm-ENV): Likewise.
9377         (tst-strxfrm2-ENV): Likewise.
9378         (bug-strcoll1-ENV): Likewise.
9379         (test-strcasecmp-ENV): Likewise.
9380         (test-strncasecmp-ENV): Likewise.
9381         * time/Makefile (tst-strptime-ENV): Likewise.
9382         (tst-ftime_l-ENV): Likewise.
9383         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
9384         (tst-mbrtowc-ENV): Likewise.
9385         (tst-wcrtomb-ENV): Likewise.
9386         (tst-mbrtowc2-ENV): Likewise.
9387         (tst-c16c32-1-ENV): Likewise.
9388         (tst-mbsnrtowcs-ENV): Likewise.
9389
9390 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9391
9392         * manual/resource.texi (How to get information about the memory
9393         subsystem?): Fix typo.
9394         Reported by Peon de la Parra Ivan <peon@keba.com>
9395
9396 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
9397
9398         [BZ #16882]
9399         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
9400         (pthread_spin_lock): Branch out of spin loop to proper location.
9401         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
9402         (pthread_spin_lock): Likewise.
9403
9404         * nptl/tst-spin4.c: New test.
9405         * nptl/Makefile (tests): Add tst-spin4.
9406
9407 2014-06-03  Andreas Schwab  <schwab@suse.de>
9408
9409         [BZ #15946]
9410         * resolv/res_send.c (send_dg): Reload file descriptor after
9411         calling reopen.
9412
9413 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
9414
9415         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9416
9417 2014-06-03  Richard Henderson  <rth@redhat.com>
9418
9419         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
9420         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
9421         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
9422         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
9423         in the SAVE_PID block.
9424         (__libc_vfork): New alias.
9425         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
9426
9427         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
9428         child in registers, not on the stack.  Remove RESET_PID conditionals.
9429         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
9430
9431 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9432
9433         * sysdeps/aarch64/libm-test-ulps: Regenerate.
9434
9435 2014-06-03  Wilco  <wdijkstr@arm.com>
9436
9437         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
9438         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
9439         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9440         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
9441         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
9442         Likewise.
9443
9444 2014-06-03  Wilco  <wdijkstr@arm.com>
9445
9446         * sysdeps/aarch64/fpu/math_private.h
9447         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
9448         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
9449         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
9450         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9451         Fix declarations.
9452
9453 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9454
9455         * crypt/crypt-private.h: Include ufc-crypt.h.
9456         (__b64_from_24bit): Declare extern.
9457         * crypt/crypt_util.c(__b64_from_24bit): New function.
9458         (b64t): New static const variable.
9459         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
9460         (b64t): Remove variable.
9461         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
9462         * crypt/sha256-crypt.c: Include crypt-private.h.
9463         (b64t): Remove variable.
9464         (__sha256_crypt_r): Remove b64_from_24bit and replace
9465         with __b64_from_24bit.
9466         * crypt/sha512-crypt.c: Likewise.
9467
9468 2014-06-02  Roland McGrath  <roland@hack.frob.com>
9469
9470         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
9471         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
9472         Label the code __libc_vfork rather than __vfork.
9473         [!NOT_IN_libc] (vfork): Define as weak alias.
9474         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
9475         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
9476         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
9477
9478 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9479
9480         * malloc/malloc.c (malloc_info): Fix format specifier for
9481         n_mmaps.
9482
9483 2014-06-02  Wilco  <wdijkstr@arm.com>
9484
9485         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
9486         FPCR write.
9487
9488 2014-06-02  Wilco  <wdijkstr@arm.com>
9489
9490         [BZ #17009]
9491         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
9492         Rewrite to reduce FPCR/FPSR accesses.
9493
9494 2014-06-01  David S. Miller  <davem@davemloft.net>
9495
9496         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9497
9498 2014-05-31  David S. Miller  <davem@davemloft.net>
9499
9500         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
9501         to occur in round to nearest mode when |x| >= 2.0
9502
9503 2014-05-30  Richard Henderson  <rth@twiddle.net>
9504
9505         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
9506         (PSEUDO_RET_NOERRNO): Remove.
9507         (ret): Don't redefine.
9508         (ret_NOERRNO): Define in terms of ret.
9509         (ret_ERRVAL): Likewise.
9510
9511         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
9512         use of PSEUDO_RET; perform the error check directly.
9513
9514 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
9515
9516         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
9517         with __int128_t.
9518
9519 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9520
9521         * malloc/malloc (malloc_info): Fix formatting.
9522
9523 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9524             Roland McGrath  <roland@hack.frob.com>
9525
9526         * malloc/malloc (malloc_info): Also print mmapped statistics.
9527
9528 2014-05-30  Roland McGrath  <roland@hack.frob.com>
9529
9530         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
9531         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
9532
9533 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
9534
9535         * malloc/malloc.c (malloc_info): Inline mi_arena.
9536
9537 2014-05-29  Richard Henderson  <rth@twiddle.net>
9538
9539         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
9540         Remove comma before expanding ASM_ARGS_##nr.
9541         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
9542         Make _x0 a strict output; make _x8 a strict input; adjust expansion
9543         of ASM_ARGS_##nr.
9544         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
9545         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
9546         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
9547         (ASM_ARGS_1): Add leading comma.
9548
9549         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
9550         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
9551         to __errno_location.
9552         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
9553         Remove the expected plt for __errno_location.
9554
9555         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9556         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
9557         call to __read_tp.
9558
9559         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9560         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
9561         it and break it down.
9562         (DOCARGS_0, DOCARGS_1): Do nothing.
9563         (DOCARGS_2): Update to store into the new stack frame.
9564         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
9565         (UNDOCARGS_1): Update to restore from the new stack frame.
9566         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
9567         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
9568
9569         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9570         (SINGLE_THREAD_P): New parameter for result regno.
9571         (PSEUDO): Update to match; use cbz instead of beq.
9572
9573         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9574         Use ENTRY to define the _nocancel entry point.  Share the syscall
9575         and syscall error check paths with the cancel path.
9576         (PSEUDO_END): New.
9577
9578         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
9579         whitespace; tabs before and after asm mnemonics.
9580
9581 2014-05-29  Eric Wong  <normalperson@yhbt.net>
9582
9583         [BZ #15132]
9584         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9585         Call fstat64 or stat64 internally, depending on arguments passed.
9586         Replace stat buffer argument with file descriptor argument.
9587         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
9588         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9589         Pass fd to __internal_statvfs instead of calling fstat64.
9590         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
9591         Pass fd to __internal_statvfs64 instead of calling fstat64.
9592         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
9593         Pass -1 to __internal_statvfs instead of calling stat64.
9594         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
9595         Pass -1 to __internal_statvfs64 instead of calling stat64.
9596
9597 2014-05-28  Roland McGrath  <roland@hack.frob.com>
9598
9599         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
9600         that was previously under [RESET_PID].
9601         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
9602
9603         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
9604         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
9605
9606 2014-05-27  Roland McGrath  <roland@hack.frob.com>
9607
9608         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
9609
9610         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
9611         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
9612
9613 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
9614
9615         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
9616
9617 2014-05-27  Andreas Schwab  <schwab@suse.de>
9618
9619         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
9620         TLS_INIT_TP macro.
9621         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
9622         * elf/rtld.c (init_tls, dl_main): Likewise.
9623         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
9624         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
9625         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
9626         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
9627         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
9628         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
9629         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
9630         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
9631         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
9632         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
9633         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
9634         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
9635         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
9636         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
9637         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
9638         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
9639         * sysdeps/generic/tls.h: Update description.
9640
9641 2014-05-27  Will Newton  <will.newton@linaro.org>
9642
9643         [BZ #16990]
9644         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
9645         and restore r2 rather than just restoring.
9646
9647 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9648
9649         [BZ #16724]
9650         * libio/tst-ftell-append.c: New test case.
9651         * libio/Makefile (tests): Add test case.
9652         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
9653         append mode.
9654         * libio/wfileops.c (do_ftell_wide): Likewise.
9655
9656 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9657
9658         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9659
9660         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
9661         ...
9662         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
9663         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
9664         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
9665         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
9666         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
9667         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
9668         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
9669         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
9670         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
9671         Moved ...
9672         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
9673         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9674         Moved ...
9675         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
9676         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
9677         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
9678         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
9679         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
9680         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
9681         ...
9682         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
9683         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
9684         Moved ...
9685         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
9686         here.
9687         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
9688         ...
9689         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
9690         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
9691         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
9692
9693         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
9694         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
9695         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
9696         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
9697
9698         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
9699         merge into ...
9700         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
9701         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
9702         ...
9703         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
9704         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
9705         ...
9706         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
9707         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9708         Moved ...
9709         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
9710         here.
9711         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9712         Moved ...
9713         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
9714         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9715         Moved ...
9716         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
9717
9718         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
9719         conditional [RESET_PID].
9720         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9721         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
9722         removed.
9723         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
9724         removed.
9725
9726         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
9727         <tcb-offsets.h>.
9728         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9729         (__libc_vfork): New strong alias.
9730         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
9731         removed.
9732         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
9733         Removed.
9734
9735         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
9736         <tcb-offsets.h>.
9737         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
9738         (__libc_vfork): New strong alias.
9739         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
9740         removed.
9741         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
9742         removed.
9743
9744 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
9745
9746         * malloc/malloc.c (mi_arena): New function.
9747         (malloc_info): Remove nested function mi_arena. Call non-nosted
9748         function mi_arena.
9749
9750 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9751
9752         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9753         by insrwi.
9754         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9755         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9756         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9757         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9758         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9759         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9760         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9761
9762 2014-05-26  Andreas Schwab  <schwab@suse.de>
9763
9764         [BZ #16984]
9765         * locale/programs/repertoire.c (repertoire_read): Add slash
9766         between I18NPATH element and file name.
9767         * locale/programs/locfile.c (locfile_read): Likewise.
9768
9769 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9770
9771         * nptl/pthread_mutexattr_settype.c
9772         (__pthread_mutexattr_settype):
9773         Disable lock elision for PTHREAD_MUTEX_NORMAL.
9774
9775 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9776
9777         * nptl/tst-mutex5 (do_test):
9778         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9779
9780 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9781
9782         * benchtests/README: Document 'init' directive.
9783         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9784         BENCH_INIT.
9785         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9786         (parse_file): Recognize 'init' directive.
9787
9788 2014-05-26  Kyle McMartin  <kyle@redhat.com>
9789
9790         [BZ #16796]
9791         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9792         alignment of struct pthread.
9793
9794 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9795
9796         [BZ #16878]
9797         * nscd/netgroupcache.c (addgetnetgrentX): Look for
9798         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9799         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9800         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9801
9802 2014-05-25  Richard Henderson  <rth@twiddle.net>
9803
9804         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9805         (SINGLE_THREAD_P_PIC): Remove.
9806         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9807         (SINGLE_THREAD_P_PIC): Remove.
9808
9809         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9810         branch to syscall error ...
9811         (PSEUDO): ... here.
9812         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9813         from __local_syscall_error to .Lsyscall_error.
9814         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9815         (SYSCALL_ERROR): Update label name.
9816
9817         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9818         Do not use DOARGS/UNDOARGS.
9819         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9820         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9821         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9822         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9823         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9824
9825         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9826         block comment.
9827
9828         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9829         define if !NOT_IN_libc.
9830         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9831         define with non-default symbol versions.
9832
9833 2014-05-23  Richard Henderson  <rth@twiddle.net>
9834
9835         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9836         (vfork, __vfork): Define via compat_symbol.
9837
9838         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9839         [!HAVE_IFUNC] (vfork_compat): Remove.
9840         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9841
9842 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9843
9844         [BZ #16978]
9845         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9846         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9847         variable.
9848
9849 2014-05-23  Richard Henderson  <rth@twiddle.net>
9850
9851         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9852         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9853         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9854         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9855
9856         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9857         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9858         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9859         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9860         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9861         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9862         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9863         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9864         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9865         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9866         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9867         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9868         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9869         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9870         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9871         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9872         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9873         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9874         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9875         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9876         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9877         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9878         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9879         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9880         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9881         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9882         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9883         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9884         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9885         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9886         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9887         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9888         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9889         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9890         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9891         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9892         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9893         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9894         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9895         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9896         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9897         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9898         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9899         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9900         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9901         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9902         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9903         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9904         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9905         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9906         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9907         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9908         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9909         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9910         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9911         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9912
9913         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9914         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9915         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
9916         before exiting on error.
9917         (__libc_vfork): New strong alias.
9918         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9919         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9920
9921         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9922         that was previously under [RESET_PID].
9923         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9924
9925         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9926
9927 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9928
9929         [BZ #16977]
9930         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9931         value when x - 1 is zero.
9932         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9933         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9934         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9935         0.0L for an argument of 1.0L.
9936         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9937         Likewise.
9938         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9939         value when x - 1 is zero.
9940         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9941         * sysdeps/i386/fpu/libm-test-ulps: Update.
9942         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9943
9944 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9945
9946         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9947         alphasort and versionsort.
9948
9949 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9950
9951         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9952         macro.
9953         [copysignf]: Likewise.
9954
9955 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9956
9957         * crypt/md5-crypt.c: Fix formatting.
9958
9959 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9960
9961         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9962         (b64_from_24bit): New function.
9963
9964 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9965
9966         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9967         libc_hidden_builtin_def to ifunc.
9968         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9969         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9970
9971 2014-05-21  Roland McGrath  <roland@hack.frob.com>
9972
9973         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9974         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9975
9976 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
9977
9978         * nscd/Depend (linuxthreads): Remove.
9979         (nptl): Add.
9980         * resolv/Depend (linuxthreads): Remove.
9981         * rt/Depend (linuxthreads): Remove.
9982
9983         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9984         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9985         $(common-objpfx)elf/.
9986         (link-libc-before-gnulib): Likewise.
9987         (elfobjdir): Remove variable.
9988         * Makefile (install): Use $(elf-objpfx) instead of
9989         $(common-objpfx)elf/.
9990         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9991         $(elfobjdir)/.
9992         (link-libc-deps): Likewise.
9993         ($(common-objpfx)libc.so): Likewise.
9994         ($(common-objpfx)linkobj/libc.so): Likewise.
9995         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9996         instead of $(common-objpfx)elf/.
9997         (symbolic-link-list): Likewise.
9998         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9999         [$(cross-compiling) = no]: Likewise.
10000         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
10001         $(elfobjdir)/.
10002         (static-gnulib-arch): Likewise.
10003         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10004         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
10005         $(common-objpfx)elf/.
10006
10007 2014-05-21  Richard Henderson  <rth@redhat.com>
10008
10009         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
10010         (SINGLE_THREAD_P): Use the correct width load.  Fold
10011         into the ldr offset.
10012
10013         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
10014         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
10015
10016 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
10017
10018         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
10019         (libgcc_s_resume): Use __attribute_used__.
10020         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
10021         Likewise.
10022
10023 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10024
10025         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
10026         optimization when used with float constants.
10027
10028         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10029
10030 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
10031
10032         [BZ #16915]
10033         * locale/nl_langinfo_l.c: Make direct reference to every
10034         _nl_current_CATEGORY symbol.
10035         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
10036         (tests-static): Add tst-langinfo-static.
10037         (tests-special): Add tst-langinfo-static.out.
10038         ($(objpfx)tst-langinfo.out): Redirect output.
10039         ($(objpfx)tst-langinfo-static.out): New.
10040         * localedata/tst-langinfo.sh: Send output to stdout.
10041         * localedata/tst-langinfo-static.c: New file.
10042
10043         [BZ #16965]
10044         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
10045         when the shift amount is modulo the limb size.
10046
10047 2014-05-20  Richard Henderson  <rth@redhat.com>
10048
10049         [BZ #16967]
10050         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
10051         Change type of sa_flags from unsigned int to int.
10052
10053         [BZ #16966]
10054         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
10055
10056         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
10057
10058 2014-05-20  Will Newton  <will.newton@linaro.org>
10059
10060         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
10061         Test the return value of the system call in the nocancel case.
10062
10063 2014-05-20  Will Newton  <will.newton@linaro.org>
10064             Yvan Roux  <yvan.roux@linaro.org>
10065
10066         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
10067         #include of asm/ptrace.h.
10068         (PTRACE_GET_THREAD_AREA): Remove #undef.
10069         (PTRACE_GETHBPREGS): Likewise.
10070         (PTRACE_SETHBPREGS): Likewise.
10071         (struct user_regs_struct): New structure.
10072         (struct user_fpsimd_struct): New structure.
10073         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
10074         #include of asm/ptrace.h and second #include of sys/user.h.
10075         (PTRACE_GET_THREAD_AREA): Remove #undef.
10076         (PTRACE_GETHBPREGS): Likewise.
10077         (PTRACE_SETHBPREGS): Likewise.
10078         (ELF_NGREG): Use new struct user_regs_struct.
10079         (elf_fpregset_t): Use new struct user_fpsimd_struct.
10080
10081 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10082
10083         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
10084         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
10085
10086 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
10087
10088         [BZ #16958]
10089         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
10090         membar to avoid block loads/stores to overlap previous stores.
10091
10092 2014-05-17  Richard Henderson  <rth@redhat.com>
10093
10094         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
10095         Create the __##syscall_name##_nocancel entry point.
10096         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
10097         Remove; let the sysdep-cancel.h code create it.
10098
10099 2014-05-17  David S. Miller  <davem@davemloft.net>
10100
10101         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
10102         Protect with __USE_GNU.
10103         (TIOCSET_TEMPT): Likewise.
10104         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
10105         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
10106         these are already provided in bits/ioctl-types.h
10107
10108 2014-05-16  Roland McGrath  <roland@hack.frob.com>
10109
10110         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
10111         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
10112
10113         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
10114         Use wait4 regardless of [__NR_waitpid].
10115
10116 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
10117
10118         PR libgcc/60166
10119         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
10120         (_FP_NANSIGN_Q): Set the quiet bit.
10121
10122 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
10123
10124         * benchtests/Makefile
10125         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
10126         not $(common-objpfx)math/libm.so.
10127         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
10128         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
10129         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
10130         $(common-objpfx)dlfcn/libdl.so.
10131         ($(objpfx)tst-audit8): Depend on $(libm), not
10132         $(common-objpfx)math/libm.so.
10133         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
10134         not $(common-objpfx)dlfcn/libdl.so.
10135         * math/Makefile
10136         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
10137         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
10138         [$(build-shared) = yes].
10139         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
10140         $(common-objpfx)nptl/libpthread.so.
10141         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
10142         $(common-objpfx)math/libm.so$(libm.so-version) or
10143         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
10144         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
10145         $(common-objpfx)dlfcn/libdl.so.
10146         * setjmp/Makefile (link-libm): Remove variable.
10147         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
10148         * stdio-common/Makefile (link-libm): Remove variable.
10149         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
10150         * stdlib/Makefile (link-libm): Remove variable.
10151         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
10152         ($(objpfx)tst-strtod-round): Likewise.
10153         ($(objpfx)tst-tininess): Likewise.
10154         ($(objpfx)tst-strtod-underflow): Likewise.
10155         ($(objpfx)tst-strtod6): Likewise.
10156         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
10157         $(libdl), not $(common-objpfx)nptl/libpthread.so and
10158         $(common-objpfx)dlfcn/libdl.so.
10159
10160 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10161
10162         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
10163         BSD terminal modes definitions.
10164
10165 2014-05-16  Roland McGrath  <roland@hack.frob.com>
10166
10167         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
10168         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
10169
10170         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
10171         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
10172         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
10173         Don't do #include_next.
10174         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
10175         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
10176         Don't do #include_next.
10177         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
10178         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
10179         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
10180         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
10181
10182 2014-05-16  Allan McRae  <allan@archlinux.org>
10183
10184         * po/sv.po: Update Swedish translation from translation project.
10185
10186         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
10187         in sed expression.
10188
10189 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
10190
10191         [BZ #16917]
10192         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
10193         errno if the TIOCGPTN ioctl fails with an error different than
10194         EINVAL.
10195         * login/tst-ptsname.c: New file.
10196         * login/Makefile (tests): Add tst-ptsname.
10197
10198         [BZ #16943]
10199         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
10200         and prlimit64.
10201
10202 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
10203
10204         [BZ #16849]
10205         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
10206         herrno to return EAI_AGAIN.
10207
10208 2014-05-14  Roland McGrath  <roland@hack.frob.com>
10209
10210         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
10211         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
10212         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
10213         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
10214         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
10215         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
10216         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
10217         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
10218         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
10219         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
10220         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
10221         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
10222         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
10223         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
10224         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
10225         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
10226         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
10227         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
10228         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
10229         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
10230         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
10231         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
10232         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
10233         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
10234         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
10235         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
10236         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
10237         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
10238         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
10239         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
10240         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
10241         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
10242         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
10243         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
10244         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
10245         Moved ...
10246         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
10247         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
10248         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
10249         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
10250         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
10251         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
10252         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
10253         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
10254         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
10255         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
10256         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
10257         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
10258         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
10259         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
10260         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
10261         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
10262         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
10263         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
10264         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
10265         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
10266         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
10267         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
10268         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
10269         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
10270         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
10271         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
10272         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
10273         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
10274         Moved ...
10275         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
10276         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
10277         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
10278         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
10279         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
10280         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
10281         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
10282         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
10283         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
10284         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
10285         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
10286         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
10287         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
10288         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
10289         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
10290         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
10291         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
10292         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
10293         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
10294         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
10295         Moved ...
10296         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
10297         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
10298         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
10299
10300         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
10301         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
10302         (libpthread-sysdep_routines): Add elision-related stuff here instead.
10303         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
10304         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
10305         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
10306         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
10307         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
10308         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
10309         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
10310         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
10311         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
10312         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
10313         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
10314         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
10315         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
10316         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
10317         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
10318         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
10319         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
10320         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
10321         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
10322         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
10323         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
10324         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
10325         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
10326         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
10327         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
10328         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
10329         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
10330         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
10331
10332         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
10333         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
10334
10335         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
10336         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
10337         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
10338         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
10339         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
10340         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
10341         Moved ...
10342         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
10343         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
10344         Moved ...
10345         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
10346         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
10347         Moved ...
10348         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
10349         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
10350         Moved ...
10351         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
10352         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
10353         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
10354         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
10355         Moved ...
10356         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
10357         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
10358         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
10359         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
10360         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
10361         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
10362         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
10363         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
10364         Moved ...
10365         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
10366         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10367         Moved ...
10368         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10369         ... here.
10370         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
10371         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
10372         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
10373         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
10374         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10375         Moved ...
10376         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10377         ... here.
10378         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
10379         Moved ...
10380         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
10381         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
10382         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
10383         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
10384         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
10385         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
10386         Moved ...
10387         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
10388         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
10389         Moved ...
10390         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
10391         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
10392         Moved ...
10393         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
10394         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
10395         Moved ...
10396         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
10397         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
10398         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
10399         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
10400         Moved ...
10401         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
10402         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
10403         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
10404         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
10405         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
10406         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
10407         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
10408         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
10409         Moved ...
10410         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
10411         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10412         Moved ...
10413         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10414         ... here.
10415         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
10416         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
10417         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
10418         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
10419         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10420         Moved ...
10421         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10422         ... here.
10423         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
10424         Moved ...
10425         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
10426         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
10427         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
10428         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
10429         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
10430         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
10431         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
10432         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
10433         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
10434         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
10435         Moved ...
10436         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
10437         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
10438         Moved ...
10439         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
10440         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
10441         Moved ...
10442         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
10443         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
10444         Moved ...
10445         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
10446         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
10447         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
10448         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
10449         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
10450         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
10451         Moved ...
10452         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
10453         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
10454         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
10455         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
10456         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
10457         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
10458         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
10459         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
10460         Moved ...
10461         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
10462         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10463         Moved ...
10464         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10465         ... here.
10466         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
10467         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
10468         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
10469         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
10470         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10471         Moved ...
10472         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10473         ... here.
10474         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
10475         Moved ...
10476         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
10477         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
10478         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
10479         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
10480         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
10481         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
10482         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
10483         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
10484         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
10485         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
10486         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
10487
10488         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
10489         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
10490
10491         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
10492         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
10493
10494         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
10495         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
10496         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
10497         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
10498         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
10499         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
10500         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
10501         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
10502         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
10503         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
10504         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
10505         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
10506         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
10507         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
10508         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
10509         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
10510         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
10511         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
10512         Moved ...
10513         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
10514         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
10515         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
10516         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
10517         Moved ...
10518         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
10519         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
10520         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
10521         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
10522         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
10523         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
10524         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
10525         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
10526         Moved ...
10527         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
10528         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
10529         Moved ...
10530         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
10531         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
10532         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
10533         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
10534         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
10535         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
10536         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
10537         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
10538         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
10539         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
10540         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
10541         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
10542         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
10543         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
10544         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
10545         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
10546         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
10547
10548         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
10549         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
10550         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
10551         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
10552         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
10553
10554         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
10555         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
10556         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
10557         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
10558         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
10559         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
10560         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
10561         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
10562         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
10563         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
10564
10565         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
10566         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
10567
10568         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
10569         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
10570         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
10571         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
10572         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
10573         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
10574         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
10575         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
10576         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
10577         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
10578         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
10579         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
10580         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
10581         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
10582         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
10583         Update #include.
10584         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
10585         Likewise.
10586         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
10587         Likewise.
10588         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
10589         Likewise.
10590         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
10591         Likewise.
10592         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
10593         Likewise.
10594         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
10595         Likewise.
10596         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10597         Likewise.
10598         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
10599         Likewise.
10600         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
10601         Likewise.
10602         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
10603         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
10604         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
10605         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
10606         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
10607         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
10608         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
10609         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
10610         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
10611         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
10612         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
10613         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
10614         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
10615         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
10616         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
10617
10618         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
10619         that was previously under [RESET_PID].
10620         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
10621         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
10622         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
10623
10624         * sysdeps/i386/nptl/Implies: New file.
10625         * sysdeps/x86_64/nptl/Implies: New file.
10626         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
10627         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
10628         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
10629         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
10630
10631         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
10632         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10633         (__libc_vfork): New strong alias.
10634         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
10635         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
10636
10637         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
10638         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10639         (__libc_vfork): New strong alias.
10640         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
10641         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
10642
10643         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
10644         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10645         (__libc_vfork): New strong alias.
10646         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
10647         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
10648         * nptl/pt-vfork.c: New file.
10649         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
10650         (libpthread: GLIBC_2.20): New version set (empty).
10651
10652 2014-05-14  Will Newton  <will.newton@linaro.org>
10653
10654         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
10655         rather than #if.
10656
10657 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10658
10659         [BZ #16564]
10660         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
10661         arguments with exponent 65 or above.
10662         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
10663         arguments 0x1p113L or above.
10664         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
10665         to arguments 0x1p107L or above.
10666         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
10667         positive arguments with exponent 65 or above.
10668         * math/auto-libm-test-in: Add more tests of log1p.
10669         * math/auto-libm-test-out: Regenerated.
10670
10671         [BZ #16928]
10672         * math/s_cacos.c (__cacos): Ensure zero real part of result from
10673         non-finite arguments is +0.
10674         * math/s_cacosf.c (__cacosf): Likewise.
10675         * math/s_cacosl.c (__cacosl): Likewise.
10676         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
10677         * sysdeps/i386/fpu/libm-test-ulps: Update.
10678         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10679
10680         [BZ #16927]
10681         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
10682         value.
10683         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
10684         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
10685         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
10686         for explicit high bit of mantissa when testing for argument equal
10687         to 1.
10688         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
10689         * sysdeps/i386/fpu/libm-test-ulps: Update.
10690         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10691
10692         [BZ #16516]
10693         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
10694         (__erf): Scale by 16 instead of 8 in potentially underflowing
10695         case.  Ensure exception if result actually underflows.
10696         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
10697         (__erff): Scale by 16 instead of 8 in potentially underflowing
10698         case.  Ensure exception if result actually underflows.
10699         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
10700         (efx8): Remove variable.
10701         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10702         case.  Ensure exception if result actually underflows.
10703         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
10704         (efx8): Remove variable.
10705         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10706         case.  Ensure exception if result actually underflows.
10707         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
10708         (efx8): Remove variable.
10709         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10710         case.  Ensure exception if result actually underflows.
10711         * math/auto-libm-test-in: Add more tests of erf.
10712         * math/auto-libm-test-out: Regenerated.
10713
10714 2014-05-14  Andreas Schwab  <schwab@suse.de>
10715
10716         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
10717         Remove code conditionalized on USE___THREAD.
10718
10719         * config.h.in (HAVE_PT_CHOWN): Define as 0.
10720         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
10721         not definedness.
10722
10723 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10724
10725         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
10726         Define unconditionally.
10727         (__ASSUME_O_CLOEXEC): Likewise.
10728         (__ASSUME_SOCK_CLOEXEC): Likewise.
10729         (__ASSUME_IN_NONBLOCK): Likewise.
10730         (__ASSUME_PIPE2): Likewise.
10731         (__ASSUME_EVENTFD2): Likewise.
10732         (__ASSUME_SIGNALFD4): Likewise.
10733         (__ASSUME_DUP3): Likewise.
10734         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10735         (__ASSUME_DUP3): Do not define.
10736         (__ASSUME_EVENTFD2): Likewise.
10737         (__ASSUME_IN_NONBLOCK): Likewise.
10738         (__ASSUME_O_CLOEXEC): Likewise.
10739         (__ASSUME_PIPE2): Likewise.
10740         (__ASSUME_SIGNALFD4): Likewise.
10741         (__ASSUME_SOCK_CLOEXEC): Likewise.
10742         (__ASSUME_UTIMES): Undefine.
10743         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10744         (__ASSUME_UTIMES): Do not define.
10745         (__ASSUME_O_CLOEXEC): Likewise.
10746         (__ASSUME_SOCK_CLOEXEC): Likewise.
10747         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
10748         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
10749         0x020621].
10750         (__ASSUME_PIPE2): Likewise.
10751         (__ASSUME_EVENTFD2): Likewise.
10752         (__ASSUME_SIGNALFD4): Likewise.
10753         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10754         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10755         Do not define.
10756         (__ASSUME_EVENTFD2): Likewise.
10757         (__ASSUME_SIGNALFD4): Likewise.
10758         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10759         (__ASSUME_32BITUIDS): Likewise.
10760         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10761         (__ASSUME_IPC64): Likewise.
10762         (__ASSUME_ST_INO_64_BIT): Likewise.
10763         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10764         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10765         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10766         (__ASSUME_UTIMES): Do not define.
10767         (__ASSUME_PSELECT): Likewise.
10768         (__ASSUME_PPOLL): Likewise.
10769         (__ASSUME_O_CLOEXEC): Likewise.
10770         (__ASSUME_SOCK_CLOEXEC): Likewise.
10771         (__ASSUME_IN_NONBLOCK): Likewise.
10772         (__ASSUME_PIPE2): Likewise.
10773         (__ASSUME_EVENTFD2): Likewise.
10774         (__ASSUME_SIGNALFD4): Likewise.
10775         (__ASSUME_DUP3): Likewise.
10776         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10777         (__ASSUME_UTIMES): Likewise.
10778         (__ASSUME_O_CLOEXEC): Likewise.
10779         (__ASSUME_SOCK_CLOEXEC): Likewise.
10780         (__ASSUME_IN_NONBLOCK): Likewise.
10781         (__ASSUME_PIPE2): Likewise.
10782         (__ASSUME_EVENTFD2): Likewise.
10783         (__ASSUME_SIGNALFD4): Likewise.
10784         (__ASSUME_DUP3): Likewise.
10785         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10786         (__ASSUME_UTIMES): Likewise.
10787         (__ASSUME_O_CLOEXEC): Likewise.
10788         (__ASSUME_SOCK_CLOEXEC): Likewise.
10789         (__ASSUME_IN_NONBLOCK): Likewise.
10790         (__ASSUME_PIPE2): Likewise.
10791         (__ASSUME_EVENTFD2): Likewise.
10792         (__ASSUME_SIGNALFD4): Likewise.
10793         (__ASSUME_DUP3): Likewise.
10794         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10795         Likewise.
10796         (__ASSUME_UTIMES): Likewise.
10797         (__ASSUME_EVENTFD2): Likewise.
10798         (__ASSUME_SIGNALFD4): Likewise.
10799         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10800         (__ASSUME_O_CLOEXEC): Likewise.
10801         (__ASSUME_SOCK_CLOEXEC): Likewise.
10802         (__ASSUME_IN_NONBLOCK): Likewise.
10803         (__ASSUME_PIPE2): Likewise.
10804         (__ASSUME_EVENTFD2): Likewise.
10805         (__ASSUME_SIGNALFD4): Likewise.
10806         (__ASSUME_DUP3): Likewise.
10807         (__ASSUME_UTIMES): Undefine.
10808
10809         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10810         feclearexcept.  Remove symbol versioning code.
10811         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
10812         symbol versioning code.
10813         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
10814         symbol versioning code.
10815         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10816         feupdateenv.  Remove symbol versioning code.
10817         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10818         fegetexceptflag.  Remove symbol versioning code.
10819         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10820         fesetexceptflag.  Remove symbol versioning code.
10821         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10822         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
10823         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10824         (__posix_fadvise64_l32): Remove prototype.
10825         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10826         code.
10827
10828 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10829
10830         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10831         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10832         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10833         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10834
10835 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
10836
10837         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10838         current working directory
10839
10840 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10841
10842         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10843         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10844         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10845         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10846         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10847         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10848         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10849         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10850         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10851         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10852         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10853         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10854         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10855         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10856         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10857         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10858         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10859         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10860         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10861         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10862         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10863         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10864         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10865         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10866         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10867         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10868         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10869         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10870         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10871         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10872         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10873         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10874         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10875         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10876         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10877         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10878         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10879         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10880         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10881         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10882         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10883         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10884
10885         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10886         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10887
10888         * sysdeps/unix/sysv/linux/arm/Makefile
10889         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10890         Add rt-aeabi_unwind_cpp_pr1.
10891         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10892         Add nptl-aeabi_unwind_cpp_pr1.
10893         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10894         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10895         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10896         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10897         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10898         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10899
10900         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10901         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10902         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10903         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10904
10905         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10906         Deconditionalize the code that was previously under [RESET_PID].
10907         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10908
10909         * sysdeps/generic/exit-thread.h: New file.
10910         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10911         * include/unistd.h (__exit_thread): Remove declaration.
10912         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10913         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10914         * csu/libc-start.c: Include <exit-thread.h>.
10915         (LIBC_START_MAIN): Pass no argument to __exit_thread.
10916         * nptl/pthread_create.c: Include <exit-thread.h>.
10917         (start_thread): Call __exit_thread in place of __exit_thread_inline.
10918         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10919         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10920         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10921         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10922         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10923         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10924         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10925         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10926         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10927         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10928         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10929         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10930         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10931         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10932         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10933         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10934
10935 2014-05-13  Andreas Schwab  <schwab@suse.de>
10936
10937         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10938
10939 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
10940
10941         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10942         (__ASSUME_UTIMES): Do not condition on kernel version.
10943         (__ASSUME_PSELECT): Define unconditionally.
10944         (__ASSUME_PPOLL): Likewise.
10945         (__ASSUME_ATFCTS): Likewise.
10946         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10947         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10948         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10949         (__ASSUME_UTIMENSAT): Define unconditionally.
10950         (__ASSUME_PRIVATE_FUTEX): Likewise.
10951         (__ASSUME_FALLOCATE): Likewise.
10952         (__ASSUME_O_CLOEXEC): Likewise.
10953         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10954         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10955         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10956         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10957         (__ASSUME_IN_NONBLOCK): Likewise.
10958         (__ASSUME_PIPE2): Likewise.
10959         (__ASSUME_EVENTFD2): Likewise.
10960         (__ASSUME_SIGNALFD4): Likewise.
10961         (__ASSUME_DUP3): Likewise.
10962         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10963         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10964         (__ASSUME_AT_RANDOM): Likewise.
10965         (__ASSUME_PREADV): Likewise.
10966         (__ASSUME_PWRITEV): Likewise.
10967         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10968         (__ASSUME_F_GETOWN_EX): Define unconditionally.
10969         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10970         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10971         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10972         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10973         (__ASSUME_O_CLOEXEC): Define unconditionally.
10974         (__ASSUME_PSELECT): Do not undefine conditionally.
10975         (__ASSUME_PPOLL): Likewise.
10976         (__ASSUME_ATFCTS): Likewise.
10977         (__ASSUME_SET_ROBUST_LIST): Likewise.
10978         (__ASSUME_UTIMENSAT): Likewise.
10979         (__ASSUME_FDATASYNC): Define unconditionally.
10980         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10981         (__ASSUME_SIGFRAME_V2): Likewise.
10982         )__ASSUME_EVENTFD2): Likewise.
10983         (__ASSUME_SIGNALFD4): Likewise.
10984         (__ASSUME_PSELECT): Do not undefine conditionally.
10985         (__ASSUME_PPOLL): Likewise.
10986         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10987         (__ASSUME_PSELECT): Define unconditionally.
10988         (__ASSUME_PPOLL): Likewise.
10989         (__ASSUME_O_CLOEXEC): Likewise.
10990         (__ASSUME_SOCK_CLOEXEC): Likewise.
10991         (__ASSUME_IN_NONBLOCK): Likewise.
10992         (__ASSUME_PIPE2): Likewise.
10993         (__ASSUME_EVENTFD2): Likewise.
10994         (__ASSUME_SIGNALFD4): Likewise.
10995         (__ASSUME_DUP3): Likewise.
10996         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10997         (__ASSUME_O_CLOEXEC): Likewise.
10998         (__ASSUME_SOCK_CLOEXEC): Likewise.
10999         (__ASSUME_IN_NONBLOCK): Likewise.
11000         (__ASSUME_PIPE2): Likewise.
11001         (__ASSUME_EVENTFD2): Likewise.
11002         (__ASSUME_SIGNALFD4): Likewise.
11003         (__ASSUME_DUP3): Likewise.
11004         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11005         (__ASSUME_EVENTFD2): Likewise.
11006         (__ASSUME_SIGNALFD4): Likewise.
11007         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
11008
11009 2014-05-12  Andreas Schwab  <schwab@suse.de>
11010
11011         [BZ #16932]
11012         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
11013         (_nss_nis_gethostbyname4_r): Return error if item length is larger
11014         than maximum RPC packet size.
11015         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
11016         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
11017         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
11018         (_nss_nis_getservbyport_r): Likewise.
11019
11020 2014-05-12  Will Newton  <will.newton@linaro.org>
11021
11022         * malloc/Makefile (tests): Add tst-mallopt.
11023         * malloc/tst-mallopt.c: New file.
11024
11025 2014-05-09  Roland McGrath  <roland@hack.frob.com>
11026
11027         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
11028         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
11029
11030 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11031
11032         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
11033         (tst-tlsmod6.so): Likewise.
11034
11035 2014-05-09  Roland McGrath  <roland@hack.frob.com>
11036
11037         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
11038
11039 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
11040
11041         [BZ #16064]
11042         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
11043         and <dl-procinfo.h>.
11044         (__fegetenv): Save SSE state in envp->__eip if supported.
11045         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
11046         envp->__eip if supported.
11047         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
11048         and <dl-procinfo.h>.
11049         (__fesetenv): Always set __eip, __cs_selector, __opcode,
11050         __data_offset and __data_selector in environment to 0.  Set SSE
11051         state if supported.
11052         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
11053         test-fenv-sse.
11054         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
11055         -mfpmath=sse.
11056         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
11057
11058 2014-05-09  Will Newton  <will.newton@linaro.org>
11059
11060         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
11061         and libc_relro_required for ARM.
11062         * sysdeps/arm/preconfigure: Regenerate.
11063
11064 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
11065             Stefan Liebler  <stli@linux.vnet.ibm.com>
11066
11067         * config.make.in (enable-lock-elision): New Makefile variable.
11068         * configure.ac: Likewise.
11069         * configure: Regenerate.
11070         * sysdeps/s390/configure.ac:
11071         Add check for gcc transactions support.
11072         * sysdeps/s390/configure: Regenerate.
11073         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
11074         Build elision files if enabled.
11075         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
11076         Add lock elision support for s390.
11077         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
11078         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
11079         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
11080         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
11081         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
11082         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
11083         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
11084         Likewise.
11085         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
11086         Likewise.
11087         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
11088         Likewise.
11089         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
11090         Likewise.
11091         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
11092         (__lll_timedlock_elision, __lll_lock_elision)
11093         (__lll_unlock_elision, __lll_trylock_elision)
11094         (lll_timedlock_elision, lll_lock_elision)
11095         (lll_unlock_elision, lll_trylock_elision): Add.
11096         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11097         (pthread_mutex_t): Add lock elision support for s390.
11098
11099 2014-05-14  Wilco  <wdijkstr@arm.com>
11100
11101         * sysdeps/arm/fclrexcpt.c: Cleanup.
11102         * sysdeps/arm/fedisblxcpt.c: Cleanup.
11103         * sysdeps/arm/feenablxcpt.c: Cleanup.
11104         * sysdeps/arm/fegetenv.c: Cleanup.
11105         * sysdeps/arm/fegetexcept.c: Cleanup.
11106         * sysdeps/arm/fegetround.c: Cleanup.
11107         * sysdeps/arm/feholdexcpt.c: Cleanup.
11108         * sysdeps/arm/fesetenv.c: Cleanup.
11109         * sysdeps/arm/fesetround.c: Cleanup.
11110         * sysdeps/arm/feupdateenv.c: Cleanup.
11111         * sysdeps/arm/fgetexcptflg.c: Cleanup.
11112         * sysdeps/arm/fraiseexcpt.c: Cleanup.
11113         * sysdeps/arm/fsetexcptflg.c: Cleanup.
11114         * sysdeps/arm/ftestexcept.c: Cleanup.
11115         * sysdeps/arm/get-rounding-mode.h: Cleanup.
11116         * sysdeps/arm/setfpucw.c: Cleanup.
11117
11118 2014-05-09  Will Newton  <will.newton@linaro.org>
11119
11120         * sysdeps/arm/armv7/strcmp.S: New file.
11121         * NEWS: Mention addition of ARMv7 optimized strcmp.
11122
11123 2014-05-08  Roland McGrath  <roland@hack.frob.com>
11124
11125         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
11126         look for %.ac rather than %.in.
11127
11128         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
11129         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
11130         * sysdeps/mach/hurd/configure: Regenerated.
11131         * sysdeps/unix/sysv/linux/configure: Regenerated.
11132
11133         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
11134
11135 2014-05-07  Steve Ellcey  <sellcey@mips.com>
11136
11137         [BZ# 16922]
11138         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
11139         (LONG_SUB): Ditto.
11140         (PTR_SUB): Ditto.
11141
11142 2014-05-07  Andreas Schwab  <schwab@suse.de>
11143
11144         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
11145         when skipping over non-matching result from nscd.
11146
11147 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
11148
11149         [BZ #16876]
11150         * nptl/sockperf.c (client): Check socket return value.
11151
11152         [BZ #16877]
11153         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
11154         nscd security class.
11155
11156 2014-05-06  Roland McGrath  <roland@hack.frob.com>
11157
11158         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
11159         * sysdeps/arm/unwind.h: ... here.
11160
11161 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
11162
11163         [BZ# 16916]
11164         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
11165         Define.
11166
11167 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11168
11169         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
11170         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
11171         multiarch strncpy for PPC64.
11172         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
11173         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
11174         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
11175         multiarch optimizations.
11176         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11177         (__libc_ifunc_impl_list): Likewise.
11178         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
11179         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
11180         multiarch stpncpy for PPC64.
11181         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
11182         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
11183
11184 2014-05-06  Andreas Schwab  <schwab@suse.de>
11185
11186         [BZ #16912]
11187         * gmon/mcount.c (_MCOUNT_DECL): Use
11188         atomic_compare_and_exchange_bool_acq instead of
11189         catomic_compare_and_exchange_bool_acq.
11190
11191 2014-05-05  Roland McGrath  <roland@hack.frob.com>
11192
11193         * elf/Makefile (others, install-bin): Remove pldd.
11194         (pldd-modules): Variable removed.
11195         ($(objpfx)pldd): Target removed.
11196         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
11197         (others, install-bin): Append pldd here.
11198         ($(objpfx)pldd): New target.
11199
11200         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
11201         to 0, so the first #if test emitted later doesn't see it undefined.
11202         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
11203         * sysdeps/gnu/errlist.c: Regenerated.
11204
11205 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11206
11207         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
11208         [libc_hidden_builtin_def]: Define to empty value.
11209         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
11210         [libc_hidden_builtin_def]: Likewise.
11211         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
11212         [libc_hidden_builtin_def]: Likewise.
11213         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
11214         [libc_hidden_builtin_def]: Likewise.
11215         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
11216         __redirect_memcpy and define ifunc as default hidden symbol.
11217         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
11218         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
11219
11220 2014-05-04  Adam Conrad  <adconrad@0c3.net>
11221
11222         * locale/iso-4217.def: Reintroduce XDR currency.
11223
11224 2014-05-04  Allan McRae  <allan@archlinux.org>
11225
11226         * po/eo.po: Update Esperanto translation from translation project.
11227
11228 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
11229
11230         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
11231         and FEATURE_INDEX_MAX to 1.
11232         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
11233
11234 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11235
11236         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
11237         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
11238         * iconvdata/big5.c (ONE_DIRECTION): Define.
11239         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
11240         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
11241         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
11242         * iconvdata/cp932.c (ONE_DIRECTION): Define.
11243         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
11244         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
11245         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
11246         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
11247         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
11248         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
11249         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
11250         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
11251         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
11252         * iconvdata/gbk.c (ONE_DIRECTION): Define.
11253         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
11254         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
11255         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
11256         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
11257         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
11258         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
11259         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
11260         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
11261         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
11262         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
11263         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
11264         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
11265         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
11266         * iconvdata/iso646.c (ONE_DIRECTION): Define.
11267         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
11268         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
11269         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
11270         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
11271         * iconvdata/johab.c (ONE_DIRECTION): Define.
11272         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
11273         * iconvdata/sjis.c (ONE_DIRECTION): Define.
11274         * iconvdata/t.61.c (ONE_DIRECTION): Define.
11275         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
11276         * iconvdata/tscii.c (ONE_DIRECTION): Define.
11277         * iconvdata/uhc.c (ONE_DIRECTION): Define.
11278         * iconvdata/unicode.c (ONE_DIRECTION): Define.
11279         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
11280         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
11281         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
11282
11283 2014-05-01  Roland McGrath  <roland@hack.frob.com>
11284
11285         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
11286         (_IO_JUMPS_OFFSET): Define to 0.
11287
11288         * nptl/sysdeps/pthread/bits/libc-lock.h
11289         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
11290         (__libc_lock_define_initialized_recursive): Always define using
11291         initializer.  Modern compilers treat uninitialized (implicit zero) and
11292         explicit zero initializers the same (i.e. put the datum in bss).
11293
11294 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11295
11296         * nscd/nscd-client.h: Include <string.h>.
11297
11298 2014-05-01  David S. Miller  <davem@davemloft.net>
11299
11300         [BZ #16885]
11301         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
11302         multiple zero bytes exist at the end of a string.
11303         Reported by Aurelien Jarno <aurelien@aurel32.net>
11304
11305         * string/test-strcmp.c (check): Add explicit test for situations where
11306         there are multiple zero bytes after the first.
11307
11308 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11309
11310         [BZ #16890]
11311         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
11312         when compiling wprintf.
11313         * stdio-common/tstdiomisc.c (t3): New function.
11314         (main): Call it.
11315
11316 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11317
11318         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
11319         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
11320         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
11321         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
11322
11323 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11324
11325         * stdlib/longlong.h: Updated from GCC.
11326
11327 2014-05-01  Will Newton  <will.newton@linaro.org>
11328             Bernard Ogden  <bernie.ogden@linaro.org>
11329
11330         * NEWS: Update fixed bug list.
11331
11332         [BZ #15119]
11333         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
11334
11335 2014-04-30  David S. Miller  <davem@davemloft.net>
11336
11337         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
11338         (libc_feholdexcept_setround_sparc_ctx): New function.
11339         (libc_fesetenv_sparc_ctx): Likewise.
11340         (libc_feupdateenv_sparc_ctx): Likewise.
11341         (libc_feholdsetround_sparc_ctx): Likewise.
11342         (libc_feholdexcept_setround_ctx): Define.
11343         (libc_feholdexcept_setroundf_ctx): Likewise.
11344         (libc_feholdexcept_setroundl_ctx): Likewise.
11345         (libc_fesetenv_ctx): Likewise.
11346         (libc_fesetenvf_ctx): Likewise.
11347         (libc_fesetenvl_ctx): Likewise.
11348         (libc_feupdateenv_ctx): Likewise.
11349         (libc_feupdateenvf_ctx): Likewise.
11350         (libc_feupdateenvl_ctx): Likewise.
11351         (libc_feresetround_ctx): Likewise.
11352         (libc_feresetroundf_ctx): Likewise.
11353         (libc_feresetroundl_ctx): Likewise.
11354         (libc_feholdsetround_ctx): Likewise.
11355         (libc_feholdsetroundf_ctx): Likewise.
11356         (libc_feholdsetroundl_ctx): Likewise.
11357
11358         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11359         with __USE_GNU instead of XOPEN cpp guards.
11360
11361         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
11362         0.
11363
11364         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11365         with XOPEN cpp guards.
11366
11367 2014-04-30  Julian Brown  <julian@codesourcery.com>
11368
11369         [BZ #16888]
11370         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
11371         handling.
11372
11373 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
11374
11375         [BZ #9894]
11376         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
11377         Change to 2.6.32.
11378         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
11379         * sysdeps/unix/sysv/linux/configure: Regenerated.
11380         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
11381         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
11382         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
11383         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
11384         * README: Update reference to required Linux kernel version.
11385         * manual/install.texi (Linux): Update reference to required Linux
11386         kernel headers version.
11387         * INSTALL: Regenerated.
11388
11389         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
11390         header inclusion.
11391         [POSIX] (limits.h): Likewise.
11392         [POSIX] (math.h): Likewise.
11393         [POSIX] (sys/wait.h): Likewise.
11394         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
11395         function.
11396         [POSIX] (stddef.h): Do not allow header inclusion.
11397
11398 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11399
11400         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
11401
11402 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
11403
11404         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
11405         Return immediately after lll_futex_wake.
11406
11407 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11408
11409         [BZ #16791]
11410         * nscd/nscd-client.h (datahead_init_common): Initialize entire
11411         structure.
11412         (datahead_init_pos): Call datahead_init_common early.
11413         (datahead_init_neg): Likewise.
11414
11415         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
11416         datahead_init_neg): New functions.
11417         * nscd/aicache.c (addhstaiX): Use them.
11418         * nscd/grpcache.c (cache_addgr): Likewise.
11419         * nscd/hstcache.c (cache_addhst): Likewise.
11420         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11421         * nscd/netgroupcache.c (do_notfound): Likewise.
11422         (addgetnetgrentX): Likewise.
11423         (addinnetgrX): Likewise.
11424         * nscd/pwdcache.c (cache_addpw): Likewise.
11425         * nscd/servicescache.c (cache_addserv): Likewise.
11426
11427 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11428             Atsushi Onoe  <atsushi@onoe.org>
11429
11430         [BZ #14308]
11431         [BZ #12994]
11432         [BZ #13651]
11433         * resolv/res_query.c (__libc_res_nsearch): Return if at least
11434         one response is valid.
11435         * resolv/res_send.c (send_dg): Check for validity of other
11436         response if the current response is a referral.
11437
11438 2014-04-29  Steve Ellcey  <sellcey@mips.com>
11439
11440         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
11441
11442 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
11443
11444         [BZ #16823]
11445         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
11446         Always divide by positive zero when computing -Inf result.
11447         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11448         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
11449
11450 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11451
11452         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
11453         FPSCR if value do not change.
11454         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11455         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
11456         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
11457         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
11458         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
11459         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
11460         function.
11461
11462 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
11463
11464         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
11465         * sysdeps/unix/sysv/linux/hppa: Move directory from
11466         ports/systeps/unix/sysv/linux/hppa.
11467         * README: Update listing for hppa-*-linux-gnu.
11468
11469 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
11470
11471         [BZ #16754]
11472         * manual/stdio.texi (Hook functions): Fix types of stream hook
11473         functions.
11474         [BZ #16854]
11475         * socket/sys/socket.h: Fix typo in comment.
11476
11477 2014-04-28  Wilco  <wdijkstr@arm.com>
11478
11479         * sysdeps/arm/fenv_private.h: New file.
11480         * sysdeps/arm/math_private.h: New file.
11481         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
11482
11483 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
11484
11485         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
11486         with __int128_t.
11487         (La_x86_64_retval): Likewise.
11488
11489 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
11490
11491         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
11492         fpsr if value didn't change.
11493         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
11494         to fpcr if value didn't change.
11495         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
11496         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
11497         fpsr or fpcr if value didn't change.
11498         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
11499         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
11500         fpcr if value didn't change.
11501         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
11502         to fpsr if value didn't change.
11503
11504 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
11505
11506         * nptl/tst-sem3.c: Use test-skeleton.c
11507         (main): Rename to do_test.  Use return instead of
11508         exit.
11509         * nptl/tst-sem4.c: Use test-skeleton.c
11510         (main): Rename to do_test.
11511
11512 2014-04-22  David S. Miller  <davem@davemloft.net>
11513
11514         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
11515         (struct sigaction): New struct member __glibc_reserved0, change
11516         type of sa_flags to int.
11517
11518 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
11519
11520         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
11521         (COUNT_LEADING_ZEROS_0): Define for AArch64.
11522
11523 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11524
11525         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
11526         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
11527
11528 2014-04-22  Will Newton  <will.newton@linaro.org>
11529             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
11530
11531         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
11532         (__longjmp): Add longjmp and longjmp_target SystemTap
11533         probes.
11534         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
11535         (__sigsetjmp): Add setjmp SystemTap probe.
11536
11537 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
11538
11539         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
11540         match manual order.
11541
11542 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11543
11544         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
11545
11546         * sysdeps/powerpc/fpu/fenv_private.h
11547         (libc_feholdexcept_setroundl_ctx): Define to
11548         libc_feholdexcept_setround_ppc_ctx.
11549         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
11550         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
11551         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
11552         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
11553
11554 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11555
11556         * sysdeps/aarch64/math-tests.h: New file.
11557
11558 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
11559
11560         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
11561         New.
11562         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11563         Check and set bit_AVX2_Usable.
11564         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
11565         macro.
11566         (bit_AVX2): Likewise.
11567         (index_AVX2_Usable): Likewise.
11568         (CPUID_AVX2): Likewise.
11569         (HAS_AVX2): Likewise.
11570
11571 2014-04-17  Will Newton  <will.newton@linaro.org>
11572
11573         * manual/setjmp.texi (System V contexts): Add note that
11574         calling setcontext on a context created by a call to a
11575         signal handler is undefined.  Update text to note that
11576         setcontext from a signal handler is possible but not
11577         recommended.
11578
11579         [BZ #16629]
11580         * stdlib/tst-setcontext.c: Include signal.h.
11581         (main): Check that the signal stack before and
11582         after swapcontext is the same.
11583
11584         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
11585         Re-implement to restore registers in user code and avoid
11586         rt_sigreturn system call.
11587
11588 2014-04-17  Wilco  <wdijkstr@arm.com>
11589
11590         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
11591         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
11592         * math/test-fenv.c: Skip exception trap tests on targets which only
11593         support non-stop mode.
11594
11595 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11596             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11597
11598         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
11599         (libc_feholdsetround_aarch64_ctx)
11600         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
11601         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
11602         (libc_feresetround_ctx, libc_feresetroundf_ctx)
11603         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
11604         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
11605         (libc_feresetround_noexl_ctx): Define.
11606
11607 2014-04-16  Richard Henderson  <rth@redhat.com>
11608
11609         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
11610
11611         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
11612         unwind tables.
11613
11614         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
11615         const from the non-libc, non-ldso copy.
11616
11617         * sysdeps/alpha/libm-test-ulps: Regenerate.
11618
11619 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
11620             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11621
11622         * sysdeps/aarch64/fpu/math_private.h: New file.
11623
11624 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11625
11626         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11627
11628 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
11629
11630         [BZ #16275]
11631         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
11632         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
11633         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
11634         Intel MPX bound registers before _dl_profile_fixup.
11635         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
11636         registers after _dl_profile_fixup.  Save and restore bound
11637         registers bnd0/bnd1 when calling _dl_call_pltexit.
11638         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
11639         (LR_BND_OFFSET): Likewise.
11640         (LRV_BND0_OFFSET): Likewise.
11641         (LRV_BND1_OFFSET): Likewise.
11642
11643 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11644
11645         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
11646         to...
11647         * sysdeps/mach/hurd/i386/tls.h: ... here.
11648         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
11649         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
11650         fields.
11651
11652 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11653
11654         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
11655
11656 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11657
11658         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11659
11660 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11661
11662         [BZ #14770]
11663         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
11664         * sysdeps/s390/configure: Regenerate.
11665
11666         [BZ #16824]
11667         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
11668         Set round-to-nearest internally to reduce error accumulation.
11669
11670 2014-04-16  Alan Modra  <amodra@gmail.com>
11671
11672         [BZ #16740]
11673         [BZ #16619]
11674         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
11675         * math/libm-test.inc (frexp_test_data): Add tests.
11676         * NEWS: Update fixed bug list.
11677
11678 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11679
11680         * benchtests/Makefile: Depend on libraries in build directory.
11681         (bench-math): Separate out math tests.
11682         (bench-pthread): Separate out pthread tests.
11683         (bench): Include math and pthread tests.
11684
11685 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
11686
11687         [BZ #16831]
11688         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
11689         _dl_debug_initialize.
11690
11691         * configure.ac: Remove SELinux header check.
11692         * configure: Regenerate.
11693         * nscd/selinux.c (perms): Array of const char* to permission names.
11694         (nscd_request_avc_has_perm): Call security_deny_unknown to find
11695         default policy. Call string_to_security_class and string_to_av_perm to
11696         translate strings. Enforce default policy and call avs_has_perm with
11697         results of translated strings.
11698
11699 2014-04-13  David S. Miller  <davem@davemloft.net>
11700
11701         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11702
11703 2014-04-12  Allan McRae  <allan@archlinux.org>
11704
11705         [BZ #16838]
11706         * manual/string.texi (Collation Functions): Fix qsort argument
11707         order in example.
11708         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11709
11710 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
11711
11712         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
11713         Make the test a no-op if there are no exceptions defined.
11714
11715 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
11716
11717         * elf/Makefile (tests): make tst-dlopen-aout conditional on
11718         enable-hardcoded-path-in-tests
11719
11720 2014-04-11  Will Newton  <will.newton@linaro.org>
11721
11722         * benchtests/Makefile (extra-objs): Add json-lib.o.
11723         (bench-func): Tidy up JSON output.
11724         * benchtests/bench-skeleton.c: Include json-lib.h.
11725         (main): Use JSON library functions to do output of
11726         benchmark results.
11727         * benchtests/bench-timing-type.c (main): Output the
11728         timing type simply, leaving formatting to the user.
11729         * benchtests/json-lib.c: New file.
11730         * benchtests/json-lib.h: Likewise.
11731
11732 2014-04-11  Torvald Riegel  <triegel@redhat.com>
11733
11734         [BZ #15215]
11735         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
11736         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
11737         memory barriers.  Add comments.
11738         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
11739         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
11740         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
11741         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
11742         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
11743         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
11744
11745 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11746
11747         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
11748         * sysdeps/s390/s390-64/configure.ac: ... this ...
11749         * sysdeps/s390/configure.ac: ... to here.
11750         * sysdeps/s390/s390-32/configure: Delete file.
11751         * sysdeps/s390/s390-64/configure: Delete file.
11752         * sysdeps/s390/configure: Regenerate.
11753
11754 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
11755
11756         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11757
11758 2014-04-11  Will Newton  <will.newton@linaro.org>
11759
11760         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11761         to zero if it is not defined elsewhere.  (mtrim): Test
11762         the value of MALLOC_DEBUG with #if rather than #ifdef.
11763
11764 2014-04-10 Torvald Riegel  <triegel@redhat.com>
11765
11766         * benchtests/pthread_once-inputs: New file.
11767         * benchtests/pthread_once-source.c: New file.
11768         * benchtests/README: Update documentation.
11769
11770 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
11771             H.J. Lu  <hongjiu.lu@intel.com>
11772
11773         [BZ #16275]
11774         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11775         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11776         * sysdeps/x86_64/configure: Regenerated.
11777         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11778         macro.
11779         (REGISTER_SAVE_RAX): Likewise.
11780         (REGISTER_SAVE_RCX): Likewise.
11781         (REGISTER_SAVE_RDX): Likewise.
11782         (REGISTER_SAVE_RSI): Likewise.
11783         (REGISTER_SAVE_RDI): Likewise.
11784         (REGISTER_SAVE_R8): Likewise.
11785         (REGISTER_SAVE_R9): Likewise.
11786         (REGISTER_SAVE_BND0): Likewise.
11787         (REGISTER_SAVE_BND1): Likewise.
11788         (REGISTER_SAVE_BND2): Likewise.
11789         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
11790         bound registers when calling _dl_fixup.
11791
11792 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11793
11794         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
11795         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11796         of its definition.
11797         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11798         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11799         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11800         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11801         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11802         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11803         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11804
11805 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
11806
11807         [BZ #15514]
11808         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11809         pathconf(_PC_NAME_MAX).
11810
11811 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11812
11813         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11814         Remove macro usage.
11815         (__PTHREAD_SPINS): Move definition to ...
11816         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11817         (__PTHREAD_SPINS): ... here.
11818         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11819         (__PTHREAD_SPIN): Likewise.
11820         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11821         (__PTHREAD_SPIN): Likewise.
11822         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11823         (__PTHREAD_SPIN): Likewise.
11824         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11825         (__PTHREAD_SPIN): Likewise.
11826         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11827         (__PTHREAD_SPIN): Likewise.
11828         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11829         (__PTHREAD_SPIN): Likewise.
11830         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11831         (__PTHREAD_SPIN): Likewise.
11832         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11833         (__PTHREAD_SPIN): Likewise.
11834         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11835         (__PTHREAD_SPIN): Likewise.
11836         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11837         (__PTHREAD_SPIN): Likewise.
11838         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11839         (__PTHREAD_SPIN): Likewise.
11840         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11841         (__PTHREAD_SPIN): Likewise.
11842
11843         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11844         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11845         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11846         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11847         imply folder.
11848         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11849         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11850         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11851         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11852         correct imply path.
11853         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11854         strlen symbol for non multi-arch builds.
11855         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11856         missing hidden_def and weak_alias.
11857
11858 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
11859
11860         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11861
11862 2014-04-07  Will Newton  <will.newton@linaro.org>
11863
11864         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11865         and contents.  [!_LIBC] Remove #ifndef and contents.
11866         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
11867         * string/memccpy.c (__memccpy): Use ANSI prototype.
11868         * string/memfrob.c (memfrob): Likewise.
11869         * string/strcoll.c (STRCOLL): Likewise.
11870         * string/strlen.c (strlen): Likewise.
11871         * string/strtok.c (STRTOK): Likewise.
11872         * string/strcat.c: Remove unused #include of memcopy.h.
11873         (strcat): Use ANSI prototype.
11874         * string/strchr.c: Remove unused #include of memcopy.h.
11875         (strchr): Use ANSI prototype.
11876         * string/strcmp.c: Remove unused #include of memcopy.h.
11877         (strcmp): Use ANSI prototype.
11878         * string/strcpy.c: Remove unused #include of memcopy.h.
11879         (strcpy): Use ANSI prototype.
11880
11881 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11882
11883         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11884         * config.make.in (config-extra-cppflags): Set it from
11885         libc_extra_cppflags.
11886         * configure.ac (libc_extra_cflags): Make it accumulate over
11887         configure fragments.
11888         (libc_extra_cppflags): New flag.
11889         * configure. Regenerate.
11890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
11891         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11892         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
11893         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11894
11895         [BZ #16815]
11896         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11897         result for FE_DOWNWARD rounding mode.
11898         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11899         Likewise.
11900         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11901
11902 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
11903
11904         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11905         in function argument name.
11906
11907 2014-04-03  David Svoboda  <svoboda@cert.org>
11908
11909         [BZ #5666]
11910         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11911         explicitly.
11912
11913 2014-04-03  Roland McGrath  <roland@hack.frob.com>
11914
11915         * elf/dl-unmap-segments.h: New file.
11916         * sysdeps/generic/ldsodefs.h
11917         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11918         * elf/dl-close.c: Include <dl-unmap-segments.h>.
11919         * elf/dl-fptr.c: Likewise.
11920         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11921         * sysdeps/aarch64/tlsdesc.c: Likewise.
11922         * sysdeps/arm/tlsdesc.c: Likewise.
11923         * sysdeps/i386/tlsdesc.c: Likewise.
11924         * sysdeps/tile/dl-runtime.c: Likewise.
11925         * sysdeps/x86_64/tlsdesc.c: Likewise.
11926         * elf/dl-load.h: New file.
11927         * elf/dl-load.c: Include it.
11928         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11929         Macros moved to dl-load.h.
11930         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11931         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11932         Use _dl_unmap_segments in place of __munmap.
11933         Break out segment-mapping loop into ...
11934         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11935
11936 2014-04-03  Will Newton  <will.newton@linaro.org>
11937
11938         * elf/dl-lookup.c (do_lookup_x): Remove comment
11939         referring to nested function and move variable
11940         declarations down to before first use.
11941
11942 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
11943
11944         [BZ #16799]
11945         [BZ #16800]
11946         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11947         with 0 numerator.
11948         * math/s_catanf.c (__catanf): Likewise.
11949         * math/s_catanh.c (__catanh): Likewise.
11950         * math/s_catanhf.c (__catanhf): Likewise.
11951         * math/s_catanhl.c (__catanhl): Likewise.
11952         * math/s_catanl.c (__catanl): Likewise.
11953         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11954         by positive zero when computing -Inf result.
11955         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11956         (catanh_test): Likewise.
11957         * sysdeps/i386/fpu/libm-test-ulps: Update.
11958         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11959
11960         [BZ #16789]
11961         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11962         instead of using underflowing value in computing result.
11963         * math/s_clog10.c (__clog10): Likewise.
11964         * math/s_clog10f.c (__clog10f): Likewise.
11965         * math/s_clog10l.c (__clog10l): Likewise.
11966         * math/s_clogf.c (__clogf): Likewise.
11967         * math/s_clogl.c (__clogl): Likewise.
11968         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11969         (clog10_test): Likewise.
11970         * sysdeps/i386/fpu/libm-test-ulps: Update.
11971         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11972
11973 2014-04-02  Alan Modra  <amodra@gmail.com>
11974
11975         [BZ #16739]
11976         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11977         output when value is near a power of two.  Use int64_t for lx and
11978         remove casts.  Use decimal rather than hex exponent constants.
11979         Don't use long double multiplication when double will suffice.
11980         * math/libm-test.inc (nextafter_test_data): Add tests.
11981         * NEWS: Add 16739 and 16786 to bug list.
11982
11983         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11984
11985         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11986
11987 2014-04-01  Will Newton  <will.newton@linaro.org>
11988
11989         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11990         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
11991
11992 2014-04-01  Florian Weimer  <fweimer@redhat.com>
11993
11994         [BZ #13347]
11995         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11996         * nptl/tst-setuid2.c: New file.
11997         * nptl/Makefile (xtests): Add tst-setuid2.
11998
11999 2014-04-01  Alan Modra  <amodra@gmail.com>
12000
12001         [BZ #16786]
12002         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
12003
12004 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
12005
12006         [BZ #6803]
12007         [BZ #6804]
12008         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
12009         set errno as appropriate.
12010         * math/w_scalbf.c (__scalbf): Likewise.
12011         * math/w_scalbl.c (__scalbl): Likewise.
12012         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
12013         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
12014         * math/libm-test.inc (scalb_test_data): Add errno expectations.
12015         Add more NaN tests.
12016
12017         [BZ #16349]
12018         * math/w_atan2.c: Include <errno.h>.
12019         (__atan2): Set errno for result underflowing to zero.
12020         * math/w_atan2f.c: Include <errno.h>.
12021         (__atan2f): Set errno for result underflowing to zero.
12022         * math/w_atan2l.c: Include <errno.h>.
12023         (__atan2l): Set errno for result underflowing to zero.
12024         * math/auto-libm-test-in: Don't allow missing errno for some atan2
12025         tests.
12026         * math/auto-libm-test-out: Regenerated.
12027
12028 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12029
12030         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
12031         Encode instruction correctly in little endian.
12032         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
12033         Likewise.
12034         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
12035         Likewise.
12036         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
12037         Likewise.
12038         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
12039         Likewise.
12040
12041 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
12042
12043         [BZ #9894]
12044         * sysdeps/unix/sysv/linux/kernel-features.h
12045         [__sparc__ && !__arch64__ && !__sparc_v9__]
12046         (__ASSUME_SET_ROBUST_LIST): Do not define.
12047         [__sparc__ && !__arch64__ && !__sparc_v9__]
12048         (__ASSUME_FUTEX_LOCK_PI): Likewise.
12049         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
12050         Likewise.
12051         * sysdeps/unix/sysv/linux/arm/kernel-features.h
12052         (__ASSUME_FUTEX_LOCK_PI): Undefine.
12053         (__ASSUME_REQUEUE_PI): Likewise.
12054         (__ASSUME_SET_ROBUST_LIST): Likewise.
12055         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12056         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
12057         Undefine.
12058         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12059         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
12060         Likewise.
12061         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
12062         Likewise.
12063         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
12064         Likewise.
12065         * sysdeps/unix/sysv/linux/mips/kernel-features.h
12066         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
12067         Undefine.
12068         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
12069         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
12070         Likewise.
12071
12072         [BZ #16648]
12073         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12074         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
12075         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
12076
12077 2014-03-31  Will Newton  <will.newton@linaro.org>
12078
12079         * benchtests/Makefile (bench): Add ffs and ffsll to list
12080         of tests.
12081         * benchtests/ffs-inputs: New file.
12082         * benchtests/ffsll-inputs: Likewise.
12083
12084 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
12085
12086         [BZ #16770]
12087         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
12088         too large before casting to int.
12089         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
12090         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
12091         * math/libm-test.inc (scalb_test_data): Add more tests.
12092
12093 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
12094
12095         * benchtests/Makefile (DETAILED_OPT): New make option.
12096         (bench-func): Run benchmark program with -d if DETAILED_OPT is
12097         set.
12098         * benchtests/bench-skeleton.c: Include stdbool.h.
12099         (main): Store and print timings per input.
12100         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
12101         member to each argument value.
12102         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
12103         (_print_arg_data): Initialize per-input timing to 0.
12104
12105         * benchtests/Makefile (timing-type): New binary.
12106         (bench-clean): Also remove bench-timing-type.
12107         (bench): New target for timing-type.
12108         (bench-func): Print output in JSON format.
12109         * benchtests/bench-skeleton.c (main): Print output in JSON
12110         format.
12111         * benchtests/bench-timing-type.c: New file.
12112         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
12113         (TIMING_PRINT_STATS): Remove.
12114         * benchtests/scripts/bench.py (_print_arg_data): Store variant
12115         name separately.
12116
12117         * benchtests/bench-modf.c: Remove.
12118         * benchtests/modf-inputs: New inputs file.
12119
12120 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
12121
12122         [BZ #16362]
12123         * math/s_clog10.c (M_PI_LOG10E): New macro.
12124         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
12125         imaginary parts are 0.
12126         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
12127         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
12128         imaginary parts are 0.
12129         * math/s_clog10l.c (M_PI_LOG10El): New macro.
12130         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
12131         imaginary parts are 0.
12132         * math/libm-test.inc (clog10_test_data): Update expected results
12133         for when real and imaginary parts are 0.
12134
12135 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
12136
12137         * elf/dl-load.c: Finish conversion of __builtin_expect into
12138         __glibc_{un}likely.
12139
12140 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
12141
12142         [BZ #16348]
12143         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
12144         1+x for argument with exponent below -67.
12145         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
12146         Likewise.
12147         * math/auto-libm-test-in: Add more tests of exp.
12148         * math/auto-libm-test-out: Regenerated.
12149
12150 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12151
12152         [BZ #16759]
12153         * inet/getnetgrent_r.c (get_nonempty_val): New function.
12154         (nscd_getnetgrent): Use it.
12155
12156         [BZ #16760]
12157         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
12158         of stpcpy.
12159
12160 2014-03-27  Andi Kleen  <ak@linux.intel.com>
12161
12162         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
12163         (lll_robust_lock, lll_cond_lock, lll_timedlock)
12164         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
12165         (lll_robust_unlock): Remove out of line section. Use cfi
12166         intrinsics.
12167         (LLL_STUB_UNWIND_INFO*): Remove.
12168         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
12169         (lll_robust_lock, lll_cond_lock, lll_timedlock)
12170         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
12171         (lll_robust_unlock): Remove out of line section. Use cfi
12172         intrinsics.
12173         (LLL_STUB_UNWIND_INFO*): Remove.
12174
12175 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12176
12177         [BZ #16758]
12178         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
12179         blank values.
12180
12181 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
12182
12183         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
12184
12185 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
12186
12187         [BZ #16198]
12188         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
12189         fnstenv.
12190         * math/test-fenv-preserve.c: New file.
12191         * math/Makefile (tests): Add test-fenv-preserve.
12192
12193 2014-03-26  Will Newton <will.newton@linaro.org>
12194
12195         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
12196
12197 2014-03-25  Roland McGrath  <roland@hack.frob.com>
12198
12199         * scripts/versionlist.awk: Partition the version sets and emit all
12200         GLIBC_* (sorted) before all others (sorted).
12201
12202 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
12203
12204         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
12205         GLIBC_2.2.5 version.
12206
12207 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12208
12209         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
12210         calls.
12211
12212         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
12213         previous change.
12214
12215         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12216
12217 2014-03-25  Andreas Schwab  <schwab@suse.de>
12218
12219         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
12220         label to be used after in6ailist is initialized.
12221
12222 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12223
12224         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
12225         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12226
12227 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
12228
12229         [BZ #16357]
12230         [BZ #16599]
12231         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
12232         min_plus_half.
12233         (fp_formats): Update initializers.
12234         (init_fp_formats): Initialize new field.
12235         (output_for_one_input_case): Allow underflow for results up to
12236         min_plus_half.
12237         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
12238         * math/auto-libm-test-in: Don't mark some underflows from asin and
12239         atanh as spurious.
12240         * math/auto-libm-test-out: Regenerated.
12241         * sysdeps/i386/fpu/libm-test-ulps: Update.
12242         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12243
12244 2014-03-25  Andreas Schwab  <schwab@suse.de>
12245
12246         * libio/Makefile (tst-ftell-partial-wide-ENV)
12247         (tst-ftell-active-handler-ENV): Define.
12248
12249 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
12250
12251         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
12252
12253 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12254
12255         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
12256
12257 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12258
12259         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
12260         * sysdeps/x86_64/fpu/multiarch/e_exp.c
12261         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
12262
12263 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12264
12265         [BZ #16634]
12266         * elf/dl-load.c (open_verify): Add mode parameter.
12267         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
12268         (open_path): Change from boolean 'secure' to complete flag 'mode'
12269         (_dl_map_object): Adjust.
12270         * elf/Makefile (tests): Add tst-dlopen-aout.
12271         * elf/tst-dlopen-aout.c: New test.
12272
12273 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
12274
12275         [BZ #16714]
12276         * sysdeps/unix/sysv/linux/s390/bits/stat.h
12277         (struct stat): Rename member pad0 to __glibc_reserved0.
12278
12279         [BZ #16712]
12280         * sysdeps/s390/s390-32/bits/wordsize.h
12281         (__WORDSIZE32_SIZE_ULONG): New define.
12282         * sysdeps/s390/s390-64/bits/wordsize.h
12283         (__WORDSIZE32_SIZE_ULONG): Likewise.
12284         * sysdeps/generic/stdint.h (SIZE_MAX):
12285         Define as UL if __WORDSIZE32_SIZE_ULONG.
12286
12287         [BZ #16713]
12288         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
12289         (__glibc_reserved0): New variable.
12290         (sa_flags): Change type to int.
12291
12292         * posix/Makefile (before-compile): Use += before-compile instead
12293         of a :=.
12294
12295         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12296         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12297
12298 2014-03-20  Andreas Schwab  <schwab@suse.de>
12299
12300         [BZ #16743]
12301         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
12302         non-matching result from nscd.
12303
12304 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12305
12306         * scripts/bench.py: Moved to ...
12307         * benchtests/scripts/bench.py: ... here.
12308         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
12309
12310 2014-03-24  Andreas Schwab  <schwab@suse.de>
12311
12312         [BZ #16002]
12313         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
12314         alloca_account and account alloca use for struct in6ailist.
12315
12316 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12317
12318         [BZ #16284]
12319         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
12320         rounding mode to recompute results that overflow to infinity or
12321         underflow to zero.
12322         * math/auto-libm-test-in: Don't mark tests as expected to fail for
12323         bug 16284.
12324         * math/auto-libm-test-out: Regenerated.
12325         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
12326         (ccosh_test): Likewise.
12327         (csin_test_data): Use plus_oflow.
12328         (csin_test): Use ALL_RM_TEST.
12329         (csinh_test_data): Use plus_oflow.
12330         (csinh_test): Use ALL_RM_TEST.
12331         * sysdeps/i386/fpu/libm-test-ulps: Update.
12332         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12333
12334 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
12335
12336         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
12337         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
12338         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
12339
12340         [BZ #16731]
12341         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
12342         when x - 1 is zero.
12343         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
12344         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
12345         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12346         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
12347         argument is 1.
12348         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
12349         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
12350         zero.
12351         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
12352         * sysdeps/i386/fpu/libm-test-ulps: Update.
12353         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12354
12355 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
12356
12357         * scripts/bench.pl: Remove file.
12358         * scripts/bench.py: New benchmark script.
12359         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
12360         * benchtests/README: Mention python dependency.
12361         * scripts/pylintrc: New file.
12362         * scripts/pylint: New file.
12363
12364         * bits/mathdef.h: Use #ifdef instead of #if.
12365         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
12366         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12367         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
12368         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12369         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
12370         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12371
12372 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12373             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12374
12375         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
12376         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
12377         and strpbrk-ppc64 objects.
12378         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12379         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
12380         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
12381         multiarch strpbrk for POWER7.
12382         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
12383         multiarch strpbrk for PPC64.
12384         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
12385         ifunc selector.
12386         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
12387         strpbrk for POWER7.
12388
12389 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12390
12391         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
12392         (atan_test): Likewise.
12393         (atanh_test_data): Use NO_TEST_INLINE for two tests.
12394         (atanh_test): Use ALL_RM_TEST.
12395         (atan2_test_data): Likewise.
12396         (cabs_test): Likewise.
12397         (cacosh_test): Likewise.
12398         (carg_test): Likewise.
12399         (casin_test): Likewise.
12400         (casinh_test): Likewise.
12401         (cbrt_test): Likewise.
12402         (csqrt_test): Likewise.
12403         (erf_test): Likewise.
12404         (erfc_test): Likewise.
12405         (pow10_test): Likewise.
12406         (exp2_test): Likewise.
12407         (hypot_test): Likewise.
12408         (j0_test): Likewise.
12409         (j1_test): Likewise.
12410         (lgamma_test): Likewise.
12411         (gamma_test): Likewise.
12412         (sincos_test): Likewise.
12413         (tanh_test): Likewise.
12414         (y0_test): Likewise.
12415         (y1_test): Likewise.
12416         * sysdeps/i386/fpu/libm-test-ulps: Update.
12417         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12418
12419 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12420
12421         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
12422         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
12423         and strcspn-ppc64 objects.
12424         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12425         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
12426         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
12427         multiarch strcspn for POWER7.
12428         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
12429         multiarch strcspn for PPC64.
12430         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
12431         ifunc selector.
12432         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
12433         strcspn for POWER7.
12434
12435 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12436
12437         * math/gen-libm-test.pl (generate_testfile): Expect only function
12438         name as argument to AUTO_TESTS_* and pass results for all rounding
12439         modes to parse_args.
12440         (parse_auto_input): Separate inputs of automatic tests from
12441         outputs before storing in %auto_tests.
12442         * math/libm-test.inc (acos_test_data): Update call to
12443         AUTO_TESTS_f_f.
12444         (acos_test): Use ALL_RM_TEST.
12445         (acos_tonearest_test_data): Remove.
12446         (acos_test_tonearest): Likewise.
12447         (acos_towardzero_test_data): Likewise.
12448         (acos_test_towardzero): Likewise.
12449         (acos_downward_test_data): Likewise.
12450         (acos_test_downward): Likewise.
12451         (acos_upward_test_data): Likewise.
12452         (acos_test_upward): Likewise.
12453         (acosh_test_data): Update call to AUTO_TESTS_f_f.
12454         (asin_test_data): Likewise.
12455         (asin_test): Use ALL_RM_TEST.
12456         (asin_tonearest_test_data): Remove.
12457         (asin_test_tonearest): Likewise.
12458         (asin_towardzero_test_data): Likewise.
12459         (asin_test_towardzero): Likewise.
12460         (asin_downward_test_data): Likewise.
12461         (asin_test_downward): Likewise.
12462         (asin_upward_test_data): Likewise.
12463         (asin_test_upward): Likewise.
12464         (asinh_test_data): Update call to AUTO_TESTS_f_f.
12465         (atan_test_data): Likewise.
12466         (atanh_test_data): Likewise.
12467         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
12468         (cabs_test_data): Update call to AUTO_TESTS_c_f.
12469         (carg_test_data): Likewise.
12470         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
12471         (ccos_test_data): Update call to AUTO_TESTS_c_c.
12472         (ccosh_test_data): Likewise.
12473         (cexp_test_data): Likewise.
12474         (clog_test_data): Likewise.
12475         (clog10_test_data): Likewise.
12476         (cos_test_data): Update call to AUTO_TESTS_f_f.
12477         (cos_test): Use ALL_RM_TEST.
12478         (cos_tonearest_test_data): Remove.
12479         (cos_test_tonearest): Likewise.
12480         (cos_towardzero_test_data): Likewise.
12481         (cos_test_towardzero): Likewise.
12482         (cos_downward_test_data): Likewise.
12483         (cos_test_downward): Likewise.
12484         (cos_upward_test_data): Likewise.
12485         (cos_test_upward): Likewise.
12486         (cosh_test_data): Update call to AUTO_TESTS_f_f.
12487         (cosh_test): Use ALL_RM_TEST.
12488         (cosh_tonearest_test_data): Remove.
12489         (cosh_test_tonearest): Likewise.
12490         (cosh_towardzero_test_data): Likewise.
12491         (cosh_test_towardzero): Likewise.
12492         (cosh_downward_test_data): Likewise.
12493         (cosh_test_downward): Likewise.
12494         (cosh_upward_test_data): Likewise.
12495         (cosh_test_upward): Likewise.
12496         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
12497         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
12498         (ctan_test_data): Likewise.
12499         (ctan_test): Use ALL_RM_TEST.
12500         (ctan_tonearest_test_data): Remove.
12501         (ctan_test_tonearest): Likewise.
12502         (ctan_towardzero_test_data): Likewise.
12503         (ctan_test_towardzero): Likewise.
12504         (ctan_downward_test_data): Likewise.
12505         (ctan_test_downward): Likewise.
12506         (ctan_upward_test_data): Likewise.
12507         (ctan_test_upward): Likewise.
12508         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
12509         (ctanh_test): Use ALL_RM_TEST.
12510         (ctanh_tonearest_test_data): Remove.
12511         (ctanh_test_tonearest): Likewise.
12512         (ctanh_towardzero_test_data): Likewise.
12513         (ctanh_test_towardzero): Likewise.
12514         (ctanh_downward_test_data): Likewise.
12515         (ctanh_test_downward): Likewise.
12516         (ctanh_upward_test_data): Likewise.
12517         (ctanh_test_upward): Likewise.
12518         (erf_test_data): Update call to AUTO_TESTS_f_f.
12519         (erfc_test_data): Likewise.
12520         (exp_test_data): Likewise.
12521         (exp_test): Use ALL_RM_TEST.
12522         (exp_tonearest_test_data): Remove.
12523         (exp_test_tonearest): Likewise.
12524         (exp_towardzero_test_data): Likewise.
12525         (exp_test_towardzero): Likewise.
12526         (exp_downward_test_data): Likewise.
12527         (exp_test_downward): Likewise.
12528         (exp_upward_test_data): Likewise.
12529         (exp_test_upward): Likewise.
12530         (exp10_test_data): Update call to AUTO_TESTS_f_f.
12531         (exp10_test): Use ALL_RM_TEST.
12532         (exp10_tonearest_test_data): Remove.
12533         (exp10_test_tonearest): Likewise.
12534         (exp10_towardzero_test_data): Likewise.
12535         (exp10_test_towardzero): Likewise.
12536         (exp10_downward_test_data): Likewise.
12537         (exp10_test_downward): Likewise.
12538         (exp10_upward_test_data): Likewise.
12539         (exp10_test_upward): Likewise.
12540         (exp2_test_data): Update call to AUTO_TESTS_f_f.
12541         (expm1_test_data): Likewise.
12542         (expm1_test): Use ALL_RM_TEST.
12543         (expm1_tonearest_test_data): Remove.
12544         (expm1_test_tonearest): Likewise.
12545         (expm1_towardzero_test_data): Likewise.
12546         (expm1_test_towardzero): Likewise.
12547         (expm1_downward_test_data): Likewise.
12548         (expm1_test_downward): Likewise.
12549         (expm1_upward_test_data): Likewise.
12550         (expm1_test_upward): Likewise.
12551         (fma_test_data): Update call to AUTO_TESTS_fff_f.
12552         (fma_test): Use ALL_RM_TEST.
12553         (fma_towardzero_test_data): Remove.
12554         (fma_test_towardzero): Likewise.
12555         (fma_downward_test_data): Likewise.
12556         (fma_test_downward): Likewise.
12557         (fma_upward_test_data): Likewise.
12558         (fma_test_upward): Likewise.
12559         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
12560         (j0_test_data): Update call to AUTO_TESTS_f_f.
12561         (j1_test_data): Likewise.
12562         (jn_test_data): Update call to AUTO_TESTS_if_f.
12563         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
12564         (log_test_data): Update call to AUTO_TESTS_f_f.
12565         (log10_test_data): Likewise.
12566         (log1p_test_data): Likewise.
12567         (log2_test_data): Likewise.
12568         (pow_test_data): Update call to AUTO_TESTS_ff_f.
12569         (pow_tonearest_test_data): Likewise.
12570         (sin_test_data): Update call to AUTO_TESTS_f_f.
12571         (sin_test): Use ALL_RM_TEST.
12572         (sin_tonearest_test_data): Remove.
12573         (sin_test_tonearest): Likewise.
12574         (sin_towardzero_test_data): Likewise.
12575         (sin_test_towardzero): Likewise.
12576         (sin_downward_test_data): Likewise.
12577         (sin_test_downward): Likewise.
12578         (sin_upward_test_data): Likewise.
12579         (sin_test_upward): Likewise.
12580         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
12581         (sinh_test_data): Update call to AUTO_TESTS_f_f.
12582         (sinh_test): Use ALL_RM_TEST.
12583         (sinh_tonearest_test_data): Remove.
12584         (sinh_test_tonearest): Likewise.
12585         (sinh_towardzero_test_data): Likewise.
12586         (sinh_test_towardzero): Likewise.
12587         (sinh_downward_test_data): Likewise.
12588         (sinh_test_downward): Likewise.
12589         (sinh_upward_test_data): Likewise.
12590         (sinh_test_upward): Likewise.
12591         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
12592         (sqrt_test): Use ALL_RM_TEST.
12593         (sqrt_tonearest_test_data): Remove.
12594         (sqrt_test_tonearest): Likewise.
12595         (sqrt_towardzero_test_data): Likewise.
12596         (sqrt_test_towardzero): Likewise.
12597         (sqrt_downward_test_data): Likewise.
12598         (sqrt_test_downward): Likewise.
12599         (sqrt_upward_test_data): Likewise.
12600         (sqrt_test_upward): Likewise.
12601         (tan_test_data): Update call to AUTO_TESTS_f_f.
12602         (tan_test): Use ALL_RM_TEST.
12603         (tan_tonearest_test_data): Remove.
12604         (tan_test_tonearest): Likewise.
12605         (tan_towardzero_test_data): Likewise.
12606         (tan_test_towardzero): Likewise.
12607         (tan_downward_test_data): Likewise.
12608         (tan_test_downward): Likewise.
12609         (tan_upward_test_data): Likewise.
12610         (tan_test_upward): Likewise.
12611         (tanh_test_data): Update call to AUTO_TESTS_f_f.
12612         (tgamma_test_data): Likewise.
12613         (y0_test_data): Likewise.
12614         (y1_test_data): Likewise.
12615         (yn_test_data): Update call to AUTO_TESTS_if_f.
12616         (main): Do not call removed functions.
12617
12618 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12619
12620         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
12621         (ldexp_test_data): Remove.
12622         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
12623         scalbn_test_data.
12624         (scalb_test): Use ALL_RM_TEST.
12625
12626 2014-03-19  Andreas Schwab  <schwab@suse.de>
12627
12628         * nscd/nscd.service: Also invalidate netgroup cache on reload.
12629
12630 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12631
12632         [BZ #16649]
12633         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12634         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
12635         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
12636         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12637         (__ASSUME_PREADV): Undefine.
12638         (__ASSUME_PWRITEV): Likewise.
12639
12640 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12641
12642         * bits/mman-linux.h: Add comment about non-Linux use.
12643         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
12644         bits/mman-linux.h resting place.
12645
12646         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
12647         * bits/mman-linux.h: ... here.
12648
12649 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12650
12651         * conform/conformtest.pl: Add standard definition when calling C
12652         preprocessor on data files.
12653         (checknamespace): Remove unused variable.
12654
12655 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12656
12657         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
12658         minus_oflow, plus_uflow and minus_uflow in expected results.
12659         * math/libm-test.inc (scalbn_test_data): Add more tests of
12660         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
12661         minus_uflow.
12662         (scalbn_test): Use ALL_RM_TEST.
12663         (scalbln_test_data): Add more tests of negative arguments.  Use
12664         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
12665         (scalbln_test): Use ALL_RM_TEST.
12666
12667 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12668
12669         * scripts/abilist.awk: Ignore symbols marked with .hidden.
12670
12671 2014-03-18  Will Newton  <will.newton@linaro.org>
12672
12673         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
12674         inaccurate comment.
12675
12676 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12677
12678         * Makerules [!subdir] (check-abi): Exit with error status if a
12679         test failed.
12680
12681 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12682
12683         * math/libm-test.inc (nearbyint_test_data): Include all tests used
12684         for rint.  Include results for all rounding modes.
12685         (nearbyint_test): Use ALL_RM_TEST.
12686         (rint_test_data): Include all tests used for nearbyint.
12687
12688 2014-03-17  Will Newton  <will.newton@linaro.org>
12689
12690         * nptl/sysdeps/pthread/pthread.h: Revert previous
12691         change.
12692
12693         * sysdeps/generic/ldsodefs.h: Revert previous
12694         change.
12695
12696         * libio/genops.c: Revert previous change.
12697         * libio/libioP.h: Likewise.
12698         * stdio-common/vfprintf.c: Likewise.
12699
12700         * sysdeps/generic/math_private.h: Revert previous
12701         change.
12702
12703         * sysdeps/generic/math_private.h: Check whether
12704         HAVE_RM_CTX is defined with #ifdef rather
12705         than #if.
12706
12707         * argp/argp-fmtstream.h: Check whether
12708         __STRICT_ANSI__ is defined with #ifdef rather
12709         than #if.
12710         * argp/argp.h: Likewise.
12711
12712         * libio/genops.c: Check whether
12713         _IO_JUMPS_OFFSET is defined with #ifdef rather
12714         than #if.
12715         * libio/libioP.h: Likewise.
12716         * stdio-common/vfprintf.c: Likewise.
12717
12718         * sysdeps/generic/ldsodefs.h: Check whether
12719         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
12720         than #if.
12721
12722         * nptl/sysdeps/pthread/pthread.h: Check
12723         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
12724         its value.
12725
12726 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
12727
12728         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
12729         setting O_APPEND.
12730         * libio/tst-ftell-active-handler.c (do_append_test): Add a
12731         test case.
12732
12733         [BZ #16680]
12734         * libio/fileops.c (_IO_file_open): Seek to end of file but
12735         don't cache the offset.
12736         (get_file_offset): Remove function.
12737         (do_ftell): Use cached offset when available.
12738         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
12739         don't cache the offset.
12740         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
12741         case.
12742         (do_one_test): Call it.
12743         (do_ftell_test): Fix up expected old offset for a+ mode.
12744         * libio/wfileops.c (do_ftell_wide): Used cached offset when
12745         available.
12746
12747         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
12748         up test status with function return status.
12749         (do_write_test): Likewise.
12750         (do_append_test): Likewise.
12751
12752         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12753         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12754         Remove.
12755
12756 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12757
12758         * math/gen-libm-test.pl (parse_args): Handle results specified for
12759         each rounding mode separately.
12760         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12761         tests and results from lrint_tonearest_test_data,
12762         lrint_towardzero_test_data, lrint_downward_test_data and
12763         lrint_upward_test_data.
12764         (lrint_test): Use ALL_RM_TEST.
12765         (lrint_tonearest_test_data): Remove.
12766         (lrint_test_tonearest): Likewise.
12767         (lrint_towardzero_test_data): Likewise.
12768         (lrint_test_towardzero): Likewise.
12769         (lrint_downward_test_data): Likewise.
12770         (lrint_test_downward): Likewise.
12771         (lrint_upward_test_data): Likewise.
12772         (lrint_test_upward): Likewise.
12773         (llrint_test_data): Merge in per-rounding-mode tests and results
12774         from llrint_tonearest_test_data, llrint_towardzero_test_data,
12775         llrint_downward_test_data and llrint_upward_test_data.
12776         (llrint_test): Use ALL_RM_TEST.
12777         (llrint_tonearest_test_data): Remove.
12778         (llrint_test_tonearest): Likewise.
12779         (llrint_towardzero_test_data): Likewise.
12780         (llrint_test_towardzero): Likewise.
12781         (llrint_downward_test_data): Likewise.
12782         (llrint_test_downward): Likewise.
12783         (llrint_upward_test_data): Likewise.
12784         (llrint_test_upward): Likewise.
12785         (rint_test_data): Merge in per-rounding-mode tests and results
12786         from rint_tonearest_test_data, rint_towardzero_test_data,
12787         rint_downward_test_data and rint_upward_test_data.  Add
12788         per-rounding-mode results for tests not in those arrays.
12789         (rint_test): Use ALL_RM_TEST.
12790         (rint_tonearest_test_data): Remove.
12791         (rint_test_tonearest): Likewise.
12792         (rint_towardzero_test_data): Likewise.
12793         (rint_test_towardzero): Likewise.
12794         (rint_downward_test_data): Likewise.
12795         (rint_test_downward): Likewise.
12796         (rint_upward_test_data): Likewise.
12797         (rint_test_upward): Likewise.
12798         (main): Don't call removed functions.
12799
12800 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12801
12802         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12803         "Compiled on ..." crapola.  It is anti-useful.
12804
12805 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
12806
12807         * scripts/evaluate-test.sh: Handle fourth argument to determine
12808         whether test run should stop on failure.
12809         * Makeconfig (stop-on-test-failure): New variable.
12810         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12811         $(stop-on-test-failure).
12812         * Makefile (tests): Give a summary of results from testing and
12813         exit with failure status if they include an ERROR or FAIL.
12814         (xtests): Likewise.
12815         * manual/install.texi (Configuring and compiling): Mention
12816         stop-on-test-failure=y.
12817         * INSTALL: Regenerated.
12818
12819 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12820
12821         * scripts/versionlist.awk: New file.
12822         * Makerules [$(build-shared) = yes]
12823         (postclean-generated): Add Versions.def, not Versions.def.v and
12824         Versions.def.v.i.
12825         ($(common-objpfx)Versions.def.v.i): Target removed.
12826         ($(common-objpfx)Versions.def): New target.
12827         ($(common-objpfx)Versions.all): Depend on that rather that
12828         $(common-objpfx)Versions.def.v.
12829         * Versions.def: File removed.
12830
12831         * Makeconfig (+gccwarn): Add -Wundef.
12832         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12833         a dl-sysdep.h breaking its contract.
12834         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12835         * include/stackinfo.h: New file.
12836         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12837         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12838         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12839         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12840         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12841         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12842         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12843         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12844         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12845         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12846         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12847         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12848         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12849         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12850         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12851
12852 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12853
12854         [BZ #16707]
12855         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12856         implementation.
12857         * math/libm-test.inc (round_test_data): Add more tests.
12858
12859         [BZ #16706]
12860         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12861         implementation.
12862         * math/libm-test.inc (nearbyint_test_data): Add more tests.
12863
12864         [BZ #16701]
12865         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12866         implementation.
12867         * math/libm-test.inc (ceil_test_data): Add more tests.
12868
12869         * math/libm-test.inc (trunc_test_data): Add more tests related to
12870         BZ#16414.
12871
12872 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12873
12874         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12875         with #if rather than #ifdef.
12876         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12877
12878 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
12879
12880         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12881         first.  Disable AVX-512 GCC support if assembler doesn't support
12882         it.
12883         * sysdeps/x86_64/configure: Regenerated.
12884
12885 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
12886
12887         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12888         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12889         (__old_pthread_attr_setstack): Likewise.
12890         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12891         [!_STACK_GROWS_DOWN]: Likewise.
12892
12893 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
12894
12895         * config.make.in (have-bash2): Delete.
12896         * configure.ac (libc_cv_have_bash2): Delete.
12897         * configure: Regenerate.
12898         * elf/Makefile (common-ldd-rewrite): Rename to ...
12899         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
12900         (sh-ldd-rewrite): Delete.
12901         (bash-ldd-rewrite): Delete.
12902         (have-bash2): Delete checks.
12903         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12904         ldd-rewrite.
12905
12906         * config.make.in (have-ksh): Delete.
12907         (KSH): Delete.
12908         * configure.ac (libc_cv_have_ksh): Delete.
12909         * configure: Regenerate.
12910
12911         * elf/Makefile: Delete $(have-ksh) check.
12912         ($(objpfx)sotruss): Change KSH to BASH.
12913         * elf/sotruss.ksh: Rename to ...
12914         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
12915         function style to match POSIX.  Drop ksh vim mode setting.
12916
12917         * manual/time.texi (Specifying the Time Zone with TZ): Change
12918         Tuesday to Thursday.
12919
12920         * debug/tst-longjmp_chk2.c: Update header comment.
12921         (stackoverflow_handler): Add comment.  Call assert on pass value.
12922
12923 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
12924
12925         [BZ #16194]
12926         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12927         (HAVE_AVX512_ASM_SUPPORT): Likewise.
12928         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12929         (La_x86_64_vector): Add zmm.
12930         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12931         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12932         ($(objpfx)tst-audit10): New target.
12933         ($(objpfx)tst-audit10.out): Likewise.
12934         (tst-audit10-ENV): New.
12935         (AVX512-CFLAGS): Likewise.
12936         (CFLAGS-tst-audit10.c): Likewise.
12937         (CFLAGS-tst-auditmod10a.c): Likewise.
12938         (CFLAGS-tst-auditmod10b.c): Likewise.
12939         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12940         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12941         * sysdeps/x86_64/configure: Regenerated.
12942         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12943         AVX-512 zmm register support.
12944         (_dl_x86_64_save_sse): Likewise.
12945         (_dl_x86_64_restore_sse): Likewise.
12946         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12947         size vector registers.
12948         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12949         (ZMM_SIZE): Likewise.
12950         * sysdeps/x86_64/tst-audit10.c: New file.
12951         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12952         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12953
12954 2014-03-13  Roland McGrath  <roland@hack.frob.com>
12955
12956         * configure.ac (HAVE_EHDR_START): New check.
12957         * configure: Regenerated.
12958         * config.h.in (HAVE_EHDR_START): New #undef.
12959         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12960         assuming the lowest-addressed segment maps the start of the file.
12961
12962 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
12963
12964         * INSTALL: Regenerated.
12965
12966 2014-03-13  Will Newton  <will.newton@linaro.org>
12967
12968         * manual/setjmp.texi (System V contexts): Improve
12969         clarity and grammar of documentation.
12970
12971 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
12972
12973         [BZ #16381]
12974         * elf/Makefile (tests): Add tst-pie2.
12975         (tests-pie): Add tst-pie2.
12976         * elf/tst-pie2.c: New file.
12977         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12978         for ET_EXEC.
12979         * elf/rtld.c (map_doit): Load executable as lt_executable.
12980         (dl_main): Likewise.
12981
12982 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
12983
12984         [BZ #16642]
12985         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12986         (__ASSUME_PSELECT): Undefine.
12987
12988 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12989
12990         [BZ #16689]
12991         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12992         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12993         static build.
12994         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12995         selector for static builds.
12996
12997 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12998
12999         [BZ #16695]
13000         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
13001         key in the buffer.
13002
13003 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13004
13005         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
13006         IFUNC selector for static builds.
13007
13008 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
13009
13010         * sysdeps/mips/math_private.h [__mips_hard_float]
13011         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
13012         libc_feresetround_mips_ctx.
13013         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
13014         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
13015         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
13016
13017         [BZ #16677]
13018         * math/s_nextafter.c (__nextafter): Do not return value from
13019         overflowing computation.
13020         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
13021         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
13022         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
13023         Likewise.
13024         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
13025         Likewise.
13026         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
13027         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
13028
13029 2014-03-11  Roland McGrath  <roland@hack.frob.com>
13030
13031         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
13032         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
13033         Move sfi_sp use from the load-multiple (that no longer sets sp) to
13034         the new mov targetting sp.
13035
13036 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13037
13038         [BZ #16683]
13039         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
13040         Define it for static builds as well.
13041         (NO_BZERO_IMPL): Likewise.
13042
13043 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13044
13045         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
13046         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
13047         multiarch strspn for PPC64.
13048         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
13049         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
13050         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13051         (__libc_ifunc_impl_list): Likewise.
13052         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
13053         multiarch optimizations
13054         * string/strspn.c (strspn): Using macro to redefine symbol name.
13055
13056 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13057             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13058
13059         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
13060         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
13061         multiarch strncat for PPC64.
13062         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
13063         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
13064         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13065         (__libc_ifunc_impl_list): Likewise.
13066         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
13067         multiarch optimizations
13068
13069 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
13070
13071         [BZ #16639]
13072         * nscd/nscd.service: Make service type forking.
13073
13074 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13075
13076         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
13077         sign in non default rounding modes.
13078         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
13079
13080 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
13081
13082         * math/libm-test.inc (ALL_RM_TEST): New macro.
13083         (ceil_test): Use ALL_RM_TEST.
13084         (cimag_test): Likewise.
13085         (conj_test): Likewise.
13086         (copysign_test): Likewise.
13087         (cproj_test): Likewise.
13088         (creal_test): Likewise.
13089         (fabs_test): Likewise.
13090         (floor_test): Likewise.
13091         (fmax_test): Likewise.
13092         (fmin_test): Likewise.
13093         (fmod_test): Likewise.
13094         (fpclassify_test): Likewise.
13095         (frexp_test): Likewise.
13096         (ilogb_test): Likewise.
13097         (isfinite_test): Likewise.
13098         (finite_test): Likewise.
13099         (isgreater_test): Likewise.
13100         (isgreaterequal_test): Likewise.
13101         (isinf_test): Likewise.
13102         (isless_test): Likewise.
13103         (islessequal_test): Likewise.
13104         (islessgreater_test): Likewise.
13105         (isnan_test): Likewise.
13106         (isnormal_test): Likewise.
13107         (issignaling_test): Likewise.
13108         (isunordered_test): Likewise.
13109         (logb_test): Likewise.
13110         (logb_downward_test_data): Remove.
13111         (logb_test_downward): Likewise.
13112         (lround_test): Use ALL_RM_TEST.
13113         (llround_test): Likewise.
13114         (modf_test): Likewise.
13115         (nexttoward_test): Likewise.
13116         (remainder_test): Likewise.
13117         (drem_test): Likewise.
13118         (remainder_tonearest_test_data): Likewise.
13119         (remainder_test_tonearest): Likewise.
13120         (drem_test_tonearest): Likewise.
13121         (remainder_towardzero_test_data): Likewise.
13122         (remainder_test_towardzero): Likewise.
13123         (drem_test_towardzero): Likewise.
13124         (remainder_downward_test_data): Likewise.
13125         (remainder_test_downward): Likewise.
13126         (drem_test_downward): Likewise.
13127         (remainder_upward_test_data): Likewise.
13128         (remainder_test_upward): Likewise.
13129         (drem_test_upward): Likewise.
13130         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
13131         (round_test): Use ALL_RM_TEST.
13132         (signbit_test): Likewise.
13133         (trunc_test): Likewise.
13134         (significand_test): Likewise.
13135         (main): Don't call removed functions.
13136
13137 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13138
13139         [BZ #16674]
13140         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
13141         || __USE_XOPEN2K8].
13142         (ILL_ILLOPN): Likewise.
13143         (ILL_ILLADR): Likewise.
13144         (ILL_ILLTRP): Likewise.
13145         (ILL_PRVOPC): Likewise.
13146         (ILL_PRVREG): Likewise.
13147         (ILL_COPROC): Likewise.
13148         (ILL_BADSTK): Likewise.
13149         (FPE_INTDIV): Likewise.
13150         (FPE_INTOVF): Likewise.
13151         (FPE_FLTDIV): Likewise.
13152         (FPE_FLTOVF): Likewise.
13153         (FPE_FLTUND): Likewise.
13154         (FPE_FLTRES): Likewise.
13155         (FPE_FLTINV): Likewise.
13156         (FPE_FLTSUB): Likewise.
13157         (SEGV_MAPERR): Likewise.
13158         (SEGV_ACCERR): Likewise.
13159         (BUS_ADRALN): Likewise.
13160         (BUS_ADRERR): Likewise.
13161         (BUS_OBJERR): Likewise.
13162         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13163         (TRAP_TRACE): Likewise.
13164         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13165         __USE_XOPEN2K8].
13166         (CLD_KILLED): Likewise.
13167         (CLD_DUMPED): Likewise.
13168         (CLD_TRAPPED): Likewise.
13169         (CLD_STOPPED): Likewise.
13170         (CLD_CONTINUED): Likewise.
13171         (POLL_IN): Likewise.
13172         (POLL_OUT): Likewise.
13173         (POLL_MSG): Likewise.
13174         (POLL_ERR): Likewise.
13175         (POLL_PRI): Likewise.
13176         (POLL_HUP): Likewise.
13177         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
13178         Likewise.
13179         (ILL_ILLOPN): Likewise.
13180         (ILL_ILLADR): Likewise.
13181         (ILL_ILLTRP): Likewise.
13182         (ILL_PRVOPC): Likewise.
13183         (ILL_PRVREG): Likewise.
13184         (ILL_COPROC): Likewise.
13185         (ILL_BADSTK): Likewise.
13186         (FPE_INTDIV): Likewise.
13187         (FPE_INTOVF): Likewise.
13188         (FPE_FLTDIV): Likewise.
13189         (FPE_FLTOVF): Likewise.
13190         (FPE_FLTUND): Likewise.
13191         (FPE_FLTRES): Likewise.
13192         (FPE_FLTINV): Likewise.
13193         (FPE_FLTSUB): Likewise.
13194         (SEGV_MAPERR): Likewise.
13195         (SEGV_ACCERR): Likewise.
13196         (BUS_ADRALN): Likewise.
13197         (BUS_ADRERR): Likewise.
13198         (BUS_OBJERR): Likewise.
13199         (BUS_MCEERR_AR): Likewise.
13200         (BUS_MCEERR_AO): Likewise.
13201         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13202         (TRAP_TRACE): Likewise.
13203         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13204         __USE_XOPEN2K8].
13205         (CLD_KILLED): Likewise.
13206         (CLD_DUMPED): Likewise.
13207         (CLD_TRAPPED): Likewise.
13208         (CLD_STOPPED): Likewise.
13209         (CLD_CONTINUED): Likewise.
13210         (POLL_IN): Likewise.
13211         (POLL_OUT): Likewise.
13212         (POLL_MSG): Likewise.
13213         (POLL_ERR): Likewise.
13214         (POLL_PRI): Likewise.
13215         (POLL_HUP): Likewise.
13216         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
13217         (ILL_ILLOPN): Likewise.
13218         (ILL_ILLADR): Likewise.
13219         (ILL_ILLTRP): Likewise.
13220         (ILL_PRVOPC): Likewise.
13221         (ILL_PRVREG): Likewise.
13222         (ILL_COPROC): Likewise.
13223         (ILL_BADSTK): Likewise.
13224         (FPE_INTDIV): Likewise.
13225         (FPE_INTOVF): Likewise.
13226         (FPE_FLTDIV): Likewise.
13227         (FPE_FLTOVF): Likewise.
13228         (FPE_FLTUND): Likewise.
13229         (FPE_FLTRES): Likewise.
13230         (FPE_FLTINV): Likewise.
13231         (FPE_FLTSUB): Likewise.
13232         (SEGV_MAPERR): Likewise.
13233         (SEGV_ACCERR): Likewise.
13234         (BUS_ADRALN): Likewise.
13235         (BUS_ADRERR): Likewise.
13236         (BUS_OBJERR): Likewise.
13237         (BUS_MCEERR_AR): Likewise.
13238         (BUS_MCEERR_AO): Likewise.
13239         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13240         (TRAP_TRACE): Likewise.
13241         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13242         __USE_XOPEN2K8].
13243         (CLD_KILLED): Likewise.
13244         (CLD_DUMPED): Likewise.
13245         (CLD_TRAPPED): Likewise.
13246         (CLD_STOPPED): Likewise.
13247         (CLD_CONTINUED): Likewise.
13248         (POLL_IN): Likewise.
13249         (POLL_OUT): Likewise.
13250         (POLL_MSG): Likewise.
13251         (POLL_ERR): Likewise.
13252         (POLL_PRI): Likewise.
13253         (POLL_HUP): Likewise.
13254         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
13255         Likewise.
13256         (ILL_ILLOPN): Likewise.
13257         (ILL_ILLADR): Likewise.
13258         (ILL_ILLTRP): Likewise.
13259         (ILL_PRVOPC): Likewise.
13260         (ILL_PRVREG): Likewise.
13261         (ILL_COPROC): Likewise.
13262         (ILL_BADSTK): Likewise.
13263         (ILL_BADIADDR): Likewise.
13264         (ILL_BREAK): Likewise.
13265         (FPE_INTDIV): Likewise.
13266         (FPE_INTOVF): Likewise.
13267         (FPE_FLTDIV): Likewise.
13268         (FPE_FLTOVF): Likewise.
13269         (FPE_FLTUND): Likewise.
13270         (FPE_FLTRES): Likewise.
13271         (FPE_FLTINV): Likewise.
13272         (FPE_FLTSUB): Likewise.
13273         (FPE_DECOVF): Likewise.
13274         (FPE_DECDIV): Likewise.
13275         (FPE_DECERR): Likewise.
13276         (FPE_INVASC): Likewise.
13277         (FPE_INVDEC): Likewise.
13278         (SEGV_MAPERR): Likewise.
13279         (SEGV_ACCERR): Likewise.
13280         (SEGV_PSTKOVF): Likewise.
13281         (BUS_ADRALN): Likewise.
13282         (BUS_ADRERR): Likewise.
13283         (BUS_OBJERR): Likewise.
13284         (BUS_MCEERR_AR): Likewise.
13285         (BUS_MCEERR_AO): Likewise.
13286         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13287         (TRAP_TRACE): Likewise.
13288         (TRAP_BRANCH): Likewise.
13289         (TRAP_HWBKPT): Likewise.
13290         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13291         __USE_XOPEN2K8].
13292         (CLD_KILLED): Likewise.
13293         (CLD_DUMPED): Likewise.
13294         (CLD_TRAPPED): Likewise.
13295         (CLD_STOPPED): Likewise.
13296         (CLD_CONTINUED): Likewise.
13297         (POLL_IN): Likewise.
13298         (POLL_OUT): Likewise.
13299         (POLL_MSG): Likewise.
13300         (POLL_ERR): Likewise.
13301         (POLL_PRI): Likewise.
13302         (POLL_HUP): Likewise.
13303         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
13304         (ILL_ILLOPN): Likewise.
13305         (ILL_ILLADR): Likewise.
13306         (ILL_ILLTRP): Likewise.
13307         (ILL_PRVOPC): Likewise.
13308         (ILL_PRVREG): Likewise.
13309         (ILL_COPROC): Likewise.
13310         (ILL_BADSTK): Likewise.
13311         (FPE_INTDIV): Likewise.
13312         (FPE_INTOVF): Likewise.
13313         (FPE_FLTDIV): Likewise.
13314         (FPE_FLTOVF): Likewise.
13315         (FPE_FLTUND): Likewise.
13316         (FPE_FLTRES): Likewise.
13317         (FPE_FLTINV): Likewise.
13318         (FPE_FLTSUB): Likewise.
13319         (SEGV_MAPERR): Likewise.
13320         (SEGV_ACCERR): Likewise.
13321         (BUS_ADRALN): Likewise.
13322         (BUS_ADRERR): Likewise.
13323         (BUS_OBJERR): Likewise.
13324         (BUS_MCEERR_AR): Likewise.
13325         (BUS_MCEERR_AO): Likewise.
13326         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13327         (TRAP_TRACE): Likewise.
13328         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13329         __USE_XOPEN2K8].
13330         (CLD_KILLED): Likewise.
13331         (CLD_DUMPED): Likewise.
13332         (CLD_TRAPPED): Likewise.
13333         (CLD_STOPPED): Likewise.
13334         (CLD_CONTINUED): Likewise.
13335         (POLL_IN): Likewise.
13336         (POLL_OUT): Likewise.
13337         (POLL_MSG): Likewise.
13338         (POLL_ERR): Likewise.
13339         (POLL_PRI): Likewise.
13340         (POLL_HUP): Likewise.
13341         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
13342         (ILL_ILLOPN): Likewise.
13343         (ILL_ILLADR): Likewise.
13344         (ILL_ILLTRP): Likewise.
13345         (ILL_PRVOPC): Likewise.
13346         (ILL_PRVREG): Likewise.
13347         (ILL_COPROC): Likewise.
13348         (ILL_BADSTK): Likewise.
13349         (FPE_INTDIV): Likewise.
13350         (FPE_INTOVF): Likewise.
13351         (FPE_FLTDIV): Likewise.
13352         (FPE_FLTOVF): Likewise.
13353         (FPE_FLTUND): Likewise.
13354         (FPE_FLTRES): Likewise.
13355         (FPE_FLTINV): Likewise.
13356         (FPE_FLTSUB): Likewise.
13357         (SEGV_MAPERR): Likewise.
13358         (SEGV_ACCERR): Likewise.
13359         (BUS_ADRALN): Likewise.
13360         (BUS_ADRERR): Likewise.
13361         (BUS_OBJERR): Likewise.
13362         (BUS_MCEERR_AR): Likewise.
13363         (BUS_MCEERR_AO): Likewise.
13364         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13365         (TRAP_TRACE): Likewise.
13366         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13367         __USE_XOPEN2K8].
13368         (CLD_KILLED): Likewise.
13369         (CLD_DUMPED): Likewise.
13370         (CLD_TRAPPED): Likewise.
13371         (CLD_STOPPED): Likewise.
13372         (CLD_CONTINUED): Likewise.
13373         (POLL_IN): Likewise.
13374         (POLL_OUT): Likewise.
13375         (POLL_MSG): Likewise.
13376         (POLL_ERR): Likewise.
13377         (POLL_PRI): Likewise.
13378         (POLL_HUP): Likewise.
13379         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
13380         (ILL_ILLOPN): Likewise.
13381         (ILL_ILLADR): Likewise.
13382         (ILL_ILLTRP): Likewise.
13383         (ILL_PRVOPC): Likewise.
13384         (ILL_PRVREG): Likewise.
13385         (ILL_COPROC): Likewise.
13386         (ILL_BADSTK): Likewise.
13387         (FPE_INTDIV): Likewise.
13388         (FPE_INTOVF): Likewise.
13389         (FPE_FLTDIV): Likewise.
13390         (FPE_FLTOVF): Likewise.
13391         (FPE_FLTUND): Likewise.
13392         (FPE_FLTRES): Likewise.
13393         (FPE_FLTINV): Likewise.
13394         (FPE_FLTSUB): Likewise.
13395         (SEGV_MAPERR): Likewise.
13396         (SEGV_ACCERR): Likewise.
13397         (BUS_ADRALN): Likewise.
13398         (BUS_ADRERR): Likewise.
13399         (BUS_OBJERR): Likewise.
13400         (BUS_MCEERR_AR): Likewise.
13401         (BUS_MCEERR_AO): Likewise.
13402         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13403         (TRAP_TRACE): Likewise.
13404         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13405         __USE_XOPEN2K8].
13406         (CLD_KILLED): Likewise.
13407         (CLD_DUMPED): Likewise.
13408         (CLD_TRAPPED): Likewise.
13409         (CLD_STOPPED): Likewise.
13410         (CLD_CONTINUED): Likewise.
13411         (POLL_IN): Likewise.
13412         (POLL_OUT): Likewise.
13413         (POLL_MSG): Likewise.
13414         (POLL_ERR): Likewise.
13415         (POLL_PRI): Likewise.
13416         (POLL_HUP): Likewise.
13417         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
13418         (ILL_ILLOPN): Likewise.
13419         (ILL_ILLADR): Likewise.
13420         (ILL_ILLTRP): Likewise.
13421         (ILL_PRVOPC): Likewise.
13422         (ILL_PRVREG): Likewise.
13423         (ILL_COPROC): Likewise.
13424         (ILL_BADSTK): Likewise.
13425         (ILL_DBLFLT): Likewise.
13426         (ILL_HARDWALL): Likewise.
13427         (FPE_INTDIV): Likewise.
13428         (FPE_INTOVF): Likewise.
13429         (FPE_FLTDIV): Likewise.
13430         (FPE_FLTOVF): Likewise.
13431         (FPE_FLTUND): Likewise.
13432         (FPE_FLTRES): Likewise.
13433         (FPE_FLTINV): Likewise.
13434         (FPE_FLTSUB): Likewise.
13435         (SEGV_MAPERR): Likewise.
13436         (SEGV_ACCERR): Likewise.
13437         (BUS_ADRALN): Likewise.
13438         (BUS_ADRERR): Likewise.
13439         (BUS_OBJERR): Likewise.
13440         (BUS_MCEERR_AR): Likewise.
13441         (BUS_MCEERR_AO): Likewise.
13442         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13443         (TRAP_TRACE): Likewise.
13444         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13445         __USE_XOPEN2K8].
13446         (CLD_KILLED): Likewise.
13447         (CLD_DUMPED): Likewise.
13448         (CLD_TRAPPED): Likewise.
13449         (CLD_STOPPED): Likewise.
13450         (CLD_CONTINUED): Likewise.
13451         (POLL_IN): Likewise.
13452         (POLL_OUT): Likewise.
13453         (POLL_MSG): Likewise.
13454         (POLL_ERR): Likewise.
13455         (POLL_PRI): Likewise.
13456         (POLL_HUP): Likewise.
13457         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
13458         (ILL_ILLOPN): Likewise.
13459         (ILL_ILLADR): Likewise.
13460         (ILL_ILLTRP): Likewise.
13461         (ILL_PRVOPC): Likewise.
13462         (ILL_PRVREG): Likewise.
13463         (ILL_COPROC): Likewise.
13464         (ILL_BADSTK): Likewise.
13465         (FPE_INTDIV): Likewise.
13466         (FPE_INTOVF): Likewise.
13467         (FPE_FLTDIV): Likewise.
13468         (FPE_FLTOVF): Likewise.
13469         (FPE_FLTUND): Likewise.
13470         (FPE_FLTRES): Likewise.
13471         (FPE_FLTINV): Likewise.
13472         (FPE_FLTSUB): Likewise.
13473         (SEGV_MAPERR): Likewise.
13474         (SEGV_ACCERR): Likewise.
13475         (BUS_ADRALN): Likewise.
13476         (BUS_ADRERR): Likewise.
13477         (BUS_OBJERR): Likewise.
13478         (BUS_MCEERR_AR): Likewise.
13479         (BUS_MCEERR_AO): Likewise.
13480         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13481         (TRAP_TRACE): Likewise.
13482         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13483         __USE_XOPEN2K8].
13484         (CLD_KILLED): Likewise.
13485         (CLD_DUMPED): Likewise.
13486         (CLD_TRAPPED): Likewise.
13487         (CLD_STOPPED): Likewise.
13488         (CLD_CONTINUED): Likewise.
13489         (POLL_IN): Likewise.
13490         (POLL_OUT): Likewise.
13491         (POLL_MSG): Likewise.
13492         (POLL_ERR): Likewise.
13493         (POLL_PRI): Likewise.
13494         (POLL_HUP): Likewise.
13495         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
13496         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13497
13498         [BZ #16670]
13499         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
13500         before #include of <time.h>.
13501         [!__USE_XOPEN2K] (__need_timespec): Likewise.
13502         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
13503         (test-xfail-UNIX98/sched.h/conform): Likewise.
13504
13505 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13506
13507         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
13508         error absence of trapping exception support.
13509         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13510
13511 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13512
13513         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
13514         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
13515         * timezone/Makefile (testdata): Move definition above include of
13516         Rules.
13517         (test-zones): New variable.
13518         (tests-special): Add zone files.
13519         (build-testdata): Use $(evaluate-test).
13520
13521         * elf/Makefile (tests-special): Rename tests to end with .out.
13522         ($(objpfx)noload-mem): Likewise.
13523         ($(objpfx)tst-leaks1-mem): Likewise.
13524         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
13525         * iconv/Makefile (xtests-special): Change test-iconvconfig to
13526         $(objpfx)test-iconvconfig.out.
13527         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
13528         set -e inside subshell and redirect output to file.
13529         * iconvdata/Makefile (generated): Rename tests to end with .out.
13530         Correct type.
13531         (tests-special): Rename tests to end with .out.
13532         ($(objpfx)mtrace-tst-loading): Likewise.
13533         * intl/Makefile (generated): Likewise.
13534         (tests-special): Likewise.
13535         ($(objpfx)mtrace-tst-gettext): Likewise.
13536         * misc/Makefile (generated): Likewise.
13537         (tests-special): Likewise.
13538         ($(objpfx)tst-error1-mem): Likewise.
13539         * nptl/Makefile (tests-special): Likewise.
13540         ($(objpfx)tst-stack3-mem): Likewise.
13541         (generated): Likewise.
13542         * posix/Makefile (generated): Likewise.
13543         (tests-special): Likewise.
13544         (xtests-special): Likewise.
13545         ($(objpfx)tst-fnmatch-mem): Likewise.
13546         ($(objpfx)bug-regex2-mem): Likewise.
13547         ($(objpfx)bug-regex14-mem): Likewise.
13548         ($(objpfx)bug-regex21-mem): Likewise.
13549         ($(objpfx)bug-regex31-mem): Likewise.
13550         ($(objpfx)tst-vfork3-mem): Likewise.
13551         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13552         ($(objpfx)tst-pcre-mem): Likewise.
13553         ($(objpfx)tst-boost-mem): Likewise.
13554         ($(objpfx)bug-ga2-mem): Likewise.
13555         ($(objpfx)bug-glob2-mem): Likewise.
13556         * resolv/Makefile (generate): Likewise.
13557         (tests-special): Likewise.
13558         (xtests-special): Likewise.
13559         (generated): Likewise.
13560         ($(objpfx)mtrace-tst-leaks): Likewise.
13561         ($(objpfx)mtrace-tst-leaks2): Likewise.
13562
13563         * scripts/merge-test-results.sh: New file.
13564         * Makefile (tests-special-notdir): New variable.
13565         (tests): Run merge-test-results.sh.
13566         (xtests): Likewise.
13567         * Rules (tests-special-notdir): New variable.
13568         (xtests-special-notdir): Likewise.
13569         (tests): Run merge-test-results.sh
13570         (xtests): Likewise.
13571
13572         * Makeconfig (test-xfail-name): New variable.
13573         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
13574         compute variable name for expected failures.
13575         * conform/Makefile (conformtest-headers-data): New variable.
13576         (conformtest-standards): Likewise.
13577         (conformtest-headers-ISO): Likewise.
13578         (conformtest-headers-ISO99): Likewise.
13579         (conformtest-headers-ISO11): Likewise.
13580         (conformtest-headers-POSIX): Likewise.
13581         (conformtest-headers-XPG3): Likewise.
13582         (conformtest-headers-XPG4): Likewise.
13583         (conformtest-headers-UNIX98): Likewise.
13584         (conformtest-headers-XOPEN2K): Likewise.
13585         (conformtest-headers-POSIX2008): Likewise.
13586         (conformtest-headers-XOPEN2K8): Likewise.
13587         (conformtest-header-list-base): Likewise.
13588         (conformtest-header-list-tests): Likewise.
13589         (conformtest-header-base): Likewise.
13590         (conformtest-header-tests): Likewise.
13591         (tests-special): Add $(conformtest-header-list-tests).  If
13592         [$(fast-check) && !$(cross-compiling)], add
13593         $(conformtest-header-tests) instead of
13594         $(objpfx)run-conformtest.out.
13595         (generated): Add $(conformtest-header-list-base).  If
13596         [$(fast-check) && !$(cross-compiling)], add
13597         $(conformtest-header-base).  Remove previous setting.
13598         ($(conformtest-header-list-tests)): New target.
13599         (test-xfail-run-conformtest): Remove variable.
13600         ($(objpfx)run-conformtest.out): Remove target.
13601         (test-xfail-ISO11/complex.h/conform): New variable.
13602         (test-xfail-ISO11/stdalign.h/conform): Likewise.
13603         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
13604         (test-xfail-XPG3/varargs.h/conform): Likewise.
13605         (test-xfail-XPG4/varargs.h/conform): Likewise.
13606         (test-xfail-UNIX98/varargs.h/conform): Likewise.
13607         (test-xfail-XPG4/ndbm.h/conform): Likewise.
13608         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
13609         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
13610         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
13611         (test-xfail-XPG3/fcntl.h/conform): Likewise.
13612         (test-xfail-XPG3/ftw.h/conform): Likewise.
13613         (test-xfail-XPG3/grp.h/conform): Likewise.
13614         (test-xfail-XPG3/langinfo.h/conform): Likewise.
13615         (test-xfail-XPG3/limits.h/conform): Likewise.
13616         (test-xfail-XPG3/pwd.h/conform): Likewise.
13617         (test-xfail-XPG3/search.h/conform): Likewise.
13618         (test-xfail-XPG3/signal.h/conform): Likewise.
13619         (test-xfail-XPG3/stdio.h/conform): Likewise.
13620         (test-xfail-XPG3/stdlib.h/conform): Likewise.
13621         (test-xfail-XPG3/string.h/conform): Likewise.
13622         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
13623         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
13624         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
13625         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
13626         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
13627         (test-xfail-XPG3/sys/types.h/conform): Likewise.
13628         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
13629         (test-xfail-XPG3/termios.h/conform): Likewise.
13630         (test-xfail-XPG3/time.h/conform): Likewise.
13631         (test-xfail-XPG3/unistd.h/conform): Likewise.
13632         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
13633         (test-xfail-XPG4/fcntl.h/conform): Likewise.
13634         (test-xfail-XPG4/langinfo.h/conform): Likewise.
13635         (test-xfail-XPG4/netdb.h/conform): Likewise.
13636         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
13637         (test-xfail-XPG4/signal.h/conform): Likewise.
13638         (test-xfail-XPG4/stdio.h/conform): Likewise.
13639         (test-xfail-XPG4/stdlib.h/conform): Likewise.
13640         (test-xfail-XPG4/stropts.h/conform): Likewise.
13641         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
13642         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
13643         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
13644         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
13645         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
13646         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
13647         (test-xfail-XPG4/sys/time.h/conform): Likewise.
13648         (test-xfail-XPG4/sys/types.h/conform): Likewise.
13649         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
13650         (test-xfail-XPG4/termios.h/conform): Likewise.
13651         (test-xfail-XPG4/ucontext.h/conform): Likewise.
13652         (test-xfail-XPG4/unistd.h/conform): Likewise.
13653         (test-xfail-XPG4/utmpx.h/conform): Likewise.
13654         (test-xfail-POSIX/sched.h/conform): Likewise.
13655         (test-xfail-POSIX/signal.h/conform): Likewise.
13656         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13657         (test-xfail-POSIX/tar.h/conform): Likewise.
13658         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
13659         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
13660         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
13661         (test-xfail-UNIX98/netdb.h/conform): Likewise.
13662         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
13663         (test-xfail-UNIX98/sched.h/conform): Likewise.
13664         (test-xfail-UNIX98/signal.h/conform): Likewise.
13665         (test-xfail-UNIX98/stdio.h/conform): Likewise.
13666         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
13667         (test-xfail-UNIX98/stropts.h/conform): Likewise.
13668         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
13669         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
13670         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
13671         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
13672         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
13673         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
13674         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
13675         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
13676         (test-xfail-UNIX98/unistd.h/conform): Likewise.
13677         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
13678         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
13679         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
13680         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
13681         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
13682         (test-xfail-XOPEN2K/math.h/conform): Likewise.
13683         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
13684         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
13685         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
13686         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
13687         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
13688         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
13689         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
13690         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
13691         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
13692         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
13693         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
13694         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
13695         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
13696         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
13697         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
13698         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
13699         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
13700         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
13701         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
13702         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
13703         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
13704         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
13705         (test-xfail-POSIX2008/signal.h/conform): Likewise.
13706         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
13707         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
13708         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
13709         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
13710         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
13711         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
13712         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
13713         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
13714         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
13715         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
13716         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
13717         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
13718         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
13719         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
13720         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
13721         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
13722         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
13723         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
13724         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
13725         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
13726         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
13727         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
13728         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
13729         (conformtest-cc-flags): Likewise.
13730         ($(conformtest-header-tests): New target.
13731         * conform/check-header-lists.sh: New file.
13732         * conform/run-conformtest.sh: Remove.
13733
13734         * conform/conformtest.pl: Allow ' and \ in values given for
13735         constants.
13736         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
13737         inclusion.
13738         [POSIX] (sys/types.h): Likewise.
13739         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
13740         inclusion.
13741         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
13742         inclusion.
13743         * conform/data/signal.h-data (SIGIO): Remove expectation.
13744         [XPG3] (SIGBUS): Do not expect.
13745         [POSIX || XPG3] (SIGPOLL): Likewise.
13746         [POSIX || XPG3] (SIGPROF): Likewise.
13747         [POSIX || XPG3] (SIGSYS): Likewise.
13748         [XPG3] (SIGTRAP): Likewise.
13749         [POSIX || XPG3] (SIGURG): Likewise.
13750         [POSIX || XPG3] (SIGVTALRM): Likewise.
13751         [POSIX || XPG3] (SIGXCPU): Likewise.
13752         [POSIX || XPG3] (SIGXFSZ): Likewise.
13753         [POSIX] (SA_SIGINFO): Expect.
13754         [XPG3] (siginfo_t): Do not expect type or contents.
13755         [POSIX] (si_pid): Do not expect element.
13756         [POSIX] (si_uid): Likewise.
13757         [POSIX] (si_addr): Likewise.
13758         [POSIX] (si_status): Likewise.
13759         [POSIX] (si_band): Likewise.
13760         [XPG4] (si_value): Likewise.
13761         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13762         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13763         [POSIX || XPG3] (ILL_ILLADR): Likewise.
13764         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13765         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13766         [POSIX || XPG3] (ILL_PRVREG): Likewise.
13767         [POSIX || XPG3] (ILL_COPROC): Likewise.
13768         [POSIX || XPG3] (ILL_BADSTK): Likewise.
13769         [POSIX || XPG3] (FPE_INTDIV): Likewise.
13770         [POSIX || XPG3] (FPE_INTOVF): Likewise.
13771         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13772         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13773         [POSIX || XPG3] (FPE_FLTUND): Likewise.
13774         [POSIX || XPG3] (FPE_FLTRES): Likewise.
13775         [POSIX || XPG3] (FPE_FLTINV): Likewise.
13776         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13777         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13778         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13779         [POSIX || XPG3] (BUS_ADRALN): Likewise.
13780         [POSIX || XPG3] (BUS_ADRERR): Likewise.
13781         [POSIX || XPG3] (BUS_OBJERR): Likewise.
13782         [POSIX || XPG3] (CLD_EXITED): Likewise.
13783         [POSIX || XPG3] (CLD_KILLED): Likewise.
13784         [POSIX || XPG3] (CLD_DUMPED): Likewise.
13785         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13786         [POSIX || XPG3] (CLD_STOPPED): Likewise.
13787         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13788         [POSIX || XPG3] (POLL_IN): Likewise.
13789         [POSIX || XPG3] (POLL_OUT): Likewise.
13790         [POSIX || XPG3] (POLL_MSG): Likewise.
13791         [POSIX || XPG3] (POLL_ERR): Likewise.
13792         [POSIX || XPG3] (POLL_PRI): Likewise.
13793         [POSIX || XPG3] (POLL_HUP): Likewise.
13794         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13795         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13796         (SIG*): Do not allow.
13797         [XPG3] (si_*): Likewise.
13798         [XPG3] (SI_*): Likewise.
13799         [XPG3 || XPG4] (sigev_*): Likewise.
13800         [XPG3 || XPG4] (SIGEV_*): Likewise.
13801         [XPG3 || XPG4] (sival_*): Likewise.
13802         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13803         [POSIX || XPG3] (BUS_*): Likewise.
13804         [POSIX || XPG3] (CLD_*): Likewise.
13805         [POSIX || XPG3] (FPE_*): Likewise.
13806         [POSIX || XPG3] (ILL_*): Likewise.
13807         [POSIX || XPG3] (POLL_*): Likewise.
13808         [POSIX || XPG3] (SEGV_*): Likewise.
13809         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13810         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13811         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13812         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13813         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13814         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13815         Specify type and value.
13816         (TVERSLEN): Likewise.
13817         (REGTYPE): Likewise.
13818         (AREGTYPE): Likewise.
13819         (LNKTYPE): Likewise.
13820         (SYMTYPE): Likewise.
13821         (CHRTYPE): Likewise.
13822         (BLKTYPE): Likewise.
13823         (DIRTYPE): Likewise.
13824         (FIFOTYPE): Likewise.
13825         (CONTTYPE): Likewise.
13826         (TSUID): Likewise.
13827         (TSGID): Likewise.
13828         (TSVTX): Likewise.
13829         (TUREAD): Likewise.
13830         (TUWRITE): Likewise.
13831         (TUEXEC): Likewise.
13832         (TGREAD): Likewise.
13833         (TGWRITE): Likewise.
13834         (TGEXEC): Likewise.
13835         (TOREAD): Likewise.
13836         (TOWRITE): Likewise.
13837         (TOEXEC): Likewise.
13838         [POSIX] (TSVTX): Expect constant.
13839
13840 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
13841
13842         * Makefile (tests): Change dependencies to ....
13843         (tests-special): ... additions to this variable.
13844         (tests): Depend on $(tests-special).
13845         * Makerules (check-abi-list): New variable.
13846         (check-abi): Depend on $(check-abi-list).
13847         [$(subdir) = elf] (tests-special): Add
13848         $(objpfx)check-abi-libc.out.
13849         [$(build-shared) = yes && subdir] (tests-special): Add
13850         $(check-abi-list).
13851         [$(build-shared) = yes && subdir] (tests): Do not depend on
13852         check-abi.
13853         * Rules (tests): Depend on $(tests-special).
13854         (xtests): Depend on $(xtests-special).
13855         * catgets/Makefile (tests): Change dependencies to ....
13856         (tests-special): ... additions to this variable.
13857         * conform/Makefile (tests): Change dependencies to ....
13858         (tests-special): ... additions to this variable.
13859         * elf/Makefile (tests): Change dependencies to ....
13860         (tests-special): ... additions to this variable.
13861         * grp/Makefile (tests): Change dependencies to ....
13862         (tests-special): ... additions to this variable.
13863         * iconv/Makefile (xtests): Change dependencies to ....
13864         (xtests-special): ... additions to this variable.
13865         * iconvdata/Makefile (tests): Change dependencies to ....
13866         (tests-special): ... additions to this variable.
13867         * intl/Makefile (tests): Change dependencies to ....
13868         (tests-special): ... additions to this variable.  Also add
13869         $(objpfx)tst-gettext.out.
13870         * io/Makefile (tests): Change dependencies to ....
13871         (tests-special): ... additions to this variable.
13872         * libio/Makefile (tests): Change dependencies to ....
13873         (tests-special): ... additions to this variable.
13874         * malloc/Makefile (tests): Change dependencies to ....
13875         (tests-special): ... additions to this variable.
13876         * misc/Makefile (tests): Change dependencies to ....
13877         (tests-special): ... additions to this variable.
13878         * nptl/Makefile (tests): Change dependencies to ....
13879         (tests-special): ... additions to this variable.
13880         * nptl_db/Makefile (tests): Change dependencies to ....
13881         (tests-special): ... additions to this variable.
13882         * posix/Makefile (tests): Change dependencies to ....
13883         (tests-special): ... additions to this variable.
13884         (xtests): Change dependencies to ....
13885         (xtests-special): ... additions to this variable.
13886         * resolv/Makefile (tests): Change dependencies to ....
13887         (tests-special): ... additions to this variable.
13888         (xtests): Change dependencies to ....
13889         (xtests-special): ... additions to this variable.
13890         * stdio-common/Makefile (tests): Change dependencies to ....
13891         (tests-special): ... additions to this variable.
13892         (do-tst-unbputc): Remove target.
13893         (do-tst-printf): Likewise.
13894         * stdlib/Makefile (tests): Change dependencies to ....
13895         (tests-special): ... additions to this variable.
13896         * string/Makefile (tests): Change dependencies to ....
13897         (tests-special): ... additions to this variable.
13898         * sysdeps/x86/Makefile (tests): Change dependencies to ....
13899         (tests-special): ... additions to this variable.
13900
13901         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13902         whole file.
13903         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13904         whole file.
13905         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13906         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13907
13908         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13909         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13910         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13911         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13912         * conform/data/libgen.h-data [XPG3]: Likewise.
13913         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13914         * conform/data/ndbm.h-data [XPG3]: Likewise.
13915         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13916         * conform/data/netdb.h-data [XPG3]: Likewise.
13917         * conform/data/netinet/in.h-data [XPG3]: Likewise.
13918         * conform/data/poll.h-data [XPG3]: Likewise.
13919         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13920         * conform/data/strings.h-data [XPG3]: Likewise.
13921         * conform/data/stropts.h-data [XPG3]: Likewise.
13922         * conform/data/sys/mman.h-data [XPG3]: Likewise.
13923         * conform/data/sys/resource.h-data [XPG3]: Likewise.
13924         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13925         Likewise.
13926         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13927         * conform/data/sys/time.h-data [XPG3]: Likewise.
13928         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13929         * conform/data/sys/uio.h-data [XPG3]: Likewise.
13930         * conform/data/sys/un.h-data [XPG3]: Likewise.
13931         * conform/data/syslog.h-data [XPG3]: Likewise.
13932         * conform/data/ucontext.h-data [XPG3]: Likewise.
13933         * conform/data/utmpx.h-data [XPG3]: Likewise.
13934         * conform/data/varargs.h-data [UNIX98]: Enable file.
13935
13936         * manual/Makefile (INSTALL_INFO): Remove variable setting.
13937
13938         * math/libm-test.inc (struct test_f_f_data): Move expected results
13939         into structure for each rounding mode.
13940         (struct test_ff_f_data): Likewise.
13941         (struct test_ff_f_data_nexttoward): Likewise.
13942         (struct test_fi_f_data): Likewise.
13943         (struct test_fl_f_data): Likewise.
13944         (struct test_if_f_data): Likewise.
13945         (struct test_fff_f_data): Likewise.
13946         (struct test_c_f_data): Likewise.
13947         (struct test_f_f1_data): Likewise.
13948         (struct test_fF_f1_data): Likewise.
13949         (struct test_ffI_f1_data): Likewise.
13950         (struct test_c_c_data): Likewise.
13951         (struct test_cc_c_data): Likewise.
13952         (struct test_f_i_data): Likewise.
13953         (struct test_ff_i_data): Likewise.
13954         (struct test_f_l_data): Likewise.
13955         (struct test_f_L_data): Likewise.
13956         (struct test_fFF_11_data): Likewise.
13957         (RM_): New macro.
13958         (RM_FE_DOWNWARD): Likewise.
13959         (RM_FE_TONEAREST): Likewise.
13960         (RM_FE_TOWARDZERO): Likewise.
13961         (RM_FE_UPWARD): Likewise.
13962         (RUN_TEST_LOOP_f_f): Update references to expected results.
13963         (RUN_TEST_LOOP_2_f): Likewise.
13964         (RUN_TEST_LOOP_fff_f): Likewise.
13965         (RUN_TEST_LOOP_c_f): Likewise.
13966         (RUN_TEST_LOOP_f_f1): Likewise.
13967         (RUN_TEST_LOOP_fF_f1): Likewise.
13968         (RUN_TEST_LOOP_fI_f1): Likewise.
13969         (RUN_TEST_LOOP_ffI_f1): Likewise.
13970         (RUN_TEST_LOOP_c_c): Likewise.
13971         (RUN_TEST_LOOP_cc_c): Likewise.
13972         (RUN_TEST_LOOP_f_i): Likewise.
13973         (RUN_TEST_LOOP_f_i_tg): Likewise.
13974         (RUN_TEST_LOOP_ff_i_tg): Likewise.
13975         (RUN_TEST_LOOP_f_b): Likewise.
13976         (RUN_TEST_LOOP_f_b_tg): Likewise.
13977         (RUN_TEST_LOOP_f_l): Likewise.
13978         (RUN_TEST_LOOP_f_L): Likewise.
13979         (RUN_TEST_LOOP_fFF_11): Likewise.
13980         * math/gen-libm-test.pl (parse_args): Output four copies of
13981         expected results for each test.
13982
13983         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13984         (__ASSUME_UTIMES): Remove.
13985         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13986         (__ASSUME_UTIMES): Likewise.
13987
13988         * math/gen-auto-libm-tests.c: Update comment on output format.
13989         (output_for_one_input_case): Generate before-rounding and
13990         after-rounding information as conditions on output flags not
13991         floating-point format.
13992         * math/auto-libm-test-out: Regenerated.
13993         * math/gen-libm-test.pl (cond_value): New function.
13994         (or_cond_value): Use cond_value.
13995         (generate_testfile): Handle conditional exceptions.
13996
13997 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
13998
13999         * math/libm-test.inc (max_valid_error): New variable.
14000         (init_max_error): Take new argument specifying whether function
14001         results are exactly determined.  Set max_valid_error and bound
14002         other variables for errors based on this argument.
14003         (set_max_error): Do not record results above max_valid_error.
14004         (check_float_internal): Only accept errors of up to 0.5ulps if
14005         also at most max_valid_error.
14006         (START): Take new argument EXACT and pass it to init_max_error.
14007         (acos_test): Update call to START.
14008         (acos_test_tonearest): Likewise.
14009         (acos_test_towardzero): Likewise.
14010         (acos_test_downward): Likewise.
14011         (acos_test_upward): Likewise.
14012         (acosh_test): Likewise.
14013         (asin_test): Likewise.
14014         (asin_test_tonearest): Likewise.
14015         (asin_test_towardzero): Likewise.
14016         (asin_test_downward): Likewise.
14017         (asin_test_upward): Likewise.
14018         (asinh_test): Likewise.
14019         (atan_test): Likewise.
14020         (atanh_test): Likewise.
14021         (atan2_test): Likewise.
14022         (cabs_test): Likewise.
14023         (cacos_test): Likewise.
14024         (cacosh_test): Likewise.
14025         (carg_test): Likewise.
14026         (casin_test): Likewise.
14027         (casinh_test): Likewise.
14028         (catan_test): Likewise.
14029         (catanh_test): Likewise.
14030         (cbrt_test): Likewise.
14031         (ccos_test): Likewise.
14032         (ccosh_test): Likewise.
14033         (ceil_test): Likewise.
14034         (cexp_test): Likewise.
14035         (cimag_test): Likewise.
14036         (clog_test): Likewise.
14037         (clog10_test): Likewise.
14038         (conj_test): Likewise.
14039         (copysign_test): Likewise.
14040         (cos_test): Likewise.
14041         (cos_test_tonearest): Likewise.
14042         (cos_test_towardzero): Likewise.
14043         (cos_test_downward): Likewise.
14044         (cos_test_upward): Likewise.
14045         (cosh_test): Likewise.
14046         (cosh_test_tonearest): Likewise.
14047         (cosh_test_towardzero): Likewise.
14048         (cosh_test_downward): Likewise.
14049         (cosh_test_upward): Likewise.
14050         (cpow_test): Likewise.
14051         (cproj_test): Likewise.
14052         (creal_test): Likewise.
14053         (csin_test): Likewise.
14054         (csinh_test): Likewise.
14055         (csqrt_test): Likewise.
14056         (ctan_test): Likewise.
14057         (ctan_test_tonearest): Likewise.
14058         (ctan_test_towardzero): Likewise.
14059         (ctan_test_downward): Likewise.
14060         (ctan_test_upward): Likewise.
14061         (ctanh_test): Likewise.
14062         (ctanh_test_tonearest): Likewise.
14063         (ctanh_test_towardzero): Likewise.
14064         (ctanh_test_downward): Likewise.
14065         (ctanh_test_upward): Likewise.
14066         (erf_test): Likewise.
14067         (erfc_test): Likewise.
14068         (exp_test): Likewise.
14069         (exp_test_tonearest): Likewise.
14070         (exp_test_towardzero): Likewise.
14071         (exp_test_downward): Likewise.
14072         (exp_test_upward): Likewise.
14073         (exp10_test): Likewise.
14074         (exp10_test_tonearest): Likewise.
14075         (exp10_test_towardzero): Likewise.
14076         (exp10_test_downward): Likewise.
14077         (exp10_test_upward): Likewise.
14078         (pow10_test): Likewise.
14079         (exp2_test): Likewise.
14080         (expm1_test): Likewise.
14081         (expm1_test_tonearest): Likewise.
14082         (expm1_test_towardzero): Likewise.
14083         (expm1_test_downward): Likewise.
14084         (expm1_test_upward): Likewise.
14085         (fabs_test): Likewise.
14086         (fdim_test): Likewise.
14087         (floor_test): Likewise.
14088         (fma_test): Likewise.
14089         (fma_test_towardzero): Likewise.
14090         (fma_test_downward): Likewise.
14091         (fma_test_upward): Likewise.
14092         (fmax_test): Likewise.
14093         (fmin_test): Likewise.
14094         (fmod_test): Likewise.
14095         (fpclassify_test): Likewise.
14096         (frexp_test): Likewise.
14097         (hypot_test): Likewise.
14098         (ilogb_test): Likewise.
14099         (isfinite_test): Likewise.
14100         (finite_test): Likewise.
14101         (isgreater_test): Likewise.
14102         (isgreaterequal_test): Likewise.
14103         (isinf_test): Likewise.
14104         (isless_test): Likewise.
14105         (islessequal_test): Likewise.
14106         (islessgreater_test): Likewise.
14107         (isnan_test): Likewise.
14108         (isnormal_test): Likewise.
14109         (issignaling_test): Likewise.
14110         (isunordered_test): Likewise.
14111         (j0_test): Likewise.
14112         (j1_test): Likewise.
14113         (jn_test): Likewise.
14114         (ldexp_test): Likewise.
14115         (lgamma_test): Likewise.
14116         (gamma_test): Likewise.
14117         (lrint_test): Likewise.
14118         (lrint_test_tonearest): Likewise.
14119         (lrint_test_towardzero): Likewise.
14120         (lrint_test_downward): Likewise.
14121         (lrint_test_upward): Likewise.
14122         (llrint_test): Likewise.
14123         (llrint_test_tonearest): Likewise.
14124         (llrint_test_towardzero): Likewise.
14125         (llrint_test_downward): Likewise.
14126         (llrint_test_upward): Likewise.
14127         (log_test): Likewise.
14128         (log10_test): Likewise.
14129         (log1p_test): Likewise.
14130         (log2_test): Likewise.
14131         (logb_test): Likewise.
14132         (logb_test_downward): Likewise.
14133         (lround_test): Likewise.
14134         (llround_test): Likewise.
14135         (modf_test): Likewise.
14136         (nearbyint_test): Likewise.
14137         (nextafter_test): Likewise.
14138         (nexttoward_test): Likewise.
14139         (pow_test): Likewise.
14140         (pow_test_tonearest): Likewise.
14141         (pow_test_towardzero): Likewise.
14142         (pow_test_downward): Likewise.
14143         (pow_test_upward): Likewise.
14144         (remainder_test): Likewise.
14145         (drem_test): Likewise.
14146         (remainder_test_tonearest): Likewise.
14147         (drem_test_tonearest): Likewise.
14148         (remainder_test_towardzero): Likewise.
14149         (drem_test_towardzero): Likewise.
14150         (remainder_test_downward): Likewise.
14151         (drem_test_downward): Likewise.
14152         (remainder_test_upward): Likewise.
14153         (drem_test_upward): Likewise.
14154         (remquo_test): Likewise.
14155         (rint_test): Likewise.
14156         (rint_test_tonearest): Likewise.
14157         (rint_test_towardzero): Likewise.
14158         (rint_test_downward): Likewise.
14159         (rint_test_upward): Likewise.
14160         (round_test): Likewise.
14161         (scalb_test): Likewise.
14162         (scalbn_test): Likewise.
14163         (scalbln_test): Likewise.
14164         (signbit_test): Likewise.
14165         (sin_test): Likewise.
14166         (sin_test_tonearest): Likewise.
14167         (sin_test_towardzero): Likewise.
14168         (sin_test_downward): Likewise.
14169         (sin_test_upward): Likewise.
14170         (sincos_test): Likewise.
14171         (sinh_test): Likewise.
14172         (sinh_test_tonearest): Likewise.
14173         (sinh_test_towardzero): Likewise.
14174         (sinh_test_downward): Likewise.
14175         (sinh_test_upward): Likewise.
14176         (sqrt_test): Likewise.
14177         (sqrt_test_tonearest): Likewise.
14178         (sqrt_test_towardzero): Likewise.
14179         (sqrt_test_downward): Likewise.
14180         (sqrt_test_upward): Likewise.
14181         (tan_test): Likewise.
14182         (tan_test_tonearest): Likewise.
14183         (tan_test_towardzero): Likewise.
14184         (tan_test_downward): Likewise.
14185         (tan_test_upward): Likewise.
14186         (tanh_test): Likewise.
14187         (tgamma_test): Likewise.
14188         (trunc_test): Likewise.
14189         (y0_test): Likewise.
14190         (y1_test): Likewise.
14191         (yn_test): Likewise.
14192         (significand_test): Likewise.
14193
14194         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
14195         individual tests in comment.
14196         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
14197         (prev_max_error): New variable.
14198         (prev_real_max_error): Likewise.
14199         (prev_imag_max_error): Likewise.
14200         (compare_ulp_data): Don't refer to test names in comment.
14201         (find_test_ulps): Remove function.
14202         (find_function_ulps): Likewise.
14203         (find_complex_function_ulps): Likewise.
14204         (init_max_error): Take function name as argument.  Look up ulps
14205         for that function.
14206         (print_ulps): Remove function.
14207         (print_max_error): Use prev_max_error instead of calling
14208         find_function_ulps.
14209         (print_complex_max_error): Use prev_real_max_error and
14210         prev_imag_max_error instead of calling find_complex_function_ulps.
14211         (check_float_internal): Take max_ulp parameter instead of calling
14212         find_test_ulps.  Don't call print_ulps.
14213         (check_float): Update call to check_float_internal.
14214         (check_complex): Update calls to check_float_internal.
14215         (START): Pass argument to init_max_error.
14216         * math/gen-libm-test.pl (%results): Don't include "kind"
14217         information.
14218         (parse_ulps): Don't handle ulps of individual tests.
14219         (print_ulps_file): Likewise.
14220         (output_ulps): Likewise.
14221         * math/README.libm-test: Update.
14222         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
14223         individual tests.
14224         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
14225         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
14226         * sysdeps/arm/libm-test-ulps: Likewise.
14227         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
14228         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
14229         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
14230         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
14231         * sysdeps/microblaze/libm-test-ulps: Likewise.
14232         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
14233         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
14234         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
14235         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
14236         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
14237         * sysdeps/sh/libm-test-ulps: Likewise.
14238         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
14239         * sysdeps/tile/libm-test-ulps: Likewise.
14240         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14241
14242 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
14243
14244         * math/libm-test.inc (print_complex_max_error): Check separately
14245         whether real and imaginary errors are within allowed range and
14246         pass 0 to print_complex_function_ulps instead of value within
14247         allowed range.
14248
14249 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
14250
14251         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
14252         formatting.
14253         (get_handles_fopen): Likewise.
14254         (do_write_test): Likewise.
14255
14256         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
14257
14258         * libio/fileops.c (do_ftell): Use cached offset when
14259         available.
14260         * libio/iofwide.c (do_ftell_wide): Likewise.
14261         * libio/iofdopen.c (_IO_new_fdopen): Don't use
14262         _IO_file_attach.
14263         * libio/wfileops.c (_IO_fwide): Don't cache offset.
14264
14265         [BZ #16532]
14266         * libio/libioP.h (get_file_offset): New function.
14267         * libio/fileops.c (get_file_offset): Likewise.
14268         (do_ftell): Likewise.
14269         (_IO_new_file_seekoff): Split out ftell logic.
14270         * libio/wfileops.c (do_ftell_wide): Likewise.
14271         (_IO_wfile_seekoff): Split out ftell logic.
14272         * libio/tst-ftell-active-handler.c: New test case.
14273         * libio/Makefile (tests): Add it.
14274
14275 2014-03-03  Roland McGrath  <roland@hack.frob.com>
14276
14277         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
14278         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
14279
14280 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
14281
14282         [BZ #16639]
14283         * nscd/connections.c (nscd_init): Call do_exit.
14284         (start_threads): Call do_exit and notify_parent.
14285         (begin_drop_privileges): Call do_exit.
14286         (finish_drop_privileges): Likewise.
14287         * nscd/selinux.c (preserve_capabilities): Likewise.
14288         (install_real_capabilities): Likewise.
14289         (nscd_selinux_enabled): Likewise.
14290         (avc_create_thread): Likewise.
14291         (avc_alloc_lock): Likewise.
14292         (nscd_avc_init): Likewise.
14293         * nscd/nscd.c (parent_fd): New static variable.
14294         (main): Create a pipe between parent and child processes.
14295         Skip closing parent_fd.
14296         (monitor_child): New function.
14297         (do_exit): Likewise.
14298         (notify_parent): Likewise.
14299         * nscd/nscd.h (notify_parent): Likewise.
14300         (do_exit): Likewise.
14301
14302 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
14303
14304         * malloc/malloc.c (__libc_calloc): Revert last change.
14305
14306 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14307
14308         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14309
14310 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
14311
14312         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
14313         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
14314         implementation.
14315         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14316         (__libc_ifunc_impl_list): Likewise.
14317         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
14318         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
14319         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
14320         * string/strrchr.c: Define STRRCHR.
14321
14322 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
14323
14324         * benchtest/bench-strtok.c (simple_strtok): Delete.
14325         (strtok_string): Use as benchmark.
14326         * string/strtok (STRTOK): New macro.
14327
14328 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
14329
14330         * manual/threads.texi: Add header and standard comments to all
14331         functions.
14332
14333         * elf/dl-lookup.c (check_match): New function.
14334         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
14335         (do_lookup_x): Remove nested function check_match. Use non-nested
14336         function check_match.
14337
14338 2014-02-28  Roland McGrath  <roland@hack.frob.com>
14339
14340         * csu/Makefile (generated, before-compile): Use += rather than =.
14341         * catgets/Makefile (generated, generated-dirs): Likewise.
14342         * debug/Makefile (generated): Likewise.
14343         * dlfcn/Makefile (generated): Likewise.
14344         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
14345         * iconvdata/Makefile (before-compile, generated): Likewise.
14346         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
14347         * libio/Makefile (generated): Likewise.
14348         * malloc/Makefile (generated): Likewise.
14349         * manual/Makefile (generated, generated-dirs): Likewise.
14350         * misc/Makefile (generated): Likewise.
14351         * posix/Makefile (generated): Likewise.
14352         * resolv/Makefile (generated): Likewise.
14353         * sunrpc/Makefile (generated, generated-dirs): Likewise.
14354         * timezone/Makefile (generated, generated-dirs): Likewise.
14355
14356         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
14357
14358 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14359
14360         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
14361         power8 implementation.
14362         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
14363         file: POWER8 llround ifunc implementation.
14364         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
14365         (__lllround): Add POWER8 implementation.
14366         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
14367         POWER8 llround implementation.
14368
14369         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
14370         power8 implementation.
14371         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
14372         file: POWER8 llrint ifunc implementation.
14373         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
14374         Add POWER8 implementation.
14375         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
14376         POWER8 llrint implementation.
14377
14378         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
14379         power8 implementation.
14380         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
14381         file: POWER8 finite ifunc implementation.
14382         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
14383         Add POWER8 implementation.
14384         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
14385         Likewise.
14386         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
14387         POWER8 finite implementation.
14388         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
14389
14390         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
14391         power8 implementation.
14392         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
14393         file: POWER8 isinf ifunc implementation.
14394         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
14395         POWER8 implementation.
14396         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
14397         Likewise.
14398         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
14399         isinf implementation.
14400         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
14401
14402         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
14403         (INIT_ARCH): Add hwcap2 initialization.
14404         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
14405         power8 implementation.
14406         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
14407         file: POWER8 isnan ifunc implementation.
14408         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
14409         POWER8 implementation.
14410         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
14411         Likewise.
14412         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
14413         isnan implementation.
14414         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
14415
14416 2014-02-27  Joey Ye  <joey.ye@arm.com>
14417
14418         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14419         (_FP_NANFRAC_Q): Set to zero.
14420
14421 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14422
14423         [BZ #16623]
14424         * math/auto-libm-test-in: New test inputs.
14425         * math/auto-libm-test-out: Regenerate.
14426         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
14427         and DA.
14428         (__cos): Likewise.
14429         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
14430
14431 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
14432
14433         * scripts/evaluate-test.sh: Take new argument indicating whether
14434         failure is expected.
14435         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
14436         indicating whether failure is expected.
14437         * conform/Makefile (test-xfail-run-conformtest): New variable.
14438         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
14439         level.
14440         * posix/Makefile (test-xfail-annexc): New variable.
14441         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
14442
14443 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
14444
14445         * argp/Makefile: Include Makeconfig immediately after defining
14446         subdir.
14447         * assert/Makefile: Likewise.
14448         * benchtests/Makefile: Likewise.
14449         * catgets/Makefile: Likewise.
14450         * conform/Makefile: Likewise.
14451         * crypt/Makefile: Likewise.
14452         * csu/Makefile: Likewise.
14453         (all): Remove target.
14454         * ctype/Makefile: Include Makeconfig immediately after defining
14455         subdir.
14456         * debug/Makefile: Likewise.
14457         * dirent/Makefile: Likewise.
14458         * dlfcn/Makefile: Likewise.
14459         * gmon/Makefile: Likewise.
14460         * gnulib/Makefile: Likewise.
14461         * grp/Makefile: Likewise.
14462         * gshadow/Makefile: Likewise.
14463         * hesiod/Makefile: Likewise.
14464         * hurd/Makefile: Likewise.
14465         (all): Remove target.
14466         * iconvdata/Makefile: Include Makeconfig immediately after
14467         defining subdir.
14468         * inet/Makefile: Likewise.
14469         * intl/Makefile: Likewise.
14470         * io/Makefile: Likewise.
14471         * libio/Makefile: Likewise.
14472         (all): Remove target.
14473         * locale/Makefile: Include Makeconfig immediately after defining
14474         subdir.
14475         * login/Makefile: Likewise.
14476         * mach/Makefile: Likewise.
14477         (all): Remove target.
14478         * malloc/Makefile: Include Makeconfig immediately after defining
14479         subdir.
14480         (all): Remove target.
14481         * manual/Makefile: Include Makeconfig immediately after defining
14482         subdir.
14483         * math/Makefile: Likewise.
14484         * misc/Makefile: Likewise.
14485         * nis/Makefile: Likewise.
14486         * nss/Makefile: Likewise.
14487         * po/Makefile: Likewise.
14488         (all): Remove target.
14489         * posix/Makefile: Include Makeconfig immediately after defining
14490         subdir.
14491         * pwd/Makefile: Likewise.
14492         * resolv/Makefile: Likewise.
14493         * resource/Makefile: Likewise.
14494         * rt/Makefile: Likewise.
14495         * setjmp/Makefile: Likewise.
14496         * shadow/Makefile: Likewise.
14497         * signal/Makefile: Likewise.
14498         * socket/Makefile: Likewise.
14499         * soft-fp/Makefile: Likewise.
14500         * stdio-common/Makefile: Likewise.
14501         * stdlib/Makefile: Likewise.
14502         * streams/Makefile: Likewise.
14503         * string/Makefile: Likewise.
14504         * sunrpc/Makefile: Likewise.
14505         (all): Remove target.
14506         * sysvipc/Makefile: Include Makeconfig immediately after defining
14507         subdir.
14508         * termios/Makefile: Likewise.
14509         * time/Makefile: Likewise.
14510         * timezone/Makefile: Likewise.
14511         (all): Remove target.
14512         * wcsmbs/Makefile: Include Makeconfig immediately after defining
14513         subdir.
14514         * wctype/Makefile: Likewise.
14515
14516 2014-02-26  Steve Ellcey  <sellcey@mips.com>
14517
14518         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
14519         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
14520         (libc_feholdexcept_setround_mips): Ditto.
14521         (libc_feholdsetround): New.
14522         (libc_feholdsetroundf): New.
14523         (libc_feholdsetroundl): New.
14524         (libc_feupdateenv_test_mips): New.
14525         (libc_feupdateenv_test): New.
14526         (libc_feupdateenv_testf): New.
14527         (libc_feupdateenv_testl): New.
14528         (libc_feresetround): New.
14529         (libc_feresetroundf): New.
14530         (libc_feresetroundl): New.
14531         (libc_fetestexcept_mips): New.
14532         (libc_fetestexcept): New.
14533         (libc_fetestexceptf): New.
14534         (libc_fetestexceptl): New.
14535         (HAVE_RM_CTX): New.
14536         (libc_feholdexcept_setround_mips_ctx): New.
14537         (libc_feholdexcept_setround_ctx): New.
14538         (libc_feholdexcept_setroundf_ctx): New.
14539         (libc_feholdexcept_setroundl_ctx): New.
14540         (libc_fesetenv_mips_ctx): New.
14541         (libc_fesetenv_ctx): New.
14542         (libc_fesetenv_ctxf): New.
14543         (libc_fesetenv_ctxl): New.
14544         (libc_feupdateenv_mips_ctx): New.
14545         (libc_feupdateenv_ctx): New.
14546         (libc_feupdateenvf_ctx): New.
14547         (libc_feupdateenvl_ctx): New.
14548         (libc_feholdsetround_mips_ctx): New.
14549         (libc_feholdsetround_ctx): New.
14550         (libc_feholdsetroundf_ctx): New.
14551         (libc_feholdsetroundl_ctx): New.
14552         (libc_feresetround_mips_ctx): New.
14553         (libc_feresetround_ctx): New.
14554         (libc_feresetroundf_ctx): New.
14555         (libc_feresetroundl_ctx): New.
14556
14557 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
14558
14559         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
14560
14561         * manual/ipc.texi: New file.
14562         * manual/Makefile (chapters): Add ipc.
14563         * manual/job.texi: Add "Inter-Process Communication" to next.
14564         * manual/process.texi: Add "Inter-Process Communication" to prev.
14565
14566 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14567
14568         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14569
14570 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
14571
14572         * malloc/malloc.c (__libc_calloc): Simplify implementation.
14573
14574         * manual/arith.texi: Fix spaces after sentences.
14575         * manual/charset.texi: Likewise.
14576         * manual/errno.texi: Likewise.
14577         * manual/install.texi: Likewise.
14578         * manual/llio.texi: Likewise.
14579         * manual/locale.texi: Likewise.
14580         * manual/maint.texi: Likewise.
14581         * manual/math.texi: Likewise.
14582         * manual/memory.texi: Likewise.
14583         * manual/message.texi: Likewise.
14584         * manual/probes.texi: Likewise.
14585         * manual/resource.texi: Likewise.
14586         * manual/signal.texi: Likewise.
14587         * manual/socket.texi: Likewise.
14588         * manual/stdio.texi: Likewise.
14589         * manual/string.texi: Likewise.
14590         * manual/time.texi: Likewise.
14591         * manual/users.texi: Likewise.
14592
14593 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
14594
14595         [BZ #16632]
14596         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
14597         _DEFAULT_SOURCE is defined.
14598
14599 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
14600             Carlos O'Donell  <carlos@redhat.com>
14601
14602         [BZ #16613]
14603         * elf/dl-tls.c (_dl_count_modids): New function.
14604         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
14605         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
14606         audit library and increment generation counter.
14607         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
14608         * elf/tst-audit9.c: New file.
14609         * elf/tst-auditmod9a.c: New file.
14610         * elf/tst-auditmod9b.c: New file.
14611         * elf/Makefile: Add rules to build and run tst-audit9.
14612
14613 2014-02-25  Florian Weimer  <fweimer@redhat.com>
14614
14615         [BZ #15347]
14616         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
14617
14618 2014-02-25  Will Newton  <will.newton@linaro.org>
14619
14620         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
14621         (__longjmp): Restore sp and lr before restoring callee
14622         saved registers.  Add longjmp and longjmp_target
14623         SystemTap probe point.
14624         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
14625         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
14626         Define to zero to match jmpbuf layout.
14627         * sysdeps/arm/setjmp.S: Include stap-probe.h.
14628         (__sigsetjmp): Save sp and lr before saving callee
14629         saved registers.  Add setjmp SystemTap probe point.
14630
14631 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
14632
14633         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14634
14635 2014-02-24  Andreas Schwab  <schwab@suse.de>
14636
14637         [BZ #15804]
14638         * elf/pldd.c (wait_for_ptrace_stop): New function.
14639         (main): Call it after attaching.
14640
14641 2014-02-22  Roland McGrath  <roland@hack.frob.com>
14642
14643         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
14644         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
14645         Versions files is now verboten.
14646         * hurd/Versions (libc: GLIBC_2.0):
14647         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
14648         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
14649         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
14650         * mach/Versions: Likewise.
14651
14652         * csu/Versions: Remove unused %include.
14653         * resolv/Versions: Likewise.
14654
14655 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
14656
14657         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
14658         ($(objpfx)check-local-headers.out): Likewise.
14659         ($(objpfx)begin-end-check.out): Likewise.
14660         * Makerules (check-abi-%.out): Likewise.
14661         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
14662         ($(objpfx)test2.cat): Likewise.
14663         ($(objpfx)de/libc.cat): Likewise.
14664         ($(objpfx)test-gencat.out): Likewise.
14665         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
14666         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
14667         ($(objpfx)noload-mem): Likewise.
14668         ($(objpfx)tst-pathopt.out): Likewise.
14669         ($(objpfx)tst-rtld-load-self.out): Likewise.
14670         ($(objpfx)tst-array1-cmp.out): Likewise.
14671         ($(objpfx)tst-array1-static-cmp.out): Likewise.
14672         ($(objpfx)tst-array2-cmp.out): Likewise.
14673         ($(objpfx)tst-array3-cmp.out): Likewise.
14674         ($(objpfx)tst-array4-cmp.out): Likewise.
14675         ($(objpfx)tst-array5-cmp.out): Likewise.
14676         ($(objpfx)tst-array5-static-cmp.out): Likewise.
14677         ($(objpfx)check-textrel.out): Likewise.
14678         ($(objpfx)check-execstack.out): Likewise.
14679         ($(objpfx)check-localplt.out): Likewise.
14680         ($(objpfx)order2-cmp.out): Likewise.
14681         ($(objpfx)tst-leaks1-mem): Likewise.
14682         ($(objpfx)tst-leaks1-static-mem): Likewise.
14683         ($(objpfx)tst-initorder-cmp.out): Likewise.
14684         ($(objpfx)tst-initorder2-cmp.out): Likewise.
14685         ($(objpfx)tst-unused-dep.out): Likewise.
14686         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
14687         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
14688         * iconv/Makefile (test-iconvconfig): Likewise.
14689         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
14690         ($(objpfx)iconv-test.out): Likewise.
14691         ($(objpfx)tst-tables.out): Likewise.
14692         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
14693         ($(objpfx)tst-gettext.out): Likewise.
14694         ($(objpfx)tst-translit.out): Likewise.
14695         ($(objpfx)tst-gettext2.out): Likewise.
14696         ($(objpfx)tst-gettext4.out): Likewise.
14697         ($(objpfx)tst-gettext6.out): Likewise.
14698         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
14699         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
14700         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
14701         ($(objpfx)tst-fopenloc-mem.out): Likewise.
14702         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
14703         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
14704         * posix/Makefile ($(objpfx)globtest.out): Likewise.
14705         ($(objpfx)wordexp-tst.out): Likewise.
14706         ($(objpfx)annexc.out): Likewise.
14707         ($(objpfx)tst-fnmatch-mem): Likewise.
14708         ($(objpfx)bug-regex2-mem): Likewise.
14709         ($(objpfx)bug-regex14-mem): Likewise.
14710         ($(objpfx)bug-regex21-mem): Likewise.
14711         ($(objpfx)bug-regex31-mem): Likewise.
14712         ($(objpfx)tst-vfork3-mem): Likewise.
14713         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14714         ($(objpfx)tst-pcre-mem): Likewise.
14715         ($(objpfx)tst-boost-mem): Likewise.
14716         ($(objpfx)tst-getconf.out): Likewise.
14717         ($(objpfx)bug-ga2-mem): Likewise.
14718         ($(objpfx)bug-glob2-mem): Likewise.
14719         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
14720         ($(objpfx)mtrace-tst-leaks2): Likewise.
14721         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
14722         ($(objpfx)tst-printf.out): Likewise.
14723         ($(objpfx)tst-setvbuf1.out): Likewise.
14724         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
14725         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
14726         ($(objpfx)tst-fmtmsg.out): Likewise.
14727         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
14728         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
14729
14730         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
14731         * bits/sigaction.h [__USE_MISC]: Likewise.
14732         * bits/waitstatus.h: Update #endif comments.
14733         * ctype/ctype.h: Likewise.
14734         * dirent/dirent.h: Likewise.
14735         [__USE_MISC]: Remove redundant conditionals.
14736         * grp/grp.h: Update #endif comments.
14737         [__USE_GNU]: Remove redundant conditionals.
14738         [__USE_MISC]: Likewise.
14739         * inet/netinet/in.h [__USE_GNU]: Likewise.
14740         * io/sys/stat.h [__USE_MISC]: Likewise.
14741         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
14742         * libio/bits/stdio.h: Update #endif comments.
14743         [__USE_MISC]: Remove redundant conditionals.
14744         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
14745         * libio/stdio.h: Update #endif comments.
14746         [__USE_MISC]: Remove redundant conditionals.
14747         * math/bits/math-finite.h [__USE_MISC]: Likewise.
14748         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
14749         * math/math.h: Update #else and #endif comments.
14750         [__USE_MISC]: Remove redundant conditionals.
14751         * misc/sys/uio.h: Update #endif comments.
14752         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14753         * posix/glob.h [__USE_MISC]: Likewise.
14754         * posix/sys/types.h: Update #endif comments.
14755         [__USE_MISC]: Remove redundant conditionals.
14756         * posix/sys/wait.h: Update #endif comments.
14757         [__USE_MISC]: Remove redundant conditionals.
14758         * posix/unistd.h: Update #endif comments.
14759         [__USE_MISC]: Remove redundant conditionals.
14760         * pwd/pwd.h [__USE_GNU]: Likewise.
14761         [__USE_MISC]: Likewise.
14762         * resolv/netdb.h [__USE_GNU]: Likewise.
14763         * signal/signal.h: Update #endif comments.
14764         [__USE_MISC]: Remove redundant conditionals.
14765         * stdlib/stdlib.h: Update #else and #endif comments.
14766         [__USE_MISC]: Remove redundant conditionals.
14767         [__USE_GNU]: Likewise.
14768         * string/bits/string2.h [__USE_MISC]: Likewise.
14769         * string/string.h: Update #endif comments.
14770         [__USE_MISC]: Remove redundant conditionals.
14771         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14772         Likewise.
14773         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14774         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14775         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14776         Likewise.
14777         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14778         Likewise.
14779         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14780         comments.
14781         [__USE_MISC]: Remove redundant conditionals.
14782         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14783         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14784         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14785         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14786         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14787         Likewise.
14788         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14789         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14790         Likewise.
14791         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14792         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14793         Likewise.
14794         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14795         Likewise.
14796         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14797         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14798         Likewise.
14799         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14800         Likewise.
14801         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14802         * sysdeps/x86/bits/string.h: Update #endif comments.
14803         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14804         conditionals.
14805         * time/sys/time.h: Update #endif comments.
14806         * time/time.h: Likewise.
14807         [__USE_MISC]: Remove redundant conditionals.
14808
14809 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
14810
14811         [BZ #16600]
14812         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14813
14814 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
14815
14816         * Versions.def (librt): Add GLIBC_2.17.
14817
14818 2014-02-21  Adam Conrad  <adconrad@0c3.net>
14819
14820         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14821         synonym for _SYS_AUXV_H to allow direct inclusion.
14822         * sysdeps/sparc/bits/hwcap.h: Likewise.
14823         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14824         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14825         * sysdeps/sparc/sysdep.h: Likewise.
14826
14827 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14828
14829         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14830
14831 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14832
14833         * benchtests/bench-strrchr.c: Print length instead of position.
14834
14835 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
14836
14837         [BZ #16611]
14838         * sysdeps/unix/sysv/linux/kernel-features.h
14839         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14840         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14841         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14842         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14843         Likewise.
14844         [__i386__ || __powerpc__ || __sh__ || __sparc__]
14845         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14846         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14847         (__ASSUME_SENDMMSG): Define instead of using previous
14848         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14849         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14850         (__ASSUME_SENDMMSG_SYSCALL): Define.
14851         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14852         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14853         Likewise.
14854         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14855         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14856         Likewise.
14857         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14858         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14859         Likewise.
14860         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14861         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14862         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14863         [__ASSUME_SENDMMSG]: Change conditionals to
14864         [__ASSUME_SENDMMSG_SOCKETCALL].
14865         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14866         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14867         Define.
14868         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14869         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14870         Likewise.
14871         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14872         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14873         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14874         [!__ASSUME_SENDMMSG]: Change conditional to
14875         [!__ASSUME_SENDMMSG_SOCKETCALL].
14876         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14877         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14878         Define.
14879
14880         [BZ #16610]
14881         * sysdeps/unix/sysv/linux/kernel-features.h
14882         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14883         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14884         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14885         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14886         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14887         [__i386__ || __sparc__]
14888         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14889         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14890         (__ASSUME_RECVMMSG): Define instead of using previous
14891         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14892         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14893         (__ASSUME_RECVMMSG_SYSCALL): Define.
14894         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14895         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14896         Likewise.
14897         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14898         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14899         Likewise.
14900         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14901         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14902         Likewise.
14903         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14904         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14905         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14906         [__ASSUME_RECVMMSG]: Change condition to
14907         [__ASSUME_RECVMMSG_SOCKETCALL].
14908         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14909         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14910         Define.
14911         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14912         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14913         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14914         Likewise.
14915         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14916         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14917         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14918         [!__ASSUME_RECVMMSG]: Change condition to
14919         [!__ASSUME_RECVMMSG_SOCKETCALL].
14920         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14921         (__ASSUME_RECVMMSG_SYSCALL): Define.
14922
14923         [BZ #16609]
14924         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14925         __powerpc__ || __s390__ || __sh__ || __sparc__]
14926         (__ASSUME_SOCKETCALL): Define.
14927         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14928         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14929         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14930         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14931         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14932         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14933         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14934         (__ASSUME_ACCEPT4): Define instead of using previous
14935         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14936         __powerpc__ || __sparc__ || __s390__)] condition.
14937         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14938         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14939         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14940         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14941         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14942         [!__ASSUME_ACCEPT4]: Change condition to
14943         [!__ASSUME_ACCEPT4_SOCKETCALL].
14944         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14945         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
14946         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14947         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14948         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14949         __ASSUME_ACCEPT4_SYSCALL.
14950         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14951         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14952         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14953         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14954         __ASSUME_ACCEPT4_SYSCALL.
14955         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14956         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14957         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14958         [__ASSUME_ACCEPT4]: Change condition to
14959         [__ASSUME_ACCEPT4_SOCKETCALL].
14960         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14961         (__ASSUME_SOCKETCALL): Define.
14962         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14963         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14964         (__ASSUME_SOCKETCALL): Define.
14965         (__ASSUME_ACCEPT4): Remove.
14966         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14967         Define.
14968         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14969         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14970         Likewise.
14971         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14972         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14973
14974         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14975         macro.
14976         (HWCAP_ARM_LPAE): Likewise.
14977         (HWCAP_ARM_EVTSTRM): Likewise.
14978         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14979         Add vpfd32, lpae and evtstrm.
14980         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14981         Increase to 22.
14982
14983 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
14984
14985         * math/auto-libm-test-in: Add tests of clog10.
14986         * math/auto-libm-test-out: Regenerated.
14987         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14988         * sysdeps/i386/fpu/libm-test-ulps: Update.
14989         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14990
14991 2014-02-18  Andreas Schwab  <schwab@suse.de>
14992
14993         [BZ #16574]
14994         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14995         Store non-zero if the second buffer was newly allocated.
14996         (send_dg): Likewise.
14997         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14998         to send_vc and send_dg.
14999         (res_nsend): Pass NULL for ansp2_malloced.
15000         * resolv/res_query.c (__libc_res_nquery): Add parameter
15001         answerp2_malloced and pass it down to __libc_res_nsend.
15002         (res_nquery): Pass additional NULL to __libc_res_nquery.
15003         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
15004         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
15005         second answer buffer if answerp2_malloced was set.
15006         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
15007         (__libc_res_nquerydomain): Add parameter
15008         answerp2_malloced and pass it down to __libc_res_nquery.
15009         (res_nquerydomain): Pass additional NULL to
15010         __libc_res_nquerydomain.
15011         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
15012         additional NULL to __libc_res_nsend and __libc_res_nquery.
15013         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
15014         additional NULL to __libc_res_nsearch.
15015         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
15016         parameter of __libc_res_nsearch to check for separately allocated
15017         second buffer.
15018         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
15019         __libc_res_nquery.
15020         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
15021         additional NULL to __libc_res_nquery.
15022         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
15023         __libc_res_nsearch.
15024         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
15025         * include/resolv.h: Update prototypes of __libc_res_nquery,
15026         __libc_res_nsearch, __libc_res_nsend.
15027
15028 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
15029
15030         * math/auto-libm-test-in: Add tests of fma.
15031         * math/auto-libm-test-out: Regenerated.
15032         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
15033         (fma_towardzero_test_data): Likewise.
15034         (fma_downward_test_data): Likewise.
15035         (fma_upward_test_data): Likewise.
15036         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
15037         mpc_mode.
15038         (rounding_modes): Add values for new field.
15039         (func_calc_method): Add value mpfr_fff_f.
15040         (func_calc_desc): Add mpfr_fff_f union field.
15041         (test_function): Add field exact_args.
15042         (FUNC): Add macro argument EXACT_ARGS.
15043         (FUNC_mpfr_f_f): Update call to FUNC.
15044         (FUNC_mpfr_f_f): Likewise.
15045         (FUNC_mpfr_ff_f): Likewise.
15046         (FUNC_mpfr_if_f): Likewise.
15047         (FUNC_mpc_c_f): Likewise.
15048         (FUNC_mpc_c_c): Likewise.
15049         (test_functions): Add fma.  Update calls to FUNC.
15050         (handle_input_arg): Add argument exact_args.
15051         (add_test): Update call to handle_input_arg.
15052         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
15053         (output_for_one_input_case): Update call to calc_generic_results.
15054         Recalculate exact zero results in each rounding mode.
15055
15056         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
15057         non-negative before setting low bit.
15058         * math/auto-libm-test-in: Mark one asin test possibly having
15059         spurious underflow.
15060         * math/auto-libm-test-out: Regenerated.
15061         * sysdeps/i386/fpu/libm-test-ulps: Update.
15062         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15063
15064 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
15065
15066         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
15067         * sysdeps/unix/sysv/linux/microblaze: Move directory from
15068         ports/sysdeps/unix/sysv/linux/microblaze.
15069         * README: Add missing listing for microblaze*-*-linux-gnu.
15070
15071 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
15072
15073         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
15074         duplicate code
15075
15076 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
15077
15078         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
15079         * sysdeps/unix/sysv/linux/ia64: Move directory from
15080         ports/sysdeps/unix/sysv/linux/ia64.
15081         * README: Update listing for ia64-*-linux-gnu.
15082
15083 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
15084             Joseph Myers  <joseph@codesourcery.com>
15085
15086         * Makeconfig (test-name): New variable.
15087         (evaluate-test): Likewise.
15088         * Makerules (do-test-clean): Remove .test-result files.
15089         (common-mostlyclean): Likewise.
15090         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
15091         * scripts/evaluate-test.sh: New file.
15092
15093 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
15094
15095         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
15096         separate $(objpfx)tst-fopenloc-cmp.out and
15097         $(objpfx)tst-fopenloc-mem.out targets.
15098         (tests): Update dependencies.
15099         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
15100         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
15101         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
15102         (tst-rxspencer-no-utf8-ARGS): New variable.
15103         (tst-rxspencer-no-utf8-ENV): Likewise.
15104         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
15105         instead of $(objpfx)tst-rxspencer-mem.
15106         ($(objpfx)tst-rxspencer-mem): Change target to
15107         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
15108         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
15109         * posix/tst-rxspencer-no-utf8.c: New file.
15110
15111         * elf/Makefile ($(objpfx)order.out): Remove rule.
15112         [$(run-built-tests) = yes] (tests): Depend on
15113         $(objpfx)order-cmp.out.
15114         ($(objpfx)order-cmp.out): New rule.
15115         [$(run-built-tests) = yes] (tests): Depend on
15116         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
15117         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
15118         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
15119         $(objpfx)tst-array5-static-cmp.out.
15120         ($(objpfx)tst-array1.out): Remove rule.
15121         ($(objpfx)tst-array1-cmp.out): New rule.
15122         ($(objpfx)tst-array1-static.out): Remove rule.
15123         ($(objpfx)tst-array1-static-cmp.out): New rule.
15124         ($(objpfx)tst-array2.out): Remove rule.
15125         ($(objpfx)tst-array2-cmp.out): New rule.
15126         ($(objpfx)tst-array3.out): Remove rule.
15127         ($(objpfx)tst-array3-cmp.out): New rule.
15128         ($(objpfx)tst-array4.out): Remove rule.
15129         ($(objpfx)tst-array4-cmp.out): New rule.
15130         ($(objpfx)tst-array5.out): Remove rule.
15131         ($(objpfx)tst-array5-cmp.out): New rule.
15132         ($(objpfx)tst-array5-static.out): Remove rule.
15133         ($(objpfx)tst-array5-static-cmp.out): New rule.
15134         [$(run-built-tests) = yes] (tests): Depend on
15135         $(objpfx)order2-cmp.out.
15136         ($(objpfx)order2.out): Remove rule.
15137         ($(objpfx)order2-cmp.out): New rule.
15138         ($(objpfx)tst-initorder.out): Remove rule.
15139         [$(run-built-tests) = yes] (tests): Depend on
15140         $(objpfx)tst-initorder-cmp.out.
15141         ($(objpfx)tst-initorder-cmp.out): New rule.
15142         ($(objpfx)tst-initorder2.out): Remove rule.
15143         [$(run-built-tests) = yes] (tests): Depend on
15144         $(objpfx)tst-initorder2-cmp.out.
15145         ($(objpfx)tst-initorder2-cmp.out): New rule.
15146         [$(run-built-tests) = yes] (tests): Depend on
15147         $(objpfx)tst-unused-dep-cmp.out.
15148         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
15149         ($(objpfx)tst-unused-dep-cmp.out): New rule.
15150         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
15151         on $(objpfx)tst-setvbuf1-cmp.out.
15152         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
15153         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
15154         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
15155         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
15156         ($(objpfx)tst-svc.out): Remove rule.
15157         ($(objpfx)tst-svc-cmp.out): New rule.
15158
15159 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
15160
15161         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
15162         * ctype/ctype.h [__USE_MISC]: Likewise.
15163         * dirent/dirent.h [__USE_MISC]: Likewise.
15164         * grp/grp.h [__USE_MISC]: Likewise.
15165         * io/fcntl.h [__USE_MISC]: Likewise.
15166         * io/sys/stat.h [__USE_MISC]: Likewise.
15167         * libio/stdio.h [__USE_MISC]: Likewise.
15168         * posix/unistd.h [__USE_MISC]: Likewise.
15169         * pwd/pwd.h [__USE_MISC]: Likewise.
15170         * stdlib.h [__USE_MISC]: Likewise.
15171         * string/bits/string2.h [__USE_MISC]: Likewise.
15172         * string/string.h [__USE_MISC]: Likewise.
15173         * time/time.h [__USE_MISC]: Likewise.
15174
15175 2014-02-13  Andreas Schwab  <schwab@suse.de>
15176
15177         [BZ #16574]
15178         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
15179         second answer buffer if it was separately allocated.
15180
15181 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
15182
15183         * sysdeps/mips/math-tests.h: Include <features.h>.
15184         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15185         (ROUNDING_TESTS_long_double): Do not define.
15186         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15187         (EXCEPTION_TESTS_long_double): Likewise.
15188         * sysdeps/mips/mips64/libm-test-ulps: Update.
15189
15190         * include/features.h (__USE_BSD): Remove macro definitions.
15191         (__USE_SVID): Likewise.
15192         (_BSD_SOURCE): Likewise.
15193         (_SVID_SOURCE): Likewise.
15194         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
15195         from definition of _DEFAULT_SOURCE.
15196         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
15197         [_DEFAULT_SOURCE].
15198         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
15199         * bits/mman.h [__USE_BSD]: Likewise.
15200         * bits/termios.h [__USE_BSD]: Likewise.
15201         * bits/waitstatus.h [__USE_BSD]: Likewise.
15202         * ctype/ctype.h [__USE_SVID]: Likewise.
15203         * dirent/dirent.h [__USE_BSD]: Likewise.
15204         * grp/grp.h [__USE_SVID]: Likewise.
15205         [__USE_BSD]: Likewise.
15206         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
15207         * io/fcntl.h [__USE_BSD]: Likewise.
15208         * io/ftw.h [__USE_BSD]: Likewise.
15209         * io/sys/stat.h [__USE_BSD]: Likewise.
15210         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
15211         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
15212         * libio/stdio.h [__USE_SVID]: Likewise.
15213         [__USE_BSD]: Likewise.
15214         * math/math.h [__USE_SVID]: Likewise.
15215         [__USE_BSD]: Likewise.
15216         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
15217         * misc/bits/syslog.h [__USE_BSD]: Likewise.
15218         * misc/search.h [__USE_SVID]: Likewise.
15219         * misc/sys/mman.h [__USE_BSD]: Likewise.
15220         * misc/sys/syslog.h [__USE_BSD]: Likewise.
15221         * misc/sys/uio.h [__USE_BSD]: Likewise.
15222         * posix/bits/unistd.h [__USE_BSD]: Likewise.
15223         * posix/glob.h [__USE_BSD]: Likewise.
15224         * posix/regex.h [__USE_BSD]: Likewise.
15225         * posix/sys/types.h [__USE_BSD]: Likewise.
15226         [__USE_SVID]: Likewise.
15227         * posix/sys/utsname.h [__USE_SVID]: Likewise.
15228         * posix/sys/wait.h [__USE_BSD]: Likewise.
15229         [__USE_SVID]: Likewise.
15230         * posix/unistd.h [__USE_BSD]: Likewise.
15231         [__USE_SVID]: Likewise.
15232         * pwd/pwd.h [__USE_SVID]: Likewise.
15233         * resolv/netdb.h [__USE_BSD]: Likewise.
15234         * setjmp/setjmp.h [__USE_BSD]: Likewise.
15235         * signal/signal.h [__USE_BSD]: Likewise.
15236         [__USE_SVID]: Likewise.
15237         * socket/sys/socket.h [__USE_BSD]: Likewise.
15238         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
15239         * stdlib/stdlib.h [__USE_BSD]: Likewise.
15240         [__USE_SVID]: Likewise.
15241         * string/bits/string2.h [__USE_BSD]: Likewise.
15242         [__USE_SVID]: Likewise.
15243         * string/bits/string3.h [__USE_BSD]: Likewise.
15244         * string/endian.h [__USE_BSD]: Likewise.
15245         * string/string.h [__USE_SVID]: Likewise.
15246         [__USE_BSD]: Likewise.
15247         * string/strings.h [__USE_BSD]: Likewise.
15248         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
15249         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
15250         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
15251         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
15252         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
15253         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
15254         Likewise.
15255         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
15256         Likewise.
15257         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
15258         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
15259         Likewise.
15260         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
15261         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
15262         Likewise.
15263         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
15264         Likewise.
15265         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
15266         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
15267         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
15268         Likewise.
15269         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
15270         Likewise.
15271         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
15272         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
15273         * termios/termios.h [__USE_BSD]: Likewise.
15274         * time/sys/time.h [__USE_BSD]: Likewise.
15275         * time/time.h [__USE_BSD]: Likewise.
15276         [__USE_SVID]: Likewise.
15277
15278         * Makefile (subdir_targets): Remove subdir_lint.out.
15279
15280         * stdio-common/Makefile (do-tst-unbputc): Remove target.
15281         (do-tst-printf): Likewise.
15282         (tests): Depend directly on $(objpfx)tst-unbputc.out and
15283         $(objpfx)tst-printf.out.
15284
15285         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
15286
15287         * Makerules (check-abi-%): Change target to
15288         $(objpfx)check-abi-%.out.
15289         (check-abi target): Update dependencies.
15290         (check-abi-pattern variable): Redirect output of diff to $@.
15291         (check-abi variable): Likewise.
15292         * elf/Makefile (check-abi): Update dependencies.
15293
15294         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
15295         unused.
15296         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
15297         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
15298         subnormal range.
15299         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
15300         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
15301         value has largest subnormal exponent.
15302         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
15303         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
15304         * sysdeps/aarch64/soft-fp/sfp-machine.h
15305         (_FP_TININESS_AFTER_ROUNDING): New macro.
15306         * sysdeps/alpha/soft-fp/sfp-machine.h
15307         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15308         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15309         Likewise.
15310         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
15311         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15312         * sysdeps/mips/soft-fp/sfp-machine.h
15313         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15314         * sysdeps/powerpc/soft-fp/sfp-machine.h
15315         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15316         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15317         Likewise.
15318         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
15319         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15320         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
15321         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15322         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15323         Likewise.
15324
15325 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
15326
15327         [BZ #16545]
15328         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
15329         model 1.
15330
15331 2014-02-12  Richard Henderson  <rth@redhat.com>
15332
15333         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
15334         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
15335         * sysdeps/unix/sysv/linux/alpha: Move directory from
15336         ports/sysdeps/unix/sysv/linux/alpha.
15337         * README: Update listing for alpha-*-linux-gnu.
15338
15339 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
15340
15341         * include/features.h: Update comment documenting feature test
15342         macros.
15343         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
15344         _DEFAULT_SOURCE.
15345         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
15346         (_SVID_SOURCE): Likewise.
15347         (_DEFAULT_SOURCE): Update description of default features.
15348         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
15349         with _GNU_SOURCE.
15350         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
15351         (S_ISVTX): Likewise.
15352         * manual/math.texi (Mathematical Constants): Likewise.
15353         * manual/signal.texi (Interrupted Primitives): Likewise.
15354         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
15355         * math/test-matherr.c (_SVID_SOURCE): Do not define.
15356         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
15357         Don't refer to _SVID_SOURCE in warning text.
15358
15359         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15360
15361         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
15362         already defined.
15363         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
15364         * sysdeps/mips/dl-lookup.c: Remove.
15365         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
15366
15367 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15368
15369         [BZ #16447]
15370         * math/auto-libm-test-in: Add testcase for expl.
15371         * math/auto-libm-test-out: Regenerate.
15372         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
15373         calculation of unsafe.
15374         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
15375
15376 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15377
15378         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
15379         * sysdeps/unix/sysv/linux/aarch64: Move directory from
15380         ports/sysdeps/unix/sysv/linux/aarch64.
15381         * README: Update listing for aarch64*-*-linux-gnu.
15382
15383 2014-02-11  Will Newton  <will.newton@linaro.org>
15384
15385         * manual/probes.texi (Mathematical Function Probes): Use
15386         "triggered" instead of "hit".
15387
15388         * manual/probes.texi (Internal Probes): Add documentation
15389         of setjmp, longjmp and longjmp_target probes.
15390
15391         * include/stap-probe.h: Add comment about probe argument
15392         format.
15393
15394         * malloc/mtrace.c (attribute_hidden): Remove unused macro
15395         definition.  (tr_where, tr_freehook, tr_mallochook,
15396         tr_reallochook, tr_memalignhook): Use ANSI protoype.
15397
15398 2014-02-11  David S. Miller  <davem@davemloft.net>
15399
15400         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
15401         processing int_tests.
15402
15403 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
15404
15405         * sysdeps/mips: Move directory from ports/sysdeps/mips.
15406         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
15407         * sysdeps/unix/sysv/linux/mips: Move directory from
15408         ports/sysdeps/unix/sysv/linux/mips.
15409         * README: Update listing for mips-*-linux-gnu and
15410         mips64-*-linux-gnu.
15411
15412 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
15413
15414         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
15415         * sysdeps/unix/sysv/linux/m68k: Move directory from
15416         ports/sysdeps/unix/sysv/linux/m68k.
15417         * README: Update listing for m68k-*-linux-gnu.
15418
15419 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
15420
15421         * sysdeps/tile: Move directory from ports/sysdeps/tile.
15422         * sysdeps/unix/sysv/linux/generic: Move directory from
15423         ports/sysdeps/unix/sysv/linux/generic.
15424         * sysdeps/unix/sysv/linux/tile: Move directory from
15425         ports/sysdeps/unix/sysv/linux/tile.
15426         * README: Update listing for tile*-*-linux-gnu.
15427
15428 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
15429
15430         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
15431         __builtin_expect.
15432         * benchtests/bench-memmem.c (simple_memmem): Likewise.
15433         * catgets/open_catalog.c (__open_catalog): Likewise.
15434         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
15435         * debug/confstr_chk.c: Likewise.
15436         * debug/fread_chk.c (__fread_chk): Likewise.
15437         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
15438         * debug/getgroups_chk.c: Likewise.
15439         * debug/mbsnrtowcs_chk.c: Likewise.
15440         * debug/mbsrtowcs_chk.c: Likewise.
15441         * debug/mbstowcs_chk.c: Likewise.
15442         * debug/memcpy_chk.c: Likewise.
15443         * debug/memmove_chk.c: Likewise.
15444         * debug/mempcpy_chk.c: Likewise.
15445         * debug/memset_chk.c: Likewise.
15446         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
15447         * debug/strcat_chk.c (__strcat_chk): Likewise.
15448         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
15449         * debug/strncat_chk.c (__strncat_chk): Likewise.
15450         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
15451         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
15452         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
15453         * debug/wcpncpy_chk.c: Likewise.
15454         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
15455         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
15456         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
15457         * debug/wcsncpy_chk.c: Likewise.
15458         * debug/wcsnrtombs_chk.c: Likewise.
15459         * debug/wcsrtombs_chk.c: Likewise.
15460         * debug/wcstombs_chk.c: Likewise.
15461         * debug/wmemcpy_chk.c: Likewise.
15462         * debug/wmemmove_chk.c: Likewise.
15463         * debug/wmempcpy_chk.c: Likewise.
15464         * debug/wmemset_chk.c: Likewise.
15465         * dirent/scandirat.c (SCANDIRAT): Likewise.
15466         * dlfcn/dladdr1.c (dladdr1): Likewise.
15467         * dlfcn/dladdr.c (dladdr): Likewise.
15468         * dlfcn/dlclose.c (dlclose_doit): Likewise.
15469         * dlfcn/dlerror.c (__dlerror): Likewise.
15470         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
15471         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
15472         * dlfcn/dlopen.c (dlopen_doit): Likewise.
15473         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
15474         * dlfcn/dlsym.c (dlsym_doit): Likewise.
15475         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
15476         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
15477         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
15478         Likewise.
15479         * elf/dl-conflict.c: Likewise.
15480         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
15481         * elf/dl-dst.h: Likewise.
15482         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
15483         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
15484         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
15485         * elf/dl-init.c (call_init, _dl_init): Likewise.
15486         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
15487         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
15488         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
15489         Likewise.
15490         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
15491         Likewise.
15492         * elf/dl-minimal.c (__libc_memalign): Likewise.
15493         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
15494         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
15495         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
15496         * elf/dl-sym.c (do_sym): Likewise.
15497         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
15498         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
15499         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
15500         * elf/dl-writev.h (_dl_writev): Likewise.
15501         * elf/ldconfig.c (search_dir): Likewise.
15502         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
15503         (dl_main): Likewise.
15504         * elf/setup-vdso.h (setup_vdso): Likewise.
15505         * grp/compat-initgroups.c (compat_call): Likewise.
15506         * grp/fgetgrent.c (fgetgrent): Likewise.
15507         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
15508         * grp/putgrent.c (putgrent): Likewise.
15509         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
15510         Likewise.
15511         * hurd/hurdinit.c: Likewise.
15512         * iconvdata/8bit-gap.c (struct): Likewise.
15513         * iconvdata/ansi_x3.110.c : Likewise.
15514         * iconvdata/big5.c : Likewise.
15515         * iconvdata/big5hkscs.c : Likewise.
15516         * iconvdata/cp1255.c: Likewise.
15517         * iconvdata/cp1258.c : Likewise.
15518         * iconvdata/cp932.c : Likewise.
15519         * iconvdata/euc-cn.c: Likewise.
15520         * iconvdata/euc-jisx0213.c : Likewise.
15521         * iconvdata/euc-jp.c: Likewise.
15522         * iconvdata/euc-jp-ms.c : Likewise.
15523         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
15524         * iconvdata/gb18030.c : Likewise.
15525         * iconvdata/gbbig5.c (const): Likewise.
15526         * iconvdata/gbgbk.c: Likewise.
15527         * iconvdata/gbk.c : Likewise.
15528         * iconvdata/ibm1364.c : Likewise.
15529         * iconvdata/ibm930.c : Likewise.
15530         * iconvdata/ibm932.c: Likewise.
15531         * iconvdata/ibm933.c : Likewise.
15532         * iconvdata/ibm935.c : Likewise.
15533         * iconvdata/ibm937.c : Likewise.
15534         * iconvdata/ibm939.c : Likewise.
15535         * iconvdata/ibm943.c: Likewise.
15536         * iconvdata/iso_11548-1.c: Likewise.
15537         * iconvdata/iso-2022-cn.c : Likewise.
15538         * iconvdata/iso-2022-cn-ext.c : Likewise.
15539         * iconvdata/iso-2022-jp-3.c: Likewise.
15540         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
15541         * iconvdata/iso-2022-kr.c : Likewise.
15542         * iconvdata/iso646.c (gconv_end): Likewise.
15543         * iconvdata/iso_6937-2.c : Likewise.
15544         * iconvdata/iso_6937.c : Likewise.
15545         * iconvdata/iso8859-1.c: Likewise.
15546         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
15547         * iconvdata/shift_jisx0213.c : Likewise.
15548         * iconvdata/sjis.c : Likewise.
15549         * iconvdata/t.61.c : Likewise.
15550         * iconvdata/tcvn5712-1.c : Likewise.
15551         * iconvdata/tscii.c: Likewise.
15552         * iconvdata/uhc.c : Likewise.
15553         * iconvdata/unicode.c (gconv_end): Likewise.
15554         * iconvdata/utf-16.c (gconv_end): Likewise.
15555         * iconvdata/utf-32.c (gconv_end): Likewise.
15556         * iconvdata/utf-7.c (base64): Likewise.
15557         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
15558         * iconv/gconv_close.c (__gconv_close): Likewise.
15559         * iconv/gconv_open.c (__gconv_open): Likewise.
15560         * iconv/gconv_simple.c (internal_ucs4_loop_single)
15561         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
15562         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
15563         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
15564         (ucs4le_internal_loop_single): Likewise.
15565         * iconv/iconv.c (iconv): Likewise.
15566         * iconv/iconv_close.c: Likewise.
15567         * iconv/loop.c (SINGLE): Likewise.
15568         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
15569         * include/atomic.h: Likewise.
15570         * inet/inet6_option.c (option_alloc): Likewise.
15571         * intl/bindtextdom.c (set_binding_values): Likewise.
15572         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
15573         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
15574         * intl/localealias.c (read_alias_file): Likewise.
15575         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
15576         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
15577         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
15578         * libio/fmemopen.c (fmemopen): Likewise.
15579         * libio/iofgets.c (_IO_fgets): Likewise.
15580         * libio/iofgets_u.c (fgets_unlocked): Likewise.
15581         * libio/iofgetws.c (fgetws): Likewise.
15582         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
15583         * libio/iogetdelim.c (_IO_getdelim): Likewise.
15584         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
15585         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
15586         * locale/findlocale.c (_nl_find_locale): Likewise.
15587         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
15588         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
15589         Likewise.
15590         * locale/setlocale.c (setlocale): Likewise.
15591         * login/programs/pt_chown.c (main): Likewise.
15592         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
15593         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
15594         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
15595         (mmap, mmap64, mremap, munmap): Likewise.
15596         * math/e_exp2l.c: Likewise.
15597         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
15598         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
15599         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
15600         * math/s_catan.c (__catan): Likewise.
15601         * math/s_catanf.c (__catanf): Likewise.
15602         * math/s_catanh.c (__catanh): Likewise.
15603         * math/s_catanhf.c (__catanhf): Likewise.
15604         * math/s_catanhl.c (__catanhl): Likewise.
15605         * math/s_catanl.c (__catanl): Likewise.
15606         * math/s_ccosh.c (__ccosh): Likewise.
15607         * math/s_ccoshf.c (__ccoshf): Likewise.
15608         * math/s_ccoshl.c (__ccoshl): Likewise.
15609         * math/s_cexp.c (__cexp): Likewise.
15610         * math/s_cexpf.c (__cexpf): Likewise.
15611         * math/s_cexpl.c (__cexpl): Likewise.
15612         * math/s_clog10.c (__clog10): Likewise.
15613         * math/s_clog10f.c (__clog10f): Likewise.
15614         * math/s_clog10l.c (__clog10l): Likewise.
15615         * math/s_clog.c (__clog): Likewise.
15616         * math/s_clogf.c (__clogf): Likewise.
15617         * math/s_clogl.c (__clogl): Likewise.
15618         * math/s_csin.c (__csin): Likewise.
15619         * math/s_csinf.c (__csinf): Likewise.
15620         * math/s_csinh.c (__csinh): Likewise.
15621         * math/s_csinhf.c (__csinhf): Likewise.
15622         * math/s_csinhl.c (__csinhl): Likewise.
15623         * math/s_csinl.c (__csinl): Likewise.
15624         * math/s_csqrt.c (__csqrt): Likewise.
15625         * math/s_csqrtf.c (__csqrtf): Likewise.
15626         * math/s_csqrtl.c (__csqrtl): Likewise.
15627         * math/s_ctan.c (__ctan): Likewise.
15628         * math/s_ctanf.c (__ctanf): Likewise.
15629         * math/s_ctanh.c (__ctanh): Likewise.
15630         * math/s_ctanhf.c (__ctanhf): Likewise.
15631         * math/s_ctanhl.c (__ctanhl): Likewise.
15632         * math/s_ctanl.c (__ctanl): Likewise.
15633         * math/w_pow.c: Likewise.
15634         * math/w_powf.c: Likewise.
15635         * math/w_powl.c: Likewise.
15636         * math/w_scalb.c (sysv_scalb): Likewise.
15637         * math/w_scalbf.c (sysv_scalbf): Likewise.
15638         * math/w_scalbl.c (sysv_scalbl): Likewise.
15639         * misc/error.c (error_tail): Likewise.
15640         * misc/pselect.c (__pselect): Likewise.
15641         * nis/nis_callback.c (__nis_create_callback): Likewise.
15642         * nis/nis_call.c (__nisfind_server): Likewise.
15643         * nis/nis_creategroup.c (nis_creategroup): Likewise.
15644         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
15645         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
15646         * nis/nis_getservlist.c (nis_getservlist): Likewise.
15647         * nis/nis_lookup.c (nis_lookup): Likewise.
15648         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
15649         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
15650         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
15651         * nis/nis_xdr.c (xdr_endpoint): Likewise.
15652         * nis/nss_compat/compat-grp.c (getgrent_next_file)
15653         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
15654         * nis/nss_compat/compat-initgroups.c (add_group)
15655         (internal_getgrent_r): Likewise.
15656         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
15657         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
15658         * nis/nss_compat/compat-spwd.c (getspent_next_file)
15659         (internal_getspnam_r): Likewise.
15660         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
15661         (_nss_nis_getaliasbyname_r): Likewise.
15662         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
15663         (_nss_nis_getntohost_r): Likewise.
15664         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
15665         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
15666         (_nss_nis_getgrgid_r): Likewise.
15667         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
15668         (internal_nis_gethostent_r, internal_gethostbyname2_r)
15669         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
15670         (_nss_nis_gethostbyname4_r): Likewise.
15671         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
15672         (initgroups_netid): Likewise.
15673         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
15674         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
15675         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
15676         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
15677         (_nss_nis_getprotobynumber_r): Likewise.
15678         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
15679         (_nss_nis_getsecretkey): Likewise.
15680         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
15681         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
15682         (_nss_nis_getpwuid_r): Likewise.
15683         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
15684         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
15685         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
15686         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
15687         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
15688         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
15689         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
15690         Likewise.
15691         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
15692         (_nss_nisplus_getntohost_r): Likewise.
15693         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
15694         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
15695         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
15696         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
15697         Likewise.
15698         * nis/nss_nisplus/nisplus-initgroups.c
15699         (_nss_nisplus_initgroups_dyn): Likewise.
15700         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
15701         (_nss_nisplus_getnetbyaddr_r): Likewise.
15702         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
15703         (_nss_nisplus_getprotobynumber_r): Likewise.
15704         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
15705         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
15706         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
15707         Likewise.
15708         * nis/nss_nisplus/nisplus-service.c
15709         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
15710         (_nss_nisplus_getservbyport_r): Likewise.
15711         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
15712         (_nss_nisplus_getspnam_r): Likewise.
15713         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
15714         Likewise.
15715         * nscd/aicache.c (addhstaiX): Likewise.
15716         * nscd/cache.c (cache_search, prune_cache): Likewise.
15717         * nscd/connections.c (register_traced_file, send_ro_fd)
15718         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
15719         (main_loop_epoll): Likewise.
15720         * nscd/grpcache.c (addgrbyX): Likewise.
15721         * nscd/hstcache.c (addhstbyX): Likewise.
15722         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15723         * nscd/mem.c (gc, mempool_alloc): Likewise.
15724         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
15725         (addinnetgrX): Likewise.
15726         * nscd/nscd-client.h (__nscd_acquire_maplock)
15727         (__nscd_drop_map_ref): Likewise.
15728         * nscd/nscd_getai.c (__nscd_getai): Likewise.
15729         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
15730         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
15731         Likewise.
15732         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
15733         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
15734         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
15735         (__nscd_get_map_ref): Likewise.
15736         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
15737         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
15738         Likewise.
15739         * nscd/pwdcache.c (addpwbyX): Likewise.
15740         * nscd/selinux.c (preserve_capabilities): Likewise.
15741         * nscd/servicescache.c (addservbyX): Likewise.
15742         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
15743         * posix/fnmatch.c (fnmatch): Likewise.
15744         * posix/getopt.c (_getopt_internal_r): Likewise.
15745         * posix/glob.c (glob, glob_in_dir): Likewise.
15746         * posix/wordexp.c (exec_comm_child): Likewise.
15747         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
15748         (getanswer_r, gaih_getanswer_slice): Likewise.
15749         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15750         * resolv/res_init.c: Likewise.
15751         * resolv/res_mkquery.c (res_nmkquery): Likewise.
15752         * resolv/res_query.c (__libc_res_nquery): Likewise.
15753         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15754         Likewise.
15755         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15756         * stdio-common/perror.c (perror): Likewise.
15757         * stdio-common/printf_fp.c (___printf_fp): Likewise.
15758         * stdio-common/tmpnam.c (tmpnam): Likewise.
15759         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15760         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
15761         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15762         Likewise.
15763         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15764         * stdlib/putenv.c (putenv): Likewise.
15765         * stdlib/setenv.c (__add_to_environ): Likewise.
15766         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15767         * stdlib/strtol_l.c (INTERNAL): Likewise.
15768         * string/memmem.c (memmem): Likewise.
15769         * string/strerror.c (strerror): Likewise.
15770         * string/strnlen.c (__strnlen): Likewise.
15771         * string/test-memmem.c (simple_memmem): Likewise.
15772         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15773         * sunrpc/pm_getport.c (__get_socket): Likewise.
15774         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15775         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
15776         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15777         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
15778         Likewise.
15779         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15780         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15781         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15782         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15783         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
15784         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15785         Likewise.
15786         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15787         Likewise.
15788         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15789         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15790         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15791         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15792         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15793         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15794         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15795         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15796         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15797         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15798         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15799         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15800         Likewise.
15801         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15802         Likewise.
15803         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15804         Likewise.
15805         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15806         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15807         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15808         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15809         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15810         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15811         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15812         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15813         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15814         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15815         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15816         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15817         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15818         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15819         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15820         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15821         Likewise.
15822         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15823         Likewise.
15824         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15825         Likewise.
15826         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15827         Likewise.
15828         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15829         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15830         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15831         Likewise.
15832         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15833         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15834         * sysdeps/posix/opendir.c (__opendirat): Likewise.
15835         * sysdeps/posix/sleep.c: Likewise.
15836         * sysdeps/posix/tempname.c: Likewise.
15837         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15838         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15839         Likewise.
15840         * sysdeps/powerpc/powerpc32/dl-machine.h
15841         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
15842         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15843         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15844         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15845         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15846         Likewise.
15847         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
15848         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15849         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15850         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15851         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15852         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15853         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15854         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15855         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15856         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
15857         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15858         (elf_machine_lazy_rel): Likewise.
15859         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
15860         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15861         (elf_machine_lazy_rel): Likewise.
15862         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15863         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15864         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15865         * sysdeps/unix/grantpt.c (grantpt): Likewise.
15866         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15867         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15868         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15869         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15870         Likewise.
15871         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15872         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15873         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15874         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15875         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15876         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15877         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15878         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15879         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15880         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15881         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15882         Likewise.
15883         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15884         (__posix_fallocate64_l64): Likewise.
15885         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15886         (posix_fallocate): Likewise.
15887         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15888         Likewise.
15889         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
15890         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15891         (getifaddrs_internal): Likewise.
15892         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15893         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15894         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15895         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15896         * sysdeps/unix/sysv/linux/posix_fallocate64.c
15897         (__posix_fallocate64_l64): Likewise.
15898         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15899         Likewise.
15900         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
15901         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15902         (__get_clockfreq): Likewise.
15903         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15904         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15905         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15906         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15907         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15908         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15909         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15910         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15911         Likewise.
15912         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15913         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15914         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15915         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15916         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15917         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15918         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15919         Likewise.
15920         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15921         (posix_fallocate): Likewise.
15922         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15923         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15924         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
15925         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15926         (elf_machine_rela, elf_machine_rela_relative)
15927         (elf_machine_lazy_rel): Likewise.
15928         * time/asctime.c (asctime_internal): Likewise.
15929         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15930         * time/tzset.c (__tzset_parse_tz): Likewise.
15931         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15932         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15933         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15934         * wcsmbs/wcsmbsload.h: Likewise.
15935
15936         [BZ #15894]
15937         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15938
15939         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15940         (arena_get2): Remove THREAD_STATS conditionals.
15941         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15942         (__malloc_stats, int): Likewise.
15943
15944 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
15945
15946         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15947         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
15948
15949         * manual/setjmp.texi: Fix typos/grammar errors.
15950
15951         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15952         Only return early when n is <= 0.  Delete unused return statement.
15953
15954         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15955         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15956         * debug/tst-longjmp_chk3.c: New file.
15957
15958         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15959         (test_main): Replace code with set_fortify_handler call.
15960         * debug/test-strcpy_chk.c: Likewise.
15961         * debug/tst-chk1.c: Likewise.
15962         * debug/tst-longjmp_chk.c: Likewise.
15963         * test-skeleton.c: Include fcntl.h & paths.h
15964         (set_fortify_handler): Define.
15965
15966         * debug/tst-longjmp_chk.c: Add header comment and include
15967         ../test-skeleton.c.
15968         (do_test): Mark static.
15969         (TEST_FUNCTION): Define.
15970
15971         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15972         (IP_PMTUDISC_INTERFACE): Likewise.
15973         (IP_MULTICAST_IF): Likewise.
15974         (IP_MULTICAST_TTL): Likewise.
15975         (IP_MULTICAST_LOOP): Likewise.
15976         (IP_ADD_MEMBERSHIP): Likewise.
15977         (IP_DROP_MEMBERSHIP): Likewise.
15978         (IP_UNBLOCK_SOURCE): Likewise.
15979         (IP_BLOCK_SOURCE): Likewise.
15980         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15981         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15982         (IP_MSFILTER): Likewise.
15983         (MCAST_JOIN_GROUP): Likewise.
15984         (MCAST_BLOCK_SOURCE): Likewise.
15985         (MCAST_UNBLOCK_SOURCE): Likewise.
15986         (MCAST_LEAVE_GROUP): Likewise.
15987         (MCAST_JOIN_SOURCE_GROUP): Likewise.
15988         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15989         (MCAST_MSFILTER): Likewise.
15990         (IP_MULTICAST_ALL): Likewise.
15991         (IP_UNICAST_IF): Likewise.
15992
15993         * timezone/Makefile: Delete $(have-ksh) check.
15994         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15995         * timezone/tzselect.ksh: Add +x mode bits.
15996
15997         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15998         (ANON_INODE_FS_MAGIC): Likewise.
15999         (BDEVFS_MAGIC): Likewise.
16000         (BINFMTFS_MAGIC): Likewise.
16001         (BTRFS_TEST_MAGIC): Likewise.
16002         (CRAMFS_MAGIC_WEND): Likewise.
16003         (DEBUGFS_MAGIC): Likewise.
16004         (ECRYPTFS_SUPER_MAGIC): Likewise.
16005         (EXT3_SUPER_MAGIC): Likewise.
16006         (EXT4_SUPER_MAGIC): Likewise.
16007         (FUTEXFS_SUPER_MAGIC): Likewise.
16008         (HOSTFS_SUPER_MAGIC): Likewise.
16009         (HUGETLBFS_MAGIC): Likewise.
16010         (MINIX3_SUPER_MAGIC): Likewise.
16011         (MTD_INODE_FS_MAGIC): Likewise.
16012         (NILFS_SUPER_MAGIC): Likewise.
16013         (OPENPROM_SUPER_MAGIC): Likewise.
16014         (PIPEFS_MAGIC): Likewise.
16015         (PSTOREFS_MAGIC): Likewise.
16016         (QNX6_SUPER_MAGIC): Likewise.
16017         (RAMFS_MAGIC): Likewise.
16018         (REISERFS_SUPER_MAGIC_STRING): Likewise.
16019         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
16020         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
16021         (SECURITYFS_MAGIC): Likewise.
16022         (SELINUX_MAGIC): Likewise.
16023         (SMACK_MAGIC): Likewise.
16024         (SOCKFS_MAGIC): Likewise.
16025         (SQUASHFS_MAGIC): Likewise.
16026         (STACK_END_MAGIC): Likewise.
16027         (TMPFS_MAGIC): Likewise.
16028         (USBDEVICE_SUPER_MAGIC): Likewise.
16029         (V9FS_MAGIC): Likewise.
16030         (XENFS_SUPER_MAGIC): Likewise.
16031         (CRAMFS_MAGIC): Fix typo in comment.
16032         (EXT2_SUPER_MAGIC): Update comment.
16033         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
16034
16035 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
16036
16037         * sysdeps/arm: Move directory from ports/sysdeps/arm.
16038         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
16039         * sysdeps/unix/sysv/linux/arm: Move directory from
16040         ports/sysdeps/unix/sysv/linux/arm.
16041         * README: Update listing for arm-*-linux-gnueabi.
16042
16043         * README: Remove mention of am33.
16044
16045 2014-02-07  Roland McGrath  <roland@hack.frob.com>
16046
16047         * bits/sigset.h (__sigemptyset): Use a statement expression rather
16048         than the comma operator, to avoid "rhs of comma has no effect"
16049         compiler warnings.
16050         (__sigfillset, __sigandset, __sigorset): Likewise.
16051         * include/signal.h (__sigemptyset): Likewise.
16052         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
16053
16054 2014-02-07  Allan McRae  <allan@archlinux.org>
16055
16056         * version.h (RELEASE): Set to "development".
16057         (VERSION): Set to "2.19.90"
16058         * NEWS: Add 2.20 section.
16059
16060 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
16061
16062         [BZ #16529]
16063         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
16064
16065 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
16066
16067         * manual/contrib.texi: Update entry for Carlos O'Donell,
16068         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
16069
16070 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
16071
16072         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
16073
16074         * sysdeps/unix/sysv/linux/kernel-features.h
16075         [__LINUX_KERNEL_VERSION >= 0x020621]
16076         (__ASSUME_PROC_PID_TASK_COMM): Define.
16077
16078 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
16079
16080         [BZ #16398]
16081         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
16082         conversion when destination buffer does not have enough space.
16083         * libio/tst-ftell-partial-wide.c: New test case.
16084         * libio/Makefile (tests): Add tst-ftell-partial-wide.
16085
16086         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
16087         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
16088         Leonard and Allan McRae.
16089
16090 2014-02-04  David S. Miller  <davem@davemloft.net>
16091
16092         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
16093         32-bit.
16094
16095 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16096
16097         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
16098         New file
16099         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
16100         New file
16101         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
16102         New file.
16103         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
16104         New file.
16105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
16106         New file.
16107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
16108         New file.
16109         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
16110         New file.
16111         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
16112         New file.
16113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
16114         New file.
16115         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
16116         New file.
16117         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
16118         New file.
16119         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
16120         New file.
16121         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
16122         New file.
16123
16124 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16125
16126         * nptl/shlib-versions: Change powerpc*le start to 2.17.
16127         * shlib-versions: Likewise.
16128
16129 2014-02-04  Roland McGrath  <roland@hack.frob.com>
16130             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16131
16132         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
16133         (abilist-pattern): New variable, set to %-le.abilist.
16134
16135         * Makerules (abilist-pattern): New variable.
16136         (vpath): Use $(abilist-pattern) in place of %.abilist.
16137         (check-abi-% pattern rule): Likewise.
16138         (check-abi, update-abi): Likewise.
16139
16140 2014-02-04  Eric Wong  <normalperson@yhbt.net>
16141
16142         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16143
16144 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
16145
16146         * manual/startup.texi: Add next, previous, and top entries for
16147         the `Program Arguments' and `Environment Variables' nodes.
16148
16149 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
16150
16151         * manual/macros.texi: Add comments before MTASC-safety macros.
16152
16153         * manual/users.texi: Document MTASC-safety properties.
16154
16155         * manual/threads.texi (pthread_key_create, pthread_key_delete)
16156         (pthread_getspecific, pthread_setspecific): Format with
16157         @deftypefun, and add @safety note.
16158         * manual/signal.texi: Move comments that analyze the above
16159         functions to their home place.
16160
16161 2014-02-03  Allan McRae  <allan@archlinux.org>
16162
16163         * po/sl.po: Update Slovenian translation from translation project.
16164
16165 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
16166
16167         * manual/time.texi (timegm): Add missing blank after @c.
16168         Reported by Joseph Myers <joseph@codesourcery.com>.
16169
16170 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
16171
16172         * manual/check-safety.sh: New.
16173         * manual/Makefile ($(objpfx)stamp-summary): Run it.
16174
16175         * manual/terminal.texi: Document MTASC-safety properties.
16176
16177         * manual/filesys.texi: Document MTASC-safety properties.
16178
16179         * manual/errno.texi: Document MTASC-safety properties.
16180
16181         * manual/intro.texi: Document safety identifiers and
16182         conditionals.
16183
16184         * manual/string.texi (wcstok): Fix prototype.
16185         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
16186
16187         * manual/time.texi: Document MTASC-safety properties.
16188
16189         * manual/string.texi: Document MTASC-safety properties.
16190
16191         * manual/threads.texi: Document MTASC-safety properties.
16192
16193         * manual/stdio.texi: Document MTASC-safety properties.
16194
16195         * manual/syslog.texi: Document MTASC-safety properties.
16196
16197         * manual/sysinfo.texi: Document MTASC-safety properties.
16198
16199         * manual/startup.texi: Document MTASC-safety properties.
16200
16201         * manual/socket.texi: Document MTASC-safety properties.
16202
16203         * manual/signal.texi: Document MTASC-safety properties.
16204
16205 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
16206
16207         * manual/setjmp.texi: Document MTASC-safety properties.
16208
16209         * manual/search.texi: Document MTASC-safety properties.
16210
16211         * manual/resource.texi: Document MTASC-safety properties.
16212
16213         * manual/process.texi: Document MTASC-safety properties.
16214
16215         * manual/platform.texi: Document MTASC-safety properties.
16216
16217         * manual/pipe.texi: Document MTASC-safety properties.
16218
16219         * manual/pattern.texi: Document MTASC-safety properties.
16220
16221         * manual/message.texi: Document MTASC-safety properties.
16222
16223         [BZ #12751]
16224         * manual/memory.texi: Document MTASC-safety properties.
16225
16226         * manual/math.texi: Document MTASC-safety properties.
16227
16228         * manual/locale.texi: Document MTASC-safety properties.
16229
16230         * manual/llio.texi: Document MTASC-safety properties.
16231
16232         * manual/libdl.texi: New.
16233
16234         * manual/lang.texi: Document MTASC-safety properties.
16235
16236         * manual/job.texi: Document MTASC-safety properties.
16237
16238         * manual/getopt.texi: Document MTASC-safety properties.
16239
16240         * manual/ctype.texi: Document MTASC-safety properties.
16241
16242 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
16243
16244         [BZ #16046]
16245         * csu/libc-tls.c (static_map): Remove variable.
16246         (__libc_setup_tls): Use main executable's link map for TLS data.
16247         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
16248         casing for LM_ID_BASE and GL(dl_nns).
16249         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
16250         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
16251         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
16252         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
16253         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
16254         member.
16255         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
16256         l_phnum members.
16257
16258 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
16259
16260         * manual/debug.texi: Document MTASC-safety properties.
16261
16262 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
16263
16264         [BZ #16510]
16265         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
16266         of __x86_64__ when disabling x87 inline functions.
16267
16268 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
16269
16270         * manual/charset.texi: Document MTASC-safety properties.
16271
16272         * manual/crypt.texi: Document MTASC-safety properties.
16273
16274         * manual/conf.texi: Document MTASC-safety properties.
16275
16276         * manual/arith.texi: Document MTASC-safety properties.
16277
16278         * manual/argp.texi: Document MTASC-safety properties.
16279
16280         * manual/macros.texi: Introduce macros to document multi
16281         thread, asynchronous signal and asynchronous cancellation
16282         safety properties.
16283         * manual/intro.texi: Introduce the properties themselves.
16284
16285 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16286
16287         * sysdeps/sh/sh4/Makefile: New file.
16288
16289 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
16290
16291         * math/gen-libm-test.pl ($srcdir): New variable.
16292         ($auto_input): Use it.
16293
16294 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16295
16296         [BZ #16506]
16297         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
16298         access beyond array bounds when parsing netgroups file.
16299
16300         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
16301         the old buffer before realloc.
16302
16303 2014-01-27  Allan McRae  <allan@archlinux.org>
16304
16305         * po/fr.po: Update French translation from translation project.
16306
16307 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16308
16309         * sysdeps/sh/libm-test-ulps: Regenerate.
16310
16311 2014-01-24  David S. Miller  <davem@davemloft.net>
16312
16313         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
16314
16315 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16316
16317         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
16318         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
16319
16320 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
16321
16322         [BZ #16474]
16323         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
16324         string pointers after reallocation.
16325
16326 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16327
16328         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
16329         __SH4A__ instead of __SH_FPU_ANY__.
16330
16331 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16332
16333         * sysdeps/sh/fpu_control.h: New file.
16334         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
16335         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
16336         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
16337         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
16338         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
16339         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
16340         * sysdeps/sh/sys/ucontext.h: Remove.
16341         * sysdeps/sh/sys: Remove directory.
16342
16343 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16344
16345         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
16346         s390/sys/ucontext.h.
16347         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
16348         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
16349
16350 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
16351
16352         [BZ #15605]
16353         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
16354
16355 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16356
16357         [BZ#16431]
16358         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
16359         Adjust the vDSO correctly for internal calls.
16360         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
16361
16362 2014-01-20  Allan McRae  <allan@archlinux.org>
16363
16364         * po/ca.po: Update Catalan translation from translation project.
16365
16366 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
16367
16368         * sysdeps/s390/sotruss-lib.c: New file.
16369
16370 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16371
16372         [BZ#16430]
16373         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
16374         (__GI___gettimeofday): Alias for a different internal symbol to avoid
16375         local calls issues by not having a PLT stub required for IFUNC calls.
16376         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
16377
16378 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
16379
16380         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
16381         * math/test-fpucw-static.c: Likewise.
16382
16383 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16384
16385         [BZ #16453]
16386         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
16387
16388 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16389
16390         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
16391         implementation for powerpc.
16392
16393 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
16394
16395         [BZ #14782]
16396         * sysdeps/posix/system.c (__libc_system): Do not enable
16397         asynchronous cancellation.
16398
16399 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16400
16401         [BZ #16427]
16402         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
16403         handling only for numbers special also in the IEEE case.
16404
16405 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16406
16407         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16408
16409 2014-01-11  Allan McRae  <allan@archlinux.org>
16410
16411         * po/bg.po: Update Bulgarian translation from translation project.
16412
16413         * po/de.po: Update German translation from translation project.
16414
16415 2014-01-10  Roland McGrath  <roland@hack.frob.com>
16416
16417         * sysdeps/generic/gcc-compat.h: New file.
16418
16419 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16420
16421         * benchtests/asin-inputs: Correct slow inputs.
16422         * benchtests/acos-inputs: Likewise.
16423
16424 2014-01-10  Allan McRae  <allan@archlinux.org>
16425
16426         * po:sv.po: Update Swedish translation from translation project.
16427
16428         * po/vi.po: Update Vietnamese translation from translation project.
16429
16430         * po/eo.po: Update Esperanto translation from translation project.
16431
16432         * po/cs.po: Update Czech translation from translation project.
16433
16434         * po/nl.po: Update Dutch translation from translation project.
16435
16436         * po/pl.po: Update Polish translation from translation project.
16437
16438         * po/ru.po: Update Russian translation from translation project.
16439
16440         * po/uk.po: Update Ukrainian translation from translation project.
16441
16442 2014-01-08  Brooks Moses  <bmoses@google.com>
16443
16444         * elf/dl-load.c: Fix comment typo.
16445
16446 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
16447
16448         * po/header.pot: Rename to...
16449         * po/pot.header: ... this.
16450         * po/Makefile: Use pot.header.
16451
16452 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
16453             Maxim Kuvyrkov  <maxim@kugelworks.com>
16454
16455         [BZ #16394]
16456         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
16457         SRC and DEST against LEN.
16458
16459 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16460
16461         [BZ #16414]
16462         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
16463         implementation.
16464         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
16465
16466 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16467
16468         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16469
16470 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
16471
16472         [BZ #16408]
16473         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
16474         for large positive arguments.
16475
16476 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
16477
16478         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16479
16480         * math/auto-libm-test-in: Mark various tests with
16481         xfail-rounding:ldbl-128ibm.
16482         * math/auto-libm-test-out: Regenerated.
16483
16484         [BZ #16407]
16485         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
16486         Increase overflow threshold.
16487
16488 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
16489
16490         [BZ #14286]
16491         * stdio-common/vfprintf.c: Check for integer overflow.
16492
16493 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16494
16495         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
16496         the first argument and return value of __tls_get_addr_internal.
16497
16498 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16499
16500         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
16501         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
16502
16503 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16504
16505         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
16506         * sysdeps/s390/rtld-global-offsets.sym: New file.
16507         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
16508         GLIBC_2.19 symbol.
16509         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
16510         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
16511         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
16512         ... this.
16513         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
16514         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
16515         ... this.
16516         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16517         Regenerate.
16518         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16519         Regenerate.
16520         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
16521         halfs of GPRs for high_gprs contexts.
16522         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
16523         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
16524         field.
16525         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
16526         uc_flags field.
16527         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
16528         64 bit versions:
16529         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
16530         for high GPRs (uc_high_gprs) and for future extensions
16531         (__reserved).
16532         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
16533         for future extensions (__reserved).
16534         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
16535         64 bit versions:
16536         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
16537         SC_HIGHGPRS offset definition.
16538         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
16539         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
16540
16541         * Versions.def: Add GLIBC_2.19 for libpthread.
16542         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
16543         siglongjmp for libpthread with GLIBC_2.19 symver.
16544         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
16545         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
16546         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
16547         * sysdeps/s390/__longjmp.c: New file.
16548         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
16549         * sysdeps/s390/longjmp.c: New file.
16550         * sysdeps/s390/setjmp.S: New file.
16551         * sysdeps/s390/sigjmp.S: New file.
16552         * sysdeps/s390/v1-longjmp.c: New file.
16553         * sysdeps/s390/v1-setjmp.h: New file.
16554         * sysdeps/s390/v1-sigjmp.c: New file.
16555         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
16556         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
16557         GLIBC_2.19 version.
16558         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
16559         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
16560         versioned symbols for ____longjmp_chk.
16561         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
16562         Likewise.
16563         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16564         Regenerate.
16565         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
16566         Regenerate.
16567         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16568         Regenerate.
16569         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
16570         Regenerate.
16571         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
16572         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
16573         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
16574         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
16575         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
16576         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
16577         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
16578         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
16579         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
16580         * sysdeps/s390/rtld-__longjmp.c: New file.
16581         * sysdeps/s390/rtld-setjmp.S: New file.
16582
16583 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
16584
16585         [BZ #16400]
16586         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16587         Return -__logl (x) for small positive arguments without evaluating
16588         a polynomial.
16589
16590 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
16591
16592         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
16593         Rename to ...
16594         (__ptrace_peeksiginfo_args): ... this.
16595         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16596         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16597         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16598
16599 2014-01-06  Allan McRae  <allan@archlinux.org>
16600
16601         * inet/netinet/in.h: Fix typo in comment.
16602
16603 2014-01-05  Andreas Jaeger  <aj@suse.de>
16604
16605         * sysdeps/i386/fpu/libm-test-ulps: Update.
16606
16607 2014-01-05  Allan McRae  <allan@archlinux.org>
16608
16609         * po/libc.pot: Regenerated.
16610
16611         * malloc/memusagestat.c: Fix gettext call formatting.
16612
16613 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
16614
16615         * nscd/nscd.c: Improve usage() output.
16616
16617 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
16618
16619         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
16620         * sysdeps/unix/sysv/linux/configure: Regenerated.
16621         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
16622         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
16623
16624 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16625
16626         [BZ #16390]
16627         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16628         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
16629
16630 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16631
16632         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
16633         extra tokens at end of #undef directive.
16634         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
16635         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
16636         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
16637
16638 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16639
16640         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16641
16642         * math/auto-libm-test-in: Mark various tests with
16643         xfail-rounding:ldbl-128ibm.
16644         * math/auto-libm-test-out: Regenerated.
16645
16646 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
16647
16648         [BZ #16386]
16649         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
16650         numbers with subnormal high part when calculating exponent.
16651
16652         [BZ #16385]
16653         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
16654         fabs.
16655
16656         [BZ #16384]
16657         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
16658         M_LN2l.
16659         (__ieee754_acoshl): Use __log1pl not __log1p.
16660
16661 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
16662
16663         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
16664         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
16665         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
16666         (grow_heap, heap_trim, _int_new_arena, get_free_list)
16667         (reused_arena, arena_get2): Convert to GNU style.
16668         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
16669         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
16670         (memalign_check, __malloc_set_state): Likewise.
16671         * malloc/mallocbug.c (main): Likewise.
16672         * malloc/malloc.c (__malloc_assert, malloc_init_state)
16673         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
16674         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
16675         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
16676         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
16677         (__posix_memalign, malloc_info): Likewise.
16678         * malloc/malloc.h: Likewise.
16679         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
16680         (mallochook, memalignhook, reallochook, mabort): Likewise.
16681         * malloc/mcheck.h: Likewise.
16682         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
16683         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
16684         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
16685         * malloc/morecore.c (__default_morecore): Likewise.
16686         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
16687         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
16688         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
16689         (print_and_abort): Likewise.
16690         * malloc/obstack.h: Likewise.
16691         * malloc/set-freeres.c (__libc_freeres): Likewise.
16692         * malloc/tst-mallocstate.c (main): Likewise.
16693         * malloc/tst-mtrace.c (main): Likewise.
16694         * malloc/tst-realloc.c (do_test): Likewise.
16695
16696 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
16697
16698         [BZ #16366]
16699         * nscd/netgroupcache.c (do_notfound): New function.
16700         (addgetnetgrentX): Use it.
16701
16702         [BZ # 16365]
16703         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
16704         NSS_STATUS_NOTFOUND.
16705
16706 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
16707
16708         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
16709         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16710
16711 2014-01-01  Allan McRae  <allan@archlinux.org>
16712
16713         * scripts/update-copyrights: Update configure input file suffix.
16714
16715         * NEWS: Update copyright year.
16716         * catgets/gencat.c: Likewise.
16717         * csu/version.c: Likewise.
16718         * debug/catchsegv.sh: Likewise.
16719         * debug/pcprofiledump.c: Likewise.
16720         * debug/xtrace.sh: Likewise.
16721         * elf/ldconfig.c: Likewise.
16722         * elf/ldd.bash.in: Likewise.
16723         * elf/pldd.c: Likewise.
16724         * elf/sotruss.ksh: Likewise.
16725         * elf/sprof.c: Likewise.
16726         * iconv/iconv_prog.c: Likewise.
16727         * iconv/iconvconfig.c: Likewise.
16728         * locale/programs/locale.c: Likewise.
16729         * locale/programs/localedef.c: Likewise.
16730         * login/programs/pt_chown.c: Likewise.
16731         * malloc/memusage.sh: Likewise.
16732         * malloc/memusagestat.c: Likewise.
16733         * malloc/mtrace.pl: Likewise.
16734         * manual/libc.texinfo: Likewise.
16735         * nscd/nscd.c: Likewise.
16736         * nss/getent.c: Likewise.
16737         * nss/makedb.c: Likewise.
16738         * posix/getconf.c: Likewise.
16739         * scripts/test-installation.pl: Likewise.
16740
16741         * All files with FSF copyright notices: Update copyright dates
16742         using scripts/update-copyrights.
16743         * intl/plural.c: Regenerated.
16744         * locale/programs/charmap-kw.h: Likewise.
16745         * locale/programs/locfile-kw.h: Likewise.
16746
16747 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
16748
16749         * sysdeps/unix/sysv/linux/configure: Regenerated.
16750         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16751         the linux/fanotify.h header.
16752         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16753         HAVE_LINUX_FANOTIFY_H is defined.
16754
16755 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
16756
16757         * benchtests/cos-inputs: New inputs.
16758         * benchtests/sin-inputs: Likewise.
16759
16760         * benchtests/atan-inputs: New inputs. Fix name of multiple
16761         precision fallback inputs.
16762
16763         * benchtests/atanh-inputs: New inputs.
16764         * benchtests/tanh-inputs: Likewise.
16765
16766         * benchtests/acosh-inputs: New inputs.
16767         * benchtests/asinh-inputs: Likewise.
16768
16769         * benchtests/cosh-inputs: New inputs.
16770         * benchtests/sinh-inputs: Likewise.
16771
16772         * benchtests/acos-inputs: Add more inputs.
16773         * benchtests/asin-inputs: Likewise.
16774
16775 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
16776
16777         [BZ #16375]
16778         * manual/arith.texi: Fix spelling.
16779         * manual/charset.texi: Likewise.
16780         * manual/errno.texi: Likewise.
16781         * manual/filesys.texi: Likewise.
16782         * manual/lang.texi: Likewise.
16783         * manual/llio.texi: Likewise.
16784         * manual/locale.texi: Likewise.
16785         * manual/message.texi: Likewise.
16786         * manual/resource.texi: Likewise.
16787         * manual/search.texi: Likewise.
16788         * manual/setjmp.texi: Likewise.
16789         * manual/stdio.texi: Likewise.
16790         * manual/string.texi: Likewise.
16791         * manual/sysinfo.texi: Likewise.
16792         * manual/time.texi: Likewise.
16793
16794 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
16795
16796         * po/sl.po: New file.
16797
16798 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
16799
16800         * .gitignore: Add core/.gdbinit/.gdb_history.
16801
16802 2013-12-27  Allan McRae  <allan@archlinux.org>
16803
16804         [BZ #16369]
16805         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16806         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16807
16808 2013-12-24  Brooks Moses  <bmoses@google.com>
16809
16810         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16811         all compilers that claim C++98 compliance, not just GCC.
16812         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16813         Likewise.
16814
16815 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16816
16817         * NEWS: Restore accidentally deleted bug-fix entries.
16818
16819 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16820             Ondřej Bílka  <neleai@seznam.cz>
16821
16822         [BZ #15073]
16823         * malloc/malloc.c (_int_free): Perform sanity check only if we
16824         have_lock.
16825
16826 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
16827
16828         [BZ #12986]
16829         * manual/stdio.texi (String Input Conversions): Clarify that character
16830         classes are not supported.
16831
16832 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16833
16834         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16835
16836 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
16837
16838         [BZ #16337]
16839         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16840         Calculate results for small negative arguments directly rather
16841         than using reflection formula with special underflow handling.
16842
16843         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16844         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16845         sysdeps/unix/bsd/bsd4.4/syscalls.list.
16846         (fchflags): Likewise.
16847         (revoke): Likewise.
16848         (setlogin): Likewise.
16849         (sigaltstack): Likewise.
16850         (wait4): Likewise.
16851         (sigblock): Remove.
16852         (sigsetmask): Likewise.
16853         (wait3): Likewise.
16854         (waitpid): Likewise.
16855         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16856         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16857         file.
16858         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16859         * sysdeps/unix/bsd/Makefile: ... here.
16860         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16861         * sysdeps/unix/bsd/Versions: ... here.
16862         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16863         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16864         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16865         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16866         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16867         * sysdeps/unix/bsd/sigblock.c: ... here.
16868         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16869         * sysdeps/unix/bsd/sigsetmask.c: ... here.
16870         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16871         * sysdeps/unix/bsd/sigvec.c: ... here.
16872         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16873         * sysdeps/unix/bsd/tcdrain.c: ... here.
16874         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16875         * sysdeps/unix/bsd/tcgetattr.c: ... here.
16876         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16877         * sysdeps/unix/bsd/tcsetattr.c: ... here.
16878         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16879         * sysdeps/unix/bsd/wait.c: ... here.
16880         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16881         * sysdeps/unix/bsd/wait3.c: ... here.
16882         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16883         * sysdeps/unix/bsd/waitpid.c: ... here.
16884
16885 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
16886
16887         [BZ #16356]
16888         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16889         round-to-nearest for [!USE_AS_EXPM1L].
16890         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16891         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
16892         more tests of exp and exp10.  Expect some exp10 tests to miss
16893         exceptions or fail in directed rounding modes.
16894         * math/auto-libm-test-out: Regenerated.
16895         * math/libm-test.inc (exp10_tonearest_test_data): New array.
16896         (exp10_test_tonearest): New function.
16897         (exp10_towardzero_test_data): New array.
16898         (exp10_test_towardzero): New function.
16899         (exp10_downward_test_data): New array.
16900         (exp10_test_downward): New function.
16901         (exp10_upward_test_data): New array.
16902         (exp10_test_upward): New function.
16903         (main): Call the new functions.
16904         * sysdeps/i386/fpu/libm-test-ulps: Update.
16905         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16906
16907 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
16908
16909         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16910         asinh, atan, atan2, atanh, cbrt, cos and cosh.
16911         * math/auto-libm-test-out: Regenerated.
16912         * math/libm-test.inc (acosh_test_data): Add more tests.
16913         (atanh_test_data): Likewise.
16914         (ceil_test_data): Likewise.
16915         (copysign_test_data): Likewise.
16916         * sysdeps/i386/fpu/libm-test-ulps: Update.
16917         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16918
16919         * timezone/checktab.awk: Update from tzcode 2013i.
16920         * timezone/private.h: Likewise.
16921         * timezone/scheck.c: Likewise.
16922         * timezone/tzfile.h: Likewise.
16923         * timezone/tzselect.ksh: Likewise.
16924         * timezone/zdump.c: Likewise.
16925         * timezone/zic.c: Likewise.
16926
16927         * math/auto-libm-test-in: Add tests of cpow.
16928         * math/auto-libm-test-out: Regenerated.
16929         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
16930         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16931         mpc_cc_c.
16932         (func_calc_desc): Add mpc_cc_c union field.
16933         (test_functions): Add cpow.
16934         (special_fill_2pi): New function.
16935         (special_real_inputs): Add 2pi.
16936         (calc_generic_results): Handle mpc_cc_c.
16937         * sysdeps/i386/fpu/libm-test-ulps: Update.
16938         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16939
16940         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16941         csqrt, ctan and ctanh.
16942         * math/auto-libm-test-out: Regenerated.
16943         * math/libm-test.inc (TEST_COND_x86_64): New macro.
16944         (TEST_COND_x86): Likewise.
16945         (ccos_test_data): Use AUTO_TESTS_c_c.
16946         (ccosh_test_data): Likewise.
16947         (cexp_test_data): Likewise.
16948         (clog_test_data): Likewise.
16949         (csqrt_test_data): Likewise.
16950         (ctan_test_data): Likewise.
16951         (ctan_tonearest_test_data): Likewise.
16952         (ctan_towardzero_test_data): Likewise.
16953         (ctan_downward_test_data): Likewise.
16954         (ctan_upward_test_data): Likewise.
16955         (ctanh_test_data): Likewise.
16956         (ctanh_tonearest_test_data): Likewise.
16957         (ctanh_towardzero_test_data): Likewise.
16958         (ctanh_downward_test_data): Likewise.
16959         (ctanh_upward_test_data): Likewise.
16960         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16961         mpc_c_c.
16962         (func_calc_desc): Add mpc_c_c union field.
16963         (FUNC_mpc_c_c): New macro.
16964         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16965         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16966         ctanh.
16967         (special_fill_min_subnorm_p120): New function.
16968         (special_real_inputs): Add min_subnorm_p120.
16969         (calc_generic_results): Handle mpc_c_c.
16970         * sysdeps/i386/fpu/libm-test-ulps: Update.
16971         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16972
16973 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16974
16975         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16976         (do_sin_slow): New functions.
16977         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16978         (cslow2, csloww1, csloww2): Use the new functions.
16979
16980         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16981         Use M to change sign of result instead of X.  Assume X is
16982         positive.
16983         (csloww1): Likewise.
16984         (__sin): Adjust.
16985         (__cos): Adjust.
16986
16987         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16988         arguments A and DA.
16989         (__sin): Adjust.
16990         (__cos): Likewise.
16991
16992         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16993         (__cos): Likewise.
16994         (sloww1): Don't adjust sign of DX.
16995         (csloww1): Likewise.
16996         (sloww2): Use X directly and don't adjust sign of DX.
16997         (csloww2): Likewise.
16998
16999 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
17000
17001         * math/auto-libm-test-in: Add tests of cabs and carg.
17002         * math/auto-libm-test-out: Regenerated.
17003         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
17004         (carg_test_data): Likewise.
17005         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17006         mpc_c_f.
17007         (func_calc_desc): Add mpc_c_f union field.
17008         (test_functions): Add cabs and carg.
17009         (calc_generic_results): Handle mpc_c_f.
17010
17011         * sysdeps/powerpc/powerpc32/libgcc-compat.S
17012         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
17013         as a macro and a compat symbol.
17014         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
17015         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
17016         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
17017         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
17018         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
17019         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
17020         not use .hidden.
17021         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
17022         Likewise.
17023         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
17024         Likewise.
17025         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
17026         Likewise.
17027         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
17028         Likewise.
17029         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
17030         Likewise.
17031         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
17032         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
17033         from GLIBC_2.3.2.
17034
17035 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17036
17037         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17038
17039 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
17040
17041         * manual/texinfo.tex: Update to version 2013-11-26.10 with
17042         trailing whitespace removed.
17043         * scripts/config.guess: Update to version 2013-11-29.
17044         * scripts/config.sub: Update to version 2013-10-01.
17045
17046         * math/auto-libm-test-in: Add tests of sincos.
17047         * math/auto-libm-test-out: Regenerated.
17048         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
17049         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17050         mpfr_f_11.
17051         (func_calc_desc): Add mpfr_f_11 union field.
17052         (test_functions): Add sincos.
17053         (calc_generic_results): Handle mpfr_f_11.
17054         * sysdeps/i386/fpu/libm-test-ulps: Update.
17055         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17056
17057 2013-12-19  Andreas Schwab  <schwab@suse.de>
17058
17059         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
17060         CALL_MCOUNT.
17061         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
17062         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
17063         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
17064
17065 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
17066
17067         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
17068         * sysdeps/i386/fpu/libm-test-ulps: Update.
17069         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17070
17071         [BZ #16293]
17072         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
17073         round-to-nearest mode when using frndint.
17074         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
17075         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
17076         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
17077         Likewise.
17078         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
17079         sinh test to fail.
17080         * math/auto-libm-test-out: Regenerated.
17081         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
17082         (TEST_COND_x86): Likewise.
17083         (expm1_tonearest_test_data): New array.
17084         (expm1_test_tonearest): New function.
17085         (expm1_towardzero_test_data): New array.
17086         (expm1_test_towardzero): New function.
17087         (expm1_downward_test_data): New array.
17088         (expm1_test_downward): New function.
17089         (expm1_upward_test_data): New array.
17090         (expm1_test_upward): New function.
17091         (main): Run the new test functions.
17092         * sysdeps/i386/fpu/libm-test-ulps: Update.
17093         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17094
17095         * include/features.h: Update comment documenting feature test
17096         macros.  Mention _DEFAULT_SOURCE in comment.
17097         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
17098         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
17099         _BSD_SOURCE and _SVID_SOURCE.
17100         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
17101         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
17102         !_SVID_SOURCE]: Likewise.
17103         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
17104         (__USE_POSIX_IMPLICITLY): Define.
17105         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
17106         (_POSIX_SOURCE): Undefine and redefine.
17107         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
17108         (_POSIX_C_SOURCE): Likewise.
17109         * manual/creature.texi (_DEFAULT_SOURCE): Document.
17110         (Feature Test Macros): Update documentation of default features.
17111
17112 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
17113
17114         * benchtests/Makefile: Add bench-strtok.
17115         * benchtests/bench-strtok.c: New file: strtok benchtest.
17116
17117 2013-12-19  Allan McRae  <allan@archlinux.org>
17118
17119         * manual/install.texi: Suppress menu for plain text output.
17120         * INSTALL: Regenerated.
17121
17122 2013-12-18  Brooks Moses  <bmoses@google.com>
17123
17124         [BZ #15846]
17125         * misc/getauxval.c: Include errno.h.
17126         (__getauxval): Set errno to ENOENT if the requested type is not
17127         found.
17128         * misc/sys/auxv.h (getauxval): Document that it may set errno;
17129         don't declare with __attribute_const__.
17130         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
17131         * manual/startup.texi: Document that getauxval sets errno.
17132
17133 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
17134
17135         * math/auto-libm-test-in: Add tests of jn and yn.
17136         * math/auto-libm-test-out: Regenerated.
17137         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
17138         (yn_test_data): Likewise.
17139         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17140         mpfr_if_f.
17141         (func_calc_desc): Add mpfr_if_f union field.
17142         (FUNC_mpfr_if_f): New macro.
17143         (test_functions): Add jn and yn.
17144         (calc_generic_results): Assert type of second input for
17145         mpfr_ff_f.  Handle mpfr_if_f.
17146         (output_for_one_input_case): Disable all checking for arguments
17147         fitting floating-point types in case of an integer argument.
17148         * sysdeps/i386/fpu/libm-test-ulps: Update.
17149         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17150
17151         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
17152         Don't expect fegetround reference in libm.so.
17153
17154 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
17155
17156         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
17157         $(config-cflags-nofma).
17158
17159 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
17160
17161         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
17162         * math/auto-libm-test-out: Regenerated.
17163
17164         [BZ #16338]
17165         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
17166         to determine exponent and adjust argument to have exponent of -1.
17167         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
17168         log2.
17169         * math/auto-libm-test-out: Regenerated.
17170         * sysdeps/i386/fpu/libm-test-ulps: Update.
17171         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17172
17173 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
17174
17175         * manual/probes.texi: Remove cases when per-thread arenas are
17176         disabled.
17177
17178 2013-12-18  Andreas Schwab  <schwab@suse.de>
17179
17180         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
17181         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
17182         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
17183         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
17184         * sysdeps/i386/i686/multiarch/Makefile: Update.
17185         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
17186
17187 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17188
17189         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
17190         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
17191
17192 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
17193
17194         [BZ #15968]
17195         Support TZ transition times < 00:00:00.
17196         This is needed for version-3 tz-format files; it supports time
17197         stamps past 2037 for America/Godthab (the only entry in the tz
17198         database for which this change is relevant).
17199         * manual/time.texi (TZ Variable): Document transition times
17200         from -167:59:59 through -00:00:01.
17201         * time/tzset.c (tz_rule): Time of day is now signed.
17202         (__tzset_parse_tz): Parse negative time of day.
17203
17204         Document TZ transition times >= 25:00:00.
17205         * manual/time.texi (TZ Variable): Document transition times from
17206         25:00:00 through 167:59:59.  These are already supported, and this
17207         support will help with version-3 tz-format files.
17208
17209         * manual/time.texi (TZ Variable): Modernize North America example
17210         to reflect current (i.e., 2007-and-later) daylight saving rules.
17211
17212         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
17213
17214 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17215
17216         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
17217         * sysdeps/unix/bsd/bits/stat.h: Likewise.
17218         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
17219         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
17220         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
17221         * sysdeps/unix/bsd/bsdstat.h: Likewise.
17222         * sysdeps/unix/bsd/clock.c: Likewise.
17223         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
17224         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
17225         * sysdeps/unix/bsd/init-posix.c: Likewise.
17226         * sysdeps/unix/bsd/poll.c: Likewise.
17227         * sysdeps/unix/bsd/ptsname.c: Likewise.
17228         * sysdeps/unix/bsd/seekdir.c: Likewise.
17229         * sysdeps/unix/bsd/setegid.c: Likewise.
17230         * sysdeps/unix/bsd/seteuid.c: Likewise.
17231         * sysdeps/unix/bsd/setgid.c: Likewise.
17232         * sysdeps/unix/bsd/setrgid.c: Likewise.
17233         * sysdeps/unix/bsd/setruid.c: Likewise.
17234         * sysdeps/unix/bsd/setsid.c: Likewise.
17235         * sysdeps/unix/bsd/setuid.c: Likewise.
17236         * sysdeps/unix/bsd/sigaction.c: Likewise.
17237         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
17238         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
17239         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
17240         * sysdeps/unix/bsd/telldir.c: Likewise.
17241         * sysdeps/unix/bsd/times.c: Likewise.
17242         * sysdeps/unix/bsd/usleep.c: Likewise.
17243
17244         * misc/Makefile (install-lib): Remove libbsd-compat.a.
17245         ($(objpfx)libbsd-compat.a): Remove rule.
17246
17247         * include/features.h (__FAVOR_BSD): Do not define.
17248         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
17249         features conflicting with POSIX.
17250         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
17251         (_BSD_SOURCE): Remove description of not being a subset of other
17252         feature test macros.
17253         * manual/job.texi (getpgrp): Do not document BSD version.
17254         (getpgid): Do not document by reference to BSD getpgrp.
17255         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
17256         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
17257         * signal/signal.h [__FAVOR_BSD]: Likewise.
17258         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
17259         instead of making contents conditional on [__FAVOR_BSD].
17260         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
17261
17262 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17263
17264         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17265
17266 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17267
17268         [BZ #16314]
17269         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
17270         values below 2**-450, not 2**-500.
17271         * math/auto-libm-test-in: Don't allow spurious underflow from
17272         hypot.
17273         * math/auto-libm-test-out: Regenerated.
17274
17275         [BZ #16316]
17276         [BZ #16330]
17277         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
17278         values of ha and hb and sort them after adjusting subnormal
17279         arguments.
17280         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
17281         Likewise.
17282         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
17283         values of ea and eb and sort them after adjusting subnormal
17284         arguments.
17285         * math/auto-libm-test-in: Do not expect some hypot tests of
17286         subnormals to fail.  Add more hypot tests.
17287         * math/auto-libm-test-out: Regenerated.
17288
17289 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17290
17291         [BZ #13304]
17292         * sysdeps/sh/s_fma.c: New file.
17293         * sysdeps/sh/s_fmaf.c: New file.
17294         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
17295         version.
17296         * sysdeps/sh/Implies: Add sh/soft-fp.
17297
17298 2013-12-16  Roland McGrath  <roland@hack.frob.com>
17299
17300         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
17301         level of indirection to members `objname', `errstring', `malloced'.
17302         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
17303         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
17304         it as the __longjmp argument (just pass 1 instead).
17305         (_dl_catch_error): Initialize C with argument pointers and address of
17306         volatile local ERRCODE rather than copying values out of C at return.
17307
17308 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
17309
17310         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
17311         * math/auto-libm-test-out: Regenerated.
17312         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
17313         (hypot_test_data): Likewise.
17314         (pow_test_data): Likewise.
17315         (pow_tonearest_test_data): Likewise.
17316         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17317         mpfr_ff_f.
17318         (func_calc_desc): Add mpfr_ff_f union field.
17319         (FUNC_mpfr_ff_f): New macro.
17320         (test_functions): Add atan2, hypot and pow.
17321         (special_fill_min): New function.
17322         (special_fill_minus_min): Likewise.
17323         (special_fill_min_subnorm): Likewise.
17324         (special_fill_minus_min_subnorm): Likewise.
17325         (special_real_inputs): Add min, -min, min_subnorm and
17326         -min_subnorm.
17327         (calc_generic_results): Handle mpfr_ff_f.
17328         * sysdeps/i386/fpu/libm-test-ulps: Update.
17329         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17330
17331 2013-12-16  Will Newton  <will.newton@linaro.org>
17332
17333         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
17334         (Aligned Memory Blocks): Add documentation for aligned_alloc
17335         and suggest it as an alternative to posix_memalign.
17336         (Hooks for Malloc): Document __memalign_hook is also called
17337         for aligned_alloc.  (Summary of Malloc): Add summary for
17338         aligned alloc.  Document __memalign_hook is also called
17339         for aligned_alloc.
17340
17341 2013-12-16  Will Newton  <will.newton@linaro.org>
17342
17343         * manual/memory.texi (Malloc Examples): Clarify default
17344         alignment documentation.  Suggest posix_memalign rather
17345         than memalign or valloc.
17346         (Aligned Memory Blocks): Remove suggestion to use memalign
17347         or valloc.  Remove obsolete comment about BSD.
17348         Document memalign errno values and mark the function obsolete.
17349         Document posix_memalign returned error codes.  Mark valloc
17350         as obsolete.  (Hooks for Malloc): __memalign_hook is also
17351         called for posix_memalign and valloc.
17352         (Summary of Malloc): Add posix_memalign to function summary.
17353         __memalign_hook is also called for posix_memalign and valloc.
17354
17355 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
17356
17357         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
17358         TAYLOR_SIN.
17359         (__sin): Adjust.
17360         (__cos): Likewise.
17361         (sloww): Use mynumber union.  Expand ternary operator into
17362         if-else statements.
17363         (cslow): use mynumber union.
17364
17365 2013-12-16  Allan McRae  <allan@archlinux.org>
17366
17367         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
17368         * configure: Regenerated.
17369
17370         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
17371
17372         [BZ #14120]
17373         * configure.ac: Added --enable-maintainer-mode. Check for
17374         autoconf when enabled.
17375         * configure: Regenerated.
17376
17377         * nscd/nscd.service: New file.
17378         * nscd/nscd.tmpfiles: New file.
17379
17380 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
17381
17382         [BZ #12100]
17383         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
17384         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
17385         * sysdeps/x86_64/multiarch/strstr.c: ... here.
17386         (strstr): Add __strstr_sse2_unaligned ifunc.
17387         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
17388         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
17389         (strcasestr): Remove __strcasestr_sse42 ifunc.
17390         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
17391         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
17392         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17393
17394 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17395
17396         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
17397         * sysdeps/sh/bits/fenv.h: ... here.
17398         * sysdeps/sh/sh4/fpu/bits: Remove directory.
17399
17400 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17401
17402         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
17403
17404         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
17405         hypotf multiarch implementations.
17406         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
17407         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
17408         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
17409         multiarch hypot for PPC64.
17410         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
17411         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
17412         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
17413         multiarch hypotf for PPC64.
17414
17415         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
17416         modff multiarch implementations.
17417         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
17418         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
17419         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
17420         multiarch modf for PPC64.
17421         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
17422         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
17423         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
17424         multiarch modff for PPC64.
17425
17426         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
17427         and logl multiarch implementations.
17428         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
17429         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
17430         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
17431         multiarch logb for PPC64.
17432         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
17433         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
17434         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
17435         multiarch logb for PPC64.
17436         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
17437         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
17438         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
17439         multiarch logb for PPC64.
17440
17441         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
17442         isinff multiarch implementation.
17443         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
17444         file.
17445         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
17446         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
17447         multiarch isinf for PPC64.
17448         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
17449         file.
17450         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
17451         multiarch isinff for PPC64.
17452
17453         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
17454         finitef multiarch implementation.
17455         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
17456         file.
17457         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
17458         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
17459         multiarch finite for PPC64.
17460         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
17461         file.
17462         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
17463         multiarch finitef for PPC64.
17464
17465         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
17466         lrint multiarch implementation.
17467         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
17468         file.
17469         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
17470         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
17471         multiarch llrint for PPC64.
17472         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
17473         multiarch lrint for PPC64.
17474
17475         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
17476         copysignf multiarch implementation.
17477         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
17478         file.
17479         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
17480         file.
17481         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
17482         multiarch copysign for PPC64.
17483         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
17484         multiarch copysignf for PPC64.
17485
17486         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
17487         multiarch implementation.
17488         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
17489         file.
17490         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
17491         file.
17492         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
17493         file.
17494         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
17495         file.
17496         multiarch llround for PPC64.
17497         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
17498         multiarch trunc for PPC64.
17499         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
17500         multiarch truncf for PPC64.
17501
17502         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
17503         multiarch implementation.
17504         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
17505         file.
17506         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
17507         file.
17508         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
17509         file.
17510         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
17511         file.
17512         multiarch llround for PPC64.
17513         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
17514         multiarch round for PPC64.
17515         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
17516         multiarch roundf for PPC64.
17517
17518         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
17519         multiarch implementation.
17520         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
17521         file.
17522         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
17523         file.
17524         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
17525         file.
17526         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
17527         file.
17528         multiarch llround for PPC64.
17529         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
17530         multiarch floor for PPC64.
17531         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
17532         multiarch floorf for PPC64.
17533
17534         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
17535         multiarch implementation.
17536         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
17537         file.
17538         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
17539         file.
17540         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
17541         file.
17542         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
17543         file.
17544         multiarch llround for PPC64.
17545         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
17546         multiarch ceil for PPC64.
17547         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
17548         multiarch ceilf for PPC64.
17549
17550         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17551         multiarch implementation.
17552         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
17553         file.
17554         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
17555         file.
17556         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
17557         file.
17558         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
17559         multiarch llround for PPC64.
17560         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
17561         multiarch lround for PPC64.
17562
17563         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17564         multiarch implementation.
17565         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
17566         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
17567         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
17568         file.
17569         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
17570         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
17571         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
17572         multiarch isnan for PPC64.
17573         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
17574         multiarch isnanf for PPC64.
17575
17576         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
17577         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
17578         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
17579         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
17580         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
17581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
17582
17583         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
17584         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
17585         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
17586         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
17587
17588         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
17589         multiarch implementations.
17590         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17591         (__libc_ifunc_impl_list): Likewise.
17592         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
17593         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
17594         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
17595         multiarch stpcpy for PPC64.
17596
17597         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
17598         multiarch implementations.
17599         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17600         (__libc_ifunc_impl_list): Likewise.
17601         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
17602         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
17603         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
17604         multiarch strcpy for PPC64.
17605
17606         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
17607         redefine function name.
17608         (_wordcopy_fwd_dest_aligned): Likewise.
17609         (_wordcopy_bwd_aligned): Likewise.
17610         (_wordcopy_bwd_dest_aligned): Likewise.
17611         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
17612         multiarch implementations.
17613         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17614         (__libc_ifunc_impl_list): Likewise.
17615         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
17616         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
17617         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
17618         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
17619         multiarch wcscpy for PPC64.
17620
17621         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
17622         multiarch implementations.
17623         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17624         (__libc_ifunc_impl_list): Likewise.
17625         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
17626         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
17627         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
17628         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
17629         multiarch wcscpy for PPC64.
17630
17631         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
17632         multiarch implementations.
17633         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17634         (__libc_ifunc_impl_list): Likewise.
17635         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
17636         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
17637         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
17638         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
17639         multiarch wcsrchr for PPC64.
17640
17641         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
17642         multiarch implementations.
17643         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17644         (__libc_ifunc_impl_list): Likewise.
17645         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
17646         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
17647         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
17648         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
17649         multiarch wcschr for PPC64.
17650
17651         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
17652         multiarch implementations.
17653         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17654         (__libc_ifunc_impl_list): Likewise.
17655         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
17656         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
17657         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
17658         multiarch strchrnul for PPC64.
17659
17660         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
17661         implementations.
17662         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17663         (__libc_ifunc_impl_list): Likewise.
17664         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
17665         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
17666         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
17667         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
17668         strchr for PPC64.
17669
17670         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
17671         implementations.
17672         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17673         (__libc_ifunc_impl_list): Likewise.
17674         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
17675         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
17676         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
17677         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
17678         strncmp for PPC64.
17679
17680         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
17681         multiarch implementations.
17682         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17683         (__libc_ifunc_impl_list): Likewise.
17684         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
17685         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
17686         strncasecmp for PPC64.
17687         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
17688         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
17689         multiarch strncasecmp_l for PPC64.
17690
17691         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
17692         multiarch implementations.
17693         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17694         (__libc_ifunc_impl_list): Likewise.
17695         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
17696         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
17697         multiarch strcasecmp for PPC64.
17698         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
17699         file.
17700         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
17701         multiarch strcasecmp_l for PPC64.
17702
17703         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
17704         implementations.
17705         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17706         (__libc_ifunc_impl_list): Likewise.
17707         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
17708         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
17709         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
17710         strnlen for PPC64.
17711
17712         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
17713         implementations.
17714         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17715         (__libc_ifunc_impl_list): Likewise.
17716         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
17717         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
17718         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
17719         strlen for PPC64.
17720
17721         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
17722         implementations.
17723         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17724         (__libc_ifunc_impl_list): Likewise.
17725         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
17726         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
17727         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
17728         rawmemrchr for PPC64.
17729
17730         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
17731         implementation.
17732         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17733         (__libc_ifunc_impl_list): Likewise.
17734         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
17735         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
17736         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
17737         memrchr for PPC64.
17738
17739         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
17740         implementation.
17741         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17742         (__libc_ifunc_impl_list): Likewise.
17743         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
17744         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
17745         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
17746         memchr for PPC64.
17747
17748         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
17749         implementation.
17750         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17751         (__libc_ifunc_impl_list): Likewise.
17752         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17753         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17754         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17755         mempcpy for PPC64.
17756
17757         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17758         avoid cretion of __bzero symbol.
17759         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17760         Likewise.
17761         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17762         Likewise.
17763         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17764         Likewise.
17765         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17766         multiarch implementations.
17767         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17768         (__libc_ifunc_impl_list): Likewise.
17769         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17770         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17771         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17772         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17773         bzero for PPC32.
17774         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17775         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17776         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17777         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17778         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17779         memset for PPC64.
17780         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17781
17782         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17783         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17784         implementations.
17785         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17786         (__libc_ifunc_impl_list): Likewise.
17787         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17788         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17789         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17790         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17791         memcmp for PPC64.
17792
17793         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17794         multiarch for POWER/PPC64.
17795         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17796         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17797         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17798         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17799         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17800         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17801         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17802         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17803         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17804         memcpy for PPC64.
17805
17806         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17807         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17808         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17809         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17810         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17811         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17812         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17813         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17814         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17815         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17816         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17817         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17818         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17819         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17820         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17821         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17822         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17823         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17824         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17826         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17827         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17828
17829 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17830
17831         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17832
17833 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17834
17835         * benchtests/Makefile (bench): Add exp2 and log2.
17836         (LDLIBS-bench-exp2): Add -lm.
17837         (LDLIBS-bench-log2): Likewise.
17838         * benchtests/exp2-inputs: New inputs file.
17839         * benchtests/log2-inputs: New inputs file.
17840         * benchtests/log-inputs: Add new inputs.
17841         * benchtests/tan-inputs: Likewise.
17842
17843 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17844
17845         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17846         definition...
17847         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17848         (csloww2): ... from here.
17849
17850         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17851         instead of structures.
17852         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17853         (POLYNOMIAL): Likewise.
17854         (TAYLOR_SLOW): Likewise.
17855         (__sin): Likewise.
17856         (__cos): Likewise.
17857         (slow1): Likewise.
17858         (slow2): Likewise.
17859         (sloww): Likewise.
17860         (sloww1); Likewise.
17861         (sloww2): Likewise.
17862         (bsloww1): Likewise.
17863         (bsloww2): Likewise.
17864         (cslow2): Likewise.
17865         (csloww): Likewise.
17866         (csloww1): Likewise.
17867         (csloww2): Likewise.
17868
17869 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
17870
17871         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
17872         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17873         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
17874         * malloc/hooks.c (realloc_check): Likewise.
17875
17876         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17877         * malloc/arena.c: Remove PER_THREAD conditional.
17878         [!PER_THREAD]: Remove code.
17879         (ptmalloc_unlock_all2): Likewise.
17880         (ptmalloc_init): Likewise.
17881         (_int_new_arena): Likewise.
17882         (arena_get2): Likewise.
17883         * malloc/hooks.c (__malloc_get_state): Likewise.
17884         (__malloc_set_state): Likewise.
17885         * malloc/malloc.c: Likewise.
17886         (struct malloc_state): Likewise.
17887         (struct malloc_par): Likewise.
17888         (__libc_realloc): Likewise.
17889         (__libc_mallopt): Likewise.
17890
17891 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17892
17893         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17894
17895 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
17896
17897         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17898         macro to a function.  Check for zero perturb_byte.
17899         (_int_malloc, _int_free): Remove zero perturb_byte checks.
17900
17901         * malloc/malloc.c: (force_reg): Remove.
17902         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17903         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
17904         force_reg by atomic_forced_read.
17905         * malloc/arena.c (ptmalloc_init): Likewise.
17906         * malloc/hooks.c (top_check): Likewise.
17907
17908 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17909
17910         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17911
17912 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
17913
17914         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17915
17916 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
17917
17918         * math/auto-libm-test-in: Add tests of lgamma.
17919         * math/auto-libm-test-out: Regenerated.
17920         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17921         (M_LOG_2_SQRT_PIl): Likewise.
17922         (lgamma_test_data): Use AUTO_TESTS_f_f1.
17923         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17924         mpfr_f_f1.
17925         (func_calc_desc): Add mpfr_f_f1 union field.
17926         (ARGS1): New macro.
17927         (ARGS2): Likewise.
17928         (ARGS3): Likewise.
17929         (ARGS4): Likewise.
17930         (RET1): Likewise.
17931         (RET2): Likewise.
17932         (CALC): Likewise.
17933         (FUNC): Likewise.
17934         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17935         (test_functions): Add lgamma.
17936         (calc_generic_results): Handle mpfr_f_f1.
17937         * sysdeps/i386/fpu/libm-test-ulps: Update.
17938         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17939
17940 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17941
17942         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17943         __mpn_add_n for PowerPC64/POWER7.
17944         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17945         __mpn_sub_n for PowerPC64/POWER7.
17946
17947         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17948         __mpn_addmul_1 for PowerPC64.
17949         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17950         __mpn_submul_1 for PowerPC64.
17951         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17952         for PowerPC64.
17953         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17954         for PowerPC64.
17955
17956 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
17957
17958         [BZ #15089]
17959         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17960
17961 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17962
17963         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17964
17965         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17966         add multiarch folders.
17967         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17968         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17969         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17970         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17971         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17972         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17973         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17974         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17975         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17976         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17977         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17979         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17980         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17981         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17982         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17983         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17984
17985         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17986         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17987         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17988         New file.
17989         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17990         New file.
17991         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17992         multiarch __ieee754_hypot for PowerPC32.
17993         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17994         New file.
17995         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17996         New file.
17997         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17998         multiarch __ieee754_hypotf for PowerPC32.
17999
18000         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
18001         long_double_symbol only if __logbl is defined.
18002         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
18003         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
18004         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
18005         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
18006         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
18007         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
18008         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
18009         path for implementation.
18010         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
18011         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
18012         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
18013         logb, and logbl multiarch implementations for PowerPC32.
18014         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
18015         file.
18016         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
18017         file.
18018         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
18019         multiarch logb for PowerPC32.
18020         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
18021         file.
18022         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
18023         file.
18024         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
18025         multiarch logbf for PowerPC32.
18026         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
18027         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
18028         file.
18029         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
18030         multiarch logbl implementation for PowerPC32.
18031
18032         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
18033         and modff multiarch implementations.
18034         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
18035         New file.
18036         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
18037         New file.
18038         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
18039         multiarch modf for PowerPC32.
18040         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
18041         New file.
18042         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
18043         New file.
18044         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
18045         multiarch modff for PowerPC32.
18046
18047         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
18048         and lrintf multiarch implementations.
18049         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
18050         New file.
18051         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
18052         New file.
18053         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
18054         multiarch lrint for PowerPC32.
18055         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
18056         file: multiarch lrintf for PowerPC32.
18057
18058         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
18059         and lroundf multiarch implementations.
18060         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
18061         New file.
18062         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
18063         New file.
18064         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
18065         New file.
18066         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
18067         multiarch lround for PowerPC32.
18068         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
18069         file: multiarch lroundf for PowerPC32.
18070
18071         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
18072         copysign and copysignf multiarch implementations.
18073         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
18074         New file.
18075         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
18076         New file.
18077         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
18078         file: multiarch copysign for PowerPC32.
18079         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
18080         file: multiarch copysignf for PowerPC32.
18081
18082         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
18083         and truncf multiarch implementations.
18084         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
18085         New file.
18086         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
18087         file.
18088         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
18089         multiarch trunc for PowerPC32.
18090         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
18091         New file.
18092         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
18093         New file.
18094         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
18095         multiarch truncf for PowerPC32.
18096
18097         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
18098         and roundf multiarch implementations.
18099         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
18100         New file.
18101         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
18102         file.
18103         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
18104         multiarch round for PowerPC32.
18105         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
18106         New file.
18107         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
18108         New file.
18109         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
18110         multiarch roundf for PowerPC32.
18111
18112         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
18113         and floorf multiarch implementations.
18114         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
18115         New file.
18116         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
18117         file.
18118         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
18119         multiarch floor for PowerPC32.
18120         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
18121         New file.
18122         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
18123         New file.
18124         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
18125         multiarch floorf for PowerPC32.
18126
18127         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
18128         and ceilf multiarch implementations.
18129         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
18130         New file.
18131         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
18132         file.
18133         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
18134         multiarch ceil for PowerPC32.
18135         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
18136         New file.
18137         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
18138         file.
18139         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
18140         multiarch ceilf for PowerPC32.
18141
18142         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
18143         is defined.
18144         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
18145         FINITEF is defined.
18146         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
18147         and finitef multiarch implementations.
18148         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
18149         New file.
18150         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
18151         file.
18152         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
18153         multiarch finite for PowerPC32.
18154         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
18155         New file.
18156         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
18157         file: multiarch finitef for PowerPC32.
18158
18159         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
18160         and isinff multiarch implementations.
18161         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
18162         file.
18163         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
18164         file.
18165         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
18166         multiarch isinf for PowerPC32.
18167         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
18168         New file.
18169         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
18170         multiarch isinff for PowerPC32.
18171
18172         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
18173         alias when __isnan is defined.
18174         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
18175         and isnanf multiarch implementations.
18176         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
18177         file.
18178         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
18179         file.
18180         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
18181         file.
18182         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
18183         file.
18184         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
18185         multiarch isnan for PowerPC32.
18186         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
18187         New file.
18188         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
18189         New file.
18190         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
18191         multiarch isnanf for PowerPC32.
18192
18193         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
18194         and sqrtf multiarch implementations.
18195         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
18196         file.
18197         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
18198         file.
18199         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
18200         multiarch sqrt for PowerPC32.
18201         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
18202         file.
18203         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
18204         file.
18205         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
18206         multiarch sqrtf for PowerPC32.
18207
18208         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
18209         and llroundf multiarch implementations.
18210         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
18211         New file.
18212         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
18213         New file.
18214         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
18215         New file.
18216         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
18217         file: multiarch llround for PowerPC32.
18218         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
18219         file: multiarch llroundf for PowerPC32.
18220
18221         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
18222         multiarch PowerPC32 fpu implementations.
18223         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
18224         New file.
18225         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
18226         New file.
18227         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
18228         multiarch llrint for PowerPC32.
18229         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
18230         New file.
18231         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
18232         New file.
18233         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
18234         file.
18235
18236         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
18237
18238         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
18239         file.
18240         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
18241         file.
18242         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
18243         file.
18244         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
18245         multiarch wordcopy for PPC32.
18246         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18247         wordcopy objects.
18248         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18249         (__libc_ifunc_impl_list): Likewise.
18250         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
18251         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
18252         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
18253         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
18254         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
18255         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
18256
18257         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
18258         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
18259         file.
18260         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
18261         file.
18262         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
18263         file.
18264         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
18265         multiarch wcscpy for PPC32.
18266         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18267         multiarch objects.
18268         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18269         (__libc_ifunc_impl_list): Likewise.
18270         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18271         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18272         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
18273         sysdeps/powerpc/power6/wcscpy.c.
18274
18275         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
18276         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
18277         file.
18278         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
18279         file.
18280         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
18281         file.
18282         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
18283         multiarch wcsrchr for PPC32.
18284         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18285         multiarch objects.
18286         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18287         (__libc_ifunc_impl_list): Likewise.
18288         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18289         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18290         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
18291         sysdeps/powerpc/power6/wcsrchr.c.
18292
18293         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
18294         file.
18295         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
18296         file.
18297         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
18298         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
18299         multiarch wcschr for PPc32.
18300         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18301         multiarch objects.
18302         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18303         (__libc_ifunc_impl_list): Likewise.
18304         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
18305         * sysdeps/powerpc/power6/wcschr.c: ... to here.
18306         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
18307         sysdeps/powerpc/power6/wcschr.c.
18308
18309         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
18310         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
18311         file.
18312         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
18313         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
18314         file: multiarch strchr for PPC32.
18315         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
18316         multiarch objects.
18317         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18318         (__libc_ifunc_impl_list): Likewise.
18319
18320         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
18321         name.
18322         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
18323         file.
18324         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
18325         file.
18326         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
18327         multiarch strchrnul for PPC32.
18328         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
18329         multiarch objects.
18330         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18331         (__libc_ifunc_impl_list): Likewise.
18332
18333         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
18334         file.
18335         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
18336         multiarch strncasecmp for PPC32.
18337         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
18338         file.
18339         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
18340         multiarch strncasecmp_l for PPC32.
18341         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
18342         strncasecmp multiarch objects.
18343         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18344         (__libc_ifunc_impl_list): Likewise.
18345
18346         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
18347         file.
18348         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
18349         multiarch strncasecmp for PPC32.
18350         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
18351         New file.
18352         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
18353         multiarch strcasecmp_l for PPC32.
18354         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
18355         multiarch objects.
18356         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18357         (__libc_ifunc_impl_list): Likewise.
18358
18359         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
18360         file.
18361         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
18362         file.
18363         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
18364         multiarch strncmp for PPC32.
18365         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
18366         multiarch objects.
18367         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18368         (__libc_ifunc_impl_list): Likewise.
18369
18370         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
18371         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
18372         file.
18373         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
18374         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
18375         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
18376         multiarch objects.
18377         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18378         (__libc_ifunc_impl_list): Likewise.
18379
18380         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
18381         file.
18382         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
18383         file.
18384         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
18385         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
18386         multiarch objects.
18387         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18388         (__libc_ifunc_impl_list): Likewise.
18389
18390         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
18391         file.
18392         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
18393         file.
18394         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
18395         multiarch rawmemchr for PPC32.
18396         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
18397         multiarch objects.
18398         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18399         (__libc_ifunc_impl_list): Likewise.
18400
18401         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
18402         file.
18403         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
18404         file.
18405         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
18406         file: memrchr multiarch for PPC32.
18407         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
18408         multiarch objects.
18409         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18410         (__libc_ifunc_impl_list): Likewise.
18411
18412         * string/memchr.c (__memchr): Using macro to redefine symbol name.
18413         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
18414         file.
18415         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
18416         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
18417         multiarch memchr for PPC32.
18418         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
18419         multiarch objects.
18420         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18421         (__libc_ifunc_impl_list): Likewise.
18422
18423         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
18424         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
18425         file.
18426         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
18427         file.
18428         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
18429         file: multiarch mempcpy for PPC32.
18430         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
18431         multiarch objects.
18432         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18433         (__libc_ifunc_impl_list): Likewise.
18434
18435         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
18436         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
18437         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
18438         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
18439         multiarch bzero for PPC32.
18440         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
18441         file.
18442         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
18443         file.
18444         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
18445         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
18446         file: multiarch memset for PPC32.
18447         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
18448         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
18449         memset multiarch objects.
18450         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18451         (__libc_ifunc_impl_list): Likewise.
18452
18453         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
18454         file.
18455         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
18456         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
18457         memcmp for PPC32.
18458         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
18459         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
18460         multiarch objects.
18461         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18462         (__libc_ifunc_impl_list): Likewise.
18463
18464         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
18465         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
18466         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
18467         file.
18468         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
18469         file.
18470         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
18471         file.
18472         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
18473         multiarch memcpy for PPC32.
18474         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
18475         multiarch objects.
18476         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18477         (__libc_ifunc_impl_list): Likewise.
18478
18479         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
18480         support multiarch for POWER/PPC32.
18481         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
18482         Likewise.
18483         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
18484         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
18485         Implies file to make multiarch folder appers before the fpu and
18486         default folder for power4 configuration.
18487
18488 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18489
18490         * scripts/bench.pl: Append volatile keyword to type.
18491
18492 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18493
18494         * sysdeps/sh/sotruss-lib.c: New file.
18495         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
18496
18497 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18498
18499         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18500
18501 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
18502
18503         [BZ #6810]
18504         * math/w_tgamma.c: Include <errno.h>.
18505         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
18506         * math/w_tgammaf.c: Include <errno.h>.
18507         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
18508         * math/w_tgammal.c: Include <errno.h>.
18509         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
18510         * math/auto-libm-test-in: Do not allow missing errno on tgamma
18511         underflow.  Add more tgamma tests.
18512         * math/auto-libm-test-out: Regenerated.
18513         * sysdeps/i386/fpu/libm-test-ulps: Update.
18514         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18515
18516         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
18517         sin, sinh, tan, tanh, tgamma, y0 and y1.
18518         * math/auto-libm-test-out: Regenerated.
18519         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18520         (TEST_COND_x86): Likewise.
18521         (M_E2l): Remove macro.
18522         (M_E3l): Likewise.
18523         (M_2_SQRT_PIl): Likewise.
18524         (M_SQRT_PIl): Likewise.
18525         (M_1_DIV_El): Likewise.
18526         (log_test_data): Use AUTO_TESTS_f_f.
18527         (log10_test_data): Likewise.
18528         (log1p_test_data): Likewise.
18529         (log2_test_data): Likewise.
18530         (sin_test_data): Likewise.
18531         (sin_tonearest_test_data): Likewise.
18532         (sin_towardzero_test_data): Likewise.
18533         (sin_downward_test_data): Likewise.
18534         (sin_upward_test_data): Likewise.
18535         (sinh_test_data): Likewise.
18536         (sinh_tonearest_test_data): Likewise.
18537         (sinh_towardzero_test_data): Likewise.
18538         (sinh_downward_test_data): Likewise.
18539         (sinh_upward_test_data): Likewise.
18540         (tan_test_data): Likewise.
18541         (tan_tonearest_test_data): Likewise.
18542         (tan_towardzero_test_data): Likewise.
18543         (tan_downward_test_data): Likewise.
18544         (tan_upward_test_data): Likewise.
18545         (tanh_test_data): Likewise.
18546         (tgamma_test_data): Likewise.
18547         (y0_test_data): Likewise.
18548         (y1_test_data): Likewise.
18549         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
18550         (special_real_inputs): Add pi/4.
18551         * sysdeps/i386/fpu/libm-test-ulps: Update.
18552         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18553
18554 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18555
18556         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
18557         "longjmp_target" static probes.
18558         (__longjmp): Rename to __longjmp_symbol.
18559         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18560         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
18561         on which longjmp to generate.
18562         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18563         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
18564         probe.
18565         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18566         (__sigjmp_save): Rename to __sigjmp_save_symbol.
18567         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
18568         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
18569         and __sigjmp_save_symbol based on which sigsetjmp to generated.
18570         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
18571         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
18572         __longjmp_symbol based on which __longjmp to generate.
18573         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
18574         probe.
18575         (setjmp): Rename to setjmp_symbol.
18576         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18577         (_setjmp): Rename to _setjmp_symbol.
18578         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18579         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
18580         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
18581         which setjmp to generate.
18582         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
18583         "longjmp_target" static probes.
18584
18585 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18586
18587         * benchtests/README: Add note about output arguments.
18588         * benchtests/bench-sincos.c: Remove file.
18589         * benchtests/sincos-inputs: New file.
18590         * scripts/bench.pl: Identify output arguments and define
18591         static variables for them.
18592
18593         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
18594
18595         [BZ #15941]
18596         * Makefile (INSTALL): Add install-plain.texi as the primary
18597         dependency.
18598         * manual/install-plain.texi: New file.
18599         * manual/install.texi: Include node directive only for
18600         non-plaintext output.
18601
18602 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
18603
18604         * stdlib/longlong.h: Update from GCC.
18605
18606         [BZ #6807]
18607         [BZ #15901]
18608         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
18609         * math/w_j0f.c (y0f): Likewise.
18610         * math/w_j0l.c (__y0l): Likewise.
18611         * math/w_j1.c (y1): Likewise.
18612         * math/w_j1f.c (y1f): Likewise.
18613         * math/w_j1l.c (__y1l): Likewise
18614         * math/w_jn.c (yn): Likewise.
18615         * math/w_jnf.c (ynf): Likewise.
18616         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
18617         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
18618         value for Bessel function domain errors outside _SVID_ mode.
18619         Adjust sign of return value for yn (negative integer, 0).
18620         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
18621         by zero in return for negative x and set sign appropriately for
18622         negative n.
18623         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
18624         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
18625         * math/libm-test.inc (y0_test_data): Add more tests and adjust
18626         expectations in error cases.
18627         (y1_test_data): Likewise.
18628         (yn_test_data): Likewise.
18629         * sysdeps/i386/fpu/libm-test-ulps: Update.
18630         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18631
18632 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18633
18634         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
18635         "64" to "64-v1".  Add "64-v2".
18636         (abi-64-options): Rename to ...
18637         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
18638         (abi-64-condition): Rename to ...
18639         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
18640         (abi-64-ld-soname): Rename to ...
18641         (abi-64-v1-ld-soname): ... this.
18642         (abi-64-v2-options): Define.
18643         (abi-64-v2-condition): Likewise.
18644         (abi-64-v2-ld-soname): Likewise.
18645         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
18646         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
18647         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
18648         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
18649         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
18650
18651 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18652             Alan Modra  <amodra@gmail.com>
18653
18654         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
18655         New versions for use with the ELFv2 ABI.
18656         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
18657         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
18658         declaration.
18659         (struct La_ppc64v2_retval): Likewise.
18660         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
18661         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
18662         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
18663         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
18664         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
18665         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
18666         Do not save or restore CR.
18667         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
18668         (_dl_profile_resolve): Do no save or restore CR.  Support extended
18669         return values for ELFv2 ABI.  Fix location of FPR return registers.
18670         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
18671         updated values for _CALL_ELF == 2.
18672         (La_regs, La_retval, int_retval): Likewise.
18673
18674 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18675
18676         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
18677         (FRAME_MIN_SIZE_PARM): Likewise.
18678         (FRAME_BACKCHAIN): Likewise.
18679         (FRAME_CR_SAVE): Likewise.
18680         (FRAME_LR_SAVE): Likewise.
18681         (FRAME_TOC_SAVE): Likewise.
18682         (FRAME_PARM_SAVE): Likewise.
18683         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
18684         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
18685         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18686         (call_mcount_parm_offset): New macro.
18687         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
18688         (PROF): Use symbolic stack frame offsets.
18689         (TAIL_CALL_SYSCALL_ERROR): Likewise.
18690         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
18691         Redefine in terms of FRAME_MIN_SIZE.
18692         (_dl_runtime_resolve): Use symbolic stack frame offsets.
18693         (_dl_profile_resolve): Likewise.  Update comment.
18694         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
18695         symbols stack frame offsets.
18696         (__sigsetjmp): Likewise.
18697         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
18698         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
18699         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
18700         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
18701
18702         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
18703         (FRAME_BACKCHAIN): Remove.
18704         (FRAME_CR_SAVE): Likewise.
18705         (FRAME_LR_SAVE): Likewise.
18706         (FRAME_COMPILER_DW): Likewise.
18707         (FRAME_LINKER_DW): Likewise.
18708         (FRAME_TOC_SAVE): Likewise.
18709         (FRAME_PARM_SAVE): Likewise.
18710         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
18711         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
18712         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18713         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
18714         (CHECK_SP): Use symbolic stack frame offsets.
18715         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
18716         zone" instead of caller's parameter save area for temp storage.
18717         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18718         Likewise.  Also, use symbolic stack frame offsets.
18719         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
18720         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
18721         our own stack frame instead of the caller's.
18722         (__socket): Use symbolic stack frame offsets.
18723
18724 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18725             Alan Modra  <amodra@gmail.com>
18726
18727         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
18728         Define.
18729         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
18730         (PPC64_LOCAL_ENTRY_OFFSET): Define.
18731         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
18732         New function.
18733         (elf_machine_fixup_plt): Call it.
18734         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
18735         reloc arguments.
18736         (elf_machine_rela): Update call to elf_machine_plt_conflict.
18737         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18738         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
18739         r2 before calling target.
18740
18741 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18742             Alan Modra  <amodra@gmail.com>
18743
18744         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
18745         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
18746         versions of macros to support ELFv2 ABI.
18747         (LOCALENTRY): New macro.
18748         (ENTRY, EALIGN): Use it.
18749         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18750         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18751         fall through into ENTRY entry point.
18752         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18753         Only define if _CALL_ELF != 2.
18754
18755         (elf_machine_matches_host): Verify ABI version matches.
18756         (RTLD_START): Use LOCALENTRY.
18757         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18758         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18759         (PLT_ENTRY_WORDS): New macro.
18760         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18761         (elf_machine_runtime_setup): Support ELFv2 ABI.
18762         (elf_machine_fixup_plt): Likewise.
18763         (elf_machine_plt_conflict): Likewise.
18764         (resolve_ifunc): Likewise.
18765         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18766         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18767         Likewise.
18768         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18769         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18770         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18771         (makecontext): Support ELFv2 ABI.
18772         * elf/elf.h (EF_PPC64_ABI): Define.
18773
18774 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18775
18776         * sysdeps/powerpc/powerpc64/sysdep.h
18777         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18778         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18779         (ENTRY) [ASSEMBLER]: ... but instead here ...
18780         (EALIGN) [ASSEMBLER]: ... and here.
18781         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18782         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18783         (ENTRY_2) [!ASSEMBLER]: Use it.
18784         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18785         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
18786         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18787         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
18788         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18789         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18790         Use PPC64_LOAD_FUNCPTR.
18791
18792         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18793
18794 2013-12-04  Alan Modra  <amodra@gmail.com>
18795
18796         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18797         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18798         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18799         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18800
18801         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18802         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18803         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18804         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18805         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18806         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18807
18808 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18809
18810         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18811         (__makecontext): Fix incorrect CFI when backtracing out of
18812         context created via makecontext.
18813         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18814         (__setcontext): Fix incorrect CFI during switch to new context.
18815         (__novec_setcontext): Likewise.
18816
18817 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18818
18819         [BZ #4772]
18820         * time/strptime_l.c (__strptime_internal): Allow modifiers
18821         in strptime.
18822         * time/tst-strptime.c (day_tests): Add testcase.
18823
18824 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18825
18826         * scripts/bench.pl: Skip over blank lines.
18827
18828 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18829
18830         [BZ #926]
18831         * manual/time.texi (Calendar Time): Clarify what timezone functions
18832         use.
18833
18834 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18835
18836         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18837
18838 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18839
18840         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18841         implementation.
18842         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18843         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18844         * debug/memset_chk.c (__memset_chk): Likewise.
18845         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18846         * debug/strncpy_chk.c: Likewise.
18847
18848 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18849
18850         [BZ #15268]
18851         [BZ #15425]
18852         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18853         (__ieee754_exp): For possibly underflowing results, check size of
18854         result and force underflow exception if required.
18855         * math/auto-libm-test-in: Add more tests of exp.
18856         * math/auto-libm-test-out: Regenerated.
18857         * sysdeps/i386/fpu/libm-test-ulps: Update.
18858         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18859
18860         [BZ #16283]
18861         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18862         * math/w_exp2f.c (__exp2f): Likewise.
18863         * math/w_exp2l.c (__exp2l): Likewise.
18864         * math/auto-libm-test-in: Do not allow missing errno on exp2
18865         underflow.
18866         * math/auto-libm-test-out: Regenerated.
18867
18868 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
18869
18870         [BZ #16274]
18871         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18872         handle filename validation.
18873         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18874         (do_open): Delete.
18875
18876 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18877
18878         [BZ #6786]
18879         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18880         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18881         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18882         <float.h>.
18883         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18884         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18885         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18886         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18887         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18888         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18889         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18890         * math/auto-libm-test-in: Don't allow missing errno from erfc.
18891         Add more erfc tests.
18892         * math/auto-libm-test-out: Regenerated.
18893         * sysdeps/i386/fpu/libm-test-ulps: Update.
18894         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18895
18896         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18897         exp2, expm1, j0 and j1.
18898         * math/auto-libm-test-out: Regenerated.
18899         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18900         (erfc_test_data): Likewise.
18901         (exp_test_data): Likewise.
18902         (exp_tonearest_test_data): Likewise.
18903         (exp_towardzero_test_data): Likewise.
18904         (exp_downward_test_data): Likewise.
18905         (exp_upward_test_data): Likewise.
18906         (exp10_test_data): Likewise.
18907         (exp2_test_data): Likewise.
18908         (expm1_test_data): Likewise.
18909         (j0_test_data): Likewise.
18910         (j1_test_data): Likewise.
18911         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18912         (input_flag_type): Add flag_xfail_rounding.
18913         (input_flags): Add xfail-rounding.
18914         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18915         (output_for_one_input_case): Handle flag_xfail_rounding.
18916         * sysdeps/i386/fpu/libm-test-ulps: Update.
18917         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18918
18919 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
18920
18921         [BZ #16289]
18922         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18923         division by 0.
18924
18925 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18926
18927         [BZ #16195]
18928         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18929         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18930         (STAP_PROBE0): New macro.
18931         (STAP_PROBE1): Likewise.
18932         (STAP_PROBE2): Likewise.
18933         (STAP_PROBE3): Likewise.
18934         (STAP_PROBE4): Likewise.
18935
18936 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
18937
18938         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18939
18940 2013-12-02  Steve Ellcey  <sellcey@mips.com>
18941
18942         * benchtests/Makefile (bench): Add sqrt.
18943         (LDLIBS-bench-sqrt): New.
18944         * benchtests/sqrt-input: New.
18945
18946 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
18947
18948         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18949         (GAIH_EAI): Likewise.
18950         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18951         (gaih_inet): Likewise.
18952         (getaddrinfo): Don't use GAIH_EAI.
18953
18954         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18955         (struct gaih): Remove definition.
18956
18957 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18958
18959         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18960         Use HERRNOP directly.
18961
18962 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18963
18964         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18965
18966 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
18967
18968         * math/gen-auto-libm-tests.c (test_functions): Add more
18969         single-argument functions.
18970         (special_fill_pi_2): New function.
18971         (special_fill_minus_pi_2): Likewise.
18972         (special_fill_pi_6): Likewise.
18973         (special_fill_minus_pi_6): Likewise.
18974         (special_fill_pi_3): Likewise.
18975         (special_fill_2pi_3): Likewise.
18976         (special_fill_e): Likewise.
18977         (special_fill_1_e): Likewise.
18978         (special_fill_e_minus_1): Likewise.
18979         (special_real_inputs): Add more special inputs.
18980         (output_for_one_input_case): Do not require ERANGE on underflow to
18981         zero if round-to-nearest result does not underflow to zero, unless
18982         exact results required.
18983         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18984         atan, atanh, cbrt, cos and cosh.
18985         * math/auto-libm-test-out: Regenerated.
18986         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18987         (acos_tonearest_test_data): Likewise.
18988         (acos_towardzero_test_data): Likewise.
18989         (acos_downward_test_data): Likewise.
18990         (acos_upward_test_data): Likewise.
18991         (acosh_test_data): Likewise.
18992         (asin_test_data): Likewise.
18993         (asin_tonearest_test_data): Likewise.
18994         (asin_towardzero_test_data): Likewise.
18995         (asin_upward_test_data): Likewise.
18996         (asinh_test_data): Likewise.
18997         (atan_test_data): Likewise.
18998         (atanh_test_data): Likewise.
18999         (cbrt_test_data): Likewise.
19000         (cos_test_data): Likewise.
19001         (cos_tonearest_test_data): Likewise.
19002         (cos_towardzero_test_data): Likewise.
19003         (cos_downward_test_data): Likewise.
19004         (cos_upward_test_data): Likewise.
19005         (cosh_test_data): Likewise.
19006         (cosh_tonearest_test_data): Likewise.
19007         (cosh_towardzero_test_data): Likewise.
19008         (cosh_downward_test_data): Likewise.
19009         (cosh_upward_test_data): Likewise.
19010         * sysdeps/i386/fpu/libm-test-ulps: Update.
19011         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19012
19013 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
19014
19015         [BZ #6787]
19016         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
19017         * math/w_exp10f.c (__exp10f): Likewise.
19018         * math/w_exp10l.c (__exp10l): Likewise.
19019         * math/libm-test.inc (exp10_test_data): Add more tests and expect
19020         errno settings in existing tests.
19021
19022         [BZ #14032]
19023         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
19024         precision control set to double precision.
19025         * sysdeps/i386/fpu/w_sqrt.c: New file.
19026         * math/auto-libm-test-in: Add more tests.
19027         * math/auto-libm-test-out: Update.
19028
19029         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
19030         (sqrt_test_tonearest): New function.
19031         (sqrt_towardzero_test_data): New variable.
19032         (sqrt_test_towardzero): New function.
19033         (sqrt_downward_test_data): New variable.
19034         (sqrt_test_downward): New function.
19035         (sqrt_upward_test_data): New variable.
19036         (sqrt_test_upward): New function.
19037         (main): Call the new functions.
19038
19039         * math/gen-auto-libm-tests.c: New file.
19040         * math/auto-libm-test-in: Likewise.
19041         * math/auto-libm-test-out: New generated file.
19042         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
19043         variables.
19044         (%beautify): Add generated representations of zero.
19045         (top level): Set $auto_input and call parse_auto_input.
19046         (beautify): Remove trailing "f" from hex float constants.
19047         (parse_args): Handle XFAIL_TEST.
19048         (convert_condition): New function.
19049         (or_value): Likewise.
19050         (or_cond_value): Likewise.
19051         (generate_testfile): Handle AUTO_TESTS_* lines.
19052         (parse_auto_input): New function.
19053         * math/libm-test.inc (XFAIL_TEST): New macro.
19054         (ERRNO_UNCHANGED): Update value.
19055         (ERRNO_EDOM): Likewise.
19056         (ERRNO_ERANGE): Likewise.
19057         (IGNORE_RESULT): Likewise.
19058         (TEST_COND_flt_32): New macro.
19059         (TEST_COND_dbl_64): Likewise.
19060         (TEST_COND_ldbl_96_intel): Likewise.
19061         (TEST_COND_ldbl_96_m68k): Likewise.
19062         (TEST_COND_ldbl_128): Likewise.
19063         (TEST_COND_ldbl_128ibm): Likewise.
19064         (TEST_COND_long32): Likewise.
19065         (TEST_COND_long64): Likewise.
19066         (TEST_COND_before_rounding): Likewise.
19067         (TEST_COND_after_rounding): Likewise.
19068         (enable_test): Handle XFAIL_TEST flag.
19069         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
19070         with finite results.
19071         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
19072         auto-libm-test-out.
19073
19074 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
19075             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19076
19077         [BZ #16214]
19078         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
19079         __tls_get_addr_internal instead of __tls_get_offset in order to
19080         avoid GOT pointer dependency.  Make rtld export
19081         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
19082         __tls_get_addr since we are a __tls_get_offset platform.
19083         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
19084         GOT pointer being set up before.
19085         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
19086
19087 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
19088
19089         * manual/math.texi (Errors in Math Functions): Document accuracy
19090         goals.
19091
19092         [BZ #15004]
19093         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
19094         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
19095         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
19096         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
19097         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
19098         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
19099         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
19100         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
19101         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
19102         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
19103         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
19104         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
19105         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
19106         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
19107         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
19108         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
19109
19110         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
19111         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
19112         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
19113         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
19114         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
19115         Likewise.
19116         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
19117         Likewise.
19118         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
19119         Likewise.
19120         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
19121         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
19122         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
19123         atomic-feupdateenv and flt-rounds.
19124         * sysdeps/powerpc/nofpu/Versions (libc): Add
19125         __atomic_feholdexcept, __atomic_feclearexcept,
19126         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
19127         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
19128         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
19129         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
19130         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
19131         here.
19132         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
19133         Update.
19134
19135         * manual/arith.texi (FP Exceptions): Document that exceptions may
19136         not be raised when matherr is used.
19137         (Math Error Reporting): Document overflow in directed rounding
19138         modes.  Document that errno may not be set when finite values are
19139         returned on overflow.  Document intent to set errno on underflow
19140         only for underflow to zero.
19141
19142         [BZ #16271]
19143         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
19144         round-to-nearest then adjust result for other rounding modes.
19145         * include/fenv.h (fegetround): Use libm_hidden_proto.
19146         * math/fegetround.c (fegetround): Use libm_hidden_def.
19147         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
19148         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
19149         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19150         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
19151         Likewise.
19152         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
19153         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
19154         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
19155         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
19156
19157 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19158
19159         [BZ #16077]
19160         * nss/Versions (libnss_files): Add
19161         _nss_files_gethostbyname3_r.
19162         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
19163         New function.
19164         (HOST_DB_LOOKUP): Remove macro.
19165         (_nss_files_gethostbyname_r): Implement function without the
19166         HOST_DB_LOOKUP macro.
19167         (_nss_files_gethostbyname2_r): Likewise.
19168
19169 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
19170
19171         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
19172
19173 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
19174
19175         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
19176         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
19177         warning.
19178
19179 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19180
19181         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
19182         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
19183         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
19184         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
19185         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
19186         __fe_nomask_env_priv and attribute_hidden.
19187         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
19188         (libc_feupdateenv_test_ppc): Likewise.
19189         (libc_feresetround_ppc): Likewise.
19190         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19191         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
19192         compat_symbol macro.
19193         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19194         (__fe_nomask_env): Likewise.
19195         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
19196
19197 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19198
19199         * string/Makefile: Remove ifunc tests.
19200         * string/test-string.h: Define TEST_IFUNC.
19201         * string/test-bcopy-ifunc.c: Remove.
19202         * string/test-bzero-ifunc.c: Likewise.
19203         * string/test-memccpy-ifunc.c: Likewise.
19204         * string/test-memchr-ifunc.c: Likewise.
19205         * string/test-memcmp-ifunc.c: Likewise.
19206         * string/test-memcpy-ifunc.c: Likewise.
19207         * string/test-memmem-ifunc.c: Likewise.
19208         * string/test-memmove-ifunc.c: Likewise.
19209         * string/test-mempcpy-ifunc.c: Likewise.
19210         * string/test-memrchr-ifunc.c: Likewise.
19211         * string/test-memset-ifunc.c: Likewise.
19212         * string/test-rawmemchr-ifunc.c: Likewise.
19213         * string/test-stpcpy-ifunc.c: Likewise.
19214         * string/test-stpncpy-ifunc.c: Likewise.
19215         * string/test-strcasecmp-ifunc.c: Likewise.
19216         * string/test-strcasestr-ifunc.c: Likewise.
19217         * string/test-strcat-ifunc.c: Likewise.
19218         * string/test-strchr-ifunc.c: Likewise.
19219         * string/test-strchrnul-ifunc.c: Likewise.
19220         * string/test-strcmp-ifunc.c: Likewise.
19221         * string/test-strcpy-ifunc.c: Likewise.
19222         * string/test-strcspn-ifunc.c: Likewise.
19223         * string/test-strlen-ifunc.c: Likewise.
19224         * string/test-strncasecmp-ifunc.c: Likewise.
19225         * string/test-strncat-ifunc.c: Likewise.
19226         * string/test-strncmp-ifunc.c: Likewise.
19227         * string/test-strncpy-ifunc.c: Likewise.
19228         * string/test-strnlen-ifunc.c: Likewise.
19229         * string/test-strpbrk-ifunc.c: Likewise.
19230         * string/test-strrchr-ifunc.c: Likewise.
19231         * string/test-strspn-ifunc.c: Likewise.
19232         * string/test-strstr-ifunc.c: Likewise.
19233
19234 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19235
19236         * benchtests/Makefile: Remove ifunc tests.
19237         * benchtests/bench-string.h: Define TEST_IFUNC.
19238         * benchtests/bench-bcopy-ifunc.c: Remove.
19239         * benchtests/bench-bzero-ifunc.c: Likewise.
19240         * benchtests/bench-memccpy-ifunc.c: Likewise.
19241         * benchtests/bench-memchr-ifunc.c: Likewise.
19242         * benchtests/bench-memcmp-ifunc.c: Likewise.
19243         * benchtests/bench-memcpy-ifunc.c: Likewise.
19244         * benchtests/bench-memmem-ifunc.c: Likewise.
19245         * benchtests/bench-memmove-ifunc.c: Likewise.
19246         * benchtests/bench-mempcpy-ifunc.c: Likewise.
19247         * benchtests/bench-memrchr-ifunc.c: Likewise.
19248         * benchtests/bench-memset-ifunc.c: Likewise.
19249         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
19250         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
19251         * benchtests/bench-stpcpy-ifunc.c: Likewise.
19252         * benchtests/bench-stpncpy-ifunc.c: Likewise.
19253         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
19254         * benchtests/bench-strcasestr-ifunc.c: Likewise.
19255         * benchtests/bench-strcat-ifunc.c: Likewise.
19256         * benchtests/bench-strchr-ifunc.c: Likewise.
19257         * benchtests/bench-strchrnul-ifunc.c: Likewise.
19258         * benchtests/bench-strcmp-ifunc.c: Likewise.
19259         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
19260         * benchtests/bench-strcpy-ifunc.c: Likewise.
19261         * benchtests/bench-strcspn-ifunc.c: Likewise.
19262         * benchtests/bench-strlen-ifunc.c: Likewise.
19263         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
19264         * benchtests/bench-strncat-ifunc.c: Likewise.
19265         * benchtests/bench-strncmp-ifunc.c: Likewise.
19266         * benchtests/bench-strncpy-ifunc.c: Likewise.
19267         * benchtests/bench-strnlen-ifunc.c: Likewise.
19268         * benchtests/bench-strpbrk-ifunc.c: Likewise.
19269         * benchtests/bench-strrchr-ifunc.c: Likewise.
19270         * benchtests/bench-strsep-ifunc.c: Likewise.
19271         * benchtests/bench-strspn-ifunc.c: Likewise.
19272         * benchtests/bench-strstr-ifunc.c: Likewise.
19273
19274 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19275
19276         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
19277
19278 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19279
19280         * resolv/netdb.h: Use __glibc_reserved instead __unused.
19281         * rt/aio.h: Likewise.
19282         * sysdeps/gnu/bits/utmp.h: Likewise.
19283         * sysdeps/gnu/bits/utmpx.h: Likewise.
19284         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
19285         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
19286         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
19287         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
19288         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
19289         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
19290         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
19291         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
19292         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
19293         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
19294         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
19295         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
19296         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
19297         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
19298         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19299         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
19300         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
19301         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
19302         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
19303         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
19304         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
19305         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
19306         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
19307         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
19308         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
19309         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
19310         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
19311         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
19312         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
19313         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
19314         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
19315         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
19316         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
19317         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
19318         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
19319         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
19320         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
19321         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
19322         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
19323         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
19324         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
19325         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
19326
19327 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
19328
19329         [BZ #16245]
19330         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
19331         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
19332
19333 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
19334
19335         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
19336         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
19337         Likewise.
19338
19339 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19340
19341         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
19342         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
19343         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
19344         (__fesetround): Remove define.
19345         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
19346         rounding and exceptions handling.
19347         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
19348         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
19349         (__fe_nomask_env): Likewise.
19350         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
19351         __fegetround instead of fegetround.
19352         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19353         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
19354
19355 2013-11-21  Roland McGrath  <roland@hack.frob.com>
19356
19357         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
19358         it's there.
19359
19360         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
19361
19362 2013-11-21  Meador Inge  <meadori@codesourcery.com>
19363
19364         [BZ #11157]
19365         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
19366         (encrypt_r): Likewise.
19367         * malloc/obstack.h (obstack_free): Likewise.
19368         * posix/unistd.h (encrypt): Likewise.
19369
19370 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
19371
19372         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
19373         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
19374         DL_CALL_DT_FINI() that call the functions directly.
19375         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
19376         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
19377         * elf/dl-fini.c: Likewise.
19378
19379 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
19380
19381         * malloc/hooks.c (memalign_check): Add alignment rounding.
19382         * malloc/malloc.c (_mid_memalign): New function.
19383         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
19384         Implement by calling _mid_memalign.
19385         * manual/probes.texi (Memory Allocation Probes): Remove
19386         memory_valloc_retry and memory_pvalloc_retry.
19387
19388 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19389
19390         * locale/programs/locarchive.c (open_archive): Add const
19391         qualifier to ARCHIVEFNAME and copy default fname to
19392         DEFAULT_FNAME.
19393
19394         [BZ #15601]
19395         * libio/tst-widetext.input: Rename Oriya to Odia.
19396         * locale/iso-639.def: Likewise.
19397
19398         * manual/probes.texi (Mathematical Function Probes): Add
19399         documentation for sin, cos, asin and acos probes.
19400         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
19401         (__sin32): Add slowasin probe.
19402         (__cos32): Add slowacos probe.
19403         (__mpsin): Add slowsin probe.
19404         (__mpcos): Add slowcos probe.
19405
19406 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
19407
19408         [BZ #15483]
19409         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
19410         thread-local __sim_exceptions_thread and global
19411         __sim_exceptions_global.
19412         (__sim_disabled_exceptions): Change to thread-local
19413         __sim_disabled_exceptions_thread and global
19414         __sim_disabled_exceptions_global.
19415         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19416         and global __sim_round_mode_global.
19417         (__simulate_exceptions): Use thread-local floating-point state and
19418         set global state from it as needed.
19419         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
19420         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
19421         __sim_round_mode_thread.
19422         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
19423         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
19424         and global __sim_exceptions_global.
19425         (__sim_disabled_exceptions): Change to thread-local
19426         __sim_disabled_exceptions_thread and global
19427         __sim_disabled_exceptions_global.
19428         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19429         and global __sim_round_mode_global.
19430         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
19431         (SIM_SET_GLOBAL): Likewise.
19432         * sysdeps/powerpc/soft-fp/sfp-machine.h
19433         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
19434         __sim_round_mode_thread.
19435         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
19436         __sim_disabled_exceptions_thread.
19437         (__sim_exceptions): Change to __sim_exceptions_thread.
19438         (__sim_disabled_exceptions): Change to
19439         __sim_disabled_exceptions_thread.
19440         (__sim_round_mode): Change to __sim_round_mode_thread.
19441         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
19442         thread-local floating-point state and set global state from it as
19443         needed.
19444         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
19445         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
19446         (__sim_disabled_exceptions): Remove extern declaration.
19447         (feenableexcept): Use thread-local floating-point state and set
19448         global state from it as needed.
19449         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
19450         extern declaration.
19451         (__sim_disabled_exceptions): Likewise.
19452         (__sim_round_mode): Likewise.
19453         (__fegetenv): Use thread-local floating-point state.
19454         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
19455         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19456         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
19457         floating-point state and set global state from it as needed.
19458         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
19459         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
19460         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
19461         Likewise.
19462         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
19463         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
19464         Likewise.
19465         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
19466         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
19467         Use __sim_round_mode_thread.
19468         * math/test-fenv-tls.c: New file.
19469         * math/Makefile (tests): Add test-fenv-tls.
19470         ($(objpfx)test-fenv-tls): Depend on
19471         $(common-objpfx)nptl/libpthread.so.
19472
19473 2013-11-19  Andreas Schwab  <schwab@suse.de>
19474
19475         * locale/programs/locale.c (show_info): Decode wordarray elements.
19476         * locale/categories.def (LC_MONETARY): Add element for
19477         _NL_MONETARY_CRNCYSTR.
19478         * locale/C-monetary.c (conversion_rate): New variable.
19479         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
19480         element.
19481
19482 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
19483
19484         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
19485         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
19486
19487 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
19488
19489         * elf/Makefile (tst-auxv): New test.
19490         * elf/tst-auxv.c: New
19491         * elf/rtld.c (dl_main): Adjust AT_EXECFN
19492
19493 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
19494
19495         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
19496         (hidden_proto): Caller changed.
19497         (hidden_tls_proto): New macro.
19498         (libc_hidden_tls_proto): Likewise.
19499         (rtld_hidden_tls_proto): Likewise.
19500         (libm_hidden_tls_proto): Likewise.
19501         (libresolv_hidden_tls_proto): Likewise.
19502         (librt_hidden_tls_proto): Likewise.
19503         (libdl_hidden_tls_proto): Likewise.
19504         (libnss_files_hidden_tls_proto): Likewise.
19505         (libnsl_hidden_tls_proto): Likewise.
19506         (libnss_nisplus_hidden_tls_proto): Likewise.
19507         (libutil_hidden_tls_proto): Likewise.
19508
19509 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
19510
19511         [BZ #10253]
19512         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
19513         (decompose_rpath): Defer expansion to fillin_rpath.
19514         (_dl_init_paths): Pass linkmap to fillin_rpath.
19515
19516 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19517
19518         * benchtests/Makefile: Add strsep.
19519         * benchtests/bench-strsep.c: New file: strsep benchtest.
19520         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
19521
19522 2013-11-18  Andreas Schwab  <schwab@suse.de>
19523
19524         * locale/programs/locale.c (show_info) [case byte]: Check for
19525         '\377' instead of '\177'.
19526         * locale/C-monetary.c (not_available): Always use "\377".
19527         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
19528         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
19529         detect unavailable sign_posn locale elements.
19530         * locale/localeconv.c (__localeconv): For grouping and
19531         mon_grouping handle "\177" and "\377" like no grouping.
19532         (INT_ELEM): New macro.  Use it to set all numeric members.
19533         * locale/programs/ld-monetary.c (monetary_read)
19534         <tok_mon_grouping>: Normalize single -1 to the empty string.
19535         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
19536         Likewise.
19537
19538 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19539
19540         [BZ #16055]
19541         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
19542         when we match (nil).
19543         * stdio-common/tst-sscanf.c (struct test): Add testcase.
19544
19545 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
19546
19547         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
19548         (NO_TEST_INLINE): Update value.
19549         (ERRNO_UNCHANGED): Likewise.
19550         (ERRNO_EDOM): Likewise.
19551         (ERRNO_ERANGE): Likewise.
19552         (IGNORE_RESULT): Likewise.
19553         (check_float_internal): Check signs of NaN results if
19554         TEST_NAN_SIGN used.
19555         (check_complex): Pass TEST_NAN_SIGN flag through to second
19556         check_float_internal call.
19557         (copysign_test_data): Add tests with quiet NaNs as second
19558         argument.  Use TEST_NAN_SIGN.
19559         (fabs_test_data): Add test of negative quiet NaN argument.  Use
19560         TEST_NAN_SIGN.
19561         (signbit_test_data): Add tests of quiet NaN argument.
19562         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
19563
19564         * math/gen-libm-test.pl (show_exceptions): Take extra argument
19565         $ignore_result.
19566         (parse_args): Handle function results specified as IGNORE.
19567         * math/libm-test.inc (IGNORE_RESULT): New macro.
19568         (check_float_internal): Do not check numerical result if flag
19569         IGNORE_RESULT set.
19570         (check_complex): Pass through IGNORE_RESULT to second
19571         check_float_internal call.
19572         (check_int): Do not check numerical result if flag IGNORE_RESULT
19573         set.
19574         (check_long): Likewise.
19575         (check_bool): Likewise.
19576         (check_longlong): Likewise.
19577         (lrint_test_data): Add tests of infinite and NaN arguments.
19578         (lrint_tonearest_test_data): Likewise.
19579         (lrint_towardzero_test_data): Likewise.
19580         (lrint_downward_test_data): Likewise.
19581         (lrint_upward_test_data): Likewise.
19582         (llrint_test_data): Likewise.
19583         (llrint_tonearest_test_data): Likewise.
19584         (llrint_towardzero_test_data): Likewise.
19585         (llrint_downward_test_data): Likewise.
19586         (llrint_upward_test_data): Likewise.
19587         (lround_test_data): Likewise.
19588         (llround_test_data): Likewise.
19589
19590         * math/libm-test.inc (NO_TEST_INLINE): New macro.
19591         (ERRNO_UNCHANGED): Update value.
19592         (ERRNO_EDOM): Likewise.
19593         (ERRNO_ERANGE): Likewise.
19594         (NO_TEST_INLINE_FLOAT): New macro.
19595         (NO_TEST_INLINE_DOUBLE): Likewise.
19596         (enable_test): New function.
19597         (RUN_TEST_f_f): Check enable_test before running test.
19598         (RUN_TEST_2_f): Likewise.
19599         (RUN_TEST_fff_f): Likewise.
19600         (RUN_TEST_c_f): Likewise.
19601         (RUN_TEST_f_f1): Likewise.
19602         (RUN_TEST_fF_f1): Likewise.
19603         (RUN_TEST_fI_f1): Likewise.
19604         (RUN_TEST_ffI_f1): Likewise.
19605         (RUN_TEST_c_c): Likewise.
19606         (RUN_TEST_cc_c): Likewise.
19607         (RUN_TEST_f_i): Likewise.
19608         (RUN_TEST_f_i_tg): Likewise.
19609         (RUN_TEST_ff_i_tg): Likewise.
19610         (RUN_TEST_f_b): Likewise.
19611         (RUN_TEST_f_b_tg): Likewise.
19612         (RUN_TEST_f_l): Likewise.
19613         (RUN_TEST_f_L): Likewise.
19614         (RUN_TEST_fFF_11): Likewise.
19615         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
19616         conditionals.
19617         (cosh_test_data): Likewise.
19618         (exp_test_data): Likewise.
19619         (expm1_test_data): Likewise.
19620         (hypot_test_data): Likewise.
19621         (pow_test_data): Likewise.
19622         (sinh_test_data): Likewise.
19623         (tanh_test_data): Likewise.
19624         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
19625         flags argument.
19626
19627         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
19628         tests with quiet NaN input and output.
19629         (acosh_test_data): Likewise.
19630         (asin_test_data): Likewise.
19631         (asinh_test_data): Likewise.
19632         (atan_test_data): Likewise.
19633         (atanh_test_data): Likewise.
19634         (atan2_test_data): Likewise.
19635         (cbrt_test_data): Likewise.
19636         (cos_test_data): Likewise.
19637         (cosh_test_data): Likewise.
19638         (erf_test_data): Likewise.
19639         (erfc_test_data): Likewise.
19640         (exp_test_data): Likewise.
19641         (exp10_test_data): Likewise.
19642         (exp2_test_data): Likewise.
19643         (expm1_test_data): Likewise.
19644         (hypot_test_data): Likewise.
19645         (j0_test_data): Likewise.
19646         (j1_test_data): Likewise.
19647         (jn_test_data): Likewise.
19648         (lgamma_test_data): Likewise.
19649         (log_test_data): Likewise.
19650         (log10_test_data): Likewise.
19651         (log1p_test_data): Likewise.
19652         (log2_test_data): Likewise.
19653         (pow_test_data): Likewise.
19654         (scalb_test_data): Likewise.
19655         (sin_test_data): Likewise.
19656         (sincos_test_data): Likewise.
19657         (sinh_test_data): Likewise.
19658         (tan_test_data): Likewise.
19659         (tanh_test_data): Likewise.
19660         (tgamma_test_data): Likewise.
19661         (y0_test_data): Likewise.
19662         (y1_test_data): Likewise.
19663         (yn_test_data): Likewise.
19664
19665         [BZ #16167]
19666         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
19667         argument being NaN and avoid computations with second argument in
19668         that case.
19669         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
19670         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
19671         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
19672
19673 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
19674
19675         * locale/iso-639.def: Add Chitwani Tharu (the).
19676
19677 2013-11-14  Andreas Schwab  <schwab@suse.de>
19678
19679         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
19680         word instead of empty string.
19681
19682 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19683
19684         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19685         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
19686         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19687         (__fe_nomask_env): Likewise.
19688
19689 2013-11-13  Steve Ellcey  <sellcey@mips.com>
19690
19691         * benchtests/bench-timing.h: Include time.h.
19692
19693 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
19694
19695         [BZ #15997]
19696         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
19697         to 3.4.0 for x32.
19698         * sysdeps/unix/sysv/linux/configure: Regenerated.
19699
19700 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
19701
19702         [BZ #16151]
19703         * stdlib/strtod_l.c (round_and_return): Do not consider
19704         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
19705         exponent one less than half the least subnormal exponent.
19706         * stdlib/test-strtod-round-data: Add more tests.
19707         * stdlib/tst-strtod-round.c (tests): Regenerated.
19708
19709 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19710
19711         [BZ #14143]
19712         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
19713         (__fe_mask_env): Likewise.
19714         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
19715         libm_hidden_proto and add function prototype.
19716         (__fe_mask_env): Add function prototype.
19717         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19718         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
19719         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19720         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
19721         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19722         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
19723
19724 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19725
19726         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
19727         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
19728
19729 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19730
19731         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
19732         of htab_find_slot().
19733
19734 2013-11-11  David S. Miller  <davem@davemloft.net>
19735
19736         [BZ #16150]
19737         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
19738         symbol in the non-vis3 case in static builds.
19739         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
19740         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
19741         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
19742         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
19743
19744 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
19745
19746         [BZ #387]
19747         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
19748         it is empty.
19749
19750 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19751
19752         * benchtests/Makefile: Add bench-strtod.
19753         * benchtests/bench-strtod.c: New file: strtod benchtest
19754
19755 2013-11-11  Andreas Schwab  <schwab@suse.de>
19756
19757         [BZ #16153]
19758         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19759         terminating NUL in key length.
19760
19761 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19762
19763         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19764         Add artificial ODP entry for vDSO symbol for PPC64.
19765         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19766         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19767
19768 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19769
19770         [BZ #15374]
19771         * nss/getent.c (services_keys): Recognize services starting with digit.
19772
19773 2013-11-06  David S. Miller  <davem@davemloft.net>
19774
19775         [BZ #15985]
19776         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19777         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19778
19779 2013-11-06  Will Newton  <will.newton@linaro.org>
19780
19781         * manual/memory.texi (Malloc Examples): Remove register
19782         keyword from examples.
19783
19784 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
19785
19786         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
19787
19788 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
19789
19790         [BZ #6981]
19791         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19792         depending on [__GCC_IEC_559 > 0].
19793         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19794         depending on [__GCC_IEC_559_COMPLEX > 0].
19795
19796 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
19797
19798         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19799         to iso-639.def.
19800
19801 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
19802
19803         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19804
19805 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
19806
19807         [BZ #16112]
19808         * malloc/malloc (malloc_info): Do not handle first bin as
19809         special case.
19810
19811 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
19812
19813         * locale/iso-639.def: Add Central Nahuatl (nhn).
19814
19815 2013-11-01  Bruno Haible  <bruno@clisp.org>
19816
19817         [BZ #7003]
19818         * manual/math.texi (BSD Random): Specify range upper bound as
19819         in POSIX.
19820
19821 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
19822
19823         * locale/iso-639.def: Add Meadow Mari (mhr).
19824
19825 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
19826
19827         [BZ #14752], [BZ #15763]
19828         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19829         Validate name.
19830         * rt/tst_shm.c: Add test for escaping directory.
19831
19832 2013-10-31  Andreas Schwab  <schwab@suse.de>
19833
19834         [BZ #15917]
19835         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19836         followed by 'x' as part of digit sequence.
19837         * stdio-common/tst-sscanf.c (double_tests2): New tests.
19838
19839 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19840
19841         [BZ #16037]
19842         * configure.ac: allow GNU Make 4.0 and greater.
19843         * configure: Regenerated.
19844
19845 2013-10-30  Will Newton  <will.newton@linaro.org>
19846
19847         [BZ #16038]
19848         * malloc/hooks.c (memalign_check): Limit alignment to the
19849         maximum representable power of two.
19850         * malloc/malloc.c (__libc_memalign): Likewise.
19851         * malloc/tst-memalign.c (do_test): Add test for very
19852         large alignment values.
19853         * malloc/tst-posix_memalign.c (do_test): Likewise.
19854
19855 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19856
19857         [BZ #11087]
19858         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19859         (munmap_chunk): Likewise.
19860         (mremap_chunk): Likewise.
19861
19862 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19863
19864         [BZ #15799]
19865         * stdlib/div.c (div): Remove obsolete code.
19866         * stdlib/ldiv.c (ldiv): Likewise.
19867         * stdlib/lldiv.c (lldiv): Likewise.
19868
19869 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19870
19871         [BZ #16071]
19872         * nss/nss_files/files-XXX.c (get_contents_ret): New
19873         enumerator.
19874         (get_contents): New function.
19875         (internal_getent): Use it.  Expand size of LINEBUFLEN.
19876
19877 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
19878
19879         * configure.in: Moved to ...
19880         * configure.ac: ... here. Change reference to configure.in
19881         to configure.ac.
19882         * sysdeps/arm/preconfigure.ac: ... here.
19883         configure.in to configure.ac.
19884         * sysdeps/gnu/configure.in: Moved to ...
19885         * sysdeps/gnu/configure.ac: ... here.
19886         * sysdeps/i386/configure.in: Moved to ...
19887         * sysdeps/i386/configure.ac: ... here.
19888         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19889         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19890         * sysdeps/mach/configure.in: Moved to ...
19891         * sysdeps/mach/configure.ac: ... here.
19892         * sysdeps/mach/hurd/configure.in: Moved to ...
19893         * sysdeps/mach/hurd/configure.ac: ... here.
19894         * sysdeps/powerpc/configure.in: Moved to ...
19895         * sysdeps/powerpc/configure.ac: ... here.
19896         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19897         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19898         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19899         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19900         * sysdeps/s390/s390-32/configure.in: Moved to ...
19901         * sysdeps/s390/s390-32/configure.ac: ... here.
19902         * sysdeps/s390/s390-64/configure.in: Moved to ...
19903         * sysdeps/s390/s390-64/configure.ac: ... here.
19904         * sysdeps/sh/configure.in: Moved to ...
19905         * sysdeps/sh/configure.ac: ... here.
19906         * sysdeps/sparc/configure.in: Moved to ...
19907         * sysdeps/sparc/configure.ac: ... here.
19908         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19909         * sysdeps/unix/sysv/linux/configure.ac: ... here.
19910         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19911         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19912         * sysdeps/x86_64/configure.in: Moved to ...
19913         * sysdeps/x86_64/configure.ac: ... here.
19914         * sysdeps/x86_64/preconfigure.in: Moved to ...
19915         * sysdeps/x86_64/preconfigure.ac: ... here.
19916         * aclocal.m4: Change reference to configure.in to configure.ac.
19917         * config.h.in: Likewise.
19918         * manual/install.texi: Likewise.
19919         * manual/maint.texi: Likewise.
19920         * Makefile: Likewise.
19921         * malloc/Makefile: Likewise.
19922         * nscd/Makefile: Likewise.
19923         * Makeconfig: Change reference to configure.in and
19924         preconfigure.in to configure.ac and preconfigure.ac
19925         respectively.
19926         * INSTALL: Regenerated.
19927         * configure: Likewise.
19928         * sysdeps/gnu/configure: Likewise.
19929         * sysdeps/i386/configure: Likewise.
19930         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19931         * sysdeps/mach/configure: Likewise.
19932         * sysdeps/mach/hurd/configure: Likewise.
19933         * sysdeps/powerpc/configure: Likewise.
19934         * sysdeps/powerpc/powerpc32/configure: Likewise.
19935         * sysdeps/powerpc/powerpc64/configure: Likewise.
19936         * sysdeps/s390/s390-32/configure: Likewise.
19937         * sysdeps/s390/s390-64/configure: Likewise.
19938         * sysdeps/sh/configure: Likewise.
19939         * sysdeps/sparc/configure: Likewise.
19940         * sysdeps/unix/sysv/linux/configure: Likewise.
19941         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19942         * sysdeps/x86_64/configure: Likewise.
19943         * sysdeps/x86_64/preconfigure: Likewise.
19944
19945 2013-10-29  Andreas Schwab  <schwab@suse.de>
19946
19947         * stdio-common/Makefile (tst-swscanf-ENV): Define.
19948
19949 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19950
19951         * benchtests/pow-inputs: Add new inputs.
19952
19953         * benchtests/exp-inputs: Add new inputs.
19954
19955         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19956         conditional check for return value.
19957         (__cos32): Likewise.
19958
19959 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19960
19961         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19962         to provide a boost for large inputs with word alignment.
19963         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19964         implementation based on optimized PPC64 strcpy.
19965         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19966         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19967         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19968         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19969
19970 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19971
19972         [BZ #2801]
19973         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19974
19975 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19976
19977         [BZ #14876]
19978         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19979         * time/tst-strptime.c (day_tests): Add testcase.
19980
19981 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19982
19983         [BZ #14029]
19984         * manual/pattern.texi: Acknowledge that fnmatch can fail.
19985
19986 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
19987
19988         [BZ #16074]
19989         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19990         MAP_FAILED on error.
19991
19992 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19993
19994         [BZ #16072]
19995         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19996         heap for large requests.
19997
19998 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
19999
20000         [BZ #9954]
20001         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
20002         result if the result has no associated interface.
20003         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
20004         interface for all 127.X.Y.Z addresses.
20005
20006 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
20007
20008         * locale/iso-639.def: Add Ligurian (lij)
20009
20010 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
20011
20012         [BZ #15825]
20013         * sunrpc/rpc_main.c: Document rpcgen -5.
20014
20015 2013-10-19  Michael Stahl  <mstahl@redhat.com>
20016
20017         * elf/rtld.c (do_preload): Print the reason why preloading failed.
20018
20019 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
20020
20021         [BZ #10278]
20022         * posix/glob.c: Match only directories when trailing slash is present.
20023         * posix/tst-gnuglob.c (my_opendir): Do not open files.
20024         (main): Add testcase.
20025
20026 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
20027
20028         [BZ #15670]
20029         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
20030
20031 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
20032
20033         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
20034         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
20035         AUTH_DES and cindex for FIPS 140-2.
20036         (DES Encryption): Add cindex FIPS 46-3.
20037
20038         * locale/locarchive.h (struct locarhandle): Add fname.
20039         * locale/programs/localedef.c (main): Pass ARGV[remaining]
20040         if an optional argument was specified to --list-archive,
20041         otherwise NULL.
20042         * locale/programs/locarchive.c (show_archive_content): Take new
20043         argument fname and pass it via ah.fname to open_archive.
20044         * locale/programs/localedef.h: Update decl.
20045         (open_archive): If AH->fname is non-null, open that file
20046         rather than the default file name, and don't ignore ENOENT.
20047         (create_archive): Set AH.fname to NULL.
20048         (delete_locales_from_archive): Likewise.
20049         (add_locales_to_archive): Likewise.
20050         * locale/programs/locfile.c (write_all_categories): Likewise.
20051
20052 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
20053             Aldy Hernandez  <aldyh@redhat.com>
20054
20055         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
20056         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
20057         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
20058         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
20059         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
20060         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
20061         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
20062         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
20063         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
20064         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
20065         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
20066         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
20067         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
20068         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
20069         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
20070         Likewise.
20071         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
20072         Likewise.
20073         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
20074         Likewise.
20075         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
20076         Likewise.
20077         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
20078         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
20079         Likewise.
20080         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
20081         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
20082         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
20083         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
20084         Likewise.
20085         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
20086         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
20087         * sysdeps/powerpc/preconfigure: Likewise.
20088         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
20089         Likewise.
20090         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
20091         Replace contents of file by #include of <fenv_libc.h>.
20092         * sysdeps/powerpc/soft-fp/sfp-machine.h
20093         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
20094         and <sys/prctl.h>.
20095         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
20096         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
20097         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
20098         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
20099         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
20100         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
20101         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
20102         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
20103         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
20104         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
20105         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
20106         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
20107         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
20108         Allow copysignl PLT reference to be missing.
20109
20110 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
20111             Joseph Myers  <joseph@codesourcery.com
20112
20113         [BZ #15948]
20114         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
20115         single character.
20116         (add_to_tablewc): Assert sequence of wide characters is nonempty.
20117
20118 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
20119
20120         * elf/tst-tls-dlinfo.c: Don't include tls.h.
20121         * elf/tst-tls1.c: Likewise.
20122         * elf/tst-tls10.h: Likewise.
20123         * elf/tst-tls14.c: Likewise.
20124         * elf/tst-tls2.c: Likewise.
20125         * elf/tst-tls3.c: Likewise.
20126         * elf/tst-tls4.c: Likewise.
20127         * elf/tst-tls5.c: Likewise.
20128         * elf/tst-tls6.c: Likewise.
20129         * elf/tst-tls7.c: Likewise.
20130         * elf/tst-tls8.c: Likewise.
20131         * elf/tst-tls9.c: Likewise.
20132         * elf/tst-tlsmod1.c: Likewise.
20133         * elf/tst-tlsmod13.c: Likewise.
20134         * elf/tst-tlsmod13a.c: Likewise.
20135         * elf/tst-tlsmod14a.c: Likewise.
20136         * elf/tst-tlsmod16a.c: Likewise.
20137         * elf/tst-tlsmod16b.c: Likewise.
20138         * elf/tst-tlsmod2.c: Likewise.
20139         * elf/tst-tlsmod3.c: Likewise.
20140         * elf/tst-tlsmod4.c: Likewise.
20141         * elf/tst-tlsmod5.c: Likewise.
20142         * elf/tst-tlsmod6.c: Likewise.
20143
20144 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
20145
20146         [BZ #12486]
20147         * malloc/malloc.c: remove checks for statistics.
20148
20149 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
20150
20151         [BZ #15277]
20152         * inet/inet_net.c (inet_network): Detect additional invalid strings.
20153         * inet/tst-network.c: Add testcase.
20154
20155 2013-10-17  Andreas Schwab  <schwab@suse.de>
20156
20157         [BZ #15218]
20158         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
20159         to determine canonical name.
20160
20161 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
20162
20163         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
20164         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
20165         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
20166         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
20167         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
20168         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
20169         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
20170         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
20171         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
20172         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
20173         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
20174         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
20175         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
20176         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
20177         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
20178         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
20179         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
20180         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
20181         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
20182         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
20183         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
20184         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
20185         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
20186         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
20187         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
20188         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
20189         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
20190         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
20191         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
20192         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
20193         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
20194         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
20195         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
20196         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
20197         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
20198         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
20199         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
20200         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
20201         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
20202         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
20203         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
20204         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
20205         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
20206         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
20207         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
20208         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
20209         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
20210         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
20211         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
20212         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
20213         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
20214         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
20215         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
20216         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
20217         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20218         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
20219         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
20220         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
20221
20222 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
20223
20224         [BZ #16041]
20225         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
20226         make result into a quiet NaN.
20227
20228 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
20229
20230         * soft-fp/adddf3.c: Fix horizontal whitespace.
20231         * soft-fp/addsf3.c: Likewise.
20232         * soft-fp/addtf3.c: Likewise.
20233         * soft-fp/divdf3.c: Likewise.
20234         * soft-fp/divsf3.c: Likewise.
20235         * soft-fp/divtf3.c: Likewise.
20236         * soft-fp/double.h: Likewise.
20237         * soft-fp/eqdf2.c: Likewise.
20238         * soft-fp/eqsf2.c: Likewise.
20239         * soft-fp/eqtf2.c: Likewise.
20240         * soft-fp/extenddftf2.c: Likewise.
20241         * soft-fp/extended.h: Likewise.
20242         * soft-fp/extendsfdf2.c: Likewise.
20243         * soft-fp/extendsftf2.c: Likewise.
20244         * soft-fp/extendxftf2.c: Likewise.
20245         * soft-fp/fixdfdi.c: Likewise.
20246         * soft-fp/fixdfsi.c: Likewise.
20247         * soft-fp/fixdfti.c: Likewise.
20248         * soft-fp/fixsfdi.c: Likewise.
20249         * soft-fp/fixsfsi.c: Likewise.
20250         * soft-fp/fixsfti.c: Likewise.
20251         * soft-fp/fixtfdi.c: Likewise.
20252         * soft-fp/fixtfsi.c: Likewise.
20253         * soft-fp/fixtfti.c: Likewise.
20254         * soft-fp/fixunsdfdi.c: Likewise.
20255         * soft-fp/fixunsdfsi.c: Likewise.
20256         * soft-fp/fixunsdfti.c: Likewise.
20257         * soft-fp/fixunssfdi.c: Likewise.
20258         * soft-fp/fixunssfsi.c: Likewise.
20259         * soft-fp/fixunssfti.c: Likewise.
20260         * soft-fp/fixunstfdi.c: Likewise.
20261         * soft-fp/fixunstfsi.c: Likewise.
20262         * soft-fp/fixunstfti.c: Likewise.
20263         * soft-fp/floatdidf.c: Likewise.
20264         * soft-fp/floatdisf.c: Likewise.
20265         * soft-fp/floatditf.c: Likewise.
20266         * soft-fp/floatsidf.c: Likewise.
20267         * soft-fp/floatsisf.c: Likewise.
20268         * soft-fp/floatsitf.c: Likewise.
20269         * soft-fp/floattidf.c: Likewise.
20270         * soft-fp/floattisf.c: Likewise.
20271         * soft-fp/floattitf.c: Likewise.
20272         * soft-fp/floatundidf.c: Likewise.
20273         * soft-fp/floatundisf.c: Likewise.
20274         * soft-fp/floatunditf.c: Likewise.
20275         * soft-fp/floatunsidf.c: Likewise.
20276         * soft-fp/floatunsisf.c: Likewise.
20277         * soft-fp/floatunsitf.c: Likewise.
20278         * soft-fp/floatuntidf.c: Likewise.
20279         * soft-fp/floatuntisf.c: Likewise.
20280         * soft-fp/floatuntitf.c: Likewise.
20281         * soft-fp/fmadf4.c: Likewise.
20282         * soft-fp/fmasf4.c: Likewise.
20283         * soft-fp/fmatf4.c: Likewise.
20284         * soft-fp/gedf2.c: Likewise.
20285         * soft-fp/gesf2.c: Likewise.
20286         * soft-fp/getf2.c: Likewise.
20287         * soft-fp/ledf2.c: Likewise.
20288         * soft-fp/lesf2.c: Likewise.
20289         * soft-fp/letf2.c: Likewise.
20290         * soft-fp/muldf3.c: Likewise.
20291         * soft-fp/mulsf3.c: Likewise.
20292         * soft-fp/multf3.c: Likewise.
20293         * soft-fp/negdf2.c: Likewise.
20294         * soft-fp/negsf2.c: Likewise.
20295         * soft-fp/negtf2.c: Likewise.
20296         * soft-fp/op-1.h: Likewise.
20297         * soft-fp/op-2.h: Likewise.
20298         * soft-fp/op-4.h: Likewise.
20299         * soft-fp/op-8.h: Likewise.
20300         * soft-fp/op-common.h: Likewise.
20301         * soft-fp/quad.h: Likewise.
20302         * soft-fp/single.h: Likewise.
20303         * soft-fp/soft-fp.h: Likewise.
20304         * soft-fp/sqrtdf2.c: Likewise.
20305         * soft-fp/sqrtsf2.c: Likewise.
20306         * soft-fp/sqrttf2.c: Likewise.
20307         * soft-fp/subdf3.c: Likewise.
20308         * soft-fp/subsf3.c: Likewise.
20309         * soft-fp/subtf3.c: Likewise.
20310         * soft-fp/truncdfsf2.c: Likewise.
20311         * soft-fp/trunctfdf2.c: Likewise.
20312         * soft-fp/trunctfsf2.c: Likewise.
20313         * soft-fp/trunctfxf2.c: Likewise.
20314         * soft-fp/unorddf2.c: Likewise.
20315         * soft-fp/unordsf2.c: Likewise.
20316         * soft-fp/unordtf2.c: Likewise.
20317
20318 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
20319
20320         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
20321         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
20322
20323 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
20324
20325         * elf/dl-libc.c: Clear initfini list after freeing.
20326
20327 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
20328
20329         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
20330         * soft-fp/addsf3.c: Likewise.
20331         * soft-fp/addtf3.c: Likewise.
20332         * soft-fp/divdf3.c: Likewise.
20333         * soft-fp/divsf3.c: Likewise.
20334         * soft-fp/divtf3.c: Likewise.
20335         * soft-fp/double.h: Likewise.
20336         * soft-fp/eqdf2.c: Likewise.
20337         * soft-fp/eqsf2.c: Likewise.
20338         * soft-fp/eqtf2.c: Likewise.
20339         * soft-fp/extenddftf2.c: Likewise.
20340         * soft-fp/extended.h: Likewise.
20341         * soft-fp/extendsfdf2.c: Likewise.
20342         * soft-fp/extendsftf2.c: Likewise.
20343         * soft-fp/extendxftf2.c: Likewise.
20344         * soft-fp/fixdfdi.c: Likewise.
20345         * soft-fp/fixdfsi.c: Likewise.
20346         * soft-fp/fixdfti.c: Likewise.
20347         * soft-fp/fixsfdi.c: Likewise.
20348         * soft-fp/fixsfsi.c: Likewise.
20349         * soft-fp/fixsfti.c: Likewise.
20350         * soft-fp/fixtfdi.c: Likewise.
20351         * soft-fp/fixtfsi.c: Likewise.
20352         * soft-fp/fixtfti.c: Likewise.
20353         * soft-fp/fixunsdfdi.c: Likewise.
20354         * soft-fp/fixunsdfsi.c: Likewise.
20355         * soft-fp/fixunsdfti.c: Likewise.
20356         * soft-fp/fixunssfdi.c: Likewise.
20357         * soft-fp/fixunssfsi.c: Likewise.
20358         * soft-fp/fixunssfti.c: Likewise.
20359         * soft-fp/fixunstfdi.c: Likewise.
20360         * soft-fp/fixunstfsi.c: Likewise.
20361         * soft-fp/fixunstfti.c: Likewise.
20362         * soft-fp/floatdidf.c: Likewise.
20363         * soft-fp/floatdisf.c: Likewise.
20364         * soft-fp/floatditf.c: Likewise.
20365         * soft-fp/floatsidf.c: Likewise.
20366         * soft-fp/floatsisf.c: Likewise.
20367         * soft-fp/floatsitf.c: Likewise.
20368         * soft-fp/floattidf.c: Likewise.
20369         * soft-fp/floattisf.c: Likewise.
20370         * soft-fp/floattitf.c: Likewise.
20371         * soft-fp/floatundidf.c: Likewise.
20372         * soft-fp/floatundisf.c: Likewise.
20373         * soft-fp/floatunsidf.c: Likewise.
20374         * soft-fp/floatunsisf.c: Likewise.
20375         * soft-fp/floatuntidf.c: Likewise.
20376         * soft-fp/floatuntisf.c: Likewise.
20377         * soft-fp/floatuntitf.c: Likewise.
20378         * soft-fp/fmadf4.c: Likewise.
20379         * soft-fp/fmasf4.c: Likewise.
20380         * soft-fp/fmatf4.c: Likewise.
20381         * soft-fp/gedf2.c: Likewise.
20382         * soft-fp/gesf2.c: Likewise.
20383         * soft-fp/getf2.c: Likewise.
20384         * soft-fp/ledf2.c: Likewise.
20385         * soft-fp/lesf2.c: Likewise.
20386         * soft-fp/letf2.c: Likewise.
20387         * soft-fp/muldf3.c: Likewise.
20388         * soft-fp/mulsf3.c: Likewise.
20389         * soft-fp/multf3.c: Likewise.
20390         * soft-fp/negdf2.c: Likewise.
20391         * soft-fp/negsf2.c: Likewise.
20392         * soft-fp/negtf2.c: Likewise.
20393         * soft-fp/op-1.h: Likewise.
20394         * soft-fp/op-2.h: Likewise.
20395         * soft-fp/op-4.h: Likewise.
20396         * soft-fp/op-8.h: Likewise.
20397         * soft-fp/op-common.h: Likewise.
20398         * soft-fp/quad.h: Likewise.
20399         * soft-fp/single.h: Likewise.
20400         * soft-fp/soft-fp.h: Likewise.
20401         * soft-fp/sqrtdf2.c: Likewise.
20402         * soft-fp/sqrtsf2.c: Likewise.
20403         * soft-fp/sqrttf2.c: Likewise.
20404         * soft-fp/subdf3.c: Likewise.
20405         * soft-fp/subsf3.c: Likewise.
20406         * soft-fp/subtf3.c: Likewise.
20407         * soft-fp/truncdfsf2.c: Likewise.
20408         * soft-fp/trunctfdf2.c: Likewise.
20409         * soft-fp/trunctfsf2.c: Likewise.
20410         * soft-fp/trunctfxf2.c: Likewise.
20411         * soft-fp/unorddf2.c: Likewise.
20412         * soft-fp/unordsf2.c: Likewise.
20413         * soft-fp/unordtf2.c: Likewise.
20414
20415 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
20416
20417         [BZ #15672]
20418         * misc/error.c (error_tail): Fix possible buffer overflow.
20419
20420 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
20421
20422         [BZ #13028]
20423         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
20424         address.
20425
20426 2013-10-14  P. J. McDermott  <pj@pehjota.net>
20427
20428         [BZ #832]
20429         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
20430         testing pipefail option.
20431
20432 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20433
20434         * soft-fp/double.h: Indent preprocessor directives inside #if.
20435         * soft-fp/extended.h: Likewise.
20436         * soft-fp/op-2.h: Likewise.
20437         * soft-fp/op-4.h: Likewise.
20438         * soft-fp/op-common.h: Likewise.
20439         * soft-fp/quad.h: Likewise.
20440         * soft-fp/single.h: Likewise.
20441         * soft-fp/soft-fp.h: Likewise.
20442
20443 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
20444
20445         * iconv/iconv_prog.c: Fix typos.
20446         * stdio-common/psiginfo-data.h: Likewise.
20447
20448 2013-10-12   Reuben Thomas <rrt@sc3d.org>
20449
20450         [BZ #15764]
20451         * locale/setlocale.c: Fix typo.
20452
20453 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20454
20455         [BZ #16036]
20456         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
20457         signaling NaN arguments.
20458         * soft-fp/unordsf2.c (__unordsf2): Likewise.
20459         * soft-fp/unordtf2.c (__unordtf2): Likewise.
20460
20461         [BZ #14910]
20462         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
20463         unordered operands.
20464         * soft-fp/gesf2.c (__gesf2): Likewise.
20465         * soft-fp/getf2.c (__getf2): Likewise.
20466         * soft-fp/ledf2.c (__ledf2): Likewise.
20467         * soft-fp/lesf2.c (__lesf2): Likewise.
20468         * soft-fp/letf2.c (__letf2): Likewise.
20469
20470         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
20471         * soft-fp/eqsf2.c (__eqsf2): Likewise.
20472         * soft-fp/eqtf2.c (__eqtf2): Likewise.
20473         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
20474         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
20475         * soft-fp/fixdfti.c (__fixdfti): Likewise.
20476         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
20477         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
20478         * soft-fp/fixsfti.c (__fixsfti): Likewise.
20479         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
20480         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
20481         * soft-fp/fixtfti.c (__fixtfti): Likewise.
20482         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
20483         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
20484         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
20485         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
20486         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
20487         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
20488         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
20489         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
20490         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
20491         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
20492         * soft-fp/floatdisf.c (__floatdisf): Likewise.
20493         * soft-fp/floatsisf.c (__floatsisf): Likewise.
20494         * soft-fp/floattidf.c (__floattidf): Likewise.
20495         * soft-fp/floattisf.c (__floattisf): Likewise.
20496         * soft-fp/floattitf.c (__floattitf): Likewise.
20497         * soft-fp/floatundidf.c (__floatundidf): Likewise.
20498         * soft-fp/floatundisf.c (__floatundisf): Likewise.
20499         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
20500         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
20501         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
20502         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
20503         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
20504         * soft-fp/gesf2.c (__gesf2): Likewise.
20505         * soft-fp/getf2.c (__getf2): Likewise.
20506         * soft-fp/ledf2.c (__ledf2): Likewise.
20507         * soft-fp/lesf2.c (__lesf2): Likewise.
20508         * soft-fp/letf2.c (__letf2): Likewise.
20509
20510         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
20511         Undefine and redefine.
20512         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
20513         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
20514         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
20515         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
20516         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20517         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
20518         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20519         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
20520         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20521         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
20522         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20523         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
20524         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20525         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
20526         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20527
20528         [BZ #16032]
20529         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
20530         without decrementing exponent if mantissa >= that for the
20531         denominator, not >.
20532         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
20533         denominator, not >.  Decrement exponent in < case instead of
20534         incrementing in >= case.
20535         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
20536         without decrementing exponent if mantissa >= that for the
20537         denominator, not >.
20538
20539         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
20540         computing saturated result for unsigned overflow.
20541
20542 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20543             Jeff Law  <law@redhat.com>
20544
20545         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
20546         (atan2Mp): Add systemtap probe marker.
20547         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
20548         (__ieee754_log): Add systemtap probe marker.
20549         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
20550         (atanMp): Add systemtap probe marker.
20551         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
20552         (tanMp): Add systemtap probe marker.
20553         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
20554         (__slowexp): Add systemtap probe marker.
20555         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
20556         (__slowpow): Add systemtap probe marker.
20557         * manual/probes.texi: Document probes.
20558
20559 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
20560
20561         [BZ #15362]
20562         * libio/fileops.c (_IO_new_file_write): Return count of bytes
20563         written.
20564         (_IO_new_file_xsputn): Don't return EOF if nothing has been
20565         written.
20566         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
20567         written to buffer but not flushed.
20568         * libio/iofwrite_u.c:  Likewise.
20569         * libio/iopadn.c:  Return bytes returned even if EOF was
20570         encountered.
20571         * libio/iowpadn.c:  Likewise.
20572         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
20573         if _IO_padn does not write the whole buffer.
20574         [!COMPILE_WPRINTF] (PAD): Likewise.
20575
20576 2013-10-10  David S. Miller  <davem@davemloft.net>
20577
20578         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
20579         directory block.
20580
20581 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20582
20583         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
20584         instead of FSF address.
20585         * soft-fp/fixdfti.c: Likewise.
20586         * soft-fp/fixsfti.c: Likewise.
20587         * soft-fp/fixtfti.c: Likewise.
20588         * soft-fp/fixunsdfti.c: Likewise.
20589         * soft-fp/fixunssfti.c: Likewise.
20590         * soft-fp/fixunstfti.c: Likewise.
20591         * soft-fp/floattidf.c: Likewise.
20592         * soft-fp/floattisf.c: Likewise.
20593         * soft-fp/floattitf.c: Likewise.
20594         * soft-fp/floatuntidf.c: Likewise.
20595         * soft-fp/floatuntisf.c: Likewise.
20596         * soft-fp/floatuntitf.c: Likewise.
20597         * soft-fp/trunctfxf2.c: Likewise.
20598
20599         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
20600         * soft-fp/fixdfti.c: Likewise.
20601         * soft-fp/fixsfti.c: Likewise.
20602         * soft-fp/fixtfti.c: Likewise.
20603         * soft-fp/fixunsdfti.c: Likewise.
20604         * soft-fp/fixunssfti.c: Likewise.
20605         * soft-fp/fixunstfti.c: Likewise.
20606         * soft-fp/floattidf.c: Likewise.
20607         * soft-fp/floattisf.c: Likewise.
20608         * soft-fp/floattitf.c: Likewise.
20609         * soft-fp/floatuntidf.c: Likewise.
20610         * soft-fp/floatuntisf.c: Likewise.
20611         * soft-fp/floatuntitf.c: Likewise.
20612         * soft-fp/trunctfxf2.c: Likewise.
20613
20614 2013-10-10  David S. Miller  <davem@davemloft.net>
20615
20616         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20617
20618 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
20619
20620         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20621         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
20622         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
20623         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
20624         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
20625         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
20626         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
20627
20628         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
20629         for NaNs before doing comparisons on argument.
20630         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
20631         Likewise.
20632
20633 2013-10-10  Will Newton  <will.newton@linaro.org>
20634
20635         * malloc/hooks.c (memalign_check): Ensure the value of bytes
20636         passed to _int_memalign does not overflow.
20637
20638 2013-10-10  Torvald Riegel  <triegel@redhat.com>
20639
20640         * scripts/bench.pl: Add include-sources directive.
20641         * benchtests/README: Update documentation.
20642
20643 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20644
20645         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
20646         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
20647         instead of FP_INIT_ROUNDMODE.
20648         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
20649         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
20650
20651         [BZ #16034]
20652         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
20653         copy class of input value.
20654         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
20655         not handle exceptions.
20656         * soft-fp/negsf2.c (__negsf2): Likewise.
20657         * soft-fp/negtf2.c (__negtf2): Likewise.
20658         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
20659
20660 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
20661
20662         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
20663         semicolon.  From Linux kernel.
20664
20665 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
20666
20667         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
20668
20669 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
20670
20671         [BZ #156]
20672         * manual/socket.texi: Added statement about buffer
20673         for gethostbyname2_r.
20674
20675 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
20676
20677         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
20678         Use .p2align directive instead, throughout.
20679         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
20680         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
20681         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
20682         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
20683         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
20684         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
20685         * sysdeps/x86_64/strchr.S: Likewise.
20686         * sysdeps/x86_64/strrchr.S: Likewise.
20687
20688 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
20689
20690         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
20691
20692         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
20693
20694         * sysdeps/generic/math_private.h (__mpsin1): Remove
20695         declaration.
20696         (__mpcos1): Likewise.
20697         (__mpsin): New argument __range_reduce.
20698         (__mpcos): Likewise.
20699         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20700         (slow): Use __mpsin and __mpcos.
20701         (slow1): Likewise.
20702         (slow2): Likewise.
20703         (sloww): Likewise.
20704         (sloww1): Likewise.
20705         (sloww2): Likewise.
20706         (bsloww): Likewise.
20707         (bsloww1): Likewise.
20708         (bsloww2): Likewise.
20709         (cslow2): Likewise.
20710         (csloww): Likewise.
20711         (csloww1): Likewise.
20712         (csloww2): Likewise.
20713         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
20714         range_reduce.  Merge in __mpsin1.
20715         (__mpcos): Likewise.
20716         (__mpsin1): Remove.
20717         (__mpcos1): Likewise.
20718
20719 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
20720
20721         * locale/loadlocale.c (_nl_intern_locale_data): Use
20722         LOCFILE_ALIGNED_P.
20723         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
20724         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
20725         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
20726         obstack data is appropriately aligned.
20727         (obstack_int32_grow_fast): Likewise.
20728         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
20729         * locale/programs/locfile.c (add_locale_uint32): Likewise.
20730         (add_locale_uint32_array): Likewise.
20731
20732 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
20733
20734         * benchtests/Makefile: Remove ARGLIST and RET variables.
20735         ($(objpfx)bench-%.c): Pass only function name to the script.
20736         * benchtests/README: Update documentation.
20737         * benchtests/acos-inputs: Add new directives.
20738         * benchtests/acosh-inputs: Likewise.
20739         * benchtests/asin-inputs: Likewise.
20740         * benchtests/asinh-inputs: Likewise.
20741         * benchtests/atan-inputs: Likewise.
20742         * benchtests/atanh-inputs: Likewise.
20743         * benchtests/cos-inputs: Likewise.
20744         * benchtests/cosh-inputs: Likewise.
20745         * benchtests/exp-inputs: Likewise.
20746         * benchtests/log-inputs: Likewise.
20747         * benchtests/pow-inputs: Likewise.
20748         * benchtests/rint-inputs: Likewise.
20749         * benchtests/sin-inputs: Likewise.
20750         * benchtests/sinh-inputs: Likewise.
20751         * benchtests/tan-inputs: Likewise.
20752         * benchtests/tanh-inputs: Likewise.
20753         * scripts/bench.pl: Add support for new directives.
20754
20755 2013-10-07  Alan Modra  <amodra@gmail.com>
20756
20757         * README: Fix careless merge.
20758
20759 2013-10-05  Alan Modra  <amodra@gmail.com>
20760
20761         * NEWS: Mention powerpc64le support and bugs fixed.
20762         * README: Both big-endian and little-endian powerpc64 supported.
20763
20764 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20765
20766         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20767         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
20768         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20769         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20770
20771 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
20772
20773         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20774         match prototype.
20775
20776 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
20777
20778         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20779         Move -mhard-float appending from
20780         ports/sysdeps/powerpc/powerpc32/Makefile.
20781         [$(with-fp) = yes] (ASFLAGS): Likewise.
20782         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20783         * sysdeps/powerpc/nofpu: Move directory from
20784         ports/sysdeps/powerpc/nofpu.
20785         * sysdeps/powerpc/soft-fp: Move directory from
20786         ports/sysdeps/powerpc/soft-fp.
20787         * sysdeps/powerpc/powerpc32/405: Move directory from
20788         ports/sysdeps/powerpc/powerpc32/405.
20789         * sysdeps/powerpc/powerpc32/440: Move directory from
20790         ports/sysdeps/powerpc/powerpc32/440.
20791         * sysdeps/powerpc/powerpc32/464: Move directory from
20792         ports/sysdeps/powerpc/powerpc32/464.
20793         * sysdeps/powerpc/powerpc32/476: Move directory from
20794         ports/sysdeps/powerpc/powerpc32/476.
20795         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20796         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20797         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20798         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20799         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20800         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20801         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20802         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20803         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20804         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20805         * README: Update for powerpc-*-linux-gnu software floating point
20806         support in libc.
20807
20808         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20809         case to powerpc/powerpc32*.
20810         * sysdeps/unix/sysv/linux/configure: Regenerated.
20811
20812         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20813         (_FPU_MASK_OM): Define as 0x04.
20814         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20815         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20816         0x00c10080.
20817         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20818         0x0000003c.
20819         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20820
20821         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20822         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20823         getcontext_e500.
20824         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20825         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20826         setcontext_e500.
20827         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20828         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20829         and setcontext_e500.
20830
20831 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
20832
20833         * locale/iso-3166.def: Update iso-1366.def and related occurrences
20834
20835 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20836
20837         * manual/threads.texi (Default Thread Attributes): Fix typo.
20838
20839 2013-10-04  Will Newton  <will.newton@linaro.org>
20840
20841         * malloc/Makefile: Add tst-memalign.
20842         * malloc/tst-memalign.c: New file.
20843
20844         * malloc/tst-posix_memalign.c: Add comments.
20845         (do_test): Add comments and call free on all potentially
20846         allocated pointers. Add space after cast.
20847
20848         * malloc/tst-pvalloc.c: Add comments.
20849         (do_test): Add comments and call free on all potentially
20850         allocated pointers. Remove duplicate check for NULL pointer.
20851         Add space after cast.
20852
20853         * malloc/tst-valloc.c: Add comments.
20854         (do_test): Add comments and call free on all potentially
20855         allocated pointers. Remove duplicate check for NULL pointer.
20856         Add space after cast.
20857
20858 2013-10-04  Alan Modra  <amodra@gmail.com>
20859
20860         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20861         Use stdint types in rather than __attribute__((mode())).
20862         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20863
20864 2013-10-04  Alan Modra  <amodra@gmail.com>
20865
20866         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20867         Correct handling of unaligned relocs for little-endian.
20868         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20869
20870 2013-10-04  Alan Modra  <amodra@gmail.com>
20871
20872         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20873         * configure: Regenerate.
20874         * nptl/shlib-versions: Powerpc*le starts at 2.18.
20875         * shlib-versions: Likewise.
20876
20877 2013-10-04  Alan Modra  <amodra@gmail.com>
20878
20879         * string/tester.c (test_memrchr): Increment reported test cycle.
20880
20881 2013-10-04  Alan Modra  <amodra@gmail.com>
20882
20883         * string/test-memcpy.c (do_one_test): When reporting errors, print
20884         string address and don't overrun end of string.
20885
20886 2013-10-04  Alan Modra  <amodra@gmail.com>
20887
20888         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20889         insrdi.  Make better use of reg selection to speed exit slightly.
20890         Schedule entry path a little better.  Remove useless "are we done"
20891         checks on entry to main loop.  Handle wrapping around zero address.
20892         Correct main loop count.  Handle single left-over word from main
20893         loop inline rather than by using loop_small.  Remove extra word
20894         case in loop_small caused by wrong loop count.  Add little-endian
20895         support.
20896         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20897         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
20898         cache hint.
20899         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20900         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20901         support.  Avoid rlwimi.
20902         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20903
20904 2013-10-04  Alan Modra  <amodra@gmail.com>
20905
20906         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
20907         insrdi.  Formatting.
20908         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20909         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20910         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20911         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20912         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20913         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20914
20915 2013-10-04  Alan Modra  <amodra@gmail.com>
20916
20917         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20918         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20919         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20920         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20921         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20922         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20923         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20924         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20925         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
20926         use of regs.  Use power7 mtocrf.  Tidy function tails.
20927
20928 2013-10-04  Alan Modra  <amodra@gmail.com>
20929
20930         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20931         Formatting.  Consistently use rXXX register defines or rN defines.
20932         Use early exit labels that avoid restoring unused non-volatile regs.
20933         Make cr field use more consistent with rWORDn compares.  Rename
20934         regs used as shift registers for unaligned loop, using rN defines
20935         for short lifetime/multiple use regs.
20936         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20937         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
20938         addi 1,1,64 to pop stack frame.  Simplify return value code.
20939         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20940
20941 2013-10-04  Alan Modra  <amodra@gmail.com>
20942
20943         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20944         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
20945         rather than rlwimi.
20946         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20947         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20948         little-endian support.  Correct typos.
20949         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
20950         rather than rlwimi.
20951         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
20952         in loop and entry code to keep "and." results.
20953         (strchr): Add little-endian support.  Comment.  Move cntlzd
20954         earlier in tail.
20955         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20956
20957 2013-10-04  Alan Modra  <amodra@gmail.com>
20958
20959         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20960         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20961         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20962         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20963
20964 2013-10-04  Alan Modra  <amodra@gmail.com>
20965
20966         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20967         (rTMP): Define as r11.
20968         (strcmp): Add little-endian support.  Optimise tail.
20969         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20970         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20971         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20972         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20973         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20974         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20975         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20976
20977 2013-10-04  Alan Modra  <amodra@gmail.com>
20978
20979         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20980         little-endian support.  Remove unnecessary "are we done" tests.
20981         Handle "s" wrapping around zero and extremely large "size".
20982         Correct main loop count.  Handle single left-over word from main
20983         loop inline rather than by using small_loop.  Correct comments.
20984         Delete "zero" tail, use "end_max" instead.
20985         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20986
20987 2013-10-04  Alan Modra  <amodra@gmail.com>
20988
20989         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20990         support.  Don't branch over align.
20991         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20992         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20993         support.  Rearrange tmp reg use to suit.  Comment.
20994         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20995
20996 2013-10-04  Alan Modra  <amodra@gmail.com>
20997
20998         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20999
21000 2013-10-04  Alan Modra  <amodra@gmail.com>
21001
21002         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
21003         conditional form of branch and link when obtaining pc.
21004         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
21005
21006 2013-10-04  Alan Modra  <amodra@gmail.com>
21007
21008         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
21009         HIWORD/LOWORD.
21010         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
21011         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
21012
21013 2013-10-04  Alan Modra  <amodra@gmail.com>
21014
21015         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
21016         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
21017         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
21018         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
21019         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
21020         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
21021         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
21022         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
21023         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
21024         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
21025
21026 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
21027             Alistair Popple <alistair@ozlabs.au.ibm.com>
21028             Alan Modra <amodra@gmail.com>
21029
21030         [BZ #15723]
21031         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
21032         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
21033         _dl_hwcap access for little-endian.
21034         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
21035         destroy vmx regs when saving unaligned.
21036         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
21037         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
21038         destroy vmx regs when saving unaligned.
21039
21040 2013-10-04  Alan Modra  <amodra@gmail.com>
21041
21042         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
21043         Don't use a union to pack hi/low value.
21044
21045 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
21046
21047         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
21048         for little-endian.
21049         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
21050         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
21051         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
21052         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
21053         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
21054
21055 2013-10-04  Alan Modra  <amodra@gmail.com>
21056
21057         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
21058         constants to usual value for .cst8 section, and remove redundant
21059         high address load.
21060         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
21061         constant for 0x1p52.  Load little-endian words of double from
21062         correct stack offsets.
21063
21064 2013-10-04  Alan Modra  <amodra@gmail.com>
21065
21066         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
21067         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
21068         words of double from correct stack offsets.
21069         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
21070         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
21071         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
21072         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
21073         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
21074         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
21075         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
21076         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
21077         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
21078         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
21079         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
21080         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
21081         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
21082         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
21083         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
21084         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
21085         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
21086
21087 2013-10-04  Alan Modra  <amodra@gmail.com>
21088
21089         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
21090         64-bit int/double union.
21091         (_FPU_SETCW): Likewise.
21092         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
21093         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
21094
21095 2013-10-04  Alan Modra  <amodra@gmail.com>
21096
21097         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
21098         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
21099
21100 2013-10-04  Alan Modra  <amodra@gmail.com>
21101
21102         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
21103         use vector int constants.
21104         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
21105
21106 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
21107
21108         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
21109         array with long long.
21110         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
21111         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
21112         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
21113         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
21114         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
21115         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
21116         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
21117         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
21118         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
21119         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
21120         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
21121         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
21122         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
21123
21124 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
21125
21126         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
21127         (__signbit): Likewise.  Correct for little-endian.
21128         (__signbitl): Call __signbit.
21129         (lrint): Correct for little-endian.
21130         (lrintf): Call lrint.
21131
21132 2013-10-04  Alan Modra  <amodra@gmail.com>
21133
21134         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
21135         union 32-bit int array member with 64-bit int array.
21136         (t515, tm256): Double rather than long double.
21137         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
21138
21139 2013-10-04  Alan Modra  <amodra@gmail.com>
21140
21141         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
21142         Delete.
21143         (IEEE854_LONG_DOUBLE_BIAS): Delete.
21144         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
21145         version of math_ldbl.h.
21146
21147 2013-10-04  Alan Modra  <amodra@gmail.com>
21148
21149         [BZ #15734], [BZ #15735]
21150         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
21151         all uses of ieee875 long double macros and unions.  Simplify test
21152         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
21153         ldbl_extract_mantissa value for ix,iy exponents.  Properly
21154         normalize after ldbl_extract_mantissa, and don't add hidden bit
21155         already handled.  Don't treat low word of ieee854 mantissa like
21156         low word of IBM long double and mask off bit when testing for
21157         zero.
21158         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
21159         all uses of ieee875 long double macros and unions.  Simplify tests
21160         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
21161         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
21162         two1022, instead use their values.  Recognise that tests for large
21163         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
21164         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
21165         Rewrite all uses of ieee875 long double macros and unions.  Simplify
21166         test for 0.0L and nan.  Correct negation.
21167         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
21168         ieee875 long double macros and unions.  Correct output for large
21169         magnitude x.  Correct absolute value calculation.
21170         (__erfcl): Likewise.
21171         * math/libm-test.inc: Add tests for errors discovered in IBM long
21172         double versions of fmodl, remainderl, erfl and erfcl.
21173
21174 2013-10-04  Alan Modra  <amodra@gmail.com>
21175
21176         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
21177         all uses of ieee854 long double macros and unions.  Simplify tests
21178         for long doubles that are fully specified by the high double.
21179         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
21180         Likewise.
21181         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
21182         Remove dead code too.
21183         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
21184         (__ieee754_ynl): Likewise.
21185         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
21186         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
21187         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
21188         Remove dead code too.
21189         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
21190         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
21191         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
21192         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
21193         Simplify.
21194         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
21195         Simplify.
21196         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
21197         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
21198         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
21199         Comment on variable precision.
21200         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
21201         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
21202         Likewise.
21203         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
21204         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
21205         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
21206         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
21207         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
21208
21209 2013-10-04  Alan Modra  <amodra@gmail.com>
21210
21211         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
21212         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
21213         all uses of ieee854 long double macros and unions.
21214         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
21215         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
21216         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
21217         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
21218         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
21219         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
21220         Likewise.
21221         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
21222         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
21223         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
21224         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
21225         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
21226         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
21227         Simplify sign and nan test too.
21228         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
21229         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
21230         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
21231         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
21232         Likewise.
21233         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
21234         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
21235         Likewise.
21236         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
21237         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
21238         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
21239         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
21240         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
21241         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
21242
21243 2013-10-04  Alan Modra  <amodra@gmail.com>
21244
21245         * stdio-common/printf_size.c (__printf_size): Don't use
21246         union ieee854_long_double in fpnum union.
21247         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
21248         signbit macro to retrieve sign from long double.
21249         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
21250         retrieve sign from long double.
21251         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
21252         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
21253         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
21254         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
21255         * math/test-misc.c (main): Don't use union ieee854_long_double.
21256
21257 2013-10-04  Alan Modra  <amodra@gmail.com>
21258
21259         [BZ #15680]
21260         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
21261         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
21262         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
21263         calculation.  Remove unnecessary test for denormal exponent.
21264         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
21265         Correct handling of denormals.  Avoid undefined shift behaviour.
21266         Correct normalisation of low mantissa when low double is denormal.
21267         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
21268         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
21269         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
21270         Correct normalisation of low mantissa.  Test for overflow of high
21271         mantissa and normalise.
21272         (ldbl_nearbyint): Use more readable constant for two52.
21273         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
21274         (__mpn_construct_long_double): Fix test for overflow of high
21275         mantissa and correct normalisation.  Avoid undefined shift.
21276
21277 2013-10-04  Alan Modra  <amodra@gmail.com>
21278
21279         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21280         (union ibm_extended_long_double): Define as an array of ieee754_double.
21281         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
21282         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
21283         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
21284         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
21285         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21286         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
21287         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21288         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
21289         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
21290         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
21291         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
21292
21293 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
21294
21295         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
21296         page size instead of calling getpagesize.
21297
21298         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
21299         (LOCFILE_ALIGN_MASK): Likewise.
21300         (LOCFILE_ALIGN_UP): Likewise.
21301         (LOCFILE_ALIGNED_P): Likewise.
21302         * locale/programs/ld-collate.c (collate_output): Use the new
21303         macros instead of __alignof__ (int32_t).
21304         * locale/weight.h (findidx): Likewise.
21305
21306 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
21307
21308         [BZ #431]
21309         * manual/string.texi: Fix strncat and wcsncat.
21310
21311 2013-10-03  Brooks Moses  <bmoses@google.com>
21312
21313         [BZ #15915]
21314         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
21315         * Makerules: ...here, and adjust associated comments.
21316
21317 2013-10-02  Will Newton  <will.newton@linaro.org>
21318
21319         * malloc/Makefile: Add tst-pvalloc.
21320         * malloc/tst-pvalloc.c: New file.
21321
21322 2013-10-02  Will Newton  <will.newton@linaro.org>
21323
21324         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
21325         improve test coverage.
21326
21327 2013-10-02  Will Newton  <will.newton@linaro.org>
21328
21329         * malloc/Makefile: Add tst-posix_memalign.
21330         * malloc/tst-posix_memalign.c: New file.
21331
21332 2013-10-01  Eric Blake  <eblake@redhat.com>
21333
21334         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
21335         Use __THROWNL rather than __THROW on static functions.
21336
21337 2013-09-30  Petr Machata  <pmachata@redhat.com>
21338
21339         * elf/elf.h (R_AARCH64_ABS16): New macro.
21340         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
21341         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
21342         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
21343         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
21344         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
21345         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
21346         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
21347         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
21348         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
21349         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
21350         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
21351         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
21352         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
21353         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
21354         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
21355         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
21356         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
21357         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
21358         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
21359         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
21360         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
21361         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
21362         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
21363         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
21364         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
21365         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
21366         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
21367         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
21368         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
21369         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
21370         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
21371         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
21372         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
21373         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
21374         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
21375         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
21376         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
21377         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
21378         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
21379         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
21380         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
21381         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
21382         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
21383         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
21384         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
21385         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
21386         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
21387         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
21388         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
21389         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
21390         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
21391         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
21392         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
21393         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
21394         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
21395         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
21396         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
21397         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
21398         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
21399         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
21400         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
21401         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
21402         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
21403         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
21404         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
21405         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
21406         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
21407         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
21408         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
21409         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
21410         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
21411         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
21412         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
21413         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
21414         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
21415         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
21416         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
21417         (R_AARCH64_TLSDESC_LDR): Likewise.
21418         (R_AARCH64_TLSDESC_ADD): Likewise.
21419         (R_AARCH64_TLSDESC_CALL): Likewise.
21420
21421 2013-09-30  Andreas Schwab  <schwab@suse.de>
21422
21423         [BZ #15048]
21424         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
21425         the nss database lookup.
21426         * nscd/initgrcache.c (addinitgroupsX): Likewise.
21427         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21428
21429 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
21430
21431         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
21432
21433 2013-09-28  P. J. McDermott  <pj@pehjota.net>
21434
21435         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
21436         ${Bash-specific parameter/pattern/string} parameter expansion.
21437         * sysdeps/unix/make-syscalls.sh: Likewise.
21438
21439 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21440
21441         * sysdeps/sh/stackguard-macros.h: New file.
21442
21443 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
21444
21445         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21446         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
21447         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
21448         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
21449         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21450         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
21451
21452 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21453
21454         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
21455         Fix thread ID register.
21456
21457 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
21458
21459         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
21460         [POSIX || UNIX98]: Require rather than permitting all symbols from
21461         <time.h>.
21462         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
21463         element of struct sched_param.
21464         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
21465         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
21466         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
21467         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
21468         constant.
21469
21470 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
21471
21472         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
21473         argument calculation.
21474
21475 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21476
21477         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
21478         Expect macro.
21479         [POSIX] (pthread_attr_t): Do not require type.
21480         [POSIX] (pthread_cond_t): Likewise.
21481         [POSIX] (pthread_condattr_t): Likewise.
21482         [POSIX] (pthread_key_t): Likewise.
21483         [POSIX] (pthread_mutex_t): Likewise.
21484         [POSIX] (pthread_mutexattr_t): Likewise.
21485         [POSIX] (pthread_once_t): Likewise.
21486         [POSIX] (pthread_t): Likewise.
21487         [POSIX-based standards] (pthread_atfork): Expect function.
21488
21489 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21490             Richard Sandiford  <richard@codesourcery.com>
21491
21492         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
21493         (swap_endianness_p): New extern variable.
21494         (set_big_endian): New inline function.
21495         (maybe_swap_uint32): Likewise.
21496         (maybe_swap_uint32_array): Likewise.
21497         (maybe_swap_uint32_obstack): Likewise.
21498         * locale/programs/locfile.c: Include <stdbool.h>.
21499         (swap_endianness_p): New variable.
21500         (add_locale_uint32): Call maybe_swap_uint32.
21501         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
21502         (write_locale_data): Call maybe_swap_uint32_array.
21503         * locale/programs/ld-collate.c (obstack_int32_grow): Call
21504         maybe_swap_uint32.
21505         (obstack_int32_grow_fast): Likewise.
21506         (output_weightwc): Call maybe_swap_uint32_obstack.
21507         (collate_output): Likewise.
21508         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
21509         (OPT_LITTLE_ENDIAN): Likewise.
21510         (options): Add --little-endian and --big-endian options.
21511         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
21512         * locale/programs/locarchive.c: Include "locfile.h".
21513         (GET): New macro.
21514         (SET): Likewise.
21515         (INC): Likewise.
21516         (create_archive): Use the new macros to access fields of
21517         structures directly mapped from or written to locale archives.
21518         (oldlocrecentcmp): Likewise.
21519         (enlarge_archive): Likewise.
21520         (insert_name): Likewise.
21521         (add_alias): Likewise.
21522         (add_locale): Likewise.
21523         (delete_locales_from_archive): Likewise.
21524         (show_archive_content): Likewise.
21525         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
21526         locale data.
21527
21528 2013-09-24  Roland McGrath  <roland@hack.frob.com>
21529
21530         * manual/freemanuals.texi: Updated from (newly) canonical copy at
21531         http://www.gnu.org/doc/freemanuals.texi.
21532         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
21533
21534 2013-09-24  Will Newton  <will.newton@linaro.org>
21535
21536         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
21537         macro.
21538
21539 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
21540
21541         * locale/hashval.h (compute_hashval): Interpret bytes of key as
21542         unsigned char.
21543
21544 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
21545
21546         * manual/threads.texi (POSIX Threads): Fix a typo.
21547
21548 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21549
21550         [BZ #14547]
21551         * string/tst-strcoll-overflow.c: New test case.
21552         * string/Makefile (xtests): Add tst-strcoll-overflow.
21553         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
21554         cache if string sizes may cause integer overflow.
21555
21556         [BZ #14547]
21557         * string/strcoll_l.c (coll_seq): New members rule, idx,
21558         save_idx and back_us.
21559         (get_next_seq_nocache): New function.
21560         (do_compare_nocache): New function.
21561         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
21562         when malloc fails.
21563
21564 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
21565
21566         [BZ #15754]
21567         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
21568         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
21569         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
21570
21571         [BZ #15754]
21572         * elf/Makefile (tests): Add tst-ptrguard1.
21573         (tests-static): Add tst-ptrguard1-static.
21574         (tst-ptrguard1-ARGS): Define.
21575         (tst-ptrguard1-static-ARGS): Define.
21576         * elf/tst-ptrguard1.c: New file.
21577         * elf/tst-ptrguard1-static.c: New file.
21578         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
21579         * sysdeps/i386/stackguard-macros.h: Likewise.
21580         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
21581         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
21582         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21583         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21584         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
21585         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
21586
21587 2013-09-23  Hector Marco  <hecmargi@upv.es>
21588             Ismael Ripoll  <iripoll@disca.upv.es>
21589             Carlos O'Donell  <carlos@redhat.com>
21590
21591         [BZ #15754]
21592         * sysdeps/generic/stackguard-macros.h: Define
21593         __pointer_chk_guard_local and POINTER_CHK_GUARD.
21594         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
21595         Define __pointer_chk_guard_local.
21596         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
21597         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
21598
21599 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
21600
21601         [BZ #15859]
21602         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
21603
21604 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
21605
21606         * include/string.h (__ffs): Declare as hidden.
21607         * string/ffs.c (__ffs): Define as hidden.
21608         * sysdeps/i386/ffs.c (__ffs): Likewise.
21609         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
21610         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
21611         * sysdeps/s390/ffs.c (__ffs): Likewise.
21612         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
21613
21614 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
21615
21616         * NEWS: Mention malloc probes.
21617
21618         * malloc/arena.c (new_heap): New memory_heap_new probe.
21619         (grow_heap): New memory_heap_more probe.
21620         (shrink_heap): New memory_heap_less probe.
21621         (heap_trim): New memory_heap_free probe.
21622         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
21623         (systrim): New memory_sbrk_less probe.
21624         * manual/probes.texi: Document them.
21625
21626         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
21627         * manual/probes.texi: Document it.
21628
21629         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
21630         (__libc_realloc): Add memory_realloc_retry probe.
21631         (__libc_memalign): Add memory_memalign_retry probe.
21632         (__libc_valloc): Add memory_valloc_retry probe.
21633         (__libc_pvalloc): Add memory_pvalloc_retry probe.
21634         (__libc_calloc): Add memory_calloc_retry probe.
21635         * manual/probes.texi: Document them.
21636
21637         * malloc/arena.c (get_free_list): Add probe
21638         memory_arena_reuse_free_list.
21639         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
21640         and memory_arena_reuse.
21641         (arena_get2) [!PER_THREAD]: Likewise.
21642         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
21643         memory_arena_reuse_realloc.
21644         * manual/probes.texi: Document them.
21645
21646         * malloc/malloc.c (__libc_free): Add
21647         memory_mallopt_free_dyn_thresholds probe.
21648         (__libc_mallopt): Add multiple memory_mallopt probes.
21649         * manual/probes.texi: Document them.
21650
21651         * malloc/malloc.c: Include stap-probe.h.
21652         (__libc_mallopt): Add memory_mallopt probe.
21653         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
21654         * manual/probes.texi: New.
21655         * manual/Makefile (chapters): Add probes.
21656         * manual/threads.texi: Set next node.
21657
21658 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
21659
21660         [BZ #15963, #13985]
21661         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
21662         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
21663         Add `Chinese' to `nan' entry name.
21664
21665 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21666
21667         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
21668         (POLYNOMIAL): Likewise.
21669         (TAYLOR_SINCOS): Likewise.
21670         (TAYLOR_SLOW): Likewise.
21671         (__sin): Use TAYLOR_SINCOS.
21672         (__cos): Likewise.
21673         (slow): Use TAYLOR_SLOW.
21674         (sloww): Likewise.
21675         (bsloww): Likewise.
21676         (csloww): Likewise.
21677
21678 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21679
21680         * stdlib/strtod_l.c: Fix buffer overrun.
21681
21682 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21683
21684         * benchtests/Makefile (bench): Add sincos.
21685         * benchtests/bench-sincos.c: New file.
21686
21687         * math/libm-test.inc (cos_test_data): New test inputs.
21688         (sin_test_data): Likewise.
21689
21690         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
21691         macro.
21692         (__sin): Use it.
21693         (__cos): Likewise.
21694         (slow1): Likewise.
21695         (slow2): Likewise.
21696         (sloww1): Likewise.
21697         (sloww2): Likewise.
21698         (bsloww1): Likewise.
21699         (bsloww2): Likewise.
21700         (cslow2): Likewise.
21701         (csloww1): Likewise.
21702         (csloww2): Likewise.
21703
21704         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
21705         function.
21706         (__sin): Use it.
21707         (__cos): Likewise.
21708
21709         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
21710         gotos.
21711         (__cos): Likewise.
21712
21713 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
21714
21715         * config.h.in (HAVE_MIPS_NAN2008): New macro.
21716         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
21717         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
21718         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
21719         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
21720         * elf/cache.c (print_entry): Handle the new cache flags.
21721
21722 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21723             Aldy Hernandez  <aldyh@redhat.com>
21724
21725         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
21726         Change condition to [_SOFT_FLOAT].
21727         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
21728         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
21729         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
21730         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
21731         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
21732         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
21733         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
21734         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
21735         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
21736         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
21737         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
21738         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
21739         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
21740         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
21741         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
21742         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
21743         declaration.
21744
21745 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21746
21747         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
21748         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21749         (__longjmp): Use LOAD_GP to load saved GPRs.
21750         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21751         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21752         (__sigsetjmp): Use SAVE_GP to save GPRs.
21753
21754         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21755         Do not append -msoft-float.
21756         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21757
21758 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21759
21760         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21761
21762 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
21763
21764         [BZ #15966]
21765         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21766         (_FPU_GETCW): Use initial "__" on variable and field names but not
21767         on macro parameter name.
21768         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
21769         parentheses around reference to macro parameter.
21770
21771 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
21772
21773         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21774         prototype.
21775         (ctype_startup): Use uint32_t in cast and sizeof for
21776         ctype->charnames.
21777
21778 2013-09-11  Jia Liu  <proljc@gmail.com>
21779
21780         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21781         __daddr_t_defined.
21782         [__FreeBSD__]: Likewise.
21783
21784 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
21785
21786         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21787         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21788         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21789         (strchr): Remove __strchr_sse42 ifunc selection.
21790         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21791         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21792
21793 2013-09-11  Will Newton  <will.newton@linaro.org>
21794
21795         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21796         parameter to RES. Remove hardcoded 1000 value.
21797         * benchtests/bench-skeleton.c (main): Pass RES parameter
21798         to TIMING_INIT and multiply result by 1000.
21799
21800 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21801
21802         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21803
21804 2013-09-11  Andreas Schwab  <schwab@suse.de>
21805
21806         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21807         if not defined.
21808         (O_TMPFILE) [__USE_GNU]: Define.
21809         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21810         Define.
21811
21812 2013-09-11  Will Newton  <will.newton@linaro.org>
21813
21814         [BZ #15857]
21815         * malloc/malloc.c (__libc_memalign): Check the value of bytes
21816         does not overflow.
21817
21818 2013-09-11  Will Newton  <will.newton@linaro.org>
21819
21820         [BZ #15856]
21821         * malloc/malloc.c (__libc_valloc): Check the value of bytes
21822         does not overflow.
21823
21824 2013-09-11  Will Newton  <will.newton@linaro.org>
21825
21826         [BZ #15855]
21827         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21828         does not overflow.
21829
21830 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
21831
21832         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21833         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21834         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21835         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21836         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21837
21838 2013-09-10  Allan McRae  <allan@archlinux.org>
21839
21840         [BZ #15748]
21841         * manual/arith.texi (Parsing of Floats): Clarify
21842         cross-reference.
21843
21844         [BZ #15849]
21845         * manual/install.texi (Running make install): Mention
21846         --enable-pt-chown.
21847         * INSTALL: Regenerated.
21848
21849 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
21850
21851         * csu/init-first.c (_init): Remove the !SHARED condition around
21852         FPU control word initialization.
21853         * elf/dl-support.c (_dl_fpu_control): New variable.
21854         (_dl_aux_init) <AT_FPUCW>: Initialize it.
21855         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21856         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21857         * math/test-fpucw-static.c: New file.
21858         * math/test-fpucw-ieee.c: New file.
21859         * math/test-fpucw-ieee-static.c: New file.
21860         * math/Makefile (tests): Add `test-fpucw-ieee' and
21861         `$(tests-static)'.
21862         (tests-static): New variable.
21863         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21864         dependency to...
21865         [($(build-shared),yes)]
21866         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21867         ... this.
21868         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21869         New dependency.
21870
21871 2013-09-09  Allan McRae  <allan@archlinux.org>
21872
21873         [BZ #15939]
21874         * manual/string.texi (Collation Functions): Fix typo in
21875         strcoll example.
21876         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21877
21878         [BZ #15893]
21879         * stdlib/isomac.c (get_null_defines): Fix memory leak.
21880
21881         [BZ #15892]
21882         * libio/memstream.c (open_memstream): Fix memory leak.
21883         * libio/wmemstream.c (open_wmemstream): Likewise.
21884
21885         [BZ #15895]
21886         * nscd/netgroupcache.c: Fix nesting of ifdefs.
21887
21888 2013-09-09  Will Newton  <will.newton@linaro.org>
21889
21890         * malloc/Makefile: Add tst-realloc to tests.
21891         * malloc/tst-realloc.c: New file.
21892
21893 2013-09-09  Allan McRae  <allan@archlinux.org>
21894
21895         [BZ #15844]
21896         * COPYING: Update from GNU website to fix FSF address.
21897         * COPYING.LIB: Likewise.
21898
21899 2013-09-06  David S. Miller  <davem@davemloft.net>
21900
21901         * po/zh_TW.po: Update Chinese (traditional) translation from
21902         translation project.
21903
21904 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
21905             Joseph Myers  <joseph@codesourcery.com>
21906
21907         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21908         "localeinfo.h".
21909         (obstack_chunk_alloc): New macro.
21910         (obstack_chunk_free): Likewise.
21911         (record_offset): New function.
21912         (init_locale_data): Likewise.
21913         (align_locale_data): Likewise.
21914         (add_locale_empty): Likewise.
21915         (add_locale_raw_data): Likewise.
21916         (add_locale_raw_obstack): Likewise.
21917         (add_locale_string): Likewise.
21918         (add_locale_wstring): Likewise.
21919         (add_locale_uint32): Likewise.
21920         (add_locale_uint32_array): Likewise.
21921         (add_locale_char): Likewise.
21922         (start_locale_structure): Likewise.
21923         (end_locale_structure): Likewise.
21924         (start_locale_prelude): Likewise.
21925         (end_locale_prelude): Likewise.
21926         (write_locale_data): Take locale_file structure rather than an
21927         iovec.
21928         * locale/programs/locfile.h: Include "obstack.h".
21929         (struct locale_file): Change to store locale file contents instead
21930         of header.
21931         (init_locale_data): New prototype.
21932         (align_locale_data): Likewise.
21933         (add_locale_empty): Likewise.
21934         (add_locale_raw_data): Likewise.
21935         (add_locale_raw_obstack): Likewise.
21936         (add_locale_string): Likewise.
21937         (add_locale_wstring): Likewise.
21938         (add_locale_uint32): Likewise.
21939         (add_locale_uint32_array): Likewise.
21940         (add_locale_char): Likewise.
21941         (start_locale_structure): Likewise.
21942         (end_locale_structure): Likewise.
21943         (start_locale_prelude): Likewise.
21944         (end_locale_prelude): Likewise.
21945         (write_locale_data): Update prototype.
21946         * locale/programs/3level.h (struct TABLE): Remove result field.
21947         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21948         Use new locale_file interface.
21949         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21950         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21951         * locale/programs/ld-address.c (address_output): Use new
21952         locale_file interface.
21953         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21954         NO_ADD_LOCALE.
21955         (collate_finish): Don't call collseq_table_finalize.
21956         (collate_output): Use new locale_file interface.
21957         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21958         in file.
21959         (NO_FINALIZE): Change to NO_ADD_LOCALE.
21960         (TABLE): Move defines earlier in file.
21961         (ELEMENT): Likewise.
21962         (DEFAULT): Likewise.
21963         (wctrans_table_add): Move macro and inline function earlier in
21964         file.
21965         (struct wctype_table): Move type earlier in file.
21966         (add_locale_wctype_table): New static prototype.
21967         (struct locale_ctype_t): Use logical types instead of struct iovec
21968         pointers for members.
21969         (ctype_output): Use new locale_file interface.
21970         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
21971         new locale_file interface.
21972         (allocate_arrays): Update for use of new locale_file interface.
21973         * locale/programs/ld-identification.c (identification_output): Use
21974         new locale_file interface.
21975         * locale/programs/ld-measurement.c (measurement_output): Likewise.
21976         * locale/programs/ld-messages.c (messages_output): Likewise.
21977         * locale/programs/ld-monetary.c (monetary_output): Likewise.
21978         * locale/programs/ld-name.c (name_output): Likewise.
21979         * locale/programs/ld-numeric.c (numeric_output): Likewise.
21980         * locale/programs/ld-paper.c (paper_output): Likewise.
21981         * locale/programs/ld-telephone.c (telephone_output): Likewise.
21982         * locale/programs/ld-time.c (time_output): Likewise.
21983
21984 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21985
21986         * benchtests/Makefile: Add memrchr benchmark.
21987         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21988         benchmark as memrchr.
21989         * benchtests/bench-memrchr-ifunc.c: New file.
21990         * benchtests/bench-memrchr.c: New file.
21991
21992 2013-09-06   Will Newton  <will.newton@linaro.org>
21993
21994         * benchtests/Makefile (string-bench): Add memcpy.
21995
21996 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
21997             Cong Wang  <amwang@redhat.com>
21998
21999         [BZ #15850]
22000         * sysdeps/unix/sysv/linux/bits/in.h
22001         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
22002         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
22003         before __USE_KERNEL_IPV6_DEFS uses.
22004         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
22005         IPPROTO_BEETPH.
22006         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
22007         sockaddr_in6, or ipv6_mreq.
22008
22009 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22010
22011         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
22012         memory access for final bytes in some large inputs.
22013         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
22014
22015 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22016
22017         * string/test-memrchr.c: New file.
22018         * string/test-memrchr-ifunc.c: New file.
22019         * string/Makefile: Add new memrchr testcase.
22020
22021 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
22022
22023         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
22024         fanotify_init returns EPERM.
22025
22026 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
22027
22028         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
22029         errors.
22030         (top level): Treat second token from macro or constant entries for
22031         allowed headers as allowed.
22032         * include/complex.h: Condition internal declarations on
22033         [!_ISOMAC].
22034         * include/fenv.h: Condition include of <stdbool.h> and internal
22035         declarations on [!_ISOMAC].
22036
22037 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
22038
22039         [BZ #15923]
22040         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
22041
22042 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
22043
22044         * configure.in (--enable-versioning): Remove configure option.
22045         (libc_cv_asm_symver_directive): Remove configure test.
22046         (libc_cv_ld_version_script_option): Likewise.
22047         (VERSIONING): Remove variable and AC_SUBST.
22048         (DO_VERSIONING): Remove AC_DEFINE.
22049         * configure: Regenerated.
22050         * config.h.in (DO_VERSIONING): Remove macro.
22051         * Makerules [$(versioning) = yes]: Change conditionals to
22052         [$(build-shared) = yes].
22053         * config.make.in (versioning): Remove variable.
22054         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
22055         [$(build-shared) = yes].
22056         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
22057         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
22058         * elf/Makefile [$(versioning) = yes]: Change conditionals to
22059         [$(build-shared) = yes].
22060         * extra-lib.mk [$(versioning) = yes]: Likewise.
22061         * hurd/Makefile [$(versioning) = yes]: Likewise.
22062         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
22063         [SHARED].
22064         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
22065         [SHARED].
22066         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
22067         [SHARED && !NO_HIDDEN].
22068         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
22069         [SHARED].
22070         [SHARED && DO_VERSIONING]: Likewise..
22071         * libio/Makefile [$(versioning) = yes]: Change conditionals to
22072         [$(build-shared) = yes].
22073         * manual/install.texi (--disable-versioning): Remove
22074         documentation.
22075         * INSTALL: Regenerated.
22076         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
22077         to [SHARED].
22078         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
22079         [$(build-shared) = yes].
22080         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
22081         * sysdeps/i386/i686/multiarch/strstr-c.c
22082         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
22083         [SHARED && !NO_HIDDEN].
22084         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
22085         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
22086         * sysdeps/powerpc/powerpc32/dl-machine.c
22087         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
22088         * sysdeps/powerpc/powerpc32/sysdep.h
22089         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
22090         to [SHARED && PIC && !NO_HIDDEN].
22091         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
22092         conditional to [SHARED].
22093
22094 2013-09-04   Will Newton  <will.newton@linaro.org>
22095
22096         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
22097         * benchtests/bench-string.h: Include bench-timing.h instead
22098         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
22099         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
22100         call to HP_TIMING_DIFF_INIT.
22101         * benchtests/bench-memccpy.c: Use bench-timing.h macros
22102         instead of hp-timing.h macros.
22103         * benchtests/bench-memchr.c: Likewise.
22104         * benchtests/bench-memcmp.c: Likewise.
22105         * benchtests/bench-memcpy.c: Likewise.
22106         * benchtests/bench-memmem.c: Likewise.
22107         * benchtests/bench-memmove.c: Likewise.
22108         * benchtests/bench-memset.c: Likewise.
22109         * benchtests/bench-rawmemchr.c: Likewise.
22110         * benchtests/bench-strcasecmp.c: Likewise.
22111         * benchtests/bench-strcasestr.c: Likewise.
22112         * benchtests/bench-strcat.c: Likewise.
22113         * benchtests/bench-strchr.c: Likewise.
22114         * benchtests/bench-strcmp.c: Likewise.
22115         * benchtests/bench-strcpy.c: Likewise.
22116         * benchtests/bench-strcpy_chk.c: Likewise.
22117         * benchtests/bench-strlen.c: Likewise.
22118         * benchtests/bench-strncasecmp.c: Likewise.
22119         * benchtests/bench-strncat.c: Likewise.
22120         * benchtests/bench-strncmp.c: Likewise.
22121         * benchtests/bench-strncpy.c: Likewise.
22122         * benchtests/bench-strnlen.c: Likewise.
22123         * benchtests/bench-strpbrk.c: Likewise.
22124         * benchtests/bench-strrchr.c: Likewise.
22125         * benchtests/bench-strspn.c: Likewise.
22126         * benchtests/bench-strstr.c: Likewise.
22127
22128 2013-09-04  Will Newton  <will.newton@linaro.org>
22129
22130         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
22131
22132 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
22133
22134         [BZ #15427]
22135         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
22136         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
22137         * math/libm-test.inc (lgamma_test_data): Add more tests.
22138         * sysdeps/i386/fpu/libm-test-ulps: Update.
22139         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22140
22141 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
22142
22143         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
22144         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
22145         Add ifunc.
22146         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
22147         Add strcmp-sse2-unaligned
22148         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
22149
22150 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
22151
22152         * Versions.def (libc): Add GLIBC_2.19.
22153
22154 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
22155
22156         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
22157         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
22158
22159 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
22160
22161         [BZ #14155]
22162         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
22163         intermediate calculations in recurrence.
22164         (__ieee754_ynf): Likewise.
22165         * math/libm-test.inc (jn_test_data): Do not allow spurious
22166         underflow exception.  Add more tests.
22167         (yn_test_data): Add more tests.
22168         * sysdeps/i386/fpu/libm-test-ulps: Update.
22169         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22170
22171 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
22172
22173         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
22174
22175 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
22176
22177         * csu/init-first.c: Fix then/than typos.
22178         * locale/programs/ld-collate.c: Likewise.
22179         * locale/programs/linereader.h: Likewise.
22180         * manual/charset.texi: Likewise.
22181         * manual/filesys.texi: Likewise.
22182         * manual/stdio.texi: Likewise.
22183         * manual/string.texi: Likewise.
22184         * stdlib/fmtmsg.c: Likewise.
22185         * sysdeps/i386/stpncpy.S: Likewise.
22186         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22187         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
22188         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22189         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
22190
22191 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
22192
22193         * elf/dl-open.c: Fix typos.
22194         * iconvdata/gbbig5.c: Likewise.
22195         * iconvdata/iso-2022-jp.c: Likewise.
22196         * iconv/gconv_int.h: Likewise.
22197         * iconv/loop.c: Likewise.
22198         * nis/rpcsvc/nis.h: Likewise.
22199         * resolv/ns_name.c: Likewise.
22200         * stdio-common/vfscanf.c: Likewise.
22201         * streams/stropts.h: Likewise.
22202         * sunrpc/rpc_thread.c: Likewise.
22203         * sysdeps/i386/strpbrk.S: Likewise.
22204         * sysdeps/ieee754/k_standard.c: Likewise.
22205         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
22206         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22207         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
22208         * sysdeps/mach/hurd/profil.c: Likewise.
22209         * sysdeps/s390/dl-procinfo.h: Likewise.
22210         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
22211         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
22212         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
22213         * sysdeps/x86_64/dl-trampoline.S: Likewise.
22214         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
22215
22216 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
22217
22218         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
22219         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
22220
22221 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
22222
22223         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
22224         aix specific files.
22225         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
22226         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
22227         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
22228         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
22229         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
22230         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
22231         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
22232         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
22233
22234 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
22235             Roland McGrath  <roland@hack.frob.com>
22236
22237         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
22238         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
22239
22240 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
22241
22242         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
22243         __executable_start symbol instead of _start.
22244
22245 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
22246
22247         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
22248         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
22249         Move macros to...
22250         * sysdeps/gnu/ldsodefs.h: ... this new file.
22251
22252         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
22253         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
22254         instead of ELFOSABI_LINUX.
22255
22256         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
22257         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
22258         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
22259         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
22260         Likewise.
22261         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
22262         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
22263         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
22264         Likewise.
22265         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
22266         (ibm_extended_long_double): Add ieee_nan member.
22267         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
22268         (do_test): New function.
22269
22270         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
22271         TEST_TRUNC.
22272         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
22273         functions, renamed from truncdfsf_test, trunctfsf_test,
22274         trunctfdf_test.
22275         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
22276         functions.
22277         (do_test): Run all these.
22278
22279 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
22280
22281         * argp/argp-help.c: Fix typos.
22282         * argp/argp-parse.c: Likewise.
22283         * debug/backtracesyms.c: Likewise.
22284         * elf/elf.h: Likewise.
22285         * malloc/malloc.c: Likewise.
22286         * nis/nis_print.c: Likewise.
22287         * resolv/res_comp.c: Likewise.
22288         * stdlib/stdlib.h: Likewise.
22289         * sunrpc/clnt_tcp.c: Likewise.
22290         * sunrpc/clnt_udp.c: Likewise.
22291         * sunrpc/clnt_unix.c: Likewise.
22292         * sysdeps/unix/bsd/ptsname.c: Likewise.
22293         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
22294         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
22295         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
22296         Likewise.
22297         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
22298         Likewise.
22299         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
22300         Likewise.
22301         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
22302
22303 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22304
22305         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
22306         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
22307
22308 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
22309
22310         [BZ #15897]
22311         * dlfcn/Makefile (tests): Add bug-dl-leaf.
22312         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
22313         ($(objpfx)bug-dl-leaf): New rule.
22314         ($(objpfx)bug-dl-leaf.so): Likewise.
22315         ($(objpfx)bug-dl-leaf.out): Likewise.
22316         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
22317         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
22318         * dlfcn/bug-dl-leaf.c: New test.
22319         * dlfcn/bug-dl-leaf-lib.c: Likewise.
22320         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
22321         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
22322         (dlclose): Likewise.
22323         (dlmopen): Likewise.
22324
22325 2013-08-27  Roland McGrath  <roland@hack.frob.com>
22326
22327         * include/netdb.h [!_ISOMAC]:
22328         Don't include <tls.h>.
22329         (h_errno, __libc_h_errno): Move declaration and macros out of
22330         [_LIBC_REENTRANT].
22331
22332         * include/resolv.h [_RESOLV_H_]:
22333         Don't include <tls.h>.
22334         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
22335         * resolv/res_libc.c: Don't include <tls.h>.
22336         (_res): Use __attribute__ ((nocommon)) in place of
22337         __attribute__ ((section (".bss"))).
22338
22339         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
22340         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
22341
22342         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
22343
22344         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
22345         only under [SIOCGIFCONF && SIOCGIFNETMASK].
22346
22347         * resolv/res_mkquery.c: Include <sys/time.h>.
22348
22349         * inet/ifreq.c: Moved to ...
22350         * sysdeps/unix/ifreq.c: ... here.
22351         * inet/ifreq.c: New file, true stub version.
22352
22353         * socket/sa_len.c: New file.
22354         * socket/Makefile (aux): Add it.
22355         * sysdeps/unix/sysv/linux/Makefile
22356         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
22357         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
22358         and #include <socket/sa_len.c>.
22359         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
22360         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
22361
22362         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
22363         * bits/socket.h: ... here.
22364
22365         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
22366         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
22367         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
22368
22369 2013-08-27  Andreas Schwab  <schwab@suse.de>
22370
22371         [BZ #15736]
22372         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
22373         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
22374         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
22375         * string/test-strcasecmp.c (test_main): Run tests in several
22376         locales.
22377         * string/test-strncasecmp.c (test_main): Likewise.
22378
22379         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
22380         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
22381         to __strcasecmp_nonascii and __strncasecmp_nonascii.
22382         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
22383         (__strncasecmp_ssse3) [PIC]: Likewise.
22384
22385 2013-08-26  Roland McGrath  <roland@hack.frob.com>
22386
22387         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
22388
22389         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
22390         instead of explicitly declaring xdecrypt.
22391         * nis/nss_nis/nis-publickey.c: Likewise.
22392
22393 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22394
22395         [BZ #15890]
22396         * nscd/aicache.c: Include res_hconf.h.
22397         (addhstaiX): Initialize res_hconf.
22398
22399 2013-08-26  Andreas Schwab  <schwab@suse.de>
22400
22401         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
22402         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
22403
22404 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22405
22406         * nscd/aicache.c (addhstaiX): Fix indentation.
22407
22408 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
22409
22410         * configure.ac: Quote $build_pt_chown test.
22411         * configure: Regenerated.
22412
22413 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
22414
22415         [BZ #15532]
22416         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
22417         * math/s_cexpf.c (__cexpf): Likewise.
22418         * math/s_cexpl.c (__cexpl): Likewise.
22419         * math/libm-test.inc (cexp_test_data): Correct expected return
22420         value for NaN + i0.  Add another test.
22421
22422 2013-08-22  David S. Miller  <davem@davemloft.net>
22423
22424         * po/ca.po: Update Catalan translation from translation project.
22425         * po/uk.po: Add Ukrainian translations from translation project.
22426
22427 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
22428
22429         [BZ #15797]
22430         * math/s_fdim.c (__fdim): Check for infinite arguments if result
22431         is infinite, not alongside NaN test.
22432         * math/s_fdimf.c (__fdimf): Likewise.
22433         * math/s_fdiml.c (__fdiml): Likewise.
22434         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
22435         errno is unchanged.
22436
22437 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
22438
22439         * argp/argp-help.c: Fix typos.
22440         * crypt/speeds.c: Likewise.
22441         * csu/check_fds.c: Likewise.
22442         * elf/dl-load.c: Likewise.
22443         * elf/dl-open.c: Likewise.
22444         * elf/reldep3.c: Likewise.
22445         * elf/reldep.c: Likewise.
22446         * elf/sprof.c: Likewise.
22447         * iconv/iconv_charmap.c: Likewise.
22448         * iconv/skeleton.c: Likewise.
22449         * iconv/strtab.c: Likewise.
22450         * io/lockf64.c: Likewise.
22451         * libio/libioP.h: Likewise.
22452         * resolv/gai_notify.c: Likewise.
22453         * resolv/ns_name.c: Likewise.
22454         * resolv/ns_samedomain.c: Likewise.
22455         * resolv/res_send.c: Likewise.
22456         * stdlib/random.c: Likewise.
22457         * sunrpc/rpc/xdr.h: Likewise.
22458         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
22459         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
22460         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
22461         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
22462         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
22463         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
22464         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
22465         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
22466         * sysdeps/mach/hurd/check_fds.c: Likewise.
22467         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
22468         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22469         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22470         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
22471         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22472         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
22473         * sysdeps/pthread/aio_notify.c: Likewise.
22474         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
22475         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
22476         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
22477         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
22478         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22479
22480 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22481
22482         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
22483         version if bit_Slow_SSE4_2 is set.
22484         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
22485         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
22486
22487 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22488
22489         [BZ #15867]
22490         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
22491         trampoline stack frame information.
22492         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
22493         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
22494         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
22495         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
22496         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
22497         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22498         (_libc_vdso_platform_setup): Initialize the signal trampolines.
22499         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
22500         sa_flags value.
22501         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
22502         interrupting a syscall and set with option SA_SIGINFO.
22503
22504 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22505
22506         [BZ #15531]
22507         * math/s_cproj.c (__cproj): Only return an infinity if one part of
22508         argument is infinite.
22509         * math/s_cprojf.c (__cprojf): Likewise.
22510         * math/s_cprojl.c (__cprojl): Likewise.
22511         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
22512         * math/libm-test.inc (cproj_test_data): Add more tests.
22513
22514         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
22515
22516         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
22517         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
22518         size.  Use __ffs to determine corresponding shift.
22519
22520 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22521             Roland McGrath  <roland@hack.frob.com>
22522
22523         * Makefile (INSTALL): Remove trailing blank lines from output of
22524         makeinfo.
22525
22526 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22527
22528         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
22529         Align 32 bit compat elf_greg to 8 bytes.
22530
22531 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
22532
22533         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
22534
22535 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22536
22537         * string/strcoll_l.c (coll_seq): New structure.
22538         (get_next_seq_cached): New function.
22539         (get_next_seq): New function.
22540         (do_compare): New function.
22541         (STRCOLL): Use GNU style definition.  Simplify implementation
22542         by using get_next_seq, get_next_seq_cached and do_compare.
22543
22544 2013-08-16  Florian Weimer  <fweimer@redhat.com>
22545
22546         [BZ #14699]
22547         CVE-2013-4237
22548         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
22549         member.
22550         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
22551         member.
22552         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
22553         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
22554         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
22555         conditional.
22556         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
22557         GETDENTS_64BIT_ALIGNED.
22558         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
22559         * manual/filesys.texi (Reading/Closing Directory): Document
22560         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
22561         strongly.
22562         * manual/conf.texi (Limits for Files): Add portability note to
22563         NAME_MAX, PATH_MAX.
22564         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
22565
22566 2013-08-13  Andreas Schwab  <schwab@suse.de>
22567
22568         [BZ #15749]
22569         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
22570         of fabs.
22571         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
22572         LDBL_MAX_EXP >= 16384]: Add tests for it.
22573
22574 2013-08-12  David S. Miller  <davem@davemloft.net>
22575
22576         * version.h (RELEASE): Set to "development".
22577         (VERSION): Set to "2.18.90".
22578         * NEWS: Add 2.19 section.
22579
22580 2013-08-03  David S. Miller  <davem@davemloft.net>
22581
22582         * po/ko.po: Update Korean translation from translation project.
22583
22584 2013-08-01  David S. Miller  <davem@davemloft.net>
22585
22586         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
22587         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
22588         Bilka.
22589
22590 2013-07-30  David S. Miller  <davem@davemloft.net>
22591
22592         * po/fr.po: Update French translation from translation project.
22593
22594 2013-07-28  David S. Miller  <davem@davemloft.net>
22595
22596         * po/cs.po: Update Czech translation from translation project.
22597
22598         * po/sv.po: Update Swedish translation from translation project.
22599
22600 2013-07-27  David S. Miller  <davem@davemloft.net>
22601
22602         * po/eo.po: Update Esperanto translation from translation project.
22603
22604         * po/vi.po: Update Vietnamese translation from translation project.
22605
22606         * po/de.po: Update German translation from translation project.
22607
22608 2013-07-26  David S. Miller  <davem@davemloft.net>
22609
22610         * po/bg.po: Update Bulgarian translation from translation project.
22611
22612         * po/nl.po: Update Dutch translation from translation project.
22613         * po/pl.po: Update Polish translation from translation project.
22614         * po/ru.po: Update Russian translation from translation project.
22615
22616 2013-07-24  David S. Miller  <davem@davemloft.net>
22617
22618         * po/libc.pot: Update.
22619
22620 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22621
22622         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
22623         variable page size.
22624         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
22625         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
22626         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
22627
22628 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22629
22630         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
22631
22632 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22633             Andreas Schwab  <schwab@suse.de>
22634             Roland McGrath  <roland@hack.frob.com>
22635             Joseph Myers  <joseph@codesourcery.com>
22636             Carlos O'Donell  <carlos@redhat.com>
22637
22638         [BZ #15755]
22639         * config.h.in: Define HAVE_PT_CHOWN.
22640         * config.make.in (build-pt-chown): New variable.
22641         * configure.in (--enable-pt_chown): New configure option.
22642         * configure: Regenerate.
22643         * login/Makefile: Include Makeconfig.  Build pt_chown only if
22644         build-pt-chown is enabled.
22645         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
22646         pt_chown to fix pty ownership.
22647         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
22648         CLOSE_ALL_FDS.
22649         * manual/install.texi (Configuring and compiling): Mention
22650         --enable-pt_chown. Add @findex for grantpt.
22651         * INSTALL: Regenerate.
22652
22653 2013-07-20  David S. Miller  <davem@davemloft.net>
22654
22655         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
22656         difference between 32-bit and 64-bit.
22657
22658 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
22659
22660         [BZ #15711]
22661         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
22662         Avoid system header dependency with -ffreestanding.
22663         ($(objpfx)bits/syscall%d): Likewise.
22664
22665 2013-07-13  David S. Miller  <davem@davemloft.net>
22666
22667         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
22668         underflows from atanl/atan2l due to bug 15319.
22669         (casinh_test_data): Likewise.
22670
22671 2013-07-07  David S. Miller  <davem@davemloft.net>
22672
22673         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
22674
22675 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
22676
22677         * sysdeps/i386/fpu/libm-test-ulps: Update.
22678         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22679
22680 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22681
22682         * configure.in (--enable-lock-elision): Fix message text.
22683         * INSTALL: Regenerate.
22684         * configure: Regenerate.
22685
22686 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22687
22688         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22689
22690 2013-07-03  Andreas Jaeger  <aj@suse.de>
22691
22692         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
22693         define.
22694         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
22695         (ptrace_peeksiginfo_args): Add.
22696         (__ptrace_peeksiginfo_flags): Add.
22697         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
22698         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
22699         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
22700
22701 2013-07-03  Allan McRae  <allan@archlinux.org>
22702
22703         * sysdeps/i386/fpu/libm-test-ulps: Update.
22704
22705 2013-07-02  David S. Miller  <davem@davemloft.net>
22706
22707         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22708
22709 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
22710
22711         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22712
22713 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22714
22715         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
22716         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22717
22718 2013-07-02  Andi Kleen <ak@linux.intel.com>
22719
22720         * config.h.in (ENABLE_LOCK_ELISION): Add.
22721         * configure.in (--enable-lock-elision): Add option.
22722         * manual/install.texi: Document --enable lock elision.
22723         * configure: Regenerate
22724         * INSTALL: Regenerate.
22725
22726 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
22727
22728         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
22729         SSE4.2 strcasecmp for libc.a.
22730         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
22731
22732 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22733
22734         [BZ #13304]
22735         * soft-fp/op-common.h (_FP_FMA): New macro.
22736         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
22737         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
22738         (_FP_MUL_MEAT_1_imm): ... here.
22739         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
22740         (_FP_MUL_MEAT_1_wide): ... here.
22741         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
22742         (_FP_MUL_MEAT_1_hard): ... here.
22743         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
22744         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
22745         (_FP_MUL_MEAT_2_wide): ... here.
22746         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
22747         (_FP_MUL_MEAT_2_wide_3mul): ... here.
22748         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
22749         (_FP_MUL_MEAT_2_gmp): ... here.
22750         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22751         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
22752         (_FP_MUL_MEAT_4_wide): ... here.
22753         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
22754         (_FP_MUL_MEAT_4_gmp): ... here.
22755         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22756         (_FP_WFRACBITS_DW_S): Likewise.
22757         (_FP_WFRACXBITS_DW_S): Likewise.
22758         (_FP_HIGHBIT_DW_S): Likewise.
22759         (FP_FMA_S): Likewise.
22760         (_FP_FRAC_HIGH_DW_S): Likewise.
22761         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22762         (_FP_WFRACBITS_DW_D): Likewise.
22763         (_FP_WFRACXBITS_DW_D): Likewise.
22764         (_FP_HIGHBIT_DW_D): Likewise.
22765         (FP_FMA_D): Likewise.
22766         (_FP_FRAC_HIGH_DW_D): Likewise.
22767         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22768         (_FP_WFRACBITS_DW_E): Likewise.
22769         (_FP_WFRACXBITS_DW_E): Likewise.
22770         (_FP_HIGHBIT_DW_E): Likewise.
22771         (FP_FMA_E): Likewise.
22772         (_FP_FRAC_HIGH_DW_E): Likewise.
22773         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22774         (_FP_WFRACBITS_DW_Q): Likewise.
22775         (_FP_WFRACXBITS_DW_Q): Likewise.
22776         (_FP_HIGHBIT_DW_Q): Likewise.
22777         (FP_FMA_Q): Likewise.
22778         (_FP_FRAC_HIGH_DW_Q): Likewise.
22779         * soft-fp/fmasf4.c: New file.
22780         * soft-fp/fmadf4.c: Likewise.
22781         * soft-fp/fmatf4.c: Likewise.
22782
22783 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22784
22785         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22786         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22787         Silvermont.
22788         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22789         macro.
22790         (index_Slow_SSE4_2): Likewise.
22791         (index_Prefer_PMINUB_for_stringop): Likewise.
22792         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22793         bit_Slow_SSE4_2 is set.
22794         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22795         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22796
22797 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22798
22799         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22800         rtld_global._dl_hwcap2.
22801         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22802         POWER8.
22803         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22804         POWER8 feature descriptions defined in _dl_hwcap2.
22805         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22806         string handling for POWER8 feature bits.
22807         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22808         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22809         _dl_powerpc_cap_flags.
22810         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22811         * sysdeps/powerpc/rtld-global-offsets.sym
22812         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22813         _dl_hwcap2 in the rtld_global_ro structure.
22814
22815 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22816
22817         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22818         hardware capabilities in support of AT_HWCAP2.
22819         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22820         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22821         GLRO(dl_hwcap2).
22822         (_dl_show_auxv): Add support for calling _dl_procinfo to display
22823         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
22824         explicitly the unknown a_type display mechanism is used.
22825         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22826         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22827         struct member.
22828         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22829         to macro prototype for AT_HWCAP2 support.
22830         * sysdeps/i386/dl-procinfo.h: Likewise.
22831         * sysdeps/s390/dl-procinfo.h: Likewise.
22832         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22833         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
22834         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
22835         return -1 for unknown a_type display fallback.
22836         * sysdeps/sparc/dl-procinfo.h: Likewise.
22837         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22838         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22839
22840 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
22841
22842         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22843         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22844
22845 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
22846
22847         [BZ #12492]
22848         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22849         mprotect making __stack_prot writable.
22850
22851 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
22852             Joseph Myers  <joseph@codesourcery.com>
22853
22854         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22855         as being properly aligned.
22856
22857 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
22858
22859         * dlfcn/modstatic5.c: New file.
22860         * dlfcn/tststatic5.c: New file.
22861         * dlfcn/Makefile (tests): Add tststatic5.
22862         (tests-static): Likewise.
22863         (modules-names): Add modstatic5.
22864         (tststatic5-ENV): New variable.
22865         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22866
22867         [BZ #15022]
22868         * elf/dl-support.c (_dl_main_map): New variable.
22869         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22870         (_dl_nns, _dl_load_adds): Set to 1.
22871         (_dl_initial_searchlist): Refer to _dl_main_map.
22872         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22873         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22874         call to _dl_get_origin.
22875         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22876         around call_map.
22877         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22878         * dlfcn/modstatic3.c: New file.
22879         * dlfcn/tststatic3.c: New file.
22880         * dlfcn/tststatic4.c: New file.
22881         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22882         (tests-static): Likewise.
22883         (modules-names): Add modstatic3.
22884         (tststatic3-ENV, tststatic4-ENV): New variables.
22885         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22886         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22887
22888 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
22889
22890         * configure.in (CC): Require GCC version 4.4 or later.
22891         * configure: Regenerated.
22892         * manual/install.texi (Tools for Compilation): Update GCC version
22893         requirement.
22894         * INSTALL: Regenerated.
22895
22896 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22897
22898         [BZ #15674]
22899         * string/test-memcmp.c (check2): New.
22900         (main): Call check2.
22901
22902         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22903
22904 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
22905
22906         [BZ #15022]
22907         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22908         over to...
22909         (dl_open_worker) [!SHARED]: ... here.
22910
22911 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22912
22913         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22914
22915 2013-06-25  Richard Henderson  <rth@redhat.com>
22916
22917         * locale/programs/locarchive.c: Include <libc-internal.h>
22918
22919 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
22920
22921         * manual/texinfo.tex: Update to version 2013-06-21.17, with
22922         trailing whitespace removed.
22923
22924 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22925
22926         [BZ #10283]
22927         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22928         * locale/programs/locarchive.c: Include libc-mmap.h.
22929         (prepare_address_space): Take two new outputs (the mmap base and len).
22930         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
22931         values.
22932         (create_archive): Declare new mmap base and len values for
22933         prepare_address_space, and store the result in ah.
22934         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22935         (enlarge_archive): If ah->mmap_base is not NULL, use that and
22936         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22937         Declare new mmap base and len values for
22938         prepare_address_space, and store the result in new_ah.
22939         (open_archive): Declare new mmap base and len values for
22940         prepare_address_space, and store the result in ah.
22941         (close_archive): If ah->mmap_base is not NULL, use that and
22942         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22943         * sysdeps/generic/libc-mmap.h: New file.
22944
22945 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22946
22947         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22948         (ALIGN_UP): Likewise.
22949         (PTR_ALIGN_DOWN): Likewise.
22950         (PTR_ALIGN_UP): Likewise.
22951
22952 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22953
22954         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22955         entry mapped to PPC_PLATFORM_POWER8.
22956         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22957         POWER8.
22958         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22959         (_dl_string_platform): Add case for exporting platform position for
22960         POWER8.
22961         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22962         search path to sysdeps/powerpc/powerpc32/power8 directory.
22963         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22964         search path to sysdeps/powerpc/powerpc64/power8 directory.
22965         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22966         power7 directories.
22967         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22968         power7 directories.
22969
22970 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22971
22972         * INSTALL: Regenerate.
22973
22974         * nscd/connections.c (nscd_init): Fix comment.
22975
22976 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
22977
22978         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22979
22980         [BZ #15667]
22981         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22982         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22983
22984 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22985
22986         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22987         DL_DST_REQ_STATIC.
22988         (DL_DST_REQ_STATIC): Remove macro.
22989
22990 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
22991
22992         [BZ #7006]
22993         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22994         with a shift of 0 bits.
22995
22996 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22997
22998         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22999         $(tststatic-ENV).
23000
23001 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
23002
23003         [BZ #15655]
23004         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
23005
23006 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23007
23008         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
23009         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
23010         accepts -fno-tree-loop-distribute-patterns.
23011         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
23012         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
23013         recursive call.
23014         * string/memset.c (memset): Likewise.
23015         * string/test-memmove.c (simple_memmove): Disable loop transformation
23016         to library calls.
23017         * string/test-memset.c (simple_memset): Likewise.
23018         * benchtests/bench-memmove.c (simple_memmove): Likewise.
23019         * benchtests/bench-memset.c (simple_memset): Likewise.
23020         * configure: Regenerated.
23021
23022 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
23023
23024         * math/test-misc.c (main): Ignore fesetround failure when failures
23025         of subsequent rounding tests would be ignored.
23026
23027         [BZ #15654]
23028         * math/fedisblxcpt.c (fedisableexcept): Return 0.
23029         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
23030         * math/fegetenv.c (__fegetenv): Return 0.
23031         * math/fegetexcept.c (fegetexcept): Return 0.
23032         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
23033         FE_TONEAREST.
23034         * math/feholdexcpt.c (feholdexcept): Return 0.
23035         * math/fesetenv.c (__fesetenv): Return 0.
23036         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
23037         argument FE_TONEAREST.
23038         * math/feupdateenv.c (__feupdateenv): Return 0.
23039         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
23040
23041 2013-06-18  Roland McGrath  <roland@hack.frob.com>
23042
23043         * elf/rtld-Rules (rtld-compile-command.S): New variable.
23044         (rtld-compile-command.s, rtld-compile-command.c): New variables.
23045         ($(objpfx)rtld-%.os rules): Use them.
23046
23047 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23048
23049         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
23050         fields.
23051
23052 2013-06-17  Roland McGrath  <roland@hack.frob.com>
23053
23054         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
23055         length of target pattern, then descending length of dependency pattern.
23056         * configure.in (AWK): Require gawk 3.1.2 or newer.
23057         * manual/install.texi (Tools for Compilation): Say that we do.
23058         * configure: Regenerated.
23059
23060         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
23061         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
23062         * scripts/sysd-rules.awk: ... this new script.
23063         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
23064         than a glob-style pattern.
23065
23066 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
23067
23068         * math/test-misc.c (main): Do not treat incorrectly rounded
23069         conversions as failure unless ROUNDING_TESTS passes.
23070
23071 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
23072
23073         [BZ #15631]
23074         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
23075         restore exception state around main square root computation, then
23076         check for inexactness explicitly.
23077
23078         * math/libm-test.inc (fma_test_data): Add another test.
23079
23080 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23081
23082         * manual/threads.texi (Non-POSIX Extensions): New document
23083         node.  Document pthread_getattr_default_np and
23084         pthread_setattr_default_np.
23085
23086         * Versions.def (libpthread): Add GLIBC_2.18.
23087         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
23088         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
23089         Likewise.
23090         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
23091         Likewise.
23092         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
23093         Likewise.
23094         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
23095         Likewise.
23096         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
23097         Likewise.
23098         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
23099         Likewise.
23100         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
23101         Likewise.
23102         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
23103         Likewise.
23104         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
23105         Likewise.
23106
23107 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23108
23109         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
23110         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
23111
23112 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
23113             H.J. Lu  <hjl.tools@gmail.com>
23114
23115         [BZ #15627]
23116         * sysdeps/x86_64/rtld-memset.c: Remove file.
23117         * sysdeps/x86_64/rtld-memset.S: New file.
23118
23119 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
23120
23121         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
23122         (test_in_one_mode): Take arguments for whether the rounding mode
23123         is supported for each floating-point type.
23124         (do_test): Pass new arguments to test_in_one_mode using
23125         ROUNDING_TESTS.
23126
23127 2013-06-13  Roland McGrath  <roland@hack.frob.com>
23128
23129         * posix/tst-waitid.c (do_test): Distinguish different instances of
23130         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
23131         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
23132         before entering the kernel for waitpid.
23133
23134 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
23135
23136         * NEWS: Fix note on clock function precision.  Text by Roland
23137         McGrath.
23138
23139 2013-06-13  Roland McGrath  <roland@hack.frob.com>
23140
23141         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
23142         it into place only when and if the sanity check passes.
23143
23144 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
23145
23146         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
23147         output for whether conversion result is exact.  Take argument
23148         indicating whether type is IBM long double.
23149         (round_for_all): Change need_exact field to ibm_ld.
23150         * stdlib/tst-strtod-round.c (struct exactness): New type.
23151         (struct test): Change bool ld_ok field to struct exactness exact.
23152         (TEST): Update all definitions for change to field.
23153         (tests): Regenerate array contents.
23154         (test_in_one_mode): Take pointer to new field instead of old ld_ok
23155         field value.  Check for IBM long double here.
23156         (do_test): Update calls to test_in_one_mode.
23157
23158 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
23159
23160         [BZ #12515]
23161         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
23162         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
23163
23164 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23165
23166         [BZ #15605]
23167         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
23168         generated by the compiler on loop optimizations.
23169         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
23170         general definitions.
23171
23172 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
23173
23174         * math/bug-nextafter.c: Include <math-tests.h>.
23175         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23176         the relevant type.
23177         * math/bug-nexttoward.c: Include <math-tests.h>.
23178         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23179         the relevant type.
23180         * math/test-misc.c: Include <math-tests.h>.
23181         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23182         the relevant type.
23183
23184 2013-06-12  Andreas Jaeger  <aj@suse.de>
23185
23186         * po/ia.po: Update Interlingua translation from translation
23187         project.
23188
23189 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
23190
23191         * include/fenv.h: Include stdbool.h.
23192         (struct rm_ctx): New structure.
23193         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
23194         Define macro.
23195         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
23196         (SET_RESTORE_ROUNDF): Likewise.
23197         (SET_RESTORE_ROUNDL): Likewise.
23198         (SET_RESTORE_ROUND_NOEX): Likewise.
23199         (SET_RESTORE_ROUND_NOEXF): Likewise.
23200         (SET_RESTORE_ROUND_NOEXL): Likewise.
23201         (SET_RESTORE_ROUND_53BIT): Likewise.
23202         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
23203         (libc_feresetround_noexf_ctx): Likewise.
23204         (libc_feresetround_noexl_ctx): Likewise.
23205         (libc_feholdsetround_53bit_ctx): Likewise.
23206         (libc_feresetround_53bit_ctx): Likewise.
23207         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
23208         (libc_feholdexcept_setround_sse_ctx): New function.
23209         (libc_fesetenv_sse_ctx): Likewise.
23210         (libc_feupdateenv_sse_ctx): Likewise.
23211         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
23212         (libc_feholdexcept_setround_387_ctx): Likewise.
23213         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
23214         (libc_feholdsetround_387_prec_ctx): Likewise.
23215         (libc_feholdsetround_387_ctx): Likewise.
23216         (libc_feholdsetround_387_53bit_ctx): Likewise.
23217         (libc_feholdsetround_sse_ctx): Likewise.
23218         (libc_feresetround_sse_ctx): Likewise.
23219         (libc_feresetround_387_ctx): Likewise.
23220         (libc_feupdateenv_387_ctx): Likewise.
23221         (libc_feholdexcept_setroundf_ctx): Define macro.
23222         (libc_fesetenvf_ctx): Likewise.
23223         (libc_feupdateenvf_ctx): Likewise.
23224         (libc_feholdsetroundf_ctx): Likewise.
23225         (libc_feresetroundf_ctx): Likewise.
23226         (libc_feholdexcept_setround_ctx): Likewise.
23227         (libc_fesetenv_ctx): Likewise.
23228         (libc_feupdateenv_ctx): Likewise.
23229         (libc_feholdsetround_ctx): Likewise.
23230         (libc_feresetround_ctx): Likewise.
23231         (libc_feholdexcept_setroundl_ctx): Likewise.
23232         (libc_feupdateenvl_ctx): Likewise.
23233         (libc_feholdsetroundl_ctx): Likewise.
23234         (libc_feresetroundl_ctx): Likewise.
23235         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
23236         (libc_feresetround_53bit_ctx): Likewise.
23237
23238 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23239
23240         * locale/iso-639.def: Convert to UTF-8.
23241
23242 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
23243
23244         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
23245         (EXCEPTION_TESTS_double): Likewise.
23246         (EXCEPTION_TESTS_long_double): Likewise.
23247         (EXCEPTION_TESTS): Likewise.
23248         * math/libm-test.inc (test_exceptions): Only test exceptions if
23249         EXCEPTION_TESTS (FLOAT).
23250
23251 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23252
23253         * benchtests/Makefile (string-bench): Add strcpy_chk and
23254         stpcpy_chk.
23255         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
23256         * benchtests/bench-stpcpy_chk.c: New file.
23257         * benchtests/bench-strcpy_chk-ifunc.c: New file.
23258         * benchtests/bench-strcpy_chk.c: New file.
23259         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
23260         code.
23261         (do_test): Likewise.
23262
23263 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23264
23265         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
23266         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
23267         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
23268         with tabs where appropriate.
23269         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
23270         dl-procinfo.h.
23271         [PPC_PLATFORM_PPC440]: Likewise.
23272         [PPC_PLATFORM_PPC464]: Likewise.
23273         [PPC_PLATFORM_PPC476]: Likewise.
23274         (_dl_string_platform): Add support for detecting ppc405, ppc440,
23275         ppc464, and ppc476 platform strings merging from ports/
23276         dl-procinfo.h.
23277
23278 2013-06-11  Andreas Schwab  <schwab@suse.de>
23279
23280         [BZ #14991]
23281         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
23282         (from_ucs4_idx): Regenerate.
23283         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
23284         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
23285         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
23286         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
23287         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
23288         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
23289         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
23290         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
23291         from FROM_LOOP and TO_LOOP specific macros.
23292         (BODY): Handle combining characters.
23293         * iconvdata/BIG5HKSCS.irreversible: Update.
23294         * iconvdata/BIG5HKSCS.precomposed: New file.
23295         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
23296         characters.
23297         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
23298
23299 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23300
23301         * include/sys/time.h: Fix indentation and add copyright header.
23302
23303         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
23304         (do_test): Likewise.
23305         * string/test-memchr.c (do_one_test): Likewise.
23306         (do_test): Likewise.
23307         * string/test-memcmp.c (do_one_test): Likewise.
23308         (do_test): Likewise.
23309         * string/test-memcpy.c (do_one_test): Likewise.
23310         (do_test): Likewise.
23311         * string/test-memmem.c (do_one_test): Likewise.
23312         (do_test): Likewise.
23313         (do_random_tests): Likewise.
23314         * string/test-memmove.c (do_one_test): Likewise.
23315         (do_test): Likewise.
23316         * string/test-memset.c (do_one_test): Likewise.
23317         (do_test): Likewise.
23318         * string/test-rawmemchr.c (do_one_test): Likewise.
23319         (do_test): Likewise.
23320         * string/test-strcasecmp.c (do_one_test): Likewise.
23321         (do_test): Likewise.
23322         * string/test-strcasestr.c (do_one_test): Likewise.
23323         (do_test): Likewise.
23324         * string/test-strcat.c (do_one_test): Likewise.
23325         (do_test): Likewise.
23326         * string/test-strchr.c (do_one_test): Likewise.
23327         (do_test): Likewise.
23328         * string/test-strcmp.c (do_one_test): Likewise.
23329         (do_test): Likewise.
23330         * string/test-strcpy.c (do_one_test): Likewise.
23331         (do_test): Likewise.
23332         * string/test-string.h: Likewise.
23333         (test_init): Likewise.
23334         * string/test-strlen.c (do_one_test): Likewise.
23335         (do_test): Likewise.
23336         * string/test-strncasecmp.c (do_one_test): Likewise.
23337         (do_test): Likewise.
23338         * string/test-strncat.c (do_one_test): Likewise.
23339         (do_test): Likewise.
23340         * string/test-strncmp.c (do_one_test): Likewise.
23341         (do_test_limit): Likewise.
23342         (do_test): Likewise.
23343         * string/test-strncpy.c (do_one_test): Likewise.
23344         (do_test): Likewise.
23345         * string/test-strnlen.c (do_one_test): Likewise.
23346         (do_test): Likewise.
23347         * string/test-strpbrk.c (do_one_test): Likewise.
23348         (do_test): Likewise.
23349         * string/test-strrchr.c (do_one_test): Likewise.
23350         (do_test): Likewise.
23351         * string/test-strspn.c (do_one_test): Likewise.
23352         (do_test): Likewise.
23353         * string/test-strstr.c (do_one_test): Likewise.
23354         (do_test): Likewise.
23355
23356         * benchtests/Makefile (string-bench): Add string benchmarks.
23357         * benchtests/bench-bcopy-ifunc.c: New file.
23358         * benchtests/bench-bcopy.c: New file.
23359         * benchtests/bench-bzero-ifunc.c: New file.
23360         * benchtests/bench-bzero.c: New file.
23361         * benchtests/bench-memccpy-ifunc.c: New file.
23362         * benchtests/bench-memccpy.c: New file.
23363         * benchtests/bench-memchr-ifunc.c: New file.
23364         * benchtests/bench-memchr.c: New file.
23365         * benchtests/bench-memcmp-ifunc.c: New file.
23366         * benchtests/bench-memcmp.c: New file.
23367         * benchtests/bench-memmem-ifunc.c: New file.
23368         * benchtests/bench-memmem.c: New file.
23369         * benchtests/bench-memmove-ifunc.c: New file.
23370         * benchtests/bench-memmove.c: New file.
23371         * benchtests/bench-mempcpy-ifunc.c: New file.
23372         * benchtests/bench-mempcpy.c: New file.
23373         * benchtests/bench-memset-ifunc.c: New file.
23374         * benchtests/bench-memset.c: New file.
23375         * benchtests/bench-rawmemchr-ifunc.c: New file.
23376         * benchtests/bench-rawmemchr.c: New file.
23377         * benchtests/bench-stpcpy-ifunc.c: New file.
23378         * benchtests/bench-stpcpy.c: New file.
23379         * benchtests/bench-stpncpy-ifunc.c: New file.
23380         * benchtests/bench-stpncpy.c: New file.
23381         * benchtests/bench-strcasecmp-ifunc.c: New file.
23382         * benchtests/bench-strcasecmp.c: New file.
23383         * benchtests/bench-strcasestr-ifunc.c: New file.
23384         * benchtests/bench-strcasestr.c: New file.
23385         * benchtests/bench-strcat-ifunc.c: New file.
23386         * benchtests/bench-strcat.c: New file.
23387         * benchtests/bench-strchr-ifunc.c: New file.
23388         * benchtests/bench-strchr.c: New file.
23389         * benchtests/bench-strchrnul-ifunc.c: New file.
23390         * benchtests/bench-strchrnul.c: New file.
23391         * benchtests/bench-strcmp-ifunc.c: New file.
23392         * benchtests/bench-strcmp.c: New file.
23393         * benchtests/bench-strcpy-ifunc.c: New file.
23394         * benchtests/bench-strcpy.c: New file.
23395         * benchtests/bench-strcspn-ifunc.c: New file.
23396         * benchtests/bench-strcspn.c: New file.
23397         * benchtests/bench-strlen-ifunc.c: New file.
23398         * benchtests/bench-strlen.c: New file.
23399         * benchtests/bench-strncasecmp-ifunc.c: New file.
23400         * benchtests/bench-strncasecmp.c: New file.
23401         * benchtests/bench-strncat-ifunc.c: New file.
23402         * benchtests/bench-strncat.c: New file.
23403         * benchtests/bench-strncmp-ifunc.c: New file.
23404         * benchtests/bench-strncmp.c: New file.
23405         * benchtests/bench-strncpy-ifunc.c: New file.
23406         * benchtests/bench-strncpy.c: New file.
23407         * benchtests/bench-strnlen-ifunc.c: New file.
23408         * benchtests/bench-strnlen.c: New file.
23409         * benchtests/bench-strpbrk-ifunc.c: New file.
23410         * benchtests/bench-strpbrk.c: New file.
23411         * benchtests/bench-strrchr-ifunc.c: New file.
23412         * benchtests/bench-strrchr.c: New file.
23413         * benchtests/bench-strspn-ifunc.c: New file.
23414         * benchtests/bench-strspn.c: New file.
23415         * benchtests/bench-strstr-ifunc.c: New file.
23416         * benchtests/bench-strstr.c: New file.
23417
23418         * benchtests/Makefile: Disable parallel execution of targets.
23419         (string-bench): Add memcpy.
23420         (benchset): New variable to store a list of benchmark sets.
23421         (bench-func): Renamed from bench.
23422         (bench-set): New target.
23423         (bench): Depend on bench-func and bench-set.
23424         * benchtests/README: Add section on benchmark sets.
23425         * benchtests/bench-memcpy-ifunc.c: New file.
23426         * benchtests/bench-memcpy.c: New file.
23427         * benchtests/bench-string.h: New file.
23428
23429 2013-06-11  Andreas Schwab  <schwab@suse.de>
23430
23431         [BZ #15577]
23432         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
23433         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
23434         values in the triple.
23435         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
23436         terminator in the group key.
23437
23438 2013-06-11  Andreas Jaeger  <aj@suse.de>
23439
23440         * po/zh_TW.po: Update Chinese (traditional) translation from
23441         translation project.
23442
23443 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23444
23445         * include/time.h (__clock_gettime): Add libc_hidden_proto.
23446         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
23447         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
23448         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
23449         (clock_getcpuclockid): Likewise.
23450         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
23451         Add weak_alias and libc_hidden_def.
23452         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
23453         * rt/clock_gettime.c (clock_gettime): Rename to
23454         __clock_gettime.  Add weak_alias and libc_hidden_def.
23455         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
23456         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
23457         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
23458         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
23459         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
23460         Likewise.
23461         * rt/clock_settime.c (clock_settime): Rename to
23462         __clock_settime.  Add weak_alias and libc_hidden_def.
23463         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
23464
23465 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
23466
23467         * mach/err_boot.sub: Remove trailing whitespace.
23468         * mach/err_ipc.sub: Likewise.
23469         * mach/err_mach.sub: Likewise.
23470
23471         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
23472         (ROUNDING_TESTS_double): Likewise.
23473         (ROUNDING_TESTS_long_double): Likewise.
23474         (ROUNDING_TESTS): Likewise.
23475         * math/libm-test.inc: Include <math-tests.h>.
23476         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
23477         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
23478         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
23479         (IF_ROUND_INIT_FE_UPWARD): Likewise.
23480
23481 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23482
23483         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
23484         of assigning.
23485
23486 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
23487
23488         * sysdeps/gnu/errlist.awk: Do not generate space at end of
23489         otherwise empty TRANS lines.
23490         * sysdeps/gnu/errlist.c: Regenerated.
23491
23492         * catgets/gencat.c (error_print): Use (void) in function
23493         definition.
23494         * crypt/crypt_util.c (__init_des): Likewise.
23495         * crypt/speeds.c (Stop): Likewise.
23496         (main): Likewise.
23497         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
23498         * inet/ruserpass.c (token): Likewise.
23499         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
23500         * intl/localealias.c (extend_alias_table): Likewise.
23501         * intl/plural-exp.c (init_germanic_plural): Likewise.
23502         * libio/fcloseall.c (__fcloseall): Likewise.
23503         * libio/genops.c (_IO_flush_all): Likewise.
23504         (_IO_flush_all_linebuffered): Likewise.
23505         (_IO_cleanup): Likewise.
23506         (_IO_iter_begin): Likewise.
23507         (_IO_iter_end): Likewise.
23508         (_IO_list_lock): Likewise.
23509         (_IO_list_unlock): Likewise.
23510         (_IO_list_resetlock): Likewise.
23511         * libio/getchar.c (getchar): Likewise.
23512         * libio/getchar_u.c (getchar_unlocked): Likewise.
23513         * libio/getwchar.c (getwchar): Likewise.
23514         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
23515         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
23516         * login/getpt.c (__getpt): Likewise.
23517         * login/tst-utmp.c (main): Likewise.
23518         * malloc/hooks.c (__malloc_check_init): Likewise.
23519         * malloc/malloc.c (__malloc_stats): Likewise.
23520         * malloc/mtrace.c (tr_break): Likewise.
23521         (mtrace): Likewise.
23522         (muntrace): Likewise.
23523         * misc/fstab.c (endfsent): Likewise.
23524         * misc/getclktck.c (__getclktck): Likewise.
23525         * misc/getdtsz.c (__getdtablesize): Likewise.
23526         * misc/gethostid.c (gethostid): Likewise.
23527         * misc/getpagesize.c (__getpagesize): Likewise.
23528         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
23529         (__get_nprocs): Likewise.
23530         (__get_phys_pages): Likewise.
23531         (__get_avphys_pages): Likewise.
23532         * misc/getttyent.c (getttyent): Likewise.
23533         (setttyent): Likewise.
23534         (endttyent): Likewise.
23535         * misc/getusershell.c (getusershell): Likewise.
23536         (endusershell): Likewise.
23537         (setusershell): Likewise.
23538         (initshells): Likewise.
23539         * misc/hsearch.c (__hdestroy): Likewise.
23540         * misc/sync.c (sync): Likewise.
23541         * misc/syslog.c (closelog_internal): Likewise.
23542         (closelog): Likewise.
23543         * misc/ttyslot.c (ttyslot): Likewise.
23544         * misc/vhangup.c (vhangup): Likewise.
23545         * posix/fork.c (__fork): Likewise.
23546         * posix/getegid.c (__getegid): Likewise.
23547         * posix/geteuid.c (__geteuid): Likewise.
23548         * posix/getgid.c (__getgid): Likewise.
23549         * posix/getpid.c (__getpid): Likewise.
23550         * posix/getppid.c (__getppid): Likewise.
23551         * posix/getuid.c (__getuid): Likewise.
23552         * posix/pause.c (pause): Likewise.
23553         * posix/setpgrp.c (setpgrp): Likewise.
23554         * posix/setsid.c (__setsid): Likewise.
23555         * posix/test-vfork.c (noop): Likewise.
23556         * resolv/gethnamaddr.c (_endhtent): Likewise.
23557         (_gethtent): Likewise.
23558         (ht_endhostent): Likewise.
23559         (gethostent): Likewise.
23560         (dns_service): Likewise.
23561         * stdlib/drand48.c (drand48): Likewise.
23562         * stdlib/lrand48.c (lrand48): Likewise.
23563         * stdlib/mrand48.c (mrand48): Likewise.
23564         * stdlib/rand.c (rand): Likewise.
23565         * stdlib/random.c (__random): Likewise.
23566         * stdlib/setenv.c (clearenv): Likewise.
23567         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
23568         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
23569         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
23570         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
23571         (__get_nprocs): Likewise.
23572         (__get_phys_pages): Likewise.
23573         (__get_avphys_pages): Likewise.
23574         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
23575         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
23576         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
23577         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
23578         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
23579         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
23580         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
23581         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
23582         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
23583         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
23584         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
23585         * sysdeps/mach/hurd/sync.c (sync): Likewise.
23586         * sysdeps/posix/clock.c (clock): Likewise.
23587         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
23588         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
23589         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
23590         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
23591         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
23592         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
23593         (__get_nprocs_conf): Likewise.
23594         (__get_phys_pages): Likewise.
23595         (__get_avphys_pages): Likewise.
23596         * time/clock.c (clock): Likewise.
23597         * time/tzset.c (__tzname_max): Likewise.
23598
23599 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
23600
23601         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
23602         (__bswap_32): Do not use "register".
23603         * crypt/crypt.c (_ufc_doit_r): Likewise.
23604         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
23605         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
23606         * gmon/gmon.c (__monstartup): Likewise.
23607         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
23608         * hurd/hurdmalloc.c (more_memory): Likewise.
23609         (malloc): Likewise.
23610         (free): Likewise.
23611         (realloc): Likewise.
23612         (malloc_fork_prepare): Likewise.
23613         (malloc_fork_parent): Likewise.
23614         (malloc_fork_child): Likewise.
23615         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
23616         (_svcauth_des): Likewise.
23617         * inet/inet_lnaof.c (inet_lnaof): Likewise.
23618         * inet/inet_net.c (inet_network): Likewise.
23619         * inet/inet_netof.c (inet_netof): Likewise.
23620         * inet/rcmd.c (__validuser2_sa): Likewise.
23621         * io/fts.c (fts_open): Likewise.
23622         (fts_load): Likewise.
23623         (fts_close): Likewise.
23624         (fts_read): Likewise.
23625         (fts_children): Likewise.
23626         (fts_build): Likewise.
23627         (fts_stat): Likewise.
23628         (fts_sort): Likewise.
23629         (fts_alloc): Likewise.
23630         (fts_lfree): Likewise.
23631         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
23632         (_IO_file_xsgetn): Likewise.
23633         (_IO_file_xsgetn_mmap): Likewise.
23634         * libio/iofopncook.c (_IO_cookie_read): Likewise.
23635         (_IO_cookie_write): Likewise.
23636         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
23637         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
23638         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
23639         * malloc/obstack.c (_obstack_begin): Likewise.
23640         (_obstack_begin_1): Likewise.
23641         (_obstack_newchunk): Likewise.
23642         (_obstack_allocated_p): Likewise.
23643         (obstack_free): Likewise.
23644         (_obstack_memory_used): Likewise.
23645         * misc/getttyent.c (getttynam): Likewise.
23646         (getttyent): Likewise.
23647         (skip): Likewise.
23648         (value): Likewise.
23649         * misc/getusershell.c (initshells): Likewise.
23650         * misc/syslog.c (__vsyslog_chk): Likewise.
23651         * misc/ttyslot.c (ttyslot): Likewise.
23652         * nis/nis_hash.c (__nis_hash): Likewise.
23653         * posix/fnmatch_loop.c (FCT): Likewise.
23654         * posix/getconf.c (print_all): Likewise.
23655         (main): Likewise.
23656         * posix/getopt.c (exchange): Likewise.
23657         * posix/glob.c (globfree): Likewise.
23658         (prefix_array): Likewise.
23659         (__glob_pattern_type): Likewise.
23660         * resolv/arpa/nameser.h (NS_GET16): Likewise.
23661         (NS_GET32): Likewise.
23662         (NS_PUT16): Likewise.
23663         (NS_PUT32): Likewise.
23664         * resolv/gethnamaddr.c (getanswer): Likewise.
23665         (gethostbyname2): Likewise.
23666         (gethostbyaddr): Likewise.
23667         (_gethtent): Likewise.
23668         (_gethtbyname2): Likewise.
23669         (_gethtbyaddr): Likewise.
23670         * resolv/ns_print.c (dst_s_get_int16): Likewise.
23671         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
23672         * resolv/res_init.c (__res_vinit): Likewise.
23673         (net_mask): Likewise.
23674         * resolv/res_mkquery.c (outchar): Likewise.
23675         (PRINT): Likewise.
23676         * stdio-common/printf_fp.c (outchar): Likewise.
23677         (PRINT): Likewise.
23678         * stdio-common/printf_fphex.c (outchar): Likewise.
23679         (PRINT): Likewise.
23680         * stdio-common/printf_size.c (outchar): Likewise.
23681         (PRINT): Likewise.
23682         * stdio-common/test_rdwr.c (main): Likewise.
23683         * stdio-common/tfformat.c (matches): Likewise.
23684         * stdio-common/vfprintf.c (outchar): Likewise.
23685         (printf_unknown): Likewise.
23686         (buffered_vfprintf): Likewise.
23687         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
23688         * stdio-common/xbug.c (AppendToBuffer): Likewise.
23689         (ReadFile): Likewise.
23690         * stdlib/qsort.c (SWAP): Likewise.
23691         (_quicksort): Likewise.
23692         * stdlib/setenv.c (__add_to_environ): Likewise.
23693         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23694         * stdlib/strtol_l.c (__strtol_l): Likewise.
23695         * stdlib/tst-strtod.c (main): Likewise.
23696         * stdlib/tst-strtol.c (main): Likewise.
23697         * stdlib/tst-strtoll.c (main): Likewise.
23698         * string/bits/string2.h (__strcmp_cc): Likewise.
23699         (__strcmp_cg): Likewise.
23700         (__strcspn_c1): Likewise.
23701         (__strcspn_c2): Likewise.
23702         (__strcspn_c3): Likewise.
23703         (__strspn_c1): Likewise.
23704         (__strspn_c2): Likewise.
23705         (__strspn_c3): Likewise.
23706         (__strsep_1c): Likewise.
23707         (__strsep_2c): Likewise.
23708         (__strsep_3c): Likewise.
23709         * string/memccpy.c (__memccpy): Likewise.
23710         * string/stpcpy.c (__stpcpy): Likewise.
23711         * string/strcmp.c (strcmp): Likewise.
23712         * string/strrchr.c (strrchr): Likewise.
23713         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
23714         Likewise.
23715         * sysdeps/mach/hurd/getcwd.c
23716         (_hurd_canonicalize_directory_name_internal): Likewise.
23717         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
23718         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
23719         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
23720         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
23721         Likewise, in both definitions.
23722         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
23723         definitions.
23724         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
23725         64] (__bswap_64): Likewise.
23726         * time/test_time.c (main): Likewise.
23727         * time/tzfile.c (__tzfile_read): Likewise.
23728         (__tzfile_compute): Likewise.
23729         * time/tzset.c (__tzset_parse_tz): Likewise.
23730         (tzset_internal): Likewise.
23731         (compute_change): Likewise.
23732         * wcsmbs/wcscat.c (__wcscat): Likewise.
23733         * wcsmbs/wcschr.c (wcschr): Likewise.
23734         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
23735         * wcsmbs/wcscspn.c (wcscspn): Likewise.
23736         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
23737         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
23738         * wcsmbs/wcsspn.c (wcsspn): Likewise.
23739         * wcsmbs/wcsstr.c (wcsstr): Likewise.
23740         * wcsmbs/wmemchr.c (wmemchr): Likewise.
23741         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23742         * wcsmbs/wmemset.c (wmemset): Likewise.
23743
23744 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
23745
23746         * scripts/config.guess: Update to version 2013-05-16.
23747         * scripts/config.sub: Update to version 2013-04-24.
23748         * scripts/install-sh: Update to version 2011-11-20.07.
23749         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23750         * scripts/move-if-change: Update to version 2012-01-06 07:23.
23751
23752 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
23753
23754         * debug/fgetws_u_chk.c: Fix leading whitespaces.
23755         * elf/sln.c: Likewise.
23756         * hurd/hurd/ioctl.h: Likewise.
23757         * hurd/hurdmalloc.c: Likewise.
23758         * hurd/xattr.c: Likewise.
23759         * include/shlib-compat.h: Likewise.
23760         * inet/ruserpass.c: Likewise.
23761         * libio/iofgets_u.c: Likewise.
23762         * libio/iofgetws_u.c: Likewise.
23763         * locale/programs/ld-identification.c: Likewise.
23764         * locale/programs/ld-time.c: Likewise.
23765         * mach/msg-destroy.c: Likewise.
23766         * nss/nss_files/files-netgrp.c: Likewise.
23767         * resolv/res_data.c: Likewise.
23768         * soft-fp/op-1.h: Likewise.
23769         * soft-fp/op-2.h: Likewise.
23770         * soft-fp/op-4.h: Likewise.
23771         * soft-fp/op-common.h: Likewise.
23772         * stdio-common/printf_fphex.c: Likewise.
23773         * stdlib/strtod_l.c: Likewise.
23774         * sunrpc/rpc/clnt.h: Likewise.
23775         * sysdeps/generic/framestate.c: Likewise.
23776         * sysdeps/i386/bsd-_setjmp.S: Likewise.
23777         * sysdeps/i386/bsd-setjmp.S: Likewise.
23778         * sysdeps/i386/__longjmp.S: Likewise.
23779         * sysdeps/i386/setjmp.S: Likewise.
23780         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23781         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23782         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23783         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23784         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23785         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23786         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23787         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23788         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23789         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23790         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23791         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23792         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23793         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23794         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23795         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23796         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23797         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23798         * sysdeps/ieee754/support.c: Likewise.
23799         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23800         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23801         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23802         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23803         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23804         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23805         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23806         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23807         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23808         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23809         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23810         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23811         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23812         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23813         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23814         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23815         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23816         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23817
23818 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
23819
23820         * posix/transbug.c: Remove executable mode.
23821
23822 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
23823
23824         * crypt/speeds.c: Remove trailing whitespace.
23825         * dlfcn/default.c: Likewise.
23826         * elf/ifuncdep2.c: Likewise.
23827         * elf/ifuncmain1.c: Likewise.
23828         * elf/ifuncmain1vis.c: Likewise.
23829         * elf/testobj.h: Likewise.
23830         * elf/tst-stackguard1.c: Likewise.
23831         * gmon/sys/gmon.h: Likewise.
23832         * hurd/hurdmsg.c: Likewise.
23833         * hurd/new-fd.c: Likewise.
23834         * hurd/ports-get.c: Likewise.
23835         * iconvdata/ibm1008_420.c: Likewise.
23836         * inet/tst-getni1.c: Likewise.
23837         * inet/tst-getni2.c: Likewise.
23838         * libio/ioungetc.c: Likewise.
23839         * libio/wfiledoalloc.c: Likewise.
23840         * manual/libm-err-tab.pl: Likewise.
23841         * math/w_dremf.c: Likewise.
23842         * misc/ftruncate.c: Likewise.
23843         * posix/bug-glob2.c: Likewise.
23844         * posix/tst-pcre.c: Likewise.
23845         * posix/wait4.c: Likewise.
23846         * resolv/README: Likewise.
23847         * resolv/res_debug.h: Likewise.
23848         * resolv/tst-inet_ntop.c: Likewise.
23849         * setjmp/bug269-setjmp.c: Likewise.
23850         * soft-fp/extended.h: Likewise.
23851         * soft-fp/op-1.h: Likewise.
23852         * soft-fp/op-2.h: Likewise.
23853         * soft-fp/op-4.h: Likewise.
23854         * soft-fp/op-8.h: Likewise.
23855         * soft-fp/testit.c: Likewise.
23856         * stdio-common/bug16.c: Likewise.
23857         * stdlib/random.c: Likewise.
23858         * sunrpc/rpcsvc/rquota.x: Likewise.
23859         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23860         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23861         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23862         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23863         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23864         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23865         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23866         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23867         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23868         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23869         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23870         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23871         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23872         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23873         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23874         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23875         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23876         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23877         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23878         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23879         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23880         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23881         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23882         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23883         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23884         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23885         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23886         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23887         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23888         * sysdeps/ieee754/s_lib_version.c: Likewise.
23889         * sysdeps/mach/hurd/check_fds.c: Likewise.
23890         * sysdeps/mach/hurd/getsockname.c: Likewise.
23891         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23892         * sysdeps/mach/hurd/recvfrom.c: Likewise.
23893         * sysdeps/powerpc/bits/link.h: Likewise.
23894         * sysdeps/powerpc/dl-procinfo.c: Likewise.
23895         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23896         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23897         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23898         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23899         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23900         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23901         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23902         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23903         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23904         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23905         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23906         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23907         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23908         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23909         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23910         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23911         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23912         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23913         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23914         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23915         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23916         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23917         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23918         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23919         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23920         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23921         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23922         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23923         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23924         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23925         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23926         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23927         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23928         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23929         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23930         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23931         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23932         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23933         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23934         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23935         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23936         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23937         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23938         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23939         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23940         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23941         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23942         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23943         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23944         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23945         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23946         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23947         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23948         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23949         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23950         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23951         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23952         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23953         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23954         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23955         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23956         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23957         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23958         * sysdeps/powerpc/sysdep.h: Likewise.
23959         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23960         * sysdeps/s390/s390-64/sub_n.S: Likewise.
23961         * sysdeps/sh/dl-trampoline.S: Likewise.
23962         * sysdeps/sh/memset.S: Likewise.
23963         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23964         * sysdeps/sh/strlen.S: Likewise.
23965         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23966         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23967         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23968         * sysdeps/sparc/sparc32/rem.S: Likewise.
23969         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23970         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23971         * sysdeps/sparc/sparc32/strchr.S: Likewise.
23972         * sysdeps/sparc/sparc32/udiv.S: Likewise.
23973         * sysdeps/sparc/sparc32/urem.S: Likewise.
23974         * sysdeps/sparc/sparc64/add_n.S: Likewise.
23975         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23976         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23977         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23978         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23979         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23980         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23981         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23982         * sysdeps/unix/bsd/times.c: Likewise.
23983         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23984         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23985         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23986         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23987         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23988         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23989         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23990         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23991         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23992         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23993         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23994         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23995         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23996         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23997         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23998         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23999         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
24000         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
24001         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
24002         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
24003         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
24004         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
24005         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
24006         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
24007         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
24008         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
24009         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
24010         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
24011         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
24012         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
24013         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
24014         * sysdeps/x86_64/strcspn.S: Likewise.
24015
24016 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24017
24018         * locale/C-translit.h: Revert #include <stdint.h> because this is a
24019         generated file.  Regenerate properly from gen-translit.pl.
24020         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
24021         locale/C-translit.h.
24022
24023 2013-06-05  Andreas Schwab  <schwab@suse.de>
24024
24025         [BZ #15100]
24026         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
24027         week as 6 instead of -1.
24028         * time/tst-strptime.c (day_tests): Add test case.
24029
24030 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
24031
24032         * sysdeps/generic/math_private.h
24033         (libc_feholdexcept_setround_53bit): Replace with
24034         libc_feholdsetround_53bit.
24035         (libc_feupdateenv_53bit): Replace with
24036         libc_feresetround_53bit.
24037         (SET_RESTORE_ROUND_53BIT): Adjust.
24038
24039 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
24040
24041         * string/test-strchrnul.c: Add copyright header.
24042
24043         * posix/tst-getaddrinfo4.c: Increase test timeout.
24044
24045 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
24046
24047         [BZ #15536]
24048         * math/libm-test.inc (MAX_EXP): Remove
24049         (MIN_EXP): Define.
24050         (ulp): Use MIN_EXP - MANT_DIG.
24051         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
24052
24053 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
24054
24055         * po/be.po: Revert last change.
24056         * po/zh_CN.po: Likewise.
24057         * po/header.pot: Likewise.
24058
24059 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
24060
24061         * Makefile ($(common-objpfx)linkobj/libc.so): Define
24062         link-libc-deps to empty as target-specific variable.
24063         * Makerules (link-libc-args): New variable.
24064         (libc-for-link): Likewise.
24065         (link-libc-deps): Likewise.
24066         (lib%.so): Depend on $(link-libc-deps).  Link with
24067         $(link-libc-args).
24068         (build-module): Link with $(link-libc-args).
24069         (build-module-asneeded): Likewise.
24070         (build-module-helper-objlist): Filter out $(link-libc-deps) from
24071         list of objects.
24072         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
24073         target-specific variable.
24074         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
24075         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
24076         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
24077         libc.
24078         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
24079         libc and ld.so.
24080         ($(objpfx)libpcprofile.so): Likewise.
24081         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
24082         libc_nonshared.a.
24083         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
24084         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
24085         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
24086         $(link-libc-deps).
24087         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
24088         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
24089         * login/Makefile ($(objpfx)libutil.so): Likewise.
24090         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
24091         * math/Makefile ($(objpfx)libm.so): Likewise.
24092         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
24093         $(objpfx)libnsl.so): Define libc-for-link as target-specific
24094         variable instead of depending directly on libc.
24095         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
24096         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
24097         $(link-libc-deps).
24098         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
24099         libc.
24100         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
24101         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
24102         ($(objpfx)libanl.so): Likewise.
24103         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
24104         ld.so.
24105         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
24106         $(link-libc-deps).
24107         * sysdeps/i386/fpu/Makefile: Remove file.
24108         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
24109         ($(objpfx)libm.so): Remove dependency on ld.so.
24110
24111 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
24112
24113         [BZ # 15553]
24114         * nis/yp_xdr.c (XDRMAXNAME): Define.
24115         (XDRMAXRECORD): Define.
24116         (xdr_domainname): Use XDRMAXNAME.
24117         (xdr_mapname): Likewise.
24118         (xdr_peername): Likewise.
24119         (xdr_keydat): Use XDRMAXRECORD.
24120         (xdr_valdat): Likewise.
24121
24122 2013-05-30  Jeff Law  <law@redhat.com>
24123
24124         [BZ #14256]
24125         * manual/errno.texi (ESTALE): Update to account for more than
24126         just NFS file systems.
24127         * sysdeps/gnu/errlist.c: Regenerated.
24128
24129 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
24130
24131         [BZ #15465]
24132         * elf/Makefile (tests): Add tst-null-argv.
24133         (modules-names):  Add tst-null-argv-lib.
24134         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
24135         (tst-null-argv-ENV): Set environment for tst-null-argv.
24136         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
24137         (RTLD_PROGNAME): New macro.
24138         * elf/tst-null-argv.c: New test case.
24139         * elf/tst-null-argv-lib.c: Library for test case.
24140         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
24141         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
24142         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
24143         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
24144         * elf/dl-init.c (call_init): Likewise.
24145         (_dl_init): Likewise.
24146         * elf/dl-load.c (print_search_path): Likewise.
24147         (_dl_map_object): Likewise.
24148         * elf/dl-lookup.c (do_lookup_x): Likewise.
24149         (add_dependency): Likewise.
24150         (_dl_lookup_symbol_x): Likewise.
24151         (_dl_debug_bindings): Likewise.
24152         * elf/dl-open.c (_dl_show_scope): Likewise.
24153         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
24154         * elf/dl-version.c (match_symbol): Likewise.
24155         (_dl_check_map_versions): Likewise.
24156         * elf/rtld.c (dl_main): Likewise.
24157         (print_unresolved): Use RTLD_PROGNAME.
24158         (print_missing_version): Likewise.
24159         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
24160         (elf_machine_rela): Likewise.
24161         * sysdeps/powerpc/powerpc32/dl-machine.c
24162         (__process_machine_rela): Likewise.
24163         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
24164         Likewise.
24165         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
24166         Likewise.
24167         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
24168         Likewise.
24169         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
24170         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
24171         Likewise.
24172         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
24173         Likewise.
24174         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
24175
24176 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
24177
24178         * po/be.po: Add descriptive title.
24179         * po/zh_CN.po: Likewise.
24180         * po/header.pot: Likewise.
24181
24182 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
24183
24184         * locale/programs/locarchive.c (create_archive): Inlucde fname in
24185         error message.
24186         (enlarge_archive): Likewise.
24187
24188 2013-05-28  Ben North  <ben@redfrontdoor.org>
24189
24190         * manual/arith.texi (frexp): It is the magnitude of the return
24191         value which lies in [0.5, 1), not the return value itself.
24192
24193 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24194
24195         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24196
24197 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
24198
24199         * stdio-common/bug26.c (main): Correct fscanf template.
24200
24201         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
24202         declare _dl_skip_args.
24203
24204         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
24205         Don't declare.
24206
24207         * manual/platform.texi: Add missing @end deftypefun.
24208
24209 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
24210
24211         [BZ #15529]
24212         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
24213         bit of mantissa of 2^16382.
24214         * math/libm-test.inc (hypot_test_data): Add more tests.
24215
24216         * math/libm-test.inc: Add drem and pow10 to list of tested
24217         functions.
24218         (pow10_test): New function.
24219         (drem_test): Likewise.
24220         (drem_test_tonearest): Likewise.
24221         (drem_test_towardzero): Likewise.
24222         (drem_test_downward): Likewise.
24223         (drem_test_upward): Likewise.
24224         (main): Call the new functions.
24225
24226         * math/libm-test.inc (finite_test_data): Remove.
24227         (finite_test): Run tests from isfinite_test_data.
24228         (gamma_test_data): Remove.
24229         (gamma_test): Run tests from lgamma_test_data.
24230         * sysdeps/i386/fpu/libm-test-ulps: Update.
24231         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24232
24233 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24234
24235         * manual/platform.texi: Add PowerPC PPR function set documentation.
24236         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
24237         implementation.
24238
24239 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
24240
24241         * math/libm-test.inc (MAX_EXP): Define.
24242         (ULPDIFF): Define.
24243         (ulp): New function.
24244         (check_float_internal): Use ULPDIFF.
24245         (cpow_test): Disable failing test.
24246         (check_ulp): Test ulp() implemetnation.
24247         (main): Call check_ulp before starting tests.
24248
24249 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
24250
24251         * math/gen-libm-test.pl (generate_testfile): Do not handle
24252         START_DATA and END_DATA.
24253         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
24254         END_DATA.
24255         (acos_tonearest_test_data): Likewise.
24256         (acos_towardzero_test_data): Likewise.
24257         (acos_downward_test_data): Likewise.
24258         (acos_upward_test_data): Likewise.
24259         (acosh_test_data): Likewise.
24260         (asin_test_data): Likewise.
24261         (asin_tonearest_test_data): Likewise.
24262         (asin_towardzero_test_data): Likewise.
24263         (asin_downward_test_data): Likewise.
24264         (asin_upward_test_data): Likewise.
24265         (asinh_test_data): Likewise.
24266         (atan_test_data): Likewise.
24267         (atanh_test_data): Likewise.
24268         (atan2_test_data): Likewise.
24269         (cabs_test_data): Likewise.
24270         (cacos_test_data): Likewise.
24271         (cacosh_test_data): Likewise.
24272         (carg_test_data): Likewise.
24273         (casin_test_data): Likewise.
24274         (casinh_test_data): Likewise.
24275         (catan_test_data): Likewise.
24276         (catanh_test_data): Likewise.
24277         (cbrt_test_data): Likewise.
24278         (ccos_test_data): Likewise.
24279         (ccosh_test_data): Likewise.
24280         (ceil_test_data): Likewise.
24281         (cexp_test_data): Likewise.
24282         (cimag_test_data): Likewise.
24283         (clog_test_data): Likewise.
24284         (clog10_test_data): Likewise.
24285         (conj_test_data): Likewise.
24286         (copysign_test_data): Likewise.
24287         (cos_test_data): Likewise.
24288         (cos_tonearest_test_data): Likewise.
24289         (cos_towardzero_test_data): Likewise.
24290         (cos_downward_test_data): Likewise.
24291         (cos_upward_test_data): Likewise.
24292         (cosh_test_data): Likewise.
24293         (cosh_tonearest_test_data): Likewise.
24294         (cosh_towardzero_test_data): Likewise.
24295         (cosh_downward_test_data): Likewise.
24296         (cosh_upward_test_data): Likewise.
24297         (cpow_test_data): Likewise.
24298         (cproj_test_data): Likewise.
24299         (creal_test_data): Likewise.
24300         (csin_test_data): Likewise.
24301         (csinh_test_data): Likewise.
24302         (csqrt_test_data): Likewise.
24303         (ctan_test_data): Likewise.
24304         (ctan_tonearest_test_data): Likewise.
24305         (ctan_towardzero_test_data): Likewise.
24306         (ctan_downward_test_data): Likewise.
24307         (ctan_upward_test_data): Likewise.
24308         (ctanh_test_data): Likewise.
24309         (ctanh_tonearest_test_data): Likewise.
24310         (ctanh_towardzero_test_data): Likewise.
24311         (ctanh_downward_test_data): Likewise.
24312         (ctanh_upward_test_data): Likewise.
24313         (erf_test_data): Likewise.
24314         (erfc_test_data): Likewise.
24315         (exp_test_data): Likewise.
24316         (exp_tonearest_test_data): Likewise.
24317         (exp_towardzero_test_data): Likewise.
24318         (exp_downward_test_data): Likewise.
24319         (exp_upward_test_data): Likewise.
24320         (exp10_test_data): Likewise.
24321         (exp2_test_data): Likewise.
24322         (expm1_test_data): Likewise.
24323         (fabs_test_data): Likewise.
24324         (fdim_test_data): Likewise.
24325         (finite_test_data): Likewise.
24326         (floor_test_data): Likewise.
24327         (fma_test_data): Likewise.
24328         (fma_towardzero_test_data): Likewise.
24329         (fma_downward_test_data): Likewise.
24330         (fma_upward_test_data): Likewise.
24331         (fmax_test_data): Likewise.
24332         (fmin_test_data): Likewise.
24333         (fmod_test_data): Likewise.
24334         (fpclassify_test_data): Likewise.
24335         (frexp_test_data): Likewise.
24336         (gamma_test_data): Likewise.
24337         (hypot_test_data): Likewise.
24338         (ilogb_test_data): Likewise.
24339         (isfinite_test_data): Likewise.
24340         (isgreater_test_data): Likewise.
24341         (isgreaterequal_test_data): Likewise.
24342         (isinf_test_data): Likewise.
24343         (isless_test_data): Likewise.
24344         (islessequal_test_data): Likewise.
24345         (islessgreater_test_data): Likewise.
24346         (isnan_test_data): Likewise.
24347         (isnormal_test_data): Likewise.
24348         (issignaling_test_data): Likewise.
24349         (isunordered_test_data): Likewise.
24350         (j0_test_data): Likewise.
24351         (j1_test_data): Likewise.
24352         (jn_test_data): Likewise.
24353         (ldexp_test_data): Likewise.
24354         (lgamma_test_data): Likewise.
24355         (lrint_test_data): Likewise.
24356         (lrint_tonearest_test_data): Likewise.
24357         (lrint_towardzero_test_data): Likewise.
24358         (lrint_downward_test_data): Likewise.
24359         (lrint_upward_test_data): Likewise.
24360         (llrint_test_data): Likewise.
24361         (llrint_tonearest_test_data): Likewise.
24362         (llrint_towardzero_test_data): Likewise.
24363         (llrint_downward_test_data): Likewise.
24364         (llrint_upward_test_data): Likewise.
24365         (log_test_data): Likewise.
24366         (log10_test_data): Likewise.
24367         (log1p_test_data): Likewise.
24368         (log2_test_data): Likewise.
24369         (logb_test_data): Likewise.
24370         (logb_downward_test_data): Likewise.
24371         (lround_test_data): Likewise.
24372         (llround_test_data): Likewise.
24373         (modf_test_data): Likewise.
24374         (nearbyint_test_data): Likewise.
24375         (nextafter_test_data): Likewise.
24376         (nexttoward_test_data): Likewise.
24377         (pow_test_data): Likewise.
24378         (pow_tonearest_test_data): Likewise.
24379         (pow_towardzero_test_data): Likewise.
24380         (pow_downward_test_data): Likewise.
24381         (pow_upward_test_data): Likewise.
24382         (remainder_test_data): Likewise.
24383         (remainder_tonearest_test_data): Likewise.
24384         (remainder_towardzero_test_data): Likewise.
24385         (remainder_downward_test_data): Likewise.
24386         (remainder_upward_test_data): Likewise.
24387         (remquo_test_data): Likewise.
24388         (rint_test_data): Likewise.
24389         (rint_tonearest_test_data): Likewise.
24390         (rint_towardzero_test_data): Likewise.
24391         (rint_downward_test_data): Likewise.
24392         (rint_upward_test_data): Likewise.
24393         (round_test_data): Likewise.
24394         (scalb_test_data): Likewise.
24395         (scalbn_test_data): Likewise.
24396         (scalbln_test_data): Likewise.
24397         (signbit_test_data): Likewise.
24398         (sin_test_data): Likewise.
24399         (sin_tonearest_test_data): Likewise.
24400         (sin_towardzero_test_data): Likewise.
24401         (sin_downward_test_data): Likewise.
24402         (sin_upward_test_data): Likewise.
24403         (sincos_test_data): Likewise.
24404         (sinh_test_data): Likewise.
24405         (sinh_tonearest_test_data): Likewise.
24406         (sinh_towardzero_test_data): Likewise.
24407         (sinh_downward_test_data): Likewise.
24408         (sinh_upward_test_data): Likewise.
24409         (sqrt_test_data): Likewise.
24410         (tan_test_data): Likewise.
24411         (tan_tonearest_test_data): Likewise.
24412         (tan_towardzero_test_data): Likewise.
24413         (tan_downward_test_data): Likewise.
24414         (tan_upward_test_data): Likewise.
24415         (tanh_test_data): Likewise.
24416         (tgamma_test_data): Likewise.
24417         (trunc_test_data): Likewise.
24418         (y0_test_data): Likewise.
24419         (y1_test_data): Likewise.
24420         (yn_test_data): Likewise.
24421         (significand_test_data): Likewise.
24422
24423         * math/gen-libm-test.pl (@functions): Remove variable.
24424         (generate_testfile): Don't handle START and END lines.
24425         * math/libm-test.inc (START): New macro.
24426         (END): Likewise.
24427         (END_COMPLEX): Likewise.
24428         (acos_test): Use END macro without arguments.
24429         (acos_test_tonearest): Likewise.
24430         (acos_test_towardzero): Likewise.
24431         (acos_test_downward): Likewise.
24432         (acos_test_upward): Likewise.
24433         (acosh_test): Likewise.
24434         (asin_test): Likewise.
24435         (asin_test_tonearest): Likewise.
24436         (asin_test_towardzero): Likewise.
24437         (asin_test_downward): Likewise.
24438         (asin_test_upward): Likewise.
24439         (asinh_test): Likewise.
24440         (atan_test): Likewise.
24441         (atanh_test): Likewise.
24442         (atan2_test): Likewise.
24443         (cabs_test): Likewise.
24444         (cacos_test): Use END_COMPLEX macro without arguments.
24445         (cacosh_test): Likewise.
24446         (carg_test): Use END macro without arguments.
24447         (casin_test): Use END_COMPLEX macro without arguments.
24448         (casinh_test): Likewise.
24449         (catan_test): Likewise.
24450         (catanh_test): Likewise.
24451         (cbrt_test): Use END macro without arguments.
24452         (ccos_test): Use END_COMPLEX macro without arguments.
24453         (ccosh_test): Likewise.
24454         (ceil_test): Use END macro without arguments.
24455         (cexp_test): Use END_COMPLEX macro without arguments.
24456         (cimag_test): Use END macro without arguments.
24457         (clog_test): Use END_COMPLEX macro without arguments.
24458         (clog10_test): Likewise.
24459         (conj_test): Likewise.
24460         (copysign_test): Use END macro without arguments.
24461         (cos_test): Likewise.
24462         (cos_test_tonearest): Likewise.
24463         (cos_test_towardzero): Likewise.
24464         (cos_test_downward): Likewise.
24465         (cos_test_upward): Likewise.
24466         (cosh_test): Likewise.
24467         (cosh_test_tonearest): Likewise.
24468         (cosh_test_towardzero): Likewise.
24469         (cosh_test_downward): Likewise.
24470         (cosh_test_upward): Likewise.
24471         (cpow_test): Use END_COMPLEX macro without arguments.
24472         (cproj_test): Likewise.
24473         (creal_test): Use END macro without arguments.
24474         (csin_test): Use END_COMPLEX macro without arguments.
24475         (csinh_test): Likewise.
24476         (csqrt_test): Likewise.
24477         (ctan_test): Likewise.
24478         (ctan_test_tonearest): Likewise.
24479         (ctan_test_towardzero): Likewise.
24480         (ctan_test_downward): Likewise.
24481         (ctan_test_upward): Likewise.
24482         (ctanh_test): Likewise.
24483         (ctanh_test_tonearest): Likewise.
24484         (ctanh_test_towardzero): Likewise.
24485         (ctanh_test_downward): Likewise.
24486         (ctanh_test_upward): Likewise.
24487         (erf_test): Use END macro without arguments.
24488         (erfc_test): Likewise.
24489         (exp_test): Likewise.
24490         (exp_test_tonearest): Likewise.
24491         (exp_test_towardzero): Likewise.
24492         (exp_test_downward): Likewise.
24493         (exp_test_upward): Likewise.
24494         (exp10_test): Likewise.
24495         (exp2_test): Likewise.
24496         (expm1_test): Likewise.
24497         (fabs_test): Likewise.
24498         (fdim_test): Likewise.
24499         (finite_test): Likewise.
24500         (floor_test): Likewise.
24501         (fma_test): Likewise.
24502         (fma_test_towardzero): Likewise.
24503         (fma_test_downward): Likewise.
24504         (fma_test_upward): Likewise.
24505         (fmax_test): Likewise.
24506         (fmin_test): Likewise.
24507         (fmod_test): Likewise.
24508         (fpclassify_test): Likewise.
24509         (frexp_test): Likewise.
24510         (gamma_test): Likewise.
24511         (hypot_test): Likewise.
24512         (ilogb_test): Likewise.
24513         (isfinite_test): Likewise.
24514         (isgreater_test): Likewise.
24515         (isgreaterequal_test): Likewise.
24516         (isinf_test): Likewise.
24517         (isless_test): Likewise.
24518         (islessequal_test): Likewise.
24519         (islessgreater_test): Likewise.
24520         (isnan_test): Likewise.
24521         (isnormal_test): Likewise.
24522         (issignaling_test): Likewise.
24523         (isunordered_test): Likewise.
24524         (j0_test): Likewise.
24525         (j1_test): Likewise.
24526         (jn_test): Likewise.
24527         (ldexp_test): Likewise.
24528         (lgamma_test): Likewise.
24529         (lrint_test): Likewise.
24530         (lrint_test_tonearest): Likewise.
24531         (lrint_test_towardzero): Likewise.
24532         (lrint_test_downward): Likewise.
24533         (lrint_test_upward): Likewise.
24534         (llrint_test): Likewise.
24535         (llrint_test_tonearest): Likewise.
24536         (llrint_test_towardzero): Likewise.
24537         (llrint_test_downward): Likewise.
24538         (llrint_test_upward): Likewise.
24539         (log_test): Likewise.
24540         (log10_test): Likewise.
24541         (log1p_test): Likewise.
24542         (log2_test): Likewise.
24543         (logb_test): Likewise.
24544         (logb_test_downward): Likewise.
24545         (lround_test): Likewise.
24546         (llround_test): Likewise.
24547         (modf_test): Likewise.
24548         (nearbyint_test): Likewise.
24549         (nextafter_test): Likewise.
24550         (nexttoward_test): Likewise.
24551         (pow_test): Likewise.
24552         (pow_test_tonearest): Likewise.
24553         (pow_test_towardzero): Likewise.
24554         (pow_test_downward): Likewise.
24555         (pow_test_upward): Likewise.
24556         (remainder_test): Likewise.
24557         (remainder_test_tonearest): Likewise.
24558         (remainder_test_towardzero): Likewise.
24559         (remainder_test_downward): Likewise.
24560         (remainder_test_upward): Likewise.
24561         (remquo_test): Likewise.
24562         (rint_test): Likewise.
24563         (rint_test_tonearest): Likewise.
24564         (rint_test_towardzero): Likewise.
24565         (rint_test_downward): Likewise.
24566         (rint_test_upward): Likewise.
24567         (round_test): Likewise.
24568         (scalb_test): Likewise.
24569         (scalbn_test): Likewise.
24570         (scalbln_test): Likewise.
24571         (signbit_test): Likewise.
24572         (sin_test): Likewise.
24573         (sin_test_tonearest): Likewise.
24574         (sin_test_towardzero): Likewise.
24575         (sin_test_downward): Likewise.
24576         (sin_test_upward): Likewise.
24577         (sincos_test): Likewise.
24578         (sinh_test): Likewise.
24579         (sinh_test_tonearest): Likewise.
24580         (sinh_test_towardzero): Likewise.
24581         (sinh_test_downward): Likewise.
24582         (sinh_test_upward): Likewise.
24583         (sqrt_test): Likewise.
24584         (tan_test): Likewise.
24585         (tan_test_tonearest): Likewise.
24586         (tan_test_towardzero): Likewise.
24587         (tan_test_downward): Likewise.
24588         (tan_test_upward): Likewise.
24589         (tanh_test): Likewise.
24590         (tgamma_test): Likewise.
24591         (trunc_test): Likewise.
24592         (y0_test): Likewise.
24593         (y1_test): Likewise.
24594         (yn_test): Likewise.
24595         (significand_test): Likewise.
24596
24597 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
24598
24599         [BZ #15381]
24600         * libio/genops.c (_IO_no_init): Initialize wide struct info.
24601
24602 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24603
24604         [BZ #14894]
24605         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
24606         __ppc_mdoio and __ppc_mdoom.
24607         * manual/platform.texi: Document new functions __ppc_yield,
24608         __ppc_mdoio and __ppc_mdoom.
24609
24610 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
24611
24612         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
24613         (main): Mention "tls" pseudo-hwcap is legacy.
24614         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
24615
24616 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24617
24618         * math/gen-libm-test.pl (parse_args): Output only string of
24619         arguments as text for test name, not full call or descriptions of
24620         tests for extra outputs.
24621         (generate_testfile): Do not pass function name to parse_args.
24622         Generate this_func variable from START.
24623         * math/libm-test.inc (struct test_f_f_data): Rename test_name
24624         field to arg_str.
24625         (struct test_ff_f_data): Likewise.
24626         (test_ff_f_data_nexttoward): Likewise.
24627         (struct test_fi_f_data): Likewise.
24628         (struct test_fl_f_data): Likewise.
24629         (struct test_if_f_data): Likewise.
24630         (struct test_fff_f_data): Likewise.
24631         (struct test_c_f_data): Likewise.
24632         (struct test_f_f1_data): Likewise.  Remove field extra_name.
24633         (struct test_fF_f1_data): Likewise.
24634         (struct test_ffI_f1_data): Likewise.
24635         (struct test_c_c_data): Rename test_name field to arg_str.
24636         (struct test_cc_c_data): Likewise.
24637         (struct test_f_i_data): Likewise.
24638         (struct test_ff_i_data): Likewise.
24639         (struct test_f_l_data): Likewise.
24640         (struct test_f_L_data): Likewise.
24641         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
24642         and extra2_name.
24643         (COMMON_TEST_SETUP): New macro.
24644         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
24645         (COMMON_TEST_CLEANUP): Likewise.
24646         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
24647         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
24648         macros.
24649         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
24650         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
24651         macros.
24652         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
24653         (RUN_TEST_fff_f): Take argument string.  Call new setup and
24654         cleanup macros.
24655         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
24656         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
24657         macros.
24658         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
24659         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
24660         macros.
24661         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24662         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
24663         cleanup macros.
24664         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24665         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
24666         cleanup macros.
24667         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24668         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
24669         cleanup macros.
24670         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24671         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
24672         macros.
24673         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
24674         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
24675         macros.
24676         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
24677         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
24678         macros.
24679         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
24680         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
24681         cleanup macros.
24682         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
24683         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
24684         cleanup macros.
24685         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
24686         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
24687         macros.
24688         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
24689         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
24690         cleanup macros.
24691         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
24692         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
24693         macros.
24694         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
24695         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
24696         macros.
24697         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
24698         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
24699         cleanup macros.
24700         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
24701
24702 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
24703
24704         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
24705         to _sifields.sigfault.
24706         (si_addr_lsb): Define new macro.
24707         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24708         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
24709         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
24710
24711 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
24712
24713         [BZ #15441]
24714         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
24715         returns -1.
24716         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
24717         null return -1.
24718         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
24719         loading the domain.
24720
24721 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24722
24723         * math/gen-libm-test.pl (parse_args): Do not include expected
24724         result in test name.
24725         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
24726         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24727         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24728         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24729         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24730         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24731
24732 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
24733
24734         * benchtests/Makefile: Sort function entries.
24735
24736         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
24737         tanh, asinh, acosh, atanh.
24738         * benchtests/acos-inputs: New file.
24739         * benchtests/acosh-inputs: New file.
24740         * benchtests/asin-inputs: New file.
24741         * benchtests/asinh-inputs: New file.
24742         * benchtests/atanh-inputs: New file.
24743         * benchtests/cosh-inputs: New file.
24744         * benchtests/log-inputs: New file.
24745         * benchtests/sinh-inputs: New file.
24746         * benchtests/tanh-inputs: New file.
24747
24748 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
24749
24750         [BZ #15339]
24751         * posix/tst-getaddrinfo4.c: New test.
24752         * posix/Makefile (tests): Add it.
24753
24754 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24755
24756         [BZ #15339]
24757         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24758         when no services were used.
24759         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24760         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24761
24762 2013-05-21  Andreas Schwab  <schwab@suse.de>
24763
24764         [BZ #15014]
24765         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24766         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24767         successful.
24768         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24769         redundant variable declarations and reallocation of buffer when
24770         parsing as IPv6 address.  Always set NSS status when called from
24771         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
24772         buffer too small.  Correct computation of needed size.
24773         * nss/Makefile (tests): Add test-digits-dots.
24774         * nss/test-digits-dots.c: New test.
24775
24776 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24777
24778         * benchtests/Makefile: Remove instructions for adding
24779         benchmark tests.
24780         * benchtests/README: New file to explain how to execute and
24781         enhance the benchmark tests.
24782
24783 2013-05-21  Andreas Schwab  <schwab@suse.de>
24784
24785         [BZ #15493]
24786         * setjmp/Makefile (tests): Add tst-sigsetjmp.
24787         * setjmp/tst-sigsetjmp.c: New test.
24788
24789 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24790
24791         * sysdeps/x86_64/memset.S (memset): New implementation.
24792         (__bzero): Likewise.
24793         (__memset_tail): New function.
24794
24795 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24796
24797         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24798         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24799         __memcpy_sse2_unaligned ifunc selection.
24800         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24801         Add memcpy-sse2-unaligned.S.
24802         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24803         Add: __memcpy_sse2_unaligned.
24804
24805 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
24806
24807         [BZ #15490]
24808         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24809         math_force_eval before restoring floating-point envrionment.
24810         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24811         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24812         Likewise.
24813         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24814         <math_private.h>.
24815         (__nearbyintl): Use math_force_eval before restoring
24816         floating-point environment.
24817         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24818
24819         * math/gen-libm-test.pl (special_functions): Remove.
24820         (parse_args): Don't handle TEST_extra.  Handle functions with no
24821         return value.
24822         * math/libm-test.inc (struct test_sincos_data): Replace with
24823         struct test_fFF_11_data.
24824         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24825         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24826         (sincos_test_data): Change element type to struct
24827         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
24828         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24829         RUN_TEST_LOOP_sincos.
24830         * math/README.libm-test: Don't mention special handling of
24831         individual functions.
24832         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24833         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24834         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24835         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24836         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24837         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24838
24839         * math/gen-libm-test.pl (get_variable): Remove function.
24840         (parse_args): Don't show pointer parameters to call in test
24841         names.  Use "extra output N" in test names for extra outputs
24842         rather than naming variables.
24843
24844 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
24845
24846         [BZ #15488]
24847         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24848         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24849         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24850         double tests.
24851         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24852         disable.
24853         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24854         check_long_double.
24855
24856         * math/gen-libm-test.pl (@tests): Remove variable.
24857         ($count): Likewise.
24858         (new_test): Remove function.
24859         (show_exceptions): New function.
24860         (special_functions): Use show_exceptions instead of new_test.
24861         (parse_args): Likewise.
24862         (generate_testfile): Pass only function name in generated call to
24863         print_max_error or print_complex_max_error.
24864         (get_ulps): Do not handle complex tests specially.
24865         (output_test): Rename to ...
24866         (get_all_ulps_for_test): ... this.  Return a string rather than
24867         printing to a file.  Require ulps to be present.
24868         (output_ulps): Generate arrays rather than #defines.
24869         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24870         (struct ulp_data): New type.
24871         (BUILD_COMPLEX_ULP): Remove macro.
24872         (compare_ulp_data): New function.
24873         (find_ulps): Likewise.
24874         (find_test_ulps): Likewise.
24875         (find_function_ulps): Likewise.
24876         (find_complex_function_ulps): Likewise.
24877         (print_max_error): Determine allowed ulps using
24878         find_function_ulps.
24879         (print_complex_max_error): Determine allowed ulps using
24880         find_complex_function_ulps.
24881         (check_float_internal): Determine max ulps using find_test_ulps.
24882         (check_float): Do not take max_ulp parameter.  Update call to
24883         check_float_internal.
24884         (check_complex): Likewise.
24885         (check_int): Do not take max_ulp parameter.
24886         (check_long): Likewise.
24887         (check_bool): Likewise.
24888         (check_longlong): Likewise.
24889         (struct test_f_f_data): Remove max_ulp field.
24890         (struct test_ff_f_data): Likewise.
24891         (struct test_ff_f_data_nexttoward): Likewise.
24892         (struct test_fi_f_data): Likewise.
24893         (struct test_fl_f_data): Likewise.
24894         (struct test_if_f_data): Likewise.
24895         (struct test_fff_f_data): Likewise.
24896         (struct test_c_f_data): Likewise.
24897         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24898         (struct test_fF_f1_data): Likewise.
24899         (struct test_ffI_f1_data): Likewise.
24900         (struct test_c_c_data): Remove max_ulp field.
24901         (struct test_cc_c_data): Likewise.
24902         (struct test_f_i_data): Likewise.
24903         (struct test_ff_i_data): Likewise.
24904         (struct test_f_l_data): Likewise.
24905         (struct test_f_L_data): Likewise.
24906         (struct test_sincos_data): Likewise.
24907         (RUN_TEST_f_f): Do not handle ulps.
24908         (RUN_TEST_LOOP_f_f): Likewise.
24909         (RUN_TEST_2_f): Likewise.
24910         (RUN_TEST_LOOP_2_f): Likewise.
24911         (RUN_TEST_fff_f): Likewise.
24912         (RUN_TEST_LOOP_fff_f): Likewise.
24913         (RUN_TEST_c_f): Likewise.
24914         (RUN_TEST_LOOP_c_f): Likewise.
24915         (RUN_TEST_f_f1): Likewise.
24916         (RUN_TEST_LOOP_f_f1): Likewise.
24917         (RUN_TEST_fF_f1): Likewise.
24918         (RUN_TEST_LOOP_fF_f1): Likewise.
24919         (RUN_TEST_fI_f1): Likewise.
24920         (RUN_TEST_LOOP_fI_f1): Likewise.
24921         (RUN_TEST_ffI_f1): Likewise.
24922         (RUN_TEST_LOOP_ffI_f1): Likewise.
24923         (RUN_TEST_c_c): Likewise.
24924         (RUN_TEST_LOOP_c_c): Likewise.
24925         (RUN_TEST_cc_c): Likewise.
24926         (RUN_TEST_LOOP_cc_c): Likewise.
24927         (RUN_TEST_f_i): Likewise.
24928         (RUN_TEST_LOOP_f_i): Likewise.
24929         (RUN_TEST_f_i_tg): Likewise.
24930         (RUN_TEST_LOOP_f_i_tg): Likewise.
24931         (RUN_TEST_ff_i_tg): Likewise.
24932         (RUN_TEST_LOOP_ff_i_tg): Likewise.
24933         (RUN_TEST_f_b): Likewise.
24934         (RUN_TEST_LOOP_f_b): Likewise.
24935         (RUN_TEST_f_b_tg): Likewise.
24936         (RUN_TEST_LOOP_f_b_tg): Likewise.
24937         (RUN_TEST_f_l): Likewise.
24938         (RUN_TEST_LOOP_f_l): Likewise.
24939         (RUN_TEST_f_L): Likewise.
24940         (RUN_TEST_LOOP_f_L): Likewise.
24941         (RUN_TEST_sincos): Likewise.
24942         (RUN_TEST_LOOP_sincos): Likewise.
24943
24944 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
24945
24946         [BZ #15480]
24947         [BZ #15485]
24948         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24949         main case of finite arguments, set rounding mode to FE_TONEAREST
24950         and discard exceptions.
24951         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24952         exceptions.
24953         (remainder_tonearest_test_data): New variable.
24954         (remainder_test_tonearest): New function.
24955         (remainder_towardzero_test_data): New variable.
24956         (remainder_test_towardzero): New function.
24957         (remainder_downward_test_data): New variable.
24958         (remainder_test_downward): New function.
24959         (remainder_upward_test_data): New variable.
24960         (remainder_test_upward): New function.
24961         (main): Call the new test functions.
24962
24963         * math/libm-test.inc (struct test_f_f1_data): Remove field
24964         extra_init.
24965         (struct test_fF_f1_data): Likewise.
24966         (struct test_ffI_f1_data): Likewise.
24967         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
24968         based on value of EXTRA_EXPECTED.
24969         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24970         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
24971         EXTRA_VAR based on value of EXTRA_EXPECTED.
24972         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24973         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
24974         EXTRA_VAR based on value of EXTRA_EXPECTED.
24975         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24976         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
24977         EXTRA_VAR based on value of EXTRA_EXPECTED.
24978         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24979         * math/gen-libm-test.pl (parse_args): Don't output initializers
24980         for extra output values.
24981
24982         * math/libm-test.inc (check_int): Expect result to be exactly
24983         equal to expected value and do not handle ulps.
24984         (check_long): Likewise.
24985         (check_longlong): Likewise.
24986
24987         * math/libm-test.inc (ceil_test_data): Test for "inexact"
24988         exceptions.
24989         (cimag_test_data): Likewise.
24990         (conj_test_data): Likewise.
24991         (copysign_test_data): Likewise.
24992         (cproj_test_data): Likewise.
24993         (creal_test_data): Likewise.
24994         (fabs_test_data): Likewise.
24995         (fdim_test_data): Likewise.
24996         (finite_test_data): Likewise.
24997         (floor_test_data): Likewise.
24998         (fmax_test_data): Likewise.
24999         (fmin_test_data): Likewise.
25000         (fmod_test_data): Likewise.
25001         (fpclassify_test_data): Likewise.
25002         (frexp_test_data): Likewise.
25003         (ilogb_test_data): Likewise.
25004         (isfinite_test_data): Likewise.
25005         (isgreater_test_data): Likewise.
25006         (isgreaterequal_test_data): Likewise.
25007         (isinf_test_data): Likewise.
25008         (isless_test_data): Likewise.
25009         (islessequal_test_data): Likewise.
25010         (islessgreater_test_data): Likewise.
25011         (isnan_test_data): Likewise.
25012         (isnormal_test_data): Likewise.
25013         (issignaling_test_data): Likewise.
25014         (isunordered_test_data): Likewise.
25015         (ldexp_test_data): Likewise.
25016         (lrint_test_data): Likewise.
25017         (lrint_test_data) [TEST_FLOAT]: Disable one test.
25018         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
25019         (lrint_tonearest_test_data): Test for "inexact" exceptions.
25020         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
25021         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
25022         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
25023         test input.
25024         (lrint_towardzero_test_data): Test for "inexact" exceptions.
25025         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
25026         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
25027         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
25028         that test input.
25029         (lrint_downward_test_data): Test for "inexact" exceptions.
25030         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
25031         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
25032         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
25033         test input.
25034         (lrint_upward_test_data): Test for "inexact" exceptions.
25035         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
25036         test input.
25037         (llrint_test_data): Test for "inexact" exceptions.
25038         (llrint_test_data) [TEST_FLOAT]: Disable one test.
25039         (llrint_tonearest_test_data): Test for "inexact" exceptions.
25040         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
25041         (llrint_towardzero_test_data): Test for "inexact" exceptions.
25042         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
25043         (llrint_downward_test_data): Test for "inexact" exceptions.
25044         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
25045         (llrint_upward_test_data): Test for "inexact" exceptions.
25046         (logb_test_data): Likewise.
25047         (logb_downward_test_data): Likewise.
25048         (nextafter_test_data): Likewise.
25049         (nexttoward_test_data): Likewise.
25050         (remainder_test_data): Likewise.
25051         (remquo_test_data): Likewise.
25052         (scalbn_test_data): Likewise.
25053         (scalbln_test_data): Likewise.
25054         (signbit_test_data): Likewise.
25055         (sqrt_test_data): Likewise.
25056         (significand_test_data): Likewise.
25057
25058 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
25059
25060         [BZ #15424]
25061         * benchtests/bench-modf.c (struct args): Mark arg0 as
25062         volatile.
25063         * scripts/bench.pl: Mark members of struct args as volatile.
25064
25065 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25066
25067         [BZ # 15497]
25068         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
25069         negative infinity on POWER6 or lower.
25070         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
25071
25072 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
25073
25074         [BZ #15442]
25075         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
25076         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
25077         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
25078         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
25079         (_FP_SETQNAN): New macro.
25080         (_FP_SETQNAN_SEMIRAW): Likewise.
25081         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
25082         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
25083         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
25084         (FP_EXTEND): Use _FP_FRAC_SNANP.
25085         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
25086         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
25087         into account.
25088         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
25089         New macro.
25090         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
25091         Likewise.
25092
25093 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25094
25095         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
25096         with DIVIDE_BY_ZERO_EXCEPTION.
25097         (gamma_test_data): Likewise.
25098         (lgamma_test_data): Likewise.
25099         (log_test_data): Likewise.
25100         (log10_test_data): Likewise.
25101         (log2_test_data): Likewise.
25102         (tgamma_test_data): Likewise.
25103
25104         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
25105         (acos_test_tonearest): Likewise.
25106         (acos_test_towardzero): Likewise.
25107         (acos_test_downward): Likewise.
25108         (acos_test_upward): Likewise.
25109         (acosh_test): Likewise.
25110         (asin_test): Likewise.
25111         (asin_test_tonearest): Likewise.
25112         (asin_test_towardzero): Likewise.
25113         (asin_test_downward): Likewise.
25114         (asin_test_upward): Likewise.
25115         (asinh_test): Likewise.
25116         (atan_test): Likewise.
25117         (atanh_test): Likewise.
25118         (atan2_test): Likewise.
25119         (cabs_test): Likewise.
25120         (cacos_test): Likewise.
25121         (cacosh_test): Likewise.
25122         (casin_test): Likewise.
25123         (casinh_test): Likewise.
25124         (catan_test): Likewise.
25125         (catanh_test): Likewise.
25126         (cbrt_test): Likewise.
25127         (ccos_test): Likewise.
25128         (ccosh_test): Likewise.
25129         (cexp_test): Likewise.
25130         (clog_test): Likewise.
25131         (clog10_test): Likewise.
25132         (cos_test): Likewise.
25133         (cos_test_tonearest): Likewise.
25134         (cos_test_towardzero): Likewise.
25135         (cos_test_downward): Likewise.
25136         (cos_test_upward): Likewise.
25137         (cosh_test): Likewise.
25138         (cosh_test_tonearest): Likewise.
25139         (cosh_test_towardzero): Likewise.
25140         (cosh_test_downward): Likewise.
25141         (cosh_test_upward): Likewise.
25142         (cpow_test): Likewise.
25143         (csin_test): Likewise.
25144         (csinh_test): Likewise.
25145         (csqrt_test): Likewise.
25146         (ctan_test): Likewise.
25147         (ctan_test_tonearest): Likewise.
25148         (ctan_test_towardzero): Likewise.
25149         (ctan_test_downward): Likewise.
25150         (ctan_test_upward): Likewise.
25151         (ctanh_test): Likewise.
25152         (ctanh_test_tonearest): Likewise.
25153         (ctanh_test_towardzero): Likewise.
25154         (ctanh_test_downward): Likewise.
25155         (ctanh_test_upward): Likewise.
25156         (erf_test): Likewise.
25157         (erfc_test): Likewise.
25158         (exp_test): Likewise.
25159         (exp_test_tonearest): Likewise.
25160         (exp_test_towardzero): Likewise.
25161         (exp_test_downward): Likewise.
25162         (exp_test_upward): Likewise.
25163         (exp10_test): Likewise.
25164         (exp2_test): Likewise.
25165         (expm1_test): Likewise.
25166         (fmod_test): Likewise.
25167         (gamma_test): Likewise.
25168         (hypot_test): Likewise.
25169         (j0_test): Likewise.
25170         (j1_test): Likewise.
25171         (jn_test): Likewise.
25172         (lgamma_test): Likewise.
25173         (log_test): Likewise.
25174         (log10_test): Likewise.
25175         (log1p_test): Likewise.
25176         (log2_test): Likewise.
25177         (logb_test_downward): Likewise.
25178         (pow_test): Likewise.
25179         (pow_test_tonearest): Likewise.
25180         (pow_test_towardzero): Likewise.
25181         (pow_test_downward): Likewise.
25182         (pow_test_upward): Likewise.
25183         (remainder_test): Likewise.
25184         (remquo_test): Likewise.
25185         (sin_test): Likewise.
25186         (sin_test_tonearest): Likewise.
25187         (sin_test_towardzero): Likewise.
25188         (sin_test_downward): Likewise.
25189         (sin_test_upward): Likewise.
25190         (sincos_test): Likewise.
25191         (sinh_test): Likewise.
25192         (sinh_test_tonearest): Likewise.
25193         (sinh_test_towardzero): Likewise.
25194         (sinh_test_downward): Likewise.
25195         (sinh_test_upward): Likewise.
25196         (sqrt_test): Likewise.
25197         (tan_test): Likewise.
25198         (tan_test_tonearest): Likewise.
25199         (tan_test_towardzero): Likewise.
25200         (tan_test_downward): Likewise.
25201         (tan_test_upward): Likewise.
25202         (tanh_test): Likewise.
25203         (tgamma_test): Likewise.
25204         (y0_test): Likewise.
25205         (y1_test): Likewise.
25206         (yn_test): Likewise.
25207
25208         * math/gen-libm-test.pl (adjust_arg): Remove function.
25209         (special_function): Remove argument $in_func.  Only handle
25210         generating output for tables of tests, not inside functions.
25211         (parse_args): Likewise.
25212         (generate_testfile): Remove variable $in_func.  Update call to
25213         parse_args.
25214         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
25215         (MINUS_ZERO_INIT): Rename macro to minus_zero.
25216         (PLUS_INFTY_INIT): Rename macro to plus_infty.
25217         (MINUS_INFTY_INIT): Rename macro to minus_infty.
25218         (QNAN_VALUE_INIT): Rename macro to qnan_value.
25219         (MAX_VALUE_INIT): Rename macro to max_value.
25220         (MIN_VALUE_INIT): Rename macro to min_value.
25221         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
25222         (plus_zero): Remove variable.
25223         (minus_zero): Likewise.
25224         (plus_infty): Likewise.
25225         (minus_infty): Likewise.
25226         (qnan_value): Likewise.
25227         (max_value): Likewise.
25228         (min_value): Likewise.
25229         (min_subnorm_value): Likewise.
25230
25231 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25232
25233         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
25234         uint64_t or uint32_t usage.
25235         * crypt/sha256-block.c: Likewise.
25236         * crypt/sha256-crypt.c: Likewise.
25237         * crypt/sha256.c: Likewise.
25238         * crypt/sha512-block.c: Likewise.
25239         * crypt/sha512-crypt.c: Likewise.
25240         * crypt/sha512.c: Likewise.
25241         * debug/backtrace-tst.c: Likewise.
25242         * debug/pcprofiledump.c: Likewise.
25243         * elf/cache.c: Likewise.
25244         * elf/dl-cache.c: Likewise.
25245         * elf/dl-misc.c: Likewise.
25246         * elf/dl-profile.c: Likewise.
25247         * elf/dl-support.c: Likewise.
25248         * elf/ldconfig.c: Likewise.
25249         * elf/sprof.c: Likewise.
25250         * iconv/dummy-repertoire.c: Likewise.
25251         * iconv/iconv_charmap.c: Likewise.
25252         * iconv/skeleton.c: Likewise.
25253         * iconvdata/8bit-generic.c: Likewise.
25254         * iconvdata/cp737.h: Likewise.
25255         * iconvdata/cp775.h: Likewise.
25256         * iconvdata/ibm1008.h: Likewise.
25257         * iconvdata/ibm1025.h: Likewise.
25258         * iconvdata/ibm1046.h: Likewise.
25259         * iconvdata/ibm1097.h: Likewise.
25260         * iconvdata/ibm1112.h: Likewise.
25261         * iconvdata/ibm1122.h: Likewise.
25262         * iconvdata/ibm1123.h: Likewise.
25263         * iconvdata/ibm1124.h: Likewise.
25264         * iconvdata/ibm1129.h: Likewise.
25265         * iconvdata/ibm1130.h: Likewise.
25266         * iconvdata/ibm1132.h: Likewise.
25267         * iconvdata/ibm1133.h: Likewise.
25268         * iconvdata/ibm1137.h: Likewise.
25269         * iconvdata/ibm1140.h: Likewise.
25270         * iconvdata/ibm1141.h: Likewise.
25271         * iconvdata/ibm1142.h: Likewise.
25272         * iconvdata/ibm1143.h: Likewise.
25273         * iconvdata/ibm1144.h: Likewise.
25274         * iconvdata/ibm1145.h: Likewise.
25275         * iconvdata/ibm1146.h: Likewise.
25276         * iconvdata/ibm1147.h: Likewise.
25277         * iconvdata/ibm1148.h: Likewise.
25278         * iconvdata/ibm1149.h: Likewise.
25279         * iconvdata/ibm1153.h: Likewise.
25280         * iconvdata/ibm1154.h: Likewise.
25281         * iconvdata/ibm1155.h: Likewise.
25282         * iconvdata/ibm1156.h: Likewise.
25283         * iconvdata/ibm1157.h: Likewise.
25284         * iconvdata/ibm1158.h: Likewise.
25285         * iconvdata/ibm1160.h: Likewise.
25286         * iconvdata/ibm1161.h: Likewise.
25287         * iconvdata/ibm1162.h: Likewise.
25288         * iconvdata/ibm1163.h: Likewise.
25289         * iconvdata/ibm1164.h: Likewise.
25290         * iconvdata/ibm1166.h: Likewise.
25291         * iconvdata/ibm1167.h: Likewise.
25292         * iconvdata/ibm12712.h: Likewise.
25293         * iconvdata/ibm1390.h: Likewise.
25294         * iconvdata/ibm1399.h: Likewise.
25295         * iconvdata/ibm16804.h: Likewise.
25296         * iconvdata/ibm4517.h: Likewise.
25297         * iconvdata/ibm4899.h: Likewise.
25298         * iconvdata/ibm4909.h: Likewise.
25299         * iconvdata/ibm4971.h: Likewise.
25300         * iconvdata/ibm5347.h: Likewise.
25301         * iconvdata/ibm803.h: Likewise.
25302         * iconvdata/ibm856.h: Likewise.
25303         * iconvdata/ibm901.h: Likewise.
25304         * iconvdata/ibm902.h: Likewise.
25305         * iconvdata/ibm9030.h: Likewise.
25306         * iconvdata/ibm9066.h: Likewise.
25307         * iconvdata/ibm921.h: Likewise.
25308         * iconvdata/ibm922.h: Likewise.
25309         * iconvdata/ibm9448.h: Likewise.
25310         * iconvdata/isiri-3342.h: Likewise.
25311         * iconvdata/jis0201.h: Likewise.
25312         * include/link.h: Likewise.
25313         * include/netdb.h: Likewise.
25314         * inet/check_native.c: Likewise.
25315         * inet/check_pf.c: Likewise.
25316         * inet/getipv4sourcefilter.c: Likewise.
25317         * inet/getnameinfo.c: Likewise.
25318         * inet/getsourcefilter.c: Likewise.
25319         * inet/htonl.c: Likewise.
25320         * inet/setipv4sourcefilter.c: Likewise.
25321         * inet/setsourcefilter.c: Likewise.
25322         * inet/test-inet6_opt.c: Likewise.
25323         * inet/tst-network.c: Likewise.
25324         * locale/C-collate.c: Likewise.
25325         * locale/C-ctype.c: Likewise.
25326         * locale/C-time.c: Likewise.
25327         * locale/C-translit.h: Likewise.
25328         * locale/loadarchive.c: Likewise.
25329         * locale/programs/3level.h: Likewise.
25330         * locale/programs/charmap.c: Likewise.
25331         * locale/programs/charmap.h: Likewise.
25332         * locale/programs/ld-address.c: Likewise.
25333         * locale/programs/ld-collate.c: Likewise.
25334         * locale/programs/ld-ctype.c: Likewise.
25335         * locale/programs/ld-identification.c: Likewise.
25336         * locale/programs/ld-measurement.c: Likewise.
25337         * locale/programs/ld-messages.c: Likewise.
25338         * locale/programs/ld-monetary.c: Likewise.
25339         * locale/programs/ld-name.c: Likewise.
25340         * locale/programs/ld-numeric.c: Likewise.
25341         * locale/programs/ld-paper.c: Likewise.
25342         * locale/programs/ld-telephone.c: Likewise.
25343         * locale/programs/ld-time.c: Likewise.
25344         * locale/programs/linereader.c: Likewise.
25345         * locale/programs/locale.c: Likewise.
25346         * locale/programs/locarchive.c: Likewise.
25347         * locale/programs/locfile.h: Likewise.
25348         * locale/programs/repertoire.c: Likewise.
25349         * locale/programs/simple-hash.c: Likewise.
25350         * locale/programs/simple-hash.h: Likewise.
25351         * malloc/memusage.c: Likewise.
25352         * malloc/memusagestat.c: Likewise.
25353         * nis/nis_defaults.c: Likewise.
25354         * nis/nis_hash.c: Likewise.
25355         * nis/nis_print.c: Likewise.
25356         * nis/nis_xdr.c: Likewise.
25357         * nscd/connections.c: Likewise.
25358         * nscd/hstcache.c: Likewise.
25359         * nscd/nscd_gethst_r.c: Likewise.
25360         * nscd/nscd_getserv_r.c: Likewise.
25361         * nscd/nscd_helper.c: Likewise.
25362         * nscd/servicescache.c: Likewise.
25363         * nss/makedb.c: Likewise.
25364         * nss/nss_db/db-XXX.c: Likewise.
25365         * nss/nss_db/db-initgroups.c: Likewise.
25366         * nss/nss_db/db-netgrp.c: Likewise.
25367         * nss/nss_files/files-network.c: Likewise.
25368         * nss/nss_files/files-parse.c: Likewise.
25369         * posix/bug-regex5.c: Likewise.
25370         * posix/fnmatch_loop.c: Likewise.
25371         * posix/regcomp.c: Likewise.
25372         * posix/regexec.c: Likewise.
25373         * posix/tst-rfc3484-2.c: Likewise.
25374         * posix/tst-rfc3484-3.c: Likewise.
25375         * posix/tst-rfc3484.c: Likewise.
25376         * resolv/nss_dns/dns-canon.c: Likewise.
25377         * resolv/nss_dns/dns-network.c: Likewise.
25378         * resolv/res_init.c: Likewise.
25379         * resolv/res_mkquery.c: Likewise.
25380         * resolv/tst-aton.c: Likewise.
25381         * stdlib/cxa_atexit.c: Likewise.
25382         * stdlib/cxa_finalize.c: Likewise.
25383         * stdlib/gen-fpioconst.c: Likewise.
25384         * stdlib/strtol_l.c: Likewise.
25385         * string/tst-endian.c: Likewise.
25386         * sunrpc/auth_des.c: Likewise.
25387         * sunrpc/clnt_udp.c: Likewise.
25388         * sunrpc/rtime.c: Likewise.
25389         * sunrpc/svcauth_des.c: Likewise.
25390         * sunrpc/xdr.c: Likewise.
25391         * sunrpc/xdr_intXX_t.c: Likewise.
25392         * sunrpc/xdr_rec.c: Likewise.
25393         * sysdeps/generic/ldconfig.h: Likewise.
25394         * sysdeps/generic/ldsodefs.h: Likewise.
25395         * sysdeps/generic/memusage.h: Likewise.
25396         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
25397         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
25398         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
25399         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
25400         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
25401         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
25402         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
25403         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
25404         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
25405         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25406         * sysdeps/posix/getaddrinfo.c: Likewise.
25407         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
25408         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25409         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
25410         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
25411         * sysdeps/powerpc/test-gettimebase.c: Likewise.
25412         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
25413         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
25414         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
25415         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
25416         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
25417         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
25418         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
25419         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
25420         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
25421         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
25422         * sysdeps/x86_64/dl-tls.h: Likewise.
25423         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
25424         * time/alt_digit.c: Likewise.
25425         * time/era.c: Likewise.
25426         * wcsmbs/tst-c16c32-1.c: Likewise.
25427
25428 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25429
25430         * math/libm-test.inc (struct test_sincos_data): New type.
25431         (RUN_TEST_LOOP_sincos): New macro.
25432         (sincos_test_data): New variable.
25433         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
25434
25435 2013-05-16  Richard Henderson  <rth@redhat.com>
25436
25437         * math/atest-exp2.c (LIMB64): New macro.
25438         (CONSTSZ): New macro.
25439         (mp_exp1, mp_exp_m1, mp_log2): New variables.
25440         (hexdig): Move ...
25441         (print_mpn_fp): ... to function scope.
25442         (read_mpn_hex): Remove.
25443         (get_log2): Remove.
25444         (exp2_mpn): Use mp_log2.
25445         (main): Use mp_exp1.
25446
25447 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25448
25449         * math/libm-test.inc: Remove comment about not testing "inexact"
25450         exceptions.
25451         (INEXACT_EXCEPTION): New macro.
25452         (NO_INEXACT_EXCEPTION): Likewise.
25453         (INVALID_EXCEPTION_OK): Update value.
25454         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
25455         (OVERFLOW_EXCEPTION_OK): Likewise.
25456         (UNDERFLOW_EXCEPTION_OK): Likewise.
25457         (IGNORE_ZERO_INF_SIGN): Likewise.
25458         (ERRNO_UNCHANGED): Likewise.
25459         (ERRNO_EDOM): Likewise.
25460         (ERRNO_ERANGE): Likewise.
25461         (test_exceptions): Handle testing "inexact" exceptions.
25462         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
25463         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
25464         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
25465         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
25466         INEXACT_EXCEPTION.
25467         (rint_towardzero_test_data): Likewise.
25468         (rint_downward_test_data): Likewise.
25469         (rint_upward_test_data): Likewise.
25470
25471         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
25472         with OVERFLOW_EXCEPTION.
25473         (exp10_test_data): Likewise.
25474         (exp2_test_data): Likewise.
25475         (expm1_test_data): Likewise.
25476         (lgamma_test_data): Likewise.
25477         (pow_test_data): Likewise.
25478         (tgamma_test_data): Likewise.
25479         (yn_test_data): Remove duplicate test of overflow.
25480
25481         * math/libm-test.inc (struct test_cc_c_data): New type.
25482         (RUN_TEST_LOOP_cc_c): New macro.
25483         (cpow_test_data): New variable.
25484         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
25485
25486         * math/libm-test.inc (struct test_f_L_data): New type.
25487         (RUN_TEST_LOOP_f_L): New macro.
25488         (llrint_test_data): New variable.
25489         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
25490         (llrint_tonearest_test_data): New variable.
25491         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
25492         (llrint_towardzero_test_data): New variable.
25493         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
25494         (llrint_downward_test_data): New variable.
25495         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
25496         (llrint_upward_test_data): New variable.
25497         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
25498         (llround_test_data): New variable.
25499         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
25500
25501 2013-05-13  Peter Collingbourne  <pcc@google.com>
25502
25503         * math/atest-exp2.c (get_log2): Remove const attribute.
25504
25505 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25506
25507         * math/libm-test.inc (struct test_f_l_data): New type.
25508         (RUN_TEST_LOOP_f_l): New macro.
25509         (lrint_test_data): New variable.
25510         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
25511         (lrint_tonearest_test_data): New variable.
25512         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
25513         (lrint_towardzero_test_data): New variable.
25514         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
25515         (lrint_downward_test_data): New variable.
25516         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
25517         (lrint_upward_test_data): New variable.
25518         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
25519         (lround_test_data): New variable.
25520         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
25521
25522 2013-05-15  Peter Collingbourne  <pcc@google.com>
25523
25524         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
25525         (EXTRACT_WORDS64) Use where appropriate.
25526         (INSERT_WORDS64) Likewise.
25527
25528         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
25529         constraints with x constraints.
25530         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
25531
25532         * malloc/obstack.c (_obstack_compat): Add initializer.
25533
25534 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
25535
25536         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
25537         si_trapno and add si_addr_lsb to _sifields.sigfault.
25538         (si_trapno): Remove macro.
25539         (si_addr_lsb): Define new macro.
25540         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
25541
25542 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25543
25544         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
25545         instead of TEST_f_l.
25546         (llrint_test_tonearest): Likewise.
25547         (llrint_test_towardzero): Likewise.
25548         (llrint_test_downward): Likewise.
25549         (llrint_test_upward): Likewise.
25550         (llround_test): Likewise.
25551
25552         * math/libm-test.inc (struct test_f_i_data): Add comment.
25553         (RUN_TEST_LOOP_f_b): New macro.
25554         (RUN_TEST_LOOP_f_b_tg): Likewise.
25555         (finite_test_data): New variable.
25556         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
25557         (isfinite_test_data): New variable.
25558         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25559         (isinf_test_data): New variable.
25560         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25561         (isnan_test_data): New variable.
25562         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25563         (isnormal_test_data): New variable.
25564         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25565         (issignaling_test_data): New variable.
25566         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25567         (signbit_test_data): New variable.
25568         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25569
25570         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
25571         with INVALID_EXCEPTION.
25572         (acosh_test_data): Likewise.
25573         (asin_test_data): Likewise.
25574         (atanh_test_data): Likewise.
25575         (fmod_test_data): Likewise.
25576         (log_test_data): Likewise.
25577         (log10_test_data): Likewise.
25578         (log2_test_data): Likewise.
25579         (pow_test_data): Likewise.
25580         (sqrt_test_data): Likewise.
25581         (y0_test_data): Likewise.
25582         (y1_test_data): Likewise.
25583         (yn_test_data): Likewise.
25584
25585         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
25586         function contents.
25587
25588         * math/libm-test.inc (struct test_ff_i_data): New type.
25589         (RUN_TEST_LOOP_ff_i_tg): New macro.
25590         (isgreater_test_data): New variable.
25591         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25592         (isgreaterequal_test_data): New variable.
25593         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25594         (isless_test_data): New variable.
25595         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25596         (islessequal_test_data): New variable.
25597         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25598         (islessgreater_test_data): New variable.
25599         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25600         (isunordered_test_data): New variable.
25601         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25602
25603 2013-05-14  David S. Miller  <davem@davemloft.net>
25604
25605         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25606
25607 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
25608
25609         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
25610
25611         * math/libm-test.inc (struct test_fF_f1_data): Change type of
25612         extra_test to int.
25613         (struct test_f_i_data): Change type of max_ulp to int.
25614
25615         * math/libm-test.inc (test_ffI_f1_data): New type.
25616         (RUN_TEST_LOOP_ffI_f1): New macro.
25617         (remquo_test_data): New variable.
25618         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
25619
25620         * setjmp/tst-setjmp-fp.c: New file.
25621         * setjmp/Makefile (tests): Add tst-setjmp-fp.
25622         (link-libm): New variable.
25623         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
25624
25625         * math/libm-test.inc (struct test_f_i_data): New type.
25626         (RUN_TEST_LOOP_f_i): New macro.
25627         (RUN_TEST_LOOP_f_i_tg): Likewise.
25628         (fpclassify_test_data): New variable.
25629         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
25630         (ilogb_test_data): New variable.
25631         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
25632
25633         * math/libm-test.inc (scalbln_test): Correct function name in END
25634         call.
25635
25636         * math/libm-test.inc (struct test_f_f1_data): Add comment.
25637         (RUN_TEST_LOOP_fI_f1): New macro.
25638         (frexp_test_data): New variable.
25639         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
25640
25641         * math/libm-test.inc (struct test_fF_f1_data): New type.
25642         (RUN_TEST_LOOP_fF_f1): New macro.
25643         (modf_test_data): New variable.
25644         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
25645
25646         * math/libm-test.inc (struct test_f_f1_data): New type.
25647         (RUN_TEST_LOOP_f_f1): New macro.
25648         (gamma_test_data): New variable.
25649         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25650         (lgamma_test_data): New variable.
25651         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25652
25653 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
25654
25655         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
25656         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
25657         (main): Comment "tls" pseudo-hwcap.
25658
25659 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
25660
25661         * math/libm-test.inc (struct test_fl_f_data): New type.
25662         (RUN_TEST_LOOP_fl_f): New variable.
25663         (scalbln_test_data): New variable.
25664         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
25665
25666         * math/libm-test.inc (struct test_fi_f_data): New type.
25667         (RUN_TEST_LOOP_fi_f): New macro.
25668         (ldexp_test_data): New variable.
25669         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
25670         (scalbn_test_data): New variable.
25671         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
25672
25673         * math/libm-test.inc (struct test_c_f_data): New type.
25674         (RUN_TEST_LOOP_c_f): New macro.
25675         (cabs_test_data): New variable.
25676         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
25677         (carg_test_data): New variable.
25678         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
25679         (cimag_test_data): New variable.
25680         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
25681         (creal_test_data): New variable.
25682         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
25683
25684         * math/libm-test.inc (struct test_if_f_data): New type.
25685         (RUN_TEST_LOOP_if_f): New macro.
25686         (jn_test_data): New variable.
25687         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
25688         (yn_test_data): New variable.
25689         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
25690
25691         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
25692
25693 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25694
25695         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
25696         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
25697
25698 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25699
25700         * benchtests/Makefile (CPPFLAGS-nonlib): Add
25701         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
25702         (bench-deps): Add bench-timing.h.
25703         * benchtests-bench-skeleton.c: Include bench-timing.h.
25704         (main): Use TIMING_* macros instead of clock_gettime.
25705         * benchtests/bench-timing.h: New file.
25706
25707         [BZ #14582]
25708         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
25709         Renamed from _LIB_VERSION.
25710         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
25711
25712 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
25713
25714         * math/libm-test.inc (struct test_fff_f_data): New type.
25715         (RUN_TEST_LOOP_fff_f): New macro.
25716         (fma_test_data): New variable.
25717         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
25718         (fma_towardzero_test_data): New variable.
25719         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
25720         (fma_downward_test_data): New variable.
25721         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
25722         (fma_upward_test_data): New variable.
25723         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
25724
25725         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
25726         (struct test_c_c_data): New type.
25727         (RUN_TEST_LOOP_c_c): New macro.
25728         (cacos_test_data): New variable.
25729         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
25730         (cacosh_test_data): New variable.
25731         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
25732         (casin_test_data): New variable.
25733         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
25734         (casinh_test_data): New variable.
25735         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
25736         (catan_test_data): New variable.
25737         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
25738         (catanh_test_data): New variable.
25739         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
25740         (ccos_test_data): New variable.
25741         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
25742         (ccosh_test_data): New variable.
25743         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
25744         (cexp_test_data): New variable.
25745         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
25746         (clog_test_data): New variable.
25747         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
25748         (clog10_test_data): New variable.
25749         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25750         (conj_test_data): New variable.
25751         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25752         (cproj_test_data): New variable.
25753         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25754         (csin_test_data): New variable.
25755         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25756         (csinh_test_data): New variable.
25757         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25758         (csqrt_test_data): New variable.
25759         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25760         (ctan_test_data): New variable.
25761         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25762         (ctan_tonearest_test_data): New variable.
25763         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25764         (ctan_towardzero_test_data): New variable.
25765         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25766         (ctan_downward_test_data): New variable.
25767         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25768         (ctan_upward_test_data): New variable.
25769         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25770         (ctanh_test_data): New variable.
25771         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25772         (ctanh_tonearest_test_data): New variable.
25773         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25774         (ctanh_towardzero_test_data): New variable.
25775         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25776         (ctanh_downward_test_data): New variable.
25777         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25778         (ctanh_upward_test_data): New variable.
25779         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25780         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25781         of BUILD_COMPLEX.
25782
25783         * math/libm-test.inc (struct test_ff_f_data): New type.
25784         (struct test_ff_f_data_nexttoward): Likewise.
25785         (RUN_TEST_LOOP_2_f): New macro.
25786         (RUN_TEST_LOOP_ff_f): Likewise.
25787         (atan2_test_data): New variable.
25788         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25789         (copysign_test_data): New variable.
25790         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25791         (fdim_test_data): New variable.
25792         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25793         (fmax_test_data): New variable.
25794         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25795         (fmin_test_data): New variable.
25796         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25797         (fmod_test_data): New variable.
25798         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25799         (hypot_test_data): New variable.
25800         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25801         (nextafter_test_data): New variable.
25802         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25803         (nexttoward_test_data): New variable.
25804         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25805         (pow_test_data): New variable.
25806         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25807         (pow_tonearest_test_data): New variable.
25808         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25809         (pow_towardzero_test_data): New variable.
25810         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25811         (pow_downward_test_data): New variable.
25812         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25813         (pow_upward_test_data): New variable.
25814         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25815         (remainder_test_data): New variable.
25816         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25817         (scalb_test_data): New variable.
25818         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25819         * sysdeps/i386/fpu/libm-test-ulps: Update.
25820
25821 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
25822
25823         * math/libm-test.inc (fma_test): Use max_value instead of local
25824         variable fltmax.
25825         (nextafter_test): Likewise.
25826
25827         * math/libm-test.inc (acos_towardzero_test_data): New variable.
25828         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25829         (acos_downward_test_data): New variable.
25830         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25831         (acos_upward_test_data): New variable.
25832         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25833         (acosh_test_data): New variable.
25834         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25835         (asin_test_data): New variable.
25836         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25837         (asin_tonearest_test_data): New variable.
25838         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25839         (asin_towardzero_test_data): New variable.
25840         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25841         (asin_downward_test_data): New variable.
25842         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25843         (asin_upward_test_data): New variable.
25844         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25845         (asinh_test_data): New variable.
25846         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25847         (atan_test_data): New variable.
25848         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25849         (atanh_test_data): New variable.
25850         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25851         (cbrt_test_data): New variable.
25852         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25853         (ceil_test_data): New variable.
25854         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25855         (cos_test_data): New variable.
25856         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25857         (cos_tonearest_test_data): New variable.
25858         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25859         (cos_towardzero_test_data): New variable.
25860         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25861         (cos_downward_test_data): New variable.
25862         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25863         (cos_upward_test_data): New variable.
25864         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25865         (cosh_test_data): New variable.
25866         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25867         (cosh_tonearest_test_data): New variable.
25868         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25869         (cosh_towardzero_test_data): New variable.
25870         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25871         (cosh_downward_test_data): New variable.
25872         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25873         (cosh_upward_test_data): New variable.
25874         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25875         (erf_test_data): New variable.
25876         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25877         (erfc_test_data): New variable.
25878         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25879         (exp_test_data): New variable.
25880         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25881         (exp_tonearest_test_data): New variable.
25882         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25883         (exp_towardzero_test_data): New variable.
25884         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25885         (exp_downward_test_data): New variable.
25886         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25887         (exp_upward_test_data): New variable.
25888         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25889         (exp10_test_data): New variable.
25890         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25891         (exp2_test_data): New variable.
25892         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25893         (expm1_test_data): New variable.
25894         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25895         (fabs_test_data): New variable.
25896         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25897         (floor_test_data): New variable.
25898         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25899         (j0_test_data): New variable.
25900         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25901         (j1_test_data): New variable.
25902         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25903         (log_test_data): New variable.
25904         (log_test): Run tests with RUN_TEST_LOOP_f_f.
25905         (log10_test_data): New variable.
25906         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25907         (log1p_test_data): New variable.
25908         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25909         (log2_test_data): New variable.
25910         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25911         (logb_test_data): New variable.
25912         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25913         (logb_downward_test_data): New variable.
25914         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25915         (nearbyint_test_data): New variable.
25916         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25917         (rint_test_data): New variable.
25918         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25919         (rint_tonearest_test_data): New variable.
25920         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25921         (rint_towardzero_test_data): New variable.
25922         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25923         (rint_downward_test_data): New variable.
25924         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25925         (rint_upward_test_data): New variable.
25926         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25927         (round_test_data): New variable.
25928         (round_test): Run tests with RUN_TEST_LOOP_f_f.
25929         (sin_test_data): New variable.
25930         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25931         (sin_tonearest_test_data): New variable.
25932         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25933         (sin_towardzero_test_data): New variable.
25934         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25935         (sin_downward_test_data): New variable.
25936         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25937         (sin_upward_test_data): New variable.
25938         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25939         (sinh_test_data): New variable.
25940         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25941         (sinh_tonearest_test_data): New variable.
25942         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25943         (sinh_towardzero_test_data): New variable.
25944         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25945         (sinh_downward_test_data): New variable.
25946         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25947         (sinh_upward_test_data): New variable.
25948         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25949         (sqrt_test_data): New variable.
25950         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25951         (tan_test_data): New variable.
25952         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25953         (tan_tonearest_test_data): New variable.
25954         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25955         (tan_towardzero_test_data): New variable.
25956         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25957         (tan_downward_test_data): New variable.
25958         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25959         (tan_upward_test_data): New variable.
25960         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25961         (tanh_test_data): New variable.
25962         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25963         (tgamma_test_data): New variable.
25964         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25965         (trunc_test_data): New variable.
25966         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25967         (y0_test_data): New variable.
25968         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25969         (y1_test_data): New variable.
25970         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25971         (significand_test_data): New variable.
25972         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25973
25974 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
25975
25976         [BZ #12387]
25977         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25978
25979 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25980
25981         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25982
25983 2013-05-10  Andreas Jaeger  <aj@suse.de>
25984
25985         [BZ #15448]
25986         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25987         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25988
25989 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25990
25991         * math/gen-libm-test.pl (adjust_arg): New function.
25992         (special_functions): Handle generating output in both functions
25993         and arrays.
25994         (parse_args): Likewise.
25995         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
25996         $in_func argument to parse_args.
25997         * math/libm-test.inc (struct test_f_f_data): New type.
25998         (IF_ROUND_INIT_): New macro.
25999         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
26000         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
26001         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
26002         (IF_ROUND_INIT_FE_UPWARD): Likewise.
26003         (ROUND_RESTORE_): Likewise.
26004         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
26005         (ROUND_RESTORE_FE_TONEAREST): Likewise.
26006         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
26007         (ROUND_RESTORE_FE_UPWARD): Likewise.
26008         (RUN_TEST_LOOP_f_f): New macro.
26009         (acos_test_data): New variable.
26010         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
26011         (acos_tonearest_test_data): New variable.
26012         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26013
26014 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26015
26016         * benchtests/bench-skeleton.c (startup): Fix coding style.
26017
26018 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
26019
26020         [BZ #6809]
26021         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
26022         negative infinity argument.
26023         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
26024         negative infinity argument.
26025         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
26026         negative infinity argument.
26027         * math/libm-test.inc (tgamma_test): Expect errno to be set for
26028         domain errors.
26029
26030 2013-05-10  Florian Weimer  <fweimer@redhat.com>
26031
26032         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
26033         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
26034         * iconv/iconv_prog.c (main): Likewise.
26035         * locale/programs/charmap-dir.c (charmap_readdir)
26036         (fopen_uncompressed): Likewise.
26037         * locale/programs/locfile.c (siblings_uncached)
26038         (write_locale_data): Use lstat64 instead of lstat.
26039         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
26040         stat.
26041
26042 2013-05-10  Andreas Jaeger  <aj@suse.de>
26043
26044         [BZ #15395]
26045         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
26046         localization.
26047         Include <locale.h>.
26048
26049 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
26050
26051         * elf/dl-close.c (_dl_close_worker): Add comments.
26052
26053 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
26054
26055         [BZ #15359]
26056         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
26057         high part of pi/2.
26058         (__ieee754_rem_pio2l): Update comments.
26059
26060         [BZ #15429]
26061         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
26062         high part of pi/2.
26063         (__ieee754_rem_pio2l): Update comments.
26064
26065         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
26066         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
26067
26068         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
26069         M_PI_4l.
26070
26071         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
26072         (M_PI_34_LOG10El): Likewise.
26073         (M_PI2_LOG10El): Likewise.
26074         (M_PI4_LOG10El): Likewise.
26075         (M_PI_LOG10El): Likewise.
26076
26077 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26078
26079         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26080
26081 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
26082
26083         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
26084         (MINUS_ZERO_INIT): Likewise.
26085         (PLUS_INFTY_INIT): Likewise.
26086         (MINUS_INFTY_INIT): Likewise.
26087         (QNAN_VALUE_INIT): Likewise.
26088         (MAX_VALUE_INIT): Likewise.
26089         (MIN_VALUE_INIT): Likewise.
26090         (MIN_SUBNORM_VALUE_INIT): Likewise.
26091         (plus_zero): Initialize with PLUS_ZERO_INIT.
26092         (minus_zero): Initialize with MINUS_ZERO_INIT.
26093         (plus_infty): Initialize with PLUS_INFTY_INIT.
26094         (minus_infty): Initialize with MINUS_INFTY_INIT.
26095         (qnan_value): Initialize with QNAN_VALUE_INIT.
26096         (max_value): Initialize with MAX_VALUE_INIT.
26097         (min_value): Initialize with MIN_VALUE_INIT.
26098         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
26099
26100         * math/libm-test.inc (RUN_TEST_if_f): New macro.
26101         (jn_test): Use TEST_if_f instead of TEST_ff_f.
26102         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
26103         (yn_test): Use TEST_if_f instead of TEST_ff_f.
26104
26105         * math/libm-test.inc (RUN_TEST_f_f): New macro.
26106         (RUN_TEST_2_f): Likewise.
26107         (RUN_TEST_ff_f): Likewise.
26108         (RUN_TEST_fi_f): Likewise.
26109         (RUN_TEST_fl_f): Likewise.
26110         (RUN_TEST_fff_f): Likewise.
26111         (RUN_TEST_c_f): Likewise.
26112         (RUN_TEST_f_f1): Likewise.
26113         (RUN_TEST_fF_f1): Likewise.
26114         (RUN_TEST_fI_f1): Likewise.
26115         (RUN_TEST_ffI_f1): Likewise.
26116         (RUN_TEST_c_c): Likewise.
26117         (RUN_TEST_cc_c): Likewise.
26118         (RUN_TEST_f_i): Likewise.
26119         (RUN_TEST_f_i_tg): Likewise.
26120         (RUN_TEST_ff_i_tg): Likewise.
26121         (RUN_TEST_f_b): Likewise.
26122         (RUN_TEST_f_b_tg): Likewise.
26123         (RUN_TEST_f_l): Likewise.
26124         (RUN_TEST_f_L): Likewise.
26125         (RUN_TEST_sincos): Likewise.
26126         * math/gen-libm-test.pl (new_test): Take new argument to indicate
26127         whether to show exceptions.  Do not include ");\n" in return
26128         value.
26129         (special_functions): Output call to RUN_TEST_sincos instead of
26130         check_float calls.  Update calls to new_test.
26131         (parse_args): Output call to single RUN_TEST_* macro instead of
26132         check_* calls and other assignments.  Update calls to new_test.
26133
26134         [BZ #2546]
26135         [BZ #2560]
26136         [BZ #5159]
26137         [BZ #15426]
26138         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
26139         input to result for tgamma overflow.
26140         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
26141         (gamma_coeff): New variable.
26142         (NCOEFF): New macro.
26143         (gamma_positive): New function.
26144         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
26145         underflow here.  Use gamma_positive instead of exp (lgamma) for
26146         other arguments.
26147         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
26148         (gamma_coeff): New variable.
26149         (NCOEFF): New macro.
26150         (gammaf_positive): New function.
26151         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
26152         underflow here.  Use gamma_positive instead of exp (lgamma) for
26153         other arguments.
26154         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
26155         (gamma_coeff): New variable.
26156         (NCOEFF): New macro.
26157         (gammal_positive): New function.
26158         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
26159         underflow here.  Use gamma_positive instead of exp (lgamma) for
26160         other arguments.
26161         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
26162         (gamma_coeff): New variable.
26163         (NCOEFF): New macro.
26164         (gammal_positive): New function.
26165         (__ieee754_gammal_r): Handle positive infinity, overflow and
26166         underflow here.  Handle NaN the same as positive infinity.  Remove
26167         check x < 0xffffffff for negative integers.  Use gamma_positive
26168         instead of exp (lgamma) for other arguments.
26169         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
26170         (gamma_coeff): New variable.
26171         (NCOEFF): New macro.
26172         (gammal_positive): New function.
26173         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
26174         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
26175         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
26176         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
26177         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
26178         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
26179         * sysdeps/generic/math_private.h (__gamma_productf): New
26180         prototype.
26181         (__gamma_product): Likewise.
26182         (__gamma_productl): Likewise.
26183         * math/Makefile (libm-calls): Add gamma_product.
26184         * math/libm-test.inc (tgamma_test): Add more tests.
26185         * sysdeps/i386/fpu/libm-test-ulps: Update.
26186         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26187
26188 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
26189
26190         * benchtests/bench-skeleton.c (main): Preheat CPU.
26191
26192 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
26193
26194         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
26195
26196 2013-05-07  Roland McGrath  <roland@hack.frob.com>
26197
26198         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
26199         and _dl_skip_args_internal.
26200
26201 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
26202
26203         * manual/message.texi (Message Translation): Talk about users.
26204         Message to key mapping impacts design.
26205
26206 2013-05-06  Roland McGrath  <roland@hack.frob.com>
26207
26208         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
26209
26210         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
26211
26212         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
26213         * sysdeps/wordsize-64/glob64.c: ... here.
26214
26215         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
26216         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
26217         New macros.
26218
26219         * debug/getlogin_r_chk.c: Moved to ...
26220         * login/getlogin_r_chk.c: ... here.
26221         * debug/Makefile (routines): Move getlogin_r_chk to ...
26222         * login/Makefile (routines): ... here.
26223         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
26224         * login/Versions (libc: GLIBC_2.4): ... here.
26225
26226         * io/poll.c (__poll): Renamed from poll.
26227         Add libc_hidden_def.
26228         (poll): Define as weak alias.
26229
26230         * debug/ptsname_r_chk.c: Moved to ...
26231         * login/ptsname_r_chk.c: ... here.
26232         * debug/Makefile (routines): Move ptsname_r_chk to ...
26233         * login/Makefile (routines): ... here.
26234         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
26235         * login/Versions (libc: GLIBC_2.4): ... here.
26236
26237         * posix/getlogin.c: Moved to ...
26238         * login/getlogin.c: ... here.
26239         * posix/getlogin_r.c: Moved to ...
26240         * login/getlogin_r.c: ... here.
26241         * posix/getlogin_r.c: Moved to ...
26242         * login/getlogin_r.c: ... here.
26243         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
26244         * login/Makefile (routines): ... here.
26245         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
26246         * login/Versions (libc: GLIBC_2.0): ... here.
26247
26248         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
26249         (setrlimit): Define as weak alias.
26250
26251         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
26252         Call __ names for open, ftruncate, and close.
26253         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
26254         (truncate): Define as weak alias.
26255
26256 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
26257
26258         * math/gen-libm-test.pl (parse_args): Initialize x before each
26259         test of frexp, modf and remquo.
26260
26261         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
26262         test signgam value.
26263
26264 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26265
26266         [BZ #15418]
26267         [BZ #15419]
26268         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
26269         internal tests.
26270         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
26271
26272 2013-05-06  Roland McGrath  <roland@hack.frob.com>
26273
26274         * elf/dl-writev.h: New file.
26275         * elf/dl-misc.c: Include it.
26276         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
26277         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
26278
26279 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
26280
26281         * math/libm-test.inc (noXFails): Remove variable.
26282         (noXPasses): Likewise.
26283         (BUILD_COMPLEX_INT): Remove macro.
26284         (print_screen): Remove xfail argument.
26285         (print_screen_max_error): Likewise.
26286         (update_stats): Likewise.
26287         (print_max_error): Likewise.  Update calls to other affected
26288         functions.
26289         (print_complex_max_error): Likewise.
26290         (test_single_exception): Update calls to print_screen.
26291         (test_single_errno): Likewise.
26292         (check_float_internal): Remove xfail argument.  Update calls to
26293         other affected functions.
26294         (check_float): Likewise.
26295         (check_complex): Likewise.
26296         (check_int): Likewise.
26297         (check_long): Likewise.
26298         (check_bool): Likewise.
26299         (check_longlong): Likewise.
26300         (main): Don't print noXFails and noXPasses.
26301         * math/gen-libm-test.pl (top level): Don't mention expected
26302         failure handling in comment.
26303         (new_test): Don't handle expected failures.
26304         (parse_args): Don't mention expected failure handling in comment.
26305         (generate_testfile): Don't handle expected failures.
26306         (parse_ulps): Likewise.
26307         (print_ulps_file): Likewise.
26308         (get_failure): Remove function.
26309         (output_test): Don't handle expected failures.
26310         * make/README.libm-test: Don't mention expected failure handling.
26311
26312         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
26313         (minus_zero): Likewise.
26314         (plus_infty): Likewise.
26315         (minus_infty): Likewise.
26316         (qnan_value): Likewise.
26317         (max_value): Likewise.
26318         (min_value): Likewise.
26319         (min_subnorm_value): Likewise.
26320         (initialize): Do not initialize those variables dynamically.
26321
26322 2013-05-03  Roland McGrath  <roland@hack.frob.com>
26323
26324         * io/open.c (__open_2): Moved to ...
26325         * io/open_2.c: ... this new file.
26326         * io/open64.c (__open64_2): Moved to ...
26327         * io/open64_2.c: ... this new file.
26328         * io/openat.c (__openat_2): Moved to ...
26329         * io/openat_2.c: ... this new file.
26330         * io/openat64.c (__openat64_2): Moved to ...
26331         * io/openat64_2.c: ... this new file.
26332         * io/Makefile (routines): Add them.
26333         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
26334         * sysdeps/unix/sysv/linux/open_2.c: File removed.
26335         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
26336         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
26337         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
26338         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
26339         (__openat64): Add hidden_ver.
26340         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
26341         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
26342
26343         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
26344         Separately conditionalize setting of GLRO(dl_sysinfo) so
26345         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
26346         as well, but the actual setting is only under [NEED_DL_SYSINFO].
26347
26348 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26349
26350         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
26351         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
26352         definition.
26353         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
26354         * sysdeps/unix/sysv/linux/powerpc/init-first.c
26355         (_libc_vdso_platform_setup): Add __vdso_time initialization.
26356         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
26357         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
26358
26359 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
26360
26361         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
26362         test signgam value.
26363
26364         * math/libm-test.inc (hypot_test): Do not use
26365         IGNORE_ZERO_INF_SIGN.
26366
26367 2013-05-03  Andreas Jaeger  <aj@suse.de>
26368
26369         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
26370         Linux 3.9.
26371         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
26372         (PF_MAX): Adjust for VSOCK change.
26373
26374 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26375
26376         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26377
26378 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
26379
26380         [BZ #15264]
26381         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
26382         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
26383         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
26384
26385 2013-05-02  David S. Miller  <davem@davemloft.net>
26386
26387         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26388
26389 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
26390
26391         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
26392
26393 2013-05-01  Roland McGrath  <roland@hack.frob.com>
26394
26395         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
26396
26397 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
26398
26399         [BZ #14952]
26400         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
26401         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26402         Use __attribute__ ((__gnu_inline__)).
26403         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26404         Don't use __attribute__ ((__gnu_inline__)).
26405
26406 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
26407
26408         [BZ #15423]
26409         * math/s_catan.c (__catan): Handle small real or imaginary part of
26410         input specially to avoid spurious underflow.
26411         * math/s_catanf.c (__catanf): Likewise.
26412         * math/s_catanh.c (__catanh): Likewise.
26413         * math/s_catanhf.c (__catanhf): Likewise.
26414         * math/s_catanhl.c (__catanhl): Likewise.
26415         * math/s_catanl.c (__catanl): Likewise.
26416         * math/libm-test.inc (catan_test): Add more tests.
26417         (catanh_test): Likewise.
26418         * sysdeps/i386/fpu/libm-test-ulps: Update.
26419         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26420
26421 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26422
26423         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26424
26425 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
26426
26427         [BZ #15416]
26428         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
26429         accurately for denominator in atan2.
26430         * math/s_catanf.c (__catanf): Likewise.
26431         * math/s_catanh.c (__catanh): Likewise.
26432         * math/s_catanhf.c (__catanhf): Likewise.
26433         * math/s_catanhl.c (__catanhl): Likewise.
26434         * math/s_catanl.c (__catanl): Likewise.
26435         * math/libm-test.inc (catan_test): Add more tests.
26436         (catanh_test): Likewise.
26437         * sysdeps/i386/fpu/libm-test-ulps: Update.
26438         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26439
26440 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26441
26442         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
26443
26444         * benchtests/Makefile (bench): Remove slow benchmarks.
26445         * benchtests/atan-inputs: Add slow benchmark inputs.
26446         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
26447         (BENCH_FUNC): Accept variant offset.
26448         (VARIANT): Define.
26449         * benchtests/bench-skeleton.c (main): Run benchmark for each
26450         variant.
26451         * benchtests/cos-inputs: Add slow benchmark inputs.
26452         * benchtests/exp-inputs: Likewise.
26453         * benchtests/pow-inputs: Likewise.
26454         * benchtests/sin-inputs: Likewise.
26455         * benchtests/slowatan-inputs: Remove.
26456         * benchtests/slowatan.c: Remove.
26457         * benchtests/slowcos-inputs: Remove.
26458         * benchtests/slowcos.c: Remove.
26459         * benchtests/slowexp-inputs: Remove.
26460         * benchtests/slowexp.c: Remove.
26461         * benchtests/slowpow-inputs: Remove.
26462         * benchtests/slowpow.c: Remove.
26463         * benchtests/slowsin-inputs: Remove.
26464         * benchtests/slowsin.c: Remove.
26465         * benchtests/slowtan-inputs: Remove.
26466         * benchtests/slowtan.c: Remove.
26467         * benchtests/tan-inputs: Add slow benchmark inputs.
26468         * scripts/bench.pl: Parse comments and directives.
26469
26470         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
26471         in CPPFLAGS.
26472         ($(objpfx)bench-%.c): Remove *-ITER.
26473         * benchtests/bench-modf.c: Remove definition of ITER.
26474         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
26475         (main): Loop for DURATION seconds instead of fixed number of
26476         iterations.
26477         * scripts/bench.pl: Don't expect iterations in parameters.
26478
26479 2013-04-29  Roland McGrath  <roland@hack.frob.com>
26480
26481         * io/fchdir.c (__fchdir): Renamed from fchdir.
26482         (fchdir): Define as weak alias.
26483
26484 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26485
26486         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
26487         (ERRNO_EDOM): Likewise.
26488         (ERRNO_ERANGE): Likewise.
26489         (noErrnoTests): New variable.
26490         (init_max_error): Set errno to 0.
26491         (test_single_errno): New function.
26492         (test_errno): Likewise.
26493         (check_float_internal): Call test_errno.  Set errno to 0.
26494         (check_complex): Refer to errno tests in comment.
26495         (check_int): Call test_errno.  Set errno to 0.
26496         (check_long): Likewise.
26497         (check_bool): Likewise.
26498         (check_longlong): Likewise.
26499         (cos_test): Use ERRNO_* flags for errno tests instead of
26500         check_int.
26501         (expm1_test): Likewise.
26502         (fmod_test): Likewise.
26503         (ilogb_test): Likewise.
26504         (lgamma_test): Likewise.
26505         (pow_test): Likewise.
26506         (remainder_test): Likewise.
26507         (sin_test): Likewise.
26508         (tan_test): Likewise.
26509         (yn_test): Likewise.
26510         (initialize): Set errno to 0.
26511         (main): Print number of errno tests.
26512         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
26513
26514 2013-04-29  Andreas Jaeger  <aj@suse.de>
26515
26516         [BZ #15084]
26517         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
26518         and RES_USEVC.
26519
26520         [BZ #15085]
26521         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
26522         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
26523         unimplemented.
26524
26525         [BZ #15380]
26526         * stdlib/random.c (__initstate): Return NULL if
26527         __initstate fails.
26528
26529         [BZ #15086]
26530         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
26531         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
26532         RES_SNGLKUPREOP.
26533
26534 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26535
26536         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26537
26538 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26539
26540         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
26541         of individual tests.
26542         (casin_test): Likewise.
26543         (casinh_test): Likewise.
26544
26545 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
26546
26547         [BZ #15409]
26548         * math/s_catan.c (__catan): Handle arguments with large real or
26549         imaginary part separately without squaring.
26550         * math/s_catanf.c (__catanf): Likewise.
26551         * math/s_catanh.c (__catanh): Likewise.
26552         * math/s_catanhf.c (__catanhf): Likewise.
26553         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26554         and redefine.
26555         (__catanhl): Handle arguments with large real or imaginary part
26556         separately without squaring.
26557         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26558         and redefine.
26559         (__catanl): Handle arguments with large real or imaginary part
26560         separately without squaring.
26561         * math/libm-test.inc (catan_test): Add more tests.
26562         (catanh_test): Likewise.
26563         * sysdeps/i386/fpu/libm-test-ulps: Update.
26564         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26565
26566 2013-04-27  Andreas Jaeger  <aj@suse.de>
26567
26568         [BZ #15007]
26569         * stdlib/stdlib.h: Update guards for qecvt.
26570         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
26571         <stdlib.h>.
26572
26573 2013-04-27  Allan McRae  <allan@archlinux.org>
26574
26575         * sysdeps/i386/fpu/libm-test-ulps: Update.
26576
26577 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
26578
26579         [BZ #15406]
26580         * math/s_catan.c: Include <float.h>.
26581         (__catan): Ensure underflow exception occurs for underflowed
26582         result.
26583         * math/s_catanf.c: Include <float.h>.
26584         (__catanf): Ensure underflow exception occurs for underflowed
26585         result.
26586         * math/s_catanh.c: Include <float.h>.
26587         (__catanh): Ensure underflow exception occurs for underflowed
26588         result.
26589         * math/s_catanhf.c: Include <float.h>.
26590         (__catanhf): Ensure underflow exception occurs for underflowed
26591         result.
26592         * math/s_catanhl.c: Include <float.h>.
26593         (__catanhl): Ensure underflow exception occurs for underflowed
26594         result.
26595         * math/s_catanl.c: Include <float.h>.
26596         (__catanl): Ensure underflow exception occurs for underflowed
26597         result.
26598         * math/libm-test.inc (catan_test): Add more tests.
26599         (catanh_test): Likewise.
26600
26601         [BZ #15405]
26602         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
26603         underflowed result.
26604         * math/s_ccoshf.c (__ccoshf): Likewise.
26605         * math/s_ccoshl.c (__ccoshl): Likewise.
26606         * math/s_csin.c (__csin): Likewise.
26607         * math/s_csinf.c (__csinf): Likewise.
26608         * math/s_csinh.c (__csinh): Likewise.
26609         * math/s_csinhf.c (__csinhf): Likewise.
26610         * math/s_csinhl.c (__csinhl): Likewise.
26611         * math/s_csinl.c (__csinl): Likewise.
26612         * math/libm-test.inc (ccos_test): Add more tests.
26613         (ccosh_test): Likewise.
26614         (csin_test): Likewise.
26615         (csinh_test): Likewise.
26616
26617 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26618
26619         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
26620         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
26621         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
26622         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
26623         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
26624         powerpc/power5+/fpu folders.
26625         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
26626
26627
26628 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
26629
26630         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26631
26632 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
26633
26634         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
26635         additions to variable.
26636         [$(config-machine) = x86_64] (modules-names): Likewise.
26637         ($(objpfx)tst-audit3): Remove dependency.
26638         ($(objpfx)tst-audit3.out): Likewise.
26639         ($(objpfx)tst-audit4): Likewise.
26640         ($(objpfx)tst-audit4.out): Likewise.
26641         ($(objpfx)tst-audit5): Likewise.
26642         ($(objpfx)tst-audit5.out): Likewise.
26643         ($(objpfx)tst-audit6): Likewise.
26644         ($(objpfx)tst-audit6.out): Likewise.
26645         ($(objpfx)tst-audit7): Likewise.
26646         ($(objpfx)tst-audit7.out): Likewise.
26647         (tst-audit3-ENV): Remove variable.
26648         (tst-audit4-ENV): Likewise.
26649         (tst-audit5-ENV): Likewise.
26650         (tst-audit6-ENV): Likewise.
26651         (tst-audit7-ENV): Likewise.
26652         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
26653         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
26654         addition to variable.
26655         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
26656         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
26657         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
26658         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
26659         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
26660         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
26661         tst-audit3, tst-audit4 and tst-audit5.
26662         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
26663         tst-audit6 and tst-audit7.
26664         [$(subdir) = elf] (modules-names): Add audit modules for those
26665         tests.
26666         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
26667         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
26668         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
26669         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
26670         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
26671         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
26672         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
26673         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
26674         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
26675         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
26676         [$(subdir) = elf] (tst-audit3-ENV): New variable.
26677         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
26678         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
26679         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
26680         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
26681         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
26682         Likewise.
26683         [$(subdir) = elf && $(config-cflags-avx) = yes]
26684         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
26685         [$(subdir) = elf && $(config-cflags-avx) = yes]
26686         (CFLAGS-tst-auditmod4a.c): Likewise.
26687         [$(subdir) = elf && $(config-cflags-avx) = yes]
26688         (CFLAGS-tst-auditmod4b.c): Likewise.
26689         [$(subdir) = elf && $(config-cflags-avx) = yes]
26690         (CFLAGS-tst-auditmod6b.c): Likewise.
26691         [$(subdir) = elf && $(config-cflags-avx) = yes]
26692         (CFLAGS-tst-auditmod6c.c): Likewise.
26693         [$(subdir) = elf && $(config-cflags-avx) = yes]
26694         (CFLAGS-tst-auditmod7b.c): Likewise.
26695         * elf/tst-audit3.c: Move to ...
26696         * sysdeps/x86_64/tst-audit3.c: ... here.
26697         * elf/tst-audit4.c: Move to ...
26698         * sysdeps/x86_64/tst-audit4.c: ... here.
26699         * elf/tst-audit5.c: Move to ...
26700         * sysdeps/x86_64/tst-audit5.c: ... here.
26701         * elf/tst-audit6.c: Move to ...
26702         * sysdeps/x86_64/tst-audit6.c: ... here.
26703         * elf/tst-audit7.c: Move to ...
26704         * sysdeps/x86_64/tst-audit7.c: ... here.
26705         * elf/tst-auditmod3a.c: Move to ...
26706         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
26707         * elf/tst-auditmod3b.c: Move to ...
26708         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
26709         * elf/tst-auditmod4a.c: Move to ...
26710         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
26711         * elf/tst-auditmod4b.c: Move to ...
26712         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
26713         * elf/tst-auditmod5a.c: Move to ...
26714         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
26715         * elf/tst-auditmod5b.c: Move to ...
26716         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
26717         * elf/tst-auditmod6a.c: Move to ...
26718         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
26719         * elf/tst-auditmod6b.c: Move to ...
26720         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
26721         * elf/tst-auditmod6c.c: Move to ...
26722         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
26723         * elf/tst-auditmod7a.c: Move to ...
26724         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
26725         * elf/tst-auditmod7b.c: Move to ...
26726         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
26727
26728 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
26729
26730         [BZ #15366]
26731         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
26732         define unconditionally.
26733         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
26734         define unconditionally.
26735         (INT8_C, INT16_C, etc.): Likewise.
26736
26737 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
26738
26739         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
26740         __ehdr_start with hidden visibility.
26741
26742         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
26743
26744 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
26745
26746         * math/libm-test.inc (cos_test): Use accurate hex constants.
26747         (sincost_test): Likewise.
26748
26749 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
26750
26751         * math/libm-test.inc (catan_test): Add more tests.
26752         (catanh_test): Likewise.
26753
26754         * math/s_catanf.c (__catanf): Use suffixed floating-point
26755         constants.
26756         * math/s_catanhf.c (__catanhf): Likewise.
26757         * math/s_catanhl.c (__catanhl): Likewise.
26758         * math/s_catanl.c (__catanl): Likewise.
26759
26760         [BZ #15394]
26761         * math/s_catan.c (__catan): Calculate imaginary part of result
26762         with log1p not log unless computing log of number close to 0.
26763         * math/s_catanf.c (__catanf): Likewise.
26764         * math/s_catanl.c (__catanl): Likewise.
26765         * math/s_catanh.c (__catanh): Calculate real part of result with
26766         log1p not log unless computing log of number close to 0.
26767         * math/s_catanhf.c (__catanhf): Likewise.
26768         * math/s_catanhl.c (__catanhl): Likewise.
26769         * math/libm-test.inc (catan_test): Add more tests.
26770         (catanh_test): Likewise.
26771         * sysdeps/i386/fpu/libm-test-ulps: Update.
26772         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26773
26774 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26775
26776         * benchtests/Makefile: Mention files in which fast and slow
26777         paths of math functions are implemented.
26778
26779 2013-04-23  Roland McGrath  <roland@hack.frob.com>
26780
26781         * sysdeps/posix/timespec_get.c: New file.
26782
26783 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26784
26785         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26786         POWER.
26787         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26788         for POWER.
26789         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26790         powerpc/power5/fpu folders.
26791         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26792         * benchtests/Makefile: Add modf testcase.
26793         * benchtests/bench-modf.c: New file: Benchmark test for mo
26794
26795 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26796
26797         [BZ #14888]
26798         * time/Makefile (tests): Add tst-strptime-whitespace.
26799         * time/strptime_l.c (get_number): Use ISSPACE.
26800         (__strptime_internal): Likewise.
26801         * time/tst-strptime-whitespace.c: New test case.
26802
26803 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
26804
26805         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26806         member.
26807         (_nss_files_init): Set it here.
26808
26809 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
26810
26811         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26812         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26813         unsigned.
26814
26815 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
26816
26817         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26818
26819 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26820
26821         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26822         size just once.
26823
26824 2013-04-21  David S. Miller  <davem@davemloft.net>
26825
26826         * po/ru.po: Update Russion translation from translation project.
26827
26828 2013-04-17  Adam Conrad  <adconrad@0c3.net>
26829
26830         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26831         and setfsgid.
26832
26833 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
26834
26835         * configure.in: Remove i386 configure warning. Remove i386 case.
26836         * configure: Regenerate.
26837         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
26838         Add example to error message.
26839         * sysdeps/i386/configure: Regenerate.
26840
26841 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26842
26843         * benchtests/Makefile (bench): Add cos, tan, slowcos and
26844         slowtan.
26845         * benchtests/cos-inputs: New file.
26846         * benchtests/slowcos-inputs: New file.
26847         * benchtests/slowcos.c: New file.
26848         * benchtests/slowtan-inputs: New file.
26849         * benchtests/slowtan.c: New file.
26850         * benchtests/tan-inputs: New file.
26851
26852 2013-04-16  Roland McGrath  <roland@hack.frob.com>
26853
26854         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26855         considered kosher.
26856
26857 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26858
26859         * benchtests/Makefile: Include cppflags-iterator.mk to add
26860         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26861
26862         * Makefile.in (bench-clean): New target.
26863         * benchtests/Makefile (bench-clean): Likewise.
26864
26865 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
26866
26867         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26868
26869 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26870
26871         * stdio-common/tstdiomisc.c: Fix coding-style violation.
26872
26873 2013-04-15  Andreas Schwab  <schwab@suse.de>
26874
26875         * nscd/grpcache.c (cache_addgr): Properly check for short write.
26876         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26877         * nscd/pwdcache.c (cache_addpw): Likewise.
26878         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
26879         more than recsize.
26880
26881 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26882
26883         * benchtests/Makefile (bench): Write all output to
26884         bench-out.tmp together.
26885
26886 2013-04-15  Andreas Schwab  <schwab@suse.de>
26887
26888         * nscd/nscd.c (main): Don't fork again after closing files.
26889
26890 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26891
26892         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26893
26894         * benchtests/Rules (bench-deps): Collect dependencies into a
26895         single variable.  Add Makefile to dependencies.
26896         ($(objpfx)bench-%.c): Depend on bench-deps.
26897
26898 2013-04-12  Roland McGrath  <roland@hack.frob.com>
26899             Xavier Roche  <roche+kml2@exalead.com>
26900
26901         [BZ #15361]
26902         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26903         just that it's a file descriptor.
26904         * manual/llio.texi (Synchronizing AIO Operations): Update description
26905         for EBADF error from aio_fsync.
26906
26907 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26908
26909         * Rules (bench): Move target definition...
26910         * benchtests/Makefile: ... here.
26911
26912 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
26913
26914         * math/libm-test.inc (cos_test): Fix PI/2 test.
26915         (sincos_test): Likewise.
26916         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26917         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26918
26919 2013-04-11  Andreas Schwab  <schwab@suse.de>
26920
26921         [BZ #13988]
26922         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26923         accept exponent character only when digits were seen.
26924         * stdio-common/Makefile (tests): Add bug26.
26925         * stdio-common/bug26.c: New file.
26926
26927         [BZ #14293]
26928         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26929         non-freeable.
26930
26931 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26932
26933         * Makeconfig (rtld-prefix): Define built linker prefix.
26934         * Rules (run-bench): Use it.
26935         * math/Makefile (run-regen-ulps): Likewise.
26936
26937         * Rules (bench): Remove eval.
26938
26939 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26940             Roland McGrath  <roland@hack.frob.com>
26941             Ondrej Bilka  <neleai@seznam.cz>
26942
26943         [BZ #15346]
26944         * time/getdate.c: Include ctype.h and alloca.h.
26945         (__getdate_r): Trim leading and trailing spaces of input.
26946         * time/tst-getdate.c (tests): Add tests with leading and
26947         trailing spaces.
26948
26949 2013-04-08  Roland McGrath  <roland@hack.frob.com>
26950
26951         [BZ #14280]
26952         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26953         when computing value.
26954
26955 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26956
26957         * math/README.libm-test (How can I generate "libm-test-ulps"?):
26958         Use testrun.sh to run libm tests.
26959
26960         [BZ #15309]
26961         * elf/dl-open.c (dl_open_worker): memset all of seen array.
26962
26963 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
26964
26965         [BZ #15264]
26966         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26967
26968 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26969
26970         * Makefile.in (regen-ulps): New target.
26971         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26972         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26973         [ifneq (no,$(PERL)] (regen-ulps): New target.
26974         [ifeq (no,$(PERL)] (regen-ulps): New target.
26975         * math/libm-test.inc (ulps_file_name): Define.
26976         (output_dir): New variable.
26977         (options): Add "output-dir" option.
26978         (parse_opt): Handle 'o' case.
26979         (main): If output_dir is non-NULL use it as a prefix
26980         otherwise use "".
26981         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26982
26983 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26984
26985         [BZ #10060, #10062]
26986         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26987         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26988         fail configure if __sync_val_compare_and_swap is not inlined.
26989         * sysdeps/i386/configure: Regenerate.
26990         * configure.in: Build for i686 when configured for i386.
26991         * configure: Regenerate.
26992         * README: Remove i386 reference.
26993
26994 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26995
26996         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26997         * sysdeps/s390/s390-64/sysdep.h: Likewise.
26998
26999 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
27000
27001         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
27002         (lmsnanval): New variables.
27003         (F): Add conversion tests.
27004         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
27005         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
27006
27007         * stdio-common/tstdiomisc.c (F): Properly collect individual
27008         tests' results.
27009
27010         [BZ #14686, #15336]
27011         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
27012         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
27013         Instead, use input NaN values or generate a qNaN by arithmetic
27014         operation.  Also fix bugs to comply with the standard.
27015         * math/libm-test.inc (remainder_test): Add more tests.
27016
27017         [BZ #15335, #15342]
27018         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
27019         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
27020         input NaN values or generate a qNaN by arithmetic operation.
27021
27022         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
27023         unreachable code.
27024
27025         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
27026         definitions.
27027
27028 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
27029
27030         [BZ #14478]
27031         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
27032         underflowed result.
27033         * math/s_cexpf.c (__cexpf): Likewise.
27034         * math/s_cexpl.c (__cexpl): Likewise.
27035         * math/libm-test.inc (cexp_test): Add more tests.
27036
27037 2013-04-03  Andreas Schwab  <schwab@suse.de>
27038
27039         [BZ #15330]
27040         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
27041         order arrays from heap if bigger than alloca cutoff.
27042
27043 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
27044
27045         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
27046         (SNAN_TESTS_double): Refer to GCC PR56831.
27047         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
27048         GCC PR56828.
27049
27050 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
27051
27052         * Rules (bench): Move bench.out after the run is complete.
27053
27054         * Rules (bench): Echo currently running benchmark.
27055
27056         * benchtests/Makefile (bench): Add atan and slowatan.
27057         * benchtests/atan-inputs: New file.
27058         * benchtests/slowatan-inputs: New file.
27059         * benchtests/slowatan.c: New file.
27060
27061         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
27062         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
27063         its value.
27064
27065         [BZ #15305]
27066         * sysdeps/unix/sysv/linux/kernel-features.h
27067         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
27068         __ASSUME_XFS_RESTRICTED_CHOWN.
27069         * sysdeps/unix/sysv/linux/pathconf.c
27070         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
27071         Save and restore errno.
27072
27073 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
27074
27075         [BZ #15327]
27076         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
27077         arguments using __kernel_casinh.
27078         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
27079         arguments using __kernel_casinhf.
27080         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
27081         arguments using __kernel_casinhl.
27082         * math/libm-test.inc (cacosh_test): Add more tests.
27083         * sysdeps/i386/fpu/libm-test-ulps: Update.
27084         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27085
27086 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
27087
27088         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
27089         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
27090
27091         * bench/Makefile (bench): Add sin and slowsin.
27092         * benchtests/sin-inputs: New file.
27093         * benchtests/slowsin-inputs: New file.
27094         * benchtests/slowsin.c: New file.
27095
27096         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
27097         (bench): Add slowexp and slowpow.
27098         (exp-ITER): Increase iterations.
27099         (pow-ITER): Likewise.
27100         * benchtests/exp-inputs: Change input.
27101         * benchtests/pow-inputs: Likewise.
27102         * benchtests/slowexp-inputs: New file.
27103         * benchtests/slowexp.c: New file.
27104         * benchtests/slowpow-inputs: New file.
27105         * benchtests/slowpow.c: New file.
27106
27107 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27108
27109         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
27110         instructions.
27111         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
27112         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
27113         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
27114         * benchtests/Makefile: Add rint benchtest.
27115         * benchtests/rint-inputs: Input for rint benchtest.
27116
27117 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
27118
27119         * Versions.def (libm): Add GLIBC_2.18.
27120         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
27121         hidden libm prototypes.
27122         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
27123         * math/Makefile (libm-calls): Add s_issignaling.
27124         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
27125         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
27126         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
27127         declaration.
27128         * math/math.h [__USE_GNU] (issignaling): New macro.
27129         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
27130         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
27131         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
27132         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
27133         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
27134         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
27135         * manual/arith.texi (issignaling): New section.
27136         * manual/libm-err-tab.pl (@all_functions): Update comment.
27137         * math/gen-libm-test.pl (parse_args): Apply special handling for
27138         issignaling.
27139         * math/libm-test.inc (print_float, issignaling_test): New
27140         functions.
27141         (check_float_internal): Add issignaling checks.
27142         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
27143         default definition.
27144         * sysdeps/powerpc/math-tests.h: New file.
27145         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
27146         tests.
27147         * math/test-snan.c (TEST_FUNC): Likewise.
27148
27149 2013-03-30  David S. Miller  <davem@davemloft.net>
27150
27151         * po/de.po: Update from translation team.
27152
27153 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
27154
27155         [BZ #10357]
27156         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27157         imaginary part less than 1.0 and real part less than 0.5
27158         specially.
27159         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27160         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27161         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
27162         (cacos_test): Add more tests.
27163         (casin_test): Likewise.
27164         (casinh_test): Likewise.
27165         * sysdeps/i386/fpu/libm-test-ulps: Update.
27166         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27167
27168 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
27169
27170         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
27171         ONE with its value.
27172
27173         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
27174         (__pow_mp): Replace ONE and MONE with their values.
27175         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27176         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
27177         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27178         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
27179         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27180         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27181
27182         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
27183
27184         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
27185         (__pow_mp): Replace ZERO and MZERO with their values.
27186         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27187         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27188         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27189         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
27190         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27191         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
27192         (__sqr): Likewise.
27193
27194         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
27195
27196         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
27197
27198 2013-03-28  Roland McGrath  <roland@hack.frob.com>
27199
27200         * include/stdlib.h [!SHARED] (__call_tls_dtors):
27201         Declare with __attribute__ ((weak)).
27202         * stdlib/exit.c (__libc_atexit) [!SHARED]:
27203         Call __call_tls_dtors only if it's not NULL.
27204
27205 2013-03-28  Roland McGrath  <roland@hack.frob.com>
27206
27207         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
27208         didn't do it already, then set _dl_phdr and _dl_phnum based on the
27209         magic __ehdr_start linker symbol if it's defined.
27210         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
27211         them up here if it was already done.
27212
27213         * elf/dl-support.c (_dl_phdr): Make pointer to const.
27214         (_dl_aux_init): Use const in cast when setting it.
27215         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
27216         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
27217         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
27218
27219         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
27220         Declare them here.
27221         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
27222         * csu/libc-tls.c: Nor here.
27223         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
27224
27225         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
27226         (__libc_message): Never call vsyslog.
27227
27228 2013-03-28  Alan Modra  <amodra@gmail.com>
27229
27230         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
27231         Define as empty.
27232         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
27233         Likewise.
27234
27235 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27236
27237         [BZ #15214]
27238         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
27239         underflow.
27240         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27241
27242 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27243
27244         [BZ #15304]
27245         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
27246         Don't add gid passed as argument.
27247
27248         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
27249
27250 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
27251
27252         [BZ #15307]
27253         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27254         imaginary part between 1.0 and 1.5 and real part less than 0.5
27255         specially.
27256         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27257         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27258         * math/libm-test.inc (cacos_test): Add more tests.
27259         (casin_test): Likewise.
27260         (casinh_test): Likewise.
27261         * sysdeps/i386/fpu/libm-test-ulps: Update.
27262         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27263
27264 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27265
27266         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
27267         constants.
27268         (norm): Likewise.
27269         (denorm): Likewise.
27270         (__dbl_mp): Likewise.
27271         (add_magnitudes): Likewise.
27272         (sub_magnitudes): Likewise.
27273         (__add): Likewise.
27274         (__sub): Likewise.
27275         (__mul): Likewise.
27276         (__sqr): Likewise.
27277         (__inv): Likewise.
27278         (__dvd): Likewise.
27279
27280         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
27281         commented code.
27282         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
27283         (__dubcos): Likewise.
27284         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
27285         (__ieee754_acos): Likewise.
27286         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27287         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
27288         (__exp1): Likewise.
27289         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27290         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
27291         (log1): Likewise.
27292         (my_log2): Likewise.
27293         (checkint): Likewise.
27294         * sysdeps/ieee754/dbl-64/e_remainder.c
27295         (__ieee754_remainder): Likewise.
27296         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27297         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
27298         (bsloww): Likewise.
27299         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27300
27301         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27302         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
27303         MANTISSA_STORE_T to store computations on mantissa.  Use
27304         macros for rounding and division.
27305         (denorm): Likewise.
27306         (__dbl_mp): Likewise.
27307         (add_magnitudes): Likewise.
27308         (sub_magnitudes): Likewise.
27309         (__mul): Likewise.
27310         (__sqr): Likewise.
27311         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27312         powers of two in terms of TWOPOW macro.
27313         (mp_no): Make type of mantissa as MANTISSA_T.
27314         [!RADIXI]: Define RADIXI.
27315         [!TWO52]: Define TWO52.
27316         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27317
27318 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27319
27320         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
27321         llroundl symbol when building for PPC32.
27322
27323 2013-03-24  Mark H Weaver  <mhw@netris.org>
27324
27325         * manual/arith.texi (Normalization Functions): Fix prototypes for
27326         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
27327
27328 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27329
27330         [BZ #13889]
27331         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
27332         high value to check if expl overflow.
27333         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
27334         to check for underflow and overflow.
27335         * math/libm-test.inc: Add exp test.
27336
27337 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
27338
27339         [BZ #11120]
27340         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
27341         with NOT_IN_libc.
27342
27343 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27344
27345         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
27346         symbol.
27347
27348 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
27349
27350         * math/gen-libm-test.pl (parse_args, special_functions): Properly
27351         wrap blocks consisting of several statements.
27352
27353         * sysdeps/generic/math-tests.h: New file.
27354         * sysdeps/i386/fpu/math-tests.h: Likewise.
27355         * math/test-snan.c: Include it.
27356         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
27357
27358 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27359
27360         [BZ #15285]
27361         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
27362         (__ieee754_j0l): Do not improve calculations using cos of twice
27363         input for inputs above LDBL_MAX / 2.0L.
27364         (__ieee754_y0l): Likewise.
27365         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
27366         (__ieee754_j1l): Do not improve calculations using cos of twice
27367         input for inputs above LDBL_MAX / 2.0L.
27368         (__ieee754_y1l): Likewise.
27369         * math/libm-test.inc (j0_test): Add another test.
27370         (j1_test): Likewise.
27371         (y0_test): Likewise.
27372         (y1_test): Likewise.
27373         * sysdeps/i386/fpu/libm-test-ulps: Update.
27374
27375 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27376
27377         * Rules ($(objpfx)bench-%.c): Include code from a C source
27378         file.
27379
27380 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27381
27382         [BZ #15287]
27383         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27384         imaginary part 1.0 and real part less than 0.5 specially.
27385         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27386         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27387         * math/libm-test.inc (cacos_test): Add more tests.
27388         (casin_test): Likewise.
27389         (casinh_test): Likewise.
27390         * sysdeps/i386/fpu/libm-test-ulps: Update.
27391         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27392
27393 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27394
27395         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
27396         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
27397
27398 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
27399
27400         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
27401         * config.make.in (config-cflags-sse4): Remove variable.
27402         (config-cflags-avx): Likewise.
27403         (config-cflags-sse2avx): Likewise.
27404         (config-cflags-novzeroupper): Likewise.
27405         (config-asflags-i686): Likewise.
27406         (have-mfma4): Likewise.
27407         (have-as-vis3): Likewise.
27408         (MIG): Likewise.
27409         * configure.in (MIG): Do not AC_SUBST.
27410         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
27411         (libc_cv_cc_sse4): Do not AC_SUBST.
27412         (libc_cv_cc_avx): Likewise.
27413         (libc_cv_cc_sse2avx): Likewise.
27414         (libc_cv_cc_novzeroupper): Likewise.
27415         (libc_cv_cc_fma4): Likewise.
27416         (libc_cv_as_i686): Likewise.
27417         (libc_cv_sparc_as_vis3): Likewise.
27418         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
27419         LIBC_CONFIG_VAR.
27420         (config-asflags-i686): Likewise.
27421         (config-cflags-avx): Likewise.
27422         (config-cflags-sse2avx): Likewise.
27423         (have-mfma4): Likewise.
27424         (config-cflags-novzeroupper): Likewise.
27425         * sysdeps/mach/configure.in (MIG): Likewise.
27426         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
27427         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
27428         LIBC_CONFIG_VAR.
27429         (config-cflags-avx): Likewise.
27430         (config-cflags-sse2avx): Likewise.
27431         (have-mfma4): Likewise.
27432         (config-cflags-novzeroupper): Likewise.
27433         * configure: Regenerated.
27434         * sysdeps/i386/configure: Likewise.
27435         * sysdeps/mach/configure: Likewise.
27436         * sysdeps/sparc/configure: Likewise.
27437         * sysdeps/x86_64/configure: Likewise.
27438
27439 2013-03-20  Roland McGrath  <roland@hack.frob.com>
27440
27441         [BZ #14812]
27442         * locale/programs/localedef.c (options): Put N_ translation marker
27443         on argument names, not just descriptions.
27444
27445 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27446
27447         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
27448
27449 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
27450
27451         [BZ #14176]
27452         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
27453
27454 2013-03-19  Roland McGrath  <roland@hack.frob.com>
27455
27456         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
27457         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
27458         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
27459         [!BEFORE_ABORT] (before_abort): New function.
27460         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
27461         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
27462         (writev_for_fatal): New function.
27463         (WRITEV_FOR_FATAL): New macro; call that.
27464         (backtrace_and_maps): New function.
27465         (BEFORE_ABORT): New macro; call that.
27466         (struct str_list): Type removed.
27467         (__libc_message, __libc_fatal): Functions removed.
27468         Include <sysdeps/posix/libc_fatal.c> instead.
27469
27470 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
27471
27472         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
27473         constants.
27474         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
27475         double constants.
27476
27477 2013-03-19  Andreas Schwab  <schwab@suse.de>
27478
27479         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
27480         * sysdeps/gnu/configure: Regenerate.
27481
27482         * configure.in: Substitute libc_cv_rtlddir.
27483         * configure: Regenerate.
27484         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
27485         * Makeconfig (rtlddir, inst_rtlddir): New variables.
27486         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
27487         * elf/Makefile (install-others, CFLAGS-interp.c)
27488         (ldso_install, common-ldd-rewrite): Likewise.
27489         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
27490         $(inst_slibdir)/$(rtld-installed-name).
27491         * scripts/rellns-sh: Add -p option.
27492         * Makerules (make-shlib-link): Use rellns-sh to get relative name
27493         for source.
27494
27495 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27496
27497         * manual/nptl.texi: Renamed to ...
27498         * manual/threads.texi: ... this.
27499         * manual/Makefile (chapters): Update.
27500
27501 2013-03-18  Roland McGrath  <roland@hack.frob.com>
27502
27503         [BZ #14812]
27504         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
27505         on argument names, not just descriptions.
27506         * malloc/memusagestat.c (options): Likewise.
27507         * nss/getent.c (options): Likewise.
27508
27509 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
27510
27511         [BZ #14812]
27512         * iconv/iconv_prog.c (options): Put N_ translation marker
27513         on argument names, not just descriptions.
27514         * iconv/iconvconfig.c (options): Likewise.
27515
27516 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
27517
27518         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
27519         implementation which is faster on all x86_64 architectures.
27520         Tested on AMD, Intel Nehalem, SNB, IVB.
27521         * sysdeps/x86_64/strnlen.S: Likewise.
27522
27523         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27524         Remove all multiarch strlen and strnlen versions.
27525         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
27526         Remove strlen and strnlen related parts.
27527
27528         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
27529         Inline strlen part.
27530         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
27531
27532         * sysdeps/x86_64/multiarch/strlen.S: Remove.
27533         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
27534         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
27535         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
27536         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
27537         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
27538
27539 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
27540
27541         * manual/memory.texi (Malloc Tunable Parameters):
27542         Sort parameters alphabetically. Add comments for missing entries.
27543
27544 2013-03-17  David S. Miller  <davem@davemloft.net>
27545
27546         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27547
27548 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
27549
27550         [BZ #15283]
27551         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
27552         for arguments at most half maximum finite value.
27553         * math/libm-test.inc (j0_test): Add more tests.
27554         (j1_test): Likewise.
27555         (y0_test): Likewise.
27556         (y1_test): Likewise.
27557         * sysdeps/i386/fpu/libm-test-ulps: Update.
27558         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27559
27560         [BZ #14155]
27561         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
27562         1 / x and functions P and Q for arguments above 0x1p256L.
27563         (__ieee754_y0l): Likewise.
27564         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
27565         (__ieee754_y1l): Likewise.
27566         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
27567         (j1_test): Likewise.
27568         (y0_test): Likewise.
27569         (y1_test): Likewise.
27570
27571 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
27572
27573         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
27574         variable.
27575
27576 2013-03-15  Roland McGrath  <roland@hack.frob.com>
27577
27578         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
27579         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
27580         zero since it's initialized to EXEC_PAGESIZE.
27581
27582         * sysdeps/unix/sysv/linux/ldsodefs.h
27583         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
27584         * sysdeps/generic/ldsodefs.h: ... here.
27585
27586 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
27587
27588         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
27589
27590         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
27591         math/test-snan.c.
27592         * math/test-snan.c: Renamed from
27593         sysdeps/powerpc/fpu/test-powerpc-snan.c.
27594         * math/Makefile (tests): Add test-snan.
27595         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
27596         test-powerpc-snan.
27597
27598         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
27599         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
27600         functions.
27601         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
27602         __builtin_nan family of functions.
27603         * math/libm-test.inc (initialize): Initialize qnan_value with
27604         __builtin_nan family of functions.
27605         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
27606         Remove variables.
27607         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
27608         Remove functions.
27609         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
27610         storage class.  Initialize qNaN_var and sNaN_var with
27611         __builtin_nan and __builtin_nans families of functions,
27612         respectively.
27613
27614         * math/libm-test.inc (acosh_test): Also test with qNaN input.
27615         (sqrt_test): Remove duplicate test with qNaN input.
27616         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
27617         (round_test, signbit_test, significand_test): Note missing +/-Inf
27618         as well as qNaN tests.
27619
27620         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
27621         qNaN_var.  Fix a few strings, too.
27622         * math/libm-test.inc (nan_value): Rename to qnan_value.
27623         * math/gen-libm-test.pl (%beautify): Adjust to that.
27624         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
27625         * math/test-misc.c (main): Likewise.
27626         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
27627         to __qnan_bytes, and __qnan_union, respectively.
27628         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
27629         Likewise.
27630         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
27631         and lqnanval, respectively.
27632         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
27633         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
27634         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
27635         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
27636
27637         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
27638         * math/test-misc.c (main) [__x86_64__]: Enable test for long
27639         doubles.
27640
27641         * math/test-misc.c (main): Fix copy'n'pastos.
27642         * misc/tst-efgcvt.c (special): Likewise.
27643
27644         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
27645         Remove declarations.
27646
27647 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27648
27649         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
27650         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
27651         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
27652         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
27653
27654 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27655
27656         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
27657         macro to return vdso values correctly in IFUNC implementations.
27658         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
27659         Optimization by using IFUNC.
27660
27661 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27662             Richard Henderson  <rth@redhat.com>
27663             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27664
27665         * Makefile.in (bench): New target.
27666         * NEWS: Mention the benchmark framework.
27667         * Rules (bench): Likewise.
27668         (binaries-bench): Generate binaries for functions to
27669         benchmark.
27670         * benchtests/Makefile: New makefile for benchmark tests.
27671         * benchtests/bench-skeleton.c: New skeleton file for benchmark
27672         programs.
27673         * benchtests/exp-inputs: New input file for EXP function.
27674         * benchtests/pow-inputs: New input file for POW function.
27675         * scripts/bench.pl: New script to generate source files for
27676         benchmark programs.
27677
27678 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27679
27680         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27681         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
27682         computations on mantissa.  Use macros for rounding and
27683         division.
27684         (denorm): Likewise.
27685         (__dbl_mp): Likewise.
27686         (add_magnitudes): Likewise.
27687         (sub_magnitudes): Likewise.
27688         (__mul): Likewise.
27689         (__sqr): Likewise.
27690         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27691         powers of two in terms of TWOPOW macro.
27692         (mp_no): Make type of mantissa as MANTISSA_T.
27693         [!RADIXI]: Define RADIXI.
27694         [!TWO52]: Define TWO52.
27695         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27696
27697         * manual/nptl.texi (cindex): Modify threads to pthreads.
27698
27699 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
27700
27701         * sysdeps/x86_64/preconfigure: Regenerated.
27702
27703 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
27704
27705         [BZ #14155]
27706         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
27707         0x1p28 and above.
27708         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
27709         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
27710         0x1p28 and above.
27711         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
27712         * math/libm-test.inc (j0_test): Do not allow one spurious
27713         underflow exception.
27714         (y1_test): Likewise.
27715
27716 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27717
27718         * manual/Makefile (chapters): Add nptl.
27719         * manual/debug.texi (Debugging Support): Add link to Threads
27720         chapter.
27721         * manual/nptl.texi: New file.
27722
27723         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
27724
27725 2013-03-14  Petr Baudis  <pasky@ucw.cz>
27726
27727         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
27728         for non-NULL pointer before the memory validity test. Pointed
27729         out by Holger Brunck <holger.brunck@keymile.com>.
27730
27731 2013-03-13  Andreas Schwab  <schwab@suse.de>
27732
27733         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
27734         instead of .os.
27735
27736 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
27737
27738         * timezone/zic.c: Update from tzcode 2013b.
27739
27740 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
27741
27742         * manual/install.texi (Configuring and compiling):
27743         Mention i686 and i586.
27744         * INSTALL: Regenerate.
27745
27746 2013-03-12  Roland McGrath  <roland@hack.frob.com>
27747
27748         * sysdeps/init_array/elf-init.c: New file.
27749         * csu/elf-init.c
27750         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27751         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27752
27753         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27754         __gmon_start__ as global, but as static with a .preinit_array pointer.
27755         * sysdeps/init_array/gmon-start.c: New file.  Use that.
27756         * sysdeps/init_array/crti.S: New file, empty except for comments.
27757         * sysdeps/init_array/crtn.S: Likewise.
27758
27759 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
27760
27761         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27762         definining bcopy.
27763         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27764         Remove Prefer_SSE_for_memop.
27765         * sysdeps/x86_64/multiarch/init-arch.h: Remove
27766         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27767         HAS_PREFER_SSE_FOR_MEMOP.
27768         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27769         memset-x86-64.
27770         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27771         Remove bzero, memset ifunc support.
27772         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27773         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27774         * sysdeps/x86_64/multiarch/memset.S: Likewise.
27775         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27776
27777 2013-03-11  Andreas Schwab  <schwab@suse.de>
27778
27779         [BZ #15234]
27780         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27781         by SHLIB_COMPAT.
27782         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27783         (GLIBC_2.16): Remove pthread_atfork.
27784
27785 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
27786
27787         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27788         (ptestcases.h): Likewise.
27789
27790 2013-03-08  Roland McGrath  <roland@hack.frob.com>
27791
27792         * Makeconfig ($(common-objpfx)config.status): Depend on
27793         sysdeps/*/preconfigure{,.in} too.
27794
27795 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
27796
27797         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27798         (__free_hook): Use void * instead of __malloc_ptr_t.
27799         (__malloc_hook): Likewise.
27800         (__realloc_hook): Likewise.
27801         (__memalign_hook): Likewise.
27802         (__after_morecore_hook): Likewise.
27803         * malloc/arena.c (save_malloc_hook): Likewise.
27804         (save_free_hook): Likewise.
27805         * malloc/hooks.c (malloc_hook_ini): Likewise.
27806         (realloc_hook_ini): Likewise.
27807         (memalign_hook_ini): Likewise.
27808         * malloc/malloc.c (malloc_hook_ini): Likewise.
27809         (realloc_hook_ini): Likewise.
27810         (memalign_hook_ini): Likewise.
27811         (__free_hook): Likewise.
27812         (__malloc_hook): Likewise.
27813         (__realloc_hook): Likewise.
27814         (__memalign_hook): Likewise.
27815         (__libc_malloc): Likewise.
27816         (__libc_free): Likewise.
27817         (__libc_realloc): Likewise.
27818         (__libc_memalign): Likewise.
27819         (__libc_valloc): Likewise.
27820         (__libc_pvalloc): Likewise.
27821         (__libc_calloc): Likewise.
27822         (__posix_memalign): Likewise.
27823         * malloc/morecore.c (__sbrk): Likewise.
27824         (__default_morecore): Likewise.
27825
27826         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27827
27828         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27829         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27830         __malloc_ptrdiff_t.
27831
27832         * malloc/malloc.h (__malloc_size_t): Remove macro.
27833         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27834         __malloc_size_t.
27835         (old_memalign_hook): Likewise.
27836         (old_realloc_hook): Likewise.
27837         (struct hdr): Likewise.
27838         (flood): Likewise.
27839         (mallochook): Likewise.
27840         (memalignhook): Likewise.
27841         (reallochook): Likewise.
27842         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27843         (tr_old_realloc_hook): Likewise.
27844         (tr_old_memalign_hook): Likewise.
27845         (tr_mallochook): Likewise.
27846         (tr_reallochook): Likewise.
27847         (tr_memalignhook): Likewise.
27848
27849 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27850
27851         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27852         default_ldbl_pack and using as default implementation.
27853         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27854         implementation.
27855         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27856         redundant definition.
27857         (ldbl_insert_mantissa): Likewise.
27858         (ldbl_canonicalize): Likewise.
27859         (ldbl_nearbyint): Likewise.
27860         (ldbl_pack): Rename to ldbl_pack_ppc.
27861         (ldbl_unpack): Rename to ldbl_unpack_ppc.
27862         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27863         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27864
27865 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27866
27867         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27868         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27869         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27870         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27871         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27872         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27873         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27874         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27875
27876 2013-03-07  Andreas Jaeger  <aj@suse.de>
27877
27878         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27879         bits/mman-linux.h.
27880
27881 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
27882
27883         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27884         Include mpa.h and declare __MPEXP.
27885         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27886         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27887         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27888         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27889         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27890         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27891         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27892
27893         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27894         (__slowpow): Use long double EXPL and LOGL functions to
27895         compute POW.
27896         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27897         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27898         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27899         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27900         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27901         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27902
27903         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27904         intermediate variable to calculate exponent.
27905         (__sqr): Likewise.
27906         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27907         Likewise.
27908         (__sqr): Likewise.
27909
27910         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27911         [!NO__SQR]: Define __sqr.
27912         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27913         and NO__SQR.  Remove all code except __mul and __sqr.  Include
27914         sysdeps/ieee754/dbl-64/mpa.c.
27915         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27916
27917         [BZ #12723]
27918         * posix/Makefile (tests): Add tst-pathconf.
27919         * posix/tst-pathconf.c: New test case.
27920         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27921         _PC_PIPE_BUF.
27922         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27923
27924 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
27925
27926         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27927
27928 2013-03-06  Andreas Jaeger  <aj@suse.de>
27929
27930         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27931         definition via __MAP_ANONYMOUS.
27932
27933         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27934         it's not part of Linux headers.
27935
27936         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27937         (MAP_HUGE_MASK): Define.
27938
27939         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27940         Define.
27941         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27942         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27943         Define.
27944         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27945         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27946         Define.
27947         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27948         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27949         Define.
27950         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27951
27952         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27953         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27954         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27955         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27956         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27957         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27958
27959         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27960         Handle f2fs.
27961
27962         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27963         Handle f2fs and efivarfs.
27964
27965         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27966         f2fs.
27967
27968         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27969         (EFIVARFS_MAGIC): Add.
27970         (F2FS_LINK_MAX): Add.
27971
27972 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27973
27974         * stdio-common/vfprintf.c: Replace __builtin_expect with
27975         __glibc_unlikely.
27976
27977 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
27978
27979         [BZ #13550]
27980         * sysdeps/generic/bp-sym.h: Remove file.
27981         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27982         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27983         <bp-sym.h> and <bp-asm.h>.
27984         (__longjmp): Don't use BP_SYM.
27985         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27986         and <bp-asm.h>.
27987         (memcpy): Don't use BP_SYM.
27988         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27989         <bp-sym.h> and <bp-asm.h>.
27990         (memcpy): Don't use BP_SYM.
27991         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27992         <bp-asm.h>.
27993         (memcpy): Don't use BP_SYM.
27994         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27995         <bp-asm.h>.
27996         (memset): Don't use BP_SYM.
27997         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27998         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27999         (__bzero): Don't use BP_SYM.
28000         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28001         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28002         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
28003         <bp-sym.h> and <bp-asm.h>.
28004         (memcmp): Don't use BP_SYM.  Remove comment about bounded
28005         pointers.
28006         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
28007         <bp-sym.h> and <bp-asm.h>.
28008         (memcpy): Don't use BP_SYM.
28009         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
28010         <bp-sym.h> and <bp-asm.h>.
28011         (memset): Don't use BP_SYM.
28012         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28013         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28014         (__bzero): Don't use BP_SYM.
28015         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28016         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28017         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
28018         <bp-sym.h> and <bp-asm.h>.
28019         (strncmp): Don't use BP_SYM.  Remove comment about bounded
28020         pointers.
28021         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
28022         <bp-sym.h> and <bp-asm.h>.
28023         (memcpy): Don't use BP_SYM.
28024         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
28025         <bp-sym.h> and <bp-asm.h>.
28026         (memset): Don't use BP_SYM.
28027         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28028         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28029         (__bzero): Don't use BP_SYM.
28030         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28031         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28032         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
28033         <bp-sym.h> and <bp-asm.h>.
28034         (__memchr): Don't use BP_SYM.
28035         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
28036         <bp-sym.h> and <bp-asm.h>.
28037         (memcmp): Don't use BP_SYM.  Remove comment about bounded
28038         pointers.
28039         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
28040         <bp-sym.h> and <bp-asm.h>.
28041         (memcpy): Don't use BP_SYM.
28042         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
28043         <bp-sym.h> and <bp-asm.h>.
28044         (__mempcpy): Don't use BP_SYM.
28045         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
28046         <bp-sym.h> and <bp-asm.h>.
28047         (__memrchr): Don't use BP_SYM.
28048         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
28049         <bp-sym.h> and <bp-asm.h>.
28050         (memset): Don't use BP_SYM.
28051         (__bzero): Likewise.
28052         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
28053         <bp-sym.h> and <bp-asm.h>.
28054         (__rawmemchr): Don't use BP_SYM.
28055         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
28056         <bp-sym.h> and <bp-asm.h>.
28057         (__STRCMP): Don't use BP_SYM.
28058         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
28059         <bp-sym.h> and <bp-asm.h>.
28060         (strchr): Don't use BP_SYM.
28061         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
28062         <bp-sym.h> and <bp-asm.h>.
28063         (__strchrnul): Don't use BP_SYM.
28064         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
28065         <bp-sym.h> and <bp-asm.h>.
28066         (strlen): Don't use BP_SYM.
28067         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
28068         <bp-sym.h> and <bp-asm.h>.
28069         (strncmp): Don't use BP_SYM.  Remove comment about bounded
28070         pointers.
28071         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
28072         <bp-sym.h> and <bp-asm.h>.
28073         (__strnlen): Don't use BP_SYM.
28074         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
28075         <bp-sym.h> and <bp-asm.h>.
28076         (__GI__setjmp): Don't use BP_SYM.
28077         (_setjmp): Likewise.
28078         (__sigsetjmp): Likewise.
28079         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
28080         (L(start_addresses)): Don't use BP_SYM.
28081         (_start): Likewise.
28082         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
28083         <bp-asm.h>.
28084         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
28085         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
28086         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28087         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28088         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
28089         <bp-asm.h>.
28090         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
28091         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
28092         about bounded pointers.
28093         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28094         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28095         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
28096         <bp-asm.h>.
28097         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
28098         about bounded pointers.  Remove GKM FIXME comments.
28099         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28100         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
28101         <bp-asm.h>.
28102         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
28103         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
28104         Remove GKM FIXME comments.
28105         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28106         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28107         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
28108         <bp-asm.h>.
28109         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
28110         about bounded pointers.  Remove GKM FIXME comment.
28111         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
28112         and <bp-asm.h>.
28113         (strncmp): Don't use BP_SYM.  Remove comment about bounded
28114         pointers.
28115         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
28116         <bp-sym.h> and <bp-asm.h>.
28117         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
28119         <bp-sym.h> and <bp-asm.h>.
28120         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
28121         comment.
28122
28123 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
28124
28125         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
28126         call free(NULL).
28127
28128 2013-03-05  David S. Miller  <davem@davemloft.net>
28129
28130         * po/es.po: Update from translation team.
28131
28132 2013-03-05  Andreas Jaeger  <aj@suse.de>
28133
28134         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
28135         <bits/mman-linux.h>.
28136         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28137         is fine.
28138         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
28139         <bits/mman-linux.h> to end of file.
28140         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28141         is fine.
28142         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
28143         <bits/mman-linux.h> to end of file.
28144         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28145         is fine.
28146         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
28147         <bits/mman-linux.h> to end of file.
28148
28149         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
28150         (MCL_CURRENT, MCL_FUTURE): Define here.
28151
28152 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28153
28154         [BZ #15232]
28155         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
28156         attribute_hidden.
28157         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
28158
28159 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28160
28161         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
28162         fourth parameter needed for rt_sigprocmask syscall.
28163         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
28164         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
28165         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
28166         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
28167         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
28168         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
28169
28170 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
28171
28172         [BZ #13550]
28173         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
28174         comment about bounded pointers.
28175         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
28176         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
28177
28178 2013-03-04  Andreas Jaeger  <aj@suse.de>
28179
28180         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
28181         common definitions.
28182
28183         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
28184         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
28185         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
28186         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
28187         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
28188         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
28189
28190 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28191
28192         [BZ #15055]
28193         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
28194         __ieee754_sqrl instead of __sqrl.
28195
28196 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
28197
28198         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
28199         * sysdeps/powerpc/fpu_control.h: ... here.
28200         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
28201         * sysdeps/powerpc/bits/fenvinline.h: ... here.
28202         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
28203         * sysdeps/powerpc/bits/mathinline.h: ... here.
28204
28205 2013-03-01  Roland McGrath  <roland@hack.frob.com>
28206
28207         * elf/dl-hwcaps.c (_dl_important_hwcaps):
28208         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
28209         to just [NEED_DL_SYSINFO_DSO].
28210         * elf/dl-support.c: Likewise.
28211         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
28212         * elf/rtld.c (dl_main): Likewise.
28213         * elf/setup-vdso.h (setup_vdso): Likewise.
28214         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
28215         * sysdeps/unix/sysv/linux/dl-sysdep.c
28216         (_dl_discover_osversion): Likewise.
28217
28218 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
28219
28220         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
28221         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28222
28223 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
28224
28225         * NEWS: Mention libm performance improvements and non-x86 PI
28226         futex support.
28227
28228         * csu/libc-start.c (__pthread_initialize_minimal): Change
28229         function arguments.
28230         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28231
28232 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
28233
28234         [BZ #13550]
28235         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
28236         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
28237         <bp-sym.h> and <bp-asm.h>.
28238         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28239         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
28240         and <bp-asm.h>.
28241         (memcpy): Don't use BP_SYM.
28242         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
28243         <bp-asm.h>.
28244         (__mpn_add_n): Don't use BP_SYM.
28245         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
28246         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
28247         and <bp-asm.h>.
28248         (__mpn_addmul_1): Don't use BP_SYM.
28249         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28250         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
28251         <bp-sym.h>.
28252         (_setjmp): Don't use BP_SYM.
28253         (__novmx_setjmp): Likewise.
28254         (__GI__setjmp): Likewise.
28255         (__vmx_setjmp): Likewise.
28256         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
28257         <bp-sym.h>.
28258         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
28259         (__bzero): Don't use BP_SYM.
28260         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28261         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28262         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
28263         <bp-sym.h> and <bp-asm.h>.
28264         (memcpy): Don't use BP_SYM.
28265         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
28266         <bp-sym.h> and <bp-asm.h>.
28267         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28268         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
28269         <bp-sym.h> and <bp-asm.h>.
28270         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28271         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
28272         <bp-asm.h>.
28273         (__mpn_lshift): Don't use BP_SYM.
28274         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28275         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
28276         <bp-asm.h>.
28277         (memset): Don't use BP_SYM.
28278         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28279         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28280         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
28281         <bp-asm.h>.
28282         (__mpn_mul_1): Don't use BP_SYM.
28283         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28284         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
28285         <bp-sym.h> and <bp-asm.h>.
28286         (memcmp): Don't use BP_SYM.
28287         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
28288         <bp-sym.h> and <bp-asm.h>.
28289         (memcpy): Don't use BP_SYM.
28290         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
28291         <bp-sym.h> and <bp-asm.h>.
28292         (memset): Don't use BP_SYM.
28293         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
28294         <bp-sym.h> and <bp-asm.h>.
28295         (strncmp): Don't use BP_SYM.
28296         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
28297         <bp-sym.h> and <bp-asm.h>.
28298         (memcpy): Don't use BP_SYM.
28299         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
28300         <bp-sym.h> and <bp-asm.h>.
28301         (memset): Don't use BP_SYM.
28302         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
28303         <bp-sym.h> and <bp-asm.h>.
28304         (__memchr): Don't use BP_SYM.
28305         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
28306         <bp-sym.h> and <bp-asm.h>.
28307         (memcmp): Don't use BP_SYM.
28308         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
28309         <bp-sym.h> and <bp-asm.h>.
28310         (memcpy): Don't use BP_SYM.
28311         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
28312         <bp-sym.h> and <bp-asm.h>.
28313         (__mempcpy): Don't use BP_SYM.
28314         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
28315         <bp-sym.h> and <bp-asm.h>.
28316         (__memrchr): Don't use BP_SYM.
28317         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
28318         <bp-sym.h> and <bp-asm.h>.
28319         (memset): Don't use BP_SYM.
28320         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
28321         <bp-sym.h> and <bp-asm.h>.
28322         (__rawmemchr): Don't use BP_SYM.
28323         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
28324         <bp-sym.h> and <bp-asm.h>.
28325         (__STRCMP): Don't use BP_SYM.
28326         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
28327         <bp-sym.h> and <bp-asm.h>.
28328         (strchr): Don't use BP_SYM.
28329         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
28330         <bp-sym.h> and <bp-asm.h>.
28331         (__strchrnul): Don't use BP_SYM.
28332         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
28333         <bp-sym.h> and <bp-asm.h>.
28334         (strlen): Don't use BP_SYM.
28335         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
28336         <bp-sym.h> and <bp-asm.h>.
28337         (strncmp): Don't use BP_SYM.
28338         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
28339         <bp-sym.h> and <bp-asm.h>.
28340         (__strnlen): Don't use BP_SYM.
28341         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
28342         <bp-asm.h>.
28343         (__mpn_rshift): Don't use BP_SYM.
28344         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28345         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
28346         <bp-sym.h> and <bp-asm.h>.
28347         (__sigsetjmp): Don't use BP_SYM.
28348         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
28349         (L(start_addresses)): Don't use BP_SYM.
28350         (_start): Likewise.
28351         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
28352         <bp-asm.h>.
28353         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
28354         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28355         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28356         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
28357         <bp-asm.h>.
28358         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
28359         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28360         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28361         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
28362         <bp-asm.h>.
28363         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28364         comments.
28365         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28366         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
28367         <bp-asm.h>.
28368         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
28369         FIXME comments.
28370         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28371         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28372         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
28373         <bp-asm.h>.
28374         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28375         comment.
28376         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
28377         and <bp-asm.h>.
28378         (strncmp): Don't use BP_SYM,
28379         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
28380         <bp-asm.h>.
28381         (__mpn_sub_n): Don't use BP_SYM.
28382         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28383         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
28384         and <bp-asm.h>.
28385         (__mpn_submul_1): Don't use BP_SYM.
28386         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
28388         <bp-sym.h> and <bp-asm.h>.
28389         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28390         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
28391         <bp-sym.h> and <bp-asm.h>.
28392         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
28393         comment.
28394
28395 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28396
28397         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
28398         Use ZK to minimize writes to Z.
28399         (sub_magnitudes): Simplify code a bit.
28400         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
28401         Use ZK to minimize writes to Z.
28402         (sub_magnitudes): Simplify code a bit.
28403
28404 2013-02-27  Roland McGrath  <roland@hack.frob.com>
28405
28406         * csu/gmon-start.c: Add special exception to license text.
28407
28408 2013-02-27  Richard Henderson  <rth@redhat.com>
28409
28410         * scripts/config.guess: Update from config.git.
28411         * scripts/config.sub: Likewise.
28412
28413 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28414
28415         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
28416
28417         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
28418
28419         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
28420
28421         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
28422
28423         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
28424
28425 2013-02-26  Roland McGrath  <roland@hack.frob.com>
28426
28427         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
28428         [$(build-shared = yes].
28429
28430 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28431
28432         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
28433         (__mul): Reduce iterations for calculating mantissa.
28434
28435         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
28436         MPTWO.
28437         (__mpranred): Likewise.
28438
28439         [BZ #15160]
28440         * malloc/memusagestat.c (main): Draw graphs for heap and stack
28441         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
28442
28443 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
28444
28445         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
28446         Define __attribute__.
28447
28448 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28449
28450         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
28451         unused.
28452         * posix/regex_internal.h (__attribute): Remove.
28453         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
28454         (re_string_context_at): Likewise.
28455         (bitset_not): Use __attribute__ and mark function as possibly
28456         unused.
28457         (bitset_merge): Likewise.
28458         (bitset_mask): Likewise.
28459         (re_string_char_size_at): Likewise.
28460         (re_string_wchar_at): Likewise.
28461         (re_string_elem_size_at): Likewise.
28462
28463 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
28464
28465         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
28466         code.
28467         (cc32): Likewise.
28468
28469         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
28470         (__acr): Likewise.
28471         (__cpy): Likewise.
28472         (norm): Likewise.
28473         (denorm): Likewise.
28474         (__dbl_mp): Likewise.
28475         (add_magnitudes): Likewise.
28476         (sub_magnitudes): Likewise.
28477         (__mul): Likewise.
28478         (__inv): Likewise.
28479
28480         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
28481         style.
28482
28483         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
28484         style.
28485
28486         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
28487         code.
28488
28489         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
28490         up changes with default code.
28491         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
28492         Likewise.
28493
28494 2013-02-24  Allan McRae  <allan@archlinux.org>
28495
28496         * manual/socket.texi (The Internet Namespace): Order menu items
28497         to match that in the file.
28498
28499         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
28500         node listing of the info page menu.
28501
28502 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
28503
28504         [BZ #13550]
28505         * sysdeps/i386/bp-asm.h: Remove file.
28506         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28507         (PARMS): Do not use macros from bp-asm.h.
28508         (S1): Likewise.
28509         (S2): Likewise.
28510         (SIZE): Likewise.
28511         (__mpn_add_n): Do not use BP_SYM
28512         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
28513         "bp-asm.h".
28514         (PARMS): Do not use macros from bp-asm.h.
28515         (S1): Likewise.
28516         (SIZE): Likewise.
28517         (__mpn_addmul_1): Do not use BP_SYM
28518         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
28519         "bp-asm.h".
28520         (PARMS): Do not use macros from bp-asm.h.
28521         (SIGMSK): Likewise.
28522         (_setjmp): Likewise.  Do not use BP_SYM.
28523         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
28524         "bp-asm.h".
28525         (PARMS): Do not use macros from bp-asm.h.
28526         (SIGMSK): Likewise.
28527         (setjmp): Likewise.  Do not use BP_SYM.
28528         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
28529         "bp-asm.h".
28530         (PARMS): Do not use macros from bp-asm.h.
28531         (__frexp): Do not use BP_SYM.
28532         (frexp): Likewise.
28533         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
28534         "bp-asm.h".
28535         (PARMS): Do not use macros from bp-asm.h.
28536         (__frexpf): Do not use BP_SYM.
28537         (frexpf): Likewise.
28538         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
28539         "bp-asm.h".
28540         (PARMS): Do not use macros from bp-asm.h.
28541         (__frexpl): Do not use BP_SYM.
28542         (frexpl): Likewise.
28543         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
28544         "bp-asm.h".
28545         (PARMS): Do not use macros from bp-asm.h.
28546         (__remquo): Do not use BP_SYM.
28547         (remquo): Likewise.
28548         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
28549         "bp-asm.h".
28550         (PARMS): Do not use macros from bp-asm.h.
28551         (__remquof): Do not use BP_SYM.
28552         (remquof): Likewise.
28553         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
28554         "bp-asm.h".
28555         (PARMS): Do not use macros from bp-asm.h.
28556         (__remquol): Do not use BP_SYM.
28557         (remquol): Likewise.
28558         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
28559         "bp-asm.h".
28560         (PARMS): Do not use macros from bp-asm.h.
28561         (DEST): Likewise.
28562         (SRC): Likewise.
28563         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
28564         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
28565         "bp-asm.h".
28566         (PARMS): Do not use macros from bp-asm.h.
28567         (strlen): Do not use BP_SYM.
28568         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
28569         "bp-asm.h".
28570         (PARMS): Do not use macros from bp-asm.h.
28571         (S1): Likewise.
28572         (S2): Likewise.
28573         (SIZE): Likewise.
28574         (__mpn_add_n): Do not use BP_SYM.
28575         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
28576         "bp-asm.h".
28577         (PARMS): Do not use macros from bp-asm.h.
28578         (S1): Likewise.
28579         (SIZE): Likewise.
28580         (__mpn_addmul_1): Do not use BP_SYM.
28581         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
28582         weak_alias.
28583         (bzero): Likewise.
28584         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
28585         "bp-asm.h".
28586         (PARMS): Do not use macros from bp-asm.h.
28587         (S): Likewise.
28588         (SIZE): Likewise.
28589         (__mpn_lshift): Do not use BP_SYM.
28590         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
28591         "bp-asm.h".
28592         (PARMS): Do not use macros from bp-asm.h.
28593         (DEST): Likewise.
28594         (SRC): Likewise.
28595         (LEN): Likewise.
28596         (memcpy): Likewise.  Do not use BP_SYM.
28597         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
28598         libc_hidden_def and weak_alias.
28599         (mempcpy): Do not use BP_SYM in weak_alias.
28600         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
28601         "bp-asm.h".
28602         (PARMS): Do not use macros from bp-asm.h.
28603         (DEST): Likewise.
28604         (LEN): Likewise.
28605         [!BZERO_P] (CHR): Likewise.
28606         (memset): Likewise.  Do not use BP_SYM.
28607         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
28608         "bp-asm.h".
28609         (PARMS): Do not use macros from bp-asm.h.
28610         (S1): Likewise.
28611         (SIZE): Likewise.
28612         (__mpn_mul_1): Do not use BP_SYM.
28613         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
28614         "bp-asm.h".
28615         (PARMS): Do not use macros from bp-asm.h.
28616         (S): Likewise.
28617         (SIZE): Likewise.
28618         (__mpn_rshift): Do not use BP_SYM.
28619         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
28620         "bp-asm.h".
28621         (PARMS): Do not use macros from bp-asm.h.
28622         (STR): Likewise.
28623         (CHR): Likewise.
28624         (strchr): Likewise.  Do not use BP_SYM.
28625         (index): Do not use BP_SYM in weak_alias.
28626         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
28627         "bp-asm.h".
28628         (PARMS): Do not use macros from bp-asm.h.
28629         (DEST): Likewise.
28630         (SRC): Likewise.
28631         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
28632         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
28633         "bp-asm.h".
28634         (PARMS): Do not use macros from bp-asm.h.
28635         (strlen): Do not use BP_SYM.
28636         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
28637         "bp-asm.h".
28638         (PARMS): Do not use macros from bp-asm.h.
28639         (S1): Likewise.
28640         (S2): Likewise.
28641         (SIZE): Likewise.
28642         (__mpn_sub_n): Do not use BP_SYM.
28643         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
28644         "bp-asm.h".
28645         (PARMS): Do not use macros from bp-asm.h.
28646         (S1): Likewise.
28647         (SIZE): Likewise.
28648         (__mpn_submul_1): Do not use BP_SYM.
28649         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
28650         "bp-asm.h".
28651         (PARMS): Do not use macros from bp-asm.h.
28652         (S1): Likewise.
28653         (S2): Likewise.
28654         (SIZE): Likewise.
28655         (__mpn_add_n): Do not use BP_SYM.
28656         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
28657         weak_alias.
28658         (bzero): Likewise.
28659         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
28660         "bp-asm.h".
28661         (PARMS): Do not use macros from bp-asm.h.
28662         (BLK2): Likewise.
28663         (LEN): Likewise.
28664         (memcmp): Do not use BP_SYM.
28665         (bcmp): Do not use BP_SYM in weak_alias.
28666         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
28667         "bp-asm.h".
28668         (PARMS): Do not use macros from bp-asm.h.
28669         (DEST): Likewise.
28670         (SRC): Likewise.
28671         (LEN): Likewise.
28672         (memcpy): Likewise.  Do not use BP_SYM.
28673         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
28674         "bp-asm.h".
28675         (PARMS): Do not use macros from bp-asm.h.
28676         (DEST): Likewise.
28677         (SRC): Likewise.
28678         (LEN): Likewise.
28679         (memmove): Likewise.  Do not use BP_SYM.
28680         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
28681         "bp-asm.h".
28682         (PARMS): Do not use macros from bp-asm.h.
28683         (DEST): Likewise.
28684         (SRC): Likewise.
28685         (LEN): Likewise.
28686         (__mempcpy): Likewise.  Do not use BP_SYM.
28687         (mempcpy): Do not use BP_SYM in weak_alias.
28688         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
28689         "bp-asm.h".
28690         (PARMS): Do not use macros from bp-asm.h.
28691         (DEST): Likewise.
28692         (LEN): Likewise.
28693         [!BZERO_P] (CHR): Likewise.
28694         (memset): Likewise.  Do not use BP_SYM.
28695         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
28696         "bp-asm.h".
28697         (PARMS): Do not use macros from bp-asm.h.
28698         (STR2): Likewise.
28699         (strcmp): Do not use BP_SYM.
28700         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
28701         "bp-asm.h".
28702         (PARMS): Do not use macros from bp-asm.h.
28703         (STR): Likewise.
28704         (DELIM): Likewise.
28705         [USE_AS_STRTOK_R] (SAVE): Likewise.
28706         (FUNCTION): Likewise.  Do not use BP_SYM.
28707         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
28708         aliases.
28709         (strtok_r): Likewise.
28710         (__GI___strtok_r): Likewise.
28711         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28712         (PARMS): Do not use macros from bp-asm.h.
28713         (S): Likewise.
28714         (SIZE): Likewise.
28715         (__mpn_lshift): Do not use BP_SYM.
28716         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28717         (PARMS): Do not use macros from bp-asm.h.
28718         (STR): Likewise.
28719         (CHR): Likewise.
28720         (__memchr): Do not use BP_SYM.
28721         (memchr): Do not use BP_SYM in weak_alias.
28722         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28723         (PARMS): Do not use macros from bp-asm.h.
28724         (BLK2): Likewise.
28725         (LEN): Likewise.
28726         (memcmp): Do not use BP_SYM.
28727         (bcmp): Do not use BP_SYM in weak_alias.
28728         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
28729         (PARMS): Do not use macros from bp-asm.h.
28730         (S1): Likewise.
28731         (SIZE): Likewise.
28732         (__mpn_mul_1): Do not use BP_SYM.
28733         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
28734         "bp-asm.h".
28735         (PARMS): Do not use macros from bp-asm.h.
28736         (STR): Likewise.
28737         (CHR): Likewise.
28738         (__rawmemchr): Do not use BP_SYM.
28739         (rawmemchr): Do not use BP_SYM in weak_alias.
28740         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28741         (PARMS): Do not use macros from bp-asm.h.
28742         (S): Likewise.
28743         (SIZE): Likewise.
28744         (__mpn_rshift): Do not use BP_SYM.
28745         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28746         (PARMS): Do not use macros from bp-asm.h.
28747         (SIGMSK): Likewise.
28748         (__sigsetjmp): Likewise.  Do not use BP_SYM.
28749         * sysdeps/i386/start.S: Do not include "bp-sym.h".
28750         (_start): Do not use BP_SYM.
28751         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28752         (PARMS): Do not use macros from bp-asm.h.
28753         (DEST): Likewise.
28754         (SRC): Likewise.
28755         (__stpcpy): Likewise.  Do not use BP_SYM.
28756         (stpcpy): Do not use BP_SYM in weak_alias.
28757         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
28758         "bp-asm.h".
28759         (PARMS): Do not use macros from bp-asm.h.
28760         (DEST): Likewise.
28761         (SRC): Likewise.
28762         (LEN): Likewise.
28763         (__stpncpy): Likewise.  Do not use BP_SYM.
28764         (stpncpy): Do not use BP_SYM in weak_alias.
28765         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28766         (PARMS): Do not use macros from bp-asm.h.
28767         (STR): Likewise.
28768         (CHR): Likewise.
28769         (strchr): Likewise.  Do not use BP_SYM.
28770         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
28771         "bp-asm.h".
28772         (PARMS): Do not use macros from bp-asm.h.
28773         (STR): Likewise.
28774         (CHR): Likewise.
28775         (__strchrnul): Likewise.  Do not use BP_SYM.
28776         (strchrnul): Do not use BP_SYM in weak_alias.
28777         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28778         "bp-asm.h".
28779         (PARMS): Do not use macros from bp-asm.h.
28780         (STOP): Likewise.
28781         (strcspn): Do not use BP_SYM.
28782         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28783         "bp-asm.h".
28784         (PARMS): Do not use macros from bp-asm.h.
28785         (STR): Likewise.
28786         (STOP): Likewise.
28787         (strpbrk): Likewise.  Do not use BP_SYM.
28788         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28789         "bp-asm.h".
28790         (PARMS): Do not use macros from bp-asm.h.
28791         (STR): Likewise.
28792         (CHR): Likewise.
28793         (strrchr): Likewise.  Do not use BP_SYM.
28794         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28795         (PARMS): Do not use macros from bp-asm.h.
28796         (SKIP): Likewise.
28797         (strspn): Do not use BP_SYM.
28798         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28799         (PARMS): Do not use macros from bp-asm.h.
28800         (STR): Likewise.
28801         (DELIM): Likewise.
28802         (SAVE): Likewise.
28803         (FUNCTION): Likewise.  Do not use BP_SYM.
28804         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28805         aliases.
28806         (strtok_r): Likewise.
28807         (__GI___strtok_r): Likewise.
28808         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28809         (PARMS): Do not use macros from bp-asm.h.
28810         (S1): Likewise.
28811         (S2): Likewise.
28812         (SIZE): Likewise.
28813         (__mpn_sub_n): Do not use BP_SYM.
28814         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28815         "bp-asm.h".
28816         (PARMS): Do not use macros from bp-asm.h.
28817         (S1): Likewise.
28818         (SIZE): Likewise.
28819         (__mpn_submul_1): Do not use BP_SYM.
28820         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28821         <bp-sym.h>.
28822         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28823         and <bp-asm.h>.
28824         (PARMS): Do not use macros from bp-asm.h.
28825         (FLAGS): Likewise.
28826         (PTID): Likewise.
28827         (TLS): Likewise.
28828         (CTID): Likewise.
28829         (__clone): Do not use BP_SYM.
28830         (clone): Do not use BP_SYM in weak_alias.
28831         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28832         and <bp-asm.h>.
28833         (PARMS): Do not use macros from bp-asm.h.
28834         (LEN): Likewise.
28835         (__mmap64): Do not use BP_SYM.
28836         (mmap64): Do not use BP_SYM in weak_alias.
28837         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28838         <bp-sym.h> and <bp-asm.h>.
28839         (PARMS): Do not use macros from bp-asm.h.
28840         (__posix_fadvise64_l64): Do not use BP_SYM.
28841         * sysdeps/unix/sysv/linux/i386/semtimedop.S
28842         (PARMS): Do not use macros from bp-asm.h.
28843         (NSOPS): Likewise.
28844         (semtimedop): Do not use BP_SYM.
28845         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28846         and <bp-asm.h>.
28847
28848 2013-02-21  Allan McRae  <allan@archlinux.org>
28849
28850         * manual/message.texi (Charset conversion in gettext):
28851         Move @end statement to beginning of line.
28852
28853 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28854
28855         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28856         static.
28857         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28858         Likewise.
28859
28860         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28861         (denorm): Likewise.
28862         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28863         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28864
28865 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28866
28867         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28868         tail-call to the resolved function if pltexit isn't needed.
28869
28870 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28871
28872         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28873         or Y being zero as being unlikely.
28874         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28875         Likewise.
28876
28877 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
28878
28879         * manual/nss.texi (System Databases and Name Service Switch):
28880         Remove frobnicate @pxref.
28881
28882 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28883
28884         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28885         __attribute__ ((unused)) to __attribute__ ((__unused__)).
28886
28887 2013-02-20  Petr Machata  <pmachata@redhat.com>
28888
28889         * elf/elf.h (R_ARM_TARGET1): New macro.
28890         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28891         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28892         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28893         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28894         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28895         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28896         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28897         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28898         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28899         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28900         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28901         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28902         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28903         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28904         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28905         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28906         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28907         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28908         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28909         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28910         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28911         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28912         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28913         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28914         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28915         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28916         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28917         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28918         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28919         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28920         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28921         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28922         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28923         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28924         (R_ARM_THM_GOT_BREL12): Likewise.
28925         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28926         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28927         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28928         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28929         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28930         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28931         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28932         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28933         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28934
28935 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28936
28937         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28938         __attribute_used__ to __attribute__ ((unused)).
28939
28940 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28941
28942         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28943         powerpc mpa.c.
28944         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28945         comment formatting.
28946         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28947
28948 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
28949
28950         [BZ #13550]
28951         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28952         Remove macro.
28953         (ENTER): Remove both macro definitions.
28954         (LEAVE): Likewise.
28955         (CHECK_BOUNDS_LOW): Likewise.
28956         (CHECK_BOUNDS_HIGH): Likewise.
28957         (CHECK_BOUNDS_BOTH): Likewise.
28958         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28959         (RETURN_BOUNDED_POINTER): Likewise.
28960         (RETURN_NULL_BOUNDED_POINTER): Likewise.
28961         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28962         (POP_ERRNO_LOCATION_RETURN): Likewise.
28963         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28964         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28965         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28966         macros.
28967         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28968         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28969         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28970         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28971         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28972         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28973         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28974         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28975         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28976         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28977         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28978         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28979         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28980         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28981         removed macros.
28982         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28983         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28984         macros.
28985         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28986         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28987         * sysdeps/i386/i586/memset.S (memset): Likewise.
28988         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28989         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28990         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28991         macros.
28992         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28993         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28994         Change uses of L(2) to L(out).
28995         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28996         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28997         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28998         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28999         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
29000         removed macros.
29001         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29002         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
29003         macros.
29004         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
29005         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
29006         (RETURN): Do not use macro LEAVE.
29007         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
29008         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
29009         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
29010         * sysdeps/i386/i686/memset.S (memset): Likewise.
29011         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
29012         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
29013         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
29014         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
29015         Likewise.
29016         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
29017         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
29018         L(1_2) and L(1_3) into L(1).
29019         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
29020         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
29021         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29022         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
29023         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
29024         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
29025         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
29026         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29027         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
29028         macros.
29029         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
29030         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29031         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
29032         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
29033         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
29034         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29035         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
29036         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
29037         * sysdeps/i386/strcspn.S (strcspn): Likewise.
29038         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
29039         * sysdeps/i386/strrchr.S (strrchr): Likewise.
29040         * sysdeps/i386/strspn.S (strspn): Likewise.
29041         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
29042         conditional code.
29043         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
29044         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
29045         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
29046         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
29047         L(1_3) into L(1_1).
29048         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
29049         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
29050         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
29051         macros.
29052         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29053
29054 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
29055
29056         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
29057         macro.
29058
29059 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
29060
29061         * math/atest-exp.c (exp_mpn): Remove ROUND.
29062         * math/atest-exp2.c (exp_mpn): Likewise.
29063         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
29064
29065         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
29066         * stdlib/tst-tls-atexit-lib.c: Likewise.
29067         * stdlib/tst-tls-atexit.c: Likewise.
29068
29069 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
29070
29071         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
29072         and __attribute_alloc_size__.
29073
29074 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
29075
29076         * include/programs/xmalloc.h: Change __attribute_alloc_size to
29077         __attribute_alloc_size__.
29078         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
29079         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
29080
29081 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
29082
29083         * include/programs/xmalloc.h: New file.
29084         * catgets/gencat.c: Include it.
29085         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
29086         * elf/pldd.c: Likewise.
29087         * iconv/iconv_charmap.c: Likewise.
29088         * iconv/iconvconfig.c: Likewise.
29089         * iconv/strtab.c: Likewise.
29090         * locale/programs/locale.c: Likewise.
29091         * locale/programs/localedef.h: Likewise.
29092         * locale/programs/simple-hash.c: Likewise.
29093         * nscd/nscd.h: Likewise.
29094         * nss/makedb.c: Likewise.
29095         * sysdeps/generic/ldconfig.h: Likewise.
29096
29097 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29098
29099         * Versions.def: Add GLIBC_2.18.
29100         * include/link.h (struct link_map): New member l_tls_dtor_count.
29101         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
29102         (__call_tls_dtors): Likewise.
29103         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
29104         __cxa_thread_atexit_impl.
29105         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29106         Likewise.
29107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29108         Likewise.
29109         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
29110         Likewise.
29111         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
29112         Likewise.
29113         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
29114         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
29115         Likewise.
29116         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
29117         Likewise.
29118         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
29119         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
29120         Likewise.
29121         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
29122         (tests): Add test case tst-tls-atexit.
29123         (modules-names): Add shared library for tst-tls-atexit.
29124         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
29125         (GLIBC_PRIVATE): Add __call_tls_dtors.
29126         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
29127         for libstdc++.
29128         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
29129         * stdlib/tst-tls-atexit.c: New test case.
29130         * stdlib/tst-tls-atexit-lib.c: New test case.
29131
29132         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
29133
29134         * elf/Versions (ld): Add _dl_find_dso_for_object.
29135         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
29136         * elf/dl-open.c (_dl_find_dso_for_object): New function.
29137         (dl_open_worker): Use _dl_find_dso_for_object.
29138         * elf/dl-sym.c (do_sym): Likewise.
29139         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
29140
29141 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29142
29143         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
29144         Syntactic changes only.
29145         (_dl_runtime_profile): Do a tail-call to the resolved function.
29146
29147 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
29148
29149         [BZ #13550]
29150         * sysdeps/x86_64/bp-asm.h: Remove file.
29151         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
29152         <bp-sym.h> and <bp-asm.h>.
29153         (__clone): Do not use BP_SYM.
29154         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
29155         <bp-sym.h> and <bp-asm.h>.
29156         * sysdeps/unix/x86_64/sysdep.S: Likewise.
29157         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
29158         "bp-asm.h".
29159         (_setjmp): Do not use BP_SYM.
29160         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
29161         "bp-asm.h".
29162         (setjmp): Do not use BP_SYM.
29163         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
29164         libc_hidden_def.
29165         (mempcpy): Do not use BP_SYM in weak_alias.
29166         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
29167         "bp-asm.h".
29168         (strchr): Do not use BP_SYM.
29169         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
29170         "bp-asm.h".
29171         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
29172         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
29173         (_start): Do not use BP_SYM.
29174         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
29175         "bp-asm.h".
29176         (strcat): Do not use BP_SYM.
29177         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
29178         "bp-asm.h".
29179         (STRCMP): Do not use BP_SYM.
29180         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
29181         "bp-asm.h".
29182         (STRCPY): Do not use BP_SYM.
29183         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
29184         "bp-asm.h".
29185         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
29186         "bp-asm.h".
29187         (FUNCTION): Do not use BP_SYM.
29188         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
29189         weak_alias.
29190         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
29191
29192 2013-02-17  Andreas Jaeger  <aj@suse.de>
29193
29194         * time/Versions: Sort entries.
29195         * string/Versions: Likewise.
29196         * resolv/Versions: Likewise.
29197         * posix/Versions: Likewise.
29198         * iconv/Versions: Likewise.
29199         * elf/Versions: Likewise.
29200         * wcsmbs/Versions: Likewise.
29201
29202 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29203
29204         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
29205         loop termination condition.
29206
29207         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
29208         variable to calculate EZ.
29209         (__sqr): Likewise.
29210
29211         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
29212         the lower precision input.
29213
29214 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
29215
29216         [BZ #13550]
29217         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
29218         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
29219         (run-via-rtld-prefix): Do not handle %-bp tests.
29220         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
29221         (all-object-suffixes): Remove .ob.
29222         (bppfx): Remove variable.
29223         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
29224         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
29225         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
29226         [$(build-bounded) = yes] (libtype.ob): Likewise.
29227         * Makerules (elide-routines.ob): Remove variable.
29228         (do-tests-clean): Do not handle *-bp.out.
29229         (common-mostlyclean): Do not handle *-bp and *-bp.out.
29230         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
29231         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
29232         (tests): Do not include $(tests-bp.out).
29233         (xtests): Do not include $(xtests-bp.out).
29234         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
29235         [$(build-bounded) = yes] ($(addprefix
29236         $(objpfx),$(binaries-bounded))): Remove rule.
29237         ($(objpfx)%-bp.out): Remove rule.
29238         * config.make.in (build-bounded): Remove variable.
29239         * crypt/Makefile [$(build-bounded) = yes]
29240         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
29241         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
29242         append to variable.
29243         [$(build-bounded) = yes] (install-lib): Likewise.
29244         [$(build-bounded) = yes] (generated): Likewise.
29245         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
29246         Remove rule.
29247         * intl/Makefile [$(build-bounded) = yes]
29248         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
29249         * math/Makefile [$(build-bounded) = yes]
29250         ($(tests:%=$(objpfx)%-bp): Likewise.
29251         * misc/Makefile [$(build-bounded) = yes]
29252         ($(objpfx)tst-tsearch-bp): Likewise.
29253         * nptl/Makeconfig (bounded-thread-library): Remove variable.
29254         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
29255         Remove dependency.
29256         * string/Makefile (o-objects.ob): Remove variable.
29257         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
29258         (CFLAGS-.ob): Remove variable.
29259         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
29260         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
29261         both definitions of variable.
29262         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
29263         (ASFLAGS-.ob): Remove variable.
29264
29265 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
29266
29267         [BZ #13550]
29268         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
29269         Remove __BOUNDED_POINTERS__ from condition.
29270         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
29271         * string/bits/string2.h [!__NO_STRING_INLINES &&
29272         !__BOUNDED_POINTERS__]: Likewise.
29273         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
29274         Likewise.
29275         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
29276         Remove conditional code.
29277         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
29278         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
29279         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
29280         condition.
29281
29282         [BZ #13550]
29283         * csu/libc-start.c: Do not include <bp-sym.h>.
29284         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
29285         * elf/dl-open.c: Do not include <bp-sym.h>.
29286         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
29287         * math/fegetenv.c: Do not include <bp-sym.h>.
29288         (fegetenv): Do not use BP_SYM in versioned symbols.
29289         * nptl/sysdeps/pthread/bits/libc-lockP.h
29290         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
29291         <bp-sym.h>.
29292         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29293         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
29294         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29295         (__pthread_mutex_destroy): Likewise.
29296         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29297         (__pthread_mutex_lock): Likewise.
29298         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29299         (__pthread_mutex_trylock): Likewise.
29300         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29301         (__pthread_mutex_unlock): Likewise.
29302         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29303         (__pthread_mutexattr_init): Likewise.
29304         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29305         (__pthread_mutexattr_destroy): Likewise.
29306         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29307         (__pthread_mutexattr_settype): Likewise.
29308         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29309         (__pthread_rwlock_init): Likewise.
29310         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29311         (__pthread_rwlock_destroy): Likewise.
29312         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29313         (__pthread_rwlock_rdlock): Likewise.
29314         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29315         (__pthread_rwlock_tryrdlock): Likewise.
29316         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29317         (__pthread_rwlock_wrlock): Likewise.
29318         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29319         (__pthread_rwlock_trywrlock): Likewise.
29320         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29321         (__pthread_rwlock_unlock): Likewise.
29322         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29323         (__pthread_key_create): Likewise.
29324         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29325         (__pthread_setspecific): Likewise.
29326         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29327         (__pthread_getspecific): Likewise.
29328         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
29329         Likewise.
29330         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29331         (_pthread_cleanup_push_defer): Likewise.
29332         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29333         (_pthread_cleanup_pop_restore): Likewise.
29334         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29335         (pthread_setcancelstate): Likewise.
29336         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
29337         <bp-sym.h>.
29338         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
29339         (memchr): Do not use BP_SYM in weak_alias.
29340         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
29341         (fegetenv): Do not use BP_SYM in versioned symbols.
29342         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
29343         (fesetenv): Do not use BP_SYM in versioned symbols.
29344         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29345         (feupdateenv): Do not use BP_SYM in versioned symbols.
29346         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29347         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29348         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
29349         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
29350         (open64): Do not use BP_SYM in weak_alias.
29351         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
29352         (fegetenv): Do not use BP_SYM in versioned symbols.
29353         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
29354         (fesetenv): Do not use BP_SYM in versioned symbols.
29355         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29356         (feupdateenv): Do not use BP_SYM in versioned symbols.
29357         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
29358         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
29359         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
29360         (feraiseexcept): Do not use BP_SYM in versioned symbols.
29361         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29362         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29363         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
29364         <bp-sym.h>.
29365         (__libc_start_main): Do not use BP_SYM.
29366
29367 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29368
29369         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
29370         redundant return line.
29371         (norm): Likewise.
29372         (denorm): Likewise.
29373         (dbl_mp): Likewise.
29374         (sub_magnitudes): Likewise.
29375         (__add): Likewise.
29376         (__sub): Likewise.
29377         (__mul): Likewise.
29378         (__inv): Likewise.
29379         (__dvd): Likewise.
29380         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
29381         (norm): Likewise.
29382         (denorm): Likewise.
29383         (dbl_mp): Likewise.
29384         (sub_magnitudes): Likewise.
29385         (__add): Likewise.
29386         (__sub): Likewise.
29387         (__mul): Likewise.
29388         (__inv): Likewise.
29389         (__dvd): Likewise.
29390
29391         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
29392         instead of __mul.
29393         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
29394         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
29395         (cc32): Likewise.
29396
29397         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
29398         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
29399         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
29400         of __mul for squares.
29401         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
29402         function
29403         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
29404         Likewise.
29405         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
29406         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
29407
29408 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
29409
29410         [BZ #13550]
29411         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
29412         code.
29413         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
29414         prototype or function definition.  Rename ubp_* variables and
29415         parameters.  Remove argv definitions conditional on
29416         [__BOUNDED_POINTERS__].
29417         * debug/backtrace.c (__backtrace): Do not use __unbounded.
29418         * elf/dl-runtime.c (_dl_fixup): Likewise.
29419         * include/set-hooks.h (RUN_HOOK): Likewise.
29420         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
29421         definition.
29422         * string/strcpy.c (strcpy): Do not use __unbounded.
29423         * sysdeps/generic/frame.h (struct layout): Likewise.
29424         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
29425         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
29426         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
29427         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
29428         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
29429         (__backtrace): Likewise.
29430         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
29431         use __ptrvalue.
29432         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
29433         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
29434         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
29435         Likewise.
29436         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
29437         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
29438         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
29439         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29440         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
29441         Do not use __unbounded.
29442         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
29443         Rename __unboundedrlimits parameter to rlimits in prototype.
29444         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
29445         Do not use __unbounded.
29446         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
29447         not use __ptrvalue.
29448         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29449         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
29450         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29451         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
29452         __ptrvalue or __unbounded.
29453         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
29454         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
29455         use __unbounded.
29456         (__new_msgctl): Do not use __ptrvalue.
29457         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
29458         __unbounded.
29459         (__libc_msgrcv): Do not use __ptrvalue.
29460         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
29461         startup_info): Do not use __unbounded.
29462         (__libc_start_main): Likewise.  Rename ubp_* variables and
29463         parameters.  Remove argv definitions conditional on
29464         [__BOUNDED_POINTERS__].
29465         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
29466         __ptrvalue.
29467         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
29468         use __unbounded.
29469         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
29470         or __ptrvalue.
29471         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
29472         use __unbounded.
29473         (__new_shmctl): Do not use __ptrvalue.
29474         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
29475         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
29476         Likewise.
29477         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
29478         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
29479         (__libc_sigaction): Likewise.
29480         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
29481         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
29482         Likewise.
29483         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29484
29485 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
29486
29487         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
29488
29489         * string/mempcpy.c: Implement by calling memcpy.
29490
29491 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29492
29493         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
29494
29495         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
29496         evaluation.
29497
29498         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
29499         values in the mantissa.
29500
29501         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
29502         minimize writes to Z.
29503         (sub_magnitudes): Simplify code a bit.
29504
29505 2013-02-12  Roland McGrath  <roland@hack.frob.com>
29506
29507         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
29508         from the message.  The linker prefixes all warnings with that already.
29509
29510 2013-02-12  Andreas Schwab  <schwab@suse.de>
29511
29512         [BZ #15078]
29513         * posix/regexec.c (extend_buffers): Add parameter min_len.
29514         (check_matching): Pass minimum needed length.
29515         (clean_state_log_if_needed): Likewise.
29516         (get_subexp): Likewise.
29517         * posix/Makefile (tests): Add bug-regex34.
29518         (bug-regex34-ENV): Define.
29519         * posix/bug-regex34.c: New file.
29520
29521         [BZ #11561]
29522         * posix/regcomp.c (parse_bracket_exp): When looking up collating
29523         elements compare against the byte sequence of it, not its name.
29524         * posix/Makefile (tests): Add bug-regex35.
29525         (bug-regex35-ENV): Define.
29526         * posix/bug-regex35.c: New file.
29527
29528 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29529
29530         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
29531         comment.
29532         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
29533         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
29534         (CHECK_EOL): Add undef.
29535
29536 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
29537
29538         * bits/stdlib-bsearch.h: New file.
29539         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
29540         * stdlib/stdlib.h: Likewise.
29541
29542 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29543
29544         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
29545         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
29546         declaration.
29547         * manual/search.texi (Array Search Function): Add missing const in
29548         lfind prototype.
29549         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
29550         declaration to use rlim_t.
29551         (Basic Scheduling Functions): Remove erroneous const from
29552         sched_getparam prototype.  Remove erroneous * from
29553         sched_get_priority_max and sched_get_priority_min prototypes.
29554         (Resource Usage): Fix summary @comment on vtimes to refer to
29555         sys/vtimes.h rather than vtimes.h.
29556         Add missing *s in vtimes prototype.
29557         (Limits on Resources): Fix ulimit prototype to return long int.
29558         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
29559         prototypes to use long int rather than double.
29560         (BSD Random): Fix initstate and setstate to use char *, not void *.
29561         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
29562         prototype to make second argument 'struct aiocb64 *const[]'.
29563         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
29564         (Status of AIO Operations): Remove erroneous const in aio_return and
29565         aio_return64 prototypes.
29566         (Synchronizing I/O): Fix sync prototype to return void.
29567         * manual/startup.texi (Suboptions): Remove an erroneous const in
29568         getsubopt prototype.
29569         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
29570         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
29571         use size_t rather than int.
29572         (Scanning All Users): Likewise for getpwent_r.
29573         (Setting Groups): Add missing const to setgroups prototype.
29574         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
29575         * manual/socket.texi (Host Names): Fix gethostbyaddr and
29576         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
29577         'const void *' rather than 'const char *'.
29578         (Host Address Functions): Likewise for inet_ntop.
29579         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
29580         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
29581         ssize_t for return value.
29582         (Sending Data): Likewise for send, sendto, sendmsg.
29583         (Socket Option Functions): Add a missing const in setsockopt prototype.
29584         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
29585         use wchar_t for the argument.
29586         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
29587         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
29588         take no arguments.
29589         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
29590         double/float/long double for second argument.
29591         Fix return types of significand, significandf, significandl.
29592         * manual/filesys.texi (Setting Permissions): Use mode_t for second
29593         argument in fchmod prototype.
29594         (File Owner): Use uid_t and gid_t in fchown prototype.
29595         (File Times): Add const to utimes, futimes, and lutimes prototypes.
29596         (Making Special Files): Use mode_t and dev_t in mknod prototype.
29597         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
29598         use 'const struct dirent **' as argument types to CMP function pointer
29599         argument.
29600         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
29601         (File Times): Fix summary magic @comment for struct utimbuf and utime
29602         to refer to utime.h, not time.h.
29603         * manual/string.texi (Argz Functions): Add missing const in
29604         argz_extract and argz_next prototypes.
29605         (Finding Tokens in a String): Likewise for basename.
29606         (String/Array Comparison): Fix typo in wcscasecmp prototype.
29607         (Copying and Concatenation): Fix typo in wmemmove prototype.
29608         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
29609         (Signal Stack): Remove erroneous const in sigstack prototype.
29610         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
29611         prototype.
29612         (Simple Calendar Time): Likewise for stime.
29613         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
29614         prototype.
29615         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
29616         say sys/sysctl.h instead.
29617         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
29618         and vsyslog prototypes.
29619
29620 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29621
29622         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
29623         Remove.
29624
29625 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29626
29627         * misc/sys/mman.h: Fix typo in mremap comment.
29628
29629 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29630
29631         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
29632         the '\0' terminator.
29633
29634 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29635
29636         [BZ #13550]
29637         * debug/segfault.c: Don't include <bp-checks.h>.
29638         * sysdeps/generic/bp-checks.h: Remove file.
29639         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
29640         (__GETDENTS): Don't use CHECK_N.
29641         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
29642         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
29643         (__getgroups): Don't use CHECK_N.
29644         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
29645         (setgroups): Don't use CHECK_N.
29646         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
29647         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
29648         (__libc_msgrcv): Don't use CHECK_N.
29649         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
29650         (__libc_msgsnd): Don't use CHECK_N.
29651         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
29652         <bp-checks.h>.
29653         (__libc_pread): Don't use CHECK_N.
29654         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
29655         include <bp-checks.h>.
29656         (__libc_pread64): Don't use CHECK_N.
29657         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
29658         include <bp-checks.h>.
29659         (__libc_pwrite): Don't use CHECK_N.
29660         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
29661         include <bp-checks.h>.
29662         (__libc_pwrite64): Don't use CHECK_N.
29663         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
29664         <bp-checks.h>.
29665         (__libc_pread): Don't use CHECK_N.
29666         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
29667         include <bp-checks.h>.
29668         (__libc_pread64): Don't use CHECK_N.
29669         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
29670         include <bp-checks.h>.
29671         (__libc_pwrite): Don't use CHECK_N.
29672         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
29673         include <bp-checks.h>.
29674         (__libc_pwrite64): Don't use CHECK_N.
29675         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
29676         (do_pread): Don't use CHECK_N.
29677         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
29678         (do_pread64): Don't use CHECK_N.
29679         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
29680         (do_pwrite): Don't use CHECK_N.
29681         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
29682         (do_pwrite64): Don't use CHECK_N.
29683         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
29684         (__libc_readv): Don't use CHECK_N.
29685         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
29686         (semop): Don't use CHECK_N.
29687         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
29688         <bp-checks.h>.
29689         (semtimedop): Don't use CHECK_N.
29690         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
29691         (__libc_pread): Don't use CHECK_N.
29692         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
29693         <bp-checks.h>.
29694         (__libc_pread64): Don't use CHECK_N.
29695         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
29696         <bp-checks.h>.
29697         (__libc_pwrite): Don't use CHECK_N.
29698         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
29699         <bp-checks.h>.
29700         (__libc_pwrite64): Don't use CHECK_N.
29701         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
29702         <bp-checks.h>.
29703         (__libc_msgrcv): Don't use CHECK_N.
29704         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
29705         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
29706         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
29707         (__libc_writev): Don't use CHECK_N.
29708
29709 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29710
29711         * string/strcpy.c: Removed unused variable.
29712
29713         * Makeconfig (+sysdep-includes): Define with := rather than =.
29714         Use an existing include/ subdir of each sysdeps dir before it.
29715
29716 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29717
29718         * nscd/connection.c (register_traced_file): Comment function.
29719         [HAVE_INOTIFY] (union __inev): Define.
29720         [HAVE_INOTIFY] (inotify_check_files): New function.
29721         [HAVE_INOTIFY] (clear_db_cache): Likewise.
29722         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
29723         clear_db_cache.
29724         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
29725
29726 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29727
29728         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
29729         loaded if not already and that a failure is permanent.
29730
29731 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29732
29733         [BZ #15006]
29734         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
29735         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
29736
29737 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29738
29739         [BZ #13550]
29740         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
29741         (CHECK_1_NULL_OK): Likewise.
29742         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
29743         (__fxstat): Do not use CHECK_1.
29744         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
29745         <bp-checks.h>.
29746         (___fxstat64): Do not use CHECK_1.
29747         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
29748         <bp-checks.h>.
29749         (__fxstatat): Do not use CHECK_1.
29750         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29751         <bp-checks.h>.
29752         (__fxstatat64): Do not use CHECK_1.
29753         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29754         <bp-checks.h>.
29755         (__fxstat): Do not use CHECK_1.
29756         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29757         <bp-checks.h>.
29758         (__fxstatat): Do not use CHECK_1.
29759         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29760         <bp-checks.h>.
29761         (__getresgid): Do not use CHECK_1.
29762         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29763         <bp-checks.h>.
29764         (__getresuid): Do not use CHECK_1.
29765         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29766         <bp-checks.h>.
29767         (__lxstat): Do not use CHECK_1.
29768         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29769         <bp-checks.h>.
29770         (__old_msgctl): Do not use CHECK_1.
29771         (__new_msgctl): Likewise.
29772         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29773         <bp-checks.h>.
29774         (__new_setrlimit): Do not use CHECK_1.
29775         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29776         <bp-checks.h>.
29777         (__old_shmctl): Do not use CHECK_1.
29778         (__new_shmctl): Likewise.
29779         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29780         <bp-checks.h>.
29781         (__xstat): Do not use CHECK_1.
29782         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29783         (__lxstat): Do not use CHECK_1.
29784         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29785         <bp-checks.h>.
29786         (___lxstat64): Do not use CHECK_1.
29787         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29788         (__old_msgctl): Do not use CHECK_1.
29789         (__new_msgctl): Likewise.
29790         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29791         <bp-checks.h>.
29792         (__gettimeofday): Do not use CHECK_1.
29793         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29794         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29795         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29796         <bp-checks.h>.
29797         (__gettimeofday): Do not use CHECK_1.
29798         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29799         (__old_shmctl): Do not use CHECK_1_NULL_OK.
29800         (__new_shmctl): Do not use CHECK_1.
29801         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29802         <bp-checks.h>.
29803         (do_sigtimedwait): Do not use CHECK_1.
29804         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29805         <bp-checks.h>.
29806         (do_sigwaitinfo): Do not use CHECK_1.
29807         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29808         <bp-checks.h>.
29809         (msgctl): Do not use CHECK_1.
29810         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29811         <bp-checks.h>.
29812         (shmctl): Do not use CHECK_1.
29813         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29814         (ustat): Do not use CHECK_1.
29815         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29816         <bp-checks.h>.
29817         (__fxstat): Do not use CHECK_1.
29818         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29819         <bp-checks.h>.
29820         (__fxstatat): Do not use CHECK_1.
29821         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29822         <bp-checks.h>.
29823         (__lxstat): Do not use CHECK_1.
29824         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29825         <bp-checks.h>.
29826         (__xstat): Do not use CHECK_1.
29827         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29828         (__xstat): Do not use CHECK_1.
29829         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29830         (___xstat64): Do not use CHECK_1.
29831
29832         [BZ #13550]
29833         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29834         definitions.
29835         (CHECK_BOUNDS_HIGH): Likewise.
29836         * string/strcpy.c: Do not include <bp-checks.h>.
29837         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29838
29839 2013-02-07  Roland McGrath  <roland@hack.frob.com>
29840
29841         * nscd/nscd-client.h (__nscd_drop_map_ref):
29842         Add __attribute__ ((unused)).
29843         * nis/nss-nisplus.h (niserr2nss): Likewise.
29844
29845         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29846         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29847
29848         * csu/libc-tls.c (init_static_tls, init_slotinfo):
29849         Remove inline keyword.
29850         * include/rounding-mode.h (round_away): Likewise.
29851         * libio/wfileops.c (adjust_wide_data): Likewise.
29852         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29853         (__m128i_strloadu_tolower): Likewise.
29854         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29855         (__m128i_strloadu_tolower): Likewise.
29856         * time/mktime.c (ydhms_diff): Likewise.
29857         * locale/elem-hash.h (elem_hash): Likewise.
29858         * locale/setlocale.c (setdata): Likewise.
29859         * posix/regex_internal.h (re_string_char_size_at): Likewise.
29860         (re_string_wchar_at): Likewise.
29861         (bitset_not, bitset_merge, bitset_mask): Likewise.
29862         [!(__GNUC__ > 3)] (inline): Remove macro.
29863         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29864         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29865         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29866         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29867         * string/memcmp.c (memcmp_bytes): Likewise.
29868         * locale/programs/locarchive.c (compute_hashval): Likewise.
29869         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29870         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29871         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29872         * nss/getent.c (print_rpc, print_protocols): Likewise.
29873         (print_passwd, print_group, print_aliases): Likewise.
29874         * nis/nss-nisplus.h (niserr2nss): Likewise.
29875         * nscd/connections.c (restart_p): Likewise.
29876         Change return type to bool.
29877
29878 2013-02-05  Roland McGrath  <roland@hack.frob.com>
29879
29880         * Makeconfig (all-Depend-files): Add existing
29881         $(sorted-subdirs:=/Depend) files.
29882         (all-subdirs): Remove nss.
29883         * sysdeps/unix/inet/Subdirs: Add it here instead.
29884         * hesiod/Depend: New file.
29885
29886         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29887         instead of calling alloca.
29888
29889         * io/lseek.c (__lseek): Rename to __libc_lseek.
29890         Define __lseek as an alias.
29891
29892         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29893
29894 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
29895
29896         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29897         else clause and remove check for non-standard endianness.
29898
29899 2013-02-04  David S. Miller  <davem@davemloft.net>
29900
29901         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29902
29903 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
29904
29905         [BZ #13550]
29906         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29907         (__ubp_memchr): Remove prototype.
29908         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29909         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29910         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29911         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29912         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29913         Remove alias.
29914         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29915         (__ubp_memchr): Likewise.
29916         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29917         (__ubp_memchr): Likewise.
29918         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29919         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29920         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29921         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29922         CHECK_STRING.
29923         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29924         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29925         (__getcwd): Do not use CHECK_STRING.
29926         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29927         <bp-checks.h>.
29928         (__real_chown): Do not use CHECK_STRING.
29929         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29930         <bp-checks.h>.
29931         (fchownat): Do not use CHECK_STRING.
29932         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29933         CHECK_STRING.
29934         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29935         <bp-checks.h>.
29936         (__lchown): Do not use CHECK_STRING.
29937         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29938         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29939         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29940         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29941         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29942         include <bp-checks.h>.
29943         (truncate64): Do not use CHECK_STRING.
29944         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29945         <bp-checks.h>.
29946         (__real_chown): Do not use CHECK_STRING.
29947         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29948         <bp-checks.h>.
29949         (__lchown): Do not use CHECK_STRING.
29950         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29951         <bp-checks.h>.
29952         (__chown): Do not use CHECK_STRING.
29953         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29954         <bp-checks.h>.
29955         (truncate64): Do not use CHECK_STRING.
29956         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29957         Likewise.
29958         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29959         (__xmknod): Do not use CHECK_STRING.
29960         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29961         <bp-checks.h>.
29962         (__xmknodat): Do not use CHECK_STRING.
29963         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29964         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29965
29966 2013-02-04  Andreas Schwab  <schwab@suse.de>
29967
29968         [BZ #14142]
29969         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29970         * include/netdb.h: Likewise for h_errno.
29971         * elf/tst-stackguard1.c: Include <tls.h>.
29972
29973 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
29974
29975         * elf/link.h (struct link_map): Extend the l_addr comment.
29976         * include/link.h (struct link_map): Likewise.
29977
29978 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
29979
29980         [BZ #13550]
29981         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29982         (BOUNDED_1): Remove macro.
29983         * debug/backtrace.c: Don't include <bp-checks.h>.
29984         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29985         (__backtrace): Likewise.
29986         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29987         <bp-checks.h>.
29988         (__backtrace): Don't use BOUNDED_1.
29989         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29990         <bp-checks.h>.
29991         (__backtrace): Don't use BOUNDED_1.
29992         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29993         (__backtrace): Don't use BOUNDED_1.
29994         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29995         (shmat): Don't use BOUNDED_N.
29996
29997 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
29998
29999         [BZ #13550]
30000         * sysdeps/generic/bp-start.h: Remove file.
30001         * csu/libc-start.c: Don't include <bp-start.h>.
30002         (LIBC_START_MAIN): Set up __environ directly instead of using
30003         INIT_ARGV_and_ENVIRON.
30004         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
30005         <bp-start.h>.
30006
30007         [BZ #13550]
30008         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
30009         definitions.
30010         (CHECK_FCNTL): Likewise.
30011         (CHECK_N_PAGES): Likewise.
30012
30013         [BZ #13550]
30014         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
30015         definitions.
30016         (CHECK_SIGSET_NULL_OK): Likewise.
30017         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
30018         <bp-checks.h>.
30019         (sigpending): Don't use CHECK_SIGSET.
30020         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
30021         <bp-checks.h>.
30022         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
30023         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
30024         <bp-checks.h>.
30025         (do_sigsuspend): Don't use CHECK_SIGSET.
30026         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
30027         use CHECK_SIGSET.
30028         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
30029         (do_sigwait): Don't use CHECK_SIGSET.
30030         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
30031         use CHECK_SIGSET.
30032         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
30033         include <bp-checks.h>.
30034         (sigpending): Don't use CHECK_SIGSET.
30035         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
30036         include <bp-checks.h>.
30037         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
30038         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
30039         <bp-checks.h>.
30040         (sigpending): Don't use CHECK_SIGSET.
30041         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
30042         <bp-checks.h>.
30043         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
30044
30045         [BZ #13550]
30046         * sysdeps/generic/bp-semctl.h: Remove file.
30047         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
30048         <bp-checks.h> and <bp-semctl.h>.
30049         (__old_semctl): Don't use CHECK_SEMCTL.
30050         (__new_semctl): Likewise.
30051         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
30052         and <bp-semctl.h>.
30053         (__old_semctl): Don't use CHECK_SEMCTL.
30054         (__new_semctl): Likewise.
30055         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
30056         <bp-checks.h> and <bp-semctl.h>.
30057         (__old_semctl): Don't use CHECK_SEMCTL.
30058         (__new_semctl): Likewise.
30059         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
30060         <bp-checks.h> and <bp-semctl.h>.
30061         (semctl): Don't use CHECK_SEMCTL.
30062
30063         [BZ #13550]
30064         * Makerules (elide-bp-thunks): Remove variable.
30065         (elide-routines.oS): Don't use $(elide-bp-thunks).
30066         (elide-routines.os): Likewise.
30067         (elide-routines.o): Likewise.
30068         (elide-routines.op): Likewise.
30069         (elide-routines.og): Likewise.
30070         (objects): Don't use $(bp-thunks).
30071         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
30072         include.
30073         (common-generated): Do not add s-proto-bp.d.
30074         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
30075         (int): Likewise.
30076         (typ): Likewise.
30077         Do not generate makefile rules for bounded-pointer thunks.
30078         * sysdeps/generic/bp-thunks.h: Remove file.
30079         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
30080         * sysdeps/unix/s-proto-bp.S: Likewise.
30081
30082         [BZ #15062]
30083         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
30084         parts of result separately when argument is not close to line from
30085         -i to i and one part of argument is small.
30086         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30087         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30088         * math/libm-test.inc (cacos_test): Add more tests.
30089         (casin_test): Likewise.
30090         (casinh_test): Likewise.
30091         * sysdeps/i386/fpu/libm-test-ulps: Update.
30092         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30093
30094 2013-01-31  David S. Miller  <davem@davemloft.net>
30095
30096         * po/de.po: Update from translation team.
30097
30098 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
30099
30100         * time/tzfile.c: Include stdint.h for SIZE_MAX.
30101
30102 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
30103
30104         * configure.in (_AC_PROG_CC_C89): New definition.
30105         * configure: Regenerate.
30106
30107         * configure.in (AC_PROG_CPP): New definition.
30108         * configure: Regenerate.
30109
30110 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
30111
30112         * debug/tst-backtrace.h: New file.
30113         * debug/tst-backtrace2.c: Include tst-backtrace.h.
30114         (ret): Remove variable.
30115         (x): Likewise.
30116         (FAIL): Remove macro.
30117         (NO_INLINE): Likewise.
30118         (fn1): Use match function instead of strstr.
30119         * debug/tst-backtrace3.c: Include tst-backtrace.h.
30120         (ret): Remove variable.
30121         (x): Likewise.
30122         (FAIL): Remove macro.
30123         (NO_INLINE): Likewise.
30124         (fn): Use match function instead of strstr.
30125         * debug/tst-backtrace4.c: Include tst-backtrace.h.
30126         (ret): Remove variable.
30127         (x): Likewise.
30128         (FAIL): Remove macro.
30129         (NO_INLINE): Likewise.
30130         (handle_signal): Use match function instead of strstr.
30131         * debug/tst-backtrace5.c: Include tst-backtrace.h.
30132         (ret): Remove variable.
30133         (x): Likewise.
30134         (FAIL): Remove macro.
30135         (NO_INLINE): Likewise.
30136         (handle_signal): Use match function instead of strstr.
30137
30138 2013-01-23  Roland McGrath  <roland@hack.frob.com>
30139
30140         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
30141
30142 2013-01-23  David S. Miller  <davem@davemloft.net>
30143
30144         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
30145         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
30146         argument of CAS if possible.
30147         * sysdeps/sparc/sparc64/bits/atomic.h
30148         (__arch_compare_and_exchange_val_32_acq): Likewise.
30149         (__arch_compare_and_exchange_val_64_acq): Likewise.
30150
30151 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
30152
30153         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
30154         * sysdeps/posix/ulimit.c: ... this.
30155         Include <limits.h>.
30156         * sysdeps/unix/bsd/ulimit.c: Remove file.
30157
30158 2013-01-23  Adam Conrad  <adconrad@0c3.net>
30159
30160         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
30161         (LDFLAGS-tst-array5): Likewise.
30162
30163 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
30164
30165         [BZ #15036]
30166         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
30167         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
30168         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
30169         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
30170
30171 2013-01-21  David S. Miller  <davem@davemloft.net>
30172
30173         * sysdeps/sparc/backtrace.c: New file.
30174         * sysdeps/sparc/sparc32/backtrace.h: New file.
30175         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
30176         * sysdeps/sparc/sparc64/backtrace.h: New file.
30177         * sysdeps/sparc/sparc64/backtrace.c: Delete.
30178         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
30179         -funwind-tables.
30180
30181 2013-01-21  Andreas Schwab  <schwab@suse.de>
30182
30183         [BZ #15020]
30184         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
30185         closed its stdout.
30186
30187 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
30188
30189         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
30190         "mpa2.h".
30191         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30192
30193 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
30194             Mark Mitchell  <mark@codesourcery.com>
30195             Tom de Vries  <tom@codesourcery.com>
30196             Paul Pluzhnikov  <ppluzhnikov@google.com>
30197
30198         * debug/tst-backtrace2.c: New file.
30199         * debug/tst-backtrace3.c: Likewise.
30200         * debug/tst-backtrace4.c: Likewise.
30201         * debug/tst-backtrace5.c: Likewise.
30202         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
30203         (CFLAGS-tst-backtrace3.c): Likewise.
30204         (CFLAGS-tst-backtrace4.c): Likewise.
30205         (CFLAGS-tst-backtrace5.c): Likewise.
30206         (LDFLAGS-tst-backtrace2): Likewise.
30207         (LDFLAGS-tst-backtrace3): Likewise.
30208         (LDFLAGS-tst-backtrace4): Likewise.
30209         (LDFLAGS-tst-backtrace5): Likewise.
30210         (tests): Add new tests tst-backtrace2, tst-backtrace3,
30211         tst-backtrace4 and tst-backtrace5.
30212
30213 2013-01-18  Anton Blanchard  <anton@samba.org>
30214             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
30215
30216         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
30217         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
30218         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
30219         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
30220         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
30221         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
30222         "+r" and remove output regs list as redundant.  Add explicit inline
30223         asm to specify register of return val to work around compiler codegen
30224         bug.  Remove (int) cast on return value.  Add return type parameter to
30225         use in macro so that this macro does not truncate return value for
30226         64-bit values.
30227         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
30228         pass to INTERNAL_VSYSCALL_NCS.
30229         (INLINE_VSYSCALL): Add 'long int' as return type to
30230         INTERNAL_VSYSCALL_NCS macro invocation.
30231         (INTERNAL_VSYSCALL): Add 'long int' as return type to
30232         INTERNAL_VSYSCALL_NCS macro invocation.
30233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30234
30235 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30236
30237         [BZ #14496]
30238         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
30239         Fix application of SIMD FP exception mask.
30240
30241         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
30242         mp_no from a power of two.
30243         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
30244         __mpexp_twomm1.  Use __pow_mp.
30245
30246         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
30247         multiplication.
30248
30249 2013-01-17  David S. Miller  <davem@davemloft.net>
30250
30251         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30252
30253 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30254
30255         [BZ #15023]
30256         * include/complex.h: Condition contents on [!_COMPLEX_H].
30257         (__kernel_casinhf): New prototype.
30258         (__kernel_casinh): Likewise.
30259         (__kernel_casinhl): Likewise.
30260         * math/Makefile (libm_calls): Add k_casinh.
30261         * math/k_casinh.c: New file.
30262         * math/k_casinhf.c: Likewise.
30263         * math/k_casinhl.c: Likewise.
30264         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
30265         finite nonzero arguments.
30266         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
30267         finite nonzero arguments.
30268         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
30269         finite nonzero arguments.
30270         * math/s_casinh.c: Do not include <float.h>.
30271         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
30272         * math/s_casinhf.c: Do not include <float.h>.
30273         (__casinhf): Move code for finite nonzero arguments to
30274         k_casinhf.c.
30275         * math/s_casinhl.c: Do not include <float.h>.
30276         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
30277         redefine.
30278         (__casinhl): Move code for finite nonzero arguments to
30279         k_casinhl.c.
30280         * math/libm-test.inc (cacos_test): Add more tests.
30281         * sysdeps/i386/fpu/libm-test-ulps: Update.
30282         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30283
30284 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
30285
30286         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
30287         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
30288         [!HAVE_MREMAP]: Remove [defined linux] case.
30289         * malloc/arena.c: Do not include <malloc-sysdep.h>.
30290
30291 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30292
30293         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
30294
30295 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
30296
30297         * elf/elf.h (R_386_SIZE32): New relocation.
30298         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
30299         R_386_SIZE32.
30300         (elf_machine_rela): Likewise.
30301         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
30302         R_X86_64_SIZE64 and R_X86_64_SIZE32.
30303
30304 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30305
30306         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
30307         (FP_FAST_FMA): Do not define.
30308         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
30309         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
30310         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
30311         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
30312         !_SOFT_FLOAT]: Likewise.
30313         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
30314         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
30315         value.
30316         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
30317         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
30318         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
30319         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
30320         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
30321         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
30322         file.
30323
30324 2013-01-16  Andreas Schwab  <schwab@suse.de>
30325
30326         [BZ #14327]
30327         * include/stdlib.h (__mktemp): Add declaration.
30328         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
30329         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
30330
30331 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30332
30333         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
30334         definitions.
30335         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30336         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
30337         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
30338         definitions here.
30339         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
30340         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
30341         definitions.
30342         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
30343         and ONE.
30344         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
30345         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
30346         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
30347         definitions.
30348         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
30349         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
30350         definitions.
30351         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30352
30353         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
30354
30355 2013-01-15  David S. Miller  <davem@davemloft.net>
30356
30357         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30358         trunc{,f} to libm-sysdep_routes.
30359         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30360         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
30361         file.
30362         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
30363         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
30364         file.
30365         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
30366         file.
30367         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
30368         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
30369         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
30370         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
30371         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
30372         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
30373         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
30374         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
30375
30376         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30377         nearbyint{,f} to libm-sysdep_routes.
30378         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30379         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
30380         New file.
30381         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
30382         file.
30383         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
30384         New file.
30385         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
30386         file.
30387         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
30388         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
30389         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
30390         file.
30391         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
30392         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
30393         file.
30394         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
30395         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
30396         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
30397
30398         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
30399         libc_feholdexcept and libc_fesetenv.
30400
30401 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
30402
30403         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
30404
30405 2013-01-14  David S. Miller  <davem@davemloft.net>
30406
30407         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
30408         (SPARC_ASM_VIS2_IFUNC): Likewise.
30409         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
30410         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
30411         use of 'siam' instruction.
30412         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
30413         Likewise.
30414         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
30415         Likewise.
30416         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
30417         Likewise.
30418         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
30419         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
30420         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
30421         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
30422         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
30423         file.
30424         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
30425         file.
30426         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
30427         file.
30428         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
30429         file.
30430         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
30431         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
30432         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
30433         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
30434         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
30435         new VIS2 routines.
30436         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
30437         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
30438         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
30439         Likewise.
30440         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
30441         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
30442         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
30443         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
30444         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
30445         routines to libm-sysdep_routines.
30446         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30447
30448         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30449         fdim/fdimf to libm-sysdep_routines.
30450         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
30451         file.
30452         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
30453         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
30454         file.
30455         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
30456         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
30457         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
30458         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
30459         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
30460         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
30461         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
30462
30463 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30464
30465         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
30466         to optimize copies.
30467
30468         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
30469         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30470         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30471
30472         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
30473         local variable MPTWO.
30474         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30475         Likewise.
30476
30477 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30478
30479         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
30480         GLOB_NOESCAPE.
30481
30482 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30483
30484         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
30485
30486 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30487
30488         * manual/pattern.texi (glob_t): Document gl_flags.
30489         (glob64_t): Likewise.
30490
30491 2013-01-11  David S. Miller  <davem@davemloft.net>
30492
30493         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
30494         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
30495         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
30496         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
30497         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
30498         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
30499         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
30500         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
30501         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
30502         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
30503         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
30504         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
30505         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
30506
30507         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30508         sparc V9 rather than using V8 code.
30509         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30510         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30511
30512         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
30513         Move to...
30514         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
30515         Here.
30516
30517 2013-01-11  Roland McGrath  <roland@hack.frob.com>
30518
30519         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
30520         not in the main loop.
30521         * configure: Regenerated.
30522
30523 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
30524
30525         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
30526         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
30527         to just #else.
30528         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
30529         [!__GLIBC_HAVE_LONG_LONG] case.
30530         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
30531         condition to just #else.
30532         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
30533         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
30534         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
30535         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
30536         unconditional.
30537         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
30538         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30539         #elif condition to just #else.
30540         * sysdeps/unix/sysv/linux/sys/sysmacros.h
30541         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
30542         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30543         #elif condition to just #else.
30544
30545 2013-01-11  Steve Ellcey  <sellcey@mips.com>
30546
30547         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
30548         (EF_MIPS_ARCH_64): Fix value.
30549         (EF_MIPS_ARCH_32R2): New.
30550         (EF_MIPS_ARCH_64R2): New.
30551
30552 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
30553
30554         * Makeconfig (+link-pie-before-libc): New.
30555         (+link-pie-after-libc): Likewise.
30556         (+link-pie-tests): Likewise.
30557         (+link-pie): Rewritten.
30558         (link-before-libc): Remove $(config-LDFLAGS).
30559         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
30560         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
30561         (config-LDFLAGS): Renamed to ...
30562         (rtld-LDFLAGS): This.
30563         (rtld-tests-LDFLAGS): New macro.
30564         (link-libc-rpath-link): Likewise.
30565         (link-libc-tests-rpath-link): Likewise.
30566         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
30567         (link-libc): Prepand $(link-libc-rpath-link).
30568         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
30569         (test-program-prefix): New macro.
30570         (test-via-rtld-prefix): Likewise.
30571         (test-program-cmd): Likewise.
30572         (host-test-program-cmd): Likewise.
30573         * Makefile ($(common-objpfx)testrun.sh): Replace
30574         $(run-program-prefix) with $(test-program-prefix).
30575         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
30576         $(rtld-LDFLAGS).
30577         ($(common-objpfx)shlib.lds): Likewise.
30578         (build-module-helper): Likewise.
30579         ($(common-objpfx)format.lds): Likewise.
30580         * Rules (binaries-pie-tests): New.
30581         (binaries-pie-notests): Likewise.
30582         (binaries-pie): Rewritten.
30583         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
30584         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
30585         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
30586         (make-test-out): Replace $(host-built-program-cmd) with
30587         $(host-test-program-cmd).
30588         * config.make.in (build-hardcoded-path-in-tests): New variable.
30589         * configure.in (--enable-hardcoded-path-in-tests): New configure
30590         option.
30591         (hardcoded_path_in_tests): New AC_SUBST.
30592         * configure: Regenerated.
30593         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
30594         $(built-program-cmd) with $(test-program-cmd).
30595         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
30596         (test_program_cmd): This.
30597         * elf/Makefile ($(objpfx)order.out): Run test with
30598         $(test-program-prefix).
30599         ($(objpfx)order2.out): Likewise.
30600         ($(objpfx)tst-initorder.out): Likewise.
30601         ($(objpfx)tst-initorder2.out): Likewise.
30602         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
30603         $(test-program-cmd).
30604         ($(objpfx)tst-array1-static.out): Likewise.
30605         ($(objpfx)tst-array2.out): Likewise.
30606         ($(objpfx)tst-array3.out): Likewise.
30607         ($(objpfx)tst-array4.out): Likewise.
30608         ($(objpfx)tst-array5.out): Likewise.
30609         ($(objpfx)tst-array5-static.out): Likewise.
30610         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
30611         $(test-program-cmd).
30612         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
30613         $(run-program-prefix) with $(test-program-prefix).
30614         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
30615         (test_program_prefix): This.
30616         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
30617         $(run-program-prefix) with $(test-program-prefix).
30618         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
30619         (test_program_prefix): This.
30620         * iconvdata/tst-tables.sh: Likewise.
30621         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
30622         $(run-program-prefix) with $(test-program-prefix).
30623         ($(objpfx)tst-translit.out): Likewise.
30624         ($(objpfx)tst-gettext2.out): Likewise.
30625         ($(objpfx)tst-gettext4.out): Likewise.
30626         ($(objpfx)tst-gettext6.out): Likewise.
30627         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
30628         (test_program_prefix): This.
30629         * intl/tst-gettext2.sh: Likewise.
30630         * intl/tst-gettext4.sh  Likewise.
30631         * intl/tst-gettext6.sh: Likewise.
30632         * intl/tst-translit.sh: Likewise.
30633         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
30634         with $(test-program-cmd).
30635         * libio/Makefile ($(objpfx)test-freopen.out): Replace
30636         $(run-program-prefix) with $(test-program-prefix).
30637         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
30638         (test_program_prefix): This.
30639         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
30640         $(run-program-prefix) with $(test-program-prefix).
30641         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
30642         (test_program_prefix): This.
30643         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
30644         * posix/Makefile ($(objpfx)globtest.out): Replace
30645         $(run-via-rtld-prefix) and $(test-wrapper) with
30646         $(test-program-prefix) and $(test-via-rtld-prefix).
30647         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
30648         $(test-program-prefix).
30649         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
30650         $(host-test-program-cmd).
30651         (tst-spawn-ARGS): Likewise.
30652         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
30653         $(test-program-prefix).
30654         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
30655         (test_via_rtld_prefix): This.
30656         (test_wrapper): Renamed to ...
30657         (test_program_prefix): This.
30658         (run_program_prefix): Replaced by test_program_prefix.
30659         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
30660         (test_program_prefix): This.
30661         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
30662         with $(host-test-program-cmd).
30663         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
30664         $(run-program-prefix) with $(test-program-prefix).
30665         ($(objpfx)tst-printf.out): Likewise.
30666         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
30667         $(test-program-cmd).
30668         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
30669         (test_program_prefix): This.
30670         * stdio-common/tst-unbputc.sh: Likewise.
30671         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
30672         $(run-program-prefix) with $(test-program-prefix).
30673         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
30674         (test_program_prefix): This.
30675         * string/Makefile ($(objpfx)tst-svc.out):  Replace
30676         $(built-program-cmd) with $(test-program-cmd).
30677
30678 2013-01-11  Andreas Jaeger  <aj@suse.de>
30679
30680         [BZ #15003]
30681         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
30682         value. Sync with Linux 3.7.
30683
30684 2013-01-10  David S. Miller  <davem@davemloft.net>
30685
30686         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
30687         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30688         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30689
30690 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30691
30692         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
30693         never set.
30694         * configure: Regenerated.
30695
30696 2013-01-10  David S. Miller  <davem@davemloft.net>
30697
30698         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30699         sparc V9 rather than using V8 code.
30700         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30701         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30702
30703 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30704
30705         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
30706         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
30707         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
30708         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
30709         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
30710         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
30711         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
30712         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
30713         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
30714         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
30715         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
30716         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
30717         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
30718         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
30719         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
30720         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
30721         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
30722         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
30723         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
30724         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
30725         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
30726         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
30727         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
30728         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
30729         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
30730         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
30731         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
30732
30733 2013-01-10  David S. Miller  <davem@davemloft.net>
30734
30735         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30736
30737 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30738
30739         * posix/Makefile (tests-static): New variable.
30740         (tests): Add $(tests-static).
30741         (tst-exec-static-ARGS): New variable.
30742         (tst-spawn-static-ARGS): Likewise.
30743         * posix/tst-exec-static.c: New file.
30744         * posix/tst-spawn-static.c: Likewise.
30745         * posix/tst-exec.c: Support run directly.
30746         * posix/tst-spawn.c: Likewise.
30747
30748 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
30749
30750         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30751         long.
30752         * math/bits/mathcalls.h (llrint): Likewise.
30753         (llround): Likewise.
30754         * stdlib/stdlib.h (struct drand48_data): Likewise.
30755         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30756         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30757         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30758         Likewise.
30759         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30760         Likewise.
30761         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30762         (elf_greg_t): Likewise.
30763         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30764         (__jmp_buf): Likewise.
30765         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30766         definitions.
30767         (llrint): Likewise, for all definitions.
30768         (llrintl): Likewise.
30769
30770         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30771         Remove [__GNUC__] condition.
30772         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30773         condition to just [__USE_ISOC99].
30774         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30775
30776 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30777
30778         [BZ #14200]
30779         * sysdeps/unix/sysv/linux/x86/bits/environments.h
30780         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30781         defined.
30782         (_POSIX_V6_ILP32_OFF32): Likewise.
30783         (_XBS5_ILP32_OFF32): Likewise.
30784         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30785         (__ILP32_OFFBIG_LDFLAGS): Likewise.
30786
30787 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30788
30789         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30790
30791         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30792         doubles __mpexp_twomm1.  Adjust usage.
30793         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30794         Remove.
30795
30796 2013-01-10  Andreas Schwab  <schwab@suse.de>
30797
30798         [BZ #14964]
30799         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30800         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30801
30802 2013-01-09  David S. Miller  <davem@davemloft.net>
30803
30804         [BZ #15003]
30805         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30806         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30807         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30808         (TCP_FASTOPEN): Define.
30809         (tcp_repair_opt): New structure.
30810         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30811         enum values.
30812         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30813         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30814         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
30815         (tcp_cookie_transactions): New structure.
30816
30817 2013-01-09  Anton Blanchard  <anton@samba.org>
30818
30819         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30820         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30821         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30822         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30823
30824 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
30825
30826         * include/features.h (__USE_ANSI): Remove.
30827
30828 2013-01-09  Roland McGrath  <roland@hack.frob.com>
30829
30830         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30831
30832         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30833
30834 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
30835
30836         * sysdeps/s390/fpu/libm-test-ulps: Update.
30837
30838         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30839
30840         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30841         (__acr): Likewise.
30842         (__cpy): Likewise.
30843         (norm): Likewise.
30844         (denorm): Likewise.
30845         (__mp_dbl): Likewise.
30846         (__dbl_mp): Likewise.
30847         (add_magnitudes): Likewise.
30848         (sub_magnitudes): Likewise.
30849         (__add): Likewise.
30850         (__sub): Likewise.
30851         (__mul): Likewise.
30852         (__inv): Likewise.
30853         (__dvd): Likewise.
30854         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30855         (__acr): Likewise.
30856         (__cpy): Likewise.
30857         (norm): Likewise.
30858         (denorm): Likewise.
30859         (__mp_dbl): Likewise.
30860         (__dbl_mp): Likewise.
30861         (add_magnitudes): Likewise.
30862         (sub_magnitudes): Likewise.
30863         (__add): Likewise.
30864         (__sub): Likewise.
30865         (__mul): Likewise.
30866         (__inv): Likewise.
30867         (__dvd): Likewise.
30868         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30869         (__acr): Likewise.
30870         (__cpy): Likewise.
30871         (norm): Likewise.
30872         (denorm): Likewise.
30873         (__mp_dbl): Likewise.
30874         (__dbl_mp): Likewise.
30875         (add_magnitudes): Likewise.
30876         (sub_magnitudes): Likewise.
30877         (__add): Likewise.
30878         (__sub): Likewise.
30879         (__mul): Likewise.
30880         (__inv): Likewise.
30881         (__dvd): Likewise.
30882
30883 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
30884
30885         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30886         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30887         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30888         2 && __USE_EXTERN_INLINES]: Likewise.
30889
30890 2013-01-08  Andreas Jaeger  <aj@suse.de>
30891
30892         [BZ# 14985]
30893         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30894         Remove.
30895         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30896         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30897
30898 2013-01-07  Anton Blanchard  <anton@samba.org>
30899
30900         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30901         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30902         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30903         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30904         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30905         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30906         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30907         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30908         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30909         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30910         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30911         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30912         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30913         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30914         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30915         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30916         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30917         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30918         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30919         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30920         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30921         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30922         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30923         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30924         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30925         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30926         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30927         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30928         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30929         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30930         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30931         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30932         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30933         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30934         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30935         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30936         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30937         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30938         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30939         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30940         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30941         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30942         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30943
30944 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
30945
30946         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30947         (__MALLOC_PMT): Likewise.
30948         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30949         [__GNUC__], only on [_LIBC].
30950         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30951         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30952         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30953         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30954         forward declaration.
30955         (realloc_hook_ini): Likewise.
30956         (memalign_hook_ini): Likewise.
30957         (__libc_memalign): Do not use __MALLOC_PMT in variable
30958         declaration.
30959         (__libc_valloc): Likewise.
30960         (__libc_pvalloc): Likewise.
30961         (__libc_calloc): Likewise.
30962         (__posix_memalign): Likewise.
30963
30964         [BZ #14996]
30965         * math/s_casinh.c: Include <float.h>.
30966         (__casinh): Do not do computation with squaring and square root
30967         for large arguments.
30968         * math/s_casinhf.c: Include <float.h>.
30969         (__casinhf): Do not do computation with squaring and square root
30970         for large arguments.
30971         * math/s_casinhl.c: Include <float.h>.
30972         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30973         (__casinhl): Do not do computation with squaring and square root
30974         for large arguments.
30975         * math/libm-test.inc (casin_test): Add more tests.
30976         (casinh_test): Likewise.
30977         * sysdeps/i386/fpu/libm-test-ulps: Update.
30978         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30979
30980 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30981
30982         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30983         (__x86_64_raw_data_cache_size): Likewise.
30984         (__x86_64_data_cache_size_half): Likewise.
30985         (__x86_64_raw_data_cache_size_half): Likewise.
30986         (__x86_64_shared_cache_size): Likewise.
30987         (__x86_64_raw_shared_cache_size): Likewise.
30988         (__x86_64_shared_cache_size_half): Likewise.
30989         (__x86_64_raw_shared_cache_size_half): Likewise.
30990         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30991         to ...
30992         (__x86_data_cache_size): This.
30993         (__x86_64_raw_data_cache_size): Renamed to ...
30994         (__x86_raw_data_cache_size): This.
30995         (__x86_64_data_cache_size_half): Renamed to ...
30996         (__x86_data_cache_size_half): This.
30997         (__x86_64_raw_data_cache_size_half): Renamed to ...
30998         (__x86_raw_data_cache_size_half): This.
30999         (__x86_64_shared_cache_size): Renamed to ...
31000         (__x86_shared_cache_size): This.
31001         (__x86_64_raw_shared_cache_size): Renamed to ...
31002         (__x86_raw_shared_cache_size): This.
31003         (__x86_64_shared_cache_size_half): Renamed to ...
31004         (__x86_shared_cache_size_half): This.
31005         (__x86_64_raw_shared_cache_size_half): Renamed to ...
31006         (__x86_raw_shared_cache_size_half): This.
31007         * sysdeps/x86_64/memcpy.S: Updated.
31008         * sysdeps/x86_64/memset.S: Likewise.
31009         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
31010         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
31011         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
31012
31013 2013-01-04  David S. Miller  <davem@davemloft.net>
31014
31015         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31016
31017 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
31018
31019         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
31020         1 to avoid redefinition warning.
31021         (__USE_GNU): Don't define.
31022         (init_signaling_nan): Protoize.
31023
31024         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31025
31026 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
31027
31028         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
31029         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
31030         (__cpymn): Likewise.
31031         (norm): Remove commented code.
31032         (denorm): Likewise.
31033         (__mp_dbl): Likewise.
31034         (__inv): Likewise.
31035         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
31036         (__cpymn): Likewise.
31037         (norm): Remove commented code.
31038         (denorm): Likewise.
31039         (__mp_dbl): Likewise.
31040         (__inv): Likewise.
31041
31042         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
31043         mp_no value for 1.0 and 2.0.
31044         (norm): Use RADIXI instead of radixi.d.
31045         (denorm): Likewise.
31046         (__mul): Use 0.0 instead of zero.d.
31047         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
31048         mp_no value for 1.0 and 2.0.
31049         (norm): Use RADIXI instead of radixi.d.
31050         (denorm): Likewise.
31051         (__mul): Use 0.0 instead of zero.d.
31052
31053 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
31054
31055         [BZ #14994]
31056         * math/s_casinh.c (__casinh): Reduce finite argument to first
31057         quadrant then set signs of results at the end.
31058         * math/s_casinhf.c (__casinhf): Likewise.
31059         * math/s_casinhl.c (__casinhl): Likewise.
31060         * math/libm-test.inc (casin_test): Add more tests.
31061         (casinh_test): Likewise.
31062         * sysdeps/i386/fpu/libm-test-ulps: Update.
31063         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31064
31065 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
31066
31067         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
31068
31069         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
31070
31071         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
31072         declarations.
31073         (denorm): Likewise.
31074         (__mp_dbl): Likewise.
31075         (__inv): Likewise.
31076
31077         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
31078         and adjust the header comment.
31079
31080         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
31081         variable name from declaration.
31082
31083 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
31084
31085         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31086         Initialize COMMON_CPUID_INDEX_7 element.
31087         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
31088         (CPUID_RTM): Likewise.
31089         (HAS_RTM): Likewise.
31090         (COMMON_CPUID_INDEX_7): New enum.
31091
31092 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
31093
31094         [BZ #14981]
31095         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
31096         size is zero, record memory as freed.
31097
31098 2013-01-03  Andreas Jaeger  <aj@suse.de>
31099
31100         * po/ia.po: Add new Interlingua translation.
31101
31102 2012-01-03  Allan McRae  <allan@archlinux.org>
31103
31104         * locale/programs/localedef.c: Fix description of '--posix' flag.
31105
31106 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
31107
31108         * NEWS: Update dates in second copyright notice.
31109         * README: Update copyright dates in example.
31110         * manual/libc.texinfo: Update copyright dates.
31111         * scripts/test-installation.pl: Update copyright date in --version
31112         output.
31113
31114         * hurd/ctty-input.c: Fix copyright notice formatting.
31115         * hurd/ctty-output.c: Likewise.
31116         * hurd/dtable.c: Likewise.
31117         * hurd/hurd-raise.c: Likewise.
31118         * hurd/hurdprio.c: Likewise.
31119         * hurd/msgportdemux.c: Likewise.
31120         * misc/sys/file.h: Likewise.
31121         * misc/sys/ioctl.h: Likewise.
31122         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
31123         * sysdeps/mach/hurd/chdir.c: Likewise.
31124         * sysdeps/mach/hurd/fchdir.c: Likewise.
31125         * sysdeps/mach/hurd/rename.c: Likewise.
31126         * sysdeps/mach/hurd/rmdir.c: Likewise.
31127         * sysdeps/mach/hurd/seekdir.c: Likewise.
31128         * sysdeps/mach/hurd/setsid.c: Likewise.
31129         * sysdeps/posix/wait3.c: Likewise.
31130
31131         * All files with FSF copyright notices: Update copyright dates
31132         using scripts/update-copyrights.
31133         * intl/plural.c: Regenerated.
31134         * locale/programs/charmap-kw.h: Likewise.
31135         * locale/programs/locfile-kw.h: Likewise.
31136
31137 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
31138
31139         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
31140         four values.
31141
31142         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
31143         calculation loop and add branch prediction.
31144
31145         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
31146         check access beyond bounds of m1np.
31147
31148         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31149         MPTWO.
31150         (__inv): Remove local variable MPTWO to use the global
31151         constant.
31152         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
31153         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31154         variable MPTWO.
31155         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
31156         MP3HALFS static const.
31157
31158 2013-01-01  David S. Miller  <davem@davemloft.net>
31159
31160         * po/ca.po: Update from translation team.
31161
31162 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
31163
31164         * scripts/update-copyrights: New file.
31165         * Makeconfig: Reformat copyright notice.
31166         * ctype/ctype.h: Likewise.
31167         * debug/swprintf_chk.c: Likewise.
31168         * elf/dl-cache.c: Likewise.
31169         * elf/dl-debug.c: Likewise.
31170         * elf/dl-object.c: Likewise.
31171         * grp/initgroups.c: Likewise.
31172         * hurd/Makefile: Likewise.
31173         * hurd/hurd/signal.h: Likewise.
31174         * hurd/hurdfault.c: Likewise.
31175         * hurd/hurdioctl.c: Likewise.
31176         * hurd/hurdlookup.c: Likewise.
31177         * hurd/intr-msg.c: Likewise.
31178         * iconv/gconv_open.c: Likewise.
31179         * libio/swprintf.c: Likewise.
31180         * locale/lc-ctype.c: Likewise.
31181         * locale/nl_langinfo.c: Likewise.
31182         * mach/Machrules: Likewise.
31183         * mach/Makefile: Likewise.
31184         * malloc/obstack.h: Likewise.
31185         * manual/Makefile: Likewise.
31186         * manual/tsort.awk: Likewise.
31187         * misc/bits/stab.def: Likewise.
31188         * nis/nis_print_group_entry.c: Likewise.
31189         * nis/nis_table.c: Likewise.
31190         * nis/nss_compat/compat-pwd.c: Likewise.
31191         * nis/nss_compat/compat-spwd.c: Likewise.
31192         * po/Makefile: Likewise.
31193         * posix/fnmatch.c: Likewise.
31194         * posix/regex.h: Likewise.
31195         * resolv/Makefile: Likewise.
31196         * resolv/nss_dns/dns-network.c: Likewise.
31197         * resolv/res_hconf.c: Likewise.
31198         * scripts/gen-sorted.awk: Likewise.
31199         * soft-fp/soft-fp.h: Likewise.
31200         * stdio-common/printf.h: Likewise.
31201         * stdlib/monetary.h: Likewise.
31202         * stdlib/random.c: Likewise.
31203         * stdlib/random_r.c: Likewise.
31204         * sysdeps/generic/Makefile: Likewise.
31205         * sysdeps/gnu/Makefile: Likewise.
31206         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
31207         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
31208         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
31209         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
31210         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
31211         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
31212         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
31213         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
31214         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
31215         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
31216         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
31217         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
31218         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
31219         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
31220         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
31221         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
31222         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
31223         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
31224         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
31225         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
31226         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
31227         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
31228         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
31229         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
31230         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
31231         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
31232         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
31233         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
31234         * sysdeps/mach/hurd/errnos.awk: Likewise.
31235         * sysdeps/mach/hurd/fork.c: Likewise.
31236         * sysdeps/mach/hurd/getcwd.c: Likewise.
31237         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
31238         * sysdeps/mach/hurd/mmap.c: Likewise.
31239         * sysdeps/mach/hurd/utimes.c: Likewise.
31240         * sysdeps/mach/hurd/xmknod.c: Likewise.
31241         * sysdeps/posix/profil.c: Likewise.
31242         * sysdeps/posix/readdir_r.c: Likewise.
31243         * sysdeps/powerpc/bits/mathdef.h: Likewise.
31244         * sysdeps/powerpc/bits/setjmp.h: Likewise.
31245         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
31246         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
31247         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
31248         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
31249         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
31250         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
31251         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31252         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
31253         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
31254         * sysdeps/pthread/lio_listio.c: Likewise.
31255         * sysdeps/sparc/dl-procinfo.h: Likewise.
31256         * sysdeps/unix/i386/sysdep.S: Likewise.
31257         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
31258         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
31259         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
31260         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
31261         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
31262         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
31263         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
31264         * sysdeps/unix/sysv/linux/speed.c: Likewise.
31265         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
31266         * sysdeps/wordsize-32/divdi3.c: Likewise.
31267         * time/sys/time.h: Likewise.
31268         * wcsmbs/Makefile: Likewise.
31269
31270 2013-01-01  David S. Miller  <davem@davemloft.net>
31271
31272         * po/fr.po: Update from translation team.
31273
31274         * catgets/gencat.c: Update copyright year.
31275         * csu/version.c: Likewise.
31276         * debug/catchsegv.sh: Likewise.
31277         * debug/pcprofiledump.c: Likewise.
31278         * debug/xtrace.sh: Likewise.
31279         * elf/ldconfig.c: Likewise.
31280         * elf/ldd.bash.in: Likewise.
31281         * elf/pldd.c: Likewise.
31282         * elf/sotruss.ksh: Likewise.
31283         * elf/sprof.c: Likewise.
31284         * iconv/iconv_prog.c: Likewise.
31285         * iconv/iconvconfig.c: Likewise.
31286         * locale/programs/locale.c: Likewise.
31287         * locale/programs/localedef.c: Likewise.
31288         * login/programs/pt_chown.c: Likewise.
31289         * malloc/memusage.sh: Likewise.
31290         * malloc/memusagestat.c: Likewise.
31291         * malloc/mtrace.pl: Likewise.
31292         * nscd/nscd.c: Likewise.
31293         * nss/getent.c: Likewise.
31294         * nss/makedb.c: Likewise.
31295         * posix/getconf.c: Likewise.
31296
31297 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
31298
31299         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
31300         numbers.
31301
31302 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
31303
31304         * math/bits/mathcalls.h (modf): Use __nonnull.
31305
31306 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31307
31308         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
31309         (split): Use macro CN instead of the bare value.
31310         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
31311         could be used.
31312         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
31313         instead of the bare value.
31314         (power1): Likewise.
31315
31316 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31317
31318         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
31319         __ATAN_TWOM.
31320         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31321
31322         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
31323         their values.
31324         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
31325         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31326         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
31327         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
31328
31329 2012-12-28  Andreas Jaeger  <aj@suse.de>
31330
31331         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
31332         values are from Linux 3.7.
31333
31334         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
31335         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
31336
31337 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31338
31339         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
31340         TRUE case.
31341
31342         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
31343         (norm): Likewise.
31344         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
31345         variables with preprocessor constants.
31346         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31347         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
31348         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
31349
31350 2012-12-27  Bruno Haible  <bruno@clisp.org>
31351
31352         [BZ #14317]
31353         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
31354         only if needed.
31355
31356 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31357
31358         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
31359         and use variable directly.
31360         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
31361
31362         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31363         MPONE.
31364         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
31365         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31366         variable MPONE.
31367         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31368         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
31369         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
31370         include directive.  Remove local variable MPONE.
31371         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
31372         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
31373         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31374
31375 2012-12-25  David S. Miller  <davem@davemloft.net>
31376
31377         * version.h (RELEASE): Set to "development".
31378         (VERSION): Set to "2.17.90".
31379         * NEWS: Add 2.18 section.
31380
31381 2012-12-21  David S. Miller  <davem@davemloft.net>
31382
31383         * po/hr.po: Update from translation team.
31384
31385 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31386
31387         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
31388
31389 2012-12-19  Steve Ellcey  <sellcey@mips.com>
31390
31391         * NEWS:  Mention new memcpy for MIPS.
31392
31393 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31394
31395         * manual/contrib.texi (Contributors): Spelling correction.
31396
31397 2012-12-15  David S. Miller  <davem@davemloft.net>
31398
31399         * po/ru.po: Update from translation team.
31400
31401 2012-12-13  David S. Miller  <davem@davemloft.net>
31402
31403         * NEWS: Mention IFUNC testsuite enhancements.
31404
31405         * po/pl.po: Update from translation team.
31406         * po/bg.po: Likewise.
31407
31408         * manual/contrib.texi (Contributors): Update entries for Hongjiu
31409         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
31410
31411 2012-12-11  David S. Miller  <davem@davemloft.net>
31412
31413         * po/sv.po: Update from translation team.
31414
31415         * po/vi.po: Update from translation team.
31416
31417         * po/cs.po: Update from translation team.
31418
31419         * po/de.po: Update from translation team.
31420         * po/eo.po: Likewise.
31421         * po/nl.po: Likewise.
31422
31423 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
31424
31425         [BZ #14246]
31426         * manual/argp.texi (Argp Helper Functions): Move node to follow
31427         Argp Parsing State.
31428
31429         [BZ #14872]
31430         * manual/conf.texi (Limits on File System Capacity): Mention if
31431         terminating null is included in the max size.
31432
31433 2012-12-10  Andreas Jaeger  <aj@suse.de>
31434
31435         * po/cs.po: Update from translation team.
31436
31437 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31438
31439         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
31440         void pointer and cast to uintptr_t.
31441         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
31442         path.
31443         * sysdeps/s390/s390-64/memcpy.S: Likewise.
31444         * sysdeps/s390/s390-64/memset.S: Likewise.
31445
31446 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
31447
31448         [BZ #14833]
31449         * menual/message.texi (Message Translation): Fix typos.
31450         (Helper programs for gettext): Likewise.
31451
31452 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
31453
31454         [BZ #14898]
31455         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
31456         Change to -1.
31457
31458 2012-12-07  David S. Miller  <davem@davemloft.net>
31459
31460         * po/libc.pot: Update.
31461
31462 2012-12-07  Richard Henderson  <rth@redhat.com>
31463
31464         [BZ #10114]
31465         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
31466         normal/normal case to before the switch.
31467         (_FP_DIV): Likewise.
31468
31469 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
31470             Mike Frysinger  <vapier@gentoo.org>
31471
31472         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
31473         check for __NR_fadvise64_64.
31474
31475 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
31476
31477         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
31478         0, not just to plain "0" as a statement.
31479         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
31480         with cw.
31481
31482 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
31483
31484         * NEWS: Use sourceware.org in Bugzilla URL.
31485
31486 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
31487
31488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
31489         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31490
31491         * stdio-common/tst-put-error.c (do_test): Add newline to the
31492         padded test to ensure flush.
31493
31494 2012-12-05  Jeff Law  <law@redhat.com>
31495
31496         * sunrpc/etc.rpc (fedfs_admin): Add entry.
31497
31498 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
31499
31500         * README: Don't refer to ports add-on as distributed separately.
31501         Mention AArch64 in list of systems supported in the ports add-on.
31502
31503         * LICENSES: Add more non-FSF copyright and license notices.
31504
31505         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
31506         ((unused)).
31507
31508         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
31509
31510         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
31511         10000 as width of padded output.
31512
31513 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31514
31515         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
31516
31517         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
31518         variable LX with __attribute__ ((unused)).
31519         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
31520         Likewise.
31521         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
31522         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
31523         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
31524         with __attribute__ ((unused)).
31525
31526 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
31527
31528         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
31529
31530 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31531
31532         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
31533         (CFLAGS-nldbl-acos.c): New variable.
31534         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
31535         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
31536         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
31537         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
31538         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
31539         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
31540         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
31541         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
31542         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
31543         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
31544         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
31545         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
31546         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
31547         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
31548         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
31549         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
31550         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
31551         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
31552         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
31553         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
31554         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
31555         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
31556         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
31557         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
31558         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
31559         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
31560         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
31561         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
31562         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
31563         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
31564         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
31565         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
31566         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
31567         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
31568         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
31569         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
31570         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
31571         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
31572         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
31573         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
31574         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
31575         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
31576         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
31577         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
31578         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
31579         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
31580         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
31581         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
31582         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
31583         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
31584         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
31585         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
31586         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
31587         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
31588         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
31589         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
31590         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
31591         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
31592         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
31593         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
31594         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
31595         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
31596         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
31597         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
31598         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
31599         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
31600         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
31601         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
31602         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
31603         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
31604         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
31605         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
31606         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
31607         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
31608         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
31609         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
31610         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
31611         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
31612         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
31613         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
31614         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
31615         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
31616         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
31617         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
31618         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
31619         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
31620         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
31621         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
31622         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
31623         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
31624         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
31625         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
31626         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
31627         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
31628         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
31629         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
31630         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
31631
31632         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31633         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31634
31635         [BZ #14914]
31636         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
31637         whole low double instead of just low 47 bits when splitting values
31638         into two parts.
31639
31640 2012-12-03  Allan McRae  <allan@archlinux.org>
31641
31642         * manual/stdio.texi (Predefined Printf Handlers): Remove
31643         @hsep and @vsep usage.
31644
31645 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
31646
31647         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
31648         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
31649
31650 2012-12-03  Jeff Law  <law@redhat.com>
31651
31652         * time/sys/time.h (settimeofday): Do not mark TV argument
31653         as __nonnull.
31654
31655 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
31656
31657         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
31658         when currently writing and seek to current position when not.
31659         * libio/Makefile (tests): Remove bug-fclose1.
31660         * libio/bug-fclose1.c: Delete.
31661
31662 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
31663
31664         * manual/arith.texi (feenableexcept): Fix typo.
31665         (fedisableexcept): Likewise.
31666
31667 2012-11-30  Roland McGrath  <roland@hack.frob.com>
31668
31669         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
31670         second, differently-typed declaration, rather than a cast.
31671
31672 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
31673
31674         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
31675         * include/rpc/svc.h: ... here.
31676
31677 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
31678
31679         [BZ #13013]
31680         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
31681         depending n and resplen2 to catch cases where answer
31682         equals answerp2.
31683
31684 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
31685
31686         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
31687         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
31688
31689 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
31690
31691         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
31692
31693 2012-11-29  Roland McGrath  <roland@hack.frob.com>
31694
31695         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
31696
31697 2012-11-28  Jeff Law  <law@redhat.com>
31698
31699         [BZ #13761]
31700         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
31701         dataset_temporary.  Track alloca usage into alloca_used.
31702         If dataset is large allocate and release it via malloc/free.
31703
31704 2012-06-04  Florian Weimer  <fweimer@redhat.com>
31705
31706         [BZ #14197]
31707         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
31708
31709 2012-11-28  David S. Miller  <davem@davemloft.net>
31710
31711         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31712
31713 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31714
31715         [BZ #14803]
31716         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
31717         of pi/2 rounded to nearest to 64 bits.
31718         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
31719         nearest to 64 bits.
31720         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
31721         bits.
31722
31723 2012-11-28  Jeff Law <law@redhat.com>
31724             Martin Osvald <mosvald@redhat.com>
31725
31726         [BZ #14889]
31727         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
31728         * sunrpc/svc.c: Include time.h.
31729         (__svc_accept_failed): New function.
31730         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
31731         any reason other than EINTR, call __svc_accept_failed.
31732         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
31733         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
31734
31735 2012-11-28  Andreas Schwab  <schwab@suse.de>
31736
31737         * scripts/abilist.awk: Also handle indirect functions in .opd
31738         section.
31739
31740 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31741
31742         [BZ #13881]
31743         * sysdeps/x86/fpu/powl_helper.c: New file.
31744         * sysdeps/x86/fpu/Makefile: Likewise.
31745         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
31746         (p3): New object.
31747         (__ieee754_powl): Use __powl_helper for finite arguments except
31748         integer exponents below 8.
31749         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31750         (p3): New object.
31751         (__ieee754_powl): Use __powl_helper for finite arguments except
31752         integer exponents below 8.
31753         * math/libm-test.inc (pow_test): Add more tests and enable some
31754         previously disabled tests.
31755         * sysdeps/i386/fpu/libm-test-ulps: Update.
31756         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31757
31758 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31759             Carlos O'Donell  <carlos_odonell@mentor.com>
31760
31761         * nss/makedb.c (is_prime): Assert that input is odd and greater
31762         than 4.  Note that fact in a comment too.
31763         (next_prime): Add 4 to input.
31764
31765 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31766
31767         [BZ #11741]
31768         * libio/Makefile (tests): Add test case tst-fwrite-error.
31769         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31770         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31771         * libio/tst-fwrite-error.c: New test case.
31772
31773 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
31774
31775         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31776         before casting to void *.
31777         * include/libc-internal.h (__pointer_type): New macro.
31778         (__integer_if_pointer_type_sub): Likewise.
31779         (__integer_if_pointer_type): Likewise.
31780         (cast_to_integer): Likewise.
31781         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31782         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31783         before casting to atomic64_t.
31784         (atomic_exchange_acq): Likewise.
31785         (__arch_exchange_and_add_body): Likewise.
31786         (__arch_add_body): Likewise.
31787         (atomic_add_negative): Likewise.
31788         (atomic_add_zero): Likewise.
31789
31790 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
31791
31792         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31793         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31794         (add_fdes): Likewise.
31795         (linear_search_fdes): Likewise.
31796         (binary_search_unencoded_fdes): Likewise.
31797
31798 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
31799
31800         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31801
31802 2012-11-24  Adam Conrad  <adconrad@0c3.net>
31803
31804         * configure.in: Autodetect C++ header directories.
31805         * configure: Regenerated.
31806
31807 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
31808
31809         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31810
31811 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
31812
31813         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31814
31815 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
31816
31817         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31818         LDBL_MANT_DIG == 106]: Disable some tests.
31819         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31820         Likewise.
31821         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31822         Likewise.
31823
31824         [BZ #14871]
31825         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31826         input for small inputs.  Return +/- pi/2 for large inputs.
31827         * math/libm-test.inc (atan_test): Add more tests.
31828
31829         * sysdeps/generic/unwind-dw2-fde-glibc.c
31830         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31831         __attribute__ ((unused)).
31832
31833         [BZ #14645]
31834         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31835         x * y if x and y are nonzero and z is zero.
31836
31837         [BZ #14811]
31838         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31839         nonzero exponents with absolute value below 0x1p-117 to +/-
31840         0x1p-117.
31841
31842         [BZ #14869]
31843         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31844         up arguments below 2**-450, not just those below 2**-500.
31845         * math/libm-test.inc (hypot_test): Add another test.
31846
31847         [BZ #14868]
31848         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31849         Return a+b for ratio over 2**120, not 2**60.
31850         * math/libm-test.inc (hypot_test): Add another test.
31851
31852         * math/libm-test.inc (clog_test): Use
31853         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31854         (clog10_test): Likewise.
31855
31856         [BZ #6778]
31857         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31858
31859 2012-11-22  Andreas Schwab  <schwab@suse.de>
31860
31861         * sysdeps/i386/fpu/libm-test-ulps: Update.
31862
31863 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
31864
31865         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31866         printf output with newline.
31867
31868 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
31869
31870         [BZ #14865]
31871         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31872         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31873         -z nodlopen, -z initfirst and -z execstack support.
31874         * configure: Regenerated.
31875
31876         * elf/elf.h (DF_1_NODIRECT): New macro.
31877         (DF_1_IGNMULDEF): Likewise.
31878         (DF_1_NOKSYMS): Likewise.
31879         (DF_1_NOHDR): Likewise.
31880         (DF_1_EDITED): Likewise.
31881         (DF_1_NORELOC): Likewise.
31882         (DF_1_SYMINTPOSE): Likewise.
31883         (DF_1_GLOBAUDIT): Likewise.
31884         (DF_1_SINGLETON): Likewise.
31885         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31886         DT_1_SUPPORTED_MASK bits.
31887         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31888
31889 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
31890
31891         * sysdeps/unix/make-syscalls.sh: Document prefixes.
31892
31893 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
31894
31895         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31896         macro.
31897
31898         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31899         (sendmmsg): Move declarations...
31900         * socket/sys/socket.h: ... here.
31901         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31902         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31903         include it from...
31904         * socket/recvmmsg.c: ... this new file.
31905         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31906         (sendmmsg): Rename to __sendmmsg, create weak alias and make
31907         definition of __sendmmsg hidden.
31908         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31909         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31910         Move ENOSYS stub into and include it from...
31911         * socket/sendmmsg.c: ... this new file.
31912         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31913         (sysdep_routines): Move recvmmsg and sendmmsg...
31914         * socket/Makefile (routines): ... here.
31915         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31916         (GLIBC_PRIVATE): Add __sendmmsg.
31917         * include/sys/socket.h (__sendmmsg): Add declarations.
31918         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31919         sendmmsg.
31920
31921 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
31922
31923         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31924         variable I1 with __attribute__ ((unused)).
31925         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31926
31927 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31928
31929         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31930         DUMMY variables with __attribute__ ((unused)).
31931
31932         * bits/byteswap.h: Include <bits/types.h>.
31933         (__bswap_64): Use __uint64_t instead of unsigned long long int.
31934
31935 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31936
31937         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31938         string_t.  Do not manually set errno.
31939         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31940         length with __strnlen.  Make sure to both set errno and return it on
31941         failure.
31942
31943 2012-11-19  David S. Miller  <davem@davemloft.net>
31944
31945         With help from Joseph Myers.
31946         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31947         very large arguments properly.
31948         * math/libm-test.inc (atan_test): New tests.
31949         (atan2_test): New tests.
31950         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31951         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31952
31953 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31954
31955         [BZ #14856]
31956         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31957         Define to 3.
31958
31959         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31960         [POSIX] (EADDRNOTAVAIL): Likewise.
31961         [POSIX] (EAFNOSUPPORT): Likewise.
31962         [POSIX] (EALREADY): Likewise.
31963         [POSIX] (ECONNABORTED): Likewise.
31964         [POSIX] (ECONNREFUSED): Likewise.
31965         [POSIX] (ECONNRESET): Likewise.
31966         [POSIX] (EDESTADDRREQ): Likewise.
31967         [POSIX] (EDQUOT): Likewise.
31968         [POSIX] (EHOSTUNREACH): Likewise.
31969         [POSIX] (EIDRM): Likewise.
31970         [POSIX] (EISCONN): Likewise.
31971         [POSIX] (ELOOP): Likewise.
31972         [POSIX] (EMULTIHOP): Likewise.
31973         [POSIX] (ENETDOWN): Likewise.
31974         [POSIX] (ENETUNREACH): Likewise.
31975         [POSIX] (ENOBUFS): Likewise.
31976         [POSIX] (ENODATA): Likewise.
31977         [POSIX] (ENOLINK): Likewise.
31978         [POSIX] (ENOMSG): Likewise.
31979         [POSIX] (ENOPROTOOPT): Likewise.
31980         [POSIX] (ENOSR): Likewise.
31981         [POSIX] (ENOSTR): Likewise.
31982         [POSIX] (ENOTCONN): Likewise.
31983         [POSIX] (ENOTSOCK): Likewise.
31984         [POSIX] (EOPNOTSUPP): Likewise.
31985         [POSIX] (EOVERFLOW): Likewise.
31986         [POSIX] (EPROTO): Likewise.
31987         [POSIX] (EPROTONOSUPPORT): Likewise.
31988         [POSIX] (EPROTOTYPE): Likewise.
31989         [POSIX] (ESTALE): Likewise.
31990         [POSIX] (ETIME): Likewise.
31991         [POSIX] (ETXTBSY): Likewise.
31992         [POSIX] (EWOULDBLOCK): Likewise.
31993         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31994         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31995         [POSIX] (SEEK_CUR): Likewise.
31996         [POSIX] (SEEK_END): Likewise.
31997         [POSIX || UNIX98] (mode_t): Do not require.
31998         [POSIX] (off_t): Likewise.
31999         [POSIX] (pid_t): Likewise.
32000         [POSIX] (sys/stat.h): Do not allow header.
32001         [POSIX] (unistd.h): Likewise.
32002         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
32003         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
32004         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
32005         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
32006         require.
32007         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
32008         sigevent): Specify elements.
32009         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
32010         entry.
32011         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
32012         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
32013
32014         * conform/data/cpio.h-data [POSIX]: Disable whole file.
32015         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
32016         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
32017         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
32018         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
32019         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
32020         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
32021         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
32022         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
32023         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
32024         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
32025         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
32026         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
32027         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
32028         Likewise.
32029         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
32030         Likewise.
32031         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
32032         Likewise.
32033         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
32034         Likewise.
32035         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
32036         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
32037         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
32038         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
32039         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
32040         Specify lower bound on value.
32041         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
32042         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
32043         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
32044         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
32045         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
32046         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
32047         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
32048         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
32049         value.
32050         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
32051         as optional.
32052         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
32053         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
32054         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
32055         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
32056         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
32057         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
32058         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
32059         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
32060         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
32061         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
32062         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
32063         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
32064         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
32065         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
32066         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
32067         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
32068         entry.
32069         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
32070         optional.
32071         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
32072         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
32073         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
32074         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
32075         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
32076         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
32077         Likewise.
32078         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
32079         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
32080         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
32081         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
32082         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
32083         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
32084         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
32085         as optional.
32086         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
32087         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
32088         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
32089         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
32090         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
32091         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
32092         specify as optional.
32093         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
32094         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
32095         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
32096         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
32097         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
32098         [XPG3] (NL_LANGMAX): Likewise.
32099         [POSIX || XPG3] (NL_MSGMAX): Likewise.
32100         [POSIX || XPG3] (NL_NMAX): Likewise.
32101         [POSIX || XPG3] (NL_SETMAX): Likewise.
32102         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
32103         [XPG3] (NZERO): Likewise.
32104         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
32105         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
32106         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
32107         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
32108         (REG_ERANGE): Expect.
32109         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
32110         optional-constant.
32111         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
32112         Use (void) in prototype.
32113         [POSIX] (*_t): Allow.
32114         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
32115         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
32116         (WRDE_BADVAL): Expect.
32117
32118         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
32119         expect.
32120         [XPG3 || XPG4] (O_RSYNC): Likewise.
32121         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
32122         Likewise.
32123         [XPG3 || XPG4] (pthread_sigmask): Likewise.
32124         [XPG3 || XPG4] (sigqueue): Likewise.
32125         [XPG3 || XPG4] (sigtimedwait): Likewise.
32126         [XPG3 || XPG4] (sigwaitinfo): Likewise.
32127         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
32128         [XPG3 || XPG4] (vsnprintf): Likewise.
32129         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
32130         Likewise.
32131         [XPG3 || XPG4] (blksize_t): Likewise.
32132         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
32133         Likewise.
32134         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
32135         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
32136         [XPG3 || XPG4] (struct itimerspec): Likewise.
32137         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
32138         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
32139         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
32140         [XPG3 || XPG4] (clockid_t): Likewise.
32141         [XPG3 || XPG4] (timer_t): Likewise.
32142         [XPG3 || XPG4] (clock_getres): Likewise.
32143         [XPG3 || XPG4] (clock_gettime): Likewise.
32144         [XPG3 || XPG4] (clock_settime): Likewise.
32145         [XPG3 || XPG4] (nanosleep): Likewise.
32146         [XPG3 || XPG4] (timer_create): Likewise.
32147         [XPG3 || XPG4] (timer_delete): Likewise.
32148         [XPG3 || XPG4] (timer_gettime): Likewise.
32149         [XPG3 || XPG4] (timer_getoverrun): Likewise.
32150         [XPG3 || XPG4] (timer_settime): Likewise.
32151         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
32152         [XPG3 || XPG4] (getlogin_r): Likewise.
32153         [XPG3 || XPG4] (pread): Likewise.
32154         [XPG3 || XPG4] (pthread_atfork): Likewise.
32155         [XPG3 || XPG4] (pwrite): Likewise.
32156
32157         [BZ #14835]
32158         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
32159         <bits/siginfo.h>.
32160
32161 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
32162
32163         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
32164         finalizing MALLSTREAM.
32165
32166         * sysdeps/mach/hurd/syncfs.c: New file.
32167
32168 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
32169
32170         [BZ #14719]
32171         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
32172         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
32173         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
32174         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
32175         (_nss_dns_gethostbyname4_r): Likewise.
32176         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
32177         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
32178
32179 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
32180
32181         [BZ #13763]
32182         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
32183
32184 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
32185
32186         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
32187         * elf/cache.c (print_entry): Print ",AArch64" for
32188         FLAG_AARCH64_LIB64
32189
32190         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
32191         * elf/cache.c (print_entry): Print ",hard-float" for
32192         FLAG_ARM_LIBHF.
32193
32194 2012-11-18  David S. Miller  <davem@davemloft.net>
32195
32196         With help from Joseph Myers.
32197         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
32198         cutoff to 2**-13.
32199         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
32200         cutoff to 2**-25.
32201         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
32202         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
32203         small.
32204         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
32205         * math/libm-test.inc (y0_test): New tests.
32206         (y1_test): New tests.
32207         * sysdeps/i386/fpu/libm-test-ulps: Update.
32208         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32209         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32210
32211 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
32212
32213         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
32214         64-bit targets.
32215         * configure: Regenerated.
32216
32217 2012-11-17  David S. Miller  <davem@davemloft.net>
32218
32219         [BZ #14811]
32220         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
32221         nonzero exponents with absolute value below 0x1p-128 to +/-
32222         0x1p-128.
32223
32224 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
32225
32226         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
32227
32228         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
32229
32230         * posix/getconf-speclist.c: New file.
32231         * posix/posix-envs.def: Likewise.
32232         * posix/confstr.c (START_ENV_GROUP): New macro.
32233         (END_ENV_GROUP): Likewise.
32234         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32235         (KNOWN_PRESENT_ENV_STRING): Likewise.
32236         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32237         (UNKNOWN_ENVIRONMENT): Likewise.
32238         (confstr): Include posix-envs.def instead of handling
32239         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
32240         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
32241         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
32242         (END_ENV_GROUP): Likewise.
32243         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32244         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32245         (UNKNOWN_ENVIRONMENT): Likewise.
32246         (__sysconf): Include posix-envs.def instead of handling associated
32247         cases directly here.
32248         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
32249         preprocessing getconf-speclist.c rather than running getconf or
32250         generating empty file.
32251
32252 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
32253
32254         * scripts/check-local-headers.sh: Ignore 'mach' headers.
32255
32256 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
32257
32258         [BZ #14672]
32259         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
32260
32261 2012-11-16  David S. Miller  <davem@davemloft.net>
32262
32263         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
32264         smaller than LDBL_EPSILON/2.0L, just return xm1.
32265
32266 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
32267
32268         * elf/tst-array1.c (init): Set constructor priority to 1000.
32269         (fini): Set destructor priority to 1000.
32270         * elf/tst-array2dep.c: Likewise.
32271
32272 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32273
32274         [BZ #11741]
32275         * libio/fileops.c (_IO_new_file_write): Correctly return error.
32276         (_IO_new_file_xsputn): Also return EOF if none of the input
32277         data was written when overflow failed.
32278         * libio/iopadn.c (_IO_padn): Likewise.
32279         * libio/iowpadn.c (_IO_wpadn): Likewise.
32280         * stdio-common/tst-put-error.c: Add copyright notice.
32281         (do_test): Add case for printing padded string.
32282         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
32283         _IO_padn returned error.
32284         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
32285         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
32286         return EOF.
32287
32288 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32289
32290         * libio/libioP.h: Add comment note that the references to C++
32291         bits are now obsolete.
32292
32293 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32294
32295         * math/libm-test.inc (check_complex): Use asprintf.
32296
32297 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
32298
32299         * debug/pcprofiledump.c (print_version): Update copyright year.
32300         * malloc/memusagestat.c (print_version): Likewise.
32301
32302 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
32303
32304         [BZ #14831]
32305         * elf/Makefile (tests): Add tst-audit8.
32306         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
32307         ($(objpfx)tst-audit8.out): New target.
32308         (tst-audit8-ENV): New variable.
32309         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
32310         audit if l_reloc_result is NULL.
32311         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
32312         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
32313         * elf/tst-audit8.c: New file.
32314
32315 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32316
32317         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
32318         * misc/Makefile (CFLAGS-select.c): Define.
32319         * posix/Makefile (CFLAGS-pause.c): Define.
32320
32321 2012-11-13  David S. Miller  <davem@davemloft.net>
32322
32323         * crypt/Makefile: Move test targets after toplevel Rules
32324         inclusion.  Grab any necessary sysdep routines when linking.
32325         * crypt/md5.c (md5_process_block): Remove define, we will always
32326         name it __md5_process_block.
32327         (md5_finish_ctx): Update md5_process_block call.
32328         (md5_stream): Likewise.
32329         (md5_process_bytes): Likewise.
32330         (md5_process_block): Rename to __md5_process_block and move to ...
32331         * crypt/md5-block.c: ... here.
32332         * crypt/sha256.c (sha256_process_block): Move to ...
32333         * crypt/sha256-block.c: ... here.
32334         * crypt/sha512.c (sha512_process_block): Move to ...
32335         * crypt/sha512-block.c: ... here.
32336         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
32337         path.
32338         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
32339         * sysdeps/sparc/sparc64/multiarch/Makefile
32340         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
32341         crypt subdir.
32342         (localedef-aux): Add md5 crypto assembler when in locale subdir.
32343         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
32344         multiarch changes.
32345         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
32346         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
32347         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
32348         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
32349         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
32350         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
32351         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
32352         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
32353         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
32354         file.
32355         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
32356         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
32357         file.
32358         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
32359
32360 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
32361
32362         * timezone/tzselect.ksh: Update from tzcode git revision
32363         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
32364         * timezone/zdump.c: Likewise.
32365         * timezone/zic.c: Likewise.
32366         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
32367         in TZVERSION setting, not $(PKGVERSION).
32368         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
32369         REPORT_BUGS_TO settings.
32370
32371         [BZ #14838]
32372         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
32373         macro.
32374
32375 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32376
32377         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
32378         detection to immediately after _FP_ROUND().
32379         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
32380         bits are 0.
32381
32382 2012-11-11  David S. Miller  <davem@davemloft.net>
32383
32384         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
32385         inttypes.h
32386         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
32387         __close rather than their public counterparts.
32388
32389 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
32390
32391         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
32392         file.
32393         [UNIX98] (sem_timedwait): Do not expect.
32394         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
32395         [XPG4 || UNIX98] (sockatmark): Do not expect.
32396         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
32397         (clock_getcpuclockid): Do not expect.
32398         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
32399         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
32400         Do not expect.
32401         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
32402         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
32403         [UNIX98] (vwscanf): Likewise.
32404         [UNIX98] (vswscanf): Likewise.
32405
32406 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
32407
32408         * timezone/version.h: Remove file.
32409         * timezone/README: Do not refer to version.h.
32410         * timezone/Makefile ($(objpfx)zic.o): New dependency on
32411         $(objpfx)version.h.
32412         ($(objpfx)zdump.o): Likewise.
32413         ($(objpfx)version.h): New target.
32414
32415         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
32416         2012i.
32417         * timezone/README: Don't mention modification to tzselect.ksh.
32418         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
32419         work on unmodified tzselect.ksh.  Substitute version numbers in
32420         tzselect.ksh.
32421
32422         * Makefile (format-me): Remove.
32423         (INSTALL): Adjust indentation.  Use commands directly instead of
32424         using $(format-me).
32425
32426         * aclocal.m4 (ACX_PKGVERSION): New macro.
32427         (ACX_BUGURL): Likewise.
32428         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
32429         (PKGVERSION): New AC_DEFINE_UNQUOTED.
32430         (REPORT_BUGS_TO): Likewise.
32431         * configure: Regenerated.
32432         * config.h.in (PKGVERSION): New macro.
32433         (REPORT_BUGS_TO): Likewise.
32434         * config.make.in (PKGVERSION): New variable.
32435         (PKGVERSION_TEXI): Likewise.
32436         (REPORT_BUGS_TO): Likewise.
32437         (REPORT_BUGS_TEXI): Likewise.
32438         * Makefile (format-me): Use -I$(common-objpfx)manual.
32439         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
32440         ($(common-objpfx)manual/%): New target.
32441         (manual/%): Remove target.
32442         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
32443         (print_version): Use PKGVERSION.
32444         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
32445         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
32446         and REPORT_BUGS_TO.
32447         ($(objpfx)xtrace): Likewise.
32448         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
32449         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
32450         (print_version): Use PKGVERSION.
32451         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
32452         (do_version): Use PKGVERSION.
32453         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
32454         REPORT_BUGS_TO.
32455         (common-ldd-rewrite): Likewise.
32456         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
32457         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
32458         (print_version): Use PKGVERSION.
32459         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
32460         * elf/pldd.c (argp_program_bug_address): Remove variable.
32461         (more_help): New function.
32462         (argp): Use more_help.
32463         (print_version): Use PKGVERSION.
32464         * elf/sln.c (main): Use PKGVERSION.
32465         (usage): Use REPORT_BUGS_TO.
32466         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
32467         (top level): Use PKGVERSION.
32468         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
32469         (print_version): Use PKGVERSION.
32470         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
32471         (print_version): Use PKGVERSION.
32472         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
32473         (print_version): Use PKGVERSION.
32474         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
32475         (print_version): Use PKGVERSION.
32476         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
32477         (print_version): Use PKGVERSION.
32478         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
32479         (print_version): Use PKGVERSION.
32480         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
32481         and BUGURL.
32482         ($(objpfx)memusage): Likewise.
32483         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
32484         (do_version): Use PKGVERSION.
32485         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
32486         (print_version): Use PKGVERSION.
32487         * malloc/mtrace.pl ($PACKAGE): Remove variable.
32488         ($PKGVERSION): New variable.
32489         ($REPORT_BUGS_TO): Likewise.
32490         (usage): Use $REPORT_BUGS_TO.
32491         (top level): Use $PKGVERSION.
32492         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
32493         ($(objpfx)pkgvers.texi): New rule.
32494         ($(objpfx)stamp-pkgvers): Likewise.
32495         * manual/install.texi: Include pkgvers.texi.
32496         (--with-pkgversion): Document new configure option.
32497         (--with-bugurl): Likewise.
32498         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
32499         than necessarily for this particular distribution.  Use
32500         REPORT_BUGS_TO for where to report bugs.
32501         * INSTALL: Regenerated.
32502         * manual/libc.texinfo: Include pkgvers.texi.
32503         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
32504         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
32505         (print_version): Use PKGVERSION.
32506         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
32507         (print_version): Use PKGVERSION.
32508         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
32509         (print_version): Use PKGVERSION.
32510         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
32511         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
32512         macro.
32513         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
32514         (print_version): Use PKGVERSION.
32515         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
32516         (print_version): Use PKGVERSION.
32517         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
32518         and PKGVERSION.
32519
32520         * timezone/checktab.awk: Update from tzcode 2012i.
32521         * timezone/ialloc.c: Likewise.
32522         * timezone/private.h: Likewise.
32523         * timezone/scheck.c: Likewise.
32524         * timezone/tzfile.h: Likewise.
32525         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
32526         (TZVERSION): Hardcode tzcode version number.
32527         * timezone/zdump.c: Update from tzcode 2012i.
32528         * timezone/zic.c: Likewise.
32529         * timezone/version.h: New file.
32530         * timezone/README: Describe version.h.  Update upstream location.
32531
32532         [BZ #14824]
32533         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
32534         (mktemp): Enable declaration.
32535         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
32536         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
32537         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
32538         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
32539         Likewise.
32540         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
32541         Likewise.
32542         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
32543         Likewise.
32544         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
32545         Likewise.
32546         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
32547         Likewise.
32548         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
32549         Likewise.
32550
32551         [BZ #14821]
32552         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
32553         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
32554         for copies of such integer values.
32555         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
32556         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
32557
32558 2012-11-09  Andreas Jaeger  <aj@suse.de>
32559
32560         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
32561         definitions and declarations that are provided by
32562         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32563
32564 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32565
32566         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
32567         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
32568         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
32569         definition.
32570
32571 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32572
32573         * elf/elf.h: Update comment before AArch64 relocations.
32574
32575 2012-11-07  David S. Miller  <davem@davemloft.net>
32576
32577         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
32578         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
32579         (__start_context): Declare.
32580         (__makecontext_ret): Delete.
32581         (__makecontext): Hook up __start_context instead of
32582         __makecontext_ret.
32583         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
32584         (sysdep_routines): Add __start_context when in stdlib.
32585
32586 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32587
32588         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
32589         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
32590         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
32591         hardcoded "nm".
32592         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
32593         (READELF): New variable.  Use it instead of hardcoded "readelf".
32594
32595 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
32596
32597         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
32598         * sysdeps/x86/Makefile: Here.
32599         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
32600         * sysdeps/x86/tst-xmmymm.sh: This.
32601
32602 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32603
32604         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
32605         expectations.
32606         [UNIX98] (pthread_barrier_t): Do not expect.
32607         [UNIX98] (pthread_barrierattr_t): Likewise.
32608         [UNIX98] (pthread_spinlock_t): Likewise.
32609         [UNIX98] (pthread_barrier_destroy): Likewise.
32610         [UNIX98] (pthread_barrier_init): Likewise.
32611         [UNIX98] (pthread_barrier_wait): Likewise.
32612         [UNIX98] (pthread_barrierattr_destroy): Likewise.
32613         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
32614         [UNIX98] (pthread_barrierattr_init): Likewise.
32615         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
32616         [UNIX98] (pthread_getcpuclockid): Likewise.
32617         [UNIX98] (pthread_mutex_timedlock): Likewise.
32618         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
32619         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
32620         [UNIX98] (pthread_sigmask): Likewise.
32621         [UNIX98] (pthread_spin_destroy): Likewise.
32622         [UNIX98] (pthread_spin_init): Likewise.
32623         [UNIX98] (pthread_spin_lock): Likewise.
32624         [UNIX98] (pthread_spin_trylock): Likewise.
32625         [UNIX98] (pthread_spin_unlock): Likewise.
32626         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
32627         Do not expect.
32628         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
32629         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
32630         [XPG3 || XPG4] (pthread_cond_t): Likewise.
32631         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
32632         [XPG3 || XPG4] (pthread_key_t): Likewise.
32633         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
32634         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
32635         [XPG3 || XPG4] (pthread_once_t): Likewise.
32636         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
32637         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
32638         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
32639         [XPG3 || XPG4] (pthread_t): Likewise.
32640
32641         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
32642         not expect.
32643         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
32644
32645         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
32646         Change function return type to int.
32647
32648         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
32649         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
32650         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
32651         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
32652         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
32653         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
32654         [!POSIX] (posix_madvise): Likewise.
32655         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
32656         && !UNIX98].
32657         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
32658         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
32659         (mode_t): Likewise.
32660         (posix_mem_offset): Likewise.
32661         (posix_typed_mem_get_info): Likewise.
32662         (posix_typed_mem_open): Likewise.
32663
32664         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
32665         Change condition to [XOPEN2K8].
32666
32667         * conform/conformtest.pl: Preprocess allow-header data with -x c
32668         instead of from stdin.
32669         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
32670         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
32671         [C99-based standards] (cerfc): Likewise.
32672         [C99-based standards] (cexp2): Likewise.
32673         [C99-based standards] (cexpm1): Likewise.
32674         [C99-based standards] (clog10): Likewise.
32675         [C99-based standards] (clog1p): Likewise.
32676         [C99-based standards] (clog2): Likewise.
32677         [C99-based standards] (clgamma): Likewise.
32678         [C99-based standards] (ctgamma): Likewise.
32679         [C99-based standards] (cerff): Likewise.
32680         [C99-based standards] (cerfcf): Likewise.
32681         [C99-based standards] (cexp2f): Likewise.
32682         [C99-based standards] (cexpm1f): Likewise.
32683         [C99-based standards] (clog10f): Likewise.
32684         [C99-based standards] (clog1pf): Likewise.
32685         [C99-based standards] (clog2f): Likewise.
32686         [C99-based standards] (clgammaf): Likewise.
32687         [C99-based standards] (ctgammaf): Likewise.
32688         [C99-based standards] (cerfl): Likewise.
32689         [C99-based standards] (cerfcl): Likewise.
32690         [C99-based standards] (cexp2l): Likewise.
32691         [C99-based standards] (cexpm1l): Likewise.
32692         [C99-based standards] (clog10l): Likewise.
32693         [C99-based standards] (clog1pl): Likewise.
32694         [C99-based standards] (clog2l): Likewise.
32695         [C99-based standards] (clgammal): Likewise.
32696         [C99-based standards] (ctgammal): Likewise.
32697         * conform/data/inttypes.h-data [C99-based standards]: Include
32698         stdint.h-data.  Remove all expectations for stdint.h contents.
32699         [C99-based standards] (PRI*): Do not allow.
32700         [C99-based standards] (SCN*): Likewise.
32701         [C99-based standards] (*_t): Likewise.
32702         [C99-based-standards] (PRId8): Expect macro.
32703         [C99-based-standards] (PRIi8): Likewise.
32704         [C99-based-standards] (PRIo8): Likewise.
32705         [C99-based-standards] (PRIu8): Likewise.
32706         [C99-based-standards] (PRIx8): Likewise.
32707         [C99-based-standards] (PRIX8): Likewise.
32708         [C99-based-standards] (SCNd8): Likewise.
32709         [C99-based-standards] (SCNi8): Likewise.
32710         [C99-based-standards] (SCNo8): Likewise.
32711         [C99-based-standards] (SCNu8): Likewise.
32712         [C99-based-standards] (SCNx8): Likewise.
32713         [C99-based-standards] (PRIdLEAST8): Likewise.
32714         [C99-based-standards] (PRIiLEAST8): Likewise.
32715         [C99-based-standards] (PRIoLEAST8): Likewise.
32716         [C99-based-standards] (PRIuLEAST8): Likewise.
32717         [C99-based-standards] (PRIxLEAST8): Likewise.
32718         [C99-based-standards] (PRIXLEAST8): Likewise.
32719         [C99-based-standards] (SCNdLEAST8): Likewise.
32720         [C99-based-standards] (SCNiLEAST8): Likewise.
32721         [C99-based-standards] (SCNoLEAST8): Likewise.
32722         [C99-based-standards] (SCNuLEAST8): Likewise.
32723         [C99-based-standards] (SCNxLEAST8): Likewise.
32724         [C99-based-standards] (PRIdFAST8): Likewise.
32725         [C99-based-standards] (PRIiFAST8): Likewise.
32726         [C99-based-standards] (PRIoFAST8): Likewise.
32727         [C99-based-standards] (PRIuFAST8): Likewise.
32728         [C99-based-standards] (PRIxFAST8): Likewise.
32729         [C99-based-standards] (PRIXFAST8): Likewise.
32730         [C99-based-standards] (SCNdFAST8): Likewise.
32731         [C99-based-standards] (SCNiFAST8): Likewise.
32732         [C99-based-standards] (SCNoFAST8): Likewise.
32733         [C99-based-standards] (SCNuFAST8): Likewise.
32734         [C99-based-standards] (SCNxFAST8): Likewise.
32735         [C99-based-standards] (PRId16): Likewise.
32736         [C99-based-standards] (PRIi16): Likewise.
32737         [C99-based-standards] (PRIo16): Likewise.
32738         [C99-based-standards] (PRIu16): Likewise.
32739         [C99-based-standards] (PRIx16): Likewise.
32740         [C99-based-standards] (PRIX16): Likewise.
32741         [C99-based-standards] (SCNd16): Likewise.
32742         [C99-based-standards] (SCNi16): Likewise.
32743         [C99-based-standards] (SCNo16): Likewise.
32744         [C99-based-standards] (SCNu16): Likewise.
32745         [C99-based-standards] (SCNx16): Likewise.
32746         [C99-based-standards] (PRIdLEAST16): Likewise.
32747         [C99-based-standards] (PRIiLEAST16): Likewise.
32748         [C99-based-standards] (PRIoLEAST16): Likewise.
32749         [C99-based-standards] (PRIuLEAST16): Likewise.
32750         [C99-based-standards] (PRIxLEAST16): Likewise.
32751         [C99-based-standards] (PRIXLEAST16): Likewise.
32752         [C99-based-standards] (SCNdLEAST16): Likewise.
32753         [C99-based-standards] (SCNiLEAST16): Likewise.
32754         [C99-based-standards] (SCNoLEAST16): Likewise.
32755         [C99-based-standards] (SCNuLEAST16): Likewise.
32756         [C99-based-standards] (SCNxLEAST16): Likewise.
32757         [C99-based-standards] (PRIdFAST16): Likewise.
32758         [C99-based-standards] (PRIiFAST16): Likewise.
32759         [C99-based-standards] (PRIoFAST16): Likewise.
32760         [C99-based-standards] (PRIuFAST16): Likewise.
32761         [C99-based-standards] (PRIxFAST16): Likewise.
32762         [C99-based-standards] (PRIXFAST16): Likewise.
32763         [C99-based-standards] (SCNdFAST16): Likewise.
32764         [C99-based-standards] (SCNiFAST16): Likewise.
32765         [C99-based-standards] (SCNoFAST16): Likewise.
32766         [C99-based-standards] (SCNuFAST16): Likewise.
32767         [C99-based-standards] (SCNxFAST16): Likewise.
32768         [C99-based-standards] (PRId32): Likewise.
32769         [C99-based-standards] (PRIi32): Likewise.
32770         [C99-based-standards] (PRIo32): Likewise.
32771         [C99-based-standards] (PRIu32): Likewise.
32772         [C99-based-standards] (PRIx32): Likewise.
32773         [C99-based-standards] (PRIX32): Likewise.
32774         [C99-based-standards] (SCNd32): Likewise.
32775         [C99-based-standards] (SCNi32): Likewise.
32776         [C99-based-standards] (SCNo32): Likewise.
32777         [C99-based-standards] (SCNu32): Likewise.
32778         [C99-based-standards] (SCNx32): Likewise.
32779         [C99-based-standards] (PRIdLEAST32): Likewise.
32780         [C99-based-standards] (PRIiLEAST32): Likewise.
32781         [C99-based-standards] (PRIoLEAST32): Likewise.
32782         [C99-based-standards] (PRIuLEAST32): Likewise.
32783         [C99-based-standards] (PRIxLEAST32): Likewise.
32784         [C99-based-standards] (PRIXLEAST32): Likewise.
32785         [C99-based-standards] (SCNdLEAST32): Likewise.
32786         [C99-based-standards] (SCNiLEAST32): Likewise.
32787         [C99-based-standards] (SCNoLEAST32): Likewise.
32788         [C99-based-standards] (SCNuLEAST32): Likewise.
32789         [C99-based-standards] (SCNxLEAST32): Likewise.
32790         [C99-based-standards] (PRIdFAST32): Likewise.
32791         [C99-based-standards] (PRIiFAST32): Likewise.
32792         [C99-based-standards] (PRIoFAST32): Likewise.
32793         [C99-based-standards] (PRIuFAST32): Likewise.
32794         [C99-based-standards] (PRIxFAST32): Likewise.
32795         [C99-based-standards] (PRIXFAST32): Likewise.
32796         [C99-based-standards] (SCNdFAST32): Likewise.
32797         [C99-based-standards] (SCNiFAST32): Likewise.
32798         [C99-based-standards] (SCNoFAST32): Likewise.
32799         [C99-based-standards] (SCNuFAST32): Likewise.
32800         [C99-based-standards] (SCNxFAST32): Likewise.
32801         [C99-based-standards] (PRId64): Likewise.
32802         [C99-based-standards] (PRIi64): Likewise.
32803         [C99-based-standards] (PRIo64): Likewise.
32804         [C99-based-standards] (PRIu64): Likewise.
32805         [C99-based-standards] (PRIx64): Likewise.
32806         [C99-based-standards] (PRIX64): Likewise.
32807         [C99-based-standards] (SCNd64): Likewise.
32808         [C99-based-standards] (SCNi64): Likewise.
32809         [C99-based-standards] (SCNo64): Likewise.
32810         [C99-based-standards] (SCNu64): Likewise.
32811         [C99-based-standards] (SCNx64): Likewise.
32812         [C99-based-standards] (PRIdLEAST64): Likewise.
32813         [C99-based-standards] (PRIiLEAST64): Likewise.
32814         [C99-based-standards] (PRIoLEAST64): Likewise.
32815         [C99-based-standards] (PRIuLEAST64): Likewise.
32816         [C99-based-standards] (PRIxLEAST64): Likewise.
32817         [C99-based-standards] (PRIXLEAST64): Likewise.
32818         [C99-based-standards] (SCNdLEAST64): Likewise.
32819         [C99-based-standards] (SCNiLEAST64): Likewise.
32820         [C99-based-standards] (SCNoLEAST64): Likewise.
32821         [C99-based-standards] (SCNuLEAST64): Likewise.
32822         [C99-based-standards] (SCNxLEAST64): Likewise.
32823         [C99-based-standards] (PRIdFAST64): Likewise.
32824         [C99-based-standards] (PRIiFAST64): Likewise.
32825         [C99-based-standards] (PRIoFAST64): Likewise.
32826         [C99-based-standards] (PRIuFAST64): Likewise.
32827         [C99-based-standards] (PRIxFAST64): Likewise.
32828         [C99-based-standards] (PRIXFAST64): Likewise.
32829         [C99-based-standards] (SCNdFAST64): Likewise.
32830         [C99-based-standards] (SCNiFAST64): Likewise.
32831         [C99-based-standards] (SCNoFAST64): Likewise.
32832         [C99-based-standards] (SCNuFAST64): Likewise.
32833         [C99-based-standards] (SCNxFAST64): Likewise.
32834         [C99-based-standards] (PRIdMAX): Likewise.
32835         [C99-based-standards] (PRIiMAX): Likewise.
32836         [C99-based-standards] (PRIoMAX): Likewise.
32837         [C99-based-standards] (PRIuMAX): Likewise.
32838         [C99-based-standards] (PRIxMAX): Likewise.
32839         [C99-based-standards] (PRIXMAX): Likewise.
32840         [C99-based-standards] (SCNdMAX): Likewise.
32841         [C99-based-standards] (SCNiMAX): Likewise.
32842         [C99-based-standards] (SCNoMAX): Likewise.
32843         [C99-based-standards] (SCNuMAX): Likewise.
32844         [C99-based-standards] (SCNxMAX): Likewise.
32845         [C99-based-standards] (PRIdPTR): Likewise.
32846         [C99-based-standards] (PRIiPTR): Likewise.
32847         [C99-based-standards] (PRIoPTR): Likewise.
32848         [C99-based-standards] (PRIuPTR): Likewise.
32849         [C99-based-standards] (PRIxPTR): Likewise.
32850         [C99-based-standards] (PRIXPTR): Likewise.
32851         [C99-based-standards] (SCNdPTR): Likewise.
32852         [C99-based-standards] (SCNiPTR): Likewise.
32853         [C99-based-standards] (SCNoPTR): Likewise.
32854         [C99-based-standards] (SCNuPTR): Likewise.
32855         [C99-based-standards] (SCNxPTR): Likewise.
32856         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32857         allow.
32858         * conform/data/stdint.h-data: Update comments to clarify
32859         requirements.
32860         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
32861         type.
32862         [C99-based standards] (INT8_MAX): Likewise.
32863         [C99-based standards] (INT16_MIN): Likewise.
32864         [C99-based standards] (INT16_MAX): Likewise.
32865         [C99-based standards] (INT32_MIN): Likewise.
32866         [C99-based standards] (INT32_MAX): Likewise.
32867         [C99-based standards] (INT64_MIN): Likewise.
32868         [C99-based standards] (INT64_MAX): Likewise.
32869         [C99-based standards] (UINT8_MAX): Likewise.
32870         [C99-based standards] (UINT16_MAX): Likewise.
32871         [C99-based standards] (UINT32_MAX): Likewise.
32872         [C99-based standards] (UINT64_MAX): Likewise.
32873         [C99-based standards] (INT_LEAST8_MIN): Likewise.
32874         [C99-based standards] (INT_LEAST8_MAX): Likewise.
32875         [C99-based standards] (INT_LEAST16_MIN): Likewise.
32876         [C99-based standards] (INT_LEAST16_MAX): Likewise.
32877         [C99-based standards] (INT_LEAST32_MIN): Likewise.
32878         [C99-based standards] (INT_LEAST32_MAX): Likewise.
32879         [C99-based standards] (INT_LEAST64_MIN): Likewise.
32880         [C99-based standards] (INT_LEAST64_MAX): Likewise.
32881         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32882         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32883         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32884         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32885         [C99-based standards] (INT_FAST8_MIN): Likewise.
32886         [C99-based standards] (INT_FAST8_MAX): Likewise.
32887         [C99-based standards] (INT_FAST16_MIN): Likewise.
32888         [C99-based standards] (INT_FAST16_MAX): Likewise.
32889         [C99-based standards] (INT_FAST32_MIN): Likewise.
32890         [C99-based standards] (INT_FAST32_MAX): Likewise.
32891         [C99-based standards] (INT_FAST64_MIN): Likewise.
32892         [C99-based standards] (INT_FAST64_MAX): Likewise.
32893         [C99-based standards] (UINT_FAST8_MAX): Likewise.
32894         [C99-based standards] (UINT_FAST16_MAX): Likewise.
32895         [C99-based standards] (UINT_FAST32_MAX): Likewise.
32896         [C99-based standards] (UINT_FAST64_MAX): Likewise.
32897         [C99-based standards] (INTPTR_MIN): Likewise.
32898         [C99-based standards] (INTPTR_MAX): Likewise.
32899         [C99-based standards] (UINTPTR_MAX): Likewise.
32900         [C99-based standards] (INTMAX_MIN): Likewise.
32901         [C99-based standards] (INTMAX_MAX): Likewise.
32902         [C99-based standards] (UINTMAX_MAX): Likewise.
32903         [C99-based standards] (PTRDIFF_MIN): Likewise.
32904         [C99-based standards] (PTRDIFF_MAX): Likewise.
32905         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32906         [C99-based standards] (SIZE_MAX): Likewise.
32907         [C99-based standards] (WCHAR_MAX): Likewise.
32908         [C99-based standards] (WINT_MAX): Likewise.
32909         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
32910         constraint on value.
32911         [C99-based standards] (WCHAR_MIN): Likewise.
32912         [C99-based standards] (WINT_MIN): Likewise.
32913         [C99-based standards] (*_t): Allow.
32914         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32915         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32916         Include math.h-data and complex.h-data.  Remove all expectations
32917         of math.h and complex.h contents.
32918         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32919         at end of line.
32920         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32921         (struct tm): Expect tag.
32922         [C99-based-standards] (wcstof): Expect function.
32923         [C99-based-standards] (wcstold): Likewise.
32924         [C99-based-standards] (wcstoll): Likewise.
32925         [C99-based-standards] (wcstoull): Likewise.
32926         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32927         macro-int-constant.  Specify type.
32928         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
32929         constraint on value.
32930         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32931         Specify type.
32932         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32933         Specify value.
32934         [ISO C standards]: Do not allow headers.
32935         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32936         wcs[abcdefghijklmnopqrstuvwxyz]*.
32937         [ISO C standards] (*_t): Do not allow.
32938         * conform/data/wctype.h-data [C99-based standards] (iswblank):
32939         Expect function.
32940         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32941         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32942         Specify type.
32943         [ISO C standards]: Do not allow headers.
32944         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32945         is[abcdefghijklmnopqrstuvwxyz]*.
32946         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32947         to[abcdefghijklmnopqrstuvwxyz]*.
32948         [ISO C standards] (*_t): Do not allow.
32949         * conform/data/stdalign.h-data: New file.
32950         * conform/data/stdbool.h-data: Likewise.
32951         * conform/data/stdnoreturn.h-data: Likewise.
32952
32953 2012-11-07  Roland McGrath  <roland@hack.frob.com>
32954
32955         [BZ #14815]
32956         * manual/filesys.texi (Directory Entries): Typo fix.
32957         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32958
32959 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32960
32961         * elf/elf.h (EM_AARCH64): New macro.
32962         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32963         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32964         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32965         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32966         (R_AARCH64_TLSDESC): Likewise.
32967         (NT_ARM_TLS): Likewise.
32968         (NT_ARM_HW_BREAK): Likewise.
32969         (NT_ARM_HW_WATCH): Likewise.
32970
32971 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32972
32973         [BZ #14811]
32974         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32975         (__ieee754_powl): Saturate nonzero exponents with absolute value
32976         below 0x1p-79 to +/- 0x1p-79.
32977         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32978         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32979         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32980         nonzero exponents with absolute value below 0x1p-32 to +/-
32981         0x1p-32.
32982         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32983         (__ieee754_powl): Saturate nonzero exponents with absolute value
32984         below 0x1p-79 to +/- 0x1p-79.
32985         * math/libm-test.inc (pow_test): Add more tests.
32986
32987 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32988
32989         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32990         _dl_s390_cap_flags with kernel. Increase string length.
32991         (_dl_s390_platforms): Add z196 and zEC12.
32992
32993 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32994
32995         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32996         Change XOPEN21K to XOPEN2K.
32997
32998 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32999
33000         * string/memmove.c: Use memcpy when possible.
33001
33002 2012-11-06  Andreas Jaeger  <aj@suse.de>
33003
33004         * po/eo.po: Update from translation team.
33005
33006 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
33007
33008         [BZ #14793]
33009         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
33010         exponent and small x and y exponents, scale x or y up.  Increase
33011         by 2 the exponent used in scaling up.
33012         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33013         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33014         * math/libm-test.inc (fma_test): Add more tests.
33015         (fma_test_towardzero): Likewise.
33016         (fma_test_downward): Likewise.
33017         (fma_test_upward): Likewise.
33018
33019 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
33020
33021         [BZ #14805]
33022         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
33023         fenv_t *.
33024
33025         [BZ #14801]
33026         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
33027         namespace for names of struct fields.
33028         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
33029         fenv_t fields.
33030         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
33031         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
33032
33033 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
33034
33035         [BZ #3665]
33036         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
33037
33038 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
33039
33040         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
33041         PTR_DEMANGLE.
33042
33043         [BZ #5246]
33044         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
33045         PTR_DEMANGLE.
33046
33047 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
33048
33049         [BZ #14797]
33050         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
33051         definitely overflow as x * y not x * y + z.
33052         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33053         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33054         * math/libm-test.inc (fma_test): Add more tests.
33055         (fma_test_towardzero): Likewise.
33056         (fma_test_downward): Likewise.
33057         (fma_test_upward): Likewise.
33058
33059 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
33060
33061         [BZ #157]
33062
33063         * include/stub-tag.h: Remove file.
33064         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
33065         '#include' of it.
33066         * manual/maint.texi (Porting): Don't reference it.
33067         * Makerules ($(objpfx)stubs): Likewise.
33068         * dirent/closedir.c: Don't include <stub-tag.h>.
33069         * dirent/dirfd.c: Likewise.
33070         * dirent/fdopendir.c: Likewise.
33071         * dirent/getdents.c: Likewise.
33072         * dirent/getdents64.c: Likewise.
33073         * dirent/opendir.c: Likewise.
33074         * dirent/readdir.c: Likewise.
33075         * dirent/readdir64.c: Likewise.
33076         * dirent/readdir64_r.c: Likewise.
33077         * dirent/readdir_r.c: Likewise.
33078         * dirent/rewinddir.c: Likewise.
33079         * dirent/seekdir.c: Likewise.
33080         * dirent/telldir.c: Likewise.
33081         * gmon/profil.c: Likewise.
33082         * grp/setgroups.c: Likewise.
33083         * inet/if_index.c: Likewise.
33084         * io/access.c: Likewise.
33085         * io/chdir.c: Likewise.
33086         * io/chmod.c: Likewise.
33087         * io/chown.c: Likewise.
33088         * io/close.c: Likewise.
33089         * io/dup.c: Likewise.
33090         * io/dup2.c: Likewise.
33091         * io/dup3.c: Likewise.
33092         * io/euidaccess.c: Likewise.
33093         * io/faccessat.c: Likewise.
33094         * io/fchdir.c: Likewise.
33095         * io/fchmod.c: Likewise.
33096         * io/fchmodat.c: Likewise.
33097         * io/fchown.c: Likewise.
33098         * io/fchownat.c: Likewise.
33099         * io/fcntl.c: Likewise.
33100         * io/flock.c: Likewise.
33101         * io/fstatfs.c: Likewise.
33102         * io/fstatfs64.c: Likewise.
33103         * io/fstatvfs.c: Likewise.
33104         * io/fstatvfs64.c: Likewise.
33105         * io/futimens.c: Likewise.
33106         * io/fxstat.c: Likewise.
33107         * io/fxstat64.c: Likewise.
33108         * io/fxstatat.c: Likewise.
33109         * io/fxstatat64.c: Likewise.
33110         * io/getcwd.c: Likewise.
33111         * io/isatty.c: Likewise.
33112         * io/lchmod.c: Likewise.
33113         * io/lchown.c: Likewise.
33114         * io/link.c: Likewise.
33115         * io/linkat.c: Likewise.
33116         * io/lseek.c: Likewise.
33117         * io/lseek64.c: Likewise.
33118         * io/lxstat64.c: Likewise.
33119         * io/mkdir.c: Likewise.
33120         * io/mkdirat.c: Likewise.
33121         * io/mkfifo.c: Likewise.
33122         * io/mkfifoat.c: Likewise.
33123         * io/open.c: Likewise.
33124         * io/open64.c: Likewise.
33125         * io/openat.c: Likewise.
33126         * io/openat64.c: Likewise.
33127         * io/pipe.c: Likewise.
33128         * io/pipe2.c: Likewise.
33129         * io/poll.c: Likewise.
33130         * io/posix_fadvise.c: Likewise.
33131         * io/posix_fadvise64.c: Likewise.
33132         * io/posix_fallocate.c: Likewise.
33133         * io/posix_fallocate64.c: Likewise.
33134         * io/read.c: Likewise.
33135         * io/readlink.c: Likewise.
33136         * io/readlinkat.c: Likewise.
33137         * io/rmdir.c: Likewise.
33138         * io/sendfile.c: Likewise.
33139         * io/sendfile64.c: Likewise.
33140         * io/statfs.c: Likewise.
33141         * io/statfs64.c: Likewise.
33142         * io/statvfs.c: Likewise.
33143         * io/statvfs64.c: Likewise.
33144         * io/symlink.c: Likewise.
33145         * io/symlinkat.c: Likewise.
33146         * io/ttyname.c: Likewise.
33147         * io/ttyname_r.c: Likewise.
33148         * io/umask.c: Likewise.
33149         * io/unlink.c: Likewise.
33150         * io/unlinkat.c: Likewise.
33151         * io/utime.c: Likewise.
33152         * io/utimensat.c: Likewise.
33153         * io/write.c: Likewise.
33154         * io/xmknod.c: Likewise.
33155         * io/xmknodat.c: Likewise.
33156         * io/xstat.c: Likewise.
33157         * io/xstat64.c: Likewise.
33158         * login/getpt.c: Likewise.
33159         * login/grantpt.c: Likewise.
33160         * login/unlockpt.c: Likewise.
33161         * math/e_acoshl.c: Likewise.
33162         * math/e_acosl.c: Likewise.
33163         * math/e_asinl.c: Likewise.
33164         * math/e_atan2l.c: Likewise.
33165         * math/e_atanhl.c: Likewise.
33166         * math/e_coshl.c: Likewise.
33167         * math/e_expl.c: Likewise.
33168         * math/e_fmodl.c: Likewise.
33169         * math/e_gammal_r.c: Likewise.
33170         * math/e_hypotl.c: Likewise.
33171         * math/e_j0l.c: Likewise.
33172         * math/e_j1l.c: Likewise.
33173         * math/e_jnl.c: Likewise.
33174         * math/e_lgammal_r.c: Likewise.
33175         * math/e_log10l.c: Likewise.
33176         * math/e_log2l.c: Likewise.
33177         * math/e_logl.c: Likewise.
33178         * math/e_powl.c: Likewise.
33179         * math/e_rem_pio2l.c: Likewise.
33180         * math/e_sinhl.c: Likewise.
33181         * math/e_sqrtl.c: Likewise.
33182         * math/fclrexcpt.c: Likewise.
33183         * math/fedisblxcpt.c: Likewise.
33184         * math/feenablxcpt.c: Likewise.
33185         * math/fegetenv.c: Likewise.
33186         * math/fegetexcept.c: Likewise.
33187         * math/fegetround.c: Likewise.
33188         * math/feholdexcpt.c: Likewise.
33189         * math/fesetenv.c: Likewise.
33190         * math/fesetround.c: Likewise.
33191         * math/feupdateenv.c: Likewise.
33192         * math/fgetexcptflg.c: Likewise.
33193         * math/fraiseexcpt.c: Likewise.
33194         * math/fsetexcptflg.c: Likewise.
33195         * math/ftestexcept.c: Likewise.
33196         * math/k_cosl.c: Likewise.
33197         * math/k_rem_pio2l.c: Likewise.
33198         * math/k_sinl.c: Likewise.
33199         * math/k_tanl.c: Likewise.
33200         * math/s_asinhl.c: Likewise.
33201         * math/s_atanl.c: Likewise.
33202         * math/s_cbrtl.c: Likewise.
33203         * math/s_erfl.c: Likewise.
33204         * math/s_expm1l.c: Likewise.
33205         * math/s_log1pl.c: Likewise.
33206         * math/s_tanhl.c: Likewise.
33207         * misc/acct.c: Likewise.
33208         * misc/brk.c: Likewise.
33209         * misc/chflags.c: Likewise.
33210         * misc/chroot.c: Likewise.
33211         * misc/fchflags.c: Likewise.
33212         * misc/fgetxattr.c: Likewise.
33213         * misc/flistxattr.c: Likewise.
33214         * misc/fremovexattr.c: Likewise.
33215         * misc/fsetxattr.c: Likewise.
33216         * misc/fsync.c: Likewise.
33217         * misc/ftruncate.c: Likewise.
33218         * misc/futimes.c: Likewise.
33219         * misc/futimesat.c: Likewise.
33220         * misc/getdomain.c: Likewise.
33221         * misc/getdtsz.c: Likewise.
33222         * misc/gethostid.c: Likewise.
33223         * misc/gethostname.c: Likewise.
33224         * misc/getloadavg.c: Likewise.
33225         * misc/getpagesize.c: Likewise.
33226         * misc/getsysstats.c: Likewise.
33227         * misc/getxattr.c: Likewise.
33228         * misc/gtty.c: Likewise.
33229         * misc/ioctl.c: Likewise.
33230         * misc/lgetxattr.c: Likewise.
33231         * misc/listxattr.c: Likewise.
33232         * misc/llistxattr.c: Likewise.
33233         * misc/lremovexattr.c: Likewise.
33234         * misc/lsetxattr.c: Likewise.
33235         * misc/lutimes.c: Likewise.
33236         * misc/madvise.c: Likewise.
33237         * misc/mincore.c: Likewise.
33238         * misc/mlock.c: Likewise.
33239         * misc/mlockall.c: Likewise.
33240         * misc/mmap.c: Likewise.
33241         * misc/mprotect.c: Likewise.
33242         * misc/msync.c: Likewise.
33243         * misc/munlock.c: Likewise.
33244         * misc/munlockall.c: Likewise.
33245         * misc/munmap.c: Likewise.
33246         * misc/preadv.c: Likewise.
33247         * misc/preadv64.c: Likewise.
33248         * misc/ptrace.c: Likewise.
33249         * misc/pwritev.c: Likewise.
33250         * misc/pwritev64.c: Likewise.
33251         * misc/readv.c: Likewise.
33252         * misc/reboot.c: Likewise.
33253         * misc/remap_file_pages.c: Likewise.
33254         * misc/removexattr.c: Likewise.
33255         * misc/revoke.c: Likewise.
33256         * misc/select.c: Likewise.
33257         * misc/setdomain.c: Likewise.
33258         * misc/setegid.c: Likewise.
33259         * misc/seteuid.c: Likewise.
33260         * misc/sethostid.c: Likewise.
33261         * misc/sethostname.c: Likewise.
33262         * misc/setregid.c: Likewise.
33263         * misc/setreuid.c: Likewise.
33264         * misc/setxattr.c: Likewise.
33265         * misc/sstk.c: Likewise.
33266         * misc/stty.c: Likewise.
33267         * misc/swapoff.c: Likewise.
33268         * misc/swapon.c: Likewise.
33269         * misc/sync.c: Likewise.
33270         * misc/syncfs.c: Likewise.
33271         * misc/syscall.c: Likewise.
33272         * misc/truncate.c: Likewise.
33273         * misc/ualarm.c: Likewise.
33274         * misc/usleep.c: Likewise.
33275         * misc/ustat.c: Likewise.
33276         * misc/utimes.c: Likewise.
33277         * misc/vhangup.c: Likewise.
33278         * misc/writev.c: Likewise.
33279         * posix/_exit.c: Likewise.
33280         * posix/alarm.c: Likewise.
33281         * posix/execve.c: Likewise.
33282         * posix/fexecve.c: Likewise.
33283         * posix/fork.c: Likewise.
33284         * posix/fpathconf.c: Likewise.
33285         * posix/getaddrinfo.c: Likewise.
33286         * posix/getegid.c: Likewise.
33287         * posix/geteuid.c: Likewise.
33288         * posix/getgid.c: Likewise.
33289         * posix/getgroups.c: Likewise.
33290         * posix/getlogin.c: Likewise.
33291         * posix/getlogin_r.c: Likewise.
33292         * posix/getpgid.c: Likewise.
33293         * posix/getpid.c: Likewise.
33294         * posix/getppid.c: Likewise.
33295         * posix/getresgid.c: Likewise.
33296         * posix/getresuid.c: Likewise.
33297         * posix/getsid.c: Likewise.
33298         * posix/getuid.c: Likewise.
33299         * posix/glob64.c: Likewise.
33300         * posix/nanosleep.c: Likewise.
33301         * posix/pathconf.c: Likewise.
33302         * posix/pause.c: Likewise.
33303         * posix/posix_madvise.c: Likewise.
33304         * posix/pread.c: Likewise.
33305         * posix/pread64.c: Likewise.
33306         * posix/pwrite.c: Likewise.
33307         * posix/pwrite64.c: Likewise.
33308         * posix/sched_getaffinity.c: Likewise.
33309         * posix/sched_getp.c: Likewise.
33310         * posix/sched_gets.c: Likewise.
33311         * posix/sched_primax.c: Likewise.
33312         * posix/sched_primin.c: Likewise.
33313         * posix/sched_rr_gi.c: Likewise.
33314         * posix/sched_setaffinity.c: Likewise.
33315         * posix/sched_setp.c: Likewise.
33316         * posix/sched_sets.c: Likewise.
33317         * posix/sched_yield.c: Likewise.
33318         * posix/setgid.c: Likewise.
33319         * posix/setlogin.c: Likewise.
33320         * posix/setpgid.c: Likewise.
33321         * posix/setresgid.c: Likewise.
33322         * posix/setresuid.c: Likewise.
33323         * posix/setsid.c: Likewise.
33324         * posix/setuid.c: Likewise.
33325         * posix/sleep.c: Likewise.
33326         * posix/spawni.c: Likewise.
33327         * posix/sysconf.c: Likewise.
33328         * posix/times.c: Likewise.
33329         * posix/wait.c: Likewise.
33330         * posix/wait3.c: Likewise.
33331         * posix/wait4.c: Likewise.
33332         * posix/waitpid.c: Likewise.
33333         * resolv/gai_sigqueue.c: Likewise.
33334         * resource/getpriority.c: Likewise.
33335         * resource/getrlimit.c: Likewise.
33336         * resource/getrusage.c: Likewise.
33337         * resource/nice.c: Likewise.
33338         * resource/setpriority.c: Likewise.
33339         * resource/setrlimit.c: Likewise.
33340         * resource/ulimit.c: Likewise.
33341         * rt/aio_cancel.c: Likewise.
33342         * rt/aio_fsync.c: Likewise.
33343         * rt/aio_read.c: Likewise.
33344         * rt/aio_sigqueue.c: Likewise.
33345         * rt/aio_suspend.c: Likewise.
33346         * rt/aio_write.c: Likewise.
33347         * rt/clock_getres.c: Likewise.
33348         * rt/clock_gettime.c: Likewise.
33349         * rt/clock_nanosleep.c: Likewise.
33350         * rt/clock_settime.c: Likewise.
33351         * rt/lio_listio.c: Likewise.
33352         * rt/mq_close.c: Likewise.
33353         * rt/mq_getattr.c: Likewise.
33354         * rt/mq_notify.c: Likewise.
33355         * rt/mq_open.c: Likewise.
33356         * rt/mq_receive.c: Likewise.
33357         * rt/mq_send.c: Likewise.
33358         * rt/mq_setattr.c: Likewise.
33359         * rt/mq_timedreceive.c: Likewise.
33360         * rt/mq_timedsend.c: Likewise.
33361         * rt/mq_unlink.c: Likewise.
33362         * rt/shm_open.c: Likewise.
33363         * rt/shm_unlink.c: Likewise.
33364         * rt/timer_create.c: Likewise.
33365         * rt/timer_delete.c: Likewise.
33366         * rt/timer_getoverr.c: Likewise.
33367         * rt/timer_gettime.c: Likewise.
33368         * rt/timer_settime.c: Likewise.
33369         * setjmp/__longjmp.c: Likewise.
33370         * setjmp/setjmp.c: Likewise.
33371         * signal/kill.c: Likewise.
33372         * signal/killpg.c: Likewise.
33373         * signal/raise.c: Likewise.
33374         * signal/sigaction.c: Likewise.
33375         * signal/sigaltstack.c: Likewise.
33376         * signal/sigblock.c: Likewise.
33377         * signal/sigignore.c: Likewise.
33378         * signal/sigintr.c: Likewise.
33379         * signal/signal.c: Likewise.
33380         * signal/sigpause.c: Likewise.
33381         * signal/sigpending.c: Likewise.
33382         * signal/sigqueue.c: Likewise.
33383         * signal/sigreturn.c: Likewise.
33384         * signal/sigset.c: Likewise.
33385         * signal/sigsetmask.c: Likewise.
33386         * signal/sigstack.c: Likewise.
33387         * signal/sigsuspend.c: Likewise.
33388         * signal/sigtimedwait.c: Likewise.
33389         * signal/sigvec.c: Likewise.
33390         * signal/sigwait.c: Likewise.
33391         * signal/sigwaitinfo.c: Likewise.
33392         * signal/sysv_signal.c: Likewise.
33393         * socket/accept.c: Likewise.
33394         * socket/accept4.c: Likewise.
33395         * socket/bind.c: Likewise.
33396         * socket/connect.c: Likewise.
33397         * socket/getpeername.c: Likewise.
33398         * socket/getsockname.c: Likewise.
33399         * socket/getsockopt.c: Likewise.
33400         * socket/isfdtype.c: Likewise.
33401         * socket/listen.c: Likewise.
33402         * socket/recv.c: Likewise.
33403         * socket/recvfrom.c: Likewise.
33404         * socket/recvmsg.c: Likewise.
33405         * socket/send.c: Likewise.
33406         * socket/sendmsg.c: Likewise.
33407         * socket/sendto.c: Likewise.
33408         * socket/setsockopt.c: Likewise.
33409         * socket/shutdown.c: Likewise.
33410         * socket/sockatmark.c: Likewise.
33411         * socket/socket.c: Likewise.
33412         * socket/socketpair.c: Likewise.
33413         * stdio-common/ctermid.c: Likewise.
33414         * stdio-common/cuserid.c: Likewise.
33415         * stdio-common/remove.c: Likewise.
33416         * stdio-common/rename.c: Likewise.
33417         * stdio-common/renameat.c: Likewise.
33418         * stdio-common/tempname.c: Likewise.
33419         * stdlib/getcontext.c: Likewise.
33420         * stdlib/makecontext.c: Likewise.
33421         * stdlib/setcontext.c: Likewise.
33422         * stdlib/swapcontext.c: Likewise.
33423         * stdlib/system.c: Likewise.
33424         * streams/fattach.c: Likewise.
33425         * streams/fdetach.c: Likewise.
33426         * streams/getmsg.c: Likewise.
33427         * streams/getpmsg.c: Likewise.
33428         * streams/putmsg.c: Likewise.
33429         * streams/putpmsg.c: Likewise.
33430         * sysdeps/unix/bsd/getpt.c: Likewise.
33431         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
33432         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
33433         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
33434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
33435         Likewise.
33436         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
33437         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
33438         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
33439         * sysvipc/msgctl.c: Likewise.
33440         * sysvipc/msgget.c: Likewise.
33441         * sysvipc/msgrcv.c: Likewise.
33442         * sysvipc/msgsnd.c: Likewise.
33443         * sysvipc/semctl.c: Likewise.
33444         * sysvipc/semget.c: Likewise.
33445         * sysvipc/semop.c: Likewise.
33446         * sysvipc/semtimedop.c: Likewise.
33447         * sysvipc/shmat.c: Likewise.
33448         * sysvipc/shmctl.c: Likewise.
33449         * sysvipc/shmdt.c: Likewise.
33450         * sysvipc/shmget.c: Likewise.
33451         * termios/tcdrain.c: Likewise.
33452         * termios/tcflow.c: Likewise.
33453         * termios/tcflush.c: Likewise.
33454         * termios/tcgetattr.c: Likewise.
33455         * termios/tcgetpgrp.c: Likewise.
33456         * termios/tcsendbrk.c: Likewise.
33457         * termios/tcsetattr.c: Likewise.
33458         * termios/tcsetpgrp.c: Likewise.
33459         * time/adjtime.c: Likewise.
33460         * time/clock.c: Likewise.
33461         * time/getitimer.c: Likewise.
33462         * time/gettimeofday.c: Likewise.
33463         * time/setitimer.c: Likewise.
33464         * time/settimeofday.c: Likewise.
33465         * time/stime.c: Likewise.
33466         * time/time.c: Likewise.
33467
33468 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
33469
33470         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
33471         /usr/old/bin.
33472
33473         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
33474         instead of spaces.
33475         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
33476
33477 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
33478
33479         [BZ #14796]
33480         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
33481         FE_TONEAREST before applying Dekker multiplication and Knuth
33482         addition.  Clear inexact exceptions and check for exact zero
33483         results afterwards.
33484         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33485         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33486         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33487         * math/libm-test.inc (fma_test): Add more tests.
33488         (fma_test_towardzero): Likewise.
33489         (fma_test_downward): Likewise.
33490         (fma_test_upward): Likewise.
33491         * sysdeps/generic/math_private.h (default_libc_fesetround): New
33492         function.
33493         (libc_fesetround): New macro.
33494         (libc_fesetroundf): Likewise.
33495         (libc_fesetroundl): Likewise.
33496         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
33497         function.
33498         (libc_fesetround_387): Likewise.
33499         (libc_fesetroundf): New macro.
33500         (libc_fesetround): Likewise.
33501         (libc_fesetroundl): Likewise.
33502         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
33503         function.
33504         (libc_fesetroundf): New macro.
33505         (libc_fesetround): Likewise.
33506         (libc_fesetroundl): Likewise.
33507         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
33508         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
33509         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
33510         libm_hidden_ver.
33511         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
33512         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
33513         libm_hidden_def.
33514         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
33515         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
33516         libm_hidden_ver.
33517         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
33518         libm_hidden_def.
33519
33520         [BZ #3439]
33521         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
33522         integer constant usable in #if and use that to give value to enum
33523         constant.
33524         (FE_DIVBYZERO): Likewise.
33525         (FE_UNDERFLOW): Likewise.
33526         (FE_OVERFLOW): Likewise.
33527         (FE_INVALID): Likewise.
33528         (FE_INVALID_SNAN): Likewise.
33529         (FE_INVALID_ISI): Likewise.
33530         (FE_INVALID_IDI): Likewise.
33531         (FE_INVALID_ZDZ): Likewise.
33532         (FE_INVALID_IMZ): Likewise.
33533         (FE_INVALID_COMPARE): Likewise.
33534         (FE_INVALID_SOFTWARE): Likewise.
33535         (FE_INVALID_SQRT): Likewise.
33536         (FE_INVALID_INTEGER_CONVERSION): Likewise.
33537         (FE_TONEAREST): Likewise.
33538         (FE_TOWARDZERO): Likewise.
33539         (FE_UPWARD): Likewise.
33540         (FE_DOWNWARD): Likewise.
33541         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
33542         (FE_DIVBYZERO): Likewise.
33543         (FE_OVERFLOW): Likewise.
33544         (FE_UNDERFLOW): Likewise.
33545         (FE_INEXACT): Likewise.
33546         (FE_TONEAREST): Likewise.
33547         (FE_DOWNWARD): Likewise.
33548         (FE_UPWARD): Likewise.
33549         (FE_TOWARDZERO): Likewise.
33550         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
33551         (FE_UNDERFLOW): Likewise.
33552         (FE_OVERFLOW): Likewise.
33553         (FE_DIVBYZERO): Likewise.
33554         (FE_INVALID): Likewise.
33555         (FE_TONEAREST): Likewise.
33556         (FE_TOWARDZERO): Likewise.
33557         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
33558         (FE_OVERFLOW): Likewise.
33559         (FE_UNDERFLOW): Likewise.
33560         (FE_DIVBYZERO): Likewise.
33561         (FE_INEXACT): Likewise.
33562         (FE_TONEAREST): Likewise.
33563         (FE_TOWARDZERO): Likewise.
33564         (FE_UPWARD): Likewise.
33565         (FE_DOWNWARD): Likewise.
33566         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
33567         (FE_DIVBYZERO): Likewise.
33568         (FE_OVERFLOW): Likewise.
33569         (FE_UNDERFLOW): Likewise.
33570         (FE_INEXACT): Likewise.
33571         (FE_TONEAREST): Likewise.
33572         (FE_DOWNWARD): Likewise.
33573         (FE_UPWARD): Likewise.
33574         (FE_TOWARDZERO): Likewise.
33575
33576 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
33577
33578         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
33579
33580 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
33581
33582         * scripts/cross-test-ssh.sh (command): Use newlines to separate
33583         commands.  Quote $PWD.
33584         (blacklist_exports): Don't use remove_newlines.  Replace "declare
33585         -x" by "export".
33586         (remove_newlines): Remove.
33587
33588 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
33589
33590         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
33591         * stdlib/stdlib.h (atof): Moved to ...
33592         * include/bits/stdlib-float.h: Here.  New file.
33593         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
33594         * stdlib/bits/stdlib-float.h: New file.
33595         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
33596         -mno-sse -mno-mmx.
33597         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
33598         <xmmintrin.h>.
33599
33600 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33601
33602         * conform/conformtest.pl (@headers): Add fenv.h.
33603         * conform/data/fenv.h-data: New file.
33604         * include/fenv.h [_ISOMAC]: Disable all contents of file except
33605         include of <math/fenv.h>.
33606
33607         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
33608         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
33609         && !UNIX98].  Enables tests for XOPEN2K8.
33610         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
33611         POSIX2008]: Likewise.
33612
33613         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
33614         (struct rusage): Do not expect type or its members.
33615
33616         [BZ #3439]
33617         * math/math.h (FP_NAN): Define macro to integer constant usable in
33618         #if and use that to give value to enum constant.
33619         (FP_INFINITE): Likewise.
33620         (FP_ZERO): Likewise.
33621         (FP_SUBNORMAL): Likewise.
33622         (FP_NORMAL): Likewise.
33623
33624 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
33625
33626         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
33627         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
33628         arguments.
33629
33630 2012-11-02  Roland McGrath  <roland@hack.frob.com>
33631
33632         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
33633         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
33634         autoconf-time if not.
33635         * configure.in: Remove AC_PREREQ.
33636
33637 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33638
33639         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
33640         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
33641         of the internal implementation.
33642
33643 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33644
33645         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
33646         except include of <misc/sys/syslog.h>.
33647
33648 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33649
33650         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
33651         function returns with a NULL context exit with zero.
33652
33653 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33654
33655         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
33656
33657 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
33658
33659         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
33660         (run_program_cmd): This.
33661         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
33662         (tst_langinfo): New variable.  Use it.
33663
33664 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
33665
33666         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
33667         floating point opcodes.
33668
33669 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33670
33671         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
33672         variable.
33673
33674         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
33675
33676         * sysdeps/mach/hurd/powerpc: Remove directory.
33677         * sysdeps/mach/powerpc: Likewise.
33678
33679 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33680
33681         * scripts/check-local-headers.sh: Ignore c++ headers.
33682
33683 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33684
33685         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
33686         __libc_cleanup_region_start argument.
33687
33688 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
33689
33690         [BZ #14784]
33691         [BZ #14785]
33692         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
33693         x * y using scaling, not as x * y + z.
33694         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33695         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33696         * math/libm-test.inc (fma_test): Add more tests.
33697         (fma_test_towardzero): Likewise.
33698         (fma_test_downward): Likewise.
33699         (fma_test_upward): Likewise.
33700
33701 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33702
33703         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
33704
33705 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33706
33707         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
33708         New variable.
33709
33710 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
33711
33712         * rt/tst-shm.c (worker): Correct checking for mmap failure.
33713
33714 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33715
33716         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33717         Fix sort order.
33718         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33719         Likewise.
33720
33721 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33722
33723         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33724         Fix the order of the list for glibc 2.17.
33725         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33726         Likewise.
33727
33728 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33729
33730         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33731
33732 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33733
33734         [BZ #14610]
33735         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
33736         for low part of x being zero before using __atanl (y).
33737         * math/libm-test.inc (atan2_test): Add another test.
33738
33739         * manual/install.texi (Configuring and compiling): Document
33740         general use of test-wrapper and test-wrapper-env.
33741         * INSTALL: Regenerated.
33742
33743         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
33744         (__fma): Do not extract and scale down low bits on after-rounding
33745         systems when result rounded to normal precision would have normal
33746         exponent.
33747         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
33748         (__fmal): Do not extract and scale down low bits on after-rounding
33749         systems when result rounded to normal precision would have normal
33750         exponent.
33751         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33752         (__fmal): Do not extract and scale down low bits on after-rounding
33753         systems when result rounded to normal precision would have normal
33754         exponent.
33755         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33756         macro.
33757         (fma_test): Add more tests.
33758         (fma_test_towardzero): Likewise.
33759         (fma_test_downward): Likewise.
33760         (fma_test_upward): Likewise.
33761
33762 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
33763
33764         * sysdeps/i386/tininess.h: Renamed to ...
33765         * sysdeps/x86/tininess.h: This.
33766         * sysdeps/x86_64/tininess.h: Removed.
33767
33768 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33769
33770         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33771         input.  Use $(build-program-cmd).
33772         ($(objpfx)tst-array1-static.out): Likewise.
33773         ($(objpfx)tst-array2.out): Likewise.
33774         ($(objpfx)tst-array3.out): Likewise.
33775         ($(objpfx)tst-array4.out): Likewise.
33776         ($(objpfx)tst-array5.out): Likewise.
33777         ($(objpfx)tst-array5-static.out): Likewise.
33778
33779 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
33780
33781         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33782         if defined.
33783
33784         * nss/nsswitch.h (nss_interface_function): Provide new
33785         macro for use with NSS functions.
33786         * grp/initgroups.c: Use new macro.
33787         * nss/getXXbyYY.c: Likewise.
33788         * nss/getXXbyYY_r.c: Likewise.
33789         * nss/getXXent.c: Likewise.
33790         * nss/getXXent_r.c: Likewise.
33791         * sysdeps/posix/getaddrinfo.c: Likewise.
33792
33793 2012-10-30  Andreas Jaeger  <aj@suse.de>
33794
33795         * po/ru.po: Update Russion translation from translation project.
33796
33797 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33798
33799         [BZ #14152]
33800         [BZ #14783]
33801         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33802         result and shift together with sticky bit instead of replicating
33803         round-to-nearest rounding.
33804         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33805         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33806         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
33807         missing underflow exceptions.
33808         (fma_test_towardzero): Add more tests.
33809         (fma_test_downward): Likewise.
33810         (fma_test_upward): Likewise.
33811
33812         [BZ #14047]
33813         * sysdeps/generic/tininess.h: New file.
33814         * sysdeps/i386/tininess.h: Likewise.
33815         * sysdeps/sh/tininess.h: Likewise.
33816         * sysdeps/x86_64/tininess.h: Likewise.
33817         * stdlib/tst-strtod-underflow.c: Likewise.
33818         * stdlib/tst-tininess.c: Likewise.
33819         * stdlib/strtod_l.c: Include <tininess.h>.
33820         (round_and_return): Do not set errno for exact underflow cases.
33821         Force an underflow exception when setting errno for underflow.
33822         Determine underflow based on rounding to normal precision if
33823         TININESS_AFTER_ROUNDING.
33824         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33825         ERANGE for exact underflow cases.
33826         * stdlib/Makefile (tests): Add tst-tininess and
33827         tst-strtod-underflow.
33828         ($(objpfx)tst-tininess): Use $(link-libm).
33829         ($(objpfx)tst-strtod-underflow): Likewise.
33830
33831 2012-10-30  Andreas Jaeger  <aj@suse.de>
33832
33833         [BZ#14767]
33834         * elf/Makefile (tests): Remove conditional for have-initfini-array
33835         since this is now always required and the variable does not exist
33836         anymore.
33837         (tests-static): Likewise.
33838         (modules-names): Likewise.
33839
33840         * po/eo.po: Add Esperanto translation from translation project.
33841
33842         * elf/tst-array1.c (fini_array): Make writeable so that it can be
33843         merged with constructor/destructor.
33844         (init_array): Likewise.
33845         * elf/tst-array2dep.c (fini_array): Likewise.
33846         (init_array): Likewise.
33847
33848 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
33849
33850         * manual/message.texi: Delete @cartouche tags.
33851
33852 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
33853
33854         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33855         EOPNOTSUPP.
33856         * sysdeps/mach/hurd/fsync.c: Likewise.
33857
33858         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33859         [_POSIX_REALTIME_SIGNALS]: Change condition to
33860         [_POSIX_REALTIME_SIGNALS > 0].
33861
33862 2012-10-27  Andreas Jaeger  <aj@suse.de>
33863
33864         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33865         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33866         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33867         [__WORDSIZE != 64]: Likewise.
33868
33869 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
33870
33871         *  iconvdata/tst-table.sh: Remove ${SHELL}.
33872         *  iconvdata/tst-tables.sh: Likewise.
33873
33874 2012-10-25  David S. Miller  <davem@davemloft.net>
33875
33876         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33877         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33878         of strtoull.
33879
33880         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33881         ifunc-impl-list.c
33882         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33883         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33884         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33885         file.
33886
33887 2012-10-25  Roland McGrath  <roland@hack.frob.com>
33888
33889         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33890         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33891         __getdirentries.
33892
33893 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33894             Jim Blandy  <jimb@codesourcery.com>
33895
33896         * scripts/cross-test-ssh.sh: New file.
33897         * manual/install.texi (Configuring and compiling): Document use of
33898         cross-test-ssh.sh.
33899         * INSTALL: Regenerated.
33900
33901 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
33902
33903         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33904         EOPNOTSUPP.
33905
33906 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33907
33908         * Makeconfig (run-program-prefix): Fix comment.
33909
33910 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33911             Jim Blandy  <jimb@codesourcery.com>
33912
33913         * Makeconfig (test-wrapper): New variable,
33914         (test-wrapper-env): Likewise.
33915         [$(cross-compiling) = yes && $(test-wrapper) != ""]
33916         (run-built-tests): Define to yes.
33917         (run-program-prefix): Use $(test-wrapper).
33918         (built-program-cmd): Likewise.
33919         * Rules (make-test-out): Use $(test-wrapper-env) and
33920         $(host-built-program-cmd).
33921         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33922         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33923         tst-pathopt.sh.
33924         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33925         $(test-wrapper-env) to tst-rtld-load-self.sh.
33926         ($(objpfx)order2.out): Use $(test-wrapper).
33927         ($(objpfx)tst-initorder.out): Likewise.
33928         ($(objpfx)tst-initorder2.out): Likewise.
33929         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33930         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33931         (test_wrapper_env): New variable.  Use it to run ld.so.
33932         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33933         Use it to run ld.so.
33934         (test_wrapper_env): Likewise.
33935         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33936         $(test-wrapper) to run-iconv-test.sh.
33937         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33938         (ICONV): Use $test_wrapper.
33939         * posix/Makefile ($(objpfx)globtest.out): Pass
33940         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33941         globtest.sh, not $(run-program-prefix).
33942         * posix/globtest.sh (run_via_rtld_prefix): New variable.
33943         (test_wrapper): Likewise.
33944         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
33945         set together with run_via_rtld_prefix.
33946         (run_program_prefix): Define in terms of test_wrapper and
33947         run_via_rtld_prefix.
33948
33949 2012-10-24  Roland McGrath  <roland@hack.frob.com>
33950
33951         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33952         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33953         Targets removed.
33954
33955         [BZ #14743]
33956         * include/time.h: Remove librt_hidden_proto (clock_gettime).
33957         Declare __clock_getres, __clock_gettime, __clock_settime,
33958         __clock_nanosleep, and __clock_getcpuclockid.
33959         * rt/clock_gettime.c: Define __clock_gettime as an alias.
33960         Remove librt_hidden_def (clock_gettime).
33961         * sysdeps/unix/clock_gettime.c: Likewise.
33962         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33963         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33964         * rt/clock_getres.c: Define __clock_getres as an alias.
33965         * sysdeps/posix/clock_getres.c: Likewise.
33966         * rt/clock_settime.c: Define __clock_settime as an alias.
33967         * sysdeps/unix/clock_settime.c: Likewise.
33968         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33969         * sysdeps/unix/clock_nanosleep.c: Likewise.
33970         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33971         * rt/clock-compat.c: New file.
33972         * rt/Makefile (librt-routines): Add clock-compat and move
33973         $(clock-routines) to ...
33974         (routines): ... here, new variable.
33975         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33976         Don't add get_clockfreq here.
33977         * rt/Versions (libc: GLIBC_2.17): New version set.
33978         Add clock_* symbols here.
33979         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
33980         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33981         (GLIBC_2.17): Add clock_* symbols.
33982         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33983         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33984         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33986         Likewise.
33987         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33988         Likewise.
33989         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33990         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33991         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33992         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33993         * NEWS: Mention the move.
33994
33995         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33996         Use __open, __read, __close rather than their public counterparts.
33997         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33998         (__get_clockfreq_via_cpuinfo): Likewise.
33999         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
34000         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
34001
34002         * config.h.in (HAVE_IFUNC): New #undef.
34003         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
34004         was successful.
34005         * configure: Regenerated.
34006
34007 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
34008
34009         * configure.in: Move READELF check to start of file.
34010         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
34011         libc_cv_asm_gnu_indirect_function in the process.
34012         * configure: Regenerated.
34013
34014 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
34015
34016         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
34017         send the output to /dev/null.
34018         (libc_cv_cc_with_libunwind): Likewise.
34019         (libc_cv_as_noexecstack): Likewise.
34020         * configure: Regenerate.
34021
34022 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
34023
34024         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
34025
34026         * posix/globtest.sh (TMPDIR): Do not set.
34027         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
34028         (testout): Likewise.
34029
34030 2012-10-24  Andreas Jaeger  <aj@suse.de>
34031
34032         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
34033         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
34034         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
34035         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
34036         posix_fadvise64, posix_fallocate64.
34037
34038         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
34039         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
34040         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
34041         Likewise.
34042         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
34043         Likewise.
34044         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
34045
34046         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
34047         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
34048         <bits/fcntl-linux.h>.
34049         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
34050
34051         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
34052         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
34053         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
34054         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
34055         [__WORDSIZE != 64]: Likewise.
34056
34057 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
34058
34059         * Makeconfig (run-built-tests): New variable.
34060         * Rules [$(cross-compiling) = yes]: Change condition to
34061         [$(run-built-tests) = no].
34062         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
34063         to [$(run-built-tests) = yes].
34064         * elf/Makefile [$(cross-compiling) = no]: Likewise
34065         * grp/Makefile [$(cross-compiling) = no]: Likewise.
34066         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
34067         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
34068         * intl/Makefile [$(cross-compiling) = no]: Likewise.
34069         * io/Makefile [$(cross-compiling) = no]: Likewise.
34070         * libio/Makefile [$(cross-compiling) = no]: Likewise.
34071         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
34072         * misc/Makefile [$(cross-compiling) = no]: Likewise.
34073         * posix/Makefile [$(cross-compiling) = no]: Likewise.
34074         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
34075         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
34076         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
34077         * string/Makefile [$(cross-compiling) = no]: Likewise.
34078
34079         * posix/Makefile ($(objpfx)globtest.out): Pass
34080         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
34081         $(rtld-installed-name).
34082         * posix/globtest.sh (elf_objpfx): Remove variable.
34083         (rtld_installed_name): Likewise.
34084         (library_path): Likewise.
34085         (run_program_prefix): New variable.  Use for running globtest
34086         binary.
34087
34088 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
34089             Joseph Myers  <joseph@codesourcery.com>
34090
34091         * Makeconfig (host-built-program-cmd): New variable.
34092         * elf/Makefile (tst-stackguard1-ARGS): Use
34093         $(host-built-program-cmd).
34094         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
34095         (tst-spawn-ARGS): Likewise.
34096         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
34097
34098 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
34099             Jim Blandy  <jimb@codesourcery.com>
34100
34101         * Makeconfig (run-via-rtld-prefix): New variable.
34102         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
34103         (built-program-cmd): Likewise.
34104
34105 2012-10-22  Andreas Jaeger  <aj@suse.de>
34106
34107         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
34108         __O_RSYNC if it exists, otherwise to O_SYNC.
34109
34110 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
34111             Joseph Myers  <joseph@codesourcery.com>
34112
34113         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
34114         /dev/null.
34115         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
34116         from /dev/null
34117         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
34118         /dev/null.
34119
34120 2012-10-22  Andreas Jaeger  <aj@suse.de>
34121
34122         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
34123         Define always.
34124         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
34125
34126         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34127         bits/fcntl-linux.h.
34128
34129         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
34130         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
34131
34132         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
34133         to __O_LARGEFILE.
34134         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
34135         to __O_LARGEFILE.
34136
34137 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
34138             Joseph Myers  <joseph@codesourcery.com>
34139
34140         * config.make.in (NM): New variable.
34141
34142 2012-10-21  Andreas Jaeger  <aj@suse.de>
34143
34144         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
34145         definitions and declarations that are provided by
34146         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
34147
34148 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
34149
34150         [BZ #14683]
34151         * elf/Makefile (tests-static): Add tst-leaks1-static.
34152         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
34153         ($(objpfx)tst-leaks1-static): New rule.
34154         ($(objpfx)tst-leaks1-static-mem): Likewise.
34155         (tst-leaks1-static-ENV): New macro.
34156         * elf/dl-open.c (dl_open_worker): Check the main application
34157         only if SHARED is defined.
34158         * elf/tst-leaks1-static.c: New file.
34159
34160 2012-10-20  Andreas Jaeger  <aj@suse.de>
34161
34162         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
34163         generic values for Linux.
34164         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
34165         and declarations that are provided by <bits/fcntl-linux.h> and
34166         include <bits/fcntl-linux.h>.
34167         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
34168         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
34169
34170 2012-10-20  Roland McGrath  <roland@hack.frob.com>
34171
34172         * io/fcntl.h: Move include of <bits/types.h> to the top and
34173         include it unconditionally.
34174
34175 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
34176
34177         * wcsmbs/Makefile (tests-ifunc): New variable.
34178         (tests): Add $(tests-ifunc).
34179         * wcsmbs/test-wcschr-ifunc.c: New file.
34180         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
34181         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
34182         * wcsmbs/test-wcslen-ifunc.c: Likewise.
34183         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
34184         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
34185
34186         * string/Makefile (tests-ifunc): New variable.
34187         (tests): Add $(tests-ifunc).
34188         * string/test-memccpy.c (TEST_NAME): New macro.
34189         * string/test-memchr.c (TEST_NAME): Likewise.
34190         * string/test-memcmp.c (TEST_NAME): Likewise.
34191         * string/test-memcpy.c (TEST_NAME): Likewise.
34192         * string/test-memmem.c (TEST_NAME): Likewise.
34193         * string/test-memmove.c (TEST_NAME): Likewise.
34194         * string/test-memset.c (TEST_NAME): Likewise.
34195         * string/test-rawmemchr.c (TEST_NAME): Likewise.
34196         * string/test-stpcpy.c (TEST_NAME): Likewise.
34197         * string/test-stpncpy.c (TEST_NAME): Likewise.
34198         * string/test-strcasecmp.c (TEST_NAME): Likewise.
34199         * string/test-strcasestr.c (TEST_NAME): Likewise.
34200         * string/test-strcat.c (TEST_NAME): Likewise.
34201         * string/test-strchr.c (TEST_NAME): Likewise.
34202         * string/test-strcmp.c(TEST_NAME): Likewise.
34203         * string/test-strcpy.c (TEST_NAME): Likewise.
34204         * string/test-strcspn.c (TEST_NAME): Likewise.
34205         * string/test-strlen.c (TEST_NAME): Likewise.
34206         * string/test-strncasecmp.c (TEST_NAME): Likewise.
34207         * string/test-strncmp.c (TEST_NAME): Likewise.
34208         * string/test-strncpy.c (TEST_NAME): Likewise.
34209         * string/test-strnlen.c (TEST_NAME): Likewise.
34210         * string/test-strpbrk.c (TEST_NAME): Likewise.
34211         * string/test-strrchr.c (TEST_NAME): Likewise.
34212         * string/test-strspn.c (TEST_NAME): Likewise.
34213         * string/test-strstr.c (TEST_NAME): Likewise.
34214         * string/test-bcopy-ifunc.c: New file.
34215         * string/test-bzero-ifunc.c: Likewise.
34216         * string/test-memccpy-ifunc.c: Likewise.
34217         * string/test-memchr-ifunc.c: Likewise.
34218         * string/test-memcmp-ifunc.c: Likewise.
34219         * string/test-memcpy-ifunc.c: Likewise.
34220         * string/test-memmem-ifunc.c: Likewise.
34221         * string/test-memmove-ifunc.c: Likewise.
34222         * string/test-mempcpy-ifunc.c: Likewise.
34223         * string/test-memset-ifunc.c: Likewise.
34224         * string/test-rawmemchr-ifunc.c: Likewise.
34225         * string/test-stpcpy-ifunc.c: Likewise.
34226         * string/test-stpncpy-ifunc.c: Likewise.
34227         * string/test-strcasecmp-ifunc.c: Likewise.
34228         * string/test-strcasestr-ifunc.c: Likewise.
34229         * string/test-strcat-ifunc.c: Likewise.
34230         * string/test-strchr-ifunc.c: Likewise.
34231         * string/test-strchrnul-ifunc.c: Likewise.
34232         * string/test-strcmp-ifunc.c: Likewise.
34233         * string/test-strcpy-ifunc.c: Likewise.
34234         * string/test-strcspn-ifunc.c: Likewise.
34235         * string/test-strlen-ifunc.c: Likewise.
34236         * string/test-strncasecmp-ifunc.c: Likewise.
34237         * string/test-strncat-ifunc.c: Likewise.
34238         * string/test-strncmp-ifunc.c: Likewise.
34239         * string/test-strncpy-ifunc.c: Likewise.
34240         * string/test-strnlen-ifunc.c: Likewise.
34241         * string/test-strpbrk-ifunc.c: Likewise.
34242         * string/test-strrchr-ifunc.c: Likewise.
34243         * string/test-strspn-ifunc.c: Likewise.
34244         * string/test-strstr-ifunc.c: Likewise.
34245
34246         * debug/Makefile (tests-ifunc): New variable.
34247         (tests): Add $(tests-ifunc).
34248         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
34249         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
34250         * debug/test-stpcpy_chk-ifunc.c: New file.
34251         * debug/test-strcpy_chk-ifunc.c: Likewise.
34252
34253 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
34254
34255         [BZ #13601]
34256         * elf/dl-load.c (open_verify): Retry read if the entire ELF
34257         header is not read in.
34258
34259 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
34260
34261         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
34262         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
34263         directly.  Pass built executable to script as
34264         $(built-program-cmd).
34265         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
34266         $testprogram without using LD_LIBRARY_PATH and $ldso.
34267
34268         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
34269         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
34270         $(rtld-installed-name).
34271         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
34272         (rtld_installed_name): Likewise.
34273         (library_path): Likewise.
34274         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
34275         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
34276         $(run-program-prefix) to tst-tables.sh.
34277         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
34278         it to run tst-table-from and tst-table-to.
34279         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
34280         Pass it to tst-table.sh.
34281         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
34282         $(run-program-prefix) to tst-gettext.sh.
34283         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
34284         tst-translit.sh.
34285         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
34286         tst-gettext2.sh.
34287         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
34288         to run tst-gettext.
34289         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
34290         to run tst-gettext2.
34291         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
34292         to run tst-translit.
34293         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
34294         $(run-program-prefix) to tst-mtrace.sh.
34295         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
34296         to run tst-mtrace.
34297         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
34298         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
34299         $(rtld-installed-name).
34300         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
34301         (rtld_installed_name): Likewise.
34302         (run_program_prefix): New variable.  Use it to run wordexp-test.
34303
34304         * Makeconfig (ARCH): Remove all definitions.
34305         (machine): Likewise.
34306         [ARCH]: Remove conditional code.
34307         [!objdir]: Give error.
34308         [!objdir] (objpfx): Remove.
34309         [!objdir] (common-objpfx): Likewise.
34310         [!objdir] (common-objdir): Likewise.
34311         * configure.in (config_makefile): Remove.  Hardcode Makefile in
34312         AC_CONFIG_FILES call.
34313         * configure: Regenerated.
34314
34315         [BZ #13888]
34316         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
34317         or TMPDIR.
34318         (testout): Likewise.
34319
34320         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
34321         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
34322         $(rtld-installed-name).
34323         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
34324         (rtld_installed_name): Likwise.
34325         (runit): Remove function.
34326         (run_getconf): New variable,  Use it for running getconf binary.
34327
34328 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
34329
34330         [BZ #14716]
34331         * string/test-memmem.c (check_result): New function.
34332         (do_one_test): Use it.
34333         (check1): New function.
34334         (test_main): Use it.
34335
34336 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
34337
34338         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
34339
34340 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
34341
34342         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
34343         (_G_LSEEK64): Likewise.
34344         (_G_MMAP64): Likewise.
34345         (_G_FSTAT64): Likewise.
34346         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
34347         (_G_LSEEK64): Likewise.
34348         (_G_MMAP64): Likewise.
34349         (_G_FSTAT64): Likewise.
34350         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
34351         unconditional.  Call __mmap64 directly.
34352         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
34353         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
34354         __lseek64 directly.
34355         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
34356         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
34357         __mmap64 directly.
34358         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
34359         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34360         __lseek64 directly.
34361         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
34362         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34363         __lseek64 directly.
34364         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
34365         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
34366         __lseek64 directly.
34367         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
34368         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
34369         __fxstat64 directly.
34370         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
34371         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
34372         unconditional.
34373         (freopen64) [!_G_OPEN64]: Remove conditional code.
34374         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
34375         unconditional.
34376         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
34377         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
34378         unconditional.
34379         (ftello64) [!_G_LSEEK64]: Remove conditional code.
34380         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
34381         unconditional.
34382         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34383         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
34384         unconditional.
34385         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
34386         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
34387         unconditional.
34388         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34389         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
34390         unconditional.
34391         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34392         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
34393         unconditional.
34394         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34395
34396 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
34397
34398         [BZ #12140]
34399         * manual/memory.texi (Malloc Tunable Parameters): Add note
34400         about free list pointers overwriting some perturb bytes.
34401         Wording suggested by Roland McGrath.
34402
34403 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
34404
34405         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
34406         (lgamma_test): Likewise.
34407         (tgamma_test): Likewise.
34408
34409 2012-10-16  Florian Weimer  <fweimer@redhat.com>
34410
34411         [BZ #14700]
34412         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
34413         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
34414
34415 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
34416
34417         * NEWS: Mention BZ #14716.
34418         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
34419         when removing AVAILABLE1_USES_J macro.
34420
34421 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
34422
34423         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
34424         (__bswap_64): __uint64_t for unsigned 64-bit int.
34425
34426 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
34427
34428         * include/string.h (memmem): Declare libc hidden alias.
34429         * string/memmem.c (memmem): Define libc hidden alias.
34430         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
34431         __read, __close instead of open, read, close.
34432
34433 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
34434
34435         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
34436         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
34437         global and hidden.
34438         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
34439         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
34440         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
34441         Likewise.
34442         (__rawmemchr_sse2): Likewise.
34443         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
34444         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
34445         (__strchr_sse2): Likewise.
34446         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
34447         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
34448         (__strcasecmp_sse2): Likewise.
34449         (__strncasecmp_sse2): Likewise.
34450         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
34451         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
34452         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
34453         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
34454         (__strrchr_sse2): Likewise.
34455         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
34456         ifunc-impl-list.c.
34457         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
34458         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
34459         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
34460         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
34461         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
34462         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
34463         * sysdeps/x86_64/multiarch/memset.S: Likewise.
34464         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
34465         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
34466         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
34467         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
34468         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
34469         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
34470         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
34471         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
34472         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
34473         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
34474         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
34475         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
34476         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
34477         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
34478         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
34479         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
34480         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
34481         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
34482         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
34483         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
34484         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
34485         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
34486         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
34487
34488         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
34489         global and hidden.
34490         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
34491         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
34492         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
34493         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
34494         Likewise.
34495         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
34496         Likewise.
34497         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
34498         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
34499         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
34500         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
34501         ifunc-impl-list.c.
34502         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
34503         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
34504         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
34505         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
34506         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
34507         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
34508         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
34509         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
34510         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
34511         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
34512         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
34513         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
34514         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
34515         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
34516         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
34517         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
34518         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
34519         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
34520         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
34521         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
34522         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
34523         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
34524         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
34525         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
34526         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
34527         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
34528         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
34529         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
34530         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
34531         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
34532         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
34533         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
34534         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
34535         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
34536         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
34537         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
34538         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
34539         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
34540         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
34541         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
34542         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
34543
34544         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
34545         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
34546         * include/ifunc-impl-list.h: New file.
34547         * misc/ifunc-impl-list.c: Likewise.
34548         * misc/Makefile (routines): Add ifunc-impl-list.
34549         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
34550         * string/test-string.h: Include <ifunc-impl-list.h>.
34551         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
34552         TEST_NAME]: New variables.
34553         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
34554         are defined.
34555         (test_init): Call __libc_ifunc_impl_list to initialize
34556         func_list if TEST_IFUNC and TEST_NAME are defined.
34557
34558         * string/Makefile (strop-tests): Add bcopy and bzero.
34559         * string/test-bcopy.c: New file.
34560         * string/test-bzero.c: Likewise.
34561         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
34562         defined.
34563         * string/test-memset.c: Support bzero test if TEST_BZERO is
34564         defined.
34565         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
34566         __libc_memmove.
34567         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
34568         __libc_memset.
34569         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
34570         of memset.
34571
34572 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
34573
34574         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
34575         * configure: Regenerated.
34576
34577         * Makeconfig (+link-static-before-libc): Don't include
34578         $(link-static-libc).
34579
34580         * libio/libio.h (_IO_pos_t): Remove.
34581
34582 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34583
34584         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
34585         McGrath.
34586
34587 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34588
34589         * crypt/crypt-entry.c: Include fips-private.h.
34590         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
34591         * crypt/md5c-test.c (main): Tolerate disabled MD5.
34592         * sysdeps/unix/sysv/linux/fips-private.h: New file.
34593         * sysdeps/generic/fips-private.h: New file, dummy fallback.
34594
34595 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34596
34597         * crypt/crypt-private.h: Include stdbool.h.
34598         (_ufc_setup_salt_r): Return bool.
34599         * crypt/crypt-entry.c: Include errno.h.
34600         (__crypt_r): Return NULL with EINVAL for bad salt.
34601         * crypt/crypt_util.c (bad_for_salt): New.
34602         (_ufc_setup_salt_r): Check that salt is long enough and within
34603         the specified alphabet.
34604         * crypt/badsalttest.c: New file.
34605         * crypt/Makefile (tests): Add it.
34606         ($(objpfx)badsalttest): New.
34607
34608 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
34609
34610         * NEWS: Add entry for BZ #14602.
34611
34612 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34613
34614         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
34615         type-generic.
34616         * math/libm-test.inc: Update comment listing what functions and
34617         macros are tested.
34618         (isgreater_test): New function.
34619         (isgreaterequal_test): Likewise.
34620         (isless_test): Likewise.
34621         (islessequal_test): Likewise.
34622         (islessgreater_test): Likewise.
34623         (isunordered_test): Likewise.
34624         (main): Call the new functions.
34625
34626 2012-10-09  Roland McGrath  <roland@hack.frob.com>
34627
34628         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
34629         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
34630         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
34631         * sysdeps/i386/configure: Regenerated.
34632         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
34633         * sysdeps/mach/configure: Regenerated.
34634         * sysdeps/mach/hurd/configure: Regenerated.
34635         * sysdeps/powerpc/configure: Regenerated.
34636         * sysdeps/powerpc/powerpc32/configure: Regenerated.
34637         * sysdeps/powerpc/powerpc64/configure: Regenerated.
34638         * sysdeps/s390/s390-32/configure: Regenerated.
34639         * sysdeps/s390/s390-64/configure: Regenerated.
34640         * sysdeps/sh/configure: Regenerated.
34641         * sysdeps/sparc/configure: Regenerated.
34642         * sysdeps/unix/sysv/linux/configure: Regenerated.
34643         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
34644         * sysdeps/x86_64/configure: Regenerated.
34645
34646         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
34647         defined.  Don't check if MAP is NULL.
34648
34649 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34650
34651         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
34652         (_G_stat64): Likewise.
34653         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
34654         (_G_stat64): Likewise.
34655         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
34656         instead of struct _G_stat64.
34657         * libio/fileops.c (mmap_remap_check): Likewise.
34658         (decide_maybe_mmap): Likewise.
34659         (_IO_new_file_seekoff): Likewise.
34660         (_IO_file_stat): Likewise.
34661         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
34662         _G_off64_t.
34663         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
34664         instead of struct _G_stat64.
34665         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34666
34667 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
34668
34669         [BZ #14602]
34670         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34671         Replace with ...
34672         (CHECK_EOL): New macro.
34673         (two_way_short_needle): Check beginning of haystack for EOL.  Use
34674         CHECK_EOL.
34675         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34676         Replace with CHECK_EOL.
34677         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34678         Replace with CHECK_EOL.
34679
34680 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
34681
34682         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
34683         type-generic.
34684         * math/libm-test.inc: Update comment listing what functions and
34685         macros are tested.
34686         (finite_test): New function.
34687         (isinf_test): Likewise.
34688         (isnan_test): Likewise.
34689         (fpclassify_test): Test subnormal input.
34690         (isfinite_test): Likewise.
34691         (isnormal_test): Likewise.
34692         (main): Call the new functions.
34693
34694 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
34695
34696         [BZ #14660]
34697         * Makerules (%.dynsym): Force C locale when running
34698         $(OBJDUMP) --dynamic-syms.
34699
34700 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
34701
34702         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
34703         <stdint.h>.
34704
34705 2012-10-06  David S. Miller  <davem@davemloft.net>
34706
34707         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
34708         upper 32-bits of the length value in %o2 since we use branch-on-register
34709         tests which consider the entire 64-bit register.
34710
34711 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
34712
34713         * string/test-strstr.c (check2): Add a test for page boundary.
34714
34715 2012-10-05  David S. Miller  <davem@davemloft.net>
34716
34717         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
34718         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
34719         file.
34720         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34721         sysdep_routines.
34722         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34723         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
34724         and bzero when HWCAP_SPARC_CRYPTO is present.
34725
34726 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
34727
34728         [BZ #14602]
34729         * string/test-strstr.c (check2): New function.
34730         (test_main): Call check2.
34731
34732         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
34733         and bug-strchr1.
34734         * string/bug-strcasestr1.c (do_test): Moved to ...
34735         * string/test-strcasestr.c (check1): Here.  New function.
34736         (do_one_test): Break out result checking code into ...
34737         (check_result): This.  New function.
34738         (do_one_test): Call check_result.
34739         (test_main): Call check1.
34740         * string/bug-strchr1.c (do_test): Moved to ...
34741         * string/test-strchr.c (check1): Here.  New function.
34742         (do_one_test): Break out result checking code into ...
34743         (check_result): This.  New function.
34744         (do_one_test): Call check_result.
34745         (test_main): Call check1.
34746         * string/bug-strstr1.c (main): Moved to ...
34747         * string/test-strstr.c (check1): Here.  New function.
34748         (do_one_test): Break out result checking code into ...
34749         (check_result): This.  New function.
34750         (do_one_test): Call check_result.
34751         (test_main): Call check1.
34752         * string/bug-strcasestr1.c: Removed.
34753         * string/bug-strchr1.c: Likewise.
34754         * string/bug-strstr1.c: Likewise.
34755
34756         * elf/Makefile (dl-routines): Add hwcaps.
34757         * elf/dl-support.c (_dl_important_hwcaps): Removed.
34758         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34759         (_dl_important_hwcaps): Moved to ...
34760         * elf/dl-hwcaps.c: Here.  New file.
34761         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34762
34763         [BZ #14557]
34764         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34765         if IS_IN_rtld isn't defined.
34766
34767         * elf/dl-support.c (_dl_sysinfo_map): New.
34768         Include "get-dynamic-info.h" and "setup-vdso.h".
34769         (_dl_non_dynamic_init): Call setup_vdso.
34770         * elf/dynamic-link.h: Don't include <assert.h>.
34771         (elf_get_dynamic_info): Moved to ...
34772         * elf/get-dynamic-info.h: Here.  New file.
34773         * elf/dynamic-link.h: Include "get-dynamic-info.h".
34774         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34775         * elf/setup-vdso.h: Here.  New file.
34776         * elf/rtld.c: Include "setup-vdso.h".
34777         (dl_main): Call setup_vdso.
34778
34779 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
34780
34781         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34782         creal in comment listing functions tested.  List finite, isinf,
34783         isnan, isless, islessequal, isgreater, isgreaterequal,
34784         islessgreater, isunordered, lgamma_r and pow10 as functions and
34785         macros not tested.  Mention which functions not tested are aliases
34786         for other functions.  Fix typo.  Note that signs of NaNs are not
34787         tested.
34788
34789         * scripts/config.guess: Update from config.git.
34790         * scripts/config.sub: Likewise.
34791
34792 2012-10-04  Roland McGrath  <roland@hack.frob.com>
34793
34794         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34795         * misc/madvise.c (madvise): Renamed to __madvise.
34796         Make madvise a weak alias.
34797         * include/sys/mman.h: Declare __madvise.
34798         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34799         * sysdeps/unix/syscalls.list
34800         (madvise): Make __madvise the strong name, and madvise a weak alias.
34801         * sysdeps/unix/sysv/linux/syscalls.list
34802         (madvise, mmap): Remove redundant entries.
34803         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34804         * malloc/malloc.c (mtrim): Likewise.
34805         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34806
34807 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34808
34809         * sysdeps/mach/hurd/dl-cache.c: File removed.
34810         * config.h.in (USE_LDCONFIG): New #undef.
34811         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34812         * configure: Regenerated.
34813         * elf/Makefile (dl-routines): Add dl-cache only under
34814         [$(use-ldconfig) = yes].
34815         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34816         cache on [USE_LDCONFIG].
34817         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34818         [USE_LDCONFIG].
34819         * elf/rtld.c (dl_main): Likewise.
34820
34821 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
34822
34823         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34824         _SC_LEVEL4_CACHE_LINESIZE.
34825
34826 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34827
34828         * sysdeps/unix/bsd/confstr.h: File removed.
34829
34830 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
34831
34832         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34833         sys/sdt-config.h.
34834
34835 2012-10-02  Roland McGrath  <roland@hack.frob.com>
34836
34837         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34838         Make 'mapoff' field ElfW(Off) rather than off_t.
34839
34840 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
34841
34842         * nscd/Makefile: Remove nscd-cflags and all its users.
34843         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34844         (CFLAGS-nonlib): Add compiler flags for nscd modules.
34845
34846         [BZ #10631]
34847         * malloc.c (malloc_printerr): Clarify error message.
34848
34849 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
34850
34851         [BZ #14648]
34852         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34853         Set bit_FMA_Usable if FMA is supported.
34854         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34855         macro.
34856         (bit_FMA4_Usable): Updated.
34857         (index_FMA_Usable): New macro.
34858         (CPUID_FMA): Likewise
34859         (HAS_FMA): Defined with bit_FMA_Usable.
34860
34861 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34862
34863         * bits/types.h (__swblk_t): Type removed.
34864         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34865         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34866         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34867         (__SWBLK_T_TYPE): Likewise.
34868         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34869         (__SWBLK_T_TYPE): Likewise.
34870         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34871         (__SWBLK_T_TYPE): Likewise.
34872         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34873         (__SWBLK_T_TYPE): Likewise.
34874
34875 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
34876             Honza Horak <hhorak@redhat.com>
34877
34878         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34879         (xdr_mapname): Use YPMAXMAP as maxsize.
34880         (xdr_peername): Use YPMAXPEER as maxsize.
34881         (xdr_keydat): Use YPAXRECORD as maxsize.
34882         (xdr_valdat): Use YPMAXRECORD as maxsize.
34883
34884 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34885
34886         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34887
34888         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34889         * csu/init-first.c: ... here.
34890         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34891         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34892         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34893         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34894         * sysdeps/i386/init-first.c: File removed.
34895         * sysdeps/sh/init-first.c: File removed.
34896
34897 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
34898
34899         [BZ #14645]
34900         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34901         if x * y might underflow to zero and z is zero.
34902         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34903         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34904         * math/libm-test.inc (min_subnorm_value): New variable.
34905         (fma_test): Add more tests.
34906         (fma_test_towardzero): Likewise.
34907         (fma_test_downward): Likewise
34908         (fma_test_upward): Likewise.
34909         (initialize): Set min_subnorm_value.
34910
34911 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
34912
34913         [BZ #14638]
34914         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34915         0 + 0.
34916         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34917         mode for addition resulting in exact zero.
34918         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34919         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34920         exact 0 + 0.
34921         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34922         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34923         * math/libm-test.inc (fma_test): Add more tests.
34924         (fma_test_towardzero): New function.
34925         (fma_test_downward): Likewise.
34926         (fma_test_upward): Likewise.
34927         (main): Call the new functions.
34928
34929 2012-09-28  David S. Miller  <davem@davemloft.net>
34930
34931         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34932
34933 2012-09-28  Roland McGrath  <roland@hack.frob.com>
34934
34935         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34936         instead of SIGALRM.
34937
34938         * sysdeps/gnu/_G_config.h: Moved to ...
34939         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34940         * sysdeps/mach/hurd/_G_config.h: Moved to ...
34941         * sysdeps/generic/_G_config.h: ... here.
34942
34943         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
34944
34945         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34946
34947         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34948         Conditionalize target on [libnss_test1.so-version].
34949
34950         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34951
34952         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34953         (elfobjdir): Move out of conditionals.
34954
34955         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34956         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34957         (__nss_lookup_function): Conditionalize label remove_from_tree on
34958         [!DO_STATIC_NSS || SHARED], matching its only use.
34959
34960 2012-09-28  David S. Miller  <davem@davemloft.net>
34961
34962         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34963         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34964         file.
34965         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34966         sysdep_routines.
34967         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34968         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34969         when HWCAP_SPARC_CRYPTO is present.
34970
34971 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34972
34973         * io/tst-mknodat.c: Create a FIFO instead of a socket.
34974
34975 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
34976
34977         [BZ #6530]
34978         * stdio-common/vfprintf.c (process_string_arg): Revert
34979         2000-07-22 change.
34980
34981 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
34982
34983         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34984         for testcase.
34985         * stdio-common/tst-sprintf.c: Include <locale.h>
34986         (main): Test sprintf's handling of incomplete multibyte
34987         characters.
34988
34989 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
34990
34991         * elf/dl-runtime.c (VERSYMIDX): Removed.
34992         * elf/dl-version.c (VERSYMIDX): Likewise.
34993         * elf/do-rel.h (VERSYMIDX): Likewise.
34994         (VALIDX): Likewise.
34995         * elf/dynamic-link.h (VERSYMIDX): Likewise.
34996         * elf/rtld.c (VALIDX): Likewise.
34997         (ADDRIDX): Likewise.
34998         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34999         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
35000         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
35001         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
35002         (VALIDX): Likewise.
35003         (ADDRIDX): Likewise.
35004
35005 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
35006
35007         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
35008
35009 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
35010
35011         [BZ #11438]
35012         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
35013         to global scope.
35014         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
35015         addresses are in the same scope as 192.0.2/24.
35016         * posix/gai.conf: Document new scope table defaults.
35017
35018 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35019
35020         [BZ #5298]
35021         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
35022         for ftell.  Compute offsets from write pointers instead.
35023         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
35024
35025 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35026
35027         [BZ #14543]
35028         * libio/Makefile (tests): New test case tst-fseek.
35029         * libio/tst-fseek.c: New test case to verify that fseek/ftell
35030         combination works in wide mode.
35031         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
35032         state when the external buffer state changes.
35033
35034 2012-09-27  David S. Miller  <davem@davemloft.net>
35035
35036         [BZ #14376]
35037         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
35038         pass reloc->r_addend in as the 'high' argument to
35039         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
35040
35041         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35042
35043 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
35044
35045         * rt/tst-aio2.c: Include <pthread.h>.
35046         * rt/tst-aio3.c: Likewise.
35047
35048 2012-09-27  Steve Ellcey  <sellcey@mips.com>
35049
35050         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
35051
35052 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
35053
35054         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
35055         contents on [SHARED].
35056
35057 2012-09-26  Marek Polacek  <polacek@redhat.com>
35058
35059         [BZ #14530]
35060         [BZ #13741]
35061         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
35062         for C++ and GCC <4.3 as well as for non GCC compilers.
35063
35064 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
35065
35066         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35067
35068 2012-09-25  Roland McGrath  <roland@hack.frob.com>
35069
35070         * Makefile.in (all, install): Declare with .PHONY.
35071         Reported by Michael Hope <michael.hope@linaro.org>.
35072
35073 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35074
35075         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
35076         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
35077         system header.
35078         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
35079         Likewise.
35080         (sydep_routines): Add the new and the internal functions.
35081         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
35082         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
35083         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
35084         (GLIBC_2.17): Add the new function.
35085         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
35086         (GLIBC_2.17): Likewise.
35087         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
35088         (GLIBC_2.17): Likewise.
35089         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
35090         (GLIBC_2.17): Likewise.
35091         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
35092
35093 2012-09-25  Alan Modra  <amodra@gmail.com>
35094
35095         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
35096         Add release barrier before setting once_control to say
35097         initialisation is done.  Add hints on lwarx.  Use macro in
35098         place of isync.
35099         (clear_once_control): Add release barrier.
35100
35101 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
35102
35103         [BZ #13629]
35104         * math/s_clog.c (__clog): Handle more values close to |z| = 1
35105         specially.
35106         * math/s_clog10.c (__clog10): Likewise.
35107         * math/s_clog10f.c (__clog10f): Likewise.
35108         * math/s_clog10l.c (__clog10l): Likewise.
35109         * math/s_clogf.c (__clogf): Likewise.
35110         * math/s_clogl.c (__clogl): Likewise.
35111         * math/Makefile (libm-calls): Add x2y2m1.
35112         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
35113         (__x2y2m1): Likewise.
35114         (__x2y2m1l): Likewise.
35115         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
35116         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
35117         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
35118         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
35119         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
35120         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
35121         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
35122         * sysdeps/i386/fpu/libm-test-ulps: Update.
35123         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35124
35125         [BZ #14621]
35126         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
35127         int as type of variable DEPTH.
35128         (glob): Use size_t instead of int as type of variables NEWCOUNT
35129         and OLD_PATHC.
35130
35131 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35132
35133         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35134         Add s_sincosf-sse2.
35135         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
35136         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
35137         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
35138         macros for using routine as __sincosf_ia32.
35139         Use macro for function declaration and weak_alias.
35140         * sysdeps/i386/fpu/libm-test-ulps: Update.
35141
35142         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
35143         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35144
35145         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
35146         subnormal argument.
35147         * math/s_cexpf.c (__cexpf): Likewise.
35148         * math/s_csinf.c (__csinf): Likewise.
35149         * math/s_csinhf.c (__csinhf): Likewise.
35150         * math/s_ctanf.c (__ctanf): Likewise.
35151         * math/s_ctanhf.c (__ctanhf): Likewise.
35152         * math/s_ccosh.c (__ccoshf): Likewise.
35153         * math/s_cexp.c (__cexpl): Likewise.
35154         * math/s_csin.c (__csin): Likewise.
35155         * math/s_csinh.c (__csinh): Likewise.
35156         * math/s_ctan.c (__ctan): Likewise.
35157         * math/s_ctanh.c (ctanh): Likewise.
35158         * math/s_ccoshl.c (__ccoshl): Likewise.
35159         * math/s_cexpl.c (__cexpl): Likewise.
35160         * math/s_csinl.c (__csinl): Likewise.
35161         * math/s_csinhl.c (__csinhl): Likewise.
35162         * math/s_ctanl.c (__ctanl): Likewise.
35163         * math/s_ctanhl.c (__ctanhl): Likewise.
35164
35165 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
35166
35167         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
35168         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
35169         (_IO_off_t): Define to __off_t, not _G_off_t.
35170         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
35171         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
35172         (_IO_wint_t): Define to wint_t, not _G_wint_t.
35173         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
35174         type of __dummy and __dummy2 fields.
35175         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
35176         (_G_ssize_t): Likewise.
35177         (_G_off_t): Likewise.
35178         (_G_pid_t): Likewise.
35179         (_G_uid_t): Likewise.
35180         (_G_wchar_t): Likewise.
35181         (_G_wint_t): Likewise.
35182         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
35183         (_G_ssize_t): Likewise.
35184         (_G_off_t): Likewise.
35185         (_G_pid_t): Likewise.
35186         (_G_uid_t): Likewise.
35187         (_G_wchar_t): Likewise.
35188         (_G_wint_t): Likewise.
35189         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
35190         (_G_ssize_t): Likewise.
35191         (_G_off_t): Likewise.
35192         (_G_pid_t): Likewise.
35193         (_G_uid_t): Likewise.
35194         (_G_wchar_t): Likewise.
35195         (_G_wint_t): Likewise.
35196
35197 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
35198
35199         * malloc/arena.c: Include malloc-sysdep.h.
35200         (shrink_heap): Use check_may_shrink_heap to decide if madvise
35201         is sufficient to shrink the heap or an unmap is needed.
35202         * sysdeps/generic/malloc-sysdep.h: New file.  Define
35203         new function check_may_shrink_heap.
35204         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
35205         new function check_may_shrink_heap.
35206
35207 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
35208
35209         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
35210         comments.
35211
35212 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
35213
35214         * catgets/test-gencat.sh: Add "set -e".
35215         * elf/tst-pathopt.sh: Likewise.
35216         * grp/tst_fgetgrent.sh: Likewise.
35217         * iconvdata/run-iconv-test.sh: Likewise.
35218         * intl/tst-gettext.sh: Likewise.
35219         * intl/tst-gettext2.sh: Likewise.
35220         * intl/tst-gettext4.sh: Likewise.
35221         * intl/tst-gettext6.sh: Likewise.
35222         * intl/tst-translit.sh: Likewise.
35223         * io/ftwtest-sh: Likewise.
35224         * libio/test-freopen.sh: Likewise.
35225         * malloc/tst-mtrace.sh: Likewise.
35226         * posix/globtest.sh: Likewise.
35227         * posix/tst-getconf.sh: Likewise.
35228         * posix/wordexp-tst.sh: Likewise.
35229         * stdio-common/tst-printf.sh: Likewise.
35230         * stdio-common/tst-unbputc.sh: Likewise.
35231         * stdlib/tst-fmtmsg.sh: Likewise.
35232         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35233         * catgets/Makefile: Do not specify -e option when running
35234         testsuite shell scripts.
35235         * elf/Makefile: Likewise.
35236         * grp/Makefile: Likewise.
35237         * iconvdata/Makefile: Likewise.
35238         * intl/Makefile: Likewise.
35239         * io/Makefile: Likewise.
35240         * libio/Makefile: Likewise.
35241         * malloc/Makefile: Likewise.
35242         * posix/Makefile: Likewise.
35243         * stdio-common/Makefile: Likewise.
35244         * stdlib/Makefile: Likewise.
35245         * sysdeps/x86_64/Makefile: Likewise.
35246
35247         * io/ftwtest-sh: Add copyright header.
35248         * posix/globtest.sh: Likewise.
35249         * posix/tst-getconf.sh: Likewise.
35250         * posix/wordexp-tst.sh: Likewise.
35251         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35252
35253 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
35254
35255         [BZ #13679]
35256         * Makeconfig (+link): Defined as $(+link-static) if
35257         $(build-shared) isn't yes.
35258         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
35259         isn't yes.
35260         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
35261
35262         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
35263
35264         [BZ #14562]
35265         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
35266         new chunk size with MALLOC_ALIGN_MASK.
35267
35268 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
35269
35270         [BZ #5044]
35271         * stdio-common/printf_fphex.c: Include <stdbool.h> and
35272         <rounding-mode.h>.
35273         (__printf_fphex): Determine rounding using get_rounding_mode and
35274         round_away.
35275         * stdio-common/tst-printf-round.c (struct hex_test): New
35276         structure.
35277         (hex_tests): New variable.
35278         (test_hex_in_one_mode): New function.
35279         (do_test): Also run tests for hex float output.
35280
35281 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
35282
35283         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35284         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35285         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
35286         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35287         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35288         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
35289         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35290         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35291
35292 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
35293
35294         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
35295         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
35296         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
35297         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
35298
35299 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
35300
35301         [BZ #14579]
35302         * elf/rtld.c (dl_main): Limit the check for self loading to normal
35303         mode only.
35304         * elf/tst-rtld-load-self.sh: New test.
35305         * elf/Makefile: Run it.
35306
35307 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
35308
35309         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
35310         (tst-writev-ENV): Remove.
35311         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
35312
35313 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
35314
35315         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
35316
35317 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
35318
35319         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
35320         unconditional.
35321         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
35322         Likewise.
35323         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
35324         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
35325         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
35326         Likewise.
35327
35328 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
35329
35330         [BZ #14587]
35331         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
35332         * config.make.in (have-cpp-asm-debuginfo): Removed.
35333         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
35334         * configure: Regenerated.
35335
35336 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
35337
35338         [BZ #5044]
35339         * stdio-common/printf_fp.c: Include <stdbool.h> and
35340         <rounding-mode.h>.
35341         (___printf_fp): Determine rounding using get_rounding_mode and
35342         round_away.
35343         * stdio-common/tst-printf-round.c: New file.
35344         * stdio-common/Makefile (tests): Add tst-printf-round.
35345         (link-libm): New variable.
35346         ($(objpfx)tst-printf-round): Depend in $(link-libm).
35347
35348 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
35349
35350         [BZ #14576]
35351         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
35352         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
35353         Likewise.
35354         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
35355         Likewise.
35356
35357 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
35358
35359         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
35360         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35361         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35362         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35363
35364 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
35365
35366         [BZ #14518]
35367         * include/rounding-mode.h: New file.
35368         * sysdeps/generic/get-rounding-mode.h: Likewise.
35369         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
35370         * stdlib/strtod_l.c: Include <rounding-mode.h>.
35371         (MAX_VALUE): New macro.
35372         (MIN_VALUE): Likewise.
35373         (overflow_value): New function.
35374         (underflow_value): Likewise.
35375         (round_and_return): Use overflow_value and underflow_value to
35376         determine return values in overflow and underflow cases.  Use
35377         round_away to determine rounding depending on rounding mode.
35378         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
35379         determine return values in overflow and underflow cases.
35380         * stdlib/tst-strtod-round.c: Include <fenv.h>.
35381         (struct test_results): New structure.
35382         (struct test): Use struct test_results to store expected results
35383         for all rounding modes.
35384         (TEST): Include expected results for all rounding modes.
35385         (test_in_one_mode): New function.
35386         (do_test): Use test_in_one_mode to compute and check results.
35387         Check results for all rounding modes.
35388         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
35389         $(link-libm).
35390
35391 2012-12-09  Allan McRae  <allan@archlinux.org>
35392
35393         * sysdeps/i386/fpu/libm-test-ulps: Update
35394
35395 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
35396
35397         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
35398         (_G_int32_t): Likewise.
35399         (_G_uint16_t): Likewise.
35400         (_G_uint32_t): Likewise.
35401         (_G_HAVE_BOOL): Likewise.
35402         (_G_HAVE_ATEXIT): Likewise.
35403         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35404         (_G_HAVE_IO_FILE_OPEN): Likewise.
35405         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
35406         (_G_int32_t): Likewise.
35407         (_G_uint16_t): Likewise.
35408         (_G_uint32_t): Likewise.
35409         (_G_HAVE_BOOL): Likewise.
35410         (_G_HAVE_ATEXIT): Likewise.
35411         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35412         (_G_HAVE_IO_FILE_OPEN): Likewise.
35413         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
35414         (_G_int32_t): Likewise.
35415         (_G_uint16_t): Likewise.
35416         (_G_uint32_t): Likewise.
35417         (_G_HAVE_BOOL): Likewise.
35418         (_G_HAVE_ATEXIT): Likewise.
35419         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35420         (_G_HAVE_IO_FILE_OPEN): Likewise.
35421
35422 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
35423
35424         * csu/libc-tls.c: Update copyright years.
35425
35426 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
35427
35428         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
35429         [!_G_USING_THUNKS]: Remove conditional code.
35430         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
35431         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
35432
35433         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
35434         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
35435         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35436         (_G_VTABLE_LABEL_PREFIX): Likewise.
35437         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35438         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35439         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35440         (_G_VTABLE_LABEL_PREFIX): Likewise.
35441         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35442         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35443         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35444         (_G_VTABLE_LABEL_PREFIX): Likewise.
35445         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35446
35447 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
35448
35449         * libio/Makefile: Include ../Makeconfig before tests.
35450         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
35451         only if $(build-shared) is yes.
35452
35453         * iconv/gconv_db.c: Update copyright years.
35454
35455 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35456
35457         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
35458         unwind info if defined PIC. Fix special cases description.
35459         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
35460
35461         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
35462         DP_HI_MASK entry.
35463         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
35464
35465 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
35466
35467         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
35468
35469         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
35470         is NULL.
35471
35472         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
35473         (LDLIBS-tst-chk4): This.
35474         (LDFLAGS-tst-chk5): Renamed to ...
35475         (LDLIBS-tst-chk5): This.
35476         (LDFLAGS-tst-chk6): Renamed to ...
35477         (LDLIBS-tst-chk6): This.
35478         (LDFLAGS-tst-lfschk4): Renamed to ...
35479         (LDLIBS-tst-lfschk4): This.
35480         (LDFLAGS-tst-lfschk5): Renamed to ...
35481         (LDLIBS-tst-lfschk5): This.
35482         (LDFLAGS-tst-lfschk6): Renamed to ...
35483         (LDLIBS-tst-lfschk6): This.
35484
35485         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
35486         on $(common-objpfx)soversions.mk.
35487
35488 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
35489
35490         [BZ #10014]
35491         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
35492         example host name.
35493
35494 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
35495
35496         * malloc/arena.c (arena_get_retry): New function that gets
35497         another arena for the caller to try its request on.
35498         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
35499         current arena cannot fulfill the request.
35500         (__libc_memalign): Likewise.
35501         (__libc_memalign): Likewise.
35502         (__libc_pvalloc): Likewise.
35503         (__libc_calloc): Likewise.
35504
35505 2012-09-05  John Tobey  <john.tobey@gmail.com>
35506
35507         [BZ #13542]
35508         * manual/arith.texi (Operations on Complex): Fix description
35509         of carg branch cut.
35510
35511 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35512
35513         [BZ #10014]
35514         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
35515         host name.
35516
35517         [BZ #10038]
35518         * manual/memory.texi (Memory): Make order of menu items match
35519         order of sections.
35520
35521 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35522
35523         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
35524         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
35525         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
35526
35527 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35528
35529         * csu/libc-tls.c (static_dtv): Renamed to ...
35530         (_dl_static_dtv): This.  Make it global.
35531         (_dl_initial_dtv): Removed.
35532         (__libc_setup_tls): Updated.
35533         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
35534         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
35535         DL_INITIAL_DTV.
35536
35537 2012-09-06  Petr Machata  <pmachata@redhat.com>
35538
35539         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
35540         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
35541         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
35542         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
35543
35544 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35545
35546         [BZ #14545]
35547         * csu/libc-tls.c (_dl_initial_dtv): New variable.
35548         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
35549         freeing dtv[-1].
35550
35551 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35552
35553         [BZ #14544]
35554         * Makeconfig (link-static-before-libc): Replace $(+prector)
35555         with $(+prectorT).
35556         (link-static-after-libc): Replace $(+postctor) with
35557         $(+postctorT).
35558         (link-bounded): Replace $(+prector)/$(+postctor) with
35559         $(+prectorT)/$(+postctorT).
35560         (+prectorT): New macro.
35561         (+postctorT): Likewise.
35562
35563 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35564
35565         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
35566         (round_str): Handle values above the maximum for IBM long double
35567         as inexact.
35568         * stdlib/tst-strtod-round.c (tests): Regenerated.
35569
35570 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35571
35572         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
35573         assembler flag.
35574         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
35575         zarch_nohighgprs around the zarch optimized routines.
35576         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
35577         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
35578         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
35579         for zarch.
35580
35581 2012-09-05  David S. Miller  <davem@davemloft.net>
35582
35583         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35584
35585         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
35586         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
35587         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
35588         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
35589         entries.
35590
35591 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35592
35593         * malloc/arena.c: Fold copyright years.
35594         * malloc/mcheck.c, malloc/memusage.c: Likewise.
35595
35596 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35597
35598         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
35599
35600 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35601
35602         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
35603
35604 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35605
35606         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
35607         change internal state upon failure.
35608
35609 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35610
35611         * malloc/mcheck.c (mcheck_check_all): Fix typo.
35612         * malloc/memusage.c (mmap): Likewise.
35613         (mmap64, mremap): Likewise.  Adjust name in comment.
35614
35615 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35616
35617         * libio/fileops.c: Fix typos in comments.
35618         * libio/oldfileops.c: Likewise.
35619         * libio/wfileops.c: Likewise.
35620
35621 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35622
35623         [BZ #1349]
35624         * malloc/Makefile (tests): Add tst-malloc-usable test case.
35625         (tst-malloc-usable-ENV): Set environment for test case.
35626         * malloc/hooks.c (malloc_check_get_size): New function to get
35627         requested size.
35628         * malloc/malloc.c (musable): Use malloc_check_get_size.
35629         * malloc/tst-malloc-usable.c: New test case.
35630
35631 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35632
35633         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
35634
35635 2012-09-05  Allan McRae  <allan@archlinux.org>
35636
35637         [BZ #13966]
35638         * configure.in (CXX_SYSINCLUDES): Use compiler output to
35639         determine header location.
35640         * configure: Regenerated.
35641
35642 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35643
35644         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
35645         float format.
35646         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
35647         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
35648         format.
35649         (test): Regenerate.
35650
35651 2012-09-04  David S. Miller  <davem@davemloft.net>
35652
35653         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
35654         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
35655         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
35656
35657 2012-09-04  Florian Weimer  <fweimer@redhat.com>
35658
35659         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
35660         failures.
35661
35662         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
35663
35664 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
35665
35666         [BZ #9914]
35667         * libio/iogetdelim.c: Include <limits.h>.
35668         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
35669         + len + 1 would overflow.
35670
35671 2012-09-03  Andreas Jaeger  <aj@suse.de>
35672
35673         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35674         * sysdeps/i386/fpu/libm-test-ulps: Update.
35675
35676 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35677
35678         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35679         Add s_sinf-sse2, s_conf-sse2.
35680
35681         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
35682         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
35683         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
35684         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
35685
35686         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
35687         for using routine as __sinf_ia32.
35688         Use macro for function declaration and weak_alias.
35689         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
35690         for using routine as __cosf_ia32.
35691         Use macro for function declaration and weak_alias.
35692
35693         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
35694         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
35695
35696         * sysdeps/x86_64/fpu/s_sinf.S: New file.
35697         * sysdeps/x86_64/fpu/s_cosf.S: New file.
35698         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35699
35700         * math/libm-test.inc (cos_test): Add more test cases.
35701         (sin_test): Likewise.
35702         (sincos_test): Likewise.
35703
35704 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35705
35706         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35707         (IFUNC_RESOLVE): Make pointers to the specialized implementations
35708         hidden.
35709         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35710
35711 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
35712
35713         [BZ #14538]
35714         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
35715         first element of the GOT.
35716         (elf_machine_load_address): Return the difference between
35717         the runtime address of _DYNAMIC and elf_machine_dynamic ().
35718
35719 2012-09-01  Allan McRae  <allan@archlinux.org>
35720
35721         [BZ #13412]
35722         * configure.in (AWK): Require gawk version 3.0 or later.
35723         * configure: Regenerated.
35724
35725 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
35726
35727         * sysdeps/unix/sysv/linux/kernel-features.h
35728         (__ASSUME_POSIX_CPU_TIMERS): Remove.
35729         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35730         [__NR_clock_getres]: Make code unconditional.
35731         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
35732         (clock_getcpuclockid): Remove code left unreachable by removal of
35733         conditionals.
35734         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
35735         code unconditional.
35736         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35737         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35738         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
35739         Make code unconditional.
35740         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35741         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35742         * sysdeps/unix/sysv/linux/clock_settime.c
35743         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
35744         conditional code.
35745         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
35746         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35747
35748 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
35749
35750         [BZ #14476]
35751         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35752         scripts/test-installation.pl.
35753
35754         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35755         and $ld_so_version if it is set.
35756
35757 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35758
35759         [BZ #14516]
35760         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35761         failure if reading from procfs failed.
35762         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35763
35764 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35765
35766         * sysdeps/unix/sysv/linux/kernel-features.h
35767         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35768         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35769         Remove conditional code.
35770         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35771         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35772         Remove conditional code.
35773         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35774         * sysdeps/unix/sysv/linux/i386/fxstat.c
35775         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35776         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35777         * sysdeps/unix/sysv/linux/i386/fxstatat.c
35778         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35779         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35780         * sysdeps/unix/sysv/linux/i386/lxstat.c
35781         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35782         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35783         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35784         Remove conditional code.
35785         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35786         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35787         Remove conditional code.
35788         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35789         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35790         <kernel-features.h>.
35791         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35792         Remove.
35793         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35794         Remove conditional code.
35795         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35796         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35797         Remove conditional.
35798
35799 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
35800
35801         [BZ #5400]
35802         * NEWS: Add fixed bug number.
35803
35804 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35805
35806         [BZ #14519]
35807         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35808         underflowing exponent in case of negative sign.
35809         * stdlib/tst-strtod-round-data: Add more tests.
35810         * stdlib/tst-strtod-round.c (tests): Regenerated.
35811
35812         [BZ #3479]
35813         * stdlib/strtod_l.c (NDIG): Remove.
35814         (HEXNDIG): Likewise.
35815         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35816         smallest representable value.
35817         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35818         lie within an exact representation of 1/2 ulp of the result.
35819         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35820         unconditionally.
35821         (TENS_P9_IDX): Define unconditionally.
35822         (TENS_P9_SIZE): Likewise.
35823         (TENS_P10_IDX): Likewise.
35824         (TENS_P10_SIZE): Likewise.
35825         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35826         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35827         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35828         entries for 10^2^13 and 10^2^14.
35829         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35830         (TENS_P13_IDX): Define.
35831         (TENS_P13_SIZE): Likewise.
35832         (TENS_P14_IDX): Likewise.
35833         (TENS_P14_SIZE): Likewise.
35834         (_fpioconst_pow10): Change array size to
35835         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
35836         unconditional.
35837         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35838         1024]: Add entries for 10^2^13 and 10^2^14.
35839         [LAST_POW10 > _LAST_POW10]: Remove #error.
35840         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35841         (_fpioconst_pow10): Change array size to
35842         FPIOCONST_POW10_ARRAY_SIZE.
35843         * stdlib/gen-fpioconst.c: New file.
35844         * stdlib/gen-tst-strtod-round.c: Likewise.
35845         * stdlib/tst-strtod-round-data: Likewise.
35846         * stdlib/tst-strtod-round.c: Likewise.
35847         * stdlib/Makefile (tests): Add tst-strtod-round.
35848
35849         [BZ #14459]
35850         * stdlib/strtod_l.c: Include <stdint.h>.
35851         (NDEBUG): Do not define.
35852         (round_and_return): Change EXPONENT parameter to type intmax_t.
35853         Rearrange calculations to avoid internal overflow possibilities.
35854         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35855         Rearrange calculations to avoid internal overflow possibilities.
35856         Assert that number fits inside MPNSIZE limbs.
35857         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35858         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
35859         calculations and add assertions to avoid internal overflow
35860         possibilities.  Add casts to avoid signed/unsigned operations.
35861         * stdlib/tst-strtod-overflow.c: New file.
35862         * stdlib/Makefile (tests): Add tst-strtod-overflow.
35863
35864 2012-08-25  Marek Polacek  <polacek@redhat.com>
35865
35866         * time/time.h: Fix some typos in comments.
35867
35868 2012-08-23  Roland McGrath  <roland@hack.frob.com>
35869
35870         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35871         * posix/tst-rfc3484-2.c: Likewise.
35872         * posix/tst-rfc3484-3.c: Likewise.
35873
35874 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
35875
35876         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35877         (EF_ARM_ABI_FLOAT_HARD): Likewise.
35878
35879 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
35880
35881         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35882         #include of fxstatat64.c.
35883
35884 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35885
35886         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35887         * shadow/getspent_r.c: Likewise.
35888         * shadow/getspnam.c: Likewise.
35889         * shadow/getspnam_r.c: Likewise.
35890         * gshadow/getsgent.c: Likewise.
35891         * gshadow/getsgent_r.c: Likewise.
35892         * gshadow/getsgnam.c: Likewise.
35893         * gshadow/getsgnam_r.c: Likewise.
35894         * inet/getnetbyad.c: Likewise.
35895         * inet/getnetbyad_r.c: Likewise.
35896         * inet/getnetbynm.c: Likewise.
35897         * inet/getnetbynm_r.c: Likewise.
35898         * inet/getnetent.c: Likewise.
35899         * inet/getnetent_r.c: Likewise.
35900         * inet/getproto.c: Likewise.
35901         * inet/getproto_r.c: Likewise.
35902         * inet/getprtent.c: Likewise.
35903         * inet/getprtent_r.c: Likewise.
35904         * inet/getprtname.c: Likewise.
35905         * inet/getprtname_r.c: Likewise.
35906         * inet/getrpcbyname.c: Likewise.
35907         * inet/getrpcbyname_r.c: Likewise.
35908         * inet/getrpcbynumber.c: Likewise.
35909         * inet/getrpcbynumber_r.c: Likewise.
35910         * inet/getrpcent.c: Likewise.
35911         * inet/getrpcent_r.c: Likewise.
35912         * inet/getaliasent.c: Likewise.
35913         * inet/getaliasent_r.c: Likewise.
35914         * inet/getaliasname.c: Likewise.
35915         * inet/getaliasname_r.c: Likewise.
35916         * nscd/getgrgid_r.c: Likewise.
35917         * nscd/getgrnam_r.c: Likewise.
35918         * nscd/gethstbyad_r.c: Likewise.
35919         * nscd/gethstbynm3_r.c: Likewise.
35920         * nscd/getpwnam_r.c: Likewise.
35921         * nscd/getpwuid_r.c: Likewise.
35922         * nscd/getsrvbynm_r.c: Likewise.
35923         * nscd/getsrvbypt_r.c: Likewise.
35924         * nscd/gai.c: Likewise.
35925
35926         * configure.in (build_nscd): New substituted variable, set
35927         by --disable-build-nscd and defaults to $use_nscd.
35928         * configure: Regenerated.
35929         * config.make.in (build-nscd): New substituted variable.
35930         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35931         Change conditional to require [$(build-nscd) = yes] as well.
35932         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35933
35934         [BZ# 13696]
35935         * configure.in (use_nscd): New substituted variable, set by
35936         --disable-nscd.  If enabled, define USE_NSCD.
35937         * configure: Regenerated.
35938         * config.h.in: Add USE_NSCD.
35939         * config.make.in (use-nscd): New substituted variable.
35940         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35941         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35942         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35943         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35944         (CFLAGS-getgrnam_r.c): Likewise.
35945         (CFLAGS-initgroups.c): Likewise.
35946         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35947         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35948         Variables removed.
35949         * inet/getnetgrent_r.c
35950         (nscd_setnetgrent): New function, broken out of ...
35951         (setnetgrent): ... here.  Call it.
35952         (innetgr): Conditionalize nscd bits on [USE_NSCD].
35953         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35954         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35955         * nscd/Makefile (routines, aux): Move definitions after include of
35956         Makeconfig.  Conditionalize on [$(use-nscd) != no].
35957         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35958         Conditionalize on [USE_NSCD].
35959         (is_nscd, nscd_init_cb): Likewise.
35960         (nss_load_library): Conditionalize init callback on [USE_NSCD].
35961         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35962         * nss/nss_db/db-init.c: Likewise.
35963         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35964         [USE_NSCD].
35965         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35966         (make_request): Use it.
35967         (cache_valid_p): New function.
35968         (__check_pf): Use it.
35969         * NEWS: Add item for --disable-nscd.
35970
35971 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
35972
35973         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35974         to support sed >= 4.2.1-20-ga9bf076.
35975         * configure: Regenerated.
35976
35977 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35978
35979         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35980         Conditionalize whole body on [IREL].
35981
35982 2012-08-22  Jeff Law <law@redhat.com>
35983
35984         [BZ #14505]
35985         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35986         if the family is PF_UNSPEC.
35987
35988 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
35989
35990         * Makerules (lib-version): Rename from V.
35991         (install-lib-nosubdir): Change V to lib-version.
35992
35993 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
35994
35995         [BZ #14252]
35996         * powerpc32/power6/wcschr.c: New file.
35997         * powerpc32/power6/wcscpy.c: New file.
35998         * powerpc32/power6/wcsrchr.c: New file.
35999         * powerpc64/power6/wcschr.c: New file.
36000         * powerpc64/power6/wcscpy.c: New file.
36001         * powerpc64/power6/wcsrchr.c: New file.
36002
36003 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
36004
36005         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
36006         (two_way_short_needle): Use it.
36007         * string/strstr.c (AVAILABLE1_USES_J): Define.
36008         * string/strcasestr.c: Likewise.
36009
36010         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
36011         array references.
36012         * string/strcasestr.c (TOLOWER): Make side-effect safe.
36013
36014         [BZ #11607]
36015         * NEWS: Add an entry.
36016         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
36017         define their defaults.
36018         (two_way_short_needle): Detect end-of-string on-the-fly.
36019         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
36020         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
36021         * string/bug-strcasestr1.c: New test.
36022         * string/Makefile: Run it.
36023
36024 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
36025
36026         [BZ #11607]
36027         * string/str-two-way.h (two_way_short_needle): Optimize matching of
36028         the first character.
36029
36030 2012-08-21  Roland McGrath  <roland@hack.frob.com>
36031
36032         * csu/elf-init.c (__libc_csu_irel): Function removed.
36033         * csu/libc-start.c (apply_irel): New function.
36034         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
36035
36036 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
36037
36038         * sysdeps/unix/sysv/linux/kernel-features.h
36039         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
36040         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
36041         <kernel-features.h>.
36042         [__NR_fadvise64_64]: Make code unconditional.
36043         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
36044         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
36045         !__NR_fadvise64_64)]: Likewise.
36046         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
36047         !__NR_fadvise64_64))]: Likewise.
36048         [__NR_fadvise64]: Make code unconditional.
36049         [!__NR_fadvise64]: Remove conditional code.
36050         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
36051         <kernel-features.h>.
36052         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
36053         unconditional.
36054         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
36055         conditional code.
36056         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
36057         not include <kernel-features.h>.
36058         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
36059         unconditional.
36060         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
36061         conditional code.
36062         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
36063         include <kernel-features.h>.
36064         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
36065         unconditional.
36066         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
36067         conditional code.
36068
36069 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
36070
36071         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
36072         slight instruction rearrangements per scrollpipe analysis.
36073         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
36074
36075 2012-08-20  Roland McGrath  <roland@hack.frob.com>
36076
36077         * manual/syslog.texi (syslog; vsyslog, closelog):
36078         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
36079         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
36080
36081         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
36082         DSOCAPS to match condition on defining it.
36083
36084 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
36085
36086         * sysdeps/unix/sysv/linux/kernel-features.h
36087         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
36088         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
36089         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
36090         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
36091         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
36092         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
36093         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
36094         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
36095         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
36096         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
36097
36098         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
36099         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
36100
36101         * sysdeps/unix/sysv/linux/kernel-features.h
36102         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
36103         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
36104         unconditional.
36105         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36106         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
36107         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
36108         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36109         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
36110         Make code unconditional.
36111         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36112         (__mmap64) [!__NR_mmap2]: Likewise.
36113         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
36114         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
36115         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36116         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
36117         [__NR_mmap2]: Make code unconditional.
36118         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36119         (__mmap64) [!__NR_mmap2]: Likewise.
36120
36121 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36122
36123         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
36124
36125 2012-08-18  Andreas Jaeger  <aj@suse.de>
36126
36127         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
36128
36129 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
36130
36131         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
36132         * include/unistd.h (__have_sock_cloexec): Likewise.
36133         (__have_pipe2): Likewise.
36134         (__have_dup3): Likewise.
36135
36136 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
36137
36138         [BZ #9685]
36139         * include/unistd.h (__have_pipe2): Change define into an extern int.
36140         (__have_dup3): Likewise.
36141         * socket/have_sock_cloexec.c: Include fcntl.h.
36142         (__have_pipe2): New variable.
36143         (__have_dup3): Likewise.
36144
36145 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
36146
36147         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
36148
36149 2012-08-17  Marek Polacek  <polacek@redhat.com>
36150
36151         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
36152         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
36153
36154 2012-08-17  Roland McGrath  <roland@hack.frob.com>
36155
36156         * configure.in: Add AC_SUBST for sysheaders.
36157         * configure: Regenerated.
36158         * config.make.in (sysheaders): New substituted variable.
36159
36160         * sysdeps/unix/mkfifo.c: Moved ...
36161         * sysdeps/posix/mkfifo.c: ... here.
36162         * sysdeps/unix/mkfifoat.c: Moved ...
36163         * sysdeps/posix/mkfifoat.c: ... here.
36164
36165         * sysdeps/unix/utime.c: Moved ...
36166         * sysdeps/posix/utime.c: ... here.
36167
36168         * sysdeps/unix/time.c: Moved ...
36169         * sysdeps/posix/time.c: ... here.
36170         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
36171         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
36172
36173         * sysdeps/unix/nice.c: Moved ...
36174         * sysdeps/posix/nice.c: ... here.
36175
36176         * sysdeps/unix/alarm.c: Moved ...
36177         * sysdeps/posix/alarm.c: ... here.
36178
36179         * intl/Makefile ($(codeset_mo)): Depend on the input file.
36180
36181 2012-08-17  Jeff Law <law@redhat.com>
36182
36183         * intl/Makefile (codeset_mo): New variable.
36184         ($(codeset_mo)): New target.
36185         (tst-codeset.out): Depend on that.  Remove explicit rule.
36186         (tst-gettext3.out, tst-gettext5.out): Likewise.
36187         (LOCPATH-ENV, tst-codeset-ENV): New variables.
36188         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
36189         * intl/tst-codeset.sh: Remove.
36190         * intl/tst-gettext3.sh: Likewise.
36191         * intl/tst-gettext5.sh: Likewise.
36192
36193 2012-08-17  Roland McGrath  <roland@hack.frob.com>
36194
36195         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
36196         * sysdeps/unix/syscalls.list: ... here.
36197
36198         * sysdeps/posix/getaddrinfo.c
36199         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
36200         (gaiconf_init, gaiconf_reload): Use them.
36201         [!_STATBUF_ST_NSEC]
36202         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
36203         Define using time_t rather than struct timespec.
36204
36205         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
36206         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
36207         Macros removed.
36208         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
36209         [!NO_THREADS].
36210         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
36211         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
36212         Likewise.
36213
36214         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
36215         __libc_cleanup_push argument.
36216
36217         * bits/param.h: New file.
36218         * misc/sys/param.h: New file.
36219         * include/sys/param.h: New file.
36220         * misc/Makefile (headers): Add bits/param.h.
36221         * sysdeps/generic/sys/param.h: File removed.
36222         * sysdeps/unix/sysv/linux/bits/param.h: New file.
36223         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
36224         * sysdeps/mach/hurd/bits/param.h: New file.
36225         * sysdeps/mach/hurd/sys/param.h: File removed.
36226
36227         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
36228         last change.
36229
36230         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
36231         [_IO_MTSAFE_IO].
36232         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
36233         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
36234         New macros.
36235
36236         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
36237         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
36238         rather than -D_IO_MTSAFE_IO conditionally.
36239         * stdio-common/Makefile (CPPFLAGS): Likewise.
36240         * wcsmbs/Makefile (CPPFLAGS): Likewise.
36241         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
36242         Use $(libio-mtsafe).
36243         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
36244         of -D_IO_MTSAFE_IO.
36245         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
36246         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
36247         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
36248         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
36249         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
36250         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
36251         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
36252         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
36253         (CFLAGS-fread_u_chk.c): Likewise.
36254         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
36255         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
36256         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
36257         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
36258         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
36259         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
36260         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
36261         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
36262         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
36263
36264         * libio/Makefile: Test [$(libc-reentrant) = yes]
36265         instead of [$(filter %REENTRANT, $(defines)) nonempty].
36266
36267         * Makeconfig
36268         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
36269         * sysdeps/pthread/configure: File removed.
36270         * sysdeps/pthread/Makeconfig: New file.
36271         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
36272         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
36273
36274 2012-08-16  Gary Benson  <gbenson@redhat.com>
36275
36276         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
36277         unmapping the first object in a namespace.
36278
36279 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36280
36281         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
36282         (__internal_setnetgrent): ... this.  Add internal_function to
36283         definition.  Add libc_hidden_def.
36284         (setnetgrent): Update caller.
36285         (internal_endnetgrent): Renamed to ...
36286         (__internal_endnetgrent): ... this.  Add internal_function to
36287         definition.  Add libc_hidden_def.
36288         (endnetgrent): Update caller.
36289         (internal_getnetgrent_r): Renamed to ...
36290         (__internal_getnetgrent_r): ... this.  Add internal_function to
36291         definition.  Add libc_hidden_def.
36292         (__getnetgrent_r): Update caller.
36293         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
36294
36295 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36296
36297         * stdlib/longlong.h: Update from GCC.
36298
36299 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36300
36301         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
36302         on _QL, which is set by umul_ppmm but never used.
36303         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
36304         variables, which are set by GMP macros but never used.
36305         * stdio-common/_itowa.c (_itowa): Likewise.
36306         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
36307         * stdlib/mod_1.c (mpn_mod_1): Likewise.
36308
36309 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
36310
36311         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
36312         struct La_sh_regs is not constant.
36313         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
36314         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
36315         and struct La_sparc64_regs are not constant.
36316
36317 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36318
36319         * sysdeps/unix/sysv/linux/kernel-features.h
36320         (__ASSUME_POSIX_TIMERS): Remove.
36321         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
36322         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36323         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
36324         Make code unconditional.
36325         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36326         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
36327         Make code unconditional.
36328         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36329         * sysdeps/unix/sysv/linux/clock_nanosleep.c
36330         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
36331         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36332         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
36333         Make code unconditional.
36334         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36335         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
36336         (__libc_missing_posix_timers): Remove.
36337
36338 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36339
36340         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
36341         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
36342
36343         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
36344
36345         * elf/dl-sym.c: Include <stdlib.h>.
36346
36347         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
36348         constants, which avoids warnings in 32-bit builds.
36349
36350         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
36351         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
36352
36353         * misc/lseek.c: File moved to ...
36354         * io/lseek.c: ... here.
36355
36356         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
36357
36358         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
36359         shifting LEN more than 31 bits at once.
36360
36361 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36362
36363         [BZ #14195]
36364         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
36365         segmentation fault for a case of two empty input strings.
36366         * string/test-strncasecmp.c (check1): Renamed to...
36367         (bz12205): ...this.
36368         (bz14195): Add new testcase for two empty input strings and N > 0.
36369         (test_main): Call new testcase, adapt for renamed function.
36370
36371 2012-08-15  Andreas Jaeger  <aj@suse.de>
36372
36373         [BZ #14090]
36374         * crypt/md5test2.c: New test, based on test supplied by Serge
36375         Belyshev <belyshev@depni.sinp.msu.ru>.
36376         * crypt/Makefile (xtests): Add md5test-giant..
36377         * crypt/Makefile ($(objpfx)md5test-giant): Add.
36378
36379 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
36380
36381         [BZ #14090]
36382         * crypt/md5.c (md5_process_block): Don't assume the buffer
36383         length is less than 2**32.
36384         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
36385         length is less than 2**64.
36386
36387 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36388
36389         * string/str-two-way.h: Include <sys/param.h>.
36390         (MAX): Macro removed.
36391
36392         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
36393         Move #define and #undef of memmove to just before and after
36394         including <string.h>.
36395
36396         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
36397         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
36398         and after including <string.h>.  Move declarations of
36399         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
36400         to before #include "string/memmove.c".
36401
36402         * include/dirent.h: Declare __getdirentries.
36403
36404         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
36405         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
36406
36407 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
36408
36409         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
36410         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
36411         * sysdeps/i386/configure: Regenerated.
36412         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
36413         STABS_CURRENT_FILE, and STABS_FUN.
36414         (END): Remove call to STABS_FUN_END.
36415         (STABS_CURRENT_FILE1): Delete.
36416         (STABS_CURRENT_FILE): Likewise.
36417         (STABS_FUN): Likewise.
36418         (STABS_FUN_END): Likewise.
36419         (STABS_FUN2): Likewise.
36420         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
36421         * sysdeps/x86_64/configure: Regenerated.
36422
36423 2012-08-14  Roland McGrath  <roland@hack.frob.com>
36424
36425         * elf/dl-open.c: Include <atomic.h>.
36426         * elf/dl-lookup.c: Likewise.
36427
36428 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
36429
36430         * sysdeps/unix/sysv/linux/kernel-features.h
36431         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
36432         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
36433         unconditionally.
36434         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
36435         unconditionally.
36436         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
36437         condition on __ASSUME_CLONE_THREAD_FLAGS.
36438
36439 2012-08-14  Andreas Jaeger  <aj@suse.de>
36440
36441         * sysdeps/i386/fpu/libm-test-ulps: Update.
36442
36443 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
36444
36445         * include/atomic.h (atomic_exchange_and_add): Split into ...
36446         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
36447         New atomic macros.
36448
36449 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
36450
36451         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36452
36453 2012-08-13  Jeff Law <law@redhat.com>
36454
36455         * manual/stdio.texi (snprintf): Clarify handling of the trailing
36456         null byte in the output string.
36457
36458 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
36459
36460         * sysdeps/unix/sysv/linux/kernel-features.h
36461         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
36462         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
36463         (__ASSUME_ARG_MAX_STACK_BASED): Define.
36464         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
36465         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
36466         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
36467         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
36468
36469 2012-08-09  Jeff Law <law@redhat.com>
36470
36471         [BZ #13939]
36472         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
36473         When avoid_arena is set, don't retry in the that arena.  Pick the
36474         next one, whatever it might be.
36475         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
36476         (arena_lock): Pass in new parameter to arena_get2.
36477         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
36478         arena_get2.
36479         (__libc_malloc): Unify retrying after main arena failure with
36480         __libc_memalign version.
36481         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
36482
36483 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
36484
36485         [BZ #14166]
36486         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
36487         to __redirect_strstr.
36488         (__strstr_sse42): Use typeof __redirect_strstr.
36489         (__strstr_ia32): Likewise.
36490         (__libc_strstr): New prototype.
36491         (strstr): Renamed to ...
36492         (__libc_strstr): This.
36493         (strstr): New strong alias of __libc_strstr.
36494         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36495         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
36496         __redirect_time.
36497         Include <time.h>.
36498         (__libc_time): New prototype.
36499         (time_ifunc): Replace time with __libc_time.
36500         (time): New strong alias and hidden definition of __libc_time.
36501         (__GI_time): Remove strong alias.
36502         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
36503         Include <stddef.h>.
36504         (memmove): Redefined to __redirect_memmove.
36505         (__memmove_sse2): Use typeof __redirect_memmove.
36506         (__memmove_ssse3): Likewise.
36507         (__memmove_ssse3_back): Likewise.
36508         (__libc_memmove): New prototype.
36509         (memmove): Renamed to ...
36510         (__libc_memmove): This.
36511         (memmove): New strong alias of __libc_memmove.
36512
36513 2012-08-08  Mark Salter  <msalter@redhat.com>
36514
36515         * elf/elf.h
36516         (R_MN10300_TLS_GD): Define.
36517         (R_MN10300_TLS_LD): Likewise.
36518         (R_MN10300_TLS_LDO): Likewise.
36519         (R_MN10300_TLS_GOTIE): Likewise.
36520         (R_MN10300_TLS_IE): Likewise.
36521         (R_MN10300_TLS_LE): Likewise.
36522         (R_MN10300_TLS_DTPMOD): Likewise.
36523         (R_MN10300_TLS_DTPOFF): Likewise.
36524         (R_MN10300_TLS_TPOFF): Likewise.
36525         (R_MN10300_SYM_DIFF): Likewise.
36526         (R_MN10300_ALIGN): Likewise.
36527         (R_MN10300_NUM): Update.
36528
36529 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
36530
36531         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
36532         Remove.
36533
36534 2012-08-08  Roland McGrath  <roland@hack.frob.com>
36535
36536         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
36537
36538         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
36539         sysdeps/unix -> sysdeps/posix move.
36540         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
36541
36542 2012-08-07      Allan McRae     <allan@archlinux.org>
36543
36544         [BZ #14303]
36545         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
36546         (SUNOS_CPP): Likewise.
36547         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
36548         not found.
36549         (open_input): Call CPP using execvp.
36550
36551 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36552
36553         * sysdeps/unix/sysv/linux/kernel-features.h
36554         (__ASSUME_PROT_GROWSUPDOWN): Remove.
36555         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36556         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36557         (__ASSUME_WAITID_SYSCALL): Likewise.
36558         * sysdeps/unix/sysv/linux/dl-execstack.c
36559         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
36560         code unconditional.
36561         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
36562         conditional code.
36563         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
36564         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
36565         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
36566         code.
36567         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
36568         unconditional.
36569         [__ASSUME_WAITID_SYSCALL]: Likewise.
36570         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
36571
36572 2012-08-07  Roland McGrath  <roland@hack.frob.com>
36573
36574         * sysdeps/unix/closedir.c: Renamed to ...
36575         * sysdeps/posix/closedir.c: ... here.
36576         * sysdeps/unix/dirfd.c: Renamed to ...
36577         * sysdeps/posix/dirfd.c: ... here.
36578         * sysdeps/unix/dirstream.h: Renamed to ...
36579         * sysdeps/posix/dirstream.h: ... here.
36580         * sysdeps/unix/fdopendir.c: Renamed to ...
36581         * sysdeps/posix/fdopendir.c: ... here.
36582         * sysdeps/unix/opendir.c: Renamed to ...
36583         * sysdeps/posix/opendir.c: ... here.
36584         * sysdeps/unix/readdir.c: Renamed to ...
36585         * sysdeps/posix/readdir.c: ... here.
36586         * sysdeps/unix/readdir_r.c: Renamed to ...
36587         * sysdeps/posix/readdir_r.c: ... here.
36588         * sysdeps/unix/rewinddir.c: Renamed to ...
36589         * sysdeps/posix/rewinddir.c: ... here.
36590         * sysdeps/unix/seekdir.c: Renamed to ...
36591         * sysdeps/posix/seekdir.c: ... here.
36592         * sysdeps/unix/telldir.c: Renamed to ...
36593         * sysdeps/posix/telldir.c: ... here.
36594         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
36595         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
36596         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
36597         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
36598
36599         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
36600         * bits/fcntl.h: ... here.
36601
36602         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
36603         not 0.
36604         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
36605         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
36606         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
36607         (struct flock): Move l_start, l_len to the beginning.
36608         Use __pid_t for l_pid.
36609         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
36610         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
36611         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
36612         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
36613         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
36614         [__USE_LARGEFILE64] (struct flock64): New type.
36615         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
36616
36617         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
36618         * bits/dirent.h: ... here.
36619
36620         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
36621         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
36622
36623 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36624
36625         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36626         Change from 2.6.0 to 2.6.16.
36627         * sysdeps/unix/sysv/linux/configure: Regenerated.
36628         * sysdeps/unix/sysv/linux/kernel-features.h
36629         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
36630         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
36631         version.
36632         (__ASSUME_UTIMES): Likewise.
36633         (__ASSUME_CLONE_STOPPED): Remove.
36634         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
36635         architectures, not kernel version.
36636         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
36637         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36638         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36639         (__ASSUME_WAITID_SYSCALL): Likewise.
36640         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
36641         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
36642         * README: State 2.6.16 as minimum Linux kernel version.  Do not
36643         refer to older versions.
36644
36645 2012-08-06  Roland McGrath  <roland@hack.frob.com>
36646
36647         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
36648         Define alphasort64 as an alias.
36649         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
36650         Define versionsort64 as an alias.
36651         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
36652         Define scandir64 as an alias.
36653         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
36654         Define scandirat64 as an alias.
36655         * dirent/alphasort64.c (alphasort64):
36656         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
36657         * dirent/versionsort64.c: Likewise.
36658         * dirent/scandir64.c: Likewise.
36659         * dirent/scandirat64.c: Likewise.
36660         * sysdeps/wordsize-64/alphasort.c: File removed.
36661         * sysdeps/wordsize-64/alphasort64.c: File removed.
36662         * sysdeps/wordsize-64/scandir.c: File removed.
36663         * sysdeps/wordsize-64/scandir64.c: File removed.
36664         * sysdeps/wordsize-64/scandirat.c: File removed.
36665         * sysdeps/wordsize-64/scandirat64.c: File removed.
36666         * sysdeps/wordsize-64/versionsort.c: File removed.
36667         * sysdeps/wordsize-64/versionsort64.c: File removed.
36668         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
36669         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
36670         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
36671         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
36672         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
36673         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
36674         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
36675         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
36676
36677         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
36678         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36679         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
36680         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36681         [defined __arch64__ || defined __sparcv9]
36682         (__INO_T_MATCHES_INO64_T): New macro.
36683         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36684         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
36685         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
36686         * sysdeps/unix/sysv/linux/bits/dirent.h
36687         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
36688         (_DIRENT_MATCHES_DIRENT64): New macro.
36689
36690         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
36691         Define lockf64 as an alias.
36692         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
36693         Define fseeko64 as an alias.
36694         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
36695         Define ftello64 as an alias.
36696         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
36697         Define _IO_fgetpos64 and fgetpos64 as aliases.
36698         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
36699         Define _IO_fsetpos64 and fsetpos64 as aliases.
36700         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
36701         Conditionalize body on this.
36702         * libio/fseeko64.c: Likewise.
36703         * libio/ftello64.c: Likewise.
36704         * libio/iofgetpos64.c: Likewise.
36705         * libio/iofsetpos64.c: Likewise.
36706         * sysdeps/wordsize-64/lockf.c: File removed.
36707         * sysdeps/wordsize-64/lockf64.c: File removed.
36708         * sysdeps/wordsize-64/fseeko.c: File removed.
36709         * sysdeps/wordsize-64/fseeko64.c: File removed.
36710         * sysdeps/wordsize-64/ftello.c: File removed.
36711         * sysdeps/wordsize-64/ftello64.c: File removed.
36712         * sysdeps/wordsize-64/iofgetpos.c: File removed.
36713         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
36714         * sysdeps/wordsize-64/iofsetpos.c: File removed.
36715         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
36716         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
36717         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
36718         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
36719         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
36720         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
36721         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
36722         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
36723         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
36724         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
36725         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
36726
36727         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36728         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36729         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
36730         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36731         [defined __arch64__ || defined __sparcv9]
36732         (__OFF_T_MATCHES_OFF64_T): New macro.
36733         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36734         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36735         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36736         (__OFF_T_MATCHES_OFF64_T): New macro.
36737
36738 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36739
36740         * stdlib/secure-getenv.c (__secure_getenv): Replace
36741         GLIBC_2_16 with GLIBC_2_17.
36742
36743 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36744
36745         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
36746         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36747
36748 2012-08-03  David S. Miller  <davem@davemloft.net>
36749
36750         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36751
36752 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36753
36754         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36755         Remove.
36756         (__ASSUME_CORRECT_SI_PID): Likewise.
36757         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36758         (__ASSUME_TMPFS_NAME): Likewise.
36759         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36760         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36761         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36762         (HAVE_AUX_SECURE): Make definition unconditional.
36763         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36764         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36765
36766 2012-08-03  Roland McGrath  <roland@hack.frob.com>
36767
36768         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36769         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36770         * sysdeps/mach/hurd/eloop-threshold.h: New file.
36771         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36772         __eloop_threshold instead of SYMLOOP_MAX.
36773
36774         * sysdeps/generic/eloop-threshold.h: New file.
36775         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36776         of MAXSYMLINKS.
36777         * elf/chroot_canon.c (chroot_canon): Likewise.
36778
36779 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36780
36781         [BZ #13717]
36782         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36783         Change to 2.6.0 everywhere.
36784         * sysdeps/unix/sysv/linux/configure: Regenerated.
36785         * sysdeps/unix/sysv/linux/kernel-features.h
36786         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36787         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36788         kernel versions.
36789         (__ASSUME_POSIX_TIMERS): Define unconditionally.
36790         (__ASSUME_FUTEX_REQUEUE): Remove.
36791         (__ASSUME_STATFS64): Define unconditionally.
36792         (__ASSUME_AT_SECURE): Likewise.
36793         (__ASSUME_CORRECT_SI_PID): Likewise.
36794         (__ASSUME_TGKILL): Define without depending on kernel version for
36795         i386.
36796         (__ASSUME_UTIMES): Likewise.
36797         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36798         kernel version.
36799         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36800         (__ASSUME_TMPFS_NAME): Likewise.
36801         * README: Update reference to Linux kernel versions.
36802
36803 2012-08-02  Marek Polacek  <polacek@redhat.com>
36804
36805         [BZ# 14150]
36806         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
36807         libc_cv_asm_type_prefix with %.
36808         * configure: Regenerated.
36809         * include/libc-symbols.h: Remove comment about
36810         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36811         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36812         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36813         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36814         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36815         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36816         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36817         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36818         * elf/tst-unique2mod1.c: Likewise.
36819         * elf/tst-unique1mod2.c: Likewise.
36820         * elf/tst-unique1mod1.c: Likewise.
36821         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36822         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36823         Replace ASM_TYPE_DIRECTIVE with .type.
36824         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36825         * sysdeps/i386/sysdep.h: Likewise.
36826         * sysdeps/x86_64/sysdep.h: Likewise.
36827         * sysdeps/sh/sysdep.h: Likewise.
36828         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36829         Do not define ASM_TYPE_DIRECTIVE.
36830         * sysdeps/powerpc/sysdep.h: Likewise.
36831         * sysdeps/powerpc/powerpc32/sysdep.h:
36832         Replace ASM_TYPE_DIRECTIVE with .type.
36833         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36834         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36835         * sysdeps/i386/fpu/e_powf.S: Likewise.
36836         * sysdeps/i386/fpu/e_expl.S: Likewise.
36837         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36838         * sysdeps/i386/fpu/e_acosh.S: Likewise.
36839         * sysdeps/i386/fpu/e_pow.S: Likewise.
36840         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36841         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36842         * sysdeps/i386/fpu/s_expm1.S: Likewise.
36843         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36844         * sysdeps/i386/fpu/e_log2.S: Likewise.
36845         * sysdeps/i386/fpu/e_log2l.S: Likewise.
36846         * sysdeps/i386/fpu/e_scalb.S: Likewise.
36847         * sysdeps/i386/fpu/e_powl.S: Likewise.
36848         * sysdeps/i386/fpu/e_log10f.S: Likewise.
36849         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36850         * sysdeps/i386/fpu/e_logl.S: Likewise.
36851         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36852         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36853         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36854         * sysdeps/i386/fpu/e_log2f.S: Likewise.
36855         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36856         * sysdeps/i386/fpu/e_log.S: Likewise.
36857         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36858         * sysdeps/i386/fpu/e_logf.S: Likewise.
36859         * sysdeps/i386/fpu/e_log10l.S: Likewise.
36860         * sysdeps/i386/fpu/e_atanh.S: Likewise.
36861         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36862         * sysdeps/i386/fpu/e_log10.S: Likewise.
36863         * sysdeps/i386/fpu/s_frexp.S: Likewise.
36864         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36865         * sysdeps/i386/fpu/s_asinh.S: Likewise.
36866         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36867         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36868         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36869         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36870         * sysdeps/i386/i686/strtok.S: Likewise.
36871         * sysdeps/i386/i386-mcount.S: Likewise.
36872         * sysdeps/i386/strtok.S: Likewise.
36873         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36874         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36875         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36876         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36877         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36878         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36879         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36880         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36881         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36882         * sysdeps/x86_64/_mcount.S: Likewise.
36883         * sysdeps/x86_64/strtok.S: Likewise.
36884         * sysdeps/sh/_mcount.S: Likewise.
36885
36886 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36887
36888         * libio/iofopen.c: Include <fcntl.h>.
36889         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36890         (_IO_fopen64, fopen64): Define as aliases.
36891         * libio/iofopen64.c: Include <fcntl.h>.
36892         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36893         Conditionalize body on this.
36894         * sysdeps/wordsize-64/iofopen.c: File removed.
36895         * sysdeps/wordsize-64/iofopen64.c: File removed.
36896
36897 2012-08-01  Marek Polacek  <polacek@redhat.com>
36898
36899         * libc/Makeconfig: Use elf in place of binfmt-subdir.
36900         Use dlfcn directly instead of a variable.
36901         (binfmt-subdir): Do not define.
36902         (dlfcn): Likewise.
36903
36904 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
36905
36906         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36907         Remove all definitions.
36908         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36909         <kernel-features.h>.
36910         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36911         (miss_F_GETOWN_EX): Remove all definitions.
36912         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36913         macro definition.
36914         [!__ASSUME_FCNTL64]: Remove conditional code.
36915         [__ASSUME_FCNTL64]: Make code unconditional.
36916         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36917         <kernel-features.h>.
36918         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36919         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36920         (lockf64) [__NR_fcntl64]: Make code unconditional.
36921         (lockf64) [__ASSUME_FCNTL64]: Likewise.
36922
36923         * sysdeps/unix/sysv/linux/kernel-features.h
36924         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36925         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36926         Make code unconditional.
36927         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36928         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36929         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36930         [__NR_vfork]: Make code unconditional.
36931         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36932         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36933         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36934         [__NR_vfork]: Make code unconditional.
36935         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36936         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36937
36938 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36939
36940         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36941         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36942
36943         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36944         Define mkstemp64 as an alias.
36945         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36946         Define mkstemps64 as an alias.
36947         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36948         Define mkostemp64 as an alias.
36949         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36950         Define mkostemps64 as an alias.
36951         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36952         Conditionalize body on this.
36953         * misc/mkostemp64.c: Likewise.
36954         * misc/mkostemps64.c: Likewise.
36955         * misc/mkstemps64.c: Likewise.
36956         * sysdeps/wordsize-64/mkstemp64.c: File removed.
36957         * sysdeps/wordsize-64/mkostemp64.c: File removed.
36958         * sysdeps/wordsize-64/mkostemp.c: File removed.
36959         * sysdeps/wordsize-64/mkstemp.c: File removed.
36960         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36961         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36962         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36963         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36964
36965         [BZ #14138]
36966         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36967         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36968         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36969         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36970
36971         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36972         compat_symbol macros from <shlib-compat.h> rather than the underlying
36973         default_symbol_version and symbol_version macros, so that DEFAULT
36974         lines in shlib-versions are respected.
36975         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36976
36977 2012-08-01  Florian Weimer  <fweimer@redhat.com>
36978
36979         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36980         Declare with warn_unused_result.
36981         (setgid, setregid, setegid, setresgid): Likewise.
36982         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36983         Likewise.
36984         * WUR-REPORT: Remove set*id functions.
36985
36986 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
36987
36988         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36989
36990 2012-07-31  Roland McGrath  <roland@hack.frob.com>
36991
36992         [BZ #10191]
36993         * include/sys/socket.h (__libc_accept, __libc_accept4):
36994         Add attribute_hidden.
36995         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36996
36997         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36998         use of PTR_MANGLE.
36999         * inet/getnetgrent_r.c (setup): Likewise.
37000
37001         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
37002
37003 2012-07-31  David S. Miller  <davem@davemloft.net>
37004
37005         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37006
37007 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
37008
37009         [BZ #13629]
37010         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
37011         value between 1.0 and 2.0 and smaller part has absolute value less
37012         than 1.0.
37013         * math/s_clog10.c (__clog10): Likewise.
37014         * math/s_clog10f.c (__clog10f): Likewise.
37015         * math/s_clog10l.c (__clog10l): Likewise.
37016         * math/s_clogf.c (__clogf): Likewise.
37017         * math/s_clogl.c (__clogl): Likewise.
37018         * math/libm-test.inc (clog_test): Add more tests.
37019         (clog10_test): Likewise.
37020         * sysdeps/i386/fpu/libm-test-ulps: Update.
37021         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37022
37023 2012-07-31  Florian Weimer  <fweimer@redhat.com>
37024
37025         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
37026         Exit with zero in case no suitable GID is found, and write a
37027         message to standard error.
37028
37029 2012-07-30  Roland McGrath  <roland@hack.frob.com>
37030
37031         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
37032         rather than to 1.
37033         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
37034         (MAXPATHLEN): Removed.
37035         (NOGROUP, NODEV): New macros.
37036         (setbit, clrbit, isset, isclr): New macros.
37037         (howmany, roundup, powerof2): New macros.
37038         (DEV_BSIZE): New macro.
37039
37040         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
37041         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
37042
37043         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
37044         definition on [!__NO_LONG_DOUBLE_MATH].
37045
37046         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
37047         PTR_MANGLE and PTR_DEMANGLE.
37048
37049         * socket/accept4.c (accept4): Rename to __libc_accept4.
37050         Define accept4 as a weak alias.
37051
37052         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
37053         on [_DIRENT_HAVE_D_TYPE].
37054         * io/ftw.c (ftw_dir): Likewise.
37055
37056         * io/xmknod.c (__xmknod): Don't check PATH for being null.
37057
37058         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
37059
37060         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
37061         Use the BSD numbers rather than the arbitrary ones we had.
37062         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
37063         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
37064         (SIGXCPU, SIGXFSZ): New macros.
37065         (_NSIG): Now 32.
37066
37067         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
37068         initializer on [_LIBC_REENTRANT].
37069
37070         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
37071         definitions inside [_POSIX_MAPPED_FILES].
37072
37073         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
37074
37075         * dirent/opendir.c: Include <fcntl.h>.
37076
37077         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
37078         (__libc_getspecific): Likewise.
37079         (__libc_key_create): Likewise.
37080
37081         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
37082         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
37083         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
37084         (tmpfile64): Define as alias.
37085         * sysdeps/wordsize-64/tmpfile.c: File removed.
37086         * sysdeps/wordsize-64/tmpfile64.c: File removed.
37087         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
37088         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
37089
37090         * stdio-common/vfscanf.c: Include <stdbool.h>.
37091         * nss/makedb.c: Likewise.
37092         * stdio-common/_i18n_number.h: Likewise.
37093         * argp/argp-help.c: Likewise.
37094         * posix/wordexp.c: Likewise.
37095         * sysdeps/posix/spawni.c: Likewise.
37096         * nss/nss_files/files-initgroups.c: Likewise.
37097         * stdio-common/reg-modifier.c: Include <stdlib.h>.
37098         * nss/nss_files/files-initgroups.c: Likewise.
37099         * nss/nss_db/db-netgrp.c: Likewise.
37100         * nss/nss_db/db-initgroups.c: Likewise.
37101         * io/fchmodat.c: Include <sys/stat.h>.
37102
37103         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
37104         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
37105
37106         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
37107         [HAVE_MMAP].
37108
37109         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
37110         Add multiple inclusion protection.
37111
37112 2012-07-27  David S. Miller  <davem@davemloft.net>
37113
37114         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37115
37116 2012-07-27  Gary Benson  <gbenson@redhat.com>
37117
37118         [BZ #14298]
37119         * elf/rtld.c: Include <stap-probe.h>.
37120         (dl_main): Added static probes "init_start" and "init_complete".
37121         * elf/dl-load.c: Include <stap-probe.h>.
37122         (lose): Take new parameter "nsid".
37123         Added static probe "map_failed".
37124         (_dl_map_object_from_fd): Pass namespace id to lose.
37125         Added static probe "map_start".
37126         (open_verify): Pass namespace id to lose.
37127         * elf/dl-open.c: Include <stap-probe.h>.
37128         (dl_open_worker) Added static probes "map_complete", "reloc_start"
37129         and "reloc_complete".
37130         * elf/dl-close.c: Include <stap-probe.h>.
37131         (_dl_close_worker): Added static probes "unmap_start" and
37132         "unmap_complete".
37133         * elf/rtld-debugger-interface.txt: New file documenting the above.
37134
37135 2012-07-26  Roland McGrath  <roland@hack.frob.com>
37136
37137         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
37138         rather than a string variable.
37139         * sunrpc/rpc_main.c (h_output): Likewise.
37140         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
37141
37142 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
37143
37144         * inet/check_native.c: New file.
37145
37146 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
37147
37148         [BZ #13629]
37149         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
37150         if larger part has absolute value 1.0.
37151         * math/s_clog10.c (__clog10): Likewise.
37152         * math/s_clog10f.c (__clog10f): Likewise.
37153         * math/s_clog10l.c (__clog10l): Likewise.
37154         * math/s_clogf.c (__clogf): Likewise.
37155         * math/s_clogl.c (__clogl): Likewise.
37156         * math/libm-test.inc (clog_test): Add more tests.
37157         (clog10_test): Likewise.
37158         * sysdeps/i386/fpu/libm-test-ulps: Update.
37159         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37160
37161         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
37162         (pltexit): Likewise.
37163         (La_regs): Likewise.
37164         (La_retval): Likewise.
37165         (int_retval): Likewise.
37166         Update #error for removed macros to refer only to definitions in
37167         tst-audit.h.
37168         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
37169         macro.
37170         (pltexit): Likewise.
37171         (La_regs): Likewise.
37172         (La_retval): Likewise.
37173         (int_retval): Likewise.
37174         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
37175         macro.
37176         (pltexit): Likewise.
37177         (La_regs): Likewise.
37178         (La_retval): Likewise.
37179         (int_retval): Likewise.
37180         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
37181         macro.
37182         (pltexit): Likewise.
37183         (La_regs): Likewise.
37184         (La_retval): Likewise.
37185         (int_retval): Likewise.
37186         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
37187         macro.
37188         (pltexit): Likewise.
37189         (La_regs): Likewise.
37190         (La_retval): Likewise.
37191         (int_retval): Likewise.
37192         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
37193         macro.
37194         (pltexit): Likewise.
37195         (La_regs): Likewise.
37196         (La_retval): Likewise.
37197         (int_retval): Likewise.
37198         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
37199         macro.
37200         (pltexit): Likewise.
37201         (La_regs): Likewise.
37202         (La_retval): Likewise.
37203         (int_retval): Likewise.
37204         * sysdeps/generic/tst-audit.h: Update comment to refer only to
37205         macro definitions in tst-audit.h.
37206         * sysdeps/i386/tst-audit.h: New file.
37207         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
37208         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
37209         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
37210         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
37211         * sysdeps/sh/tst-audit.h: Likewise.
37212         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
37213         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
37214         * sysdeps/x86_64/tst-audit.h: Likewise.
37215
37216 2012-07-26  Andreas Jaeger  <aj@suse.de>
37217
37218         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
37219         ptrace.
37220
37221         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
37222         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
37223         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
37224         PTRACE_O_MASK.
37225         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
37226         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
37227         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
37228
37229         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
37230         value.
37231
37232         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
37233         _sigsys.
37234         (si_call_addr, si_syscall, si_arch): Define new macro.
37235         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
37236         _sigsys.
37237         (si_call_addr, si_syscall, si_arch): Define new marcro.
37238         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
37239         _sigsys.
37240         (si_call_addr, si_syscall, si_arch): Define new macro.
37241         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
37242         _sigsys.
37243         (si_call_addr, si_syscall, si_arch): Define new macro.
37244
37245 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37246
37247         [BZ #13717]
37248         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37249         Change to 2.4.21 where previously 2.4.1.
37250         * sysdeps/unix/sysv/linux/configure: Regenerated.
37251         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
37252         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
37253         Linux kernel version.
37254         (__ASSUME_STD_AUXV): Remove.
37255         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
37256         kernel version.
37257         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
37258         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
37259         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
37260         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
37261         (__ASSUME_NETLINK_SUPPORT): Likewise.
37262         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
37263         (__no_netlink_support): Remove conditional definition.
37264         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
37265         Remove.
37266         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37267         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
37268         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
37269         (if_nameindex_ioctl): Remove.
37270         (if_nameindex_netlink): Do not handle __no_netlink_support.
37271         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37272         code.
37273         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
37274         Remove conditional code.
37275         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37276         code.
37277         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
37278         unconditional.
37279         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37280         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
37281         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
37282         Remove.
37283         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
37284         [!__ASSUME_STD_AUXV]: Remove conditional code.
37285         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
37286         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
37287         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
37288         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
37289         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
37290         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37291         code.
37292         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37293         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
37294         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
37295         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37296         conditional code.
37297         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37298         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
37299         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37300         code.
37301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
37302         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37303         conditional code.
37304         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
37305         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37306         code unconditional.
37307         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37308         conditional code.
37309         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37310         unconditional.
37311         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37312         conditional code.
37313         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
37314         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37315         unconditional.
37316         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37317         conditional code.
37318         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
37319         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37320         code unconditional.
37321         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37322         conditional code.
37323         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37324         unconditional.
37325         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37326         conditional code.
37327         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
37328         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37329         code unconditional.
37330         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37331         conditional code.
37332         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37333         unconditional.
37334         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37335         conditional code.
37336
37337 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
37338
37339         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
37340         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
37341         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
37342         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
37343         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
37344         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
37345         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
37346         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
37347         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
37348         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
37349         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
37350         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
37351         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
37352         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
37353         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
37354         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
37355         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
37356         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
37357         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
37358         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
37359         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
37360         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
37361         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
37362
37363 2012-07-25  Florian Weimer  <fweimer@redhat.com>
37364
37365         * Versions.def: Add GLIBC_2.17.
37366         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
37367         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
37368         Introduce __libc_secure_getenv.
37369         * stdlib/Versions (2.17): Add secure_getenv
37370         (GLIBC_PRIVATE): Add __libc_secure_getenv.
37371         * stdlib/secure-getenv.c: Rename __secure_getenv to
37372         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
37373         symbol __secure_getenv for GLIBC_2.0.
37374         * stdlib/tst-secure-getenv.c: New.
37375         * stdlib/Makefile (tests): Add testcase.
37376         * manual/startup.texi (Environment Access): Document
37377         secure_getenv.
37378         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
37379         __libc_secure_getenv.
37380         * inet/ruserpass.c (ruserpass): Likewise.
37381         * malloc/mtrace.c (mtrace): Likewise.
37382         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
37383         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
37384         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
37385         * sysdeps/posix/tempname.c: Likewise.  Evaluate
37386         HAVE_SECURE_GETENV.
37387         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
37388         __secure_getenv to __libc_secure_getenv.
37389         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
37390         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37391         Likewise.
37392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37393         Likewise.
37394         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37395         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37396         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37397         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37398         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37399         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37400         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37401
37402 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37403
37404         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
37405         (struct La_i86_retval): Likewise.
37406         (struct La_x86_64_regs): Likewise.
37407         (struct La_x86_64_retval): Likewise.
37408         (struct La_x32_regs): Likewise.
37409         (struct La_x32_retval): Likewise.
37410         (struct La_ppc32_regs): Likewise.
37411         (struct La_ppc32_retval): Likewise.
37412         (struct La_ppc64_regs): Likewise.
37413         (struct La_ppc64_retval): Likewise.
37414         (struct La_sh_regs): Likewise.
37415         (struct La_sh_retval): Likewise.
37416         (struct La_s390_32_regs): Likewise.
37417         (struct La_s390_32_retval): Likewise.
37418         (struct La_s390_64_regs): Likewise.
37419         (struct La_s390_64_retval): Likewise.
37420         (struct La_sparc32_regs): Likewise.
37421         (struct La_sparc32_retval): Likewise.
37422         (struct La_sparc64_regs): Likewise.
37423         (struct La_sparc64_retval): Likewise.
37424         (struct audit_ifaces): Remove architecture-specific pltenter and
37425         pltexit members.
37426         * sysdeps/i386/ldsodefs.h: New file.
37427         * sysdeps/powerpc/ldsodefs.h: Likewise.
37428         * sysdeps/s390/ldsodefs.h: Likewise.
37429         * sysdeps/sh/ldsodefs.h: Likewise.
37430         * sysdeps/sparc/ldsodefs.h: Likewise.
37431         * sysdeps/x86_64/ldsodefs.h: Likewise.
37432
37433 2012-07-25  Marek Polacek  <polacek@redhat.com>
37434
37435         [BZ #6808]
37436         * math/libm-test.inc (yn_test): Add another test.
37437         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
37438         to ERANGE when the result is +-Inf.
37439         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
37440         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
37441         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
37442         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
37443
37444 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
37445
37446         * conform/data/time.h-data (NULL): Use macro-constant.  Require
37447         equal to 0.
37448         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
37449         clock_t.
37450         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
37451
37452 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
37453
37454         * configure.in <sysdeps resolving>: Correct printing
37455         Implies_before.
37456         * configure: Regenerate.
37457
37458 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
37459
37460         * math/w_ilogb.c: Include <limits.h>.
37461         * math/w_ilogbl.c: Likewise.
37462
37463 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37464
37465         * manual/lang.texi (__va_copy): Document primarily as ISO C99
37466         va_copy.  Document allowing for unavailable va_copy only as
37467         pre-C99 compatibility.
37468         * manual/string.texi (Copying and Concatenation): Use va_copy
37469         instead of __va_copy in concat example.
37470
37471 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
37472
37473         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
37474         (__sendto): Use create_address_port.  Initialize APORT and deallocate
37475         it if not null.
37476
37477         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
37478         with O_NOLINK passed to __file_name_lookup.
37479
37480         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
37481         with O_NOLINK passed to __file_name_lookup.
37482
37483         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
37484         negative N or less than NGIDS.
37485
37486         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
37487         type to string_t.  Set ERANGE as errno and return it if NAME is not big
37488         enough.  Use memcpy instead of strncpy.
37489
37490 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37491
37492         * elf/Makefile (check-data): Remove.
37493         (localplt.data): New vpath directive.
37494         ($(objpfx)check-localplt.out): Use localplt.data from vpath
37495         instead of $(check-data).
37496         * scripts/data/localplt-generic.data: Move to ...
37497         * sysdeps/generic/localplt.data: ... here.
37498         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
37499         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
37500         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
37501         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
37502         ... here.
37503         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
37504         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
37505         ... here.
37506         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
37507         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
37508         ... here.
37509         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
37510         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
37511         ... here.
37512         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
37513         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
37514         ... here.
37515         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
37516         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
37517         ... here.
37518
37519 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37520
37521         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
37522         PPC32 and PPC64 files.
37523         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
37524         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
37525
37526 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37527
37528         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
37529         __makecontext_ret to ...
37530         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
37531         ... here and call exit if uc_link is NULL.  New file.
37532         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
37533         __makecontext_ret.S.
37534         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
37535         __makecontext_ret to ...
37536         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
37537         ... here and call exit if uc_link is NULL.  New file.
37538         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
37539         __makecontext_ret.S.
37540
37541 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37542
37543         * elf/elf.h (R_390_IRELATIVE): New definition.
37544         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
37545         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
37546         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
37547         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
37548         (elf_machine_lazy_rel): Likewise.
37549         * sysdeps/s390/dl-irel.h: New file.
37550         * sysdeps/s390/s390-64/memcpy.S: New asm code.
37551         * sysdeps/s390/s390-64/memset.S: New asm code.
37552         * sysdeps/s390/s390-64/memcmp.S: New asm code.
37553         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
37554         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
37555         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
37556         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
37557         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
37558         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
37559         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
37560         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
37561         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
37562         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
37563         * sysdeps/s390/s390-32/memcpy.S: New asm code.
37564         * sysdeps/s390/s390-32/memset.S: New asm code.
37565         * sysdeps/s390/s390-32/memcmp.S: New asm code.
37566
37567 2012-07-17  Marek Polacek  <polacek@redhat.com>
37568
37569         [BZ #14349]
37570         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
37571         * sysdeps/s390/s390-64/configure.in: Likewise.
37572         * sysdeps/sparc/configure.in: Likewise.
37573         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
37574         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
37575         * sysdeps/i386/configure.in: Likewise.
37576         * sysdeps/x86_64/configure.in: Likewise.
37577         * sysdeps/sh/configure.in: Likewise.
37578         * sysdeps/s390/s390-32/configure: Regenerated.
37579         * sysdeps/s390/s390-64/configure: Likewise.
37580         * sysdeps/x86_64/configure: Likewise.
37581         * sysdeps/sh/configure: Likewise.
37582         * sysdeps/powerpc/powerpc64/configure: Likewise.
37583         * sysdeps/powerpc/powerpc32/configure: Likewise.
37584         * sysdeps/sparc/configure: Likwise.
37585         * sysdeps/i386/configure: Likewise.
37586
37587         * elf/dl-open.c: Comment fixes.
37588
37589 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
37590
37591         * Makefile [CXX] (check-data): Remove.
37592         [CXX] (c++-types.data): New vpath directive.
37593         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
37594         vpath.  Do not allow for C++ type data being missing.
37595         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
37596         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
37597         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
37598         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
37599         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
37600         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
37601         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
37602         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
37603         ... here.
37604         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
37605         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
37606         ... here.
37607         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
37608         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
37609         ... here.
37610         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
37611         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
37612         ... here.
37613         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
37614         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
37615         ... here.
37616         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
37617         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
37618         ... here.
37619         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
37620         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
37621         ... here.
37622         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
37623         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
37624
37625         * elf/tls-macros.h (TLS_LE): Move architecture-specific
37626         definitions to architecture-specific files.
37627         (TLS_IE): Likewise.
37628         (TLS_LD): Likewise.
37629         (TLS_GD): Likewise.
37630         * sysdeps/i386/tls-macros.h: New file.
37631         * sysdeps/powerpc/tls-macros.h: Likewise.
37632         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
37633         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
37634         * sysdeps/sh/tls-macros.h: Likewise.
37635         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
37636         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
37637         * sysdeps/x86_64/tls-macros.h: Likewise.
37638
37639 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37640
37641         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
37642         zero value for regular exit case.
37643
37644         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
37645         (__start_context): Preserve zero value for regular exit case.
37646
37647 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37648             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37649
37650         * manual/setjmp.texi (setcontext): Clarify normal process
37651         termination when uc_link is the null pointer.
37652         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
37653         exit call.
37654
37655 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
37656
37657         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
37658         preprocessor.  Test for each exception mask separately.
37659
37660 2012-07-16  Andreas Jaeger  <aj@suse.de>
37661
37662         * po/ru.po: Update from translation team.
37663
37664 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
37665
37666         * conform/data/string.h-data (NULL): Use macro-constant.  Require
37667         equal to 0.
37668         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37669         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37670         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
37671         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
37672         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37673
37674 2012-07-13  Andreas Jaeger  <aj@suse.de>
37675
37676         * po/fr.po: Update from translation team.
37677
37678 2012-07-12  Marek Polacek  <polacek@redhat.com>
37679
37680         [BZ #14173]
37681         * math/libm-test.inc (yn_test): Add test for BZ #14173.
37682         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
37683         loop condition.
37684
37685 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
37686
37687         [BZ #13717]
37688         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37689         Change to 2.4.1 where previously 2.4.0.
37690         * sysdeps/unix/sysv/linux/configure: Regenerated.
37691         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
37692         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
37693         version.
37694         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
37695         (__ASSUME_AT_CLKTCK): Remove.
37696         (__ASSUME_AT_PAGESIZE): Likewise.
37697         (__ASSUME_AT_XID): Likewise.
37698         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
37699         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
37700         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
37701         unconditionally.
37702         (HAVE_AUX_PAGESIZE): Likewise.
37703         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
37704         [__ASSUME_AT_CLKTCK]: Make code unconditional.
37705         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
37706
37707 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
37708
37709         [BZ #14307]
37710         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
37711         the temporary buffer used to invoke __gethostbyname2_r,
37712         __gethostbyaddr_r and gethostbyname4_r to make room for struct
37713         host_data / struct gaih_addrtuple.
37714         * resolv/nss_dns/dns-host.c (global scope): Move definition of
37715         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
37716         header file nss/nsswitch.h.
37717         * nss/nsswitch.h (global scope): Add definition of implementation
37718         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
37719         resolv/nss_dns/dns-host.c).
37720
37721 2012-07-11  Andreas Jaeger  <aj@suse.de>
37722
37723         * po/fr.po: Update from translation team.
37724
37725         * po/sv.po: Update from translation team
37726         * po/fr.po: Another update from translation team.
37727
37728 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37729
37730         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
37731         for subnormals or multiply small sinh result by itself.
37732         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37733         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37734
37735 2012-07-11  David S. Miller  <davem@davemloft.net>
37736
37737         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37738
37739 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
37740
37741         [BZ #14347]
37742         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
37743         (INTERNAL_MARK): Shift it here.
37744
37745 2012-07-10  Marek Polacek  <polacek@redhat.com>
37746
37747         [BZ #14151]
37748         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
37749         libc_cv_asm_global_directive with .globl.
37750         * configure: Regenerated.
37751         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37752         with .globl.
37753         * sysdeps/i386/configure: Regenerated.
37754         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37755         with .globl.
37756         * sysdeps/x86_64/configure: Regenerated.
37757         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37758         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37759         * elf/tst-unique2mod2.c: Likewise.
37760         * elf/tst-unique2mod1.c: Likewise.
37761         * elf/tst-unique1mod2.c: Likewise.
37762         * elf/tst-unique1mod1.c: Likewise.
37763         * sysdeps/s390/s390-32/sysdep.h: Likewise.
37764         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37765         * sysdeps/s390/s390-64/sysdep.h: Likewise.
37766         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37767         * sysdeps/mach/sysdep.h: Likewise.
37768         * sysdeps/i386/sysdep.h: Likewise.
37769         * sysdeps/i386/i386-mcount.S: Likewise.
37770         * sysdeps/x86_64/_mcount.S: Likewise.
37771         * sysdeps/x86_64/sysdep.h: Likewise.
37772         * sysdeps/sh/_mcount.S: Likewise.
37773         * sysdeps/sh/sysdep.h: Likewise.
37774         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37775         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37776         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37777         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37778         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37779         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37780         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37781         * locale/localeinfo.h: Likewise.
37782         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37783         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37784
37785 2012-07-09  Roland McGrath  <roland@hack.frob.com>
37786
37787         [BZ #14336]
37788         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37789         system".
37790         * manual/message.texi (The Uniforum approach): Likewise.
37791         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37792         (glibc iconv Implementation): Likewise.
37793
37794 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
37795
37796         [BZ #14337]
37797         * math/s_clog.c (__clog): Avoid scaling a value down where that
37798         could result in underflow.
37799         * math/s_clog10.c (__clog10): Likewise.
37800         * math/s_clog10f.c (__clog10f): Likewise.
37801         * math/s_clog10l.c (__clog10l): Likewise.
37802         * math/s_clogf.c (__clogf): Likewise.
37803         * math/s_clogl.c (__clogl): Likewise.
37804         * math/libm-test.inc (clog_test): Add more tests.
37805         (clog10_test): Likewise.
37806         * sysdeps/i386/fpu/libm-test-ulps: Update.
37807         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37808
37809 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
37810
37811         [BZ #14283]
37812         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37813         by 7 not 8 to examine high bit of fractional part.
37814
37815         [BZ #14042]
37816         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37817         for call to __mcount_internal.
37818         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37819         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37820         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37821
37822 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
37823
37824         [BZ #14154]
37825         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37826         approximation for values within 0x1p-13f of an odd multiple of
37827         pi/4.
37828         * math/libm-test.inc (tan_test): Do not allow spurious underflow
37829         exception.  Add more tests.
37830         * sysdeps/i386/fpu/libm-test-ulps: Update.
37831
37832         [BZ #6778]
37833         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37834         inputs and return -1 for them.  Do not check for +Inf in case not
37835         reachable for +Inf.
37836         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37837         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37838         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37839         and return -1 for them.  Do not check for +Inf in case not
37840         reachable for +Inf.
37841         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37842         define.
37843         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37844         and return -1 for them.  Do not check for +Inf in case not
37845         reachable for +Inf.
37846         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
37847         spurious underflow.
37848         * sysdeps/i386/fpu/libm-test-ulps: Update.
37849         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37850
37851 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
37852
37853         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37854
37855 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
37856
37857         [BZ #14157]
37858         [BZ #14331]
37859         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37860         could result in spurious underflow.  Scale down values above
37861         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37862         * math/s_csqrtf.c (__csqrtf): Likewise.
37863         * math/s_csqrtl.c (__csqrtl): Likewise.
37864         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
37865         spurious underflow.
37866         * sysdeps/i386/fpu/libm-test-ulps: Update.
37867         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37868
37869 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
37870
37871         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37872         xopen-msg.sed.
37873         * catgets/xopen-msg.awk: New file.
37874         * catgets/xopen-msg.sed: Removed.
37875
37876         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37877         po2text.sed.
37878         * intl/po2test.awk: New file.
37879         * intl/po2test.sed: Removed.
37880
37881 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
37882
37883         [BZ #14328]
37884         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37885         or multiply small sinh result by itself.
37886         * math/s_ctanf.c (__ctanf): Likewise.
37887         * math/s_ctanh.c (__ctanh): Likewise.
37888         * math/s_ctanhf.c (__ctanhf): Likewise.
37889         * math/s_ctanhl.c (__ctanhl): Likewise.
37890         * math/s_ctanl.c (__ctanl): Likewise.
37891         * math/libm-test.inc (ctan_test_tonearest): New function.
37892         (ctan_test_towardzero): Likewise.
37893         (ctan_test_downward): Likewise.
37894         (ctan_test_upward): Likewise.
37895         (ctanh_test_tonearest): Likewise.
37896         (ctanh_test_towardzero): Likewise.
37897         (ctanh_test_downward): Likewise.
37898         (ctanh_test_upward): Likewise.
37899         (main): Call these new functions.
37900         * sysdeps/i386/fpu/libm-test-ulps: Update.
37901         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37902
37903 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
37904
37905         * .gitignore: Delete /ports entry.
37906
37907 2012-07-03  Andreas Jaeger  <aj@suse.de>
37908
37909         * po/bg.po: Update from translation team.
37910         * po/cs.po: Likewise.
37911         * po/de.po: Likewise.
37912         * po/hr.po: Likewise.
37913         * po/nl.pl: Likewise.
37914         * po/pl.po: Likewise.
37915         * po/vi.po: Likewise.
37916
37917 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
37918
37919         * Makeconfig [!+link] (+link-before-libc): New variable.
37920         [!+link] (+link-after-libc): Likewise.
37921         [!+link] (+link-tests): Likewise.
37922         [!+link] (+link): Define in terms of $(+link-before-libc) and
37923         $(+link-after-libc).
37924         [!+link-static] (+link-static-before-libc): New variable.
37925         [!+link-static] (+link-static-after-libc): Likewise.
37926         [!+link-static] (+link-static-tests): Likewise.
37927         [!+link-static] (+link-static): Define in terms of
37928         $(+link-static-before-libc) and $(+link-static-after-libc).
37929         [build-shared] (link-libc-before-gnulib): New variable.
37930         [build-shared] (link-libc-tests): Likewise.
37931         [build-shared] (link-libc): Define in terms of
37932         $(link-libc-before-gnulib).
37933         [!build-shared] (link-libc-tests): New variable.
37934         (link-libc-static-tests): New variable.
37935         [!gnulib] (gnulib-arch): New variable.
37936         [!gnulib] (gnulib-tests): Likewise.
37937         [!gnulib] (static-gnulib-arch): Likewise.
37938         [!gnulib] (static-gnulib-tests): Likewise.
37939         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
37940         Define with "=" instead of ":=".
37941         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
37942         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
37943         * Rules (binaries-all-notests): New variable.
37944         (binaries-all-tests): Likewise.
37945         (binaries-static-notests): Likewise.
37946         (binaries-static-tests): Likewise.
37947         (binaries-all): Define using $(binaries-all-notests) and
37948         $(binaries-all-tests).
37949         (binaries-static): Define using $(binaries-static-notests) and
37950         $(binaries-static-tests).
37951         (binaries-shared-tests): New variable.
37952         (binaries-shared-notests): Likewise.
37953         (binaries-shared): Remove variable.
37954         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37955         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37956         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37957         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37958         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37959         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37960         * elf/Makefile (sln-modules): New variable.
37961         (extra-objs): Add $(sln-modules:=.o).
37962         (ldconfig-modules): Add static-stubs.
37963         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37964         * elf/static-stubs.c: New file.
37965
37966         [BZ #14283]
37967         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37968         by 7 not 8 to examine high bit of fractional part.  Use volatile
37969         variables when splitting into final array of floats if
37970         __FLT_EVAL_METHOD__ != 0.
37971         * math/libm-test.inc (cos_test): Add another test.
37972         (sin_test): Likewise.
37973         * sysdeps/i386/fpu/libm-test-ulps: Update.
37974
37975         [BZ #14273]
37976         * math/libm-test.inc (cosh_test): Add more tests.
37977
37978         * version.h (RELEASE): Set to "development".
37979         (VERSION): Set to "2.16.90".
37980
37981 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
37982
37983         * NEWS: Update copyright. Remove last-updated date.
37984         Mention math library bug fixes and timezone data changes.
37985         * README: Mention GNU/Hurd, x32, and HPPA support status.
37986
37987 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
37988
37989         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37990
37991 2012-06-27  Andreas Jaeger  <aj@suse.de>
37992
37993         * manual/contrib.texi (Contributors): Add Samuel Thibault.
37994
37995 2012-06-25  Andreas Jaeger  <aj@suse.de>
37996
37997         * sysdeps/s390/fpu/libm-test-ulps: Update.
37998
37999 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
38000             Thomas Schwinge  <thomas@codesourcery.com>
38001
38002         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
38003         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
38004         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
38005         fanotify_mark.
38006
38007 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
38008
38009         * sysdeps/mach/start.c: Remove file.
38010         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
38011         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
38012         * sysdeps/sh/init-first.c: Likewise.
38013
38014         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
38015         registers for frame unwinding purposes, add CFI directives.
38016         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
38017         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
38018         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
38019         Likewise.
38020
38021         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
38022         __fortify_fail returning.
38023         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
38024
38025         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
38026         sysdeps/sh/____longjmp_chk.S.
38027         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
38028         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
38029         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
38030         (gen-as-const-headers): Append sigaltstack-offsets.sym.
38031
38032         * sysdeps/sh/abort-instr.h: New file.
38033         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
38034         process in case exit returns.
38035
38036         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
38037         initialize the GOT register before use.
38038
38039         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
38040         calculation of ARGC > 4.
38041
38042         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
38043         meaningful names to some local labels.
38044
38045 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38046             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38047
38048         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
38049         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
38050         (__arch_compare_and_exchange_val_16_acq): Likewise.
38051         (__arch_compare_and_exchange_val_32_acq): Likewise.
38052         (atomic_exchange_and_add): Fix gUSA sequence.
38053         (atomic_add): Likewise.
38054         (atomic_add_negative): Likewise.
38055         (atomic_add_zero): Likewise.
38056         (atomic_bit_test_set): Likewise.
38057
38058 2012-06-22  Andreas Schwab  <schwab@redhat.com>
38059
38060         [BZ #13579]
38061         * include/link.h (struct link_map): Add l_free_initfini.
38062         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
38063         l_initfini.
38064         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
38065         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
38066         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
38067         set.
38068
38069 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
38070
38071         * configure.in: Use AC_LANG_SOURCE.
38072         * configure: Regenerate.
38073
38074 2012-06-22  Roland McGrath  <roland@hack.frob.com>
38075
38076         * configure.in (libc_cv_localstatedir): New substituted variable.
38077         * configure: Regenerated.
38078         * config.make.in (localstatedir): New variable, substituted from
38079         libc_cv_localstatedir.
38080         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
38081         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
38082         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
38083         * sysdeps/gnu/configure: Regenerated.
38084
38085 2012-06-21  Jeff Law  <law@redhat.com>
38086
38087         [BZ #14277]
38088         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
38089         free.  Simplify list management for _LIBC case.
38090
38091 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
38092
38093         [BZ #14273]
38094         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
38095         Clear sign bit of 64-bit integer value before comparing against
38096         overflow value.
38097
38098         * sysdeps/mach/configure: Regenerated.
38099
38100 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
38101
38102         [BZ #14278]
38103         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
38104
38105 2012-06-21  Jeff Law  <law@redhat.com>
38106
38107         [BZ #13882]
38108         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
38109         uint16_t for elements in the "seen" array to avoid char overflows.
38110         * elf/dl-fini.c (_dl_sort_fini): Likewise.
38111         * elf/dl-open.c (dl_open_worker): Likewise.
38112
38113 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
38114
38115         * scripts/list-sources.sh: Scan PORTS for translations.
38116         * po/libc.pot: Regenerated.
38117
38118 2012-06-21  Andreas Jaeger  <aj@suse.de>
38119
38120         [BZ #12194]
38121         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
38122         warning.
38123         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
38124         * bits/byteswap-16.h (__bswap_16): Likewise.
38125         * bits/byteswap.h (__bswap_constant_16): Likewise.
38126
38127 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
38128
38129         [BZ #14117]
38130         * sysdeps/i386/fpu_control.h: Removed.
38131         * sysdeps/x86_64/fpu_control.h: Moved to ...
38132         * sysdeps/x86/fpu_control.h: Here.
38133
38134         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
38135         (_FPU_SETCW): Likewise.
38136
38137 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
38138
38139         [BZ #14117]
38140         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
38141         * sysdeps/x86/fpu/bits/mathinline.h: This.
38142         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
38143
38144         [BZ #14050]
38145         [BZ #14117]
38146         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
38147         functions if __x86_64__ is defined.
38148
38149 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
38150
38151         * string/endian.h: Add !__ASSEMBLER__ condition for including
38152         conversion interfaces.
38153
38154 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
38155
38156         [BZ #14241]
38157         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
38158         of ABS(x) in calculating zero to negative powers other than odd
38159         integers.
38160         * math/libm-test.inc (pow_test): Add more tests.
38161
38162 2012-06-15  Andreas Jaeger  <aj@suse.de>
38163
38164         * manual/contrib.texi (Contributors): Update entry of Liubov
38165         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
38166         Machado Filho.
38167
38168 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
38169
38170         * string/string.h: Add __wur to GNU version of strerror_r.
38171
38172 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
38173
38174         [BZ #14229]
38175         * string/Makefile (tests): Add tst-strtok_r.
38176         * string/tst-strtok_r.c: New file.
38177         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
38178         RAX_LP/RDX_LP on SAVE_PTR.
38179
38180 2012-06-14  Roland McGrath  <roland@hack.frob.com>
38181
38182         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
38183
38184 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
38185
38186         * libm_test.inc (csqrt_test): Allow more spurious underflow
38187         exceptions.
38188         (j0_test): Likewise.
38189         (j1_test): Likewise.
38190         (y0_test): Likewise.
38191         (y1_test): Likewise.
38192
38193 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
38194
38195         * po/Makefile (libc.pot): Use UTF-8 charset.
38196
38197 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
38198
38199         [BZ #14210]
38200         Suppress sign-conversion warning from FD_SET.
38201         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
38202         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
38203         not unsigned long int.
38204         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
38205
38206 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
38207
38208         [BZ #14050]
38209         [BZ #14117]
38210         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
38211         __extern_always_inline instead of __extern_inline.
38212         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
38213         (__signbit): Likewise.
38214         (__signbitl): Support C++ namespace.
38215         (lrintf): New inline function.
38216         (lrint): Likewise.
38217         (llrintf): Likewise.
38218         (llrint): Likewise.
38219         (fmaxf): Likewise.
38220         (fmax): Likewise.
38221         (fminf): Likewise.
38222         (fmin): Likewise.
38223         (rint): Likewise.
38224         (rintf): Likewise.
38225         (ceil): Likewise.
38226         (ceilf): Likewise.
38227         (floor): Likewise.
38228         (floorf): Likewise.
38229         (nearbyint): Likewise.
38230         (nearbyintf): Likewise.
38231
38232 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
38233
38234         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
38235         non-default versions.
38236
38237 2012-06-11  Roland McGrath  <roland@hack.frob.com>
38238
38239         [BZ #14218]
38240         * manual/argp.texi (Argp): Reword argp_parse description slightly.
38241
38242 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
38243
38244         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
38245         (FE_UPWARD, FE_DOWNWARD): Don't define.
38246         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
38247         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38248
38249         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
38250         reading it.
38251         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38252         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38253
38254 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38255
38256         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38257         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
38258         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
38259         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
38260
38261 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
38262
38263         [BZ #14117]
38264         * sysdeps/i386/fpu/bits/fenv.h: Removed.
38265         * sysdeps/i386/fpu/Implies: New file.
38266         * sysdeps/x86_64/fpu/Implies: Likewise.
38267         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
38268         * sysdeps/x86/fpu/bits/fenv.h: This.
38269
38270         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
38271         __SSE_MATH__.
38272
38273 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
38274
38275         [BZ #14134]
38276         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
38277         character 0xffff that matches the last element of the
38278         conversion table.
38279
38280 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38281
38282         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
38283         fmodl commit.
38284
38285 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38286
38287         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
38288         values higher than 25.6283.
38289
38290 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38291
38292         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
38293         subnormal exponent extraction and add some __builtin_expect.
38294         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
38295         Fix for subnormal mantissa calculation.
38296
38297 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
38298
38299         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
38300         cpu2 is -1 and errno is not ENOSYS.
38301
38302 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
38303
38304         [BZ #14117]
38305         * sysdeps/i386/i486/bits/string.h: Renamed to ...
38306         * sysdeps/x86/bits/string.h: This.
38307         * sysdeps/x86_64/bits/string.h: Removed.
38308
38309         * sysdeps/i386/i486/bits/string.h: Define inline functions only
38310         if not compiling for x86-64, but compiling for >= i486.
38311
38312         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
38313         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
38314
38315         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
38316         New macro from Linux kernel 3.4.0.
38317         (FP_XSTATE_MAGIC2): Likewise.
38318         (FP_XSTATE_MAGIC2_SIZE): Likewise.
38319         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
38320         (struct _fpx_sw_bytes): New struct.
38321         (struct _xsave_hdr): Likewise.
38322         (struct _ymmh_state): Likewise.
38323         (struct _xstate): Likewise.
38324
38325         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
38326         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
38327         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
38328         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
38329         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
38330         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
38331
38332         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
38333         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
38334         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
38335         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
38336         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
38337         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
38338
38339 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38340
38341         [BZ #13743]
38342         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
38343         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
38344         (sysdep_headers): Include sys/platform/ppc.h.
38345         * sysdeps/powerpc/test-gettimebase.c: Test for
38346         __ppc_get_timebase() to catch future ISA opcode/insn changes.
38347         * manual/Makefile (appendices): Include platform.texi.
38348         * manual/contrib.texi (Contributors): Update @node pointers.
38349         * manual/maint.texi (Maintenance): Likewise.
38350         (Platform): New node.
38351         * manual/platform.texi: New file.  Document the new features.
38352
38353 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
38354             Jakub Jelinek  <jakub@redhat.com>
38355
38356         [BZ #14188]
38357         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
38358         where __builtin_expect is unavailable.
38359
38360 2012-06-03  David S. Miller  <davem@davemloft.net>
38361
38362         * stdlib/longlong.h: Updated from GCC.
38363
38364 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
38365
38366         [BZ #14042]
38367         * sysdeps/powerpc/powerpc32/mcount.c: New file.
38368         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
38369         __mcount_internal.
38370         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38371         (GLIBC_2.16): Likewise.
38372
38373 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38374
38375         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
38376
38377 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38378
38379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
38380         (default-abi): New variable.
38381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
38382         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
38383         variable.
38384         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
38385         Likewise.
38386         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
38387         Likewise.
38388         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
38389         Likewise.
38390
38391         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
38392         definition.  Document in comment.
38393
38394 2012-06-01  David S. Miller  <davem@davemloft.net>
38395
38396         * stdlib/longlong.h: Updated from GCC.
38397
38398 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38399
38400         [BZ #14117]
38401         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
38402         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
38403         sys/debugreg.h sys/io.h here.
38404         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
38405         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
38406         sys/io.h.
38407         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
38408         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
38409         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
38410         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
38411         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
38412         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
38413
38414         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
38415         Define only if __x86_64__ is defined.
38416
38417 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38418
38419         [BZ #14048]
38420         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
38421         Use int64_t for variable i.
38422         * math/libm-test.inc (fmod_test): Add more tests.
38423
38424         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
38425         z computation is not scheduled after fetestexcept.
38426         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
38427         Use math_force_eval instead of asm to ensure calculation scheduled
38428         before exception test.
38429         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
38430         Ensure a1 + u.d computation is not scheduled after fetestexcept.
38431
38432 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
38433
38434         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
38435         computation is not scheduled after fetestexcept.
38436
38437 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38438
38439         [BZ #14117]
38440         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
38441         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
38442
38443 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38444
38445         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
38446         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
38447
38448 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38449
38450         [BZ #14117]
38451         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
38452         <bits/wordsize.h>.
38453         (__WCHAR_MIN): Support __WORDSIZE == 64.
38454         (__WCHAR_MAX): Likewise.
38455
38456         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
38457         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
38458
38459         [BZ #14183]
38460         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
38461         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
38462
38463         [BZ #14117]
38464         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
38465         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
38466
38467         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
38468         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
38469
38470         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
38471         Defined to 1 if __x86_64__ isn't defined.
38472         (_STAT_VER_LINUX_OLD): New.
38473         (st_atime): Remove duplicate.
38474         (st_mtime): Likewise.
38475         (st_ctime): Likewise.
38476
38477 2012-05-31  David S. Miller  <davem@davemloft.net>
38478
38479         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
38480         entries.
38481
38482 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
38483
38484         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
38485         gen-libm-test.pl.
38486
38487         [BZ #14132]
38488         * elf/dl-reloc.c: Include <_itoa.h>.
38489         (_dl_reloc_bad_type): Remove use of INTUSE.
38490         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
38491         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
38492         * stdio-common/psiginfo.c (psiginfo): Likewise.
38493         * stdio-common/psignal.c (psignal): Likewise.
38494         * string/strsignal.c (strsignal): Likewise.
38495         * include/signal.h (_sys_siglist): Declare hidden proto.
38496         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
38497         INTVARDEF with libc_hidden_data_def.
38498         * stdio-common/itoa-udigits.c: Likewise.
38499         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
38500         (_itoa_lower_digits_internal): Remove declaration.
38501         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
38502         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
38503         (_sys_sigabbrev_internal): Remove aliases.
38504         (_sys_siglist): Define hidden alias.
38505
38506 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
38507
38508         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38509         bits/sysctl.h.
38510
38511 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38512
38513         [BZ #14117]
38514         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
38515         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
38516
38517         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
38518         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
38519         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
38520         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
38521         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
38522         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
38523
38524         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
38525         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
38526         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
38527
38528         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
38529         with __addr.
38530         (insw): Likewise.
38531         (insl): Likewise.
38532         (outsb): Likewise.
38533         (outsw): Likewise.
38534         (outsl): Likewise.
38535
38536         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
38537         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
38538         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
38539
38540         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
38541         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
38542         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
38543         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
38544         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
38545         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
38546
38547         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
38548         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
38549
38550         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
38551         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
38552
38553         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
38554         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
38555         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
38556
38557         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
38558         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
38559         to ...
38560         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
38561
38562         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
38563         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
38564         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
38565
38566         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
38567         for x86-64.
38568         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
38569
38570 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
38571
38572         * math/math.h (M_El): Use two more decimal places.
38573         (M_LOG2El): Likewise.
38574         (M_LOG10El): Likewise.
38575         (M_LN2l): Likewise.
38576         (M_LN10l): Likewise.
38577         (M_PIl): Likewise.
38578         (M_PI_2l): Likewise.
38579         (M_PI_4l): Likewise.
38580         (M_1_PIl): Likewise.
38581         (M_2_PIl): Likewise.
38582         (M_2_SQRTPIl): Likewise.
38583         (M_SQRT2l): Likewise.
38584         (M_SQRT1_2l): Likewise.
38585
38586 2012-05-31  David S. Miller  <davem@davemloft.net>
38587
38588         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
38589         values between float registers.
38590         * sysdeps/sparc/sparc64/memset.S: Likewise.
38591         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38592
38593 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
38594
38595         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
38596         -D_FORTIFY_SOURCE=1.
38597         (CPPFLAGS-tst-longjmp_chk.c): Define.
38598         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
38599         (CPPFLAGS-tst-longjmp_chk2.c): Define.
38600         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
38601         CFLAGS-tst-wchar-h.c.
38602
38603 2012-05-31  Marek Polacek  <polacek@redhat.com>
38604
38605         [BZ #14132]
38606         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
38607         __endmntent_internal): Remove declaration.
38608         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
38609         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
38610         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
38611
38612 2012-05-30  David S. Miller  <davem@davemloft.net>
38613
38614         * sysdeps/sparc/sparc32/soft-fp/q_util.c
38615         (___Q_simulate_exceptions): Use real FP ops rather than writing
38616         into the %fsr.
38617         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
38618         Likewise.
38619
38620 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38621
38622         [BZ #14117]
38623         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
38624         * sysdeps/x86/bits/xtitypes.h: This.
38625
38626         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
38627         * sysdeps/x86/bits/wordsize.h: This.
38628
38629         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
38630         * sysdeps/x86/bits/huge_vall.h: This.
38631
38632         * sysdeps/i386/bits/select.h: Removed.
38633         * sysdeps/x86_64/bits/select.h: Renamed to ...
38634         * sysdeps/x86/bits/select.h: This.
38635
38636         * sysdeps/i386/bits/setjmp.h: Removed.
38637         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
38638         * sysdeps/x86/bits/setjmp.h: This.
38639
38640         * sysdeps/i386/bits/mathdef.h: Removed.
38641         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
38642         * sysdeps/x86/bits/mathdef.h: This.
38643
38644 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
38645
38646         [BZ #14132]
38647         * include/sys/socket.h (__connect_internal)
38648         (__libc_sa_len_internal): Remove declaration.
38649         (__connect, __libc_sa_len): Declare hidden_proto.
38650         (SA_LEN): Remove use of INTUSE.
38651         * socket/connect.c: Add libc_hidden_def.
38652         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
38653         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
38654         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
38655         alias.
38656         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
38657         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
38658         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
38659         of adding _internal alias.
38660
38661 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38662
38663         [BZ #14117]
38664         * sysdeps/i386/bits/link.h: Removed.
38665         * sysdeps/i386/bits/linkmap.h: Likewise.
38666         * sysdeps/x86_64/bits/link.h: Renamed to ...
38667         * sysdeps/x86/bits/link.h: This.
38668         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
38669         * sysdeps/x86/bits/linkmap.h: This.
38670
38671         * sysdeps/i386/bits/endian.h: Removed.
38672         * sysdeps/x86_64/bits/endian.h: Renamed to ...
38673         * sysdeps/x86/bits/endian.h: This.
38674
38675         * sysdeps/i386/bits/byteswap.h: Removed.
38676         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38677         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
38678         * sysdeps/x86/bits/byteswap.h: This.
38679         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
38680         * sysdeps/x86/bits/byteswap-16.h: This.
38681         * sysdeps/i386/Implies: Add x86.
38682         * sysdeps/x86_64/Implies: Likewise.
38683
38684 2012-05-30  David S. Miller  <davem@davemloft.net>
38685
38686         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
38687         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
38688         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
38689         (FP_TRAPPING_EXCEPTIONS): Define.
38690         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
38691         (FP_TRAPPING_EXCEPTIONS): Define.
38692         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
38693         subnormals only when inexact has been signalled or underflow
38694         exceptions are enabled.
38695         (_FP_PACK_CANONICAL): Likewise.
38696
38697 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38698
38699         [BZ #14183]
38700         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
38701         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
38702
38703 2012-05-30  Richard Henderson  <rth@twiddle.net>
38704
38705         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
38706         with #ifndef NOT_IN_libc.
38707
38708         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
38709         marked to avoid plt entry.
38710
38711 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38712
38713         [BZ #14112]
38714         * Makeconfig (default-abi): New macro.
38715         (abi-includes): Likewise.
38716         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
38717         $(abi-$(default-abi)-lib-soname) for soname if defined.
38718         ($(common-objpfx)gnu/lib-names.stmp): Generate from
38719         abi-variants.
38720         * Makefile (installed-stubs): Likewise.
38721         * include/stubs-biarch.h: Removed.
38722         * scripts/lib-names.awk: Only handle one library at a time.
38723         * scripts/soversions.awk: Remove WORDSIZE support.
38724         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
38725         entries.
38726         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
38727         Removed.
38728         (syscall-list-default-condition): Likewise.
38729         (syscall-list-default-condition): Likewise.
38730         (syscall-list-includes): Likewise.
38731         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
38732         syscall-list-* with abi-*.  Handle undefined abi-variants.
38733         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
38734         * sysdeps/unix/sysv/linux/i386/Implies: New file.
38735         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
38736         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
38737         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
38738         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
38739         Removed.
38740         (syscall-list-32-options): Likewise.
38741         (syscall-list-32-condition): Likewise.
38742         (syscall-list-64-options): Likewise.
38743         (syscall-list-64-condition): Likewise.
38744         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
38745         macro.
38746         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
38747         Renamed to ...
38748         (abi-*): This.
38749         (abi-64-ld-soname): New macro.
38750         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38751         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38752         Renamed to ...
38753         (abi-*): This.
38754         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38755         * sysdeps/x86_64/x32/shlib-versions: Likewise.
38756
38757 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
38758
38759         * sysdeps/unix/sysv/linux/kernel-features.h
38760         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38761         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
38762         include <kernel-features.h>.
38763         [!__NR_ftruncate64]: Remove conditional code.
38764         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38765         [__NR_ftruncate64]: Make code unconditional.
38766         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38767         * sysdeps/unix/sysv/linux/truncate64.c: Do not
38768         include <kernel-features.h>.
38769         [!__NR_ftruncate64]: Remove conditional code.
38770         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38771         [__NR_ftruncate64]: Make code unconditional.
38772         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38773         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
38774         include <kernel-features.h>.
38775         [!__NR_ftruncate64]: Remove conditional code.
38776         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38777         [__NR_ftruncate64]: Make code unconditional.
38778         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38779         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38780         include <kernel-features.h>.
38781         [!__NR_ftruncate64]: Remove conditional code.
38782         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38783         [__NR_ftruncate64]: Make code unconditional.
38784         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38785
38786         * configure.in (libc_cv_fpie): Weaken to a compile test using
38787         LIBC_TRY_CC_OPTION.
38788         * configure: Regenerated.
38789
38790 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38791
38792         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38793         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38794         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38795         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38796         Refreshed.
38797         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38798         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38799         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38800         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38801         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38802         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38803         Refreshed.
38804
38805 2012-05-27  David S. Miller  <davem@davemloft.net>
38806
38807         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38808         (___Q_zero): New.
38809         (__Q_simulate_exceptions): Return void.  Change to simulate
38810         exceptions by writing into the %fsr.
38811         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38812         (__Qp_handle_exceptions): Likewise.
38813         (numbers): Delete.
38814         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38815         __Qp_handle_exceptions.
38816         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38817         __Qp_handle_exceptions.
38818         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38819         as unused and give dummy FP_RND_NEAREST initializer.
38820         (FP_INHIBIT_RESULTS): Define.
38821         (___Q_simulate_exceptions): Update declaration.
38822         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38823         formatting.
38824         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38825         as unused and give dummy FP_RND_NEAREST initializer.
38826         (__Qp_handle_exceptions): Update declaration.
38827         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38828         formatting.
38829
38830 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
38831
38832         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38833         the temporary FPU control word.
38834         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38835         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38836         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38837         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38838         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38839         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38840         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38841         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38842         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38843         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38844         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38845
38846 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38847
38848         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38849         fields.
38850
38851 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
38852
38853         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38854         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38855         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38856         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38857         Likewise.
38858         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38859         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38860         Likewise.
38861
38862 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
38863
38864         * po/h.po: Update from translation team.
38865
38866 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
38867
38868         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38869
38870         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38871         handling of denormals.
38872         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38873         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38874         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38875         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38876         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38877         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38878         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38879         Likewise.
38880
38881 2012-05-26  Marek Polacek  <polacek@redhat.com>
38882
38883         [BZ #14152]
38884         * math/libm-test.inc (fma_test): Don't always expect underflow
38885         exception.
38886
38887 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38888
38889         [BZ #12416]
38890         * elf/tst-execstack.c: Include stackinfo.h.
38891         (do_test): Adjust test case to ensure that pthread_getattr_np
38892         behaviour remains the same after marking stack executable.
38893
38894 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38895
38896         * sysdeps/unix/sysv/linux/kernel-features.h
38897         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38898         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38899         kernel-features.h.
38900         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38901         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38902         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38903         kernel-features.h.
38904         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38905         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38906
38907 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
38908
38909         * configure.in: Define the default includes to being none.
38910         * configure: Regenerated.
38911
38912 2012-05-25  Roland McGrath  <roland@hack.frob.com>
38913
38914         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38915         * sysdeps/x86_64/setjmp.S: Likewise.
38916         * sysdeps/i386/bsd-setjmp.S: Likewise.
38917         * sysdeps/i386/bsd-_setjmp.S: Likewise.
38918         * sysdeps/i386/setjmp.S: Likewise.
38919         * sysdeps/i386/__longjmp.S: Likewise.
38920         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38921         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38922
38923         * include/stap-probe.h: New file.
38924         * configure.in: Handle --enable-systemtap.
38925         * configure: Regenerated.
38926         * config.h.in (USE_STAP_PROBE): New #undef.
38927         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38928         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38929         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38930
38931 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38932
38933         [BZ #13717]
38934         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38935         to 2.4.0 where earlier.
38936         * sysdeps/unix/sysv/linux/configure: Regenerated.
38937         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
38938         <kernel-features.h>.
38939         [__ASSUME_32BITUIDS]: Make code unconditional.
38940         [!__ASSUME_32BITUIDS]: Remove conditional code.
38941         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
38942         <kernel-features.h>.
38943         [__ASSUME_32BITUIDS]: Make code unconditional.
38944         [!__ASSUME_32BITUIDS]: Remove conditional code.
38945         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
38946         [__ASSUME_32BITUIDS]: Make code unconditional.
38947         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38948         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
38949         <kernel-features.h>.
38950         [__ASSUME_32BITUIDS]: Make code unconditional.
38951         [!__ASSUME_32BITUIDS]: Remove conditional code.
38952         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
38953         <kernel-features.h>.
38954         [__ASSUME_32BITUIDS]: Make code unconditional.
38955         [!__ASSUME_32BITUIDS]: Remove conditional code.
38956         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
38957         <kernel-features.h>.
38958         [__ASSUME_32BITUIDS]: Make code unconditional.
38959         [!__ASSUME_32BITUIDS]: Remove conditional code.
38960         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
38961         <kernel-features.h>.
38962         [__ASSUME_32BITUIDS]: Make code unconditional.
38963         [!__ASSUME_32BITUIDS]: Remove conditional code.
38964         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38965         <kernel-features.h>.
38966         [__ASSUME_32BITUIDS]: Make code unconditional.
38967         [!__ASSUME_32BITUIDS]: Remove conditional code.
38968         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
38969         <kernel-features.h>.
38970         [__ASSUME_32BITUIDS]: Make code unconditional.
38971         [!__ASSUME_32BITUIDS]: Remove conditional code.
38972         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
38973         <kernel-features.h>.
38974         [__ASSUME_32BITUIDS]: Make code unconditional.
38975         [!__ASSUME_32BITUIDS]: Remove conditional code.
38976         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
38977         <kernel-features.h>.
38978         [__ASSUME_32BITUIDS]: Make code unconditional.
38979         [!__ASSUME_32BITUIDS]: Remove conditional code.
38980         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
38981         <kernel-features.h>.
38982         [__ASSUME_32BITUIDS]: Make code unconditional.
38983         [!__ASSUME_32BITUIDS]: Remove conditional code.
38984         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
38985         <kernel-features.h>.
38986         [__ASSUME_32BITUIDS]: Make code unconditional.
38987         [!__ASSUME_32BITUIDS]: Remove conditional code.
38988         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38989         <kernel-features.h>.
38990         [__NR_setresgid] (__setresgid): Do not declare.
38991         [__ASSUME_32BITUIDS]: Make code unconditional.
38992         [!__ASSUME_32BITUIDS]: Remove conditional code.
38993         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38994         <kernel-features.h>.
38995         [__NR_setresuid] (__setresuid): Do not declare.
38996         [__ASSUME_32BITUIDS]: Make code unconditional.
38997         [!__ASSUME_32BITUIDS]: Remove conditional code.
38998         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
38999         <kernel-features.h>.
39000         [__ASSUME_32BITUIDS]: Make code unconditional.
39001         [!__ASSUME_32BITUIDS]: Remove conditional code.
39002         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
39003         <kernel-features.h>.
39004         [__ASSUME_32BITUIDS]: Make code unconditional.
39005         [!__ASSUME_32BITUIDS]: Remove conditional code.
39006         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
39007         <kernel-features.h>.
39008         [__ASSUME_32BITUIDS]: Make code unconditional.
39009         [!__ASSUME_32BITUIDS]: Remove conditional code.
39010         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
39011         <kernel-features.h>.
39012         [__ASSUME_32BITUIDS]: Make code unconditional.
39013         [!__ASSUME_32BITUIDS]: Remove conditional code.
39014         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
39015         <kernel-features.h>.
39016         [__ASSUME_32BITUIDS]: Make code unconditional.
39017         [!__ASSUME_32BITUIDS]: Remove conditional code.
39018         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
39019         <kernel-features.h>.
39020         [__ASSUME_32BITUIDS]: Make code unconditional.
39021         [!__ASSUME_32BITUIDS]: Remove conditional code.
39022         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
39023         <kernel-features.h>.
39024         [__ASSUME_32BITUIDS]: Make code unconditional.
39025         [!__ASSUME_32BITUIDS]: Remove conditional code.
39026         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
39027         <kernel-features.h>.
39028         [__ASSUME_32BITUIDS]: Make code unconditional.
39029         [!__ASSUME_32BITUIDS]: Remove conditional code.
39030         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
39031         <kernel-features.h>.
39032         [__ASSUME_32BITUIDS]: Make code unconditional.
39033         [!__ASSUME_32BITUIDS]: Remove conditional code.
39034         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
39035         <kernel-features.h>.
39036         [__ASSUME_32BITUIDS]: Make code unconditional.
39037         [!__ASSUME_32BITUIDS]: Remove conditional code.
39038         * sysdeps/unix/sysv/linux/kernel-features.h
39039         (__ASSUME_SETRESUID_SYSCALL): Remove.
39040         (__ASSUME_SETRESGID_SYSCALL): Likewise.
39041         (__ASSUME_32BITUIDS): Likewise.
39042         (__ASSUME_LDT_WORKS): Likewise.
39043         (__ASSUME_O_DIRECTORY): Likewise.
39044         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
39045         architecture but not kernel version.
39046         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
39047         (__ASSUME_MMAP2_SYSCALL): Likewise.
39048         (__ASSUME_STAT64_SYSCALL): Likewise.
39049         (__ASSUME_IPC64): Likewise.
39050         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
39051         <kernel-features.h>.
39052         [__ASSUME_32BITUIDS]: Make code unconditional.
39053         [!__ASSUME_32BITUIDS]: Remove conditional code.
39054         * sysdeps/unix/sysv/linux/opendir.c: Do not include
39055         <kernel-features.h>.
39056         [__ASSUME_O_DIRECTORY]: Make code unconditional.
39057         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
39058         132096]: Remove conditional code.
39059         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
39060         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
39061         <kernel-features.h>.
39062         [__ASSUME_32BITUIDS]: Make code unconditional.
39063         [!__ASSUME_32BITUIDS]: Remove conditional code.
39064         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
39065         <kernel-features.h>.
39066         [__ASSUME_32BITUIDS]: Make code unconditional.
39067         [!__ASSUME_32BITUIDS]: Remove conditional code.
39068         * sysdeps/unix/sysv/linux/setegid.c: Do not include
39069         <kernel-features.h>.
39070         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
39071         unconditional.
39072         (__setresgid): Do not declare.
39073         [__ASSUME_32BITUIDS]: Make code unconditional.
39074         [!__ASSUME_32BITUIDS]: Remove conditional code.
39075         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
39076         <kernel-features.h>.
39077         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
39078         unconditional.
39079         (__setresuid): Do not declare.
39080         [__ASSUME_32BITUIDS]: Make code unconditional.
39081         [!__ASSUME_32BITUIDS]: Remove conditional code.
39082         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
39083         <kernel-features.h>.
39084         [__ASSUME_32BITUIDS]: Make code unconditional.
39085         [!__ASSUME_32BITUIDS]: Remove conditional code.
39086         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
39087         <kernel-features.h>.
39088         [__ASSUME_32BITUIDS]: Make code unconditional.
39089         [!__ASSUME_32BITUIDS]: Remove conditional code.
39090
39091 2012-05-25  Richard Henderson  <rth@twiddle.net>
39092
39093         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
39094         dl_hwcap to ifunc resolver.
39095         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
39096         elf_ifunc_invoke.
39097         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
39098         dl_hwcap to ifunc resolver.
39099         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
39100
39101 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39102
39103         [BZ #14153]
39104         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
39105         for |x| <= 2**-26, not 2**-57.
39106         * math/libm-test.inc (acos_test): Do not allow spurious underflow
39107         exception.
39108
39109 2012-05-24  Jeff Law  <law@redhat.com>
39110
39111         * stdio-common/Makefile (tests): Add bug25.
39112         * stdio-common/bug25.c: New test.
39113
39114 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
39115
39116         [BZ #13576]
39117         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
39118         multiple of MALLOC_ALIGNMENT in size.
39119         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
39120
39121 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39122
39123         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
39124         Require >= 256.
39125         (FILENAME_MAX): Use macro-int-constant.
39126         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
39127         (_IOFBF): Use macro-int-constant.
39128         (_IOLBF): Likewise.
39129         (_IONBF): Likewise.
39130         (SEEK_CUR): Likewise.
39131         (SEEK_END): Likewise.
39132         (SEEK_SET): Likewise.
39133         (TMP_MAX): Likewise.
39134         (EOF): Use macro-int-constant.  Require < 0.
39135         (NULL): Use macro-constant.  Require == 0.
39136         (stdin): Require type to be FILE *.
39137         (stdout): Likewise.
39138         (stderr): Likewise.
39139         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
39140         macro-int-constant.
39141         (EXIT_SUCCESS): Likewise.
39142         (NULL): Use macro-constant.  Require == 0.
39143         (RAND_MAX): Use macro-int-constant.
39144         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
39145         [C99-based standards] (strtof): Require function.
39146         [C99-based standards] (strtold): Likewise.
39147         [C99-based standards] (strtoll): Likewise.
39148         [C99-based standards] (strtoull): Likewise.
39149         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
39150         [ISO || ISO99 || ISO11] (limits.h): Likewise.
39151         [ISO || ISO99 || ISO11] (math.h): Likewise.
39152         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
39153         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
39154         [ISO || ISO99 || ISO11] (*_t): Do not allow.
39155
39156 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
39157
39158         [BZ #14132]
39159         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
39160         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
39161         * intl/dgettext.c (DCGETTEXT): Likewise.
39162         * intl/gettext.c (DCGETTEXT): Likewise.
39163         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
39164         * posix/regex_internal.h (gettext): Likewise.
39165         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
39166         Remove declaration.
39167         * include/argz.h (__argz_count_internal)
39168         (__argz_stringify_internal): Remove declaration.
39169         (__argz_count, __argz_stringify): Declare hidden proto.
39170         * intl/dcgettext.c: Remove use of INTDEF.
39171         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
39172         * string/argz-stringify.c: Likewise.
39173         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
39174         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
39175         Declare hidden proto.
39176         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
39177         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
39178         Declare hidden proto.
39179         * include/stdio.h (__asprintf_internal): Don't declare.
39180         (__asprintf): Don't define as macro.  Declare hidden proto.
39181         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
39182         (__fsetlocking): Declare hidden proto.
39183         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
39184         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
39185         hidden proto.
39186         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
39187         (_IO_setlinebuf): Remove use of INTUSE.
39188         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
39189         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
39190         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
39191         Remove declaration.
39192         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
39193         (_IO_do_flush): Remove use of INTUSE.
39194         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
39195         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
39196         (_IO_adjust_column, _IO_least_wmarker)
39197         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
39198         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
39199         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
39200         (_IO_default_doallocate, _IO_wdefault_doallocate)
39201         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
39202         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
39203         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
39204         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
39205         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
39206         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
39207         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
39208         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
39209         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
39210         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
39211         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
39212         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
39213         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
39214         proto.
39215         (_IO_flush_all_internal, _IO_adjust_column_internal)
39216         (_IO_default_uflow_internal, _IO_default_finish_internal)
39217         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
39218         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
39219         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
39220         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
39221         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
39222         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
39223         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
39224         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
39225         (_IO_file_close_internal, _IO_file_close_it_internal)
39226         (_IO_file_underflow_internal, _IO_file_overflow_internal)
39227         (_IO_file_init_internal, _IO_file_attach_internal)
39228         (_IO_file_fopen_internal, _IO_file_read_internal)
39229         (_IO_file_sync_internal, _IO_file_seek_internal)
39230         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
39231         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
39232         (_IO_str_underflow_internal, _IO_str_overflow_internal)
39233         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
39234         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
39235         (_IO_list_all_internal, _IO_link_in_internal)
39236         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
39237         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
39238         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
39239         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
39240         (_IO_do_write_internal, _IO_padn_internal)
39241         (_IO_getline_info_internal, _IO_getline_internal)
39242         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
39243         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
39244         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
39245         (_IO_vfscanf_internal, _IO_vfprintf_internal)
39246         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
39247         (_IO_init_internal, _IO_un_link_internal): Don't declare.
39248         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
39249         with libc_hidden_ver, remove use of INTUSE.
39250         * libio/genops.c: Likewise.
39251         * libio/freopen.c: Likewise.
39252         * libio/freopen64.c: Likewise.
39253         * libio/iofclose.c: Likewise.
39254         * libio/iofdopen.c: Likewise.
39255         * libio/iofflush.c: Likewise.
39256         * libio/iofflush_u.c: Likewise.
39257         * libio/iofgets.c: Likewise.
39258         * libio/iofgets_u.c: Likewise.
39259         * libio/iofopen.c: Likewise.
39260         * libio/iofopncook.c: Likewise.
39261         * libio/iofread.c: Likewise.
39262         * libio/iofread_u.c: Likewise.
39263         * libio/ioftell.c: Likewise.
39264         * libio/iofwrite.c: Likewise.
39265         * libio/iogetline.c: Likewise.
39266         * libio/iogets.c: Likewise.
39267         * libio/iogetwline.c: Likewise.
39268         * libio/iopadn.c: Likewise.
39269         * libio/iopopen.c: Likewise.
39270         * libio/ioseekoff.c: Likewise.
39271         * libio/ioseekpos.c: Likewise.
39272         * libio/iosetbuffer.c: Likewise.
39273         * libio/iosetvbuf.c: Likewise.
39274         * libio/ioungetc.c: Likewise.
39275         * libio/ioungetwc.c: Likewise.
39276         * libio/iovdprintf.c: Likewise.
39277         * libio/iovsprintf.c: Likewise.
39278         * libio/iovsscanf.c: Likewise.
39279         * libio/memstream.c: Likewise.
39280         * libio/obprintf.c: Likewise.
39281         * libio/oldfileops.c: Likewise.
39282         * libio/oldiofclose.c: Likewise.
39283         * libio/oldiofdopen.c: Likewise.
39284         * libio/oldiofopen.c: Likewise.
39285         * libio/oldiopopen.c: Likewise.
39286         * libio/oldstdfiles.c: Likewise.
39287         * libio/putc.c: Likewise.
39288         * libio/setbuf.c: Likewise.
39289         * libio/setlinebuf.c: Likewise.
39290         * libio/stdfiles.c: Likewise.
39291         * libio/strops.c: Likewise.
39292         * libio/vasprintf.c: Likewise.
39293         * libio/vscanf.c: Likewise.
39294         * libio/vsnprintf.c: Likewise.
39295         * libio/vswprintf.c: Likewise.
39296         * libio/wfiledoalloc.c: Likewise.
39297         * libio/wfileops.c: Likewise.
39298         * libio/wgenops.c: Likewise.
39299         * libio/wmemstream.c: Likewise.
39300         * libio/wstrops.c: Likewise.
39301         * libio/__fpurge.c: Likewise.
39302         * libio/__fsetlocking.c: Likewise.
39303         * assert/assert.c: Likewise.
39304         * debug/fgets_chk.c: Likewise.
39305         * debug/fgets_u_chk.c: Likewise.
39306         * debug/fread_chk.c: Likewise.
39307         * debug/fread_u_chk.c: Likewise.
39308         * debug/gets_chk.c: Likewise.
39309         * debug/obprintf_chk.c: Likewise.
39310         * debug/vasprintf_chk.c: Likewise.
39311         * debug/vdprintf_chk.c: Likewise.
39312         * debug/vsnprintf_chk.c: Likewise.
39313         * debug/vsprintf_chk.c: Likewise.
39314         * malloc/mtrace.c: Likewise.
39315         * misc/error.c: Likewise.
39316         * misc/syslog.c: Likewise.
39317         * stdio-common/asprintf.c: Likewise.
39318         * stdio-common/fxprintf.c: Likewise.
39319         * stdio-common/getw.c: Likewise.
39320         * stdio-common/isoc99_fscanf.c: Likewise.
39321         * stdio-common/isoc99_scanf.c: Likewise.
39322         * stdio-common/isoc99_vfscanf.c: Likewise.
39323         * stdio-common/isoc99_vscanf.c: Likewise.
39324         * stdio-common/isoc99_vsscanf.c: Likewise.
39325         * stdio-common/printf-prs.c: Likewise.
39326         * stdio-common/printf_fp.c: Likewise.
39327         * stdio-common/printf_fphex.c: Likewise.
39328         * stdio-common/printf_size.c: Likewise.
39329         * stdio-common/putw.c: Likewise.
39330         * stdio-common/scanf.c: Likewise.
39331         * stdio-common/sprintf.c: Likewise.
39332         * stdio-common/tmpfile.c: Likewise.
39333         * stdio-common/vfprintf.c: Likewise.
39334         * stdio-common/vfscanf.c: Likewise.
39335         * stdlib/strfmon_l.c: Likewise.
39336         * sunrpc/openchild.c: Likewise.
39337         * sunrpc/xdr_stdio.c: Likewise.
39338         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
39339         * sysdeps/mach/hurd/tmpfile.c: Likewise.
39340
39341 2012-05-24  Roland McGrath  <roland@hack.frob.com>
39342
39343         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39344
39345         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
39346         in the third column, to generate for the shared library an IFUNC
39347         that uses _dl_vdso_vsym.
39348         * Makerules (COMPILE.c, compile-stdin.c): New variables.
39349         * Makeconfig (object-suffixes-noshared): New variable.
39350
39351         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
39352         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
39353         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
39354         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
39355
39356         [BZ #14132]
39357         * include/sys/time.h (__gettimeofday): Remove macro.
39358         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
39359         * time/gettimeofday.c (__gettimeofday): Remove #undef.
39360         Remove INTDEF.
39361         (__gettimeofday): Add libc_hidden_def.
39362         (gettimeofday): Add libc_hidden_weak.
39363         * sysdeps/mach/gettimeofday.c: Likewise.
39364         * sysdeps/posix/gettimeofday.c: Likewise.
39365         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
39366         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
39367         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
39368         (__gettimeofday_internal): Remove strong_alias.
39369         (__gettimeofday): Add libc_hidden_def.
39370         (gettimeofday): Add libc_hidden_weak.
39371         * sysdeps/unix/syscalls.list (gettimeofday):
39372         Remove __gettimeofday_internal alias.
39373
39374 2012-05-24  Daniel Jacobowitz  <drow@false.org>
39375             H.J. Lu  <hongjiu.lu@intel.com>
39376
39377         [BZ #12495]
39378         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
39379         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
39380         (largebin_index_32_big): New.
39381         (largebin_index): Use it for 16-byte alignment.
39382         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
39383         correction with front_misalign.
39384
39385 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
39386
39387         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
39388         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
39389         Likewise.
39390         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
39391         Likewise.
39392         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
39393         Likewise.
39394         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
39395         Likewise.
39396         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
39397         Likewise.
39398         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
39399         Likewise.
39400         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
39401         Likewise.
39402         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
39403         Likewise.
39404         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
39405         Likewise.
39406         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
39407         Likewise.
39408         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
39409         Likewise.
39410         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
39411         Likewise.
39412
39413         * scripts/data/c++-types-x32-linux-gnu.data: New file.
39414         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
39415
39416 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39417
39418         [BZ #10846]
39419         [BZ #14036]
39420         * math/libm-test.inc (exp_test): Add test from bug 14036.
39421         (pow_test): Add test from bug 10846.
39422
39423         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
39424         and other flags.
39425         (special_function): Do not include flags in test name.
39426         (parse_args): Likewise.
39427         * sysdeps/i386/fpu/libm-test-ulps: Update.
39428         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
39429         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
39430         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
39431         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39432
39433         * math/gen-libm-test.pl (%beautify): Add entries for underflow
39434         exceptions.
39435         * math/libm-test.inc ("Philosophy"): Update comment about
39436         exception testing.
39437         (UNDERFLOW_EXCEPTION): New macro.
39438         (UNDERFLOW_EXCEPTION_OK): Likewise.
39439         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
39440         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
39441         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
39442         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
39443         (INVALID_EXCEPTION_OK): Update value.
39444         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39445         (OVERFLOW_EXCEPTION_OK): Likewise.
39446         (IGNORE_ZERO_INF_SIGN): Likewise.
39447         (test_exceptions): Handle underflow exceptions.
39448         (acos_test): Update for underflow exception expectations.
39449         (cexp_test): Likewise.
39450         (clog_test): Likewise.
39451         (clog10_test): Likewise.
39452         (csqrt_test): Likewise.
39453         (ctan_test): Likewise.
39454         (ctanh_test): Likewise.
39455         (exp_test): Likewise.
39456         (exp10_test): Likewise.
39457         (exp2_test): Likewise.
39458         (expm1_test): Likewise.
39459         (fma_test): Likewise.
39460         (j0_test): Likewise.
39461         (jn_test): Likewise.
39462         (nexttoward_test): Likewise.
39463         (pow_test): Likewise.
39464         (scalbn_test): Likewise.
39465         (scalbln_test): Likewise.
39466         (tan_test): Likewise.
39467         (y1_test): Likewise.
39468         * sysdeps/i386/fpu/libm-test-ulps: Update.
39469         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39470
39471 2012-05-23  David S. Miller  <davem@davemloft.net>
39472
39473         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39474         (__libc_sigaction): Remove unused local variables.
39475
39476 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39477
39478         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
39479
39480 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
39481
39482         mktime: avoid signed integer overflow
39483         * time/mktime.c (__mktime_internal): Do not mishandle the case
39484         where diff == INT_MIN.
39485
39486         mktime: simplify computation of average
39487         * time/mktime.c (ranged_convert): Use new time_t_avg function
39488         instead of rolling our own (probably-slower) code.
39489
39490         mktime: do not assume signed right shift propagates sign bit
39491         * time/mktime.c (isdst_differ): New static function.
39492         (__mktime_internal): No need to normalize tm_isdst now.
39493         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
39494         tm_isdst values.
39495
39496         mktime: merge another wrapv change from gnulib
39497         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
39498         from some compilers.
39499
39500         mktime: remove incorrect attempt at unusual arithmetics
39501         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
39502         The code didn't really work on such machines anyway.
39503         (TYPE_MINIMUM): Assume two's complement.
39504         (twos_complement_arithmetic): Verify that long_int and time_t
39505         are two's complement (or unsigned, in the latter case).
39506
39507         mktime: check signed shifts on long_int and time_t, too
39508         * time/mktime.c (SHR): Check that shifts work as desired
39509         on the types long_int and time_t too, as SHR is used on
39510         such types.
39511
39512         mktime: do not assume 'long' is wide enough
39513         * time/mktime.c (verify): Move decl up.
39514         (long_int): New type.
39515         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
39516         to remove assumption in the code that 'long' is wide enough to
39517         store year values.  This assumption is not true on x32 and on
39518         some non-glibc platforms.
39519
39520         mktime: merge wrapv change from gnulib
39521         * time/mktime.c (WRAPV): New macro.
39522         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
39523         (guess_time_tm, __mktime_internal): Do not assume that signed
39524         integer overflow wraps around; modern compilers generate code
39525         where this assumption is no longer valid.
39526
39527 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39528
39529         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39530         Replace "jmp L(pseudo_end)" with "ret".
39531         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
39532         Likewise.
39533
39534 2012-05-23  Andreas Jaeger  <aj@suse.de>
39535
39536         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
39537         * sysdeps/unix/sysv/linux/poll.c: Remove file.
39538
39539 2012-05-23  Andreas Jaeger  <aj@suse.de>
39540             Maximilian Attems  <max@stro.at>
39541
39542         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
39543         New macros.
39544
39545 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39546
39547         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
39548         code so that pseudo_end is just ret and the stack pointer is
39549         correct also for static library in error case.
39550
39551 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
39552
39553         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
39554         move to syscalls.list.
39555         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
39556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
39557         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
39558         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
39559
39560         * manual/install.texi (Running make install): Do not mention Linux
39561         kernel version for which pt_chown is not needed.
39562         (Linux): Do not mention problems with nscd with 2.0 kernels.
39563         * INSTALL: Regenerated.
39564
39565 2012-05-23  Andreas Jaeger  <aj@suse.de>
39566
39567         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
39568         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
39569         macro.
39570         * sysdeps/unix/sysv/linux/s390/bits/mman.h
39571         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39572         * sysdeps/unix/sysv/linux/sh/bits/mman.h
39573         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39574         * sysdeps/unix/sysv/linux/i386/bits/mman.h
39575         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39576         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
39577         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39578         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
39579         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39580         * sysdeps/unix/sysv/linux/bits/in.h
39581         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
39582
39583 2012-05-22  Roland McGrath  <roland@hack.frob.com>
39584
39585         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
39586         (PREPARE_VERSION): Just use assert instead, it will be elided
39587         under [NDEBUG] anyway.
39588
39589 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39590
39591         * sysdeps/unix/sysv/linux/Makefile: Include
39592         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
39593         (sysdep_routines): Remove sysctl.
39594         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
39595         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
39596         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
39597         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
39598         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
39599
39600 2012-05-22  Andreas Jaeger  <aj@suse.de>
39601
39602         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
39603         that pseudo_end is just ret and the stack pointer is correct also
39604         for static library in error case.
39605
39606 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
39607
39608         [BZ #14122]
39609         * nss/nsswitch.c (defconfig_entries): New variable.
39610         (__nss_database_lookup): Don't leak defconfig entries.
39611         (nss_parse_service_list): Don't leak on error paths.
39612         (free_database_entries): New function.
39613         (free_defconfig): New function.
39614         (free_mem): Move common code to free_database_entries.
39615
39616 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39617
39618         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
39619         Add arch_prctl.
39620         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
39621
39622         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
39623         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
39624         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
39625         New macro.
39626         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
39627         (INTERNAL_SYSCALL_TYPES): Likewise.
39628         (LOAD_ARGS_TYPES_[1-6]): Likewise.
39629         (LOAD_REGS_TYPES_[1-6]): Likewise.
39630         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
39631         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
39632
39633 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39634
39635         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
39636         copysignl for GLIBC_2_0.
39637         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
39638         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
39639         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
39640         logbl for GLIBC_2_0.
39641         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
39642         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
39643
39644 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39645
39646         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
39647         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39648
39649         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39650         Use "neg %eax".
39651
39652         * time/mktime.c: Update copyright years.
39653
39654 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
39655
39656         mktime: merge comment-quoting-style change from gnulib
39657         * time/mktime.c: Quote 'like this' in comments.
39658         The GNU coding standards suggest that we no longer quote `like this',
39659         as "`" and "'" are typically rendered asymmetrically nowadays.
39660         The typical gnulib style is to quote 'like this' when quoting
39661         code, and "like this" when quoting English.
39662
39663         * time/mktime.c (compile-command): Add "-I.".
39664
39665         mktime: merge mktime-internal.h change from gnulib
39666         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
39667
39668         mktime: merge time_r change from gnulib
39669         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
39670
39671         mktime: merge DEBUG change from gnulib
39672         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
39673         case system <time.h> has a #define.
39674
39675         mktime: merge <sys/types.h> change from gnulib
39676         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
39677         since <time.t> is now guaranteed to define time_t.
39678
39679         mktime: merge HAVE_CONFIG_H change from gnulib
39680         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
39681
39682 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39683
39684         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39685         Use "neg %eax".
39686
39687         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
39688         __rlim_t cast.
39689         (struct rusage): Use anonymous union to pad each field to
39690         __syscall_slong_t.
39691
39692 2012-05-21  David S. Miller  <davem@davemloft.net>
39693
39694         * Makefules (o-iterator): Remove .s cases.
39695         (compile-command.s): Delete.
39696         (COMPILE.s): Delete.
39697         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
39698
39699 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
39700
39701         * configure.in (libc_cv_predef_stack_protector): Only consider
39702         "foobar" and "__stack_chk_fail" lines in libc_undefs.
39703         * configure: Regenerated.
39704
39705 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39706
39707         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39708         New macro.  Use R*LP on int and pointer.
39709         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
39710         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
39711         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
39712         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
39713
39714         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
39715         [__WORDSIZE_TIME64_COMPAT32] instead of
39716         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
39717         (struct utmp): Likewise.
39718         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
39719         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
39720         Renamed to ...
39721         (__WORDSIZE_TIME64_COMPAT32): This.
39722         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
39723         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
39724         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
39725         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
39726         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
39727         (__WORDSIZE_TIME64_COMPAT32): New macro.
39728
39729 2012-05-21  Andreas Jaeger  <aj@suse.de>
39730
39731         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
39732         only if [SHARED]. Add prototype for __wcschr_ia32.
39733
39734 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39735
39736         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
39737         of %rbp unmolested in the jmp_buf while mangling the low bits.
39738         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
39739         unmolested high bits of %rbp while demangling the low bits.
39740         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39741
39742 2012-05-21  Andreas Jaeger  <aj@suse.de>
39743
39744         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
39745         * sunrpc/svc_simple.c: Use it for registerrpc.
39746         * sunrpc/xcrypt.c: Use it for passwd2des.
39747
39748         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39749
39750 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39751
39752         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39753         Don't define if [__SYSCALL_WORDSIZE != 32].
39754         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39755         New macro.
39756
39757 2012-05-21  Bruno Haible  <bruno@clisp.org>
39758             Andreas Jaeger  <aj@suse.de>
39759
39760         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39761         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39762         inptr and inend for must_buffer_ch.
39763         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39764         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39765         * stdio-common/Makefile (tests): Remove bug15.
39766         (bug15-ENV): Remove macro.
39767         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39768         anymore.
39769
39770 2012-05-19  Andreas Jaeger  <aj@suse.de>
39771             Roland McGrath  <roland@hack.frob.com>
39772
39773         * manual/contrib.texi: Completely rewritten. It contains now an
39774         alphabetical list of contributors and their contributions.
39775
39776 2012-05-21  Richard Henderson  <rth@twiddle.net>
39777
39778         * misc/getauxval.c (__getauxval): Use unsigned long int.
39779         * misc/sys/auxv.h: Include <sys/cdefs.h>.
39780         (getauxval): Use unsigned long int.
39781
39782 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39783
39784         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39785
39786 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39787
39788         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39789         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39790         __alignof__ (long double).
39791
39792 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39793
39794         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39795
39796 2012-05-20  Richard Henderson  <rth@twiddle.net>
39797
39798         * misc/getauxval.c: New file.
39799         * misc/sys/auxv.h: New file.
39800         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39801         (routines): Add getauxval.
39802         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39803         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39804         * elf/dl-sysdep.c (_dl_auxv): Remove.
39805         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39806         * elf/dl-support.c (_dl_auxv): New variable.
39807         (_dl_aux_init): Initialize it.
39808         * manual/startup.texi (Auxiliary Vector): New node.
39809         * sysdeps/generic/bits/hwcap.h: New file.
39810         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39811         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
39812         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39813         * sysdeps/sparc/sysdep.h: ... here.  Include it.
39814         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39815         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
39816         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39817         Update.
39818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39819         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39820         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39821         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39822         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39823         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39824         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39825         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39826
39827 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39828
39829         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39830
39831 2012-05-19  David S. Miller  <davem@davemloft.net>
39832
39833         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39834
39835 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39836
39837         [BZ #14123]
39838         * math/s_ccosh.c: Include <float.h>
39839         (__ccosh): Avoid internal overflow calculating sinh and cosh
39840         values before multiplying by sin and cos values.
39841         * math/s_ccoshf.c: Likewise.
39842         * math/s_ccoshl.c: Likewise.
39843         * math/s_csin.c: Likewise.
39844         * math/s_csinf.c: Likewise.
39845         * math/s_csinl.c: Likewise.
39846         * math/s_csinh.c: Likewise.
39847         * math/s_csinhf.c: Likewise.
39848         * math/s_csinhl.c: Likewise.
39849         * math/libm-test.inc (ccos_test): Add more tests.
39850         (ccosh_test): Likewise.
39851         (csin_test): Likewise.
39852         (csinh_test): Likewise.
39853         * sysdeps/i386/fpu/libm-test-ulps: Update.
39854         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39855
39856 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
39857
39858         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39859         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39860
39861         * sysdeps/x86_64/x32/_itoa.h: Add comment.
39862
39863 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39864
39865         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39866         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39867         * sysdeps/powerpc/soft-fp/Versions: Likewise.
39868         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39869         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39870         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39871         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39872         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39873         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39874         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39875         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39876         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39877         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39878         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39879         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39880         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39881         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39882         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39883         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39884         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39885         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39886         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39887         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39888         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39889         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39890         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39891         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39892         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39893         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39894         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39895         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39896
39897 2012-05-18  Andreas Jaeger  <aj@suse.de>
39898
39899         * csu/.gitignore: Delete.
39900
39901 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39902
39903         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39904         (timex): Use __syscall_slong_t.
39905
39906 2012-05-18  Andreas Jaeger  <aj@suse.de>
39907             Carlos O'Donell  <carlos_odonell@mentor.com>
39908
39909         * manual/install.texi (Configuring and compiling): Update
39910         description about files modified in the source directory.
39911         * INSTALL: Regenerated.
39912
39913 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39914
39915         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39916         value.  Use "or" to set return value to -1.
39917         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39918         negate return value.
39919
39920 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39921
39922         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39923         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
39924         failure if the compiler has Graphite support disabled.
39925         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39926         Likewise.
39927         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39928         (CFLAGS-memmove.c): Likewise.
39929         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39930         Likewise.
39931
39932 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39933
39934         * sysdeps/x86_64/x32/_itoa.h: New file.
39935
39936         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39937         getdents system call only if kernel and user dirents have the
39938         same d_ino and d_off.
39939
39940         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39941         LLONG_MAX != LONG_MAX.
39942         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39943         (_fitoa_word): Likewise.
39944
39945         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39946         years.
39947         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39948         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39949         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39950
39951         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39952         include <bits/wordsize.h>.  Check __x86_64__ instead of
39953         __WORDSIZE.
39954         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39955         if __x86_64__ is defined.  Use anonymous union on fpstate.
39956
39957         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39958         anonymous union.
39959
39960 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
39961
39962         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39963         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39964         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39965         Refer to _rtld_local_ro instead of _rtld_global_ro.
39966         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39967         Likewise.
39968         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39969         Likewise.
39970         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39971         Likewise.
39972         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39973         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39974         of _rtld_global, and rtld_progname instead of _dl_argv[0].
39975
39976         * sysdeps/powerpc/powerpc32/dl-machine.c
39977         (__elf_machine_runtime_setup) [PROF]: Don't reference
39978         _dl_prof_resolve.
39979
39980 2012-05-18  Andreas Jaeger  <aj@suse.de>
39981
39982         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39983         function only available for GCCs before 3.4 since GCC 3.4
39984         introduced a builtin.
39985         (lrint): Likewise.
39986         (llrintf): Likewise.
39987         (llrint): Likewise.
39988         (fmaxf): Likewise.
39989         (fmax): Likewise.
39990         (fminf): Likewise.
39991         (fmin): Likewise.
39992         (rint): Likewise.
39993         (rintf): Likewise.
39994         (nearbyint): Likewise.
39995         (nearbyintf): Likewise.
39996         (ceil): Likewise.
39997         (ceilf): Likewise.
39998         (floor): Likewise.
39999         (floorf): Likewise.
40000
40001 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
40002
40003         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
40004         on both fields and cast pointer to __syscall_ulong_t.
40005
40006         * bits/types.h (__fsword_t): New type.
40007         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
40008         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
40009         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40010         (__FSWORD_T_TYPE): Likewise.
40011         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40012         (__FSWORD_T_TYPE): Likewise.
40013         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40014         (__FSWORD_T_TYPE): Likewise.
40015         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
40016         (__FSWORD_T_TYPE): Likewise.
40017         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
40018         __SWORD_TYPE with __fsword_t.
40019         (statfs64): Likewise.
40020
40021 2012-05-17  David S. Miller  <davem@davemloft.net>
40022
40023         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
40024
40025 2012-05-17  Andreas Jaeger  <aj@suse.de>
40026
40027         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
40028         warning.
40029
40030 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
40031
40032         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
40033
40034 2012-05-17  Andreas Jaeger  <aj@suse.de>
40035
40036         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
40037         when it is used.
40038
40039 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
40040
40041         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
40042
40043 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
40044
40045         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
40046         * sysdeps/x86_64/tst-mallocalign1.c: New file.
40047
40048 2012-05-17  Andreas Jaeger  <aj@suse.de>
40049             Carlos O'Donell  <carlos_odonell@mentor.com>
40050
40051         [BZ #14059]
40052         * sysdeps/x86_64/multiarch/init-arch.h
40053         (bit_YMM_Usable): Rename to...
40054         (bit_AVX_Usable): ... this.
40055         (bit_FMA4_Usable): New macro.
40056         (bit_XMM_state): New macro.
40057         (bit_YMM_state): New macro.
40058         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
40059         [__ASSEMBLER__] (index_AVX_Usable): ... this.
40060         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
40061         (CPUID_OSXSAVE): New macro.
40062         (CPUID_AVX): New macro.
40063         (CPUID_FMA4): New macro.
40064         (index_YMM_Usable): Rename to...
40065         (index_AVX_Usable): ... this.
40066         (HAS_AVX): Use HAS_ARCH_FEATURE.
40067         (HAS_FMA4): Likewise.
40068         (HAS_YMM_USABLE): Remove.
40069         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
40070         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
40071         are present.
40072         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
40073         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
40074         * sysdeps/x86_64/multiarch/Makefile: Likewise.
40075         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
40076         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
40077
40078 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
40079
40080         * math/libm-test.c: Support platforms without multiple rounding modes.
40081         * math/bug-nextafter.c: Support platforms without FP exceptions.
40082         * math/bug-nexttoward.c: Likewise.
40083         * math/test-fenv.c: Likewise.
40084         * math/test-misc.c: Likewise.
40085         * stdlib/bug-getcontext.c: Likewise.
40086
40087 2012-05-17  Andreas Jaeger  <aj@suse.de>
40088
40089         * manual/examples/search.c (critter_cmp): Change signature to
40090         avoid warnings.
40091         * manual/string.texi (Collation Functions): Likewise.
40092
40093 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40094
40095         * bits/types.h: Fold copyright years.
40096         * bits/typesizes.h: Likewise.
40097         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
40098         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
40099         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
40100         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
40101         * time/time.h: Likewise.
40102
40103 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
40104
40105         [BZ #208]
40106         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
40107         in instead of returning them.  Return void.
40108         (__libc_mallinfo): Accumulate over all arenas.
40109         (__malloc_stats): Adjust for change in int_mallinfo interface.
40110
40111 2012-05-16  Roland McGrath  <roland@hack.frob.com>
40112
40113         [BZ #10375]
40114         * configure.in (NM): Add AC_CHECK_TOOL for it.
40115         (libc_extra_cflags): New substituted variable.
40116         Check for -fstack-protector being used implicitly.
40117         * configure: Regenerated.
40118         * config.make.in (config-extra-cflags): New variable,
40119         gets @libc_extra_cflags@.
40120         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
40121
40122         [BZ #10375]
40123         * configure.in: Check for _FORTIFY_SOURCE being predefined.
40124         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
40125         * configure: Regenerated.
40126         * config.make.in (CPPUNDEFS): New substituted variable.
40127         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
40128         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
40129         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
40130
40131 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40132
40133         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
40134         (mq_attr): Use __syscall_slong_t.
40135
40136 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40137
40138         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
40139         Check __x86_64__ instead of __WORDSIZE.
40140         (_STAT_VER_LINUX): Likewise.
40141         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
40142         __syscall_ulong_t and __syscall_slong_t.
40143         (stat64): Likewise.
40144
40145 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40146
40147         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
40148
40149 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40150
40151         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
40152
40153 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40154
40155         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
40156         __syscall_ulong_t.
40157
40158         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
40159         include <bits/wordsize.h>.  Check __x86_64__ instead of
40160         __WORDSIZE.
40161         (greg_t): Use "__extension__ long long int" if __x86_64__ is
40162         defined.
40163         (mcontext_t): Replace "unsigned long" with "unsigned long long".
40164
40165         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
40166         include <bits/wordsize.h>.  Check __x86_64__ instead of
40167         __WORDSIZE.
40168         (user_regs_struct): Use "__extension__ unsigned long long"
40169         instead of "unsigned long" if __x86_64__ is defined.
40170         (user): Likewise.  Pad after pointer field if __ILP32__ is
40171         defined.
40172
40173 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
40174
40175         * configure.in (makeinfo): Require version 4.5 or later.  Allow
40176         versions 5 to 9.
40177         * configure: Regenerated.
40178         * manual/install.texi (texinfo): Increase version requirement to
40179         4.5 or later.
40180         * INSTALL: Regenerated.
40181
40182         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
40183
40184 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40185
40186         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
40187
40188         * sysdeps/x86_64/x32/ffs.c: New file.
40189
40190         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
40191         __syscall_ulong_t.
40192         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
40193         defined.  Use __syscall_ulong_t.
40194         (shminfo): Use __syscall_ulong_t.
40195         (shm_info): Likewise.
40196
40197         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
40198         __syscall_ulong_t.
40199
40200         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
40201         <bits/wordsize.h>.
40202         (msgqnum_t): Use __syscall_ulong_t.
40203         (msglen_t): Likewise.
40204         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
40205         __syscall_ulong_t.
40206
40207         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
40208         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
40209
40210         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
40211
40212         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
40213         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
40214
40215         * sysvipc/sys/msg.h (msgbuf): Replace long int with
40216         __syscall_slong_t.
40217
40218         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
40219         include <bits/wordsize.h>.  Check __x86_64__ instead of
40220         __WORDSIZE.
40221
40222         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
40223         "unsigned long long int" if __x86_64__ is defined.
40224         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
40225
40226         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
40227         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
40228         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
40229
40230         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
40231         <stdint.h>.
40232         (GET_PC): Cast to uintptr_t first.
40233         (GET_FRAME): Likewise.
40234         (GET_STACK): Likewise.
40235
40236         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
40237         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
40238         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
40239         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
40240         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
40241         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
40242         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
40243         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
40244         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
40245         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
40246         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
40247         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
40248         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40249         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
40250         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
40251         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
40252         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
40253         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
40254         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
40255         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
40256         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
40257         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
40258         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
40259         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
40260         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
40261         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
40262         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
40263         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
40264         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
40265
40266 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
40267
40268         * Makerules (+depfiles): Also collect depfiles from .oS in
40269         $(extra-objs).
40270         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
40271         .oS, $(libnldbl-routines)).
40272
40273         * Makerules (native-compile-mkdep-flags): Define.
40274         * sunrpc/Makefile (extra-objs): Add $(addprefix
40275         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
40276         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
40277         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
40278         calling $(make-target-directory).
40279
40280 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40281
40282         * bits/types.h (__snseconds_t): Removed.
40283         * time/time.h (struct timespec): Replace __snseconds_t with
40284         __syscall_slong_t.
40285         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
40286         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
40287         Likewise.
40288         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40289         (__SNSECONDS_T_TYPE): Likewise.
40290         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40291         (__SNSECONDS_T_TYPE): Likewise.
40292         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40293         (__SNSECONDS_T_TYPE): Likewise.
40294
40295 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40296
40297         * sysdeps/mach/hurd/bits/typesizes.h
40298         (__SYSCALL_SLONG_TYPE): New macro.
40299         (__SYSCALL_ULONG_TYPE): Likewise.
40300
40301 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40302
40303         * bits/types.h (__syscall_slong_t): New type.
40304         (__syscall_ulong_t): Likewise.
40305
40306         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
40307         (__SYSCALL_ULONG_TYPE): Likewise.
40308         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40309         (__SYSCALL_SLONG_TYPE): Likewise.
40310         (__SYSCALL_ULONG_TYPE): Likewise.
40311         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40312         (__SYSCALL_SLONG_TYPE): Likewise.
40313         (__SYSCALL_ULONG_TYPE): Likewise.
40314         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40315         (__SYSCALL_SLONG_TYPE): Likewise.
40316         (__SYSCALL_ULONG_TYPE): Likewise.
40317
40318 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40319
40320         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
40321         Add sigaltstack-offsets.sym.
40322         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
40323         <sigaltstack-offsets.h>.
40324         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
40325         longjmp_msg pointer.
40326         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
40327         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
40328         signal stack.
40329         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
40330
40331 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40332
40333         * elf/stackguard-macros.h: Remove file.
40334         * sysdeps/generic/stackguard-macros.h: New file.
40335         * sysdeps/i386/stackguard-macros.h: Likewise.
40336         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
40337         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
40338         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
40339         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
40340         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
40341         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
40342         * sysdeps/x86_64/stackguard-macros.h: Likewise.
40343         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
40344         <elf/stackguard-macros.h>.
40345
40346         [BZ #14109]
40347         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
40348         __aligned__ in attribute.
40349         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
40350         (gregset_t): Likewise.
40351
40352 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40353
40354         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
40355         * sysdeps/x86_64/64/Implies-after: Here.  New file.
40356         * sysdeps/x86_64/x32/Implies-after: New file.
40357
40358 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40359
40360         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
40361         and access return value for _dl_profile_fixup.  Use R10_LP to
40362         load frame size.
40363
40364 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40365
40366         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
40367
40368 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40369
40370         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
40371         * sysdeps/x86_64/x32/sysdep.h: New file.
40372
40373 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40374
40375         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
40376         * sysdeps/x86_64/setjmp.S: Likewise.
40377
40378 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40379
40380         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
40381         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
40382         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
40383         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
40384         remove unused global constant.
40385
40386 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
40387
40388         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
40389         include of <not-cancel.h>.
40390
40391 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40392
40393         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
40394
40395 2012-05-15  Jeff Law  <law@redhat.com>
40396             Andreas Jaeger  <aj@suse.de>
40397
40398         [BZ #13594]
40399         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
40400         out from...
40401         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
40402         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
40403         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
40404         code changing __hst_map_handle.map.
40405
40406 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40407
40408         * configure.in (sysnames): Look for Implies-before and Implies-after
40409         files.
40410         * configure: Regenerated.
40411
40412 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40413
40414         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
40415         8-byte data alignment with LP_SIZE alignment.
40416
40417 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40418
40419         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
40420         into R10_LP.
40421
40422 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40423
40424         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
40425
40426 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40427
40428         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
40429         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
40430         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
40431         Likewise.
40432         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40433
40434 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40435
40436         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
40437         (stackinfo_sub_sp): Likewise.
40438
40439 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40440
40441         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
40442         RAX_LP.
40443
40444 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40445
40446         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
40447         into R*_LP.
40448
40449 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40450
40451         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
40452         sizes into R*_LP.
40453
40454 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40455
40456         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
40457
40458 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40459
40460         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
40461         into R11_LP and load __x86_64_shared_cache_size_half into
40462         R8_LP.
40463
40464 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40465
40466         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
40467         R8_LP.
40468
40469 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40470
40471         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
40472         logb for POWER7.
40473         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
40474         logbf for POWER7.
40475         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
40476         logbl for POWER7.
40477         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
40478         powerpc32/power7/fpu/s_logb.c via #include.
40479         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
40480         powerpc32/power7/fpu/s_logbf.c via #include.
40481         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
40482         powerpc32/power7/fpu/s_logbl.c via #include.
40483
40484 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40485
40486         * README.libm: Remove file.
40487
40488 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40489
40490         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
40491         count for x32.  Use R*_LP and omit operand-size suffix.
40492
40493 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40494
40495         * shlib-versions: Move x86_64-.*-linux.* entries to ...
40496         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
40497         * sysdeps/x86_64/x32/shlib-versions: New file.
40498
40499 2012-05-14  Roland McGrath  <roland@hack.frob.com>
40500
40501         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
40502         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
40503         Use _dl_fatal_printf instead.
40504
40505 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40506
40507         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
40508         set if not set by the user.  Do not allow for being unset.
40509         * sysdeps/unix/sysv/linux/configure: Regenerated.
40510
40511 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40512
40513         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
40514         the `q' suffix from lea and replace .quad with ASM_ADDR.
40515
40516 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40517
40518         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
40519         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
40520         instead of $17.
40521         (PTR_DEMANGLE): Likewise.
40522
40523 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40524
40525         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
40526         (LP_OP): Likewise.
40527         (ASM_ADDR): Likewise.
40528         (RAX_LP): Likewise.
40529         (RBP_LP): Likewise.
40530         (RBX_LP): Likewise.
40531         (RCX_LP): Likewise.
40532         (RDI_LP): Likewise.
40533         (RSI_LP): Likewise.
40534         (RSP_LP): Likewise.
40535         (R8_LP): Likewise.
40536         (R9_LP): Likewise.
40537         (R10_LP): Likewise.
40538         (R10_LP): Likewise.
40539         (R11_LP): Likewise.
40540         (R12_LP): Likewise.
40541         (R13_LP): Likewise.
40542         (R14_LP): Likewise.
40543         (R15_LP): Likewise.
40544
40545 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40546
40547         * sysdeps/x86_64/x32/dl-machine.h: New file.
40548
40549 2012-05-14  Andreas Jaeger  <aj@suse.de>
40550
40551         * manual/Makefile (subdir): Remove export of subdir.
40552         (all): Remove target.
40553         (.PHONY): Remove all from list.
40554         (mkinstalldirs): Remove.
40555         (.PHONY): Remove installdirs from list.
40556         ($(inst_infodir)/libc.info): Use make-target-directory.
40557         (installdirs): Remove.
40558         (subdir_%): Remove.
40559         (glibc-targets): Remove.
40560         (lib): Remove.
40561         (stubs): Remove.
40562         ($(objpfx)stubs ../po/manual.pot): Remove.
40563         ($(objpfx)stamp%): Remove.
40564         (make-target-directory): Remove.
40565         (subdir_install): Remove.
40566         (routines): Remove.
40567         (aux): Remove.
40568         (sources): Remove.
40569         (objects): Remove.
40570         (headers): Remove.
40571
40572         [BZ #13750]
40573         * manual/.gitignore: Remove, it's not needed anymore.
40574         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
40575         all files in it.
40576         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
40577         directory.
40578         (texis): Renamed to $(objpfx)texis.
40579         (texis-path): New, contains path to generated files.
40580         (chapters.%): Use texis-path for complete path, add extra argument
40581         libc-texinfo.sh.
40582         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
40583         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
40584         (summary,texi, stamp-summary): Use complete path of
40585         files. Generate files in build dir.
40586         (dir-add.texi): Build in build dir.
40587         (libm-err.texi,stamp-libm-err): Likewise.
40588         (version.texi, stamp-version): Likewise.
40589         (.%c.texi): Likewise.
40590         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
40591         (mostlyclean): Remove target.
40592         (realclean): Remove target.
40593         (generated): Add new variable with contents from mostlyclean and
40594         realclean, remove entries duplicated in common-mostlyclean, add
40595         stamp-libm-err and stamp-version.
40596         (generated-dirs): Add libc directory.
40597         ($(inst_infodir)/libc.info): Install files from build dir.
40598
40599         * manual/install.texi (Configuring and compiling): Adjust since
40600         the info files are not part of the tar ball anymore.
40601
40602 2012-05-14  Andreas Jaeger  <aj@suse.de>
40603
40604         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
40605         variable.
40606
40607 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40608
40609         [BZ #13717]
40610         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40611         to 2.2.0 where earlier.
40612         * sysdeps/unix/sysv/linux/configure: Regenerated.
40613         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
40614         Remove conditional code.
40615         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
40616         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
40617         Remove conditional code.
40618         [!__NR_lchown]: Likewise.
40619         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40620         [__NR_lchown]: Likewise.
40621         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
40622         comment referencing __ASSUME_LCHOWN_SYSCALL.
40623         * sysdeps/unix/sysv/linux/i386/sigaction.c
40624         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40625         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40626         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
40627         Remove conditional code.
40628         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
40629         (__protocol_available): Remove #if 0 code.
40630         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
40631         conditional code.
40632         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
40633         * sysdeps/unix/sysv/linux/kernel-features.h
40634         (__ASSUME_GETCWD_SYSCALL): Don't define.
40635         (__ASSUME_REALTIME_SIGNALS): Likewise.
40636         (__ASSUME_PREAD_SYSCALL): Likewise.
40637         (__ASSUME_PWRITE_SYSCALL): Likewise.
40638         (__ASSUME_POLL_SYSCALL): Likewise.
40639         (__ASSUME_LCHOWN_SYSCALL): Likewise.
40640         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
40641         non-SPARC.
40642         (__ASSUME_SIOCGIFNAME): Don't define.
40643         (__ASSUME_MSG_NOSIGNAL): Likewise.
40644         (__ASSUME_SENDFILE): Define unconditionally.
40645         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
40646         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
40647         conditional code.
40648         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
40649         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
40650         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40651         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40652         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
40653         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40654         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40655         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
40656         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40657         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40658         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
40659         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40660         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40661         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
40662         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40663         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40664         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
40665         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40666         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
40668         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40669         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40670         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
40671         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40672         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40673         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
40674         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40675         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40676         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
40677         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40678         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40679         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
40680         Remove conditional code.
40681         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40682         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40683         Remove conditional code.
40684         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40685         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
40686         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
40687         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40688         Remove conditional code.
40689         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40690         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
40691         Remove conditional code.
40692         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40693         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
40694         Remove conditional code.
40695         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40696         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40697         Remove conditional code.
40698         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40699         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40700         Remove conditional code.
40701         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40702         * sysdeps/unix/sysv/linux/sh/pwrite64.c
40703         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40704         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40705         * sysdeps/unix/sysv/linux/sigaction.c
40706         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40707         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40708         * sysdeps/unix/sysv/linux/sigpending.c
40709         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40710         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40711         * sysdeps/unix/sysv/linux/sigprocmask.c
40712         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40713         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40714         * sysdeps/unix/sysv/linux/sigsuspend.c
40715         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40716         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40717         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40718         (__libc_missing_rt_sigs): Remove.
40719         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
40720         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
40721         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
40722         Remove conditional code.
40723         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
40724         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
40725         return 1.
40726         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
40727         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
40728         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
40729         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
40730
40731 2012-05-14  Andreas Jaeger  <aj@suse.de>
40732
40733         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
40734         it's not used in glibc.
40735         (__coshm1): Likewise.
40736         (__acosh1p): Likewise.
40737         (__sgn): Likewise.
40738
40739         * manual/string.texi (Copying and Concatenation): Add missing
40740         variable in concat example.
40741         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
40742
40743 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40744
40745         [BZ #14103]
40746         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
40747         __builtin_clzl with __builtin_clzll.
40748
40749 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40750
40751         [BZ #14104]
40752         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40753         libc_freeres_ptr.
40754
40755 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40756
40757         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40758         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40759         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40760         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40761
40762 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
40763
40764         * NEWS: Update ia64 info.
40765
40766 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
40767
40768         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40769         used as bcopy.
40770
40771 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
40772
40773         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40774         * sysdeps/unix/syscalls.list (dup3): Likewise.
40775         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40776         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40777
40778 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40779
40780         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40781         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40782
40783 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40784
40785         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40786         thread pointer.
40787         (TLS_IE): Use mov/add instead of movq/addq to load thread
40788         pointer.
40789         (TLS_GD_PREFIX): New.
40790         (TLS_GD): Use it.
40791
40792 2012-05-11  David S. Miller  <davem@davemloft.net>
40793
40794         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40795         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40796         (_FPU_SETCW): Likewise.
40797
40798 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40799
40800         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40801         is 32-byte aligned.
40802
40803 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
40804
40805         [BZ #11837]
40806         * iconvdata/gb18030.c: Update tables.
40807         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
40808         characters specially.
40809         (BODY for TO_LOOP): Add encoding of missing ranges.
40810
40811 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
40812
40813         [BZ #13673]
40814         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40815         * sysdeps/mach/hurd/dup3.c: Likewise.
40816         * sysdeps/mach/hurd/readlinkat.c: Likewise.
40817         * sysdeps/powerpc/memmove.c:: Likewise.
40818
40819 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40820
40821         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40822         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40823
40824 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40825
40826         * elf/elf.h (R_X86_64_RELATIVE64): New.
40827         (R_X86_64_NUM): Updated.
40828         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40829         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
40830         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40831         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40832         tst-quad1pie tst-quad2pie
40833         (modules-names): Add tst-quadmod1 tst-quadmod2.
40834         ($(objpfx)tst-quad1): New dependency.
40835         ($(objpfx)tst-quad2): Likewise.
40836         ($(objpfx)tst-quad1pie): Likewise.
40837         ($(objpfx)tst-quad2pie): Likewise.
40838         * sysdeps/x86_64/tst-quad1.c: New file.
40839         * sysdeps/x86_64/tst-quad1pie.c: New file.
40840         * sysdeps/x86_64/tst-quad2.c: Likewise.
40841         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40842         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40843         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40844         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40845         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40846
40847 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40848
40849         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40850         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40851         * streams/stropts.h (t_scalar_t): Define type.
40852
40853         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40854         (_PATH_PRESERVE): Set to "/var/lib".
40855         (_PATH_RWHODIR): Set to "/var/spool/rwho".
40856
40857         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40858         instead of int.
40859
40860         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40861         if __dir_mkfile succeeded.
40862
40863         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40864         checking for _hurd_dtablesize.  Unlock it right after having
40865         finished _hurd_dtable allocation.
40866
40867 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40868
40869         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40870         * sysdeps/mach/hurd/configure: Regenerated.
40871         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40872         special-casing to...
40873         * sysdeps/gnu/configure.in: ... this new file.
40874         * sysdeps/unix/sysv/linux/configure: Regenerated.
40875         * sysdeps/gnu/configure: New generated file.
40876
40877         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40878         for Linux: use nsec instead of usec, as well as:
40879         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40880         members of type struct timespec.
40881         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40882         New macros.
40883         (struct stat64): Likewise.
40884         (_STATBUF_ST_NSEC): New macro.
40885         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40886
40887         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40888         __strtoul_internal rather than strtoul.
40889
40890 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40891
40892         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40893         and reject them.
40894
40895 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40896
40897         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40898         which preserves existing values.
40899         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40900
40901 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40902
40903         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40904         TIMEOUT values.  Return EINVAL for NFDS values either negative or
40905         greater than FD_SETSIZE.
40906
40907 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40908
40909         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40910         allocated, call __vm_protect to finish enabling the existing space, and
40911         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40912         allocate the remainder.
40913
40914 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40915
40916         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40917         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
40918
40919 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40920
40921         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40922         sysdeps/mach/hurd/readlink.c.
40923
40924         * posix/tst-sysconf.c (posix_options): Only use
40925         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40926         _POSIX_SYNCHRONIZED_IO when they are defined
40927         * sysdeps/mach/hurd/bits/posix_opt.h:
40928         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40929         (_XOPEN_REALTIME): Undefine macro.
40930         (_XOPEN_REALTIME_THREADS): Undefine macro.
40931         (_XOPEN_SHM): Undefine macro.
40932         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40933         macro to -1.
40934         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40935         macro to -1.
40936         (_POSIX_ASYNC_IO): Undefine macro.
40937         (_POSIX_PRIORITIZED_IO): Undefine macro.
40938         (_POSIX_SPIN_LOCKS): Define macro to -1.
40939
40940         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40941         SA_NODEFER, SA_RESETHAND.
40942         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40943         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40944         F_DUPFD_CLOEXEC.
40945
40946 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40947
40948         * elf/Makefile (pldd-modules): Define unconditionally.
40949
40950 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40951
40952         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40953
40954 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40955
40956         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40957         Return ENOENT when name is empty.
40958         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40959
40960 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40961
40962         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40963
40964         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40965
40966 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40967
40968         Fix mlock in all cases except non-readable pages.
40969         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40970         instead of VM_PROT_ALL as parameter to __vm_wire function.
40971
40972         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40973         (__mkdir): When path is `/', just fail with EEXIST.
40974         * sysdeps/mach/hurd/mkdirat.c: Likewise.
40975
40976 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40977
40978         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40979         <sys/uio.h> (for writev).
40980         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40981         and <sys/param.h> (for MIN).
40982
40983 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40984
40985         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40986         REQUESTED_TIME.  Properly set the remaining time and return EINTR
40987         if interrupted.
40988
40989 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40990
40991         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40992         Depend on against $(link-rpcuserlibs).
40993
40994 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40995
40996         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40997         (__libc_stack_end): Do not use attribute_relro.
40998         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40999         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
41000         to libthread-provided value.
41001         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
41002         attribute_relro.
41003
41004 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41005
41006         [BZ #3748]
41007         * bits/libc-lock.h (__libc_once_get): New macro.
41008         * sysdeps/mach/bits/libc-lock.h: Likewise.
41009         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
41010         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
41011         instead of using implementation details.
41012
41013         * libio/fileops.c: Unconditionally include <kernel-features.h>.
41014         * libio/freopen.c: Likewise.
41015         * libio/freopen64.c: Likewise.
41016         * misc/syslog.c: Likewise.
41017         * nscd/connections.c: Likewise.
41018         * nscd/netgroupcache.c: Likewise.
41019         * sysdeps/posix/getcwd.c: Likewise.
41020
41021 2012-05-10  Roland McGrath  <roland@hack.frob.com>
41022
41023         * math/w_ilogbf.c: Add #include <limits.h>.
41024
41025 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41026
41027         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
41028         path instead of returning without unlocking.
41029
41030         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
41031         immediate-write ioctls.
41032         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
41033
41034 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41035
41036         * sysdeps/mach/hurd/i386/init-first.c (init): Use
41037         __builtin_frame_address instead of making assumptions about the
41038         location of the return address relative to DATA.  Force early load of
41039         the return address.
41040         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
41041         __builtin_frame_address.
41042
41043         dup3 for GNU Hurd.
41044         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
41045         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
41046         implement dup3 and do some further code clean-ups.
41047         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
41048         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
41049
41050 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41051
41052         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
41053
41054         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
41055         HURD_CRITICAL_END around holding _hurd_dtable_lock.
41056         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
41057         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
41058         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
41059         d->port.lock.
41060
41061         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
41062         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
41063         when handler == SIG_ERR, not when handler != SIG_ERR.
41064
41065 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41066
41067         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
41068         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
41069         definitions.
41070
41071         accept4 for GNU Hurd.
41072         * include/sys/socket.h (__libc_accept4): New prototype.
41073         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
41074         to implement __libc_accept4.
41075         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
41076         __libc_accept4.
41077         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
41078
41079         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
41080         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
41081         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
41082         signal-defines.sym.
41083
41084 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41085
41086         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
41087
41088 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41089
41090         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
41091         assertion on O_CLOEXEC flag.
41092         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
41093         * hurd/intern-fd.c: Likewise.
41094         * hurd/port2fd.c: Likewise.
41095
41096 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41097
41098         [BZ #3906]
41099         * bits/in.h (IPV6_PKTINFO): Define new macro.
41100         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
41101
41102 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41103
41104         [BZ #13954]
41105         [BZ #13955]
41106         [BZ #13956]
41107         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
41108         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
41109         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
41110         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
41111         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
41112         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
41113         * math/libm-test.inc (logb_test) : Additional logb tests.
41114
41115 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
41116             Andreas Jaeger  <aj@suse.de>
41117
41118         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
41119         * configure: Regenerated.
41120         * config.h.in (LINK_OBSOLETE_RPC): New macro.
41121         * config.make.in (link-obsolete-rpc): New substituted variable.
41122         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
41123         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
41124         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
41125         (shared-only-routines): Don't set it under [link-obsolete-rpc],
41126         so that libc.a contains the symbols.
41127         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
41128         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
41129         * sunrpc/auth_none.c: Likewise.
41130         * sunrpc/auth_unix.c: Likewise.
41131         * sunrpc/authdes_prot.c: Likewise.
41132         * sunrpc/authuxprot.c: Likewise.
41133         * sunrpc/clnt_gen.c: Likewise.
41134         * sunrpc/clnt_perr.c: Likewise.
41135         * sunrpc/clnt_raw.c: Likewise.
41136         * sunrpc/clnt_simp.c: Likewise.
41137         * sunrpc/clnt_tcp.c: Likewise.
41138         * sunrpc/clnt_udp.c: Likewise.
41139         * sunrpc/clnt_unix.c: Likewise.
41140         * sunrpc/des_crypt.c: Likewise.
41141         * sunrpc/des_soft.c: Likewise.
41142         * sunrpc/get_myaddr.c: Likewise.
41143         * sunrpc/key_call.c: Likewise.
41144         * sunrpc/key_prot.c: Likewise.
41145         * sunrpc/netname.c: Likewise.
41146         * sunrpc/pm_getmaps.c: Likewise.
41147         * sunrpc/pm_getport.c: Likewise.
41148         * sunrpc/pmap_clnt.c: Likewise.
41149         * sunrpc/pmap_prot.c: Likewise.
41150         * sunrpc/pmap_prot2.c: Likewise.
41151         * sunrpc/pmap_rmt.c: Likewise.
41152         * sunrpc/publickey.c: Likewise.
41153         * sunrpc/rpc_cmsg.c: Likewise.
41154         * sunrpc/rpc_common.c: Likewise.
41155         * sunrpc/rpc_dtable.c: Likewise.
41156         * sunrpc/rpc_prot.c: Likewise.
41157         * sunrpc/rpc_thread.c: Likewise.
41158         * sunrpc/rtime.c: Likewise.
41159         * sunrpc/svc.c: Likewise.
41160         * sunrpc/svc_auth.c: Likewise.
41161         * sunrpc/svc_raw.c: Likewise.
41162         * sunrpc/svc_run.c: Likewise.
41163         * sunrpc/svc_tcp.c: Likewise.
41164         * sunrpc/svc_udp.c: Likewise.
41165         * sunrpc/svc_unix.c: Likewise.
41166         * sunrpc/svcauth_des.c: Likewise.
41167         * sunrpc/xcrypt.c: Likewise.
41168         * sunrpc/xdr.c: Likewise.
41169         * sunrpc/xdr_array.c: Likewise.
41170         * sunrpc/xdr_float.c: Likewise.
41171         * sunrpc/xdr_intXX_t.c: Likewise.
41172         * sunrpc/xdr_mem.c: Likewise.
41173         * sunrpc/xdr_rec.c: Likewise.
41174         * sunrpc/xdr_ref.c: Likewise.
41175         * sunrpc/xdr_sizeof.c: Likewise.
41176         * sunrpc/xdr_stdio.c: Likewise.
41177
41178 2012-05-10  Roland McGrath  <roland@hack.frob.com>
41179
41180         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
41181         change.  Update copyright years.
41182
41183 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
41184
41185         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
41186
41187 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
41188             Joseph Myers  <joseph@codesourcery.com>
41189             Paul Pluzhnikov  <ppluzhnikov@google.com>
41190
41191         [BZ #14012]
41192         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
41193         requiring rpcgen.
41194         [cross-compiling] (extra-libs): Likewise.
41195         [cross-compiling] (extra-libs-others): Likewise.
41196         [cross-compiling] (librpcsvc-routines): Likewise.
41197         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
41198         [cross-compiling] (omit-deps): Likewise.
41199         (sunrpc-CPPFLAGS): New variable.
41200         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
41201         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
41202         (cross-rpcgen-objs): New variable.
41203         (extra-objs): Append $(cross-rpcgen-objs).
41204         ($(cross-rpcgen-objs)): New rule.
41205         ($(objpfx)cross-rpcgen): Likewise.
41206         (rpcgen-cmd): Define to use $(built-program-file).  Expand
41207         comment.
41208         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
41209         ($(objpfx)x%.stmp): Likewise.
41210         * sunrpc/proto.h [IS_IN_build] (_): Define.
41211         [IS_IN_build] (_libc_intl_domainname): Likewise.
41212
41213 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
41214
41215         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
41216         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
41217         and R_X86_64_TPOFF64.
41218
41219 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
41220
41221         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
41222         sysdeps/unix/sysv/syscalls.list.
41223         (stime): Likewise.
41224         (utime): Likewise.
41225         * sysdeps/unix/sysv/syscalls.list: Remove file.
41226
41227 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
41228
41229         [BZ #3440]
41230         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
41231         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
41232         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
41233         (__LC_IDENTIFICATION): Make these macros useful in #if
41234         expressions, as required by C99.
41235
41236 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
41237
41238         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
41239         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
41240         after this.
41241
41242 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
41243
41244         * stdlib/longlong.h: Updated from GCC.
41245
41246 2012-05-09  Andreas Jaeger  <aj@suse.de>
41247
41248         * nscd/nscd.c (run_modes): Make named enum, reorder so that
41249         default is first entry.
41250         (run_mode): Set type.
41251         (main): Remove informal message about syslog.
41252         (options): Fix typo.
41253
41254         [BZ #14053]
41255         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
41256         to asm.
41257         (lrint): Likewise.
41258         (llrintf): Likewise.
41259         (llrint): Likewise.
41260         (rint): Likewise.
41261         (rintf): Likewise.
41262         (nearbyint): Likewise.
41263         (nearbyintf): Likewise.
41264
41265 2012-05-09  Andreas Jaeger  <aj@suse.de>
41266             Pedro Alves  <palves@redhat.com>
41267
41268         * nscd/nscd.c (run_mode): Use enum.
41269         (main): Cleanup coding style issue.
41270
41271 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
41272             Andreas Jaeger  <aj@suse.de>
41273
41274         * nscd/nscd.c (go_background): Replaced with...
41275         (run_mode): ... this.
41276         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
41277         (options): Add -F --foreground.
41278         (main): Implement it.
41279         (parse_opt): Parse it.
41280
41281 2012-05-09  Andreas Jaeger  <aj@suse.de>
41282
41283         [BZ #14083]
41284         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
41285         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
41286         -Wconversion warning.
41287         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
41288         Likewise.
41289
41290 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
41291
41292         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
41293         == 0.
41294         (LC_ALL): Use macro-int-constant.
41295         (LC_COLLATE): Likewise.
41296         (LC_CTYPE): Likewise.
41297         (LC_MESSAGES): Likewise.
41298         (LC_MONETARY): Likewise.
41299         (LC_NUMERIC): Likewise.
41300         (LC_TIME): Likewise.
41301         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
41302         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41303         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41304         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
41305         Specify type.
41306         [C99-based standards] (float_t): Expect type.
41307         [C99-based standards] (double_t): Expect type.
41308         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
41309         type.
41310         [C99-based standards] (HUGE_VALL): Likewise.
41311         [C99-based standards] (INFINITY): Likewise.
41312         [C99-based standards] (NAN): Likewise.
41313         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
41314         [C99-based standards] (FP_NAN): Likewise.
41315         [C99-based standards] (FP_NORMAL): Likewise.
41316         [C99-based standards] (FP_SUBNORMAL): Likewise.
41317         [C99-based standards] (FP_ZERO): Likewise.
41318         [C99-based standards] (FP_FAST_FMA): Use
41319         optional-macro-int-constant.  Specify type.  Require == 1.
41320         [C99-based standards] (FP_FAST_FMAF): Likewise.
41321         [C99-based standards] (FP_FAST_FMAL): Likewise.
41322         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
41323         [C99-based standards] (FP_ILOGBNAN): Likewise.
41324         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
41325         Specify type.
41326         [C99-based standards] (MATH_ERREXCEPT): Likewise.
41327         [C99-based standards] (math_errhandling): Specify type.
41328         [ISO99 || ISO11] (signgam): Do not allow.
41329         [non-C99-based standards] (copysignf): Do not allow.
41330         [non-C99-based standards] (exp2f): Likewise.
41331         [non-C99-based standards] (log2f): Likewise.
41332         [non-C99-based standards] (modff): Allow.
41333         [non-C99-based standards] (erff): Do not allow.
41334         [non-C99-based standards] (erfcf): Likewise.
41335         [non-C99-based standards] (gammaf): Likewise.
41336         [non-C99-based standards] (hypotf): Likewise.
41337         [non-C99-based standards] (j0f): Likewise.
41338         [non-C99-based standards] (j1f): Likewise.
41339         [non-C99-based standards] (jnf): Likewise.
41340         [non-C99-based standards] (lgammaf): Likewise.
41341         [non-C99-based standards] (tgammaf): Likewise.
41342         [non-C99-based standards] (y0f): Likewise.
41343         [non-C99-based standards] (y1f): Likewise.
41344         [non-C99-based standards] (ynf): Likewise.
41345         [non-C99-based standards] (isnanf): Likewise.
41346         [non-C99-based standards] (acoshf): Likewise.
41347         [non-C99-based standards] (asinhf): Likewise.
41348         [non-C99-based standards] (atanhf): Likewise.
41349         [non-C99-based standards] (cbrtf): Likewise.
41350         [non-C99-based standards] (expm1f): Likewise.
41351         [non-C99-based standards] (ilogbf): Likewise.
41352         [non-C99-based standards] (log1pf): Likewise.
41353         [non-C99-based standards] (logbf): Likewise.
41354         [non-C99-based standards] (nextafterf): Likewise.
41355         [non-C99-based standards] (remainderf): Likewise.
41356         [non-C99-based standards] (rintf): Likewise.
41357         [non-C99-based standards] (scalbf): Likewise.
41358         [non-C99-based standards] (copysignl): Likewise.
41359         [non-C99-based standards] (exp2l): Likewise.
41360         [non-C99-based standards] (log2l): Likewise.
41361         [non-C99-based standards] (modfl): Allow.
41362         [non-C99-based standards] (erfl): Do not allow.
41363         [non-C99-based standards] (erfcl): Likewise.
41364         [non-C99-based standards] (gammal): Likewise.
41365         [non-C99-based standards] (hypotl): Likewise.
41366         [non-C99-based standards] (j0l): Likewise.
41367         [non-C99-based standards] (j1l): Likewise.
41368         [non-C99-based standards] (jnl): Likewise.
41369         [non-C99-based standards] (lgammal): Likewise.
41370         [non-C99-based standards] (tgammal): Likewise.
41371         [non-C99-based standards] (y0l): Likewise.
41372         [non-C99-based standards] (y1l): Likewise.
41373         [non-C99-based standards] (ynl): Likewise.
41374         [non-C99-based standards] (isnanl): Likewise.
41375         [non-C99-based standards] (acoshl): Likewise.
41376         [non-C99-based standards] (asinhl): Likewise.
41377         [non-C99-based standards] (atanhl): Likewise.
41378         [non-C99-based standards] (cbrtl): Likewise.
41379         [non-C99-based standards] (expm1l): Likewise.
41380         [non-C99-based standards] (ilogbl): Likewise.
41381         [non-C99-based standards] (log1pl): Likewise.
41382         [non-C99-based standards] (logbl): Likewise.
41383         [non-C99-based standards] (nextafterl): Likewise.
41384         [non-C99-based standards] (remainderl): Likewise.
41385         [non-C99-based standards] (rintl): Likewise.
41386         [non-C99-based standards] (scalbl): Likewise.
41387         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41388         [non-C99-based standards] (FP_*): Do not allow.
41389         [C99-based standards] (FP_*): Change to
41390         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41391         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41392         allow.
41393         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
41394         (SIG_ERR): Likewise.
41395         [X/Open-based standards] (SIG_HOLD): Likewise.
41396         (SIG_IGN): Likewise.
41397         (SIGABRT): Use macro-int-constant.  Specify type.  Require
41398         positive value.
41399         (SIGFPE): Likewise.
41400         (SIGILL): Likewise.
41401         (SIGINT): Likewise.
41402         (SIGSEGV): Likewise.
41403         (SIGTER): Likewise.
41404         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
41405         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
41406         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
41407         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
41408         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
41409         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
41410         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
41411         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
41412         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
41413         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
41414         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
41415         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
41416         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
41417         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
41418         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
41419         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
41420         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
41421         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
41422         [X/Open-based standards] (SIGTRAP): Likewise.
41423         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
41424         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
41425         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
41426         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
41427         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41428         allow.
41429
41430 2012-05-08  Ian Wienand  <ianw@vmware.com>
41431
41432         [BZ #14080]
41433         * time/tzset.c (__tzset_parse_tz): Update default rules for
41434         daylight time changes in the Energy Policy Act of 2005.
41435
41436 2012-05-09  Andreas Jaeger  <aj@suse.de>
41437
41438         [BZ #13983]
41439         * elf/ldconfig.c (parse_conf): Change string to make clear that
41440         ldconfig only issued a warning if ld.so.conf does not exist.
41441
41442 2012-05-08  David S. Miller  <davem@davemloft.net>
41443
41444         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
41445         movxtod instead of popping the value on the stack.
41446
41447         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41448
41449 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
41450
41451         * config.h.in: Add HAVE_ARM_PCS_VFP.
41452
41453 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
41454
41455         [BZ #13979]
41456         * include/features.h: Warn if user requests __FORTIFY_SOURCE
41457         checking but the checks are disabled for any reason.
41458
41459 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
41460
41461         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
41462         and ELF64_R_TYPE with ELFW(R_TYPE).
41463
41464 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
41465
41466         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
41467         (ulimit): Likewise.
41468
41469         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
41470         (settimeofday): Likewise.
41471
41472 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
41473
41474         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
41475         a struct th_u2 inside the union, and move tu_block/tu_code into
41476         a new th_u3 union of tu_block/tu_code inside of that.  Move
41477         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
41478         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
41479         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
41480         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
41481         (th_stuff): Change to th_u1.tu_stuff.
41482         (th_data): Define.
41483         (th_msg): Change to th_u1.th_u2.tu_data.
41484
41485 2012-05-07  David S. Miller  <davem@davemloft.net>
41486
41487         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41488
41489         [BZ #14074]
41490         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
41491         (SETUP_PIC_REG): Use it.
41492         (SETUP_PIC_REG_LEAF): Use it.
41493
41494 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
41495
41496         [BZ #13885]
41497         [BZ #13923]
41498         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41499         USE_AS_EXPM1L.
41500         (EXPL_FINITE): Likewise.
41501         (FLDLOG): Likewise.
41502         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41503         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41504         e_expl.S.
41505         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41506         USE_AS_EXPM1L.
41507         (EXPL_FINITE): Likewise.
41508         (FLDLOG): Likewise.
41509         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41510         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41511         e_expl.S.
41512         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
41513         test of -max_value argument for long double.
41514         * sysdeps/i386/fpu/libm-test-ulps: Update.
41515         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41516
41517 2012-05-06  David S. Miller  <davem@davemloft.net>
41518
41519         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
41520         quad soft-float symbols whose references which are compiler
41521         generated.
41522         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
41523
41524 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
41525
41526         [BZ #13884]
41527         [BZ #13914]
41528         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41529         USE_AS_EXP10L.
41530         (EXPL_FINITE): Likewise.
41531         (FLDLOG): Likewise.
41532         (c0): Likewise.
41533         (c1): Likewise.
41534         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41535         Adjust comments for base varying.
41536         (__expl_finite): Change alias to EXPL_FINITE.
41537         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
41538         e_expl.S.
41539         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
41540         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
41541         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
41542         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
41543         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41544         USE_AS_EXP10L.
41545         (EXPL_FINITE): Likewise.
41546         (FLDLOG): Likewise.
41547         (c0): Likewise.
41548         (c1): Likewise.
41549         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41550         Adjust comments for base varying.
41551         (__expl_finite): Change alias to EXPL_FINITE.
41552         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
41553         tests for bugs.
41554         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41555
41556         [BZ #14064]
41557         * math/libm-test.inc (check_float_internal): Correct ulp
41558         calculation for subnormal expected results.
41559
41560 2012-05-06  Andreas Jaeger  <aj@suse.de>
41561
41562         * Makeconfig (+math-flags): New, set to -frounding-math.
41563         (+cflags): Add +math-flags so that all of glibc gets compiled with
41564         it.
41565
41566         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
41567
41568 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
41569
41570         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
41571         Disable one test.
41572
41573         [BZ #13787]
41574         [BZ #13922]
41575         [BZ #14036]
41576         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
41577         (__ieee754_expl): Allow for and saturate large arguments.
41578         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
41579         (u_threshold): Likewise.
41580         (__exp): Call __ieee754_exp before checking for overflow and
41581         underflow.
41582         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
41583         (u_threshold): Likewise.
41584         (__expf): Call __ieee754_expf before checking for overflow and
41585         underflow.
41586         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
41587         (u_threshold): Likewise.
41588         (__expl): Call __ieee754_expl before checking for overflow and
41589         underflow.
41590         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
41591         (__ieee754_expl): Allow for and saturate large arguments.
41592         * math/libm-test.inc (exp_test): Add another test.  Do not allow
41593         missing overflow exception on overflow.
41594         (expm1_test): Do not allow missing overflow exception on overflow.
41595
41596         * sysdeps/i386/fpu/e_expl.c: Move to ...
41597         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
41598         rather than using inline asm.
41599         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
41600         * sysdeps/x86_64/fpu/e_expl.S: Copy from
41601         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
41602
41603         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
41604         (nice): Likewise.
41605         (poll): Likewise.
41606         (signal): Likewise.
41607         (time): Likewise.
41608         (times): Likewise.
41609
41610 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41611
41612         * sysdeps/unix/syscalls.list (adjtime): Add entry from
41613         sysdeps/unix/common/syscalls.list.
41614         (fchmod): Likewise.
41615         (fchown): Likewise.
41616         (ftruncate): Likewise.
41617         (getrusage): Likewise.
41618         (gettimeofday): Likewise.
41619         (setpgid): Likewise.
41620         (setregid): Likewise.
41621         (setreuid): Likewise.
41622         (sigaction): Likewise.
41623         (truncate): Likewise.
41624         (vhangup): Likewise.
41625         * sysdeps/unix/common/syscalls.list: Remove file.
41626         * sysdeps/unix/bsd/Implies: Don't include unix/common.
41627         * sysdeps/unix/sysv/linux/Implies: Likewise.
41628
41629 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
41630
41631         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
41632         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
41633         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
41634         Moved to ...
41635         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
41636         Here.
41637         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
41638         to ...
41639         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
41640         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
41641         to ...
41642         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
41643         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
41644         to ...
41645         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
41646         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
41647         to ...
41648         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
41649         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
41650         to ...
41651         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
41652         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
41653         to ...
41654         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
41655         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
41656         to ...
41657         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
41658         Here.
41659         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
41660         to ...
41661         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
41662         Here.
41663         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
41664         to ...
41665         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
41666         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
41667         Moved to ...
41668         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
41669         Here.
41670         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
41671         to ...
41672         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
41673
41674 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41675
41676         * sysdeps/unix/common/bits/dirent.h: Remove file.
41677         * sysdeps/unix/common/bits/fcntl.h: Likewise.
41678
41679         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
41680         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
41681         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
41682         * sysdeps/unix/bsd/isatty.c: Likewise.
41683         * sysdeps/unix/bsd/tcdrain.c: Likewise.
41684         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
41685         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
41686
41687 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41688
41689         [BZ #13563]
41690         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
41691         long double comparison inaccuracies.
41692         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
41693         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41694
41695 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
41696
41697         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
41698         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
41699
41700 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41701
41702         [BZ #14049]
41703         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
41704         nonzero digits before rounding a hex value.
41705         * stdlib/tst-strtod.c (tests): Add another test.
41706
41707 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41708
41709         * sysdeps/s390/fpu/libm-test-ulps: Update.
41710
41711 2012-05-03  Andreas Jaeger  <aj@suse.de>
41712
41713         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
41714         does not get optimized out.
41715         (malloc_opt_barrier): New.
41716
41717 2012-05-03  Andreas Jaeger  <aj@suse.de>
41718             Roland McGrath  <roland@hack.frob.com>
41719
41720         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
41721         intermediate file deletion.
41722         (generated): Add .symlist files.
41723
41724 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
41725
41726         [BZ #13775]
41727         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
41728         Redirect under this condition.
41729         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41730         [__USE_GNU] (__dprintf_chk): Not under this condition.
41731         [__USE_GNU] (__vdprintf_chk): Likewise.
41732         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
41733         under this condition.
41734         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41735         [__USE_XOPEN2K8] (dprintf): Define under this condition.
41736         [__USE_XOPEN2K8] (vdprintf): Likewise.
41737         [__USE_GNU] (__dprintf_chk): Not under this condition.
41738         [__USE_GNU] (__vdprintf_chk): Likewise.
41739         [__USE_GNU] (dprintf): Likewise.
41740         [__USE_GNU] (vdprintf): Likewise.
41741
41742 2012-05-03  Roland McGrath  <roland@hack.frob.com>
41743
41744         * elf/Makefile (common-generated): Set this instead of generated for
41745         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
41746         $(all-built-dso)-derived lists.
41747
41748 2012-05-03  Andreas Jaeger  <aj@suse.de>
41749
41750         * sysdeps/i386/fpu/libm-test-ulps: Update.
41751
41752         * FAQ: Removed.
41753         * FAQ.in: Likewise.
41754         * scripts/gen-FAQ.pl: Likewise.
41755         * manual/install.texi (Installation): Point to online location of
41756         FAQ.
41757         * Makefile (files-for-dist): Remove FAQ.
41758         (FAQ): Remove.
41759
41760 2012-05-02  Allan McRae  <allan@archlinux.org>
41761
41762         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41763         (LDFLAGS-reldepmod5.so): Likewise.
41764         (LDFLAGS-reldep6mod1.so): Likewise.
41765         (LDFLAGS-reldep6mod4.so): Likewise.
41766         (LDFLAGS-reldep8mod3.so): Likewise.
41767         (LDFLAGS-unload4mod1.so): Likewise.
41768         (LDFLAGS-unload4mod2.so): Likewise.
41769         (LDFLAGS-tst-initorder): Likewise.
41770         (LDFLAGS-tst-initordera2.so): Likewise.
41771         (LDFLAGS-tst-initordera3.so): Likewise.
41772         (LDFLAGS-tst-initordera4.so): Likewise.
41773         (LDFLAGS-tst-initorderb2.so): Likewise.
41774         (LDFLAGS-noload): Likewise.
41775         (LDFLAGS-next): Likewise.
41776         (LDFLAGS-order2mod1.so): Likewise.
41777         (LDFLAGS-order2mod2.so): Likewise.
41778         (LDFLAGS-tst-initorder2): Likewise.
41779         (LDFLAGS-tst-initorder2a.so): Likewise.
41780         (LDFLAGS-tst-initorder2b.so): Likewise.
41781         (LDFLAGS-tst-initorder2c.so): Likewise.
41782         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41783
41784 2012-05-02  David S. Miller  <davem@davemloft.net>
41785
41786         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41787
41788 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
41789
41790         [BZ #14055]
41791         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41792
41793 2012-05-02  Andreas Jaeger  <aj@suse.de>
41794
41795         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41796         since we manipulate rounding mode.
41797         (CPPFLAGS-test-idouble.c): Likewise.
41798         (CPPFLAGS-test-ifloat.c): Likewise.
41799         (CFLAGS-test-ldouble.c): Likewise.
41800         (CFLAGS-test-double.c): Likewise.
41801         (CFLAGS-test-float.c): Likewise.
41802         (CFLAGS-test-misc.c): Likewise.
41803         (CFLAGS-test-test-fenv.c): Likewise.
41804
41805 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41806
41807         [BZ #2550]
41808         [BZ #2570]
41809         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41810         comparisons to determine direction to adjust input.
41811
41812 2012-05-01  Roland McGrath  <roland@hack.frob.com>
41813
41814         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41815         output to the target.
41816
41817         * scripts/localplt.awk: New file.
41818         * elf/Makefile ($(objpfx)check-localplt): Target removed.
41819         (check-localplt-CFLAGS): Variable removed.
41820         ($(all-built-dso:=.jmprel)): New static pattern rule.
41821         (generated): Add those targets.
41822         (localplt-built-dso): New variable.
41823         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41824
41825         * elf/check-localplt.c: File removed.
41826
41827         * scripts/check-execstack.awk: New file.
41828         * elf/Makefile ($(objpfx)check-execstack): Target removed.
41829         (check-execstack-CFLAGS): Variable removed.
41830         ($(objpfx)check-execstack.h): Target removed.
41831         ($(objpfx)execstack-default): New target.
41832         (generated): Add that instead of check-execstack.h.
41833         ($(all-built-dso:=.phdr)): New static pattern rule.
41834         (generated): Add those targets.
41835         * elf/check-execstack.c: File removed.
41836
41837         * scripts/check-textrel.awk: New file.
41838         * elf/Makefile ($(objpfx)check-textrel): Target removed.
41839         (check-textrel-CFLAGS): Variable removed.
41840         (all-built-dso): Use := to define.o
41841         ($(all-built-dso:=.dyn)): New static pattern rule.
41842         (generated): Add those targets.
41843         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41844         * config.make.in (READELF): New substituted variable.
41845         * elf/check-textrel.c: File removed.
41846
41847 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41848
41849         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41850         allow.
41851         * conform/data/ctype.h-data [C99-based standards] (isblank):
41852         Expect function.
41853         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41854         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41855         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41856         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41857         Specify type.  Require positive value.
41858         (EILSEQ): Likewise.
41859         (ERANGE): Likewise.
41860         [ISO || POSIX] (EILSEQ): Do not expect.
41861         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41862         Specify type.  Require positive value.
41863         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41864         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41865         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41866         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41867         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41868         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41869         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41870         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41871         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41872         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41873         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41874         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41875         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41876         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41877         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41878         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41879         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41880         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41881         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41882         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41883         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41884         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41885         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41886         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41887         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41888         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41889         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41890         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41891         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41892         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41893         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41894         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41895         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41896         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41897         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41898         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41899         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41900         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41901         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41902         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41903         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41904         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41905         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41906         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41907         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41908         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41909         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41910         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41911         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41912         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41913         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41914         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41915         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41916         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41917         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41918         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41919         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41920         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41921         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41922         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41923         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41924         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41925         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41926         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41927         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41928         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41929         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41930         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41931         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41932         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41933         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41934         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41935         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41936         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41937         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41938         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41939         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41940         Require >= 2.
41941         (FLT_ROUNDS): Expect as macro, not constant.
41942         (FLT_MANT_DIG): Use macro-int-constant.
41943         (DBL_MANT_DIG): Likewise.
41944         (LDBL_MANT_DIG): Likewise.
41945         (FLT_DIG): Likewise.
41946         (DBL_DIG): Likewise.
41947         (LDBL_DIG): Likewise.
41948         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
41949         (DBL_MIN_EXP): Likewise.
41950         (LDBL_MIN_EXP): Likewise.
41951         (FLT_MAX_EXP): Use macro-int-constant.
41952         (DBL_MAX_EXP): Likewise.
41953         (LDBL_MAX_EXP): Likewise.
41954         (FLT_MAX_10_EXP): Likewise.
41955         (DBL_MAX_10_EXP): Likewise.
41956         (LDBL_MAX_10_EXP): Likewise.
41957         (FLT_MAX): Use macro-constant.
41958         (DBL_MAX): Likewise.
41959         (LDBL_MAX): Likewise.
41960         (FLT_EPSILON): Use macro-constant.  Give upper bound.
41961         (DBL_EPSILON): Likewise.
41962         (LDBL_EPSILON): Likewise.
41963         (FLT_MIN): Likewise.
41964         (DBL_MIN): Likewise.
41965         (LDBL_MIN): Likewise.
41966         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41967         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41968         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41969         [ISO11] (FLT_HAS_SUBNORM): Likewise.
41970         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41971         [ISO11] (DBL_DECIMAL_DIG): Likewise.
41972         [ISO11] (FLT_DECIMAL_DIG): Likewise.
41973         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41974         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41975         [ISO11] (FLT_TRUE_MIN): Likewise.
41976         [ISO11] (LDBL_TRUE_MIN): Likewise.
41977         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41978         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41979         (SCHAR_MIN): Use macro-int-constant.  Specify type.
41980         (SCHAR_MAX): Likewise.
41981         (UCHAR_MAX): Likewise.
41982         (CHAR_MIN): Likewise.
41983         (CHAR_MAX): Likewise.
41984         (MB_LEN_MAX): Use macro-int-constant.
41985         (SHRT_MIN): Use macro-int-constant.  Specify type.
41986         (SHRT_MAX): Likewise.
41987         (USHRT_MAX): Likewise.
41988         (INT_MAX): Likewise.
41989         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
41990         bound negative.
41991         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41992         bound with "U".
41993         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41994         bound with "L".
41995         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
41996         bound negative.  Suffix upper bound with "L".
41997         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41998         bound with "UL".
41999         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
42000         Specify type.
42001         [C99-based standards] (LLONG_MAX): Likewise.
42002         [C99-based standards] (ULLONG_MAX): Likewise.
42003         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
42004         == 0.
42005         [ISO11] (max_align_t): Require type.
42006         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42007
42008         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
42009         from $CFLAGS, without defining away __attribute__ calls.
42010         (checknamespace): Use $CFLAGS_namespace.
42011
42012         * conform/conformtest.pl (@keywords): Only include C99 keywords
42013         for standards based on C99 or C11.
42014
42015         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
42016         Disable tests.
42017         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
42018         UNIX98]: Likewise.
42019
42020         * conform/conformtest.pl: Handle "macro-int-constant" and test for
42021         usability of symbols in #if.
42022
42023         * conform/conformtest.pl: If macro or constant types start
42024         "promoted:", expect the symbol to be of the following type
42025         promoted by the integer promotions.
42026
42027         * conform/conformtest.pl: Parse all "constant" and "macro" lines
42028         in one place.  Also handle "macro-constant".
42029
42030         * conform/conformtest.pl: Only accept expected macro values with
42031         "==".  Parse all "macro" lines in one place.
42032         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
42033
42034         * conform/conformtest.pl: Handle braced types on "constant" lines
42035         instead of handling "typed-constant".
42036         * conform/data/signal.h-data: Use "constant" instead of
42037         "typed-constant".
42038
42039         * conform/conformtest.pl: Handle "optional-" at start of lines in
42040         one place rather than duplicating several cases.  Handle each
42041         format of "macro" line with initial "optional-".
42042
42043         * conform/conformtest.pl: Only accept expected constant or
42044         optional-constant values with "==".  Parse all "constant" lines in
42045         one place.  Parse all "optional-constant" lines in one place.
42046         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
42047         * conform/data/fmtmsg.h-data: Likewise.
42048         * conform/data/netinet/in.h-data: Likewise.
42049         * conform/data/tar.h-data: Likewise.
42050         * conform/data/limits.h-data: Use "==" form on "constant" and
42051         "optional-constant" lines.
42052
42053         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
42054         Use -std=c99 for XOPEN2K.
42055         (@knownproblems): Remove.
42056         (newtoken): Don't check %isknown.
42057
42058         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
42059         Do not expect macro.
42060         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
42061         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
42062         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
42063         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
42064         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
42065         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
42066         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
42067         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
42068         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
42069         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
42070         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
42071         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
42072         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
42073         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
42074         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
42075         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
42076         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
42077         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
42078         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
42079         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
42080         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
42081         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
42082         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
42083         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
42084         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
42085         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
42086         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
42087         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
42088         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
42089         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
42090         [XPG3] (acosh): Likewise.
42091         [XPG3] (asinh): Likewise.
42092         [XPG3] (atanh): Likewise.
42093         [XPG3] (cbrt): Likewise.
42094         [XPG3] (expm1): Likewise.
42095         [XPG3] (ilogb): Likewise.
42096         [XPG3] (log1p): Likewise.
42097         [XPG3] (logb): Likewise.
42098         [XPG3] (nextafter): Likewise.
42099         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
42100         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
42101         [XPG3] (remainder): Likewise.
42102         [XPG3] (rint): Likewise.
42103         [XPG3 || XPG4 || UNIX98] (round): Likewise.
42104         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
42105         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
42106         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
42107         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
42108         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
42109         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
42110         [UNIX98 || XOPEN2K] (scalb): Expect.
42111         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
42112         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
42113         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
42114         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
42115         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
42116         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
42117         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
42118         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
42119         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
42120         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
42121         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
42122         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
42123         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
42124         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
42125         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
42126         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
42127         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
42128         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
42129         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
42130         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
42131         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
42132         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
42133         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
42134         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
42135         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
42136         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
42137         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
42138         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
42139         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
42140         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
42141         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
42142         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
42143         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
42144         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
42145         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
42146         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
42147         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
42148         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
42149         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
42150         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
42151         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
42152         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
42153         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
42154         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
42155         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
42156         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
42157         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
42158         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
42159         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
42160         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
42161         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
42162         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
42163         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
42164         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
42165         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
42166         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
42167         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
42168         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
42169         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
42170         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
42171         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
42172         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
42173         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
42174         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
42175         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
42176         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
42177         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
42178         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
42179         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
42180         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
42181         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
42182         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
42183         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
42184         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
42185         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
42186         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
42187         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
42188         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
42189         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
42190         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
42191         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
42192         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
42193         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
42194         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
42195         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
42196         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
42197         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
42198         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
42199         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
42200         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
42201         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
42202         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
42203         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
42204         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
42205         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
42206         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
42207         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
42208         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
42209         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
42210         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
42211         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
42212         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
42213         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
42214         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
42215         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
42216         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
42217         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
42218         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
42219         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
42220         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
42221         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
42222         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
42223         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
42224         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
42225         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
42226         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
42227         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
42228         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
42229         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
42230         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
42231         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
42232         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
42233         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
42234         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
42235         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
42236         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
42237         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
42238         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
42239         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
42240         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
42241         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
42242         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
42243         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
42244         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
42245         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
42246         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
42247         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
42248
42249         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
42250         _XOPEN_SOURCE_EXTENDED for XPG4.
42251
42252         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
42253
42254         * Makeconfig (localtime): Remove variable.
42255         (inst_localtime-file): Likewise.
42256
42257 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42258
42259         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
42260         Update.
42261         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42262         Update.
42263         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
42264         Update.
42265         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
42266         Update.
42267         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
42268         Update.
42269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
42270         Update.
42271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
42272         Update.
42273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
42274         Update.
42275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42276         Update.
42277
42278 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
42279
42280         [BZ #2550]
42281         [BZ #2570]
42282         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
42283         comparisons to determine direction to adjust input.
42284         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
42285         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
42286         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
42287         Likewise.
42288         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
42289         Likewise.
42290         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
42291         Likewise.
42292         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
42293         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
42294         Likewise.
42295         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
42296         Likewise.
42297         * math/libm-test.inc (nexttoward_test): Add more tests.
42298
42299 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42300
42301         [BZ #14040]
42302         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
42303         in version GLIBC_2.1, not GLIBC_2.0.
42304         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
42305         Likewise.
42306
42307 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
42308
42309         [BZ #13942]
42310         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
42311         (1 - x) * (1 + x).
42312         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42313         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
42314         * math/libm-test.inc (acos_test): Add more tests.
42315         (asin_test): Likewise.
42316         * sysdeps/i386/fpu/libm-test-ulps: Update.
42317         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42318
42319         [BZ #14034]
42320         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
42321         of square root.
42322         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
42323         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42324         * math/libm-test.inc (acos_test_tonearest): New function.
42325         (acos_test_towardzero): Likewise.
42326         (acos_test_downward): Likewise.
42327         (acos_test_upward): Likewise.
42328         (asin_test_tonearest): Likewise.
42329         (asin_test_towardzero): Likewise.
42330         (asin_test_downward): Likewise.
42331         (asin_test_upward): Likewise.
42332         (main): Call the new functions.
42333         * sysdeps/i386/fpu/libm-test-ulps: Update.
42334         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42335
42336         [BZ #13884]
42337         [BZ #13924]
42338         * math/e_exp10.c: Include <float.h>.
42339         (__ieee754_exp10): Handle underflow here rather than multiplying
42340         large negative argument by M_LN10.
42341         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
42342         of __ieee754_expf.
42343         * math/e_exp10l.c: Include <float.h>.
42344         (__ieee754_exp10l): Handle underflow here rather than multiplying
42345         large negative argument by M_LN10l.
42346         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
42347         spurious overflow exception on underflow.
42348
42349 2012-04-29  Marek Polacek  <polacek@redhat.com>
42350
42351         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
42352         (__fortify_function): New macro.
42353         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
42354         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
42355         __extern_always_inline.
42356         * libio/bits/stdio2.h: Likewise.
42357         * libio/bits/stdio.h: Likewise.
42358         * string/string.h: Likewise.
42359         * string/bits/string3.h: Likewise.
42360         * include/stdio.h: Likewise.
42361         * stdlib/bits/stdlib.h: Likewise.
42362         * stdlib/stdlib.h: Likewise.
42363         * rt/bits/mqueue2.h: Likewise.
42364         * rt/mqueue.h: Likewise.
42365         * posix/bits/unistd.h: Likewise.
42366         * posix/unistd.h: Likewise.
42367         * io/bits/poll2.h: Likewise.
42368         * io/bits/fcntl2.h: Likewise.
42369         * io/fcntl.h: Likewise.
42370         * io/sys/poll.h: Likewise.
42371         * misc/bits/syslog.h: Likewise.
42372         * misc/bits/syslog-ldbl.h: Likewise.
42373         * misc/sys/syslog.h: Likewise.
42374         * socket/bits/socket2.h: Likewise.
42375         * socket/sys/socket.h: Likewise.
42376         * debug/tst-chk1.c: Likewise.
42377         * wcsmbs/bits/wchar2.h: Likewise.
42378         * wcsmbs/bits/wchar-ldbl.h: Likewise.
42379         * wcsmbs/wchar.h: Likewise.
42380
42381 2012-04-29  Andreas Jaeger  <aj@suse.de>
42382
42383         * Makerules (tests): Remove enable-check-abi protection.
42384         (check-abi-warn): Remove.
42385         (check-abi-%): Remove check-abi-warn usage.
42386
42387         * configure.in: Remove check-abi configure option.
42388         * configure: Regenerated.
42389         * config.make.in (enable-check-abi): Remove.
42390
42391 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
42392
42393         [BZ #14033]
42394         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
42395         double functions to double *_finite functions.
42396
42397         [BZ #13941]
42398         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
42399         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
42400         LDBL_MIN_EXP.
42401         * stdio-common/Makefile (tests): Add tst-sprintf3.
42402         * stdio-common/tst-sprintf3.c: New file.
42403
42404         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
42405         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
42406
42407 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42408
42409         * conform/conformtest.pl: Remove duplicate typed-constant
42410         handling.
42411
42412 2012-04-28  David S. Miller  <davem@davemloft.net>
42413
42414         * Makerules (%.abilist): Add vpath on sysdep_dirs.
42415         (check-abi-%): Remove AWK script prerequisite and explicit
42416         abilist directory.
42417         (check-abi): Rewrite to just diff the symlist with the abilist.
42418         (config-tls, config-abi-config): Delete, no longer used.
42419         (update-abi-%): Remove AWK script and explicit abilist directory.
42420         (update-abi): Rewrite to simply compare and conditionally copy the
42421         symlist and the sysdep abilist file.  Remove update-abi-config
42422         checks.
42423         * abilist/ld.abilist: Remove.
42424         * abilist/libBrokenLocale.abilist: Remove.
42425         * abilist/libanl.abilist: Remove.
42426         * abilist/libcrypt.abilist: Remove.
42427         * abilist/libdl.abilist: Remove.
42428         * abilist/librt.abilist: Remove.
42429         * abilist/libthread_db.abilist: Remove.
42430         * abilist/libutil.abilist: Remove.
42431         * scripts/extract-abilist.awk: Remove.
42432         * scripts/merge-abilist.awk: Remove.
42433         * sysdeps/generic/libcidn.abilist: New file.
42434         * sysdeps/generic/libnss_compat.abilist: New file.
42435         * sysdeps/generic/libnss_db.abilist: New file.
42436         * sysdeps/generic/libnss_dns.abilist: New file.
42437         * sysdeps/generic/libnss_files.abilist: New file.
42438         * sysdeps/generic/libnss_hesiod.abilist: New file.
42439         * sysdeps/generic/libnss_nis.abilist: New file.
42440         * sysdeps/generic/libnss_nisplus.abilist: New file.
42441         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
42442         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
42443         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
42444         file.
42445         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
42446         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
42447         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
42448         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
42449         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
42450         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
42451         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
42452         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
42453         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
42454         file.
42455         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
42456         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
42457         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
42458         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
42459         file.
42460         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
42461         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
42462         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
42463         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
42464         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
42465         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
42466         file.
42467         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
42468         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
42469         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
42470         file.
42471         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
42472         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
42473         New file.
42474         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
42475         New file.
42476         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
42477         New file.
42478         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
42479         New file.
42480         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
42481         New file.
42482         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
42483         New file.
42484         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
42485         New file.
42486         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
42487         New file.
42488         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
42489         New file.
42490         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
42491         New file.
42492         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
42493         New file.
42494         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
42495         New file.
42496         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
42497         New file.
42498         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
42499         file.
42500         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
42501         New file.
42502         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
42503         New file.
42504         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
42505         file.
42506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
42507         New file.
42508         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
42509         New file.
42510         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
42511         file.
42512         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
42513         New file.
42514         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42515         New file.
42516         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
42517         New file.
42518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
42519         New file.
42520         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
42521         New file.
42522         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
42523         New file.
42524         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
42525         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
42526         file.
42527         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
42528         New file.
42529         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
42530         file.
42531         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
42532         file.
42533         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
42534         file.
42535         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
42536         file.
42537         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
42538         file.
42539         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42540         New file.
42541         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
42542         file.
42543         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
42544         file.
42545         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
42546         New file.
42547         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
42548         file.
42549         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
42550         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
42551         file.
42552         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
42553         New file.
42554         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
42555         file.
42556         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
42557         file.
42558         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
42559         file.
42560         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
42561         file.
42562         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
42563         file.
42564         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42565         New file.
42566         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
42567         file.
42568         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
42569         file.
42570         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
42571         New file.
42572         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
42573         file.
42574         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42575         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
42576         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
42577         file.
42578         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
42579         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
42580         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
42581         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
42582         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
42583         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
42584         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
42585         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
42586         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
42587         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
42588         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
42589         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
42590         file.
42591         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
42592         New file.
42593         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
42594         file.
42595         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
42596         file.
42597         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
42598         file.
42599         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
42600         file.
42601         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
42602         file.
42603         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
42604         New file.
42605         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
42606         New file.
42607         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
42608         file.
42609         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
42610         New file.
42611         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
42612         file.
42613         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
42614         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
42615         file.
42616         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
42617         New file.
42618         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
42619         file.
42620         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
42621         file.
42622         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
42623         file.
42624         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
42625         file.
42626         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
42627         file.
42628         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
42629         New file.
42630         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
42631         New file.
42632         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
42633         file.
42634         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
42635         New file.
42636         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
42637         file.
42638
42639 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42640
42641         * conform/conformtest.pl: Fix typo in handling typed-constant from
42642         allow-header.
42643
42644 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42645
42646         * README: Cut down references to pre-2.6 Linux kernels and
42647         Linuxthreads.  Update lists of configurations in libc and ports
42648         and sort alphabetically.  Say "or newer" with Linux kernel version
42649         requirements.
42650
42651         * config.h.in [IS_IN_build]: Allow compiling without optimization.
42652
42653 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
42654
42655         [BZ #887]
42656         * math/libm-test.inc (logb_test_downward): New test to expose
42657         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
42658         rounding mode.
42659
42660 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42661
42662         [BZ #14027]
42663         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
42664         to be done.
42665         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
42666         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
42667
42668 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
42669
42670         * sysdeps/unix/i386/brk.S: Remove file.
42671         * sysdeps/unix/i386/dl-brk.S: Likewise.
42672         * sysdeps/unix/i386/pipe.S: Likewise.
42673         * sysdeps/unix/i386/sigreturn.S: Likewise.
42674         * sysdeps/unix/i386/syscall.S: Likewise.
42675         * sysdeps/unix/i386/vfork.S: Likewise.
42676         * sysdeps/unix/i386/wait.S: Likewise.
42677
42678         * sysdeps/unix/common/tcsendbrk.c: Move to ...
42679         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
42680
42681         * configure.in (arm*-none*): Do not allow without
42682         --enable-hacker-mode.
42683         (netbsd*): Remove case setting base_os.
42684         (386bsd*): Likewise.
42685         (freebsd*): Likewise.
42686         (bsdi*): Likewise.
42687         (osf*): Likewise.
42688         (sunos*): Likewise.
42689         (ultrix*): Likewise.
42690         (newsos*): Likewise.
42691         (dynix*): Likewise.
42692         (*bsd*): Likewise.
42693         (sysv*): Likewise.
42694         (isc*): Likewise.
42695         (esix*): Likewise.
42696         (sco*): Likewise.
42697         (minix*): Likewise.
42698         (irix4*): Likewise.
42699         (irix6*): Likewise.
42700         (solaris[2-9]*): Likewise.
42701         (none): Likewise.
42702         * configure: Regenerated.
42703
42704 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42705
42706         [BZ #11521]
42707         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
42708         overflow or cancellation in calculating denominator.
42709         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
42710         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
42711         down expression to avoid unexpected rounding in newer GCCs.
42712         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
42713
42714 2012-04-26  David S. Miller  <davem@davemloft.net>
42715
42716         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
42717         long-double compat symbols.
42718         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
42719         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
42720         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
42721         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
42722         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
42723         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
42724         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
42725         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
42726         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
42727         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
42728         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
42729         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
42730         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42731
42732 2012-04-25  David S. Miller  <davem@davemloft.net>
42733
42734         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
42735         HWCAP_* values only after the memory barriers have been defined.
42736         (atomic_full_barrier): Define.
42737         (atomic_read_barrier): Define.
42738         (atomic_write_barrier): Define.
42739
42740 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42741
42742         * shlib-versions: Add libgcc_s version information.
42743         * sysdeps/generic/libgcc_s.h: Remove.
42744         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
42745         libgcc_s.h.
42746         * sysdeps/gnu/unwind-resume.c: Likewise.
42747         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
42748
42749 2012-04-25  David S. Miller  <davem@davemloft.net>
42750
42751         * sysdeps/unix/sparc/brk.S: Delete.
42752         * sysdeps/unix/sparc/dl-brk.S: Delete.
42753         * sysdeps/unix/sparc/pipe.S: Delete.
42754         * sysdeps/unix/sparc/sysdep.S: Delete.
42755         * sysdeps/unix/sparc/sysdep.h: Delete.
42756         * sysdeps/unix/sparc/vfork.S: Delete.
42757         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42758         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42759         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42760         (ret_ERRVAL, r0, r1, MOVE): Define.
42761         (JUMPTARGET): Remove.
42762         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42763         sysdeps/unix/sparc/sysdep.h
42764         (ENTRY, END): Remove.
42765         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42766
42767 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
42768
42769         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42770         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42771         -DIS_IN_build.
42772
42773         * timezone/README: Update upstream location and email address for
42774         tzcode and tzdata.
42775         * timezone/zdump.c: Update from tzcode 2012b.
42776         * timezone/zic.c: Likewise.
42777
42778         * configure.in (libc_cv_as_needed): Remove test.
42779         * configure: Regenerated.
42780         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42781         conditional definition.
42782         [$(have-as-needed) != yes] (no-as-needed): Likewise.
42783         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42784         * config.make.in (have-as-needed): Remove variable.
42785
42786 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42787             Paul Pluzhnikov  <ppluzhnikov@google.com>
42788
42789         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42790         strings correctly.
42791
42792 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
42793
42794         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42795         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42796         * sysdeps/sh/strlen.S: Likewise.
42797
42798 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42799
42800         * sysdeps/unix/fork.S: Remove file.
42801         * sysdeps/unix/i386/fork.S: Likewise.
42802         * sysdeps/unix/sparc/fork.S: Likewise.
42803
42804         * sysdeps/unix/system.c: Remove file.
42805         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42806
42807         * sysdeps/unix/getegid.S: Remove file.
42808         * sysdeps/unix/geteuid.S: Likewise.
42809
42810 2012-04-24  Roland McGrath  <roland@hack.frob.com>
42811
42812         * scripts/check-localplt.awk: New file.
42813         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42814         of diff.
42815         * scripts/data/localplt-generic.data: Add a comment.
42816
42817         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42818         NODE when __dir_mkfile failed.
42819         * sysdeps/mach/hurd/symlinkat.c: Likewise.
42820         Reported by Ludovic Courtès <ludo@gnu.org>.
42821
42822 2012-04-24  Andreas Jaeger  <aj@suse.de>
42823
42824         * Makerules (common-clean): Also remove gen-as-const-headers
42825         files.
42826
42827 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42828
42829         * Makerules (native-compile): Do not change working directory for
42830         build.  Use $(OUTPUT_OPTION) in command.
42831         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42832
42833 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42834
42835         [BZ #13886]
42836         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42837         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42838         * math/libm-test.inc (floor_test): Add more tests.
42839         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42840
42841 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42842
42843         * sysdeps/unix/getdents.c: Remove file.
42844         * sysdeps/unix/sysv/getdents.c: Likewise.
42845         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42846
42847         * sysdeps/unix/syscalls.list (madvise): Add syscall from
42848         sysdeps/unix/mman/syscalls.list.
42849         (mmap): Likewise.
42850         (mprotect): Likewise.
42851         (msync): Likewise.
42852         (munmap): Likewise.
42853         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42854         * sysdeps/unix/mman/syscalls.list: Remove.
42855         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42856
42857         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42858         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42859         * configure: Regenerated.
42860         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42861         $(libgcc_s_suffix).
42862         * config.make.in (libgcc_s_suffix): Remove variable.
42863
42864 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
42865
42866         * sysdeps/unix/sysv/gethostname.c: Move to ...
42867         * sysdeps/posix/gethostname.c: ... here.
42868
42869         * sysdeps/unix/execve.S: Remove file.
42870
42871         * sysdeps/unix/_exit.S: Remove file.
42872
42873 2012-04-23  Andreas Jaeger  <aj@suse.de>
42874
42875         [BZ #13739]
42876         * manual/Makefile: Remove make dist support, there's no
42877         need for a stand-alone documentation tar ball.
42878         (TEXI2DVI): Define always, it's not in Makeconfig.
42879         (dist): Removed.
42880         (tar-it): Removed.
42881         (edition): Removed.
42882         (glibc-doc-$(edition).tar): Removed
42883         (%.Z): Removed.
42884         (%.gz): Removed.
42885         (%.uu): Removed.
42886         (ETAGS): Remove, it's in Makeconfig.
42887         (move-if-change): Remove, it's in Makeconfig.
42888
42889 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
42890
42891         [BZ #13970]
42892         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42893         (strtod, strtof, strtold, strtol, strtoul, strtoq)
42894         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42895         (strtod_l, strtof_l, strtold_l): Remove __wur.
42896         It is not necessarily an error to ignore strtol's return value.
42897         One can reliably look at the stored endptr to decide whether
42898         the number had valid syntax.
42899
42900 2012-04-21  Andreas Jaeger  <aj@suse.de>
42901
42902         [BZ #13739]
42903         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42904
42905 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
42906
42907         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42908         * sysdeps/unix/sysv/Versions: Remove file.
42909
42910 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
42911
42912         [BZ #13927]
42913         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42914
42915 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
42916
42917         [BZ #7064]
42918         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42919         version from __vm86.
42920
42921 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
42922
42923         * sysdeps/unix/common/lxstat.c: Remove file.
42924         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42925
42926         * sysdeps/unix/sysv/Makefile: Remove file.
42927
42928         * sysdeps/unix/sysv/direct.h: Remove file.
42929
42930         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42931         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42932         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42933         * sysdeps/unix/sysv/bits/signum.h: Likewise.
42934         * sysdeps/unix/sysv/bits/stat.h: Likewise.
42935         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42936         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42937
42938         * sysdeps/unix/sysv/setrlimit.c: Remove file.
42939
42940         * sysdeps/unix/xmknod.c: Remove file.
42941         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42942
42943         * sysdeps/unix/sysv/settimeofday.c: Remove file.
42944
42945         * sysdeps/unix/sysv/i386/time.S: Remove file.
42946
42947         * sysdeps/unix/fxstat.c: Remove file.
42948         * sysdeps/unix/xstat.c: Likewise.
42949         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42950
42951         * sysdeps/unix/sysv/sigaction.c: Remove file.
42952
42953         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42954         (sysdep_headers): Remove variable.
42955         [termio.h not in sysdep_headers] (generated): Likewise.
42956         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42957         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42958         * sysdeps/unix/sysv/tcdrain.c: Likewise.
42959         * sysdeps/unix/sysv/tcflow.c: Likewise.
42960         * sysdeps/unix/sysv/tcflush.c: Likewise.
42961         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42962         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42963         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42964         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42965         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42966
42967         * sysdeps/unix/siglist.c: Remove file.
42968
42969         * sysdeps/unix/getppid.S: Remove file.
42970
42971         * sysdeps/unix/mkdir.c: Remove file.
42972         * sysdeps/unix/rmdir.c: Likewise.
42973
42974 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
42975
42976         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42977         ERR_MAX value.
42978         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42979         errlist-compat value.
42980
42981 2012-04-18  David S. Miller  <davem@davemloft.net>
42982
42983         * sysdeps/generic/memcopy.h (reg_char): Delete.
42984         * debug/strcat_chk.c: Use char, not reg_char.
42985         * debug/strcpy_chk.c: Likewise.
42986         * debug/strncat_chk.c: Likewise.
42987         * debug/strncpy_chk.c: Likewise.
42988         * string/memchr.c: Likewise.
42989         * string/memrchr.c: Likewise.
42990         * string/rawmemchr.c: Likewise.
42991         * string/strcat.c: Likewise.
42992         * string/strchr.c: Likewise.
42993         * string/strchrnul.c: Likewise.
42994         * string/strcmp.c: Likewise.
42995         * string/strcpy.c: Likewise.
42996         * string/strncat.c: Likewise.
42997         * string/strncmp.c: Likewise.
42998         * string/strncpy.c: Likewise.
42999
43000 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
43001
43002         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
43003         __builtin_memcopy is called when src and dest ranges are known to not
43004         overlap.
43005
43006 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
43007
43008         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
43009         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
43010         fwd_align_merge macro call.
43011         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
43012         bwd_align_merge macro call.
43013         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
43014
43015 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
43016
43017         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
43018         bwd_align_merge macros.
43019         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
43020         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
43021         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
43022
43023 2012-04-18  David S. Miller  <davem@davemloft.net>
43024
43025         * sysdeps/sparc/sparc64/memcopy.h: Delete.
43026
43027 2012-04-18  Andreas Jaeger  <aj@suse.de>
43028
43029         [BZ# 6794]
43030         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
43031         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
43032         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
43033
43034         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
43035         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
43036         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
43037
43038         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
43039         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
43040         Adjust for changed ldbl-128 files.
43041
43042         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
43043         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
43044         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
43045
43046 2012-04-17  David S. Miller  <davem@davemloft.net>
43047
43048         * sysdeps/sparc/sparc32/memcopy.h: Delete.
43049
43050 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
43051
43052         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
43053         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
43054         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
43055         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
43056         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
43057         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
43058
43059 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43060
43061         [BZ #6794]
43062         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
43063         * math/libm-test.inc: Add ilogb errno and exception tests.
43064         * math/w_ilogb.c: New file: ilogb wrapper.
43065         * math/w_ilogbf.c: New file: ilogbf wrapper.
43066         * math/w_ilogbl.c: New file: ilogbl wrapper.
43067         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
43068         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
43069         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
43070         exception being thrown with 0.0 as argument.
43071         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
43072         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
43073         exception being thrown with 0.0 as argument.
43074         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
43075         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
43076         exception being thrown with 0.0 as argument.
43077         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
43078         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
43079         exception being thrown with 0.0 as argument.
43080         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
43081         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
43082         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
43083         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
43084         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
43085         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
43086         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
43087         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
43088         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
43089
43090 2012-04-17  Petr Baudis  <pasky@ucw.cz>
43091
43092         * include/sys/uio.h: Change __vector to __iovec to avoid clash
43093         with altivec.
43094
43095 2012-04-16  Marek Polacek  <polacek@redhat.com>
43096
43097         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
43098
43099 2012-04-16  Marek Polacek  <polacek@redhat.com>
43100
43101         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
43102         operands of fdivp instruction.
43103
43104 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
43105
43106         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
43107         * elf/tst-auditmod3b.c: Likewise.
43108         * elf/tst-auditmod4b.c: Likewise.
43109         * elf/tst-auditmod5b.c: Likewise.
43110         * elf/tst-auditmod6b.c: Likewise.
43111         * elf/tst-auditmod6c.c: Likewise.
43112         * elf/tst-auditmod7b.c: Likewise.
43113         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
43114         * sysdeps/x86_64/preconfigure.in: Likewise.
43115         * sysdeps/x86_64/preconfigure: Regenerated.
43116
43117 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
43118
43119         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
43120         __ILP32__.
43121
43122 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
43123
43124         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
43125         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
43126
43127 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
43128
43129         [BZ #13973]
43130         * locale/iso-639.def: Fix gl language name. Spotted by
43131         Yaron Shahrabani.
43132
43133 2012-04-12  Roland McGrath  <roland@hack.frob.com>
43134
43135         [BZ #2074]
43136         * libio/libio.h (__io_write_fn): Update comment.
43137
43138 2012-04-12  Petr Baudis  <pasky@ucw.cz>
43139
43140         [BZ #2074]
43141         * stdio.texi (Hook Functions): The user provided writer function
43142         is not allowed to return -1.
43143
43144 2012-04-11  David S. Miller  <davem@davemloft.net>
43145
43146         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43147
43148 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
43149
43150         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
43151         Add a leading slash to rtkaio.
43152
43153 2012-04-11  Jim Meyering  <meyering@redhat.com>
43154
43155         [BZ #11959]
43156         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
43157         It is not necessarily an error to ignore fwrite's return
43158         value.  One can reliably use ferror to test for errors after
43159         the fact.
43160
43161 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
43162
43163         * bits/types.h (__snseconds_t): New type.
43164         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
43165
43166         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
43167         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43168         (__SNSECONDS_T_TYPE): Likewise.
43169         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43170         (__SNSECONDS_T_TYPE): Likewise.
43171         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43172         (__SNSECONDS_T_TYPE): Likewise.
43173
43174 2012-04-10  Andreas Jaeger  <aj@suse.de>
43175
43176         [BZ #2636]
43177         * manual/time.texi (Processor Time): Return type of times is
43178         elapsed real time since an arbitrary point in the past.
43179         (CPU Time): Move CLK_TCK from here...
43180         (Processor Time): ...to here.  Correct description.
43181         * manual/conf.texi (Constants for Sysconf): Correct description of
43182         _SC_CLK_TCK.
43183
43184 2012-04-10  David S. Miller  <davem@davemloft.net>
43185
43186         [BZ #13967]
43187         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
43188         where the is a gap between DT_REL(A) and DT_JMPREL.
43189
43190 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
43191
43192         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
43193         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43194         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43195
43196 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
43197
43198         * elf/dl-support.c (_dl_inhibit_cache): New variable.
43199         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
43200         (dl_main): Handle --inhibit-cache.
43201         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
43202         _dl_inhibit_cache.
43203         * elf/dl-load.c (_dl_map_object): Use it.
43204         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
43205
43206 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
43207
43208         [BZ #13872]
43209         * sysdeps/i386/fpu/e_powl.S (p78): New object.
43210         (__ieee754_powl): Saturate large exponents rather than testing for
43211         overflow of y*log2(x).
43212         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43213         * math/libm-test.inc (pow_test): Do not permit spurious overflow
43214         exceptions.
43215
43216         [BZ #11521]
43217         * math/s_ctan.c: Include <float.h>.
43218         (__ctan): Avoid internal overflow or cancellation in calculating
43219         denominator.
43220         * math/s_ctanf.c: Likewise.
43221         * math/s_ctanl.c: Likewise.
43222         * math/s_ctanh.c: Likewise.
43223         * math/s_ctanhf.c: Likewise.
43224         * math/s_ctanhl.c: Likewise.
43225         * math/libm-test.inc (ctan_test): Add more tests.
43226         (ctanh_test): Likewise.
43227         * sysdeps/i386/fpu/libm-test-ulps: Update.
43228         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43229
43230 2012-04-09  Andreas Jaeger  <aj@suse.de>
43231
43232         [BZ #6894]
43233         * manual/filesys.texi (Directory Entries): Mention that d_namlen
43234         is an optional BSD extension.
43235
43236         [BZ #10254]
43237         * manual/stdio.texi (Opening Streams): Document additional fopen
43238         parameters.
43239
43240 2012-04-09  Roland McGrath  <roland@hack.frob.com>
43241
43242         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
43243         %eax without telling the compiler.
43244
43245 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
43246
43247         [BZ # 13963]
43248         * manual/install.texi: Use sourceware.org.
43249
43250 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
43251
43252         [BZ #13873]
43253         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
43254         (__ieee754_pow): Generate overflow and underflow using huge*huge
43255         and tiny*tiny rather than just returning constant infinity or zero
43256         for large exponents.
43257         * math/libm-test.inc (pow_test): Require overflow exceptions for
43258         applicable cases of large exponents.
43259
43260         [BZ #706]
43261         * sysdeps/i386/fpu/e_pow.S (p10): New object.
43262         (__ieee754_pow): Use iterative multiplication algorithm only for
43263         integer exponents with absolute value below 1024.  Check for odd
43264         integer exponents when using algorithm for real exponents.
43265         * math/libm-test.inc (pow_test): Add more tests.
43266         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43267
43268 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
43269
43270         [BZ #13705]
43271         * math/libm-test.inc (exp_test): Do not allow overflow exception
43272         on underflow test.
43273
43274 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
43275
43276         [BZ #13705]
43277         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
43278         instead of __kernel_standard_f.
43279
43280 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
43281
43282         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
43283         * sysdeps/x86_64/memset_chk.S: Likewise.
43284
43285 2012-04-08  Andreas Jaeger  <aj@suse.de>
43286
43287         [BZ #10153]
43288         * manual/startup.texi (Environment Access): Describe return value
43289         for putenv and setenv.
43290
43291         [BZ #6895]
43292         * manual/filesys.texi (Directory Entries): Add description for
43293         DT_LNK.
43294
43295         [BZ #6890]
43296         * manual/filesys.texi (Directory Entries): Clarify that it's file
43297         system not operating system in the description of DT_UNKNOWN.
43298
43299         [BZ #6578]
43300         * manual/syslog.texi (closelog): Fix reference, it's openlog.
43301
43302 2012-04-08  Stephen Compall  <s11@member.fsf.org>
43303
43304         [BZ #6649]
43305         * manual/llio.texi (Opening and Closing Files): Add cross
43306         reference to explain mode argument.
43307
43308 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
43309
43310         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
43311         * sysdeps/x86_64/memset_chk.S: Likewise.
43312
43313 2012-04-07  David S. Miller  <davem@davemloft.net>
43314
43315         * elf/elf.h (R_SPARC_WDISP10): Define.
43316         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
43317         R_SPARC_SIZE32.
43318         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
43319         R_SPARC_SIZE64 and R_SPARC_H34.
43320
43321 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
43322
43323         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
43324         conditions and remove no longer applicable assertion.
43325
43326 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43327
43328         * bits/byteswap.h: Include <features.h>.
43329         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43330         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43331
43332 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43333
43334         * bits/byteswap.h (__bswap_16): Removed.
43335         Include <bits/byteswap-16.h> to get __bswap_16.
43336         * sysdeps/i386/bits/byteswap.h: Likewise.
43337         * sysdeps/s390/bits/byteswap.h: Likewise.
43338         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43339         * bits/byteswap-16.h: New file.
43340         * sysdeps/i386/bits/byteswap-16.h: Likewise.
43341         * sysdeps/s390/bits/byteswap-16.h: Likewise.
43342         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
43343         * string/Makefile (headers): Add bits/byteswap-16.h.
43344
43345 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
43346
43347         [BZ #13895]
43348         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
43349         extra indirection.
43350         * nss/Makefile (tests-static, tests): Add tst-nss-static.
43351         * nss/tst-nss-static.c: New.
43352
43353 2012-04-06  Robert Millan  <rmh@gnu.org>
43354
43355         [BZ #6486]
43356         * manual/llio.texi (File Position Primitive): lseek
43357         refers to WHENCE when it really means OFFSET.
43358
43359 2012-04-06  Andreas Jaeger  <aj@suse.de>
43360
43361         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
43362         strncmp declarations.
43363
43364         * abilist/libc.abilist: Add __poll and __ppoll.
43365
43366 2012-04-05  David S. Miller  <davem@davemloft.net>
43367
43368         * scripts/check-local-headers.sh: Accept a host triplet in the
43369         path matched by the exclude regexp.
43370
43371         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
43372         definition.
43373         * sysdeps/powerpc/powerpc32/dl-machine.h
43374         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
43375         * sysdeps/s390/s390-32/dl-machine.h
43376         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43377         * sysdeps/sparc/sparc32/dl-machine.h
43378         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43379         * sysdeps/sparc/sparc64/dl-machine.h
43380         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43381
43382         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
43383         lazy binding.
43384         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
43385         undefined symbol errors.
43386
43387         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
43388         DT_NEEDED entries.
43389
43390 2012-04-05  Michael Matz  <matz@suse.de>
43391
43392         [BZ #13592]
43393         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
43394
43395 2012-04-05  Andreas Jaeger  <aj@suse.de>
43396
43397         [BZ #13908]
43398         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
43399         comment.
43400
43401 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43402
43403         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
43404         which ROUND is no valid rounding mode.
43405
43406 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43407
43408         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
43409         read again.
43410         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
43411
43412 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43413
43414         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
43415         an exception using FPU order intentionally.
43416
43417 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43418
43419         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
43420         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
43421         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
43422         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
43423
43424 2012-04-05  Simon Josefsson  <simon@josefsson.org>
43425
43426         [BZ #12340]
43427         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
43428         EINVAL when BUFLEN is too smal.
43429
43430 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
43431
43432         [BZ #13553]
43433         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
43434         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
43435
43436 2012-04-03  Andreas Jaeger  <aj@suse.de>
43437
43438         [BZ #13938]
43439         * manual/setjmp.texi (System V contexts): Fix sentence.
43440
43441         [BZ #13926]
43442         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
43443         New macro for this case.
43444         [!__GNUC__] (__bswap_64): New inline function for this case.
43445         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43446         * bits/byteswap.h: Likewise.
43447         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
43448         ull, guard with __GLIBC_HAVE_LONG_LONG.
43449
43450         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
43451         __GLIBC_HAVE_LONG_LONG.
43452
43453         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
43454         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
43455
43456 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
43457
43458         [BZ #13691]
43459         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
43460         inptr and inend, rather than using last_ch.
43461
43462 2012-04-02  David S. Miller  <davem@davemloft.net>
43463
43464         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
43465         * stdio-common/printf-parse.h (read_int): Change return type to
43466         'int', return -1 on INT_MAX overflow.
43467         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
43468         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
43469         overflows INT_MAX.  Check for overflow of in-format-string precision
43470         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
43471         SIZE_MAX not INT_MAX for integer overflow test.
43472         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
43473         skip the construct in the format string but do not record anything.
43474         * stdio-common/bug22.c: Adjust to test both width/prevision
43475         INT_MAX overflow as well as total length INT_MAX overflow.  Check
43476         explicitly for proper errno values.
43477
43478 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
43479
43480         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
43481         CHAR_MAX.
43482         * string/test-strcmp.c [! WIDE]: Likewise.
43483         * time/tst-mktime2.c: Likewise for INT_MAX.
43484         * string/test-string.h: #include <sys/param.h> for MIN.
43485
43486         * csu/init-first.c (__libc_init_first): Call __ctype_init.
43487         * sysdeps/i386/init-first.c (init): Likewise.
43488         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
43489         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
43490         * sysdeps/sh/init-first.c (init): Likewise.
43491
43492 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
43493
43494         * po/ru.po: Update from translation team.
43495         * po/vi.po: Likewise.
43496
43497 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
43498
43499         * resolv/nss_dns/dns-host.c: Merge copyright years.
43500
43501 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43502
43503         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43504         Optimize memcpy with prefetch if
43505         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
43506         src, dst pointers have unequal 16 byte alignments.
43507
43508 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
43509
43510         [BZ #13928]
43511         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
43512         from a CNAME entry and return the minimum ttl for the query.
43513         (gaih_getanswer_slice): Likewise.
43514
43515 2012-03-30  Jeff Law  <law@redhat.com>
43516
43517         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
43518         due to long keys.
43519         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
43520         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
43521
43522         * resolv/nss_dns/dns-host.c: Update copyright year.
43523
43524 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
43525
43526         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
43527         requests to save a system call.  Fix check that all bytes are sent.
43528
43529         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
43530         comments for sendmmsg.
43531
43532 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43533
43534         [BZ #13691]
43535         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
43536         with only 1 character between 0x0041 and 0x01b0.
43537         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
43538         * wcsmbs/tst-mbsnrtowcs.c: New file.
43539
43540 2012-03-29  David S. Miller  <davem@davemloft.net>
43541
43542         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
43543         small copies by hand.
43544
43545 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
43546
43547         [BZ #13761]
43548         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
43549         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
43550         group memberships.
43551
43552 2012-03-28  David S. Miller  <davem@davemloft.net>
43553
43554         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
43555         that branches into memcpy.
43556         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
43557         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
43558         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43559         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
43560         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
43561         bits.
43562         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
43563         implementation too.
43564         * sysdeps/sparc/mempcpy.S: New file.
43565
43566         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
43567         the IFUNC routine in the libc case.
43568         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43569
43570         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
43571         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
43572         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
43573         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
43574         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
43575         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
43576         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
43577         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
43578
43579         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
43580         loop to 256 bytes instead of 64 bytes and fix test signedness.
43581
43582         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
43583         * sysdeps/sparc/sparc32/Makefile: rather than here...
43584         * sysdeps/sparc/sparc64/Makefile: and here.
43585
43586 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
43587
43588         * malloc/mallocbug.c: Avoid warnings about unused variables.
43589
43590 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
43591
43592         [BZ #13760]
43593         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
43594         in the right place. Discard and retry query if response is
43595         larger than input buffer size.
43596
43597 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
43598
43599         [BZ #369]
43600         [BZ #2678]
43601         [BZ #3866]
43602         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
43603         x for large integer exponent.
43604         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
43605         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
43606         sign of result as needed afterwards.
43607         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
43608         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
43609         result for underflowing pow the same as for overflow.
43610         (__kernel_standard_l): Handle powl overflow and underflow here
43611         rather than calling __kernel_standard.
43612         * math/libm-test.inc (pow_test): Add more tests.
43613
43614         [BZ #3868]
43615         [BZ #13879]
43616         [BZ #13910]
43617         [BZ #13911]
43618         [BZ #13912]
43619         [BZ #13913]
43620         [BZ #13915]
43621         [BZ #13916]
43622         [BZ #13917]
43623         [BZ #13918]
43624         [BZ #13919]
43625         [BZ #13920]
43626         [BZ #13921]
43627         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
43628         * sysdeps/ieee754/k_standard.c: Include <float.h>.
43629         (__kernel_standard_l): New function.
43630         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
43631         __kernel_standard.
43632         * math/w_acosl.c (__acosl): Likewise.
43633         * math/w_asinl.c (__asinl): Likewise.
43634         * math/w_atan2l.c (__atan2l): Likewise.
43635         * math/w_atanhl.c (__atanhl): Likewise.
43636         * math/w_coshl.c (__coshl): Likewise.
43637         * math/w_exp10l.c (__exp10l): Likewise.
43638         * math/w_exp2l.c (__exp2l): Likewise.
43639         * math/w_fmodl.c (__fmodl): Likewise.
43640         * math/w_hypotl.c (__hypotl): Likewise.
43641         * math/w_j0l.c (__j0l, __y0l): Likewise.
43642         * math/w_j1l.c (__j1l, __y1l): Likewise.
43643         * math/w_jnl.c (__jnl, __ynl): Likewise.
43644         * math/w_lgammal.c (__lgammal): Likewise.
43645         * math/w_log10l.c (__log10l): Likewise.
43646         * math/w_log2l.c (__log2l): Likewise.
43647         * math/w_logl.c (__logl): Likewise.
43648         * math/w_powl.c (__powl): Likewise.
43649         * math/w_remainderl.c (__remainderl): Likewise.
43650         * math/w_scalbl.c (sysv_scalbl): Likewise.
43651         * math/w_sinhl.c (__sinhl): Likewise.
43652         * math/w_sqrtl.c (__sqrtl): Likewise.
43653         * math/w_tgammal.c (__tgammal): Likewise.
43654         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
43655         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
43656         * math/libm-test.inc (acos_test): Add more tests.
43657         (acosh_test): Likewise.
43658         (asin_test): Likewise.
43659         (atanh_test): Likewise.
43660         (exp_test): Likewise.
43661         (exp10_test): Likewise.
43662         (exp2_test): Likewise.
43663         (expm1_test): Likewise.
43664         (lgamma_test): Likewise.
43665         (log_test): Likewise.
43666         (log10_test): Likewise.
43667         (log1p_test): Likewise.
43668         (log2_test): Likewise.
43669         (pow_test): Do not allow some spurious overflow exceptions.
43670         (sqrt_test): Add more tests.
43671         (tgamma_test): Likewise.
43672         (y0_test): Likewise.
43673         (y1_test): Likewise.
43674         (yn_test): Likewise.
43675
43676 2012-03-27  Anton Blanchard  <anton@samba.org>
43677
43678         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
43679         MAP_HUGETLB.
43680         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
43681         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
43682         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
43683
43684 2012-03-27  David S. Miller  <davem@davemloft.net>
43685
43686         * conform/Makefile: Run run-conformtest.sh using $(BASH).
43687
43688         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
43689         have-as-vis3 check.
43690
43691 2012-03-27  Andreas Jaeger  <aj@suse.de>
43692
43693         * sysdeps/x86_64/elf/configure.in: Moved to ...
43694         * sysdeps/x86_64/configure.in: ... here.
43695         * sysdeps/x86_64/elf/start.S: Moved to ...
43696         * sysdeps/x86_64/start.S: ... here.
43697         * sysdeps/x86_64/elf/configure: Delete.
43698
43699         * sysdeps/x86_64/configure.in: Merge contents from
43700         sysdeps/i386/configure.in (without i686 check).
43701
43702         * sysdeps/i386/elf/Versions: Merge into ...
43703         * sysdeps/i386/Versions: ... this.
43704         * sysdeps/i386/elf/Versions: Delete file.
43705         * sysdeps/i386/elf/start.S: Moved to ...
43706         * sysdeps/i386/start.S: ...here.
43707         * sysdeps/i386/elf/configure.in: Merge into...
43708         * sysdeps/i386/configure.in: ...here.
43709         * sysdeps/i386/elf/configure.in: Delete file.
43710         * sysdeps/i386/elf/configure: Delete file.
43711
43712         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
43713         * debug/backtracesyms.c: ... here.
43714         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
43715         * debug/backtracesymsfd.c: ... here.
43716         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
43717         * sysdeps/generic/ifunc-sel.h: ... here.
43718
43719         * sysdeps/unix/i386/start.c: Delete file.
43720         * sysdeps/unix/sparc/start.c: Delete file.
43721         * sysdeps/unix/start.c: Delete file.
43722
43723         * sysdeps/sh/elf/configure.in: Moved to ...
43724         * sysdeps/sh/configure.in: ... here.
43725         * sysdeps/sh/elf/start.S: Moved to ...
43726         * sysdeps/sh/start.S: ... here.
43727         * sysdeps/sh/elf/configure: Delete file.
43728
43729         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
43730         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
43731         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
43732         * sysdeps/powerpc/powerpc64/entry.h: ... here.
43733         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
43734         * sysdeps/powerpc/powerpc64/start.S: here.
43735         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
43736         * sysdeps/powerpc/powerpc64/Makefile: ... this.
43737         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
43738         * sysdeps/powerpc/powerpc64/configure.in: ... this.
43739         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
43740
43741         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
43742         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
43743         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
43744         * sysdeps/powerpc/powerpc32/start.S: ... here.
43745         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
43746         * sysdeps/powerpc/powerpc32/configure.in: ... this.
43747         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
43748
43749         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43750         * sysdeps/powerpc/ifunc-sel.h: ... here.
43751         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43752         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43753
43754         * sysdeps/sparc/elf/configure.in: Moved to ...
43755         * sysdeps/sparc/configure.in: ... here.
43756         * sysdeps/sparc/elf/configure: Delete file.
43757         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43758         * sysdeps/sparc/sparc32/start.S: ... here.
43759         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43760         * sysdeps/sparc/sparc64/start.S: ... here.
43761         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43762         * sysdeps/sparc/sparc32/Makefile: ... this.
43763         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43764         * sysdeps/sparc/sparc64/Makefile: ... this.
43765
43766         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43767         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43768         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43769         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43770         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43771         * sysdeps/s390/s390-32/setjmp.S: ... here.
43772         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43773         * sysdeps/s390/s390-32/configure.in: ... here.
43774         * sysdeps/s390/s390-32/elf/configure: Delete file.
43775         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43776         * sysdeps/s390/s390-32/start.S: ... here.
43777
43778         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43779         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43780         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43781         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43782         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43783         * sysdeps/s390/s390-64/setjmp.S: ... here.
43784         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43785         * sysdeps/s390/s390-64/configure.in: ... here
43786         * sysdeps/s390/s390-64/elf/configure: Delete file.
43787         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43788         * sysdeps/s390/s390-64/start.S: ... here.
43789         * sysdeps/s390/s390-64/elf/configure: Delete.
43790
43791         * configure.in: Remove support for elf directories in sysdeps.
43792
43793         * configure: Regenerated.
43794         * sysdeps/i386/configure: Regenerated.
43795         * sysdeps/powerpc/powerpc32/configure: Regenerated.
43796         * sysdeps/powerpc/powerpc64/configure: Regenerated.
43797         * sysdeps/s390/s390-32/configure: Regenerated.
43798         * sysdeps/s390/s390-64/configure: Regenerated.
43799         * sysdeps/sh/configure: Regenerated.
43800         * sysdeps/sparc/configure: Regenerated.
43801         * sysdeps/x86_64/configure: Regenerated.
43802
43803 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
43804
43805         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43806
43807         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43808         denormal result into account.
43809
43810 2012-03-25  Roland McGrath  <roland@hack.frob.com>
43811
43812         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43813         Reported by Allan McRae <allan@archlinux.org>.
43814
43815 2012-03-23  Jeff Law  <law@redhat.com>
43816
43817         * nss/getnssent.c (__nss_getent): Fix typo.
43818
43819 2012-03-23  David S. Miller  <davem@davemloft.net>
43820
43821         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43822
43823 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
43824
43825         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43826         to pad to uint64_t for each field.
43827         (dl_tls_index): Replace unsigned long with uint64_t.
43828
43829 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
43830         Paul Pluzhnikov  <ppluzhnikov@google.com>
43831
43832         [BZ #6528]
43833         * grp/Makefile (otherlibs): Don't set it.
43834         * inet/Makefile (otherlibs): Likewise.
43835         * login/Makefile (otherlibs): Likewise.
43836         * nscd/Makefile (otherlibs): Likewise.
43837         * posix/Makefile (otherlibs): Likewise.
43838         * pwd/Makefile (otherlibs): Likewise.
43839         * rt/Makefile (otherlibs): Likewise.
43840         * sunrpc/Makefile (otherlibs): Likewise.
43841         * nss/Makefile (otherlibs): Likewise.
43842         Add libnss_files to routines and static-only-routines.
43843         ($(objpfx)getent): Remove rule.
43844         * resolv/Makefile: Add libnss_dns and libresolv to routines and
43845         static-only-routines.
43846
43847 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43848
43849         [BZ #13892]
43850         * math/s_cexp.c: Include <float.h>.
43851         (__cexp): Handle exp result overflowing not necessarily
43852         overflowing both real and imaginary parts of result.
43853         * math/s_cexpf.c: Likewise.
43854         * math/s_cexpl.c: Likewise.
43855         * math/libm-test.inc (cexp_test): Add more tests.
43856         * sysdeps/i386/fpu/libm-test-ulps: Update.
43857         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43858
43859 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43860
43861         * include/link.h (ELFW): New macro.
43862         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43863         Replace ELF64_R_TYPE with ELFW(R_TYPE).
43864
43865 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43866
43867         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43868         with uint64_t.
43869
43870 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43871
43872         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43873         declaration.
43874         (struct La_x32_retval): Likewise.
43875
43876 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43877
43878         * sysdeps/x86_64/preconfigure.in: New file.
43879         * sysdeps/x86_64/preconfigure: New generated file.
43880
43881 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43882
43883         [BZ #13824]
43884         * math/e_exp2l.c: Include <float.h>.
43885         (__ieee754_exp2l): Handle overflow and underflow cases
43886         separately.  Only pass fractional part of argument to
43887         __ieee754_expl.
43888         * math/libm-test.inc (exp2_test): Add more tests.
43889
43890         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43891         negating x to take absolute value.
43892         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43893         Likewise.
43894         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43895         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43896         Likewise.
43897         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43898         computing low part if x was negated.
43899         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43900
43901 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43902
43903         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43904         la_x32_gnu_pltexit.
43905         (pltexit): Cast int_retval to ptrdiff_t.
43906         * elf/tst-auditmod3b.c: Likewise.
43907         * elf/tst-auditmod4b.c: Likewise.
43908         * elf/tst-auditmod5b.c: Likewise.
43909         * elf/tst-auditmod6b.c: Likewise.
43910         * elf/tst-auditmod6c.c: Likewise.
43911         * elf/tst-auditmod7b.c: Likewise.
43912
43913         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43914         and x32_gnu_pltexit.
43915
43916         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43917         __ELF_NATIVE_CLASS.
43918         (La_x32_regs): New macro.
43919         (La_x32_retval): Likewise.
43920         (la_x32_gnu_pltenter): New function prototype.
43921         (la_x32_gnu_pltexit): Likewise.
43922
43923 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
43924
43925         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43926         exponent.
43927
43928         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43929
43930         * configure.in (libc_cv_cc_nofma): Check for option to disable
43931         generation of FMA instructions.
43932         * configure: Regenerate.
43933         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43934         * sysdeps/ieee754/dbl-64/Makefile: New file.
43935         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43936         Remove brandred-fma4.
43937         (CFLAGS-brandred-fma4.c): Remove.
43938         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43939         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43940         define.
43941         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43942         define.
43943
43944 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43945
43946         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43947         LLONG_MAX != LONG_MAX.
43948         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43949         (_fitoa_word): Likewise.
43950         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43951         LLONG_MAX != LONG_MAX.
43952         * stdio-common/_itowa.h: Include <_itoa.h>.
43953         (_itowa_word): Use _ITOA_WORD_TYPE on value.
43954         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
43955         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
43956         only if not defined.
43957         (_ITOA_WORD_TYPE): Likewise.
43958         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43959         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43960
43961 2012-03-21  David S. Miller  <davem@davemloft.net>
43962
43963         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43964
43965 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43966
43967         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43968         of x86_64 when setting libc_cv_slibdir, libdir and
43969         libc_cv_localedir.
43970         * sysdeps/unix/sysv/linux/configure: Regenerated.
43971
43972 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43973
43974         * manual/lang.texi (Old Varargs): Remove section.
43975         (How Variadic): Update menu.
43976         (va_start): Do not mention varargs.h.
43977
43978 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43979             Joseph Myers  <joseph@codesourcery.com>
43980
43981         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43982         link test.
43983         * configure: Regenerated.
43984
43985 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43986
43987         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43988         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43989         conformtest.pl
43990
43991 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43992
43993         * NOTES: Remove.
43994         * Makefile (files-for-dist): Remove NOTES.
43995         (NOTES): Remove rule.
43996         * README: Don't refer to NOTES.
43997         * manual/creature.texi: Don't include macros.texi.
43998         * manual/intro.texi (creature.texi): Remove comment referring to
43999         NOTES.
44000
44001         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
44002         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
44003         * configure: Regenerated.
44004         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
44005         LIBC_TRY_CC_OPTION.
44006         (libc_cv_as_i686): Likewise.
44007         (libc_cv_cc_avx): Likewise.
44008         (libc_cv_cc_sse2avx): Likewise.
44009         (libc_cv_cc_fma4): Likewise.
44010         (libc_cv_cc_novzeroupper): Likewise.
44011         * sysdeps/i386/configure: Regenerated.
44012
44013         [BZ #13883]
44014         * sysdeps/i386/fpu/s_cexp.S: Remove.
44015         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
44016         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
44017         * math/libm-test.inc (cexp_test): Add more tests.
44018         * sysdeps/i386/fpu/libm-test-ulps: Update.
44019         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44020
44021 2012-03-21  Allan McRae  <allan@archlinux.org>
44022
44023         * timezone/Makefile: Do not install iso3166.tab and zone.tab
44024
44025 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
44026
44027         [BZ #13871]
44028         * math/w_exp2.c: Do not include <float.h>.
44029         (o_threshold, u_threshold): Remove.
44030         (__exp2): Calculate result before checking finiteness and calling
44031         __kernel_standard.
44032         * math/w_exp2f.c: Likewise.
44033         * math/w_exp2l.c: Likewise.
44034         * math/libm-test.inc (exp2_test): Require overflow exception for
44035         1e6 input.
44036
44037         [BZ #3866]
44038         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
44039         range of signed 64-bit integers before using fistpll.  Remove
44040         checks for whether integers fit in mantissa bits.
44041         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
44042         the range of signed 32-bit integers before using fistpl.  Remove
44043         checks for whether integers fit in mantissa bits.
44044         * sysdeps/i386/fpu/e_powl.S (p64): New object.
44045         (__ieee754_powl): Test for y outside the range of signed 64-bit
44046         integers before using fistpll.  Reduce 64-bit values to 63-bit
44047         ones as needed.
44048         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
44049         divide-by-zero is raised for zero to large negative powers.
44050         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
44051         (__ieee754_powl): Test for y outside the range of signed 64-bit
44052         integers before using fistpll.  Reduce 64-bit values to 63-bit
44053         ones as needed.
44054         * math/libm-test.inc (pow_test): Add more tests.
44055
44056 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
44057
44058         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
44059         <stdio-common/_itoa.h>.
44060         * debug/segfault.c: Likewise.
44061         * elf/dl-cache.c: Likewise.
44062         * elf/dl-minimal.c: Likewise.
44063         * elf/dl-misc.c: Likewise.
44064         * elf/dl-sysdep.c: Likewise.
44065         * elf/dl-version.c: Likewise.
44066         * elf/rtld.c: Likewise.
44067         * hurd/hurdsock.c: Likewise.
44068         * hurd/lookup-retry.c: Likewise.
44069         * malloc/malloc.c: Likewise.
44070         * malloc/mtrace.c: Likewise.
44071         * nscd/nscd_getgr_r.c: Likewise.
44072         * nscd/nscd_getpw_r.c: Likewise.
44073         * nscd/nscd_getserv_r.c: Likewise.
44074         * posix/getopt_init.c: Likewise.
44075         * posix/wordexp.c: Likewise.
44076         * stdio-common/_itoa.c: Likewise.
44077         * stdio-common/printf_fphex.c: Likewise.
44078         * stdio-common/vfprintf.c: Likewise.
44079         * string/_strerror.c: Likewise.
44080         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
44081         * sysdeps/i386/i686/hp-timing.h: Likewise.
44082         * sysdeps/mach/_strerror.c: Likewise.
44083         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
44084         * sysdeps/mach/hurd/sethostid.c: Likewise.
44085         * sysdeps/mach/hurd/xmknodat.c: Likewise.
44086         * sysdeps/mach/xpg-strerror.c: Likewise.
44087         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
44088         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
44089         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
44090         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
44091         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
44092         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
44093         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
44094         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
44095         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
44096         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
44097         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
44098         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
44099         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
44100         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
44101         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
44102         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
44103         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
44104         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
44105         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
44106         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
44107         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
44108
44109         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
44110
44111         * stdio-common/_itoa.h: Moved to ...
44112         * sysdeps/generic/_itoa.h: Here.
44113
44114         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
44115
44116         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
44117         instead of "_itoa.h" and "_itowa.h".
44118         * stdio-common/vfprintf.: Likewise.
44119
44120 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
44121
44122         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
44123         <bits/wordsize.h>.
44124         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
44125         (__signbit): Likwise.
44126         (llrintf): Likwise.
44127         (llrint): Likwise.
44128
44129 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
44130
44131         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
44132         __WORDSIZE != 64.
44133
44134 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
44135
44136         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
44137         OVERFLOW_EXCEPTION_OK.
44138         * math/libm-test.inc ("Philosophy"): Update comment about
44139         exception testing.
44140         (OVERFLOW_EXCEPTION): Define.
44141         (OVERFLOW_EXCEPTION_OK): Likewise.
44142         (INVALID_EXCEPTION_OK): Renumber.
44143         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
44144         (IGNORE_ZERO_INF_SIGN): Likewise.
44145         (test_exceptions): Handle FE_OVERFLOW.
44146         (exp10_test): Expect overflow exceptions.
44147         (exp2_test): Likewise.
44148         (expm1_test): Likewise.
44149         (nextafter_test): Likewise.
44150         (pow_test): Likewise.
44151         (scalbn_test): Likewise.
44152         (scalbln_test): Likewise.
44153
44154 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44155
44156         * sysdeps/x86_64/bits/atomic.h
44157         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
44158         64bit integer.
44159         (atomic_exchange_acq): Likewise.
44160         (__arch_exchange_and_add_body): Likewise.
44161         (__arch_add_body): Likewise.
44162         (atomic_add_negative): Likewise.
44163         (atomic_add_zero): Likewise.
44164
44165 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44166
44167         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
44168         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
44169
44170 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44171
44172         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
44173         Check __x86_64__ instead of __WORDSIZE.
44174
44175 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44176
44177         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
44178
44179 2012-03-19  David S. Miller  <davem@davemloft.net>
44180
44181         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44182
44183         * sysdeps/sparc/fpu/fenv_private.h: New file.
44184         * sysdeps/sparc/fpu/math_private.h: Use it.
44185         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
44186         Remove.
44187         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
44188         (libc_feholdexcept_setroundl): Remove.
44189         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
44190         Remove.
44191         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
44192         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
44193
44194 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44195
44196         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
44197         int64_t instead of long int.
44198         (INSERT_WORDS64): Likwise.
44199
44200 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44201
44202         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
44203         _Unwind_GetCFA return to _Unwind_Ptr first.
44204
44205 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
44206
44207         [BZ #13629]
44208         * math/s_clog.c: Include <float.h>.
44209         (__clog): Scale large or subnormal inputs.
44210         * math/s_clogf.c: Likewise.
44211         * math/s_clogl.c: Likewise.
44212         * math/s_clog10.c: Include <float.h>.
44213         (M_LOG10_2): Define.
44214         (__clog10): Scale large or subnormal inputs.
44215         * math/s_clog10f.c: Likewise.
44216         * math/s_clog10l.c: Likewise.
44217         * math/libm-test.inc (clog_test): Add more tests.
44218         (clog10_test): Likewise.
44219         * sysdeps/i386/fpu/libm-test-ulps: Update.
44220         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44221
44222         [BZ #11451]
44223         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
44224         x and y.
44225         * math/libm-test.inc (atan2_test): Add another test.
44226
44227         * Makerules (common-objdir-compile): Remove.
44228         * sysdeps/unix/Makefile (config-generated): Do not add
44229         $(unix-generated) to variable.
44230         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
44231         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
44232         Remove rule.
44233         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
44234         Likewise.
44235         [generic bits/local_lim.h] (before-compile): Do not append to
44236         variable.
44237         [generic bits/local_lim.h] (common-generated): Likewise.
44238         [generic sys/param.h] (before-compile): Do not append to variable.
44239         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
44240         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
44241         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
44242         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
44243         include.
44244         [generic sys/param.h] (sys/param.h-includes): Remove variable.
44245         [generic sys/param.h] (sys/param.h-includes): Remove rule.
44246         [generic sys/param.h] ($(addprefix
44247         $(common-objpfx),$(sys/param.h-includes))): Likewise.
44248         [generic sys/param.h] (common-generated): Do not append to
44249         variable.
44250         [generic sys/param.h] (sysdep_headers): Likewise.
44251         [generic bits/errno.h] (before-compile): Do not append to
44252         variable.
44253         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
44254         rule.
44255         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
44256         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
44257         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
44258         [generic bits/errno.h] (common-generated): Do not append to
44259         variable.
44260         [generic bits/ioctls.h] (before-compile): Do not append to
44261         variable.
44262         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
44263         rule.
44264         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
44265         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
44266         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
44267         rule.
44268         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
44269         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
44270         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
44271         [generic bits/ioctls.h] (common-generated): Do not append to
44272         variable.
44273         [generic sys/syscall.h] (syscall.h): Remove variable.
44274         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
44275         rule.
44276         [generic sys/syscall.h] (before-compile): Do not append to
44277         variable.
44278         [generic sys/syscall.h] (common-generated): Likewise.
44279         * sysdeps/unix/errnos-tmpl.c: Remove file.
44280         * sysdeps/unix/errnos.awk: Likewise.
44281         * sysdeps/unix/ioctls-tmpl.c: Likewise.
44282         * sysdeps/unix/ioctls.awk: Likewise.
44283         * sysdeps/unix/mk-local_lim.c: Likewise.
44284         * sysdeps/unix/snarf-ioctls: Likewise.
44285
44286 2012-03-19  Richard Henderson  <rth@twiddle.net>
44287
44288         * sysdeps/i386/fpu/fenv_private.h: New file.
44289         * sysdeps/i386/fpu/math_private.h: Use it.
44290         (math_opt_barrier, math_force_eval): Remove.
44291         (libc_feholdexcept_setround_53bit): Remove.
44292         (libc_feupdateenv_53bit): Remove.
44293         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44294         (math_opt_barrier, math_force_eval): Remove.
44295         (libc_feholdexcept): Remove.
44296         (libc_feholdexcept_setround): Remove.
44297         (libc_fetestexcept, libc_fesetenv): Remove.
44298         (libc_feupdateenv_test): Remove.
44299         (libc_feupdateenv, libc_feholdsetround): Remove.
44300         (libc_feresetround): Remove.
44301
44302         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
44303         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
44304
44305         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
44306         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
44307         (libc_feupdateenv_testl): New.
44308         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
44309         (libc_feupdateenv_testf): New.
44310         (libc_feupdateenv): Use libc_feupdateenv_test.
44311         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
44312         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
44313
44314         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
44315         (libc_feholdsetroundf, libc_feholdsetroundl): New.
44316         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
44317         (libc_feresetround_noex): New.
44318         (libc_feresetround_noexf): New.
44319         (libc_feresetround_noexl): New.
44320         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
44321         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
44322         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
44323         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
44324         SET_RESTORE_ROUND.
44325         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
44326         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
44327         (__cos): Likewise.
44328         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
44329         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
44330         SET_RESTORE_ROUND_NOEX.
44331         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
44332         SET_RESTORE_ROUND_NOEXF.
44333         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
44334         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
44335         (libc_feholdsetroundf): New.
44336         (libc_feresetround, libc_feresetroundf): New.
44337
44338         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
44339         (libc_feholdexcept_setround_53bit): Convert from macro to function.
44340         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
44341
44342         * sysdeps/generic/math_private.h: Include <fenv.h>.
44343         (default_libc_feholdexcept): New.
44344         (default_libc_feholdexcept_setround): New.
44345         (default_libc_fesetenv, default_libc_feupdateenv): New.
44346         (libc_feholdexcept): Only define if undefined.
44347         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
44348         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
44349         (libc_feholdexcept_setroundl): Likewise.
44350         (libc_feholdexcept_setround_53bit): Likewise.
44351         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
44352         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
44353         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
44354         (libc_feupdateenv_53bit): Likewise.
44355         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
44356         (libc_feholdexcept): Convert from macro to inline function.
44357         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
44358         (libc_fesetenv, libc_feupdateenv): Likewise.
44359
44360         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
44361         not previously defined.
44362         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
44363         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
44364         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
44365         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
44366         * sysdeps/ieee754/flt-32/math_private.h: New file.
44367         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
44368         math_private.h below SET_FLOAT_WORD.
44369         (__isnan, __isinf_ns, __finite): Remove.
44370         (__isnanf, __isinf_nsf, __finitef): Remove.
44371
44372 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
44373
44374         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44375
44376 2012-03-17  David S. Miller  <davem@davemloft.net>
44377
44378         [BZ #6471]
44379         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
44380         for 2.16.
44381
44382 2012-03-16  David S. Miller  <davem@davemloft.net>
44383
44384         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
44385         warnings.
44386
44387         [BZ #6471]
44388         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
44389         properly.
44390         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
44391         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
44392         sysdep_routines when subdir is sysvipc.
44393         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
44394         __getshmlba helper.
44395
44396         * sysdeps/sparc/fpu/libm-test/ulps: Update.
44397
44398 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44399
44400         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
44401         [__LP64__].
44402
44403 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44404
44405         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
44406         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
44407         (__lround): Renamed to ...
44408         (__llround): This.  Replace long int with long long int.
44409         Define lround functions as aliases of llround functions.
44410         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
44411
44412 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44413
44414         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
44415         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
44416         adresses to uintptr_t.  Replace "long int" and "unsigned long
44417         int" with "greg_t" on va_arg.
44418
44419 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44420
44421         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
44422         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
44423
44424         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
44425         Move e_machine check before EI_CLASS check.  Handle x32
44426         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
44427         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
44428         SKIP_EM_IA_64 and include
44429         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
44430
44431         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
44432         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
44433         (add_system_dir): New macro.
44434
44435         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
44436         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
44437
44438 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44439
44440         [BZ #2551]
44441         [BZ #2552]
44442         [BZ #2553]
44443         [BZ #2554]
44444         [BZ #2562]
44445         [BZ #2563]
44446         [BZ #2565]
44447         [BZ #2566]
44448         [BZ #2576]
44449         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
44450         (y0): Likewise.
44451         * math/w_j0f.c (j0f): Likewise.
44452         (y0f): Likewise.
44453         * math/w_j0l.c (__j0l): Likewise.
44454         (__y0l): Likewise.
44455         * math/w_j1.c (j1): Likewise.
44456         (y1): Likewise.
44457         * math/w_j1f.c (j1f): Likewise.
44458         (y1f): Likewise.
44459         * math/w_j1l.c (__j1l): Likewise.
44460         (__y1l): Likewise.
44461         * math/w_jn.c (jn): Likewise.
44462         (yn): Likewise.
44463         * math/w_jnf.c (jnf): Likewise.
44464         (ynf): Likewise.
44465         * math/w_jnl.c (__jnl): Likewise.
44466         (__ynl): Likewise.
44467         * math/libm-test.inc (j0_test): Add more tests.
44468         (j1_test): Likewise.
44469         (jn_test): Likewise.  Add trailing semicolon to existing test.
44470         (y0_test): Likewise.
44471         (y1_test): Likewise.
44472         * sysdeps/i386/fpu/libm-test-ulps: Update.
44473         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44474
44475         [BZ #13851]
44476         [BZ #13854]
44477         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
44478         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
44479         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
44480         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
44481         (__tanl): Set errno for infinite argument.
44482         * sysdeps/i386/fpu/mptan.c: Remove.
44483         * sysdeps/i386/fpu/s_tan.S: Likewise.
44484         * sysdeps/i386/fpu/s_tanl.S: Likewise.
44485         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
44486         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
44487         * math/libm-test.inc (tan_test): Add more tests and enable more
44488         tests for double and long double.
44489         * sysdeps/i386/fpu/libm-test-ulps: Update.
44490         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44491
44492 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
44493
44494         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
44495         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
44496
44497 2012-03-16  Roland McGrath  <roland@hack.frob.com>
44498
44499         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
44500         * configure.in: Use it for both main tree and add-ons.
44501         * configure: Regenerated.
44502
44503 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44504
44505         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
44506
44507 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44508
44509         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
44510         in comment.
44511
44512         [BZ #13851]
44513         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
44514         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
44515         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
44516         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
44517         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
44518         infinite argument.
44519         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
44520         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
44521         != 0 for prec == 2.
44522         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
44523         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
44524         * sysdeps/i386/fpu/s_cosl.S: Likewise.
44525         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
44526         * sysdeps/i386/fpu/s_sinl.S: Likewise.
44527         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
44528         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
44529         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
44530         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
44531         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
44532         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
44533         * math/libm-test.inc (cos_test): Add more tests and enable more
44534         tests for long double.
44535         (sin_test): Likewise.
44536         (sincos_test): Likewise.
44537         * sysdeps/i386/fpu/libm-test-ulps: Update.
44538         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44539
44540 2012-03-16  David S. Miller  <davem@davemloft.net>
44541
44542         * sysdeps/sparc/fpu/math_private.h: New file.
44543
44544 2012-03-15  David S. Miller  <davem@davemloft.net>
44545
44546         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
44547         file.
44548         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
44549         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
44550         file.
44551         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
44552         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
44553         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
44554         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
44555         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
44556         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
44557         sysdep routines.
44558         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44559
44560         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
44561         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
44562
44563         * sysdeps/sparc/sparc-ifunc.h: New file.
44564         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
44565         sparc-ifunc.h
44566         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
44567         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
44568         Likewise.
44569         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
44570         Likewise.
44571         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
44572         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
44573         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44574         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
44575         Likewise.
44576         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44577         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
44578         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44579         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
44580         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
44581         Likewise.
44582         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
44583         Likewise.
44584         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44585         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
44586         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
44587         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
44588         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
44589         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
44590         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
44591         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
44592         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
44593         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
44594         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
44595         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
44596         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
44597         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
44598         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
44599         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
44600         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
44601         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
44602         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
44603         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
44604         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
44605         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
44606         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
44607         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
44608
44609 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44610
44611         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
44612         scaling.
44613         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44614
44615 2012-03-15  Andreas Jaeger  <aj@suse.de>
44616
44617         [BZ #13852]
44618         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
44619         ieee754/flt-32 implementation for sin, cos and sincos.
44620         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
44621         * sysdeps/i386/fpu/s_cosf.S: Likewise.
44622         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
44623         * sysdeps/i386/fpu/s_sinf.S: Likewise.
44624         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
44625         ieee754/flt-32 implementation for tan.
44626
44627         * math/libm-test.inc (cos_test): Enable some large input tests for
44628         float as well
44629         (sin_test): Likewise.
44630         (sincos_test): Likewise.
44631         (tan_test): Add tests for large input.
44632
44633         * sysdeps/i386/fpu/libm-test-ulps: Update.
44634
44635 2012-03-15  Andreas Jaeger  <aj@suse.de>
44636
44637         [BZ #13658]
44638         * math/libm-test.inc (cos_test): Add more test cases.
44639         (sin_test): Likewise.
44640         (sincos_test): Likewise.
44641
44642 2012-03-15  Andreas Jaeger  <aj@suse.de>
44643
44644         [BZ #13837]
44645         * math/libm-test.inc (cos_test): Add a test case for large input
44646         value.
44647         (sin_test): Likewise.
44648         (sincos_test): Likewise.
44649
44650 2012-03-15  Andreas Jaeger  <aj@suse.de>
44651             Joseph Myers  <joseph@codesourcery.com>
44652
44653         [BZ #13658]
44654         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
44655         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
44656         * sysdeps/i386/fpu/branred.c: Likewise.
44657         * sysdeps/i386/fpu/dosincos.c: Likewise.
44658         * sysdeps/i386/fpu/mpa.c: Likewise.
44659         * sysdeps/i386/fpu/s_cos.S: Likewise.
44660         * sysdeps/i386/fpu/s_sin.S: Likewise.
44661         * sysdeps/i386/fpu/s_sincos.S: Likewise.
44662         * sysdeps/i386/fpu/sincos32.c: Likewise.
44663
44664         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
44665         Define.
44666         (libc_feupdateenv_53bit): Define.
44667         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
44668         Define.
44669         (libc_feupdateenv_53bit): Define.
44670
44671         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
44672         53 bit (without extend i386 double precision).
44673
44674         * math/libm-test.inc (sincos_test): Add tests for large input.
44675         (sin): Likewise.
44676         (cos): Likewise.
44677
44678         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
44679
44680 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44681
44682         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44683
44684 2012-03-15  David S. Miller  <davem@davemloft.net>
44685
44686         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
44687         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
44688         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
44689         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
44690         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
44691         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
44692         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
44693         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
44694         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
44695         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
44696         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
44697         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
44698         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
44699         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
44700         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
44701         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
44702         file.
44703         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
44704         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
44705         file.
44706         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
44707         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
44708         file.
44709         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
44710         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
44711         file.
44712         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
44713         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
44714         fmin/fmax sysdep routines.
44715         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44716
44717 2012-03-14  David S. Miller  <davem@davemloft.net>
44718
44719         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
44720         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
44721         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
44722         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
44723         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
44724         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
44725         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
44726         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
44727         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
44728         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
44729         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
44730         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
44731         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
44732         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
44733         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
44734         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
44735         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
44736         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
44737         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
44738         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
44739         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
44740         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
44741         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
44742         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
44743         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
44744         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
44745         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
44746         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
44747         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
44748         routines.
44749         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44750         file.
44751         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
44752         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44753         file.
44754         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
44755         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44756         file.
44757         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
44758         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44759         file.
44760         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
44761         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44762         file.
44763         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
44764         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44765         file.
44766         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44767         file.
44768         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44769         file.
44770         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44771         file.
44772         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44773         New file.
44774         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44775         file.
44776         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44777         file.
44778         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
44779         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44780         file.
44781         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
44782         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44783         file.
44784         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
44785         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44786         file.
44787         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
44788         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44789         VIS3 routines.
44790
44791         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44792         New file.
44793
44794         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44795
44796         * sysdeps/sparc/configure.in: New file.
44797         * sysdeps/sparc/configure: Generate.
44798         * configure.in (libc_cv_sparc_as_vis3): Substitute.
44799         * configure: Regenerate.
44800         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44801         * config.make.in (have-as-vis3): New.
44802         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44803         available use -Av9d instead of -Av9a.
44804         * sysdeps/sparc/sparc64/Makefile: Likewise.
44805         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
44806         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44807         New file.
44808         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44809         file.
44810         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44811         New file.
44812         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44813         file.
44814         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44815         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44816         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44817         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44818         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44819
44820         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44821         fzeros/fnegs to load 0x80000000 into a float register instead of
44822         using the stack.
44823         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44824
44825 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44826
44827         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44828         bits/syscall.h.
44829         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44830         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44831         ($(inst_includedir)/bits/syscall.h): Remove rule.
44832         ($(objpfx)bits/syscall.d): Include instead of
44833         $(objpfx)syscall-list.d.
44834         (generated): Change syscall-list.h and syscall-list.d to
44835         bits/syscall.h and bits/syscall.d.
44836
44837 2012-03-14  Roland McGrath  <roland@hack.frob.com>
44838
44839         [BZ #13846]
44840         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44841
44842 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44843
44844         [BZ #13841]
44845         * math/s_csqrt.c: Include <float.h>.
44846         (__csqrt): Scale large or subnormal inputs.
44847         * math/s_csqrtf.c: Likewise.
44848         * math/s_csqrtl.c: Likewise.
44849         * math/libm-test.inc (csqrt_test): Add more tests.
44850         * sysdeps/i386/fpu/libm-test-ulps: Update.
44851         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44852
44853         [BZ #13840]
44854         * math/libm-test.inc (hypot_test): Add more tests.
44855
44856 2012-03-13  David S. Miller  <davem@davemloft.net>
44857
44858         [BZ #13840]
44859         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44860         double-precision for the calculation instead of scaling.
44861
44862 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
44863
44864         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44865         manipulate bits before adding and subtracting TWO52[sx].
44866         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44867         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44868         Likewise.
44869         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44870
44871 2012-03-13  David S. Miller  <davem@davemloft.net>
44872
44873         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44874         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44875         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44876         rtld-global-offsets.h
44877         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44878
44879         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44880         large parameters.
44881
44882         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44883
44884         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44885         'err' in the ifdef scope in which it is actually used.
44886
44887         * nss/nss_db/db-init.c: Include string.h
44888
44889 2012-03-12  David S. Miller  <davem@davemloft.net>
44890
44891         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44892         masking out of the most significant byte of random value used.
44893         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44894         Fix coding style in previous change.
44895
44896         * sysdeps/unix/sysv/linux/kernel-features.h
44897         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44898         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44899         expression.
44900         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44901         later.
44902
44903 2012-03-11  David S. Miller  <davem@davemloft.net>
44904
44905         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44906         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44907         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44908         for 'resultvar' otherwise things get truncated on 64-bit.
44909
44910         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44911         Fix masking out of the most significant byte of random value used.
44912
44913         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44914
44915 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
44916
44917         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44918
44919 2012-03-09  David S. Miller  <davem@davemloft.net>
44920
44921         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44922         variables with appropriate CPP guards.
44923         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44924         from the frame pointer, not the stack pointer.  Correct layout
44925         comments.  Fix test on resulting framesize and the management of
44926         the outregs buffer for pltexit.  Preserve floating point return
44927         values across _dl_call_pltexit call.
44928         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44929         framesize and the management of the outregs buffer for pltexit.
44930         Preserve floating point return values across _dl_call_pltexit
44931         call.
44932         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44933         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44934         (la_sparc64_gnu_pltexit): New functions.
44935         (print_exit): Fix format string for return register value.
44936
44937 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
44938
44939         * sunrpc/Makefile (others): Add rpcgen.
44940         ($(objpfx)rpcgen): Remove special build rule and dependency on
44941         libc.
44942         * sunrpc/rpcgen.c: New file.
44943
44944 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
44945
44946         [BZ #13673]
44947         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44948         * stdio-common/bug-vfprintf-nargs.c: Likewise.
44949         * sysdeps/i386/crti.S: Likewise.
44950         * sysdeps/i386/crtn.S: Likewise.
44951         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44952         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44953         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44954         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44955         * sysdeps/sh/crti.S: Likewise.
44956         * sysdeps/sh/crtn.S: Likewise.
44957         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44958
44959         [BZ #13673]
44960         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44961         with URL.
44962         * locale/programs/locfile-kw.gperf: Likewise.
44963         * locale/programs/charmap-kw.h: Regenerated.
44964         * locale/programs/locfile-kw.h: Likewise.
44965
44966         [BZ #13673]
44967         * intl/plural.y: Replace FSF snail mail address with URL.
44968         * intl/plural.c: Regenerated.
44969
44970 2012-03-09  Richard Henderson  <rth@twiddle.net>
44971
44972         * include/math_private.h: Remove file.
44973         * math/math_private.h: Move file ...
44974         * sysdeps/generic/math_private.h: ... here.
44975
44976         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44977         * sysdeps/powerpc/fpu/math_private.h: Likewise.
44978         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44979
44980         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
44981         and <math_private.h>.
44982         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44983         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44984         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44985         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44986         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44987         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44988         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44989         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44990         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44991         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44992         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44993         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44994         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44995         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44996         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44997         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44998         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44999         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
45000         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
45001         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
45002         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45003         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
45004         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
45005         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45006         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
45007         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
45008         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
45009         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
45010         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45011         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
45012         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
45013         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45014         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
45015         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
45016         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
45017         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
45018         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
45019         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
45020         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
45021         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45022         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
45023         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
45024         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
45025         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
45026         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
45027         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
45028         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
45029         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
45030         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
45031         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
45032         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
45033         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
45034         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
45035         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
45036         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
45037         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
45038         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
45039         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
45040         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
45041         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
45042         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
45043         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
45044         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45045         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
45046         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
45047         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
45048         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
45049         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
45050         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
45051         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
45052         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
45053         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
45054         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
45055         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
45056         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
45057         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
45058         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
45059         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
45060         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
45061         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
45062         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
45063         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
45064         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
45065         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
45066         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
45067         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
45068         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
45069         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
45070         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
45071         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
45072         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
45073         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
45074         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45075         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
45076         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
45077         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
45078         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
45079         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
45080         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
45081         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
45082         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
45083         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
45084         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
45085         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
45086         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
45087         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
45088         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
45089         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
45090         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
45091         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
45092         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
45093         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
45094         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
45095         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
45096         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
45097         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45098         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
45099         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
45100         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
45101         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
45102         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
45103         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
45104         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45105         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
45106         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
45107         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
45108         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
45109         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
45110         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
45111         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
45112         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
45113         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
45114         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
45115         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
45116         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
45117         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
45118         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
45119         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
45120         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
45121         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
45122         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45123         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
45124         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
45125         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
45126         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
45127         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
45128         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
45129         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
45130         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
45131         * sysdeps/ieee754/k_standard.c: Likewise.
45132         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
45133         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
45134         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
45135         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
45136         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
45137         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
45138         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
45139         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
45140         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
45141         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
45142         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45143         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
45144         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
45145         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
45146         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
45147         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
45148         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
45149         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
45150         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
45151         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
45152         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
45153         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
45154         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
45155         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
45156         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
45157         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
45158         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
45159         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
45160         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
45161         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
45162         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
45163         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
45164         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
45165         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
45166         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
45167         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
45168         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
45169         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
45170         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
45171         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
45172         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
45173         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
45174         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
45175         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
45176         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
45177         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
45178         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
45179         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
45180         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
45181         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
45182         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
45183         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
45184         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
45185         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
45186         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
45187         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
45188         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
45189         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
45190         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
45191         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
45192         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
45193         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
45194         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
45195         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
45196         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
45197         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
45198         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
45199         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
45200         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
45201         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
45202         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
45203         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
45204         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
45205         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
45206         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
45207         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
45208         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
45209         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
45210         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45211         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
45212         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
45213         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
45214         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
45215         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
45216         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
45217         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
45218         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
45219         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
45220         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
45221         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
45222         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
45223         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
45224         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
45225         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
45226         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
45227         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
45228         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
45229         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
45230         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
45231         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
45232         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
45233         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
45234         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
45235         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
45236         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
45237         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
45238         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
45239         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
45240         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
45241         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
45242         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
45243         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
45244         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
45245         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
45246         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
45247         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45248         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
45249         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45250         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45251         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
45252         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45253         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
45254         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
45255         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
45256         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45257         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
45258         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
45259         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
45260         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
45261         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
45262         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
45263         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
45264         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
45265         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
45266         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
45267         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
45268         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
45269         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
45270         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
45271         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
45272         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
45273         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
45274         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
45275         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
45276         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
45277         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
45278         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
45279         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
45280         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
45281         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
45282         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
45283         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45284         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
45285         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
45286         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
45287         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
45288         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
45289         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
45290         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
45291         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
45292         * sysdeps/ieee754/s_lib_version.c: Likewise.
45293         * sysdeps/ieee754/s_matherr.c: Likewise.
45294         * sysdeps/ieee754/s_signgam.c: Likewise.
45295         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
45296         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
45297         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
45298         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
45299         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
45300         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
45301         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
45302         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
45303         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
45304         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
45305         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
45306         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
45307         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
45308         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
45309         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
45310         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
45311         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
45312         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
45313         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
45314         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
45315         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
45316
45317 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45318
45319         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
45320         * sunrpc/rpc_main.c: Likewise.
45321         * sunrpc/rpc_svcout.c: Likewise.
45322
45323 2012-03-09  David S. Miller  <davem@davemloft.net>
45324
45325         * include/math_private.h: New file.
45326
45327 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45328
45329         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
45330         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
45331         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
45332         from <bits/socket_type.h>.
45333         (enum __socket_type): Don't define here.
45334         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
45335         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45336         bits/socket_type.h.
45337
45338         [BZ #13566]
45339         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
45340         checking __USE_GNU.
45341
45342         * Makerules ($(inst_includedir)/%.h): New rule.
45343         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
45344         (install-others): Remove variable setting.
45345         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
45346
45347 2012-03-08  Richard Henderson  <rth@twiddle.net>
45348
45349         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
45350         from macro to inline function; merge with the
45351         !__LIBC_INTERNAL_MATH_INLINES version.
45352         (__ieee754_sqrtf): Likewise.
45353
45354         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
45355         to inline function.
45356         (__rintf, __floor, __floorf): Likewise.
45357
45358         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
45359         macro to inline function.
45360         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
45361
45362         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
45363         not <math/math_private.h>.
45364
45365 2012-03-08  David S. Miller  <davem@davemloft.net>
45366
45367         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
45368         copyright year.
45369         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
45370
45371 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
45372
45373         * resolv/gai_misc.c (handle_requests): Fix struct timespec
45374         normalization.
45375         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
45376         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
45377
45378 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
45379
45380         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
45381         be defined individually, they must be defined as a block.  Define
45382         S for printing a string instead of hidint the different by using a
45383         macro for adding the 'l'.
45384         * stdio-common/tst-fphex-wide.c: Adjust.
45385
45386 2012-03-07  Marek Polacek  <polacek@redhat.com>
45387
45388         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
45389
45390 2012-03-08  Marek Polacek  <polacek@redhat.com>
45391
45392         [BZ #13806]
45393         * stdio-common/Makefile (tests): Add tst-fphex-wide.
45394         * stdio-common/tst-fphex.c: Define a few macros to make the
45395         test reusable.  Use them.
45396         * stdio-common/tst-fphex-wide.c: New file.
45397
45398 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
45399
45400         [BZ #6911]
45401         * manual/macros.texi (gnusystems): New macro.
45402         (nongnusystems): Likewise.
45403         (gnulinuxhurdsystems): Likewise.
45404         (gnuhurdsystems): Likewise..
45405         (gnulinuxsystems): Likewise.
45406         * manual/charset.texi: Use new macros or @theglibc{} to refer to
45407         variants of the GNU system, not "GNU system".
45408         * manual/conf.texi: Likewise.
45409         * manual/errno.texi: Likewise.  Update example of errno macro
45410         expansion.
45411         * manual/filesys.texi: Likewise.
45412         (getumask): Document as specific to GNU/Hurd.
45413         * manual/install.texi: Likewise.  Reword some references to
45414         GNU/Linux.
45415         * manual/intro.texi: Likewise.
45416         * manual/io.texi: Likewise.
45417         (File Name Portability): Detail which constraints are inapplicable
45418         to all GNU systems and which are only inapplicable to GNU/Hurd.
45419         * manual/job.texi: Likewise.
45420         * manual/llio.texi: Likewise.
45421         (O_NOCTTY): Document as present on GNU/Linux.
45422         * manual/maint.texi: Likewise.
45423         * manual/memory.texi: Likewise.
45424         * manual/pattern.texi: Likewise.
45425         * manual/pipe.texi: Likewise.
45426         * manual/process.texi: Likewise.
45427         * manual/resource.texi: Likewise.
45428         (RUSAGE_CHILDREN): Remove statement about specifying a particular
45429         child on GNU/Hurd.
45430         * manual/setjmp.texi: Likewise.
45431         * manual/signal.texi: Likewise.
45432         * manual/startup.texi: Likewise.
45433         * manual/stdio.texi: Likewise.
45434         * manual/terminal.texi: Likewise.
45435         (ONLCR): Document as POSIX.
45436         (OXTABS): Document availability on GNU/Linux as XTABS.
45437         (ONOEOT): Document availability separately from other bits.
45438         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
45439         * manual/time.texi: Likewise.
45440         * manual/users.texi: Likewise.
45441         * INSTALL: Regenerated.
45442         * sysdeps/gnu/errlist.c: Regenerated.
45443
45444         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
45445         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
45446         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
45447         puts.
45448         * configure: Regenerated.
45449
45450 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
45451
45452         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
45453         default includes instead of AC_HEADER_CHECK.
45454         * sysdeps/i386/configure: Regenerated.
45455
45456         [BZ #10716]
45457         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
45458         * math/s_cacoshf.c (__cacoshf): Likewise.
45459         * math/s_cacoshl.c (__cacoshl): Likewise.
45460         * math/s_casinh.c (__casinh): Set signs of result from argument.
45461         * math/s_casinhf.c (__casinhf): Likewise.
45462         * math/s_casinhl.c (__casinhl): Likewise.
45463         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
45464         (casinh_test): Add more tests.
45465         * sysdeps/i386/fpu/libm-test-ulps: Update.
45466         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45467
45468 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
45469
45470         * po/zh_TW.po: Update from translation team.
45471
45472         * login/Makefile (distribute): Remove variable.
45473         * catgets/Makefile: Likewise.
45474         * mach/Makefile: Likewise.
45475         * malloc/Makefile: Likewise.
45476         * misc/Makefile: Likewise.
45477         * iconv/Makefile: Likewise.
45478         * nscd/Makefile: Likewise.
45479         * hurd/Makefile: Likewise.
45480         * manual/Makefile: Likewise.
45481         * locale/Makefile: Likewise.
45482         * intl/Makefile: Likewise.
45483         * conform/Makefile: Likewise.
45484         * nss/Makefile: Likewise.
45485         * time/Makefile: Likewise.
45486         * soft-fp/Makefile: Likewise.
45487         * dirent/Makefile: Likewise.
45488         * gmon/Makefile: Likewise.
45489         * po/Makefile: Likewise.
45490         * rt/Makefile: Likewise.
45491         * socket/Makefile: Likewise.
45492         * math/Makefile: Likewise.
45493         * signal/Makefile: Likewise.
45494         * debug/Makefile: Likewise.
45495         * elf/Makefile: Likewise.
45496         * timezone/Makefile: Likewise.
45497         * stdlib/Makefile: Likewise.
45498         * iconvdata/Makefile: Likewise.
45499         * sunrpc/Makefile: Likewise.
45500         * io/Makefile: Likewise.
45501         * argp/Makefile: Likewise.
45502         * inet/Makefile: Likewise.
45503         * hesiod/Makefile: Likewise.
45504         * grp/Makefile: Likewise.
45505         * csu/Makefile: Likewise.
45506         * wctype/Makefile: Likewise.
45507         * crypt/Makefile: Likewise.
45508         * libio/Makefile: Likewise.
45509         * string/Makefile: Likewise.
45510         * nis/Makefile: Likewise.
45511         * resolv/Makefile: Likewise.
45512         * stdio-common/Makefile: Likewise.
45513         * wcsmbs/Makefile: Likewise.
45514         * dlfcn/Makefile: Likewise.
45515         * posix/Makefile: Likewise.
45516
45517         [BZ #6959]
45518         * timezone/Makefile: Don't install timezone files, just the programs
45519         and scripts.
45520
45521 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
45522
45523         * nss/databases.def: Add missing gshadow entry.
45524
45525         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
45526
45527 2012-03-06  Marek Polacek  <polacek@redhat.com>
45528
45529         [BZ #13726]
45530         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
45531         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
45532         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
45533         * stdio-common/tst-long-dbl-fphex.c: New file.
45534
45535 2012-03-06  David S. Miller  <davem@davemloft.net>
45536
45537         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45538         (set_obp_int): New function.
45539         (get_obp_int): New function.
45540         (__get_clockfreq_via_dev_openprom): Likewise.
45541         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
45542         Avoid unused variable warnings on 'val' and use builtin_expect.
45543         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
45544         __builtin_expect.
45545         (INLINE_CLONE_SYSCALL): Likewise.
45546
45547 2012-03-05  David S. Miller  <davem@davemloft.net>
45548
45549         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45550
45551 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
45552
45553         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45554
45555         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
45556         only for |x| >= 40.
45557         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45558
45559 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
45560
45561         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
45562         Replace gettimeofday with __vdso_gettimeofday.
45563
45564         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45565         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
45566         __vdso_clock_gettime and __vdso_getcpu.
45567
45568         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
45569         time with __vdso_time.
45570
45571 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45572
45573         * manual/lang.texi (size_t): Note types to which size_t may be
45574         equivalent with the GNU C Library, but do not describe when
45575         differences between them are significant.
45576
45577 2012-03-05  Andreas Jaeger  <aj@suse.de>
45578
45579         * sysdeps/i386/fpu/libm-test-ulps: Update.
45580
45581 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45582
45583         [BZ #3976]
45584         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
45585         (__ieee754_pow): Save and restore rounding mode and use
45586         round-to-nearest for main computations.
45587         * math/libm-test.inc (pow_test_tonearest): New function.
45588         (pow_test_towardzero): Likewise.
45589         (pow_test_downward): Likewise.
45590         (pow_test_upward): Likewise.
45591         (main): Call the new functions.
45592         * sysdeps/i386/fpu/libm-test-ulps: Update.
45593         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45594
45595         [BZ #3976]
45596         * math/libm-test.inc (cosh_test_tonearest): New function.
45597         (cosh_test_towardzero): Likewise.
45598         (cosh_test_downward): Likewise.
45599         (cosh_test_upward): Likewise.
45600         (sinh_test_tonearest): Likewise.
45601         (sinh_test_towardzero): Likewise.
45602         (sinh_test_downward): Likewise.
45603         (sinh_test_upward): Likewise.
45604         (main): Call the new functions.
45605         * sysdeps/i386/fpu/libm-test-ulps: Update.
45606         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45607
45608 2012-03-05  Tom de Vries  <tom@codesourcery.com>
45609
45610         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
45611         default stack guard is set in last bytes.
45612         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
45613
45614 2012-03-05  Kees Cook  <keescook@chromium.org>
45615
45616         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
45617
45618         [BZ #13656]
45619         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
45620         possibly allocate from heap instead of stack.
45621         * stdio-common/bug-vfprintf-nargs.c: New file.
45622         * stdio-common/Makefile (tests): Add nargs overflow test.
45623
45624 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
45625
45626         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45627
45628 2012-03-03  Marek Polacek  <polacek@redhat.com>
45629
45630         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
45631         * math/math_private.h: Likewise.
45632         * stdlib/tst-strtod.c: Likewise.
45633         * sysdeps/i386/i486/bits/atomic.h: Likewise.
45634         * sysdeps/x86_64/bits/atomic.h: Likewise.
45635
45636 2012-03-02  David S. Miller  <davem@davemloft.net>
45637
45638         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
45639         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
45640         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
45641         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
45642         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
45643         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
45644         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
45645         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
45646
45647 2012-03-02  Roland McGrath  <roland@hack.frob.com>
45648
45649         [BZ #13792]
45650         * manual/examples/README: New file, says the example source files
45651         can be used under GPL>=2.
45652         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
45653         line containing just "*/".
45654         * manual/examples/add.c: Add copyright header (GPL>=2).
45655         * manual/examples/argp-ex1.c: Likewise.
45656         * manual/examples/argp-ex2.c: Likewise.
45657         * manual/examples/argp-ex3.c: Likewise.
45658         * manual/examples/argp-ex4.c: Likewise.
45659         * manual/examples/atexit.c: Likewise.
45660         * manual/examples/db.c: Likewise.
45661         * manual/examples/dir.c: Likewise.
45662         * manual/examples/dir2.c: Likewise.
45663         * manual/examples/execinfo.c: Likewise.
45664         * manual/examples/filecli.c: Likewise.
45665         * manual/examples/filesrv.c: Likewise.
45666         * manual/examples/fmtmsgexpl.c: Likewise.
45667         * manual/examples/genpass.c: Likewise.
45668         * manual/examples/inetcli.c: Likewise.
45669         * manual/examples/inetsrv.c: Likewise.
45670         * manual/examples/isockad.c: Likewise.
45671         * manual/examples/longopt.c: Likewise.
45672         * manual/examples/memopen.c: Likewise.
45673         * manual/examples/memstrm.c: Likewise.
45674         * manual/examples/mkfsock.c: Likewise.
45675         * manual/examples/mkisock.c: Likewise.
45676         * manual/examples/mygetpass.c: Likewise.
45677         * manual/examples/pipe.c: Likewise.
45678         * manual/examples/popen.c: Likewise.
45679         * manual/examples/rprintf.c: Likewise.
45680         * manual/examples/search.c: Likewise.
45681         * manual/examples/select.c: Likewise.
45682         * manual/examples/setjmp.c: Likewise.
45683         * manual/examples/sigh1.c: Likewise.
45684         * manual/examples/sigusr.c: Likewise.
45685         * manual/examples/stpcpy.c: Likewise.
45686         * manual/examples/strdupa.c: Likewise.
45687         * manual/examples/strftim.c: Likewise.
45688         * manual/examples/strncat.c: Likewise.
45689         * manual/examples/subopt.c: Likewise.
45690         * manual/examples/swapcontext.c: Likewise.
45691         * manual/examples/termios.c: Likewise.
45692         * manual/examples/testopt.c: Likewise.
45693         * manual/examples/testpass.c: Likewise.
45694         * manual/examples/timeval_subtract.c: Likewise.
45695
45696         [BZ #13792]
45697         * manual/time.texi (Elapsed Time): Move timeval_subtract example
45698         function to ...
45699         * manual/timeval_subtract.c.texi: ... here, new file.
45700
45701 2012-03-02  David S. Miller  <davem@davemloft.net>
45702
45703         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
45704
45705 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
45706
45707         [BZ #3976]
45708         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
45709         (__sin): Save and restore rounding mode and use round-to-nearest
45710         for all computations.
45711         (__cos): Save and restore rounding mode and use round-to-nearest
45712         for all computations.
45713         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
45714         <fenv.h>.
45715         (tan): Save and restore rounding mode and use round-to-nearest for
45716         all computations.
45717         * math/libm-test.inc (cos_test_tonearest): New function.
45718         (cos_test_towardzero): Likewise.
45719         (cos_test_downward): Likewise.
45720         (cos_test_upward): Likewise.
45721         (sin_test_tonearest): Likewise.
45722         (sin_test_towardzero): Likewise.
45723         (sin_test_downward): Likewise.
45724         (sin_test_upward): Likewise.
45725         (tan_test_tonearest): Likewise.
45726         (tan_test_towardzero): Likewise.
45727         (tan_test_downward): Likewise.
45728         (tan_test_upward): Likewise.
45729         (main): Call the new functions.
45730         * sysdeps/i386/fpu/libm-test-ulps: Update.
45731         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45732
45733         [BZ #10135]
45734         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
45735         small n, then large n, before computing and testing k+n.
45736         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
45737         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
45738         Likewise.
45739         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
45740         Likewise.
45741         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
45742         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
45743         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
45744         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
45745         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
45746         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
45747         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
45748         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
45749         * math/libm-test.inc (scalbn_test): Add more tests.
45750         (scalbln_test): Likewise.
45751
45752         * manual/filesys.texi (mode_t): Describe constraints on size and
45753         signedness, not exact equivalence to a particular type.
45754         (ino_t): Likewise.
45755         (ino64_t): Likewise.
45756         (dev_t): Likewise.
45757         (nlink_t): Likewise.
45758         (blkcnt_t): Likewise.
45759         (blkcnt64_t): Likewise.
45760         * manual/llio.texi (off_t): Likewise.
45761
45762         [BZ #3976]
45763         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45764         (__ieee754_exp): Save and restore rounding mode and use
45765         round-to-nearest for all computations.
45766         * math/libm-test.inc (exp_test_tonearest): New function.
45767         (exp_test_towardzero): Likewise.
45768         (exp_test_downward): Likewise.
45769         (exp_test_upward): Likewise.
45770         (main): Call the new functions.
45771         * sysdeps/i386/fpu/libm-test-ulps: Update.
45772         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45773
45774 2012-03-01  Chris Demetriou  <cgd@google.com>
45775
45776         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45777         have predictable order.
45778
45779 2012-03-01  David S. Miller  <davem@davemloft.net>
45780
45781         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45782
45783         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45784         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45785         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45786         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45787
45788         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45789         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45790         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45791         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45792         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45793         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45794         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45795         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45796         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45797
45798         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45799
45800         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45801         * sysdeps/sparc/fpu/libm-test-ulps: to here.
45802         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45803
45804         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45805         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45806         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45807         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45808         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45809         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45810         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45811         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45812         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45813         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45814         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45815         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45816         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45817         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45818         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45819         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45820         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45821         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45822         * sysdeps/sparc/elf/configure: Regenerated.
45823
45824 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
45825
45826         * configure.in (AS, LD): Require binutils 2.20 or later.
45827         * configure: Regenerated.
45828         * manual/install.texi (Tools for Compilation): Give binutils 2.20
45829         as required minimum version.
45830         * INSTALL: Regenerated.
45831
45832         [BZ #2541]
45833         [BZ #4108]
45834         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45835         before squaring exponent.
45836         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45837         bottom long double and 27 bits of top long double before squaring
45838         exponent.
45839         * math/libm-test.inc (erfc_test): Add more tests.
45840         * sysdeps/i386/fpu/libm-test-ulps: Update.
45841         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45842         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45843
45844 2012-03-01  Kai Tietz  <ktietz@redhat.com>
45845
45846         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45847         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45848         containing bit-fields.
45849         * soft-fp/extended.h (_FP_UNION_E): Likewise.
45850         * soft-fp/single.h (_FP_UNION_S): Likewise.
45851         * soft-fp/double.h (_FP_UNION_D): Likewise.
45852
45853 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45854
45855         [BZ #13786]
45856         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45857         not include ../strcmp.S.
45858         [USE_AS_STRNCASECMP_L]: Likewise.
45859         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45860         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45861         * sysdeps/i386/i686/multiarch/strncase_l-c.c
45862         (__strncasecmp_l_ia32): Define as alias to
45863         __strncasecmp_l_nonascii.
45864
45865         [BZ #5794]
45866         * math/libm-test.inc (expm1_test): Add test for bug 5794.
45867         * sysdeps/i386/fpu/libm-test-ulps: Update.
45868         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45869
45870         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45871         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45872
45873 2012-02-29  Jeff Law  <law@redhat.com>
45874
45875         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45876         out of bounds read.
45877
45878 2012-02-29  Marek Polacek  <polacek@redhat.com>
45879
45880         [BZ #13706]
45881         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45882         * elf/Makefile: Add rules to run tst-unused-dep.out.
45883
45884 2012-02-28  David S. Miller  <davem@davemloft.net>
45885
45886         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45887         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45888         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45889         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45890         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45891         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45892
45893 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45894
45895         * math/libm-test.inc (llround_test): Move one test from
45896         lround_test.  Use TEST_f_L in moved test.
45897         (lround_test): Move misplaced test to llround_test.  Add testcase
45898         from bug 2561.
45899
45900 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
45901
45902         * sysdeps/x86_64/fpu/e_expf.S: New file.
45903         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45904
45905 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
45906
45907         [BZ #13637]
45908         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45909         of remain_len that may cause incomplete multi-byte character and
45910         false match.
45911         * posix/bug-regex33.c: New file.
45912         * posix/Makefile (tests): Add bug-regex33.
45913
45914 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
45915
45916         * manual/macros.texi: New file.
45917         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45918         * manual/libc.texinfo: Include macros.texi.
45919         * manual/creatute.texi: Likewise.
45920         * manual/install.texi: Likewise.
45921         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45922         @glibcadj{} in references to the GNU C Library.
45923         * manual/charset.texi: Likewise.
45924         * manual/conf.texi: Likewise.
45925         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
45926         when not using those macros.
45927         * manual/creature.texi: Likewise.
45928         * manual/crypt.texi: Likewise.
45929         * manual/errno.texi: Likewise.
45930         * manual/filesys.texi: Likewise.
45931         * manual/header.texi: Likewise.
45932         * manual/install.texi: Likewise.
45933         * manual/intro.texi: Likewise.
45934         * manual/io.texi: Likewise.
45935         * manual/job.texi: Likewise.
45936         * manual/lang.texi: Likewise.
45937         * manual/libc.texiinfo: Likewise.
45938         * manual/llio.texi: Likewise.
45939         * manual/locale.texi: Likewise.
45940         * manual/maint.texi: Likewise.
45941         * manual/math.texi: Likewise.
45942         * manual/memory.texi: Likewise.
45943         * manual/message.texi: Likewise.
45944         * manual/nss.texi: Likewise.
45945         * manual/pattern.texi: Likewise.
45946         * manual/process.texi: Likewise.
45947         * manual/resource.texi: Likewise.
45948         * manual/search.texi: Likewise.
45949         * manual/setjmp.texi: Likewise.
45950         * manual/signal.texi: Likewise.
45951         * manual/socket.texi: Likewise.
45952         * manual/startup.texi: Likewise.
45953         * manual/stdio.texi: Likewise.
45954         * manual/string.texi: Likewise.
45955         * manual/sysinfo.texi: Likewise.
45956         * manual/syslog.texi: Likewise.
45957         * manual/terminal.texi: Likewise.
45958         * manual/time.texi: Likewise.
45959         * manual/users.texi: Likewise.
45960         * INSTALL: Regenerated.
45961         * NOTES: Regenerated.
45962         * sysdeps/gnu/errlist.c: Regenerated.
45963
45964 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
45965
45966         * include/dirent.h: Include <dirstream.h> before
45967         <dirent/dirent.h>.
45968
45969 2012-02-28  David S. Miller  <davem@davemloft.net>
45970
45971         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45972         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45973         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45974         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45975
45976 2012-02-27  David S. Miller  <davem@davemloft.net>
45977
45978         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45979         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45980         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45981         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45982
45983         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45984         frame pointer instead of stack pointer relative arg slot.
45985         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45986         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45987         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45988
45989 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
45990
45991         [BZ #3992]
45992         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45993
45994 2012-02-27  David S. Miller  <davem@davemloft.net>
45995
45996         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45997         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45998         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45999         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
46000         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
46001         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
46002         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
46003         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
46004
46005 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
46006
46007         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
46008         later.  Allow versions 5-9.
46009         * configure: Regenerated.
46010         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
46011         required minimum version and 4.6 as recommended version.  Do not
46012         mention bugs in GCC 2.7 and 2.8.
46013         * INSTALL: Regenerated.
46014
46015 2012-02-27  David S. Miller  <davem@davemloft.net>
46016
46017         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
46018         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
46019         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
46020         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
46021         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
46022         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
46023         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
46024         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
46025
46026         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
46027         manipulate bits before adding and subtracting TWO112[sx].
46028         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
46029
46030 2012-02-27  Roland McGrath  <roland@hack.frob.com>
46031
46032         [BZ #13775]
46033         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
46034         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
46035         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
46036         being in POSIX, because they are in 1003.1-2008.
46037
46038         * rt/tst-aio.c: Include <fcntl.h>.
46039         * rt/tst-aio7.c: Likewise.
46040         * rt/tst-aio64.c: Likewise.
46041
46042         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
46043
46044 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
46045
46046         * manual/install.texi (--with-headers): Describe headers as
46047         interface headers, not private headers.
46048         (Specific advice for GNU/Linux systems): Describe use of headers
46049         from "make headers_install", not private headers from older
46050         kernels.
46051         * INSTALL: Regenerated.
46052         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
46053         Change to 2.6.19.
46054         * sysdeps/unix/sysv/linux/configure: Regenerated.
46055
46056         * manual/llio.texi (fclean): Remove documentation.
46057
46058         * manual/Makefile (libc-texi-generated): New variable.  Include
46059         version.texi.
46060         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
46061         $(libc-texi-generated), not duplicated list of files.
46062         (version.texi, stamp-version): New rules.
46063         (realclean): Remove $(libc-texi-generated), not individual files
46064         from that list.  Do not remove dir-add.texinfo.
46065         * manual/libc.texinfo: Comment out uses of edition numbers and
46066         references to printed manual.  Remove last-updated dates.
46067         (EDITION): Comment out.
46068         (ISBN): Likewise.
46069         (VERSION, UPDATED): Remove.
46070         (version.texi): Include.
46071
46072 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
46073
46074         * sysdeps/posix/spawni.c: Include <signal.h>.
46075         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
46076         * sysdeps/pthread/aio_fsync.c: Likewise.
46077
46078 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
46079
46080         * conform/Makefile (tests): Run only when not cross-compiling and
46081         when fast-check is not defined.
46082
46083         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
46084         * conform/data/limits.h-data: Fixes for POSIX2008.
46085         * conform/run-conformtest.sh: Run all tests.
46086         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
46087         headers.
46088         * include/bits/dlfcn.h: Likewise.
46089         * include/langinfo.h: Likewise.
46090         * include/monetary.h: Likewise.
46091         * include/sys/poll.h: Likewise.
46092
46093         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
46094         for __USE_GNU.
46095         * posix/spawn.h: Define __need_sigset_t.
46096         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
46097         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
46098         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
46099         to get sigevent_t only.
46100         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
46101         only for __USE_GNU.
46102         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46103         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
46104         process_vm_writev only for __USE_GNU.
46105         * termios/termios.h: Declare tcgetsid also for POSIX2008.
46106
46107         * conform/Makefile: For now ignore errors from run-conformtest.
46108         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
46109         POSIX to avoid namespace pollution.  Don't prepend headers.
46110         * conform/data/aio.h-data: Fixes for POSIX testing.
46111         * conform/data/fcntl.h-data: Likewise.
46112         * conform/data/glob.h-data: Likewise.
46113         * conform/data/grp.h-data: Likewise.
46114         * conform/data/pthread.h-data: Likewise.
46115         * conform/data/pwd.h-data: Likewise.
46116         * conform/data/signal.h-data: Likewise.
46117         * conform/data/spawn.h-data: Likewise.
46118         * conform/data/stdio.h-data: Likewise.
46119         * conform/data/stdlib.h-data: Likewise.
46120         * conform/data/stropts.h-data: Likewise.
46121         * conform/data/sys/mman.h-data: Likewise.
46122         * conform/data/sys/stat.h-data: Likewise.
46123         * conform/data/sys/types.h-data: Likewise.
46124         * conform/data/sys/wait.h-data: Likewise.
46125         * conform/data/time.h-data: Likewise.
46126         * conform/data/unistd.h-data: Likewise.
46127         * conform/data/utime.h-data: Likewise.
46128
46129         * io/sys/stat.h: fchmod was always in POSIX.
46130         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
46131         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
46132         * rt/aio.h: Define __need_timespec before including <time.h>.
46133         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
46134         struct.  Add forward declaration of pthread_attr_t and use it in
46135         sigevent.
46136         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
46137         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
46138         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
46139         always remove CLK_TCK definition.
46140
46141 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
46142
46143         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
46144
46145 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
46146
46147         * conform/run-conformtest.sh: New file.
46148         * conform/Makefile: Run run-conformtest for tests.
46149         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
46150         support.
46151
46152         * conform/data/uchar.h-data: New file.
46153         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
46154         * conform/data/arpa/inet.h-data: Likewise.
46155         * conform/data/assert.h-data: Likewise.
46156         * conform/data/complex.h-data: Likewise.
46157         * conform/data/cpio.h-data: Likewise.
46158         * conform/data/ctype.h-data: Likewise.
46159         * conform/data/dirent.h-data: Likewise.
46160         * conform/data/dlfcn.h-data: Likewise.
46161         * conform/data/errno.h-data: Likewise.
46162         * conform/data/fcntl.h-data: Likewise.
46163         * conform/data/float.h-data: Likewise.
46164         * conform/data/fmtmsg.h-data: Likewise.
46165         * conform/data/fnmatch.h-data: Likewise.
46166         * conform/data/ftw.h-data: Likewise.
46167         * conform/data/glob.h-data: Likewise.
46168         * conform/data/grp.h-data: Likewise.
46169         * conform/data/iconv.h-data: Likewise.
46170         * conform/data/inttypes.h-data: Likewise.
46171         * conform/data/langinfo.h-data: Likewise.
46172         * conform/data/libgen.h-data: Likewise.
46173         * conform/data/limits.h-data: Likewise.
46174         * conform/data/locale.h-data: Likewise.
46175         * conform/data/math.h-data: Likewise.
46176         * conform/data/monetary.h-data: Likewise.
46177         * conform/data/mqueue.h-data: Likewise.
46178         * conform/data/ndbm.h-data: Likewise.
46179         * conform/data/net/if.h-data: Likewise.
46180         * conform/data/netdb.h-data: Likewise.
46181         * conform/data/netinet/in.h-data: Likewise.
46182         * conform/data/nl_types.h-data: Likewise.
46183         * conform/data/poll.h-data: Likewise.
46184         * conform/data/pthread.h-data: Likewise.
46185         * conform/data/pwd.h-data: Likewise.
46186         * conform/data/regex.h-data: Likewise.
46187         * conform/data/sched.h-data: Likewise.
46188         * conform/data/search.h-data: Likewise.
46189         * conform/data/semaphore.h-data: Likewise.
46190         * conform/data/setjmp.h-data: Likewise.
46191         * conform/data/signal.h-data: Likewise.
46192         * conform/data/spawn.h-data: Likewise.
46193         * conform/data/stdarg.h-data: Likewise.
46194         * conform/data/stdio.h-data: Likewise.
46195         * conform/data/stdlib.h-data: Likewise.
46196         * conform/data/string.h-data: Likewise.
46197         * conform/data/strings.h-data: Likewise.
46198         * conform/data/stropts.h-data: Likewise.
46199         * conform/data/sys/ipc.h-data: Likewise.
46200         * conform/data/sys/mman.h-data: Likewise.
46201         * conform/data/sys/msg.h-data: Likewise.
46202         * conform/data/sys/resource.h-data: Likewise.
46203         * conform/data/sys/select.h-data: Likewise.
46204         * conform/data/sys/sem.h-data: Likewise.
46205         * conform/data/sys/shm.h-data: Likewise.
46206         * conform/data/sys/socket.h-data: Likewise.
46207         * conform/data/sys/stat.h-data: Likewise.
46208         * conform/data/sys/statvfs.h-data: Likewise.
46209         * conform/data/sys/time.h-data: Likewise.
46210         * conform/data/sys/timeb.h-data: Likewise.
46211         * conform/data/sys/times.h-data: Likewise.
46212         * conform/data/sys/types.h-data: Likewise.
46213         * conform/data/sys/uio.h-data: Likewise.
46214         * conform/data/sys/un.h-data: Likewise.
46215         * conform/data/sys/utsname.h-data: Likewise.
46216         * conform/data/sys/wait.h-data: Likewise.
46217         * conform/data/syslog.h-data: Likewise.
46218         * conform/data/tar.h-data: Likewise.
46219         * conform/data/termios.h-data: Likewise.
46220         * conform/data/utime.h-data: Likewise.
46221         * conform/data/utmpx.h-data: Likewise.
46222         * conform/data/varargs.h-data: Likewise.
46223         * conform/data/wchar.h-data: Likewise.
46224         * conform/data/wctype.h-data: Likewise.
46225         * conform/data/wordexp.h-data: Likewise.
46226
46227         * include/stropts.h: New file.
46228         * include/uchar.h: New file.
46229         * include/aio.h: Changes to allow conformtest.pl to use the headers.
46230         * include/assert.h: Likewise.
46231         * include/ctype.h: Likewise.
46232         * include/dirent.h: Likewise.
46233         * include/dlfcn.h: Likewise.
46234         * include/fcntl.h: Likewise.
46235         * include/fnmatch.h: Likewise.
46236         * include/glob.h: Likewise.
46237         * include/grp.h: Likewise.
46238         * include/libio.h: Likewise.
46239         * include/locale.h: Likewise.
46240         * include/math.h: Likewise.
46241         * include/net/if.h: Likewise.
46242         * include/netdb.h: Likewise.
46243         * include/netinet/in.h: Likewise.
46244         * include/pthread.h: Likewise.
46245         * include/pwd.h: Likewise.
46246         * include/regex.h: Likewise.
46247         * include/sched.h: Likewise.
46248         * include/search.h: Likewise.
46249         * include/setjmp.h: Likewise.
46250         * include/signal.h: Likewise.
46251         * include/stdio.h: Likewise.
46252         * include/stdlib.h: Likewise.
46253         * include/string.h: Likewise.
46254         * include/sys/cdefs.h: Likewise.
46255         * include/sys/mman.h: Likewise.
46256         * include/sys/msg.h: Likewise.
46257         * include/sys/resource.h: Likewise.
46258         * include/sys/select.h: Likewise.
46259         * include/sys/socket.h: Likewise.
46260         * include/sys/stat.h: Likewise.
46261         * include/sys/statvfs.h: Likewise.
46262         * include/sys/time.h: Likewise.
46263         * include/sys/times.h: Likewise.
46264         * include/sys/uio.h: Likewise.
46265         * include/sys/utsname.h: Likewise.
46266         * include/sys/wait.h: Likewise.
46267         * include/termios.h: Likewise.
46268         * include/time.h: Likewise.
46269         * include/ulimit.h: Likewise.
46270         * include/unistd.h: Likewise.
46271         * include/utime.h: Likewise.
46272         * include/wchar.h: Likewise.
46273         * include/wctype.h: Likewise.
46274         * include/wordexp.h: Likewise.
46275
46276         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
46277
46278         * time/time.h: TIME_UTC must be a macro.
46279         Make timespec_get available for ISO C11 only as well.
46280
46281 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
46282
46283         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
46284         Reported by Peng Haitao <penght@cn.fujitsu.com>.
46285
46286 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46287
46288         * configure.in: Use -o not -a in test for unsupported multi-arch.
46289
46290 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46291
46292         * manual/texinfo.tex: Update to version 2012-01-19.16.
46293
46294 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46295
46296         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
46297
46298 2012-02-24  Roland McGrath  <roland@hack.frob.com>
46299
46300         [BZ #13738]
46301         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
46302         * manual/fdl-1.3.texi: New file.
46303         * manual/fdl-1.1.texi: File removed.
46304
46305         [BZ #13738]
46306         * manual/libc.texinfo (FDL_VERSION): New @set.
46307         Use it for mention of FDL in cover text.
46308         (Documentation License): Use it in @include file name.
46309
46310 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46311             Roland McGrath  <roland@hack.frob.com>
46312
46313         [BZ #5461]
46314         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
46315         (not LONG_LONG_MAX and LONG_LONG_MIN.
46316         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
46317         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
46318         name.
46319         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
46320
46321 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46322
46323         [BZ #2547]
46324         [BZ #11365]
46325         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
46326         manipulate bits before adding and subtracting TWO23[sx].
46327         * math/libm-test.inc (nearbyint_test): Add more tests.
46328
46329 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46330
46331         [BZ #2548]
46332         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
46333         bits before adding and subtracting TWO23[sx].
46334         * math/libm-test.inc (rint_test): Add more tests.
46335         (rint_test_tonearest): Likewise.
46336         (rint_test_towardzero): Likewise.
46337         (rint_test_downward): Likewise.
46338         (rint_test_upward: Likewise.
46339
46340 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46341
46342         [BZ #10110]
46343         * include/stdc-predef.h: New file.  Extracted from features.h.
46344         * include/features.h: Include stdc-predef.h.
46345         * Makefile (headers): Add stdc-predef.h.
46346         * CONFORMANCE (Compiler limitations): Update.
46347
46348 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46349
46350         * manual/libc.texinfo (VERSION, UPDATED): Revert.
46351
46352 2012-02-21  David S. Miller  <davem@davemloft.net>
46353
46354         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
46355         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46356
46357 2012-02-20  David S. Miller  <davem@davemloft.net>
46358
46359         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
46360         using a normal save/restore sequence, rather than allocating a
46361         dummy stack frame just to store a frame pointer and restore.
46362         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46363
46364 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46365
46366         * manual/install.texi: Fix stray word in line-wrapped comment.
46367
46368 2012-02-20  David S. Miller  <davem@davemloft.net>
46369
46370         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
46371         both binutils and gcc support GOTDATA.
46372
46373         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
46374         "rd %pc" in the PIC register setup sequences.
46375
46376         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
46377         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
46378         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
46379         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
46380         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
46381         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46382         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46383         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46384         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
46385         (SYSCALL_ERROR_HANDLER): Likewise.
46386         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
46387         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
46388         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
46389         (SYSCALL_ERROR_HANDLER): Likewise.
46390
46391         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
46392         (HAVE_GCC_GOTDATA): New.
46393         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
46394         relocation support in both binutils and gcc.
46395         * sysdeps/sparc/elf/configure: Regenerate.
46396
46397         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
46398         * sysdeps/sparc/sparc32/elf/configure: Delete.
46399         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
46400         * sysdeps/sparc/sparc64/elf/configure: Delete.
46401         * sysdeps/sparc/elf/configure.in: New file.
46402         * sysdeps/sparc/elf/configure: Generate.
46403
46404         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
46405         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
46406         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46407         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
46408         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
46409
46410 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46411
46412         * manual/install.texi: Do not mention specific glibc version
46413         numbers.
46414         * manual/libc.texinfo (VERSION, UPDATED): Update.
46415         (@copying): Use @copyright{} and range of years.
46416
46417 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46418
46419         [BZ #13695]
46420         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
46421         [crti.S not in sysdirs] (generated): Do not append.
46422         [crti.S not in sysdirs] (omit-deps): Likewise.
46423         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
46424         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
46425         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
46426         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
46427         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
46428         Likewise.
46429         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
46430         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
46431         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
46432         * csu/defs.awk: Remove file.
46433         * sysdeps/generic/initfini.c: Likewise.
46434         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
46435         variable.
46436         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
46437         Likewise.
46438
46439 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46440
46441         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
46442         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
46443         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
46444         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
46445         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46446         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
46447         <bits/epoll.h>.
46448         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
46449         (__EPOLL_PACKED): Define to empty if not defined by
46450         <bits/epoll.h>.
46451         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
46452         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46453         bits/epoll.h.
46454
46455 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46456
46457         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
46458         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
46459         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
46460         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
46461         <bits/timerfd.h>.
46462         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
46463         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46464         bits/timerfd.h.
46465
46466 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46467
46468         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
46469         in C locale.
46470         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
46471         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
46472         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
46473         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46474
46475 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
46476
46477         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46478         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46479
46480 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
46481
46482         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
46483         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
46484         defined.
46485         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
46486         Likewise.
46487         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
46488         entry for 2.16.
46489
46490 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
46491
46492         * math/w_acos.c: Use non-signaling floating-point comparisons.
46493         * math/w_acosf.c: Likewise.
46494         * math/w_acosh.c: Likewise.
46495         * math/w_acoshf.c: Likewise.
46496         * math/w_acoshl.c: Likewise.
46497         * math/w_acosl.c: Likewise.
46498         * math/w_asin.c: Likewise.
46499         * math/w_asinf.c: Likewise.
46500         * math/w_asinl.c: Likewise.
46501         * math/w_atanh.c: Likewise.
46502         * math/w_atanhf.c: Likewise.
46503         * math/w_atanhl.c: Likewise.
46504         * math/w_exp2.c: Likewise.
46505         * math/w_exp2f.c: Likewise.
46506         * math/w_exp2l.c: Likewise.
46507         * math/w_j0.c: Likewise.
46508         * math/w_j0f.c: Likewise.
46509         * math/w_j0l.c: Likewise.
46510         * math/w_j1.c: Likewise.
46511         * math/w_j1f.c: Likewise.
46512         * math/w_j1l.c: Likewise.
46513         * math/w_jn.c: Likewise.
46514         * math/w_jnf.c: Likewise.
46515         * math/w_log.c: Likewise.
46516         * math/w_log10.c: Likewise.
46517         * math/w_log10f.c: Likewise.
46518         * math/w_log10l.c: Likewise.
46519         * math/w_log2.c: Likewise.
46520         * math/w_log2f.c: Likewise.
46521         * math/w_log2l.c: Likewise.
46522         * math/w_logf.c: Likewise.
46523         * math/w_logl.c: Likewise.
46524         * math/w_sqrt.c: Likewise.
46525         * math/w_sqrtf.c: Likewise.
46526         * math/w_sqrtl.c: Likewise.
46527         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46528         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
46529         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46530         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46531         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46532
46533 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46534
46535         [BZ #9739]
46536         * manual/string.texi (strnlen): Use correct parameter name in
46537         equivalent expression.
46538
46539 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46540
46541         [BZ #11174]
46542         * manual/users.texi (seteuid): Consistently use neweuid for
46543         argument name.
46544
46545 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46546
46547         [BZ #13704]
46548         * manual/nss.texi (Services in the NSS configuration): Correct
46549         list of services in example configuration file.
46550
46551 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
46552
46553         [BZ #11322]
46554         * manual/arith.texi: Remove statements about negative zero
46555         behaving identically to zero.
46556
46557 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46558
46559         [BZ #5993]
46560         * manual/install.texi: Do not document upgrading from libc5.
46561
46562 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46563
46564         [BZ #4596]
46565         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
46566
46567 2012-02-18  David S. Miller  <davem@davemloft.net>
46568
46569         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
46570         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
46571         %o7 across the call.
46572         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
46573         instead.
46574         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
46575         SETUP_PIC_REG_LEAF.
46576         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46577         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
46578         * sysdeps/sparc/crtn.S: Likewise.
46579
46580 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
46581
46582         * aout/Makefile: Remove.
46583
46584 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
46585
46586         [BZ #13058]
46587         * manual/examples/argp-ex1.c (main): Format definition in GNU
46588         style.
46589         * manual/examples/argp-ex2.c (main): Likewise.
46590         * manual/examples/argp-ex3.c (main): Likewise.
46591         * manual/examples/argp-ex4.c (main): Likewise.
46592         * manual/examples/longopt.c (main): Use new-style prototype
46593         definition.
46594         * manual/examples/strncat.c (main): Specify return type and use
46595         (void) for arguments.
46596         * manual/examples/subopt.c (main): Use char **argv argument.
46597
46598 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46599
46600         [BZ #5077]
46601         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
46602         rounding modes.
46603
46604 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
46605
46606         [BZ #6907]
46607         * manual/string.texi (strchr): Change when strchrnul is
46608         recommended.
46609
46610 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
46611
46612         [BZ #174]
46613         * manual/locale.texi (setlocale): Document LOCPATH.
46614
46615 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46616
46617         [BZ #10210]
46618         * manual/process.texi (execle): Move @dots{} before last argument.
46619
46620 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
46621
46622         [BZ #12047]
46623         * manual/charset.texi (Generic Charset Conversion): Fix typo
46624         (LC_TYPE -> LC_CTYPE).
46625
46626 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
46627
46628         [BZ #5805]
46629         * manual/arith.texi (scalbn): Use @var{} on parameter names.
46630         (scalbnf): Likewise.
46631         (scalbnl): Likewise.
46632         (scalbln): Likewise.
46633         (scalblnf): Likewise.
46634         (scalblnl): Likewise.
46635         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
46636         (vwarnx): Likewise.
46637         (verr): Likewise.
46638         (verrx): Likewise.
46639         * manual/filesys.texi (telldir): Use braces around return type.
46640         * manual/llio.texi (mmap): Add space after comma.
46641         (mmap64): Likewise.
46642         * manual/math.texi (jn): Use @var{} on parameter names.
46643         (jnf): Likewise.
46644         (jnl): Likewise.
46645         (yn): Likewise.
46646         (ynf): Likewise.
46647         (ynl): Likewise.
46648         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
46649         line.
46650         * manual/resource.texi (ulimit): Use @dots{} instead of literal
46651         "...".
46652         (sched_get_priority_min): Remove semicolon on @deftypefun line.
46653         (sched_get_priority_max): Likewise.
46654         * manual/signal.texi (sigvec): Add space after comma.
46655         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
46656         names.
46657         (if_indextoname): Likewise.
46658         (if_freenameindex): Likewise.
46659         (sendto): Use ',' instead of '.' in prototype.
46660         * manual/startup.texi (syscall): Use @dots{} instead of literal
46661         "...".
46662         * manual/stdio.texi (__fpending): Separate initial words of
46663         paragraph from @deftypefun line.
46664         * manual/syslog.texi (syslog): Use @dots{} instead of literal
46665         "...".
46666         (vsyslog): Use @var{} on parameter names.
46667         * manual/terminal.texi (stty): Use @var{} on parameter names.
46668         * manual/users.texi (getutmp): Use @var{} on parameter names.
46669         (getutmpx): Likewise.
46670
46671 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46672
46673         [BZ #6884]
46674         * manual/stdio.texi (fopen): Fix typos in description of
46675         ",ccs=STRING".
46676
46677 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
46678
46679         [BZ #4026]
46680         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
46681         get clock_id definition.
46682
46683 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
46684
46685         [BZ #4822]
46686         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
46687         (madvise): Cast every argument to void on its own.
46688
46689 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46690
46691         [BZ #9902]
46692         * manual/startup.texi (Exit Status): Fix typo.
46693
46694 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46695
46696         [BZ #10140]
46697         * manual/examples/argp-ex1.c: Include <stdlib.h>.
46698         * manual/examples/argp-ex2.c: Likewise.
46699         * manual/examples/argp-ex3.c: Likewise.
46700
46701 2012-02-16  Richard Henderson  <rth@redhat.com>
46702
46703         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
46704         * sysdeps/s390/s390-32/initfini.c: Remove.
46705         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
46706         * sysdeps/s390/s390-64/initfini.c: Remove.
46707
46708 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
46709
46710         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
46711         compiler output for sysdeps/generic/initfini.c.
46712         * sysdeps/sh/elf/initfini.c: Remove file.
46713
46714 2012-02-16  David S. Miller  <davem@davemloft.net>
46715
46716         [BZ #11494]
46717         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
46718
46719         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
46720         * sysdeps/sparc/crti.S: New file.
46721         * sysdeps/sparc/crtn.S: New file.
46722         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
46723         * sysdeps/sparc/sparc64/Makefile: Likewise.
46724
46725 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
46726
46727         [BZ #3335]
46728         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
46729
46730 2012-02-15  Roland McGrath  <roland@hack.frob.com>
46731
46732         [BZ #4822]
46733         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
46734
46735         * mach/devstream.c (cookie_io_functions_t): Macro removed.
46736         (write, read, close): Likewise.
46737         Patch by Aurelien Jarno <aurelien@aurel32.net>.
46738
46739 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
46740
46741         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
46742         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
46743         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
46744         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
46745         <bits/signalfd.h>.
46746         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
46747         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46748         bits/signalfd.h.
46749
46750 2012-02-14  Marek Polacek  <polacek@redhat.com>
46751
46752         * sysdeps/x86_64/crti.S: New file.
46753         * sysdeps/x86_64/crtn.S: New file.
46754         * sysdeps/x86_64/elf/initfini.c: Remove file.
46755
46756 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46757
46758         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46759         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46760         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46761         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46762         <bits/inotify.h>.
46763         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46764         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46765         bits/inotify.h.
46766
46767 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46768
46769         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46770         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46771         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46772         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46773         <bits/eventfd.h>.
46774         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46775         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46776         bits/eventfd.h.
46777
46778 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
46779
46780         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46781         __feraiseexcept instead of feraiseexcept.
46782
46783         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46784         nanosleep invocations.
46785         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46786         strings, and add error checking for a nanosleep invocations.
46787
46788 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
46789
46790         Replace FSF snail mail address with URLs, as per GNU coding standards.
46791         Most of the snail mail addresses were wrong anyway, and omitting
46792         them makes the source code easier to maintain.  Almost all of the
46793         changes are to license notices and to locale LC_IDENTIFICATION
46794         addresses, except for this one:
46795         * manual/libc.texinfo: In "Published by", give the FSF's URL,
46796         not its snail mail address.
46797
46798 2012-02-09  Richard Henderson  <rth@twiddle.net>
46799
46800         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46801         of kernel-features.h.
46802
46803         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46804
46805 2012-02-08  Marek Polacek  <polacek@redhat.com>
46806
46807         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46808         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46809         * sysdeps/gnu/_G_config.h: Likewise.
46810         * sysdeps/generic/_G_config.h: Likewise.
46811
46812 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
46813
46814         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46815         tests.
46816         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46817
46818         * sysdeps/powerpc/powerpc32/crti.S: New file.
46819         * sysdeps/powerpc/powerpc32/crtn.S: New file.
46820         * sysdeps/powerpc/powerpc64/crti.S: New file.
46821         * sysdeps/powerpc/powerpc64/crtn.S: New file.
46822
46823         * Makeconfig (have-initfini): Don't set.
46824         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46825         * configure.in (nopic_initfini): Don't substitute.
46826         * config.h.in (HAVE_INITFINI): Don't #undef.
46827         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46828         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46829
46830 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
46831
46832         Support crti.S and crtn.S provided directly by architectures.
46833         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46834         [crti.S in sysdirs] (omit-deps): Likewise.
46835         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46836         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46837         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46838         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46839         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46840         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46841         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46842         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46843         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46844         compiler output for sysdeps/generic/initfini.c.
46845         * sysdeps/i386/elf/Makefile: Remove file.
46846         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46847
46848 2012-02-07  Marek Polacek  <polacek@redhat.com>
46849
46850         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46851         * sysdeps/gnu/_G_config.h: Likewise.
46852         * sysdeps/mach/hurd/_G_config.h: Likewise.
46853
46854 2012-02-07  Marek Polacek  <polacek@redhat.com>
46855
46856         * math/Makefile (tests): Add tst-CMPLX2.
46857         * math/tst-CMPLX2.c: New file.
46858
46859 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
46860
46861         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46862
46863         * math/libm-test.inc (jn_test): Add missing L suffix.
46864
46865 2012-02-06  Marek Polacek  <polacek@redhat.com>
46866
46867         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46868         * sysdeps/i386/fpu/e_powf.S: Likewise.
46869         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46870         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46871         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46872         * sysdeps/i386/fpu/e_pow.S: Likewise.
46873         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46874         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46875         * sysdeps/i386/fpu/s_expm1.S: Likewise.
46876         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46877         * sysdeps/i386/fpu/e_log2.S: Likewise.
46878         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46879         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46880         * sysdeps/i386/fpu/e_powl.S: Likewise.
46881         * sysdeps/i386/fpu/s_log1p.S: Likewise.
46882         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46883         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46884         * sysdeps/i386/fpu/e_logl.S: Likewise.
46885         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46886         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46887         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46888         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46889         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46890         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46891         * sysdeps/i386/fpu/e_log.S: Likewise.
46892         * sysdeps/i386/fpu/s_cexp.S: Likewise.
46893         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46894         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46895         * sysdeps/i386/fpu/e_logf.S: Likewise.
46896         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46897         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46898         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46899         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46900         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46901         * sysdeps/i386/fpu/e_log10.S: Likewise.
46902         * sysdeps/i386/fpu/s_frexp.S: Likewise.
46903         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46904         * sysdeps/i386/fpu/s_asinh.S: Likewise.
46905         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46906         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46907         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46908         * sysdeps/i386/asm-syntax.h: Likewise.
46909         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46910         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46911         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46912         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46913         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46914         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46915         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46916         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46917         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46918         * sysdeps/powerpc/sysdep.h: Likewise.
46919         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46920         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46921
46922 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46923
46924         [BZ #411]
46925         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46926
46927 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46928
46929         * sysdeps/i386/sysdep.h: Include <features.h>.
46930         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46931         version.
46932
46933 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
46934
46935         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46936         Define.
46937         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46938         LOAD_PIC_REG_STR.
46939
46940 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46941
46942         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46943         (SETUP_PIC_REG): Use GET_PC_THUNK.
46944         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46945         macro.
46946
46947 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46948
46949         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46950         for non-PIC compilation.
46951         (SETUP_PIC_REG): Add .p2align directive.
46952         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46953         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46954         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46955         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46956         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46957         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46958         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46959         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46960         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46961         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46962         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46963         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46964         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46965         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46966         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46967         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46968         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46969         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46970         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46971         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46972         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46973         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46974         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46975         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46976         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46977         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46978         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46979         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46980         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46981         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46982         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46983         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46984         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46985         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46986         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46987         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46988         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46989         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46990         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46991         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46992         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46993
46994 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46995
46996         * math/tst-CMPLX.c: Include <stdio.h>.
46997
46998 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
46999
47000         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
47001         float.
47002         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
47003         * sysdeps/sparc/bits/mathdef.h: Likewise.
47004
47005 2012-01-31  Marek Polacek  <polacek@redhat.com>
47006
47007         * libio/libio.h: Don't define _PARAMS.
47008         * locale/programs/config.h: Don't define PARAMS.
47009         * stdlib/strtol_l.c: Likewise.
47010         (__strtol_l): Remove PARAMS from the prototype.
47011
47012 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
47013
47014         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
47015         names.  Just use the correct names.  Remove unnecessary wrapper
47016         functions.
47017         * malloc/arena.c: Likewise.
47018         * malloc/hooks.c: Likewise.
47019
47020         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
47021         ARENA_TEST says not to.  Simplify test for creation of a new arena.
47022         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
47023
47024 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
47025
47026         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
47027         into tail calls.
47028         (update_get_addr): New function.
47029         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
47030         GET_ADDR_MODULE parameter.
47031
47032 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
47033
47034         * crypt/cert.c: Remove __STDC__ conditionals.
47035         * crypt/crypt-entry.c: Likewise.
47036         * crypt/crypt_util.c: Likewise.
47037         * libio/filedoalloc.c: Likewise.
47038         * libio/fileops.c: Likewise.
47039         * libio/genops.c: Likewise.
47040         * libio/iofclose.c: Likewise.
47041         * libio/iofdopen.c: Likewise.
47042         * libio/iofopen.c: Likewise.
47043         * libio/iofopen64.c: Likewise.
47044         * libio/iogetdelim.c: Likewise.
47045         * libio/iopopen.c: Likewise.
47046         * libio/obprintf.c: Likewise.
47047         * libio/oldfileops.c: Likewise.
47048         * libio/oldiofclose.c: Likewise.
47049         * libio/oldiofdopen.c: Likewise.
47050         * libio/oldiofopen.c: Likewise.
47051         * libio/oldiopopen.c: Likewise.
47052         * libio/wfiledoalloc.c: Likewise.
47053         * libio/wgenops.c: Likewise.
47054         * locale/programs/xmalloc.c: Likewise.
47055         * misc/syslog.c: Likewise.
47056         * stdio-common/xbug.c: Likewise.
47057         * string/memchr.c: Likewise.
47058         * string/memcmp.c: Likewise.
47059         * string/memrchr.c: Likewise.
47060         * string/rawmemchr.c: Likewise.
47061         * sysdeps/posix/getcwd.c: Likewise.
47062         * time/strftime_l.c: Likewise.
47063
47064 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
47065
47066         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
47067         * config.make.in (config-cflags-sse2avx): Define.
47068         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
47069         Fix typo.
47070
47071 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
47072
47073         * scripts/config.guess: Update from upstream config git repository.
47074         * scripts/config.sub: Likewise.
47075
47076 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
47077
47078         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
47079         (EM_NUM): Update.
47080         (R_TILEPRO_*, R_TILEGX_*): New macros.
47081
47082         * scripts/firstversions.awk: Fix bug in version range handling.
47083
47084         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
47085
47086         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
47087
47088         * include/sys/epoll.h: New file.
47089         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
47090         libc_hidden_def.
47091
47092 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
47093
47094         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
47095         Avoid unnecessary __WORDSIZE == 64 test.
47096         (fmaxf): Use VEX format if possible.
47097         (fmax): Likewise.
47098         (fminf): Likewise.
47099         (fmin): Likewise.
47100
47101         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
47102         * math/math_private.h: Remove libc_fegetround* and
47103         libc_fesetround*.
47104         * sysdeps/i386/configure.in: Check for -msse2avx.
47105         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
47106         also if SSE2AVX is defined.
47107         Remove libc_fegetround* and libc_fesetround*.
47108         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
47109         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
47110         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
47111         of HAS_YMM_USABLE.
47112         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47113         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47114         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47115         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47116         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47117
47118         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
47119
47120 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47121
47122         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
47123         size is not set.
47124         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
47125
47126 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
47127
47128         [BZ #13618]
47129         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
47130         relocation.
47131         * Makeconfig (libm): Define.
47132         * elf/Makefile: Add rules to build and run tst-relsort1.
47133         * elf/tst-relsort1.c: New file.
47134         * elf/tst-relsort1mod1.c: New file.
47135         * elf/tst-relsort1mod2.c: New file.
47136
47137 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
47138
47139         * math/s_ldexp.c: Remove __STDC__ conditionals.
47140         * math/s_ldexpf.c: Likewise.
47141         * math/s_ldexpl.c: Likewise.
47142         * math/s_nextafter.c: Likewise.
47143         * math/s_nexttowardf.c: Likewise.
47144         * math/s_significand.c: Likewise.
47145         * math/s_significandf.c: Likewise.
47146         * math/s_significandl.c: Likewise.
47147         * math/w_jnl.c: Likewise.
47148         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
47149         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
47150         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
47151         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
47152         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
47153         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
47154         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
47155         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
47156         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
47157         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
47158         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
47159         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47160         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
47161         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
47162         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
47163         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
47164         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
47165         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
47166         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
47167         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
47168         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
47169         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
47170         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
47171         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
47172         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
47173         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
47174         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
47175         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
47176         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
47177         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
47178         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
47179         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
47180         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
47181         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
47182         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
47183         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
47184         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
47185         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
47186         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
47187         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
47188         * sysdeps/ieee754/k_standard.c: Likewise.
47189         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
47190         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
47191         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
47192         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
47193         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
47194         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
47195         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
47196         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
47197         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
47198         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
47199         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
47200         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
47201         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
47202         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
47203         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
47204         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
47205         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
47206         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
47207         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
47208         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
47209         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
47210         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
47211         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
47212         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
47213         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
47214         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
47215         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
47216         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
47217         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47218         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
47219         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
47220         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
47221         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
47222         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
47223         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
47224         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
47225         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
47226         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47227         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47228         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
47229         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
47230         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
47231         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
47232         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
47233         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
47234         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
47235         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
47236         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
47237         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
47238         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
47239         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
47240         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47241         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47242         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47243         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47244         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47245         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
47246         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47247         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47248         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47249         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47250         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47251         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47252         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47253         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47254         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47255         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47256         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47257         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47258         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47259         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47260         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47261         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47262         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47263         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47264         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47265         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47266         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47267         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47268         * sysdeps/ieee754/s_matherr.c: Likewise.
47269         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47270         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47271         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47272         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47273
47274 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47275
47276         * crypt/md5.h: Remove __STDC__ conditionals.
47277         * libio/libioP.h: Likewise.
47278         * locale/programs/config.h: Likewise.
47279         * sysdeps/generic/sysdep.h: Likewise.
47280         * sysdeps/i386/asm-syntax.h: Likewise.
47281         * sysdeps/s390/asm-syntax.h: Likewise.
47282         * sysdeps/unix/sysdep.h: Likewise.
47283         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
47284         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
47285
47286 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47287
47288         * libio/libio.h: Remove __STDC__ conditionals.
47289         * malloc/obstack.h: Likewise.
47290         * math/complex.h: Likewise.
47291         * math/math.h: Likewise.
47292         * sysdeps/generic/_G_config.h: Likewise.
47293         * sysdeps/gnu/_G_config.h: Likewise.
47294         * sysdeps/mach/hurd/_G_config.h: Likewise.
47295         * sysdeps/powerpc/bits/mathdef.h: Likewise.
47296         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
47297         * sysdeps/sparc/bits/mathdef.h: Likewise.
47298
47299 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
47300
47301         [BZ #13583]
47302         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
47303         Clean up HAS_* macros.
47304         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
47305         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
47306         possible.
47307         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
47308         HAS_AVX.
47309         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47310         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47311         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47312         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47313         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47314
47315 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
47316
47317         * elf/tst-unique3.cc (gets): Remove declaration.
47318         * elf/tst-unique3lib.cc (gets): Likewise.
47319         * elf/tst-unique3lib2.cc (gets): Likewise.
47320         * elf/tst-unique4.cc (gets): Likewise.
47321
47322 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
47323
47324         * include/stdio.h: Add C++ protection.  Add gets declarations and
47325         definitions.
47326         * debug/tst-chk1.c: Don't declare gets here.
47327         * stdio-common/tst-gets.c: Likewise.
47328
47329 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47330
47331         * posix/glob: Remove directory.
47332
47333 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47334
47335         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
47336
47337 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
47338
47339         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
47340         of the non-standard EPFNOSUPPORT.
47341
47342 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47343
47344         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
47345         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
47346         ANYWHERE set to 1 only on KERN_NO_SPACE error.
47347
47348 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
47349
47350         * wcsmbs/uchar.h: Test __STDC_VERSION__.
47351
47352 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
47353
47354         * nscd/aicache.c (addhstaiX): Do not cache negative results of
47355         transient errors.
47356         * nscd/grpcache.c (cache_addgr): Likewise.
47357         * nscd/hstcache.c (cache_addhst): Likewise.
47358         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47359         * nscd/pwdcache.c (cache_addpw): Likewise.
47360         * nscd/servicescache.c (cache_addserv): Likewise.
47361
47362 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
47363
47364         * malloc/malloc.c: Various cleanups.
47365         * malloc/hooks.c: Likewise.
47366
47367         * stdlib/Makefile (tests): Add bug-fmtmsg1.
47368         * stdlib/bug-fmtmsg1.c: New file.
47369
47370         * stdlib/fmtmsg.c (init): Add missing unlock.
47371         Patch by Peng Haitao <penght@cn.fujitsu.com>.
47372
47373 2012-01-12  Marek Polacek  <polacek@redhat.com>
47374
47375         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
47376         and _GNU_SOURCE.
47377
47378 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
47379
47380         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
47381         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
47382         macro to ensure uniqueness of label name.
47383         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47384         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47385
47386 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
47387
47388         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
47389
47390         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
47391         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47392         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47393         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
47394
47395 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
47396
47397         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
47398
47399         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
47400         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47401         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47402
47403         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
47404
47405         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
47406         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47407         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47408         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
47409
47410         * math/bits/math-finite.h: Add ldexp support.
47411
47412 2012-01-10  Marek Polacek  <polacek@redhat.com>
47413
47414         * locale/programs/localedef.h (show_archive_content): Add noreturn
47415         attribute.
47416
47417 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
47418
47419         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
47420
47421 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47422
47423         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
47424
47425         * io/Makefile (headers): Add bits/poll2.h.
47426
47427 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
47428
47429         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
47430         typo #include statement.
47431
47432 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47433
47434         * include/sys/cdefs.h: Define __attribute_alloc_size.
47435         * catgets/gencat.c: Add alloc_size attribute and apply consistently
47436         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
47437         * elf/pldd.c: Likewise.
47438         * iconv/iconv_charmap.c: Likewise.
47439         * iconv/iconvconfig.c: Likewise.
47440         * iconv/strtab.c: Likewise.
47441         * locale/programs/locale.c: Likewise.
47442         * locale/programs/localedef.h: Likewise.
47443         * locale/programs/simple-hash.c: Likewise.
47444         * nscd/nscd.h: Likewise.
47445         * nss/makedb.c: Likewise.
47446         * sysdeps/generic/ldconfig.h: Likewise.
47447         * locale/programs/localedef.c: Remove xmalloc prototype.
47448         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
47449
47450 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
47451
47452         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
47453         appropriate.
47454
47455 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47456
47457         * math/Makefile (tests): Add tst-CMPLX.
47458         * math/tst-CMPLX.c: New file.
47459
47460         * math/complex.h (CMPLXL): Fix typo.
47461
47462         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
47463         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
47464         GLIBC_2.16.
47465         * debug/tst-chk1.c: Add poll and ppoll tests.
47466         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
47467         * include/sys/poll.h: Add hidden proto for ppoll.
47468         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
47469         * sysdeps/mach/hurd/ppoll.c: Likewise.
47470         * io/ppoll.c: Likewise.
47471         * debug/poll_chk.c: New file.
47472         * debug/ppoll_chk.c: New file.
47473         * include/bits/poll2.h: New file.
47474         * io/bits/poll2.h: New file.
47475
47476         [BZ #1350]
47477         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
47478
47479         * configure.in: static is always set to yes.  Remove.
47480         * config.make.in: Don't set build-static.
47481         * Makeconfig: Remove use of build-static.
47482         * dlfcn/Makefile: Likewise.
47483         * elf/Makefile: Likewise.
47484         * math/Makefile: Likewise.
47485         * misc/Makefile: Likewise.
47486         * nptl/Makefile: Likewise.
47487         * sysdeps/mach/hurd/Makefile: Likewise.
47488
47489         * configure.in: PWD_P is not used anymore.
47490         * config.make.in: Remove PWD_P entry.
47491
47492         * configure.in: Remove last remnants of RANLIB.
47493         No need to check for signed size_t anymore.
47494         Don't set libc_commonpagesize and libc_relro_required here for Alpha
47495         and IA-64.
47496         Remove __builtin_expect test because we require at least gcc 3.4.
47497         * aclocal.m4: Likewise.
47498
47499         * wcsmbs/mbrtoc16.c: Implement using towc function.
47500         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
47501         * wcsmbs/wcsmbsload.c: Likewise.
47502         * iconv/gconv_simple.c: Likewise.
47503         * iconv/gconv_int.h: Likewise.
47504         * iconv/gconv_builtin.h: Likewise.
47505         * iconv/iconv_prog.c: Remove CHAR16 handling.
47506
47507         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
47508
47509         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
47510
47511         * configure.in: Remove --with-elf and --enable-bounded options.
47512         Dont set base_machine for ia64.  More non-ELF conditions removed.
47513         Remove testing and setting of leading underscore information.
47514         * config.make.in (build-bounded): Set to no.
47515         * config.h.in: Remove NO_UNDERSCORES entry.
47516         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
47517         them.
47518         * csu/start.c: Remove !NO_UNDERSCORE code.
47519         * locale/localeinfo.h: Likewise.
47520         * sysdeps/generic/machine-gmon.h: Likewise.
47521         * sysdeps/generic/sysdep.h: Likewise.
47522         * sysdeps/i386/sysdep.h: Likewise.
47523         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47524         * sysdeps/mach/sysdep.h: Likewise.
47525         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47526         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47527         * sysdeps/sh/sysdep.h: Likewise.
47528         * sysdeps/sparc/sparc32/alloca.S: Likewise.
47529         * sysdeps/unix/i386/sysdep.S: Likewise.
47530         * sysdeps/unix/sparc/start.c: Likewise.
47531         * sysdeps/unix/sparc/sysdep.S: Likewise.
47532         * sysdeps/unix/sparc/sysdep.h: Likewise.
47533         * sysdeps/unix/start.c: Likewise.
47534         * sysdeps/unix/x86_64/sysdep.S: Likewise.
47535         * sysdeps/x86_64/sysdep.h: Likewise.
47536
47537 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
47538
47539         [BZ #13553]
47540         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
47541         for non-gcc.
47542         * argp/argp-fmtstream.h: Use const instead __const.
47543         * argp/argp.h: Likewise.
47544         * assert/assert.h: Likewise.
47545         * bits/fenv.h: Likewise.
47546         * bits/sched.h: Likewise.
47547         * bits/sigset.h: Likewise.
47548         * bits/sigthread.h: Likewise.
47549         * catgets/nl_types.h: Likewise.
47550         * conform/data/pthread.h-data: Likewise.
47551         * crypt/crypt-private.h: Likewise.
47552         * crypt/crypt.h: Likewise.
47553         * crypt/crypt_util.c: Likewise.
47554         * ctype/ctype.h: Likewise.
47555         * debug/execinfo.h: Likewise.
47556         * debug/mbsnrtowcs_chk.c: Likewise.
47557         * debug/mbsrtowcs_chk.c: Likewise.
47558         * debug/wcsnrtombs_chk.c: Likewise.
47559         * debug/wcsrtombs_chk.c: Likewise.
47560         * debug/wcstombs_chk.c: Likewise.
47561         * dirent/dirent.h: Likewise.
47562         * dlfcn/dlfcn.h: Likewise.
47563         * elf/neededtest4.c: Likewise.
47564         * grp/grp.h: Likewise.
47565         * gshadow/gshadow.h: Likewise.
47566         * iconv/gconv.h: Likewise.
47567         * iconv/gconv_int.h: Likewise.
47568         * iconv/gconv_simple.c: Likewise.
47569         * iconv/iconv.h: Likewise.
47570         * iconv/loop.c: Likewise.
47571         * iconv/skeleton.c: Likewise.
47572         * include/aio.h: Likewise.
47573         * include/aliases.h: Likewise.
47574         * include/argz.h: Likewise.
47575         * include/arpa/inet.h: Likewise.
47576         * include/assert.h: Likewise.
47577         * include/dirent.h: Likewise.
47578         * include/dlfcn.h: Likewise.
47579         * include/execinfo.h: Likewise.
47580         * include/fcntl.h: Likewise.
47581         * include/fenv.h: Likewise.
47582         * include/glob.h: Likewise.
47583         * include/grp.h: Likewise.
47584         * include/libintl.h: Likewise.
47585         * include/mntent.h: Likewise.
47586         * include/netdb.h: Likewise.
47587         * include/pwd.h: Likewise.
47588         * include/rpc/netdb.h: Likewise.
47589         * include/sched.h: Likewise.
47590         * include/search.h: Likewise.
47591         * include/shadow.h: Likewise.
47592         * include/signal.h: Likewise.
47593         * include/stdio.h: Likewise.
47594         * include/stdlib.h: Likewise.
47595         * include/string.h: Likewise.
47596         * include/sys/socket.h: Likewise.
47597         * include/sys/stat.h: Likewise.
47598         * include/sys/statfs.h: Likewise.
47599         * include/sys/statvfs.h: Likewise.
47600         * include/sys/syslog.h: Likewise.
47601         * include/sys/time.h: Likewise.
47602         * include/sys/uio.h: Likewise.
47603         * include/time.h: Likewise.
47604         * include/unistd.h: Likewise.
47605         * include/utmp.h: Likewise.
47606         * include/wchar.h: Likewise.
47607         * include/wctype.h: Likewise.
47608         * inet/aliases.h: Likewise.
47609         * inet/arpa/inet.h: Likewise.
47610         * inet/netinet/ether.h: Likewise.
47611         * inet/netinet/in.h: Likewise.
47612         * intl/libintl.h: Likewise.
47613         * io/bits/fcntl2.h: Likewise.
47614         * io/fcntl.h: Likewise.
47615         * io/ftw.h: Likewise.
47616         * io/sys/poll.h: Likewise.
47617         * io/sys/stat.h: Likewise.
47618         * io/sys/statfs.h: Likewise.
47619         * io/sys/statvfs.h: Likewise.
47620         * io/utime.h: Likewise.
47621         * libio/bits/stdio.h: Likewise.
47622         * libio/bits/stdio2.h: Likewise.
47623         * libio/libio.h: Likewise.
47624         * libio/libioP.h: Likewise.
47625         * libio/stdio.h: Likewise.
47626         * locale/lc-ctype.c: Likewise.
47627         * locale/locale.h: Likewise.
47628         * login/utmp.h: Likewise.
47629         * malloc/arena.c: Likewise.
47630         * malloc/malloc.c: Likewise.
47631         * malloc/malloc.h: Likewise.
47632         * malloc/mcheck.c: Likewise.
47633         * malloc/mtrace.c: Likewise.
47634         * math/bits/mathcalls.h: Likewise.
47635         * math/fenv.h: Likewise.
47636         * math/math_private.h: Likewise.
47637         * misc/bits/error.h: Likewise.
47638         * misc/bits/syslog.h: Likewise.
47639         * misc/err.h: Likewise.
47640         * misc/error.h: Likewise.
47641         * misc/fstab.h: Likewise.
47642         * misc/mntent.h: Likewise.
47643         * misc/regexp.h: Likewise.
47644         * misc/search.h: Likewise.
47645         * misc/sgtty.h: Likewise.
47646         * misc/sys/mman.h: Likewise.
47647         * misc/sys/syslog.h: Likewise.
47648         * misc/sys/uio.h: Likewise.
47649         * misc/sys/xattr.h: Likewise.
47650         * misc/ttyent.h: Likewise.
47651         * nis/rpcsvc/ypclnt.h: Likewise.
47652         * nss/nss.h: Likewise.
47653         * posix/bits/unistd.h: Likewise.
47654         * posix/fnmatch.h: Likewise.
47655         * posix/glob.h: Likewise.
47656         * posix/sched.h: Likewise.
47657         * posix/spawn.h: Likewise.
47658         * posix/sys/wait.h: Likewise.
47659         * posix/unistd.h: Likewise.
47660         * posix/wordexp.h: Likewise.
47661         * pwd/pwd.h: Likewise.
47662         * resolv/netdb.h: Likewise.
47663         * resource/sys/resource.h: Likewise.
47664         * rt/aio.h: Likewise.
47665         * rt/bits/mqueue2.h: Likewise.
47666         * rt/mqueue.h: Likewise.
47667         * shadow/shadow.h: Likewise.
47668         * signal/signal.h: Likewise.
47669         * socket/send.c: Likewise.
47670         * socket/sendto.c: Likewise.
47671         * socket/sys/socket.h: Likewise.
47672         * stdio-common/printf.h: Likewise.
47673         * stdlib/bits/stdlib.h: Likewise.
47674         * stdlib/fmtmsg.h: Likewise.
47675         * stdlib/monetary.h: Likewise.
47676         * stdlib/stdlib.h: Likewise.
47677         * stdlib/ucontext.h: Likewise.
47678         * streams/stropts.h: Likewise.
47679         * string/argz.h: Likewise.
47680         * string/bits/string2.h: Likewise.
47681         * string/string.h: Likewise.
47682         * string/strings.h: Likewise.
47683         * sunrpc/rpc/auth.h: Likewise.
47684         * sunrpc/rpc/auth_des.h: Likewise.
47685         * sunrpc/rpc/clnt.h: Likewise.
47686         * sunrpc/rpc/netdb.h: Likewise.
47687         * sunrpc/rpc/pmap_clnt.h: Likewise.
47688         * sunrpc/rpc/xdr.h: Likewise.
47689         * sysdeps/generic/inttypes.h: Likewise.
47690         * sysdeps/generic/net/if.h: Likewise.
47691         * sysdeps/generic/sys/swap.h: Likewise.
47692         * sysdeps/gnu/net/if.h: Likewise.
47693         * sysdeps/gnu/utmpx.h: Likewise.
47694         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
47695         * sysdeps/i386/i486/bits/string.h: Likewise.
47696         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
47697         * sysdeps/s390/bits/string.h: Likewise.
47698         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
47699         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
47700         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
47701         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
47702         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
47703         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
47704         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
47705         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
47706         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
47707         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
47708         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
47709         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
47710         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
47711         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
47712         * sysdeps/unix/sysv/linux/readv.c: Likewise.
47713         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
47714         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
47715         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47716         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47717         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47718         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47719         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
47720         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
47721         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
47722         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
47723         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
47724         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
47725         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47726         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
47727         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
47728         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
47729         * sysvipc/sys/ipc.h: Likewise.
47730         * sysvipc/sys/msg.h: Likewise.
47731         * sysvipc/sys/sem.h: Likewise.
47732         * sysvipc/sys/shm.h: Likewise.
47733         * termios/termios.h: Likewise.
47734         * time/sys/time.h: Likewise.
47735         * time/time.h: Likewise.
47736         * wcsmbs/bits/wchar2.h: Likewise.
47737         * wcsmbs/uchar.h: Likewise.
47738         * wcsmbs/wchar.h: Likewise.
47739         * wctype/wctype.h: Likewise.
47740
47741         [BZ #13551]
47742         * Makeconfig: Remove all but ELF support including AIX support.
47743         * Makerules: Likewise.
47744         * config.h.in: Likewise.
47745         * config.make.in: Likewise.
47746         * configure: Likewise.
47747         * configure.in: Likewise.
47748         * csu/Makefile: Likewise.
47749         * csu/version.c: Likewise.
47750         * debug/Makefile: Likewise.
47751         * dlfcn/Makefile: Likewise.
47752         * elf/Makefile: Likewise.
47753         * extra-lib.mk: Likewise.
47754         * iconv/Makefile: Likewise.
47755         * include/libc-symbols.h: Likewise.
47756         * include/shlib-compat.h: Likewise.
47757         * resolv/Makefile: Likewise.
47758         * resolv/res_libc.c: Likewise.
47759         * rt/Makefile: Likewise.
47760         * sysdeps/i386/asm-syntax.h: Likewise.
47761         * sysdeps/i386/sysdep.h: Likewise.
47762         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47763         * sysdeps/mach/sysdep.h: Likewise.
47764         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47765         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47766         * sysdeps/s390/asm-syntax.h: Likewise.
47767         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47768         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47769         * sysdeps/sh/sysdep.h: Likewise.
47770         * sysdeps/unix/sparc/sysdep.h: Likewise.
47771         * sysdeps/wordsize-32/divdi3.c: Likewise.
47772         * sysdeps/x86_64/sysdep.h: Likewise.
47773
47774         * argp/Versions: Remove _argp_unlock_xxx.
47775
47776         [BZ #13559]
47777         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
47778         * abilist/libBrokenLocale.abilist: Likewise.
47779         * abilist/libanl.abilist: Likewise.
47780         * abilist/libc.abilist: Likewise.
47781         * abilist/libcrypt.abilist: Likewise.
47782         * abilist/libdl.abilist: Likewise.
47783         * abilist/libm.abilist: Likewise.
47784         * abilist/libnsl.abilist: Likewise.
47785         * abilist/libpthread.abilist: Likewise.
47786         * abilist/libresolv.abilist: Likewise.
47787         * abilist/librt.abilist: Likewise.
47788         * abilist/libthread_db.abilist: Likewise.
47789         * abilist/libutil.abilist: Likewise.
47790         * abilist/libnss_db.abilist: New file.
47791
47792         * scripts/abilist.awk: Add support for indirect functions.
47793
47794         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47795
47796         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47797
47798         * shlib-versions: Remove entries for ports architectures.
47799
47800         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
47801         files in ports.
47802         * elf/stackguard-macros.h: Remove support for IA-64.
47803         * elf/tst-auditmod1.c: Likewise.
47804         * sysdeps/generic/ldsodefs.h: Likewise.
47805
47806         * sysdeps/unix/sysv/linux/configure.in: Ports should define
47807         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47808         configure files.
47809
47810         [BZ #13552]
47811         * configure.in: Remove --enable-omitfp support.
47812         * FAQ.in: Adjust.
47813         * config.make.in: Likewise.
47814         * Makeconfig: Likewise.
47815         * manual/install.texi: Likewise.
47816
47817         In case anyone cares, the IA-64 architecture could move to ports.
47818         * sysdeps/ia64/*: Removed.
47819         * sysdeps/unix/sysv/linux/ia64/*: Removed.
47820         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
47821
47822         [BZ #13555]
47823         * configure.in: Remove entries for unsupported architectures.
47824
47825         [BZ #13533]
47826         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47827         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
47828         routines.
47829         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47830         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47831         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
47832         fall back to using wcrtomb.
47833         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47834         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
47835         renaming.
47836         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47837         * wcsmbs/tst-c16c32-1.c: New file.
47838
47839         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47840         local variable.
47841
47842         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47843
47844         * elf/tst-unique3.cc: Add explicit declaration of gets.
47845         * elf/tst-unique3lib.cc: Likewise.
47846         * elf/tst-unique3lib2.cc: Likewise.
47847         * elf/tst-unique4.cc: Likewise.
47848
47849         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47850
47851 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
47852
47853         [BZ #13566]
47854         * assert/assert.h (static_assert): Don't define for C++.
47855         * libio/stdio.h (gets): Do declare for C++ <= C++11.
47856         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47857
47858 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
47859
47860         * iconv/loop.c (single loop): Fix assertion in storing of
47861         remaining bytes.
47862
47863         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47864
47865 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
47866
47867         * posix/getconf.c: Update copyright year.
47868         * nss/getent.c: Likewise.
47869         * nss/makedb.c: Likewise.
47870         * iconv/iconvconfig.c: Likewise.
47871         * iconv/iconv_prog.c: Likewise.
47872         * elf/ldconfig.c: Likewise.
47873         * elf/pldd.c: Likewise.
47874         * elf/sotruss.ksh: Likewise.
47875         * catgets/gencat.c: Likewise.
47876         * csu/version.c: Likewise.
47877         * elf/ldd.bash.in: Likewise.
47878         * elf/sprof.c (print_version): Likewise.
47879         * locale/programs/locale.c: Likewise.
47880         * locale/programs/localedef.c: Likewise.
47881         * login/programs/pt_chown.c: Likewise.
47882         * nscd/nscd.c (print_version): Likewise.
47883         * debug/xtrace.sh: Likewise.
47884         * malloc/memusage.sh: Likewise.
47885         * malloc/mtrace.pl: Likewise.
47886         * debug/catchsegv.sh: Likewise.
47887
47888 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
47889
47890         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47891         pure attribute.
47892
47893 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
47894
47895         [BZ #13533]
47896         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47897         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47898         transformations.
47899         * iconv/gconv_int.h: Likewise.
47900         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47901         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47902         from libc for GLIBC_2.16.
47903         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47904         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47905         * wcsmbs/uchar.h: Really define mbstate_t.
47906         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47907         * wcsmbs/c16rtomb.c: New file.
47908         * wcsmbs/mbrtoc16.c: New file.
47909         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47910         for C/POSIX locale.
47911         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47912         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47913
47914         * wcsmbs/wchar.h: Add missing __restrict.
47915
47916 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47917
47918         [BZ #13532]
47919         * time/Makefile (routines): Add timespec_get.
47920         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47921         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
47922         timespec for ISO C11.
47923         * time/timespec_get.c: New file.
47924         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47925         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47926
47927         [BZ #13531]
47928         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47929         * stdlib/stdlib.h: Declare aligned_alloc.
47930         * Versions.def: Add GLIBC_2.16 for libc.
47931         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47932
47933         [BZ 13527]
47934         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47935         ISO C11.
47936
47937         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
47938         code.
47939
47940         [BZ #13528]
47941         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47942
47943         [BZ #13529]
47944         * assert/assert.h (static_assert): Define.
47945
47946         * version.h: Update for 2.16 development version.
47947
47948         [BZ #13526]
47949         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47950         _ISOC11_SOURCE.
47951
47952         * version.h (RELEASE): Bump for 2.15 release.
47953         * include/features.h (__GLIBC_MINOR__): Bump to 15.
47954
47955         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47956         Patch by Marek Polacek <mpolacek@redhat.com>.
47957
47958         * bits/byteswap.h: Protect long long constants with __extension__.
47959         * sysdeps/i386/bits/byteswap.h: Likewise.
47960         * sysdeps/ia64/bits/byteswap.h: Likewise.
47961         * sysdeps/s390/bits/byteswap.h: Likewise.
47962         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47963
47964 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47965
47966         [BZ #13540]
47967         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47968         destination buffer.
47969         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47970
47971 2011-12-23  Marek Polacek  <polacek@redhat.com>
47972
47973         * elf/dl-addr.c (determine_info): Add inline keyword.
47974         * elf/tst-auditmod4b.c (check_avx): Likewise.
47975         * elf/tst-auditmod6b.c (check_avx): Likewise.
47976         * elf/tst-auditmod6c.c (check_avx): Likewise.
47977         * elf/tst-auditmod7b.c (check_avx): Likewise.
47978
47979 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47980
47981         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47982         !__SSE_MATH__.
47983
47984 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47985
47986         [BZ #13540]
47987         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47988         processing for last bytes.
47989
47990 2011-08-06  Bruno Haible  <bruno@clisp.org>
47991
47992         [BZ #13061]
47993         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47994         U+0385, not to U+1FEE.
47995
47996         [BZ #13062]
47997         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47998         entry for U+00A5 U+0301.
47999
48000 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
48001
48002         [BZ #13166]
48003         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
48004         buffer for the output is too small.
48005
48006         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
48007         optimization.
48008
48009         [BZ #13185]
48010         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
48011         SSE flags if possible.
48012
48013 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48014
48015         [BZ #13540]
48016         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
48017         processing for last bytes.
48018
48019 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
48020
48021         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
48022         (syscall-list-default-options, syscall-list-default-condition)
48023         (syscall-list-includes): Define.
48024         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
48025         list of ABIs and options and #if conditions for each ABI.  Do not
48026         handle common syscalls between ABIs specially.
48027         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
48028         Remove.
48029         (syscall-list-variants, syscall-list-32bit-options)
48030         (syscall-list-32bit-condition, syscall-list-64bit-options)
48031         (syscall-list-64bit-condition): Define.
48032         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
48033         (syscall-list-variants, syscall-list-32bit-options)
48034         (syscall-list-32bit-condition, syscall-list-64bit-options)
48035         (syscall-list-64bit-condition): Define.
48036         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
48037         Remove.
48038         (syscall-list-variants, syscall-list-32bit-options)
48039         (syscall-list-32bit-condition, syscall-list-64bit-options)
48040         (syscall-list-64bit-condition): Define.
48041         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
48042         Remove.
48043         (syscall-list-variants, syscall-list-32bit-options)
48044         (syscall-list-32bit-condition, syscall-list-64bit-options)
48045         (syscall-list-64bit-condition): Define.
48046
48047 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
48048
48049         * locale/iso-639.def: Add brx entry.
48050
48051         [BZ #13328]
48052         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
48053         Proposed by Mariusz_Cukr <marcukr@op.pl>.
48054
48055         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
48056         __feraiseexcept_renamed.
48057
48058 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
48059
48060         [BZ #13538]
48061         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
48062         EPOLLET with unsigned values.
48063         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
48064         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
48065
48066         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
48067         to large cancellation.
48068         * math/s_cacoshf.c: Likewise.
48069         * math/s_cacoshl.c: Likewise.
48070
48071 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
48072
48073         [BZ #13305]
48074         [BZ #12786]
48075         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
48076         * math/s_cacoshf.c: Likewise.
48077         * math/s_cacoshl.c: Likewise.
48078
48079 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
48080
48081         [BZ #13439]
48082         * iconv/gconv.h: Define __GCONV_SWAP.
48083         * iconvdata/unicode.c: The swap bit must be stored in __flags.
48084         * iconvdata/utf-16.c: Likewise.
48085         * iconvdata/utf-32.c: Likewise.
48086
48087 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
48088
48089         [BZ #13524]
48090         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
48091         numerator after shifting it by one limb.
48092
48093 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
48094
48095         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
48096         under [__USE_EXTERN_INLINES].
48097
48098 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
48099
48100         [BZ #13446]
48101         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
48102
48103 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48104
48105         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
48106         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
48107         optimized code.
48108         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
48109         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
48110         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
48111         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
48112         for strncasecmp/strncasecmp_l compilation.
48113         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
48114         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
48115
48116 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
48117
48118         [BZ #13484]
48119         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
48120         of __asm__.
48121
48122 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
48123
48124         [BZ #13506]
48125         * time/tzfile.c (__tzfile_read): Check values from file header.
48126
48127 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
48128
48129         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
48130         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
48131         * powerpc/powerpc32/dl-start.S: Likewise.
48132         * powerpc/powerpc32/elf/start.S: Likewise.
48133         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
48134         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
48135         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
48136         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
48137         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
48138         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
48139         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
48140         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
48141         * powerpc/powerpc32/fpu/s_round.S: Likewise.
48142         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
48143         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
48144         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
48145         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
48146         * powerpc/powerpc32/memset.S: Likewise.
48147         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
48148         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
48149         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
48150         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
48151         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
48152         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
48153         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
48154         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
48155         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
48156         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
48157         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
48158         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
48159         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
48160
48161 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48162
48163         * math/libm-test.inc: Added more nearbyint tests.
48164         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
48165         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
48166         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
48167         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
48168
48169 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
48170
48171         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
48172         FD_CLOEXEC.
48173
48174 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48175
48176         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
48177         Add wcscpy-ssse3 wcscpy-c.
48178         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
48179         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
48180         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
48181         * sysdeps/x86_64/wcschr.S: New file.
48182         * sysdeps/x86_64/wcsrchr.S: New file.
48183         * string/test-strcmp.c: Remove checking of wcscmp function for
48184         wrong alignments.
48185         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
48186         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
48187         wcsrchr-sse2 wcsrchr-c.
48188         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
48189         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
48190         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
48191         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
48192         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
48193         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
48194         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
48195         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
48196         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
48197         * wcsmbc/wcschr.c (WCSCHR): New macro.
48198
48199 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48200
48201         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
48202         * wcsmbs/test-wcsrchr.c: New file.
48203         * string/test-strrchr.c: Add wcsrchr support.
48204         (WIDE): New macro.
48205         * wcsmbs/test-wcscpy.c: New file.
48206         * string/test-strcpy.c: Add wcscpy support.
48207         (WIDE): New macro.
48208
48209 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
48210
48211         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
48212         the inner loop.
48213
48214 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
48215
48216         [BZ #13472]
48217         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
48218
48219 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
48220
48221         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
48222         Minor optimizations.
48223
48224         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
48225         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
48226         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
48227
48228 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
48229
48230         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
48231         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
48232         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
48233         for gcc to avoid warnings.
48234         * inet/Makefile (tests): Add tst-checks.
48235         * inet/tst-checks.c: New file.
48236
48237         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
48238         warning.
48239
48240         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
48241         __wmemcmp_sse2.
48242
48243         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
48244         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
48245
48246         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
48247
48248 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
48249
48250         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
48251         problem.
48252
48253         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
48254
48255 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
48256
48257         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
48258         conditional on GCC version.
48259         (__arch_compare_and_exchange_val_8_acq)
48260         (__arch_compare_and_exchange_val_16_acq)
48261         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
48262         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
48263         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
48264
48265 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
48266
48267         * sysdeps/sh/backtrace.c: New file.
48268
48269 2011-12-02  Andreas Schwab  <schwab@redhat.com>
48270
48271         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
48272         parenthesis.
48273
48274 2011-12-01  Andreas Schwab  <schwab@redhat.com>
48275
48276         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
48277         falling back to utime.
48278
48279 2011-11-30  Andreas Schwab  <schwab@redhat.com>
48280
48281         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
48282         expectations for float.
48283
48284 2011-11-29  Andreas Schwab  <schwab@redhat.com>
48285
48286         * locale/weight.h (findidx): Add parameter len.
48287         * locale/weightwc.h (findidx): Likewise.
48288         * posix/fnmatch_loop.c (FCT): Adjust caller.
48289         * posix/regcomp.c (build_equiv_class): Likewise.
48290         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
48291         * posix/regexec.c (check_node_accept_bytes): Likewise.
48292         * string/strcoll_l.c (STRCOLL): Likewise.
48293         * string/strxfrm_l.c (STRXFRM): Likewise.
48294
48295 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
48296
48297         * Makefile.in: Remove CVSOPT handling.
48298         * configure.in: Remove use of AC_REVISION.
48299         * iconvdata/Makefile (distribute): No need to filter out CVS.
48300         * scripts/list-sources.sh: Remove CVS, subversion and monotone
48301         handling.
48302
48303 2011-11-16  Andreas Schwab  <schwab@redhat.com>
48304
48305         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
48306         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
48307         [USE_AS_STRNCASECMP_L]: Likewise.
48308         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
48309         NO_TLS_DIRECT_SEG_REFS.
48310         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
48311         Fix argument offsets for non-PIC.
48312         [USE_AS_STRNCASECMP_L]: Likewise.
48313         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
48314         NO_TLS_DIRECT_SEG_REFS.
48315
48316 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48317
48318         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
48319         O_CLOEXEC.
48320         * locale/loadlocale.c (_nl_load_locale): Likewise.
48321
48322 2011-11-15  Andreas Schwab  <schwab@redhat.com>
48323
48324         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
48325         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
48326         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
48327         (SYSCALL_GETTIME): Set errno on error.
48328
48329         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
48330         count references to noai6ai_cached.
48331
48332 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48333
48334         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
48335
48336         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
48337         FD_CLOEXEC for /proc/self/maps.
48338
48339         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
48340         FD_CLOEXEC for /proc/meminfo.
48341
48342         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
48343         gai.conf.
48344
48345         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
48346         FD_CLOEXEC for given file.
48347
48348         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
48349
48350         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
48351         FD_CLOEXEC for /etc/hosts.
48352         (_gethtent): Likewise.
48353
48354         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
48355
48356         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
48357         cancellation and set FD_CLOEXEC for /etc/netgroup.
48358
48359         * nss/nss_files/files-key.c (search): Don't allow cancellation when
48360         reading /etc/publickey.
48361
48362         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
48363         allow cancellation when reading /etc/group.
48364
48365         * nss/nss_files/files-alias.c (internal_setent): Don't allow
48366         cancellation.
48367         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
48368
48369         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
48370         when using data file.
48371
48372         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
48373
48374         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
48375         (write_nis_obj): Use "c" and "e" in fopen.
48376
48377         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
48378
48379         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
48380
48381         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
48382
48383         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
48384
48385         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
48386         locale.alias.
48387
48388         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
48389
48390         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
48391
48392         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
48393
48394         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
48395         file parsing and set FD_CLOEXEC.
48396
48397 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48398
48399         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
48400
48401 2011-11-14  Andreas Schwab  <schwab@redhat.com>
48402
48403         * malloc/arena.c (arena_get2): Don't call reused_arena when
48404         _int_new_arena failed.
48405
48406 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48407
48408         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
48409         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
48410         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
48411         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48412         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48413         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
48414         to compile strcasecmp and strncasecmp.
48415         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
48416         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
48417
48418         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
48419
48420 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
48421
48422         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
48423         locale-defines.sym to gen-as-const-headers.
48424         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
48425         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
48426         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
48427         to compile strcasecmp and strncasecmp.
48428         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
48429         strcasecmp_l and strncasecmp_l.
48430         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
48431         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
48432         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
48433         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
48434         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
48435         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
48436         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
48437         * sysdeps/i386/i686/multiarch/strncase.S: New file.
48438         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
48439         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
48440         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
48441
48442 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
48443
48444         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
48445         result of SYSDEP_GETTIME_CPU to retval.
48446         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
48447         parameter list to macro.  Remove trailing semicolon.  Adjust users.
48448
48449         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
48450         variable.
48451
48452         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
48453         mantissa words.
48454         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
48455
48456         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
48457         from unused variable.
48458
48459         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
48460         DWARF definitions.
48461         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
48462         for assembling.
48463
48464         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
48465         over namespaces.
48466
48467         * sunrpc/rpc_prot.c (rejected): Fix case value.
48468
48469         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
48470         unsigned long long int to avoid warnings in shift.
48471
48472         * posix/regex_internal.c (re_string_reconstruct): Actually use result
48473         of use of trans.
48474         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
48475         variable tmp.
48476
48477         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
48478         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
48479         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
48480
48481         * nis/nis_table.c (nis_list): Use variable of correct type for
48482         result of __follow_path call.
48483
48484 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48485
48486         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
48487         of math functions ceil, trunc, floor, round, and sqrt, when
48488         avaliable on the platform.
48489         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
48490         name clash.
48491         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48492         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48493         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48494
48495 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
48496
48497         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
48498         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
48499
48500 2011-11-11  Roland McGrath  <roland@hack.frob.com>
48501
48502         * include/unistd.h: Fix __readlink return type.
48503         Reported by Chris Metcalf <cmetcalf@tilera.com>.
48504
48505 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
48506
48507         * stdlib/ucontext.h: Undo last change for makecontext.
48508
48509 2011-11-11  Andreas Schwab  <schwab@redhat.com>
48510
48511         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
48512
48513         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
48514         * setjmp/setjmp.h: Mark functions as non-leaf.
48515         * setjmp/bits/setjmp2.h: Likewise.
48516         * stdlib/ucontext.h: Likewise.
48517
48518 2011-11-10  Andreas Schwab  <schwab@redhat.com>
48519
48520         * malloc/arena.c (_int_new_arena): Don't increment narenas.
48521         (reused_arena): Don't check arena limit.
48522         (arena_get2): Atomically check arena limit.
48523
48524 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
48525
48526         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
48527         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
48528
48529         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
48530         instructions.
48531
48532 2011-11-07  Andreas Schwab  <schwab@redhat.com>
48533
48534         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
48535         handler when locking.
48536
48537         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
48538         Fix size of allocated buffer.
48539
48540 2011-11-04  Andreas Schwab  <schwab@redhat.com>
48541
48542         [BZ #10103]
48543         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
48544         declarations for long double functions.
48545         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
48546
48547         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
48548
48549 2011-11-03  Andreas Schwab  <schwab@redhat.com>
48550
48551         * nscd/nscd.c (main): Don't start AVC thread until credentials are
48552         installed.
48553
48554         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
48555         is disabled.
48556
48557 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48558
48559         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
48560
48561 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
48562
48563         * include/alloca.h (stackinfo_alloca_round): Define.
48564         (extend_alloca): Use it.
48565         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
48566         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
48567         here.
48568
48569         * scripts/check-local-headers.sh: Ignore libaudit.h.
48570
48571         * nscd/Makefile (extra-objs): Make recursively expanded.
48572
48573 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
48574
48575         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
48576         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
48577
48578         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
48579         * posix/tst-rfc3484-2.c: Likewise.
48580         * posix/tst-rfc3484-3.c: Likewise.
48581
48582         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48583         process_vm_writev.
48584         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
48585         process_vm_writev.
48586         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
48587         process_vm_writev from libc using GLIBC_2.15 version.
48588
48589         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
48590
48591 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
48592
48593         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
48594         stack usage.
48595
48596 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
48597
48598         [BZ #13367]
48599         * nss/getent.c (initgroups_keys): Show error message in case no group
48600         names are given.
48601
48602         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
48603         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
48604         __bump_nl_timestamp.
48605         * nscd/connections (nscd_init): When host database is served open
48606         netlink socket and request notification about configuration changes.
48607         (main_loop_poll): Track netlink file descriptor and bump timestamp
48608         in case data becomes available.
48609         (main_loop_epoll): Likewise.
48610         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
48611         (database_pers_head): Add extra_data fileds.
48612         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
48613         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
48614         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
48615         Adjust caller.
48616         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
48617         in6ai data, call __free_in6ai.
48618         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
48619         Add -DHAVE_NETLINK.
48620         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
48621         interface information.  Reuse previous data if netlink timestamp
48622         is not changed.
48623         (__bump_nl_timestamp): New function.
48624         (__free_in6ai): New function.
48625
48626 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
48627
48628         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
48629         close_not_cancel_no_status here.
48630         (__check_pf): Reorganize code a bit to not call close twice if OOM.
48631
48632 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48633
48634         [BZ #13276]
48635         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
48636         return value.
48637
48638         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
48639         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
48640         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
48641
48642 2011-07-03  Andreas Jaeger  <aj@suse.de>
48643
48644         [BZ #10709]
48645         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
48646         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
48647         * math/libm-test.inc (sin_test): Add test case.
48648
48649 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48650
48651         [BZ #13337]
48652         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
48653         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48654
48655         * elf/chroot_canon.c (chroot_canon): Cleanups.
48656
48657         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
48658
48659         [BZ #13335]
48660         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
48661         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48662
48663         * string/test-strchr.c: Make usable for strchrnul testing.
48664         * string/test-strchrnul.c: New file.
48665         * string/Makefile (strop-tests): Add strchrnul.
48666
48667         * po/it.po: Update from translation team.
48668         * po/es.po: Likewise.
48669
48670 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
48671
48672         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
48673         the three constants needed as parameters.  Drop the others.
48674         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
48675         __m128i_strloadu_tolower.
48676         Create and initialize variable zero and use it in all the places
48677         where _mm_setzero_si128 was used.
48678
48679         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
48680         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
48681         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
48682         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
48683         anymore.
48684         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
48685         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
48686         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
48687         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
48688         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
48689         __mpranred, __mptan.
48690         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
48691         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
48692         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
48693         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
48694         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
48695         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
48696         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
48697         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
48698         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
48699
48700 2011-10-28  Andreas Schwab  <schwab@redhat.com>
48701
48702         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
48703         redefine if SHARED.
48704         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
48705
48706         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
48707         wide char related routines to wcsmbs subdir.
48708
48709 2011-10-27  Andreas Schwab  <schwab@redhat.com>
48710
48711         [BZ #13344]
48712         * misc/sys/cdefs.h (__THROWNL): Define.
48713         * posix/unistd.h: Use __THREADNL instead of __THREAD
48714         for memory synchronization functions.
48715
48716 2011-10-26  Roland McGrath  <roland@hack.frob.com>
48717
48718         [BZ #13349]
48719         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
48720         doesn't exist.
48721         * manual/stdio.texi (Obstack Streams): Node removed.
48722
48723 2011-10-26  Andreas Schwab  <schwab@redhat.com>
48724
48725         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
48726         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48727         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48728
48729         * math/math_private.h (math_force_eval): Allow non-addressable
48730         arguments.
48731         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
48732
48733 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48734
48735         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
48736         file is not needed.
48737
48738         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
48739         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
48740         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48741         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48742         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48743         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48744         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48745         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
48746         Add AVX variants.
48747         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
48748         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
48749         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48750         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48751         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48752         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48753         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48754         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48755         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48756         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48757         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48758         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48759         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48760         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48761         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48762         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48763         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48764         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48765         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48766
48767         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48768         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
48769
48770         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48771         place.  Use VEX encoding when compiling for AVX.
48772
48773 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48774
48775         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48776         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48777
48778         * string/test-strchr.c (do_test): Don't generate NUL bytes.
48779
48780 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48781
48782         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
48783         useless if() expression.
48784         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48785         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48786         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48787         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48788         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48789         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48790         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48791         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48792         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48793         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48794         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48795         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48796         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48797         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48798         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48799         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48800         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48801         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48802         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48803
48804         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48805
48806 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48807
48808         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48809         condition.
48810         * elf/dl-fini.c (_dl_sort_fini): Likewise.
48811
48812 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48813
48814         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48815         .text section.  Avoid duplicate constants.
48816         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48817         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48818         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48819         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48820         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48821         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48822         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48823         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48824         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48825         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48826         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48827         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48828         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48829         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48830         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48831         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48832         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48833         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48834         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48835         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48836         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48837         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48838         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48839         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48840         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48841         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48842         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48843         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48844         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48845         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48846         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48847         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48848         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48849         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48850         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48851         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48852         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48853         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48854         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48855         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48856         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48857         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48858         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48859         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48860         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48861
48862 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
48863
48864         * sysdeps/x86_64/dla.h: Move to ...
48865         * sysdeps/x86_64/fpu/dla.h: ...here.
48866         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48867         situations.  Use __builtin_fma only for gcc 4.6 and up.
48868
48869         * config.make.in: Add have-mfma4 entry.
48870         * configure.in: Substitute libc_cv_cc_fma4.
48871         * math/Makefile (dbl-only-routines): Add sincostab.
48872         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48873         Use __sincostab not sincos.
48874         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48875         name is a macro.
48876         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48877         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48878         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48879         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
48880         using __copysign.
48881         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
48882         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
48883         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48884         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48885         and __inv.
48886         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48887         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48888         __copysign.
48889         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
48890         define aliases when function name is a macro.
48891         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48892         sysdeps/ieee754/dbl-64/sincos.tbl.
48893         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48894         fma4-enabled routines.
48895         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48896         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48897         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48898         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48899         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48900         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48901         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48902         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48903         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48904         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48905         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48906         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48907         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48908         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48909         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48910         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48911         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48912         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48913         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48914         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48915         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48916         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48917         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48918         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48919         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48920         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48921         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48922         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48923         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48924         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48925
48926         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48927         rename.
48928         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48929         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48930         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48931         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48932         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48933         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48934         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48935         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48936
48937 2011-10-24  Andreas Schwab  <schwab@redhat.com>
48938
48939         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48940
48941 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48942
48943         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48944
48945         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48946         prediction.
48947         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48948
48949         * string/strnlen.c: Don't define STRNLEN, reverse logic.
48950         Remove unused variable magic_bits.
48951         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48952
48953         * string/strnlen.c: Define and use STRNLEN macro.
48954         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48955         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48956         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48957         * wcsmbs/wcslen.c: Define and use WCSLEN.
48958         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48959         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48960         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48961         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48962         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48963         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48964         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48965
48966 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48967
48968         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48969         strnlen-sse2-no-bsf.
48970         Rename strlen-no-bsf to strlen-sse2-no-bsf.
48971         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48972         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48973         Add strnlen support.
48974         (USE_AS_STRNLEN): New macro.
48975         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48976         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48977         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48978         * sysdeps/x86_64/wcslen.S: New file.
48979
48980 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
48981
48982         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48983         XMM-moves are used for copying on small sizes.
48984
48985 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48986
48987         * wcsmbs/Makefile (strop-tests): Add wcschr.
48988         * wcsmbs/test-wcschr.c: New file.
48989         * string/test-strchr.c: Update.
48990         Add wcschr support.
48991         (WIDE): New macro.
48992
48993 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48994
48995         * wcsmbs/Makefile (strop-tests): Add wcslen.
48996         * wcsmbs/test-wcslen.c: New file.
48997         * string/test-strlen.c: Update.
48998         Add wcslen support.
48999         (WIDE): New macro.
49000
49001 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
49002
49003         * po/it.po: Update from translation team.
49004
49005 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49006
49007         * sysdeps/x86_64/wcscmp.S: Update.
49008         Fix wrong comparison semantics.
49009         wcscmp shall use signed comparison not unsigned.
49010         Don't use substraction to avoid overflow bug.
49011         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
49012         * wcsmbc/wcscmp.c: Likewise.
49013         * string/test-strcmp.c: Likewise.
49014         Add new tests to check cases with negative values.
49015
49016 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
49017
49018         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
49019         * sysdeps/x86_64/dla.h: ...here.  New file.
49020         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
49021         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
49022         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49023         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49024         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49025         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49026         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49027         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
49028         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
49029
49030 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
49031
49032         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
49033         __ynl_finite aliases.
49034
49035 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
49036
49037         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
49038
49039         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
49040         define DLA_FMA.
49041         [DLA_FMA] (EMULV): Use DLA_FMA.
49042         [DLA_FMA] (MUL12): Use EMULV.
49043         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
49044         that are not needed.
49045         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
49046         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49047         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49048         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49049         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49050         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
49051         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
49052
49053 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
49054
49055         * math/s_nan.c: Undef __nan.
49056         * math/s_nanf.c: Undef __nanf.
49057         * math/s_nanl.c: Undef __nanl.
49058         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
49059         "math_private.h".
49060
49061 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
49062
49063         * math/s_catan.c: Add branch predictions.
49064         * math/s_catanf.c: Likewise.
49065         * math/s_catanh.c: Likewise.
49066         * math/s_catanhf.c: Likewise.
49067         * math/s_catanhl.c: Likewise.
49068         * math/s_catanl.c: Likewise.
49069         * math/s_cexp.c: Likewise.
49070         * math/s_cexpf.c: Likewise.
49071         * math/s_cexpl.c: Likewise.
49072         * math/s_clog.c: Likewise.
49073         * math/s_clog10.c: Likewise.
49074         * math/s_clog10f.c: Likewise.
49075         * math/s_clog10l.c: Likewise.
49076         * math/s_clogf.c: Likewise.
49077         * math/s_clogl.c: Likewise.
49078         * math/s_csqrt.c: Likewise.
49079         * math/s_csqrtf.c: Likewise.
49080         * math/s_csqrtl.c: Likewise.
49081         * math/s_ctanf.c: Likewise.
49082         * math/s_ctanh.c: Likewise.
49083         * math/s_ctanhf.c: Likewise.
49084         * math/s_ctanhl.c: Likewise.
49085         * math/s_ctanl.c: Likewise.
49086
49087         * math/math_private.h: Define __nan, __nanf, __nanl.
49088         * math/s_cacosh.c: Include <math_private.h>.
49089         * math/s_cacoshl.c: Likewise.
49090         * math/s_casinh.c: Likewise.
49091         * math/s_casinhf.c: Likewise.
49092         * math/s_casinhl.c: Likewise.
49093         * math/s_ccos.c: Rely entire on ccosh.
49094         * math/s_ccosf.c: Rely entire on ccoshf.
49095         * math/s_ccosl.c: Rely entirely on ccoshl.
49096         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
49097         Remove tests for FE_INVALID.
49098         * math/s_ccoshf.c: Likewise.
49099         * math/s_ccoshl.c: Likewise.
49100         * math/s_csin.c: Likewise.
49101         * math/s_csinf.c: Likewise.
49102         * math/s_csinh.c Likewise.
49103         * math/s_csinhf.c: Likewise.
49104         * math/s_csinhl.c: Likewise.
49105         * math/s_csinl.c: Likewise.
49106         * math/s_ctan.c: Likewise.
49107         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
49108         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
49109         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
49110
49111 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
49112
49113         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
49114         compilation problems.
49115
49116         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
49117         __builtin_expect.
49118
49119 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
49120
49121         * sysdeps/i386/configure.in: Test for -mfma4 option.
49122         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
49123         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
49124         COMMON_CPUID_INDEX_80000001.
49125         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
49126         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
49127         use it if FMA3 is not supported.
49128         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
49129
49130         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
49131         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
49132
49133 2011-10-20  Andreas Schwab  <schwab@redhat.com>
49134
49135         [BZ #12892]
49136         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
49137         it would create a cycle with a link time dependency.
49138
49139 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
49140
49141         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
49142         instruction.
49143         * string/Makefile (strop-tests): Add rawmemchr.
49144         * string/test-rawmemchr.c: New file.
49145
49146         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
49147         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
49148         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
49149         when compiling str{,n}casecmp and when AVX is available.  Hook up
49150         new optimized code in initializers.
49151
49152 2011-10-19  Andreas Schwab  <schwab@redhat.com>
49153
49154         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
49155         __feraiseexcept instead of feraiseexcept.
49156
49157 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
49158
49159         * math/math_private.h: Define defaults for libc_fetestexcept and
49160         libc_feupdateenv.
49161         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
49162         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
49163         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49164         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49165         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
49166         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
49167         libc_fetestexcept and libc_feupdateenv.
49168
49169         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
49170         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
49171         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
49172         * sysdeps/x86_64/fpu/math_private.h: Define special version of
49173         libc_feholdexcept_setround.
49174
49175         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
49176         Add s_nearbyint-c and s_nearbyintf-c.
49177         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
49178         nearbyintf inlines.
49179         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
49180         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
49181         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
49182         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
49183
49184         * math/math_private.h: Define defaults for libc_fegetround,
49185         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
49186         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
49187         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
49188         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
49189         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
49190         standard functions.
49191         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49192         Remove comments and hacks for old compiler versions.
49193         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
49194         libc_fegetround, libc_fesetround, libc_feholdexcept, and
49195         libc_feholdexceptl.
49196
49197 2011-10-18  Andreas Schwab  <schwab@redhat.com>
49198
49199         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
49200         (__feraiseexcept_renamed): Add __NTH.
49201         (feraiseexcept): Add __NTH.  Rename local variables to fix
49202         namespace violations.
49203
49204 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
49205
49206         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
49207
49208         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
49209
49210         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
49211         recently added interfaces.
49212         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
49213
49214         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
49215         about macro parameter expansion.
49216
49217         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
49218         __NO_MATH_INLINES is defined.  Cleanups.
49219
49220         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
49221         and __floorf is target has SSE4.1.
49222         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
49223         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
49224         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
49225         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
49226
49227         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
49228         name.
49229         (floorf): Likewise.
49230
49231         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
49232
49233 2011-10-17  Andreas Schwab  <schwab@redhat.com>
49234
49235         * misc/sys/cdefs.h: Fix last change.
49236
49237         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
49238         database lookup.
49239
49240 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
49241
49242         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
49243
49244         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
49245         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49246         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
49247         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
49248         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
49249         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
49250         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
49251         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49252         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
49253         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
49254         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
49255         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
49256         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
49257         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
49258         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
49259         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
49260         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
49261         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
49262         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
49263         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
49264         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
49265         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
49266
49267         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
49268         ceil, ceilf, floor, floorf.
49269
49270         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
49271         Perform IRELATIVE relocations last.
49272
49273         * elf/do-rel.h: Add another parameter nrelative, replacing the
49274         local variable with the same name.  Change name of the function
49275         to end in Rel or Rela (uppercase).
49276         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
49277         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
49278         elf_dynamic_do_##reloc function.
49279
49280 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49281
49282         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
49283         is sufficient, at least on modern CPUs.
49284
49285         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
49286
49287         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
49288         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
49289
49290         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
49291         __expl_finite.
49292         * math/bits/math-finite.h: Add entries for exp.
49293         * math/e_expl.c: Add __*_finite alias.
49294         * sysdeps/i386/fpu/e_exp.S: Likewise.
49295         * sysdeps/i386/fpu/e_expf.S: Likewise.
49296         * sysdeps/i386/fpu/e_expl.c: Likewise.
49297         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49298         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49299         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
49300         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
49301         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
49302         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49303         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49304
49305         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
49306         is sufficient, at least on modern CPUs.
49307
49308         * ctype/ctype-info.c (__ctype_init): Define.
49309         * include/ctype.h (__ctype_init): Declare.
49310         (__ctype_b_loc): The variable is always initialized.
49311         (__ctype_toupper_loc): Likewise.
49312         (__ctype_tolower_loc): Likewise.
49313         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
49314         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
49315
49316 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
49317
49318         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
49319
49320         * configure.in: Also look in $cxxmachine/include for C++ system
49321         headers.
49322
49323 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49324
49325         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
49326         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
49327         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
49328         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
49329         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
49330         (USE_AS_WMEMCMP): New macro.
49331         Fixing indents.
49332         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
49333         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
49334         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
49335         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
49336         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49337         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
49338         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
49339         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
49340         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
49341         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
49342         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
49343         (USE_AS_WMEMCMP): New macro.
49344         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
49345         * sysdeps/string/test-memcmp.c: Update.
49346         Fix simple_wmemcmp.
49347         Add new tests.
49348         * wcsmbs/wmemcmp.c: Update.
49349         (WMEMCMP): New macro.
49350         Fix overflow bug.
49351
49352 2011-10-12  Andreas Jaeger  <aj@suse.de>
49353
49354         [BZ #13268]
49355         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
49356
49357 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49358
49359         * libio/iofwide.c (do_length): Avoid warning.
49360
49361         * ctype/ctype.h (__isctype_f): Add missing __THROW.
49362
49363 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
49364
49365         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
49366
49367         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
49368         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
49369         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
49370         * sysdeps/i386/i686/fpu/e_log.S: New file.
49371         * sysdeps/i386/i686/fpu/e_logf.S: New file.
49372         * sysdeps/i386/i686/fpu/e_logl.S: New file.
49373
49374         * ctype/ctype.h: Add support for inlined isXXX functions when
49375         compiling C++ code.
49376
49377 2011-10-14  Andreas Schwab  <schwab@redhat.com>
49378
49379         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49380
49381         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
49382
49383 2011-10-13  Roland McGrath  <roland@hack.frob.com>
49384
49385         [BZ #13291]
49386         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
49387
49388 2011-10-13  Andreas Schwab  <schwab@redhat.com>
49389
49390         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
49391         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
49392         feraiseexcept.
49393
49394         * sysdeps/x86_64/memrchr.S: Check for zero size.
49395
49396         * string/stratcliff.c: Add memrchr tests.
49397
49398 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49399
49400         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49401         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
49402         rawmemchr-sse2 rawmemchr-sse2-bsf.
49403         * sysdeps/i386/i686/multiarch/memchr.S: New file.
49404         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
49405         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
49406         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
49407         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
49408         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
49409         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
49410         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
49411         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
49412         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
49413         * string/memrchr.c (MEMRCHR): New macro.
49414
49415 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
49416
49417         Add integration with gcc's -ffinite-math-only and optimize wrapper
49418         functions in libm.
49419         * Versions.def: Define GLIBC_2.15 version for libm.
49420         * math/Makefile (headers): Add bits/math-finite.h.
49421         * math/bits/math-finite.h: New file.
49422         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
49423         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
49424         * math/e_acoshl.c: Add __*_finite alias.
49425         * math/e_acosl.c: Likewise.
49426         * math/e_asinl.c: Likewise.
49427         * math/e_atan2l.c: Likewise.
49428         * math/e_atanhl.c: Likewise.
49429         * math/e_coshl.c: Likewise.
49430         * math/e_exp10.c: Likewise.
49431         * math/e_exp10f.c: Likewise.
49432         * math/e_exp10l.c: Likewise.
49433         * math/e_exp2l.c: Likewise.
49434         * math/e_fmodl.c: Likewise.
49435         * math/e_gammal_r.c: Likewise.
49436         * math/e_hypotl.c: Likewise.
49437         * math/e_j0l.c: Likewise.
49438         * math/e_j1l.c: Likewise.
49439         * math/e_jnl.c: Likewise.
49440         * math/e_lgammal_r.c: Likewise.
49441         * math/e_log10l.c: Likewise.
49442         * math/e_log2l.c: Likewise.
49443         * math/e_logl.c: Likewise.
49444         * math/e_powl.c: Likewise.
49445         * math/e_sinhl.c: Likewise.
49446         * math/e_sqrtl.c: Likewise.
49447         * math/e_scalb.c: Completely rewritten and optimized.
49448         * math/e_scalbf.c: Likewise.
49449         * math/e_scalbl.c: Likewise.
49450         * math/w_acos.c: Likewise.
49451         * math/w_acosf.c: Likewise.
49452         * math/w_acosl.c: Likewise.
49453         * math/w_acosh.c: Likewise.
49454         * math/w_acoshf.c: Likewise.
49455         * math/w_acoshl.c: Likewise.
49456         * math/w_asin.c: Likewise.
49457         * math/w_asinf.c: Likewise.
49458         * math/w_asinl.c: Likewise.
49459         * math/w_atan2.c: Likewise.
49460         * math/w_atan2f.c: Likewise.
49461         * math/w_atan2l.c: Likewise.
49462         * math/w_atanh.c: Likewise.
49463         * math/w_atanhf.c: Likewise.
49464         * math/w_atanhl.c: Likewise.
49465         * math/w_exp10.c: Likewise.
49466         * math/w_exp10f.c: Likewise.
49467         * math/w_exp10l.c: Likewise.
49468         * math/w_fmod.c: Likewise.
49469         * math/w_fmodf.c: Likewise.
49470         * math/w_fmodl.c: Likewise.
49471         * math/w_j0.c: Likewise.
49472         * math/w_j0f.c: Likewise.
49473         * math/w_j0l.c: Likewise.
49474         * math/w_j1.c: Likewise.
49475         * math/w_j1f.c: Likewise.
49476         * math/w_j1l.c: Likewise.
49477         * math/w_jn.c: Likewise.
49478         * math/w_jnf.c: Likewise.
49479         * math/w_log.c: Likewise.
49480         * math/w_logf.c: Likewise.
49481         * math/w_logl.c: Likewise.
49482         * math/w_log10.c: Likewise.
49483         * math/w_log10f.c: Likewise.
49484         * math/w_log10l.c: Likewise.
49485         * math/w_log2.c: Likewise.
49486         * math/w_log2f.c: Likewise.
49487         * math/w_log2l.c: Likewise.
49488         * math/w_pow.c: Likewise.
49489         * math/w_powf.c: Likewise.
49490         * math/w_powl.c: Likewise.
49491         * math/w_remainder.c: Likewise.
49492         * math/w_remainderf.c: Likewise.
49493         * math/w_remainderl.c: Likewise.
49494         * math/w_scalb.c: Likewise.
49495         * math/w_scalbf.c: Likewise.
49496         * math/w_scalbl.c: Likewise.
49497         * math/w_sqrt.c: Likewise.
49498         * math/w_sqrtf.c: Likewise.
49499         * math/w_sqrtl.c: Likewise.
49500         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
49501         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
49502         used.
49503         * math/math_private.h: Declare __kernel_standard_f.
49504         * math/w_cosh.c: Remove cruft and optimize a bit.
49505         * math/w_coshf.c: Likewise.
49506         * math/w_coshl.c: Likewise.
49507         * math/w_exp2.c: Likewise.
49508         * math/w_exp2f.c: Likewise.
49509         * math/w_exp2l.c: Likewise.
49510         * math/w_hypot.c: Likewise.
49511         * math/w_hypotf.c: Likewise.
49512         * math/w_hypotl.c: Likewise.
49513         * math/w_lgamma.c: Likewise.
49514         * math/w_lgamma_r.c: Likewise.
49515         * math/w_lgammaf.c: Likewise.
49516         * math/w_lgammaf_r.c: Likewise.
49517         * math/w_lgammal.c: Likewise.
49518         * math/w_lgammal_r.c: Likewise.
49519         * math/w_sinh.c: Likewise.
49520         * math/w_sinhf.c: Likewise.
49521         * math/w_sinhl.c: Likewise.
49522         * math/w_tgamma.c: Likewise.
49523         * math/w_tgammaf.c: Likewise.
49524         * math/w_tgammal.c: Likewise.
49525         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49526         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49527         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
49528         Minor optimizations.  Pretty printing.  Remove cruft.
49529         * sysdeps/i386/fpu/e_acosf.S: Likewise.
49530         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49531         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49532         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49533         * sysdeps/i386/fpu/e_acosl.c: Likewise.
49534         * sysdeps/i386/fpu/e_asin.S: Likewise.
49535         * sysdeps/i386/fpu/e_asinf.S: Likewise.
49536         * sysdeps/i386/fpu/e_atan2.S: Likewise.
49537         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
49538         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
49539         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49540         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49541         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49542         * sysdeps/i386/fpu/e_exp10.S: Likewise.
49543         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
49544         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
49545         * sysdeps/i386/fpu/e_exp2.S: Likewise.
49546         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
49547         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
49548         * sysdeps/i386/fpu/e_fmod.S: Likewise.
49549         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
49550         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
49551         * sysdeps/i386/fpu/e_hypot.S: Likewise.
49552         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
49553         * sysdeps/i386/fpu/e_log.S: Likewise.
49554         * sysdeps/i386/fpu/e_log10.S: Likewise.
49555         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49556         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49557         * sysdeps/i386/fpu/e_log2.S: Likewise.
49558         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49559         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49560         * sysdeps/i386/fpu/e_logf.S: Likewise.
49561         * sysdeps/i386/fpu/e_logl.S: Likewise.
49562         * sysdeps/i386/fpu/e_pow.S: Likewise.
49563         * sysdeps/i386/fpu/e_powf.S: Likewise.
49564         * sysdeps/i386/fpu/e_powl.S: Likewise.
49565         * sysdeps/i386/fpu/e_remainder.S: Likewise.
49566         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
49567         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
49568         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49569         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49570         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49571         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
49572         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
49573         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
49574         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49575         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49576         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49577         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49578         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49579         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49580         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
49581         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49582         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49583         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49584         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49585         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49586         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49587         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49588         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49589         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49590         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49591         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49592         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49593         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49594         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49595         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49596         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49597         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49598         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49599         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49600         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49601         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49602         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
49603         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49604         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49605         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49606         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49607         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49608         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49609         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49610         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49611         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49612         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49613         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49614         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49615         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49616         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49617         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49618         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49619         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49620         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49621         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49622         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49623         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
49624         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49625         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49626         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49627         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49628         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49629         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49630         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49631         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49632         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49633         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49634         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49635         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49636         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49637         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49638         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49639         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49640         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49641         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49642         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
49643         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49644         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49645         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49646         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49647         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49648         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49649         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49650         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
49651         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49652         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49653         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49654         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49655         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49656         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
49657         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49658         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49659         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49660         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49661         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49662         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49663         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49664         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49665         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49666         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49667         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
49668         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49669         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49670         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49671         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
49672         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
49673         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
49674         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
49675         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
49676         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
49677         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
49678         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49679         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49680         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49681         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49682         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
49683         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49684         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
49685         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
49686         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
49687         (__isnanf): Likewise.
49688         (__isinf_ns): Likewise.
49689         (__isinf_nsf): Likewise.
49690         (__finite): Likewise.
49691         (__finitef): Likewise.
49692         (__ieee754_sqrt): Define as macro.
49693         (__ieee754_sqrtf): Define as macro.
49694         (__ieee754_sqrtl): Define as macro.
49695         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
49696         inlined copy.
49697         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
49698         __FINITE_MATH_ONLY__ consistent.
49699         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
49700
49701 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
49702
49703         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
49704         of rawmemchr.
49705
49706         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
49707
49708 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
49709
49710         * po/ja.po: Update from translation team.
49711
49712 2011-10-08  Roland McGrath  <roland@hack.frob.com>
49713
49714         * locale/programs/locarchive.c (prepare_address_space): New function.
49715         (create_archive, enlarge_archive, open_archive): Use it.
49716
49717         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
49718         inside [SHARED], where it is used.
49719
49720         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
49721
49722         * nss/getent.c (netgroup_keys): Remove unused variable.
49723         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49724
49725 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
49726
49727         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
49728         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
49729         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
49730         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
49731         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
49732         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
49733         * math/Makefile (libm-calls): Add s_isinf_ns.
49734         * math/divtc3.c: Use __isinf_nsl instead of isinf.
49735         * math/multc3.c: Likewise.
49736         * math/s_casin.c: Likewise.
49737         * math/s_casinf.c: Likewise.
49738         * math/s_casinl.c: Likewise.
49739         * math/s_ccos.c: Likewise.
49740         * math/s_ccosf.c: Likewise.
49741         * math/s_ccosl.c: Likewise.
49742         * math/s_ctan.c: Likewise.
49743         * math/s_ctanf.c: Likewise.
49744         * math/s_ctanh.c: Likewise.
49745         * math/s_ctanhf.c: Likewise.
49746         * math/s_ctanhl.c: Likewise.
49747         * math/s_ctanl.c: Likewise.
49748         * math/w_fmod.c: Likewise.
49749         * math/w_fmodf.c: Likewise.
49750         * math/w_fmodl.c: Likewise.
49751         * math/w_remainder.c: Likewise.
49752         * math/w_remainderf.c: Likewise.
49753         * math/w_remainderl.c: Likewise.
49754         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49755         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49756         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49757         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49758         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49759         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49760         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49761         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49762
49763         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49764         of the number.
49765         * stdio-common/printf_fphex.c: Likewise.
49766         * stdio-common/printf_size.c: Likewise.
49767
49768         * math/e_exp10.c: Include math_private.h using <...> not "...".
49769         * math/e_exp10f.c: Likewise.
49770         * math/e_exp10l.c: Likewise.
49771         * math/e_exp2l.c: Likewise.
49772         * math/e_j0l.c: Likewise.
49773         * math/e_j1l.c: Likewise.
49774         * math/e_jnl.c: Likewise.
49775         * math/e_lgammal_r.c: Likewise.
49776         * math/e_rem_pio2l.c: Likewise.
49777         * math/e_scalb.c: Likewise.
49778         * math/e_scalbf.c: Likewise.
49779         * math/e_scalbl.c: Likewise.
49780         * math/k_cosl.c: Likewise.
49781         * math/k_sinl.c: Likewise.
49782         * math/k_tanl.c: Likewise.
49783         * math/s_cacoshf.c: Likewise.
49784         * math/s_catan.c: Likewise.
49785         * math/s_catanf.c: Likewise.
49786         * math/s_catanh.c: Likewise.
49787         * math/s_catanhf.c: Likewise.
49788         * math/s_catanhl.c: Likewise.
49789         * math/s_catanl.c: Likewise.
49790         * math/s_ccosh.c: Likewise.
49791         * math/s_ccoshf.c: Likewise.
49792         * math/s_ccoshl.c: Likewise.
49793         * math/s_cexp.c: Likewise.
49794         * math/s_cexpf.c: Likewise.
49795         * math/s_cexpl.c: Likewise.
49796         * math/s_clog.c: Likewise.
49797         * math/s_clog10.c: Likewise.
49798         * math/s_clog10f.c: Likewise.
49799         * math/s_clog10l.c: Likewise.
49800         * math/s_clogf.c: Likewise.
49801         * math/s_clogl.c: Likewise.
49802         * math/s_csin.c: Likewise.
49803         * math/s_csinf.c: Likewise.
49804         * math/s_csinh.c: Likewise.
49805         * math/s_csinhf.c: Likewise.
49806         * math/s_csinhl.c: Likewise.
49807         * math/s_csinl.c: Likewise.
49808         * math/s_csqrt.c: Likewise.
49809         * math/s_csqrtf.c: Likewise.
49810         * math/s_csqrtl.c: Likewise.
49811         * math/s_ctan.c: Likewise.
49812         * math/s_ctanf.c: Likewise.
49813         * math/s_ctanh.c: Likewise.
49814         * math/s_ctanhf.c: Likewise.
49815         * math/s_ctanhl.c: Likewise.
49816         * math/s_ctanl.c: Likewise.
49817         * math/s_ldexp.c: Likewise.
49818         * math/s_ldexpf.c: Likewise.
49819         * math/s_ldexpl.c: Likewise.
49820         * math/s_significand.c: Likewise.
49821         * math/s_significandf.c: Likewise.
49822         * math/s_significandl.c: Likewise.
49823         * math/w_acos.c: Likewise.
49824         * math/w_acosf.c: Likewise.
49825         * math/w_acosh.c: Likewise.
49826         * math/w_acoshf.c: Likewise.
49827         * math/w_acoshl.c: Likewise.
49828         * math/w_acosl.c: Likewise.
49829         * math/w_asin.c: Likewise.
49830         * math/w_asinf.c: Likewise.
49831         * math/w_asinl.c: Likewise.
49832         * math/w_atan2.c: Likewise.
49833         * math/w_atan2f.c: Likewise.
49834         * math/w_atan2l.c: Likewise.
49835         * math/w_atanh.c: Likewise.
49836         * math/w_atanhf.c: Likewise.
49837         * math/w_atanhl.c: Likewise.
49838         * math/w_cosh.c: Likewise.
49839         * math/w_coshf.c: Likewise.
49840         * math/w_coshl.c: Likewise.
49841         * math/w_dremf.c: Likewise.
49842         * math/w_exp10.c: Likewise.
49843         * math/w_exp10f.c: Likewise.
49844         * math/w_exp10l.c: Likewise.
49845         * math/w_exp2.c: Likewise.
49846         * math/w_exp2f.c: Likewise.
49847         * math/w_fmod.c: Likewise.
49848         * math/w_fmodf.c: Likewise.
49849         * math/w_fmodl.c: Likewise.
49850         * math/w_hypot.c: Likewise.
49851         * math/w_hypotf.c: Likewise.
49852         * math/w_hypotl.c: Likewise.
49853         * math/w_j0.c: Likewise.
49854         * math/w_j0f.c: Likewise.
49855         * math/w_j0l.c: Likewise.
49856         * math/w_j1.c: Likewise.
49857         * math/w_j1f.c: Likewise.
49858         * math/w_j1l.c: Likewise.
49859         * math/w_jn.c: Likewise.
49860         * math/w_jnf.c: Likewise.
49861         * math/w_jnl.c: Likewise.
49862         * math/w_lgamma.c: Likewise.
49863         * math/w_lgamma_r.c: Likewise.
49864         * math/w_lgammaf.c: Likewise.
49865         * math/w_lgammaf_r.c: Likewise.
49866         * math/w_lgammal.c: Likewise.
49867         * math/w_lgammal_r.c: Likewise.
49868         * math/w_log.c: Likewise.
49869         * math/w_log10.c: Likewise.
49870         * math/w_log10f.c: Likewise.
49871         * math/w_log10l.c: Likewise.
49872         * math/w_log2.c: Likewise.
49873         * math/w_log2f.c: Likewise.
49874         * math/w_log2l.c: Likewise.
49875         * math/w_logf.c: Likewise.
49876         * math/w_logl.c: Likewise.
49877         * math/w_pow.c: Likewise.
49878         * math/w_powf.c: Likewise.
49879         * math/w_powl.c: Likewise.
49880         * math/w_remainder.c: Likewise.
49881         * math/w_remainderf.c: Likewise.
49882         * math/w_remainderl.c: Likewise.
49883         * math/w_scalb.c: Likewise.
49884         * math/w_scalbf.c: Likewise.
49885         * math/w_scalbl.c: Likewise.
49886         * math/w_sinh.c: Likewise.
49887         * math/w_sinhf.c: Likewise.
49888         * math/w_sinhl.c: Likewise.
49889         * math/w_sqrt.c: Likewise.
49890         * math/w_sqrtf.c: Likewise.
49891         * math/w_sqrtl.c: Likewise.
49892         * math/w_tgamma.c: Likewise.
49893         * math/w_tgammaf.c: Likewise.
49894         * math/w_tgammal.c: Likewise.
49895
49896         * po/ja.po: Update from translation team.
49897
49898 2011-09-29  Andreas Jaeger  <aj@suse.de>
49899
49900         [BZ #13179]
49901         * sunrpc/netname.c (netname2host): Fix logic.
49902
49903         [BZ #6779]
49904         [BZ #6783]
49905         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49906         correctly.
49907         * math/w_remainder.c (__remainder): Likewise.
49908         * math/w_remainderf.c (__remainderf): Likewise.
49909         * math/libm-test.inc (remainder_test): Add test cases.
49910
49911 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49912
49913         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
49914         sdiv_qrnnd.
49915
49916 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49917
49918         * string/test-memcmp.c: Avoid unncessary #defines.
49919         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49920
49921 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49922
49923         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49924         Use new sse2 version for core i3 - i7 as it's faster
49925         than sse42 version.
49926         (bit_Prefer_PMINUB_for_stringop): New.
49927         * sysdeps/x86_64/rawmemchr.S: Update.
49928         Replace with faster SSE2 version.
49929         * sysdeps/x86_64/memrchr.S: New file.
49930         * sysdeps/x86_64/memchr.S: Update.
49931         Replace with faster SSE2 version.
49932
49933 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
49934
49935         * elf/dl-load.c (lose): Add cast to avoid warning.
49936
49937 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49938
49939         * po/ca.po: Update from translation team.
49940
49941         * inet/getnetgrent_r.c: Hook up nscd.
49942         * nscd/Makefile (routines): Add nscd_netgroup.
49943         (nscd-modules): Add netgroupcache.
49944         (CFLAGS-netgroupcache.c): Define.
49945         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49946         (cache_search): Add const to second parameter.
49947         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49948         INNETGR.
49949         (dbs): Add netgrdb entry.
49950         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49951         (verify_persistent_db): Handle netgrdb.
49952         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49953         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49954         GETFDNETGR.
49955         (netgroup_response_header): Define.
49956         (innetgroup_response_header): Define.
49957         (datahead): Add netgroup_response_header and innetgroup_response_header
49958         elements.
49959         * nscd/nscd.conf: Add entries for netgroup cache.
49960         * nscd/nscd.h (dbtype): Add netgrdb.
49961         (_PATH_NSCD_NETGROUP_DB): Define.
49962         (netgroup_iov_disabled): Declare.
49963         (xmalloc, xcalloc, xrealloc): Move declarations here.
49964         (cache_search): Adjust prototype.
49965         Add netgroup-related prototypes.
49966         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49967         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49968         (__nscd_innetgr): Declare.
49969         * nscd/selinux.c (perms): Use access_vector_t as element type and
49970         add netgroup-related initializers.
49971         * nscd/netgroupcache.c: New file.
49972         * nscd/nscd_netgroup.c: New file.
49973         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49974         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49975         For four parameters use innetgr.
49976         * nss/nss_files/files-init.c: Add definition and callback for netgr.
49977         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49978         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49979         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49980
49981         * nscd/connections.c (register_traced_file): Don't register file
49982         for disabled databases.
49983
49984 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49985
49986         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49987
49988         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49989         from tree and freeing node.
49990
49991 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
49992
49993         * nss/nsswitch.c (__nss_database_lookup): Handle
49994         nss_parse_service_list out of memory case.
49995
49996 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
49997
49998         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49999         out of memory case.
50000
50001 2011-10-04  Andreas Schwab  <schwab@redhat.com>
50002
50003         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
50004         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
50005         pass it down.
50006         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
50007         elf_machine_rela, elf_machine_lazy_rel.
50008         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
50009         (ELF_DYNAMIC_DO_REL): Likewise.
50010         (ELF_DYNAMIC_DO_RELA): Likewise.
50011         (ELF_DYNAMIC_RELOCATE): Likewise.
50012         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
50013         to ELF_DYNAMIC_DO_REL.
50014         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
50015         (dl_main): In trace mode always set __RTLD_NOIFUNC.
50016         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
50017         elf_machine_rela.
50018         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
50019         skip_ifunc, don't call ifunc function if non-zero.
50020         (elf_machine_rela): Likewise.
50021         (elf_machine_lazy_rel): Likewise.
50022         (elf_machine_lazy_rela): Likewise.
50023         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
50024         (elf_machine_lazy_rel): Likewise.
50025         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
50026         Likewise.
50027         (elf_machine_lazy_rel): Likewise.
50028         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50029         Likewise.
50030         (elf_machine_lazy_rel): Likewise.
50031         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
50032         (elf_machine_lazy_rel): Likewise.
50033         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
50034         (elf_machine_lazy_rel): Likewise.
50035         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
50036         (elf_machine_lazy_rel): Likewise.
50037         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
50038         (elf_machine_lazy_rel): Likewise.
50039         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
50040         (elf_machine_lazy_rel): Likewise.
50041         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
50042         (elf_machine_lazy_rel): Likewise.
50043
50044 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
50045
50046         * nss/nss_files/files-init.c (_nss_files_init): Use static
50047         initialization for all the *_traced_file variables.
50048
50049 2011-09-28  Andreas Schwab  <schwab@redhat.com>
50050
50051         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50052
50053 2011-09-27  Roland McGrath  <roland@hack.frob.com>
50054
50055         [BZ #13226]
50056         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
50057
50058 2011-09-27  Andreas Schwab  <schwab@redhat.com>
50059
50060         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
50061         Reread the line before reparsing it.
50062
50063 2011-09-26  Andreas Schwab  <schwab@redhat.com>
50064
50065         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
50066
50067 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
50068             Maxim Kuvyrkov  <maxim@codesourcery.com>
50069             Joseph Myers  <joseph@codesourcery.com>
50070
50071         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
50072         if needed for __stack_chk_guard.
50073
50074 2011-09-19  Roland McGrath  <roland@hack.frob.com>
50075
50076         * sysdeps/posix/spawni.c (script_execute): Always define it.
50077         It will be optimized away if unused.
50078         (maybe_script_execute): New function.
50079         (__spawni): Call it.
50080
50081         * Makerules: Don't include tls.make.
50082         (config-tls): Always set to thread.
50083         * tls.make.c: File removed.
50084
50085 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
50086
50087         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
50088         * config.make.in (CPPFLAGS-config): New substituted variable.
50089
50090 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
50091
50092         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
50093
50094         [BZ #13192]
50095         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
50096         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
50097
50098 2011-09-15  Roland McGrath  <roland@hack.frob.com>
50099
50100         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
50101         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
50102         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
50103         (CALL_FAIL): Likewise.
50104         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
50105         (CALL_FAIL): Macro removed.
50106         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
50107
50108 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
50109
50110         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
50111         for __FINITE_MATH_ONLY__ == 1.
50112
50113 2011-09-15  Andreas Schwab  <schwab@redhat.com>
50114
50115         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
50116         __ieee754_sqrt instead of sqrt.
50117         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
50118         __ieee754_sqrtf instead of sqrtf.
50119         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
50120         __floorf instead of floorf.
50121         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
50122         __floorf, __truncf instead of floorf, truncf.
50123
50124 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
50125
50126         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
50127
50128         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
50129         __extern_always_inline.
50130         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
50131         32-bit.
50132
50133 2011-09-14  Andreas Schwab  <schwab@redhat.com>
50134
50135         * elf/rtld.c (dl_main): Also relocate in dependency order when
50136         doing symbol dependency testing.
50137
50138 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
50139
50140         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50141         Always define `refsym'.
50142
50143 2011-09-13  Andreas Schwab  <schwab@redhat.com>
50144
50145         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
50146         (__FD_ELT): Renamed from __FDELT.
50147         * misc/bits/select2.h (__FD_ELT): Likewise.
50148         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
50149         __FD_MASK instead of __FDELT, __FDMASK.
50150         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
50151         Likewise.
50152         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
50153         Likewise.
50154
50155         * elf/Makefile (gen-ldd): Fix pattern.
50156
50157         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
50158         (init_tls): Likewise.
50159
50160 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
50161
50162         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
50163
50164 2011-09-12  Andreas Schwab  <schwab@redhat.com>
50165
50166         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
50167         `struct cmsghdr *' instead of `void *'.
50168         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
50169         Likewise.
50170
50171 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
50172
50173         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
50174         if non-absolute.
50175         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
50176         ldd_rewrite_script.
50177
50178 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
50179
50180         * configure.in: Remove --with-tls option.
50181         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
50182         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
50183         out in case it is missing.
50184         * sysdeps/ia64/elf/configure.in: Likewise.
50185         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
50186         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
50187         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
50188         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
50189         * sysdeps/sh/elf/configure.in: Likewise.
50190         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
50191         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
50192         * sysdeps/x86_64/elf/configure.in: Likewise.
50193         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
50194         * sysdeps/mach/hurd/tls.h: Likewise.
50195
50196         [BZ #13067]
50197         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
50198
50199         [BZ #13090]
50200         * configure.in: Fix use of AC_INIT.
50201
50202         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
50203
50204 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
50205
50206         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
50207         __set_errno.
50208         * malloc/hooks.c: Likewise.
50209
50210         [BZ #11929]
50211         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
50212         variables statically.
50213         (narenas): Initialize.
50214         (list_lock): Initialize.
50215         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
50216         initializtion of main_arena and list_lock.  Small cleanups.
50217         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
50218         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
50219         Add initializers to main_arena and mp_.
50220         (malloc_state): Remove pagesize member.  Change all users to use
50221         GLRO(dl_pagesize).
50222
50223         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
50224         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
50225         is always initialized.
50226
50227         * malloc/malloc.c: Removed unused configurations and dead code.
50228         * malloc/arena.c: Likewise.
50229         * malloc/hooks.c: Likewise.
50230         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
50231
50232         * include/tls.h: Removed.  USE___THREAD must always be defined.
50233         * bits/libc-tsd.h: Don't handle !USE___THREAD.
50234         * elf/dl-libc.c: Likewise.
50235         * elf/dl-tsd.c: Likewise.
50236         * include/errno.h: Likewise.
50237         * include/netdb.h: Likewise.
50238         * include/resolv.h: Likewise.
50239         * inet/herrno-loc.c: Likewise.
50240         * inet/herrno.c: Likewise.
50241         * malloc/arena.c: Likewise.
50242         * malloc/hooks.c: Likewise.
50243         * malloc/malloc.c: Likewise.
50244         * resolv/res-state.c: Likewise.
50245         * resolv/res_libc.c: Likewise.
50246         * sysdeps/i386/dl-machine.h: Likewise.
50247         * sysdeps/ia64/dl-machine.h: Likewise.
50248         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
50249         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
50250         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
50251         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
50252         * sysdeps/sh/dl-machine.h: Likewise.
50253         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
50254         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
50255         * sysdeps/unix/i386/sysdep.S: Likewise.
50256         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
50257         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
50258         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
50259         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
50260         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
50261         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
50262         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
50263         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
50264         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50265         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
50266         * sysdeps/unix/x86_64/sysdep.S: Likewise.
50267         * sysdeps/x86_64/dl-machine.h: Likewise.
50268         * tls.make.c: Likewise.
50269
50270         * configure.in: Remove --with-__thread option.  Make tests for
50271         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
50272         tls_model attribute fail if no support is available.  Remove
50273         USE_IN_LIBIO.
50274         * Makeconfig: Adjust for dropped configure option.  All features are
50275         now mandatory.
50276         * Makerules: Likewise.
50277         * Versions.def: Likewise.
50278         * argp/argp-fmtstream.c: Likewise.
50279         * argp/argp-fmtstream.h: Likewise.
50280         * argp/argp-help.c: Likewise.
50281         * assert/assert.c: Likewise.
50282         * config.h.in: Likewise.
50283         * config.make.in: Likewise.
50284         * configure: Likewise.
50285         * configure.in: Likewise.
50286         * csu/Versions: Likewise.
50287         * csu/init.c: Likewise.
50288         * elf/tst-audit2.c: Likewise.
50289         * elf/tst-tls10.c: Likewise.
50290         * elf/tst-tls10.h: Likewise.
50291         * elf/tst-tls11.c: Likewise.
50292         * elf/tst-tls12.c: Likewise.
50293         * elf/tst-tls14.c: Likewise.
50294         * elf/tst-tlsmod11.c: Likewise.
50295         * elf/tst-tlsmod12.c: Likewise.
50296         * elf/tst-tlsmod13.c: Likewise.
50297         * elf/tst-tlsmod13a.c: Likewise.
50298         * elf/tst-tlsmod14a.c: Likewise.
50299         * elf/tst-tlsmod15b.c: Likewise.
50300         * elf/tst-tlsmod16a.c: Likewise.
50301         * elf/tst-tlsmod16b.c: Likewise.
50302         * elf/tst-tlsmod7.c: Likewise.
50303         * elf/tst-tlsmod8.c: Likewise.
50304         * elf/tst-tlsmod9.c: Likewise.
50305         * gmon/gmon.c: Likewise.
50306         * grp/fgetgrent_r.c: Likewise.
50307         * grp/putgrent.c: Likewise.
50308         * hurd/fopenport.c: Likewise.
50309         * include/libc-symbols.h: Likewise.
50310         * include/tls.h: Likewise.
50311         * intl/gettextP.h: Likewise.
50312         * intl/loadinfo.h: Likewise.
50313         * locale/global-locale.c: Likewise.
50314         * locale/localeinfo.h: Likewise.
50315         * mach/devstream.c: Likewise.
50316         * malloc/arena.c: Likewise.
50317         * malloc/set-freeres.c: Likewise.
50318         * misc/err.c: Likewise.
50319         * misc/getttyent.c: Likewise.
50320         * misc/mntent_r.c: Likewise.
50321         * posix/getopt.c: Likewise.
50322         * posix/wordexp.c: Likewise.
50323         * pwd/fgetpwent_r.c: Likewise.
50324         * resolv/Versions: Likewise.
50325         * resolv/res_hconf.c: Likewise.
50326         * shadow/fgetspent_r.c: Likewise.
50327         * shadow/putspent.c: Likewise.
50328         * stdio-common/printf_fphex.c: Likewise.
50329         * stdio-common/tmpfile.c: Likewise.
50330         * stdlib/abort.c: Likewise.
50331         * stdlib/fmtmsg.c: Likewise.
50332         * sunrpc/auth_unix.c: Likewise.
50333         * sunrpc/clnt_perr.c: Likewise.
50334         * sunrpc/clnt_tcp.c: Likewise.
50335         * sunrpc/clnt_udp.c: Likewise.
50336         * sunrpc/clnt_unix.c: Likewise.
50337         * sunrpc/openchild.c: Likewise.
50338         * sunrpc/svc_simple.c: Likewise.
50339         * sunrpc/svc_tcp.c: Likewise.
50340         * sunrpc/svc_udp.c: Likewise.
50341         * sunrpc/svc_unix.c: Likewise.
50342         * sunrpc/xdr.c: Likewise.
50343         * sunrpc/xdr_array.c: Likewise.
50344         * sunrpc/xdr_rec.c: Likewise.
50345         * sunrpc/xdr_ref.c: Likewise.
50346         * sunrpc/xdr_stdio.c: Likewise.
50347
50348 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50349
50350         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50351
50352 2011-07-03  Andreas Jaeger  <aj@suse.de>
50353
50354         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
50355         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
50356         regenerate with gen-libm-tests.pl.
50357
50358 2010-05-12  Petr Baudis  <pasky@suse.cz>
50359
50360         [BZ #11589]
50361         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
50362         around j0() zero points by switching to j1().
50363         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
50364         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
50365         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50366         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
50367
50368 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50369
50370         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
50371         instead of 0.
50372         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
50373         instead of 0.
50374         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50375         Patch in part by Pavel Roskin <proski@gnu.org>.
50376
50377         [BZ #13138]
50378         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
50379         realloc.
50380         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
50381         Free memory block if necessary.
50382
50383         [BZ #12847]
50384         * libio/genops.c (INTDEF): For string streams the _lock pointer can
50385         be NULL.  Don't lock in this case.
50386
50387 2011-09-09  Roland McGrath  <roland@hack.frob.com>
50388
50389         * elf/elf.h (ELFOSABI_GNU): New macro.
50390         (ELFOSABI_LINUX): Define to that.
50391
50392 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
50393
50394         * string/strncat.c (strncat): Undef the symbol in case it has been
50395         defined in bits/string.h.
50396
50397 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50398
50399         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
50400
50401         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
50402         link map.
50403
50404 2011-08-17  Andreas Jaeger  <aj@suse.de>
50405
50406         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
50407
50408 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
50409             Ian Lance Taylor  <iant@google.com>
50410
50411         * math/libm-test.inc (lround_test): New testcase.
50412         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
50413
50414 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
50415
50416         * Makefile: Remove support for automatic cvs check-ins.
50417         * Makerules: Likewise.
50418         * config.make.in: Likewise.
50419         * configure.in: Likewise.
50420         * intl/Makefile: Likewise.
50421         * locale/Makefile: Likewise.
50422         * po/Makefile: Likewise.
50423         * posix/Makefile: Likewise.
50424         * sysdeps/gnu/Makefile: Likewise.
50425         * sysdeps/mach/hurd/Makefile: Likewise.
50426         * sysdeps/sparc/sparc32/Makefile: Likewise.
50427
50428         [BZ #13118]
50429         * posix/Makefile (bug-regex32-ENV): Define.
50430         Patch by John Stanley <jpsinthemix@verizon.net>.
50431
50432         * misc/Makefile (headers): Add bits/select2.h.
50433         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
50434         * misc/bits/select2.h: New file.
50435         * include/bits/select2.h: New file.
50436         * debug/Makefile (routines): Add fdelt_chk.
50437         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
50438         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
50439         FD_ISSET.
50440         * debug/fdelt_chk.c: New file.
50441
50442         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
50443         * wcsmbs/test-wmemcmp.c: Likewise.
50444         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
50445         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
50446
50447 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50448
50449         * string/Makefile (strop-tests): Add memcmp.
50450         * string/test-wmemcmp.c: New file.
50451         * string/test-memcmp.c: Add wmemcmp support.
50452
50453 2011-09-08  Roland McGrath  <roland@hack.frob.com>
50454
50455         [BZ #13153]
50456         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
50457         2011-07-19 change.
50458
50459         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
50460         garbage value in a __mach_port_mod_refs call in the cases of the
50461         task-self and thread-self ports.
50462
50463 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50464
50465         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
50466
50467 2011-09-08  Andreas Schwab  <schwab@redhat.com>
50468
50469         * elf/dl-load.c (lose): Check for non-null L.
50470
50471 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50472
50473         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
50474
50475         * elf/dl-libc.c (dlerror_run): Pass back error code from
50476         dl_catch_error.
50477
50478         [BZ #13123]
50479         * elf/dl-load.c (lose): Free l_origin if it is valid.
50480
50481         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
50482         names.
50483         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
50484         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50485         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50486         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50487         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
50488         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
50489
50490 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50491
50492         * sysdeps/powerpc/fpu/e_hypot.c: New file.
50493         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
50494         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
50495         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
50496         * sysdeps/powerpc/fpu/k_cosf.c: New file.
50497         * sysdeps/powerpc/fpu/k_sinf.c: New file.
50498         * sysdeps/powerpc/fpu/s_cosf.c: New file.
50499         * sysdeps/powerpc/fpu/s_sinf.c: New file.
50500         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
50501         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
50502
50503 2011-08-15  Alan Modra  <amodra@gmail.com>
50504
50505         [BZ #13092]
50506         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
50507         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
50508         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
50509         ppc_mcount to static-only-routines.
50510         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
50511         __mcount_internal.
50512         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
50513         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
50514
50515 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
50516
50517         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
50518         for finite and infinity parameters.
50519
50520 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50521
50522         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
50523         and add nop instructions for throughput optimization.
50524         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
50525
50526 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
50527
50528         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
50529         aligned copy for power7 with vector-scalar instructions.
50530         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
50531
50532 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
50533
50534         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
50535         AVX check.
50536
50537 2011-09-07  Andreas Schwab  <schwab@redhat.com>
50538
50539         [BZ #13144]
50540         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
50541         last change.
50542
50543 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50544
50545         * sysdeps/unix/sysv/linux/x86_64/init-first.c
50546         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
50547         syscall wrapper around clock_gettime in __vdso_clock_gettime.
50548         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
50549         clock_gettime.
50550
50551 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50552
50553         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
50554         Forgot to demangle the pointer.
50555
50556         * sysdeps/i386/sysdep.h: Define atom_text_section.
50557         * sysdeps/x86_64/sysdep.h: Likewise.
50558         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
50559         section with atom_text_section.
50560         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50561         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50562         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
50563         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50564         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
50565
50566         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
50567         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
50568         already be defined.  Change to take two parameters and don't assign
50569         result to variable.  Adjust all users.
50570         Define INTERNAL_GETTIME if not already defined.
50571         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
50572         call.
50573         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
50574         HAVE_CLOCK_GETTIME_VSYSCALL.
50575         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
50576
50577         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
50578         gettimeofday vsyscall, just use time.
50579
50580 2011-09-06  Andreas Schwab  <schwab@redhat.com>
50581
50582         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
50583         <errno.h>.
50584
50585 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50586
50587         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
50588         syscall on x86-64.
50589         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
50590         syscall.
50591         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
50592         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
50593         syscall if possible.
50594
50595 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50596
50597         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
50598         e_ident.  Don't pass to find_mapsXX.
50599         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
50600
50601 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50602
50603         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50604         strchr-sse2-no-bsf strrchr-sse2-no-bsf
50605         * sysdeps/x86_64/multiarch/strchr.S: Update.
50606         Check bit_slow_BSF bit.
50607         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
50608         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
50609         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
50610
50611 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50612
50613         [BZ #13134]
50614         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
50615         before glibc 2.15.
50616         (tryshell): Define.
50617         (__spawni): Change last parameter to be flag.  Test
50618         SPAWN_XFLAGS_USE_PATH flag to use path or not.
50619         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
50620         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
50621         * posix/spawni.c: Likewise.
50622         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
50623         * posix/spawnp.c: Likewise.  Change normal version to use
50624         SPAWN_XFLAGS_USE_PATH.
50625         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
50626         SPAWN_XFLAGS_TRY_SHELL.
50627
50628         [BZ #13150]
50629         * posix/glob.h: Remove gcc 1.x support.
50630
50631         [BZ #13068]
50632         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
50633
50634 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50635
50636         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50637         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
50638         strrchr-sse2-bsf
50639         * sysdeps/i386/i686/multiarch/strchr.S: New file.
50640         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
50641         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
50642         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
50643         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
50644         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
50645
50646 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50647
50648         * sysdeps/x86_64/wcscmp.S: New file.
50649
50650         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
50651         wcscmp-c wcscmp-sse2
50652         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
50653         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
50654         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
50655         * wcsmbs/wcscmp.c: Allow renaming.
50656
50657 2011-09-05  David S. Miller  <davem@davemloft.net>
50658
50659         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
50660         stack slot, rather than the struct return pointer slot.
50661         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
50662         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
50663         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
50664         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
50665
50666 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50667
50668         * po/ja.po: Update from translation team.
50669
50670         [BZ #13144]
50671         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
50672         kernel in 64-bit binaries.
50673
50674 2011-09-01  David S. Miller  <davem@davemloft.net>
50675
50676         * elf/elf.h (HWCAP_SPARC_*): Move to..
50677         * sysdeps/sparc/sysdep.h: this new file and add new values.
50678         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
50679         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
50680         _DL_HWCAP_COUNT to 24.
50681         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
50682         entries.
50683         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
50684         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
50685         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
50686         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
50687         instead of magic constants.
50688         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50689
50690 2011-08-31  David S. Miller  <davem@davemloft.net>
50691
50692         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
50693         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
50694         Reimplement to do errno handling inline.
50695         (SYSCALL_ERROR_HANDLER): New macro.
50696         (__SYSCALL_STRING): Do not do errno handling in asm.
50697         (__CLONE_SYSCALL_STRING): Delete.
50698         (__INTERNAL_SYSCALL_STRING): Delete.
50699         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
50700         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
50701         (PSEUDO): Reimplement to do errno handling inline.
50702         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
50703         (SYSCALL_ERROR_HANDLER): New macro.
50704         (__SYSCALL_STRING): Do not do errno handling in asm.
50705         (__CLONE_SYSCALL_STRING): Delete.
50706         (__INTERNAL_SYSCALL_STRING): Delete.
50707         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
50708         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
50709         i386.
50710         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
50711         (inline_syscall*): Add 'err' argument.
50712         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
50713         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
50714         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
50715         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
50716
50717         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
50718         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50719
50720 2011-08-30  Andreas Schwab  <schwab@redhat.com>
50721
50722         * elf/rtld.c (dl_main): Relocate objects in dependency order.
50723
50724 2011-08-29  Jiri Olsa <jolsa@redhat.com>
50725
50726         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
50727         directive.
50728
50729 2011-08-24  David S. Miller  <davem@davemloft.net>
50730
50731         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
50732
50733 2011-08-24  Andreas Schwab  <schwab@redhat.com>
50734
50735         * elf/Makefile: Add rules to build and run unload8 test.
50736         * elf/unload8.c: New file.
50737         * elf/unload8mod1.c: New file.
50738         * elf/unload8mod1x.c: New file.
50739         * elf/unload8mod2.c: New file.
50740         * elf/unload8mod3.c: New file.
50741
50742         * elf/dl-close.c (_dl_close_worker): Reset private search list if
50743         it wasn't used.
50744
50745 2011-08-23  David S. Miller  <davem@davemloft.net>
50746
50747         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
50748         subtract stack bias.
50749         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50750         %sp not %fp in calculations.
50751         (_JMPBUF_UNWINDS_ADJ): Likewise.
50752
50753         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50754         (aio_suspend): Call it to force an exception region around the
50755         AIO_MISC_WAIT() invocation.
50756
50757 2011-08-23  Andreas Schwab  <schwab@redhat.com>
50758
50759         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50760         backslash.
50761
50762 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
50763
50764         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50765         protection macro.
50766         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50767         and <dl-machine.h>.
50768         (Elf64_FuncDesc): Remove.
50769
50770 2011-08-22  David S. Miller  <davem@davemloft.net>
50771
50772         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50773         sigaltstack check, add missing cfi directives.
50774         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50775         missing cfi directives, and sigaltstack handling.
50776
50777 2011-08-16  Andreas Schwab  <schwab@redhat.com>
50778
50779         [BZ #11724]
50780         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50781         object is seen twice.
50782         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50783
50784         * elf/Makefile (distribute): Add tst-initorder2.c.
50785         (tests): Add tst-initorder2.
50786         (modules-names): Add tst-initorder2a tst-initorder2b
50787         tst-initorder2c tst-initorder2d.  Add rules to build them.
50788         ($(objpfx)tst-initorder2.out): New rule.
50789         * elf/tst-initorder2.c: New file.
50790         * elf/tst-initorder2.exp: New file.
50791
50792 2011-08-22  Andreas Schwab  <schwab@redhat.com>
50793
50794         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50795
50796         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50797         dependencies back to end of function.
50798
50799         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50800         $(elfobjdir)/ld.so.
50801
50802 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
50803
50804         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50805         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50806         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50807         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50808         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50809         of __vdso_gettimeofday.
50810         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50811         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
50812         attribute_hidden.
50813         (_libc_vdso_platform_setup): Remove initialization of
50814         __vdso_gettimeofday and __vdso_time.
50815
50816 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50817
50818         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50819         and fgetc_unlocked.
50820         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50821         getc_unlocked.
50822
50823         * elf/dl-open.c (add_to_global): Report additions to the global scope
50824         for LD_DEBUG=scopes.
50825         (dl_open_worker): Also print scope of newly loaded dependencies.
50826         (_dl_show_scope): Indicate if there is no scope.
50827
50828         [BZ #13114]
50829         * stdio-common/Makefile (tests): Add bug24.
50830         * stdio-common/bug24.c: New file.
50831
50832 2011-08-19  Andreas Jaeger  <aj@suse.de>
50833
50834         [BZ #13114]
50835         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50836         non-existant file when using close-on-exec mode.
50837
50838 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50839
50840         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50841         the very first instruction.
50842
50843         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50844         the CFI state in the end.
50845         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50846         inclusion of dl-trampoline.h.
50847         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50848
50849 2011-08-19  Andreas Schwab  <schwab@redhat.com>
50850
50851         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50852         expectations for long double.
50853
50854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50855         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50856
50857 2011-08-14  David S. Miller  <davem@davemloft.net>
50858
50859         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50860         artificual limit depends upon the system page size.
50861
50862 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50863
50864         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50865         * resolv/Makefile: Define CFLAGS-libresolv.
50866
50867 2011-08-17  Andreas Schwab  <schwab@redhat.com>
50868
50869         * nss/makedb.c (compute_tables): Make variables used in nested
50870         function static.
50871
50872 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50873
50874         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50875         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50876         if buffer was too small.
50877
50878         * elf/pldd.c (main): Attach to all threads in the process.
50879         Rewrite /proc handling to use *at functions.
50880
50881 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
50882
50883         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50884         specifies first scope to show.
50885         (dl_open_worker): Update callers.  Move printing scope of new
50886         object to before the relocation.
50887         * elf/rtld.c (dl_main): Update _dl_show_scope call.
50888         * sysdeps/generic/ldsodefs.h: Update declaration.
50889
50890         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50891         string for the scope number.
50892
50893 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
50894
50895         * nscd/servicescache.c (cache_addserv): Make sure written is always
50896         initialized.
50897
50898 2011-08-14  Roland McGrath  <roland@hack.frob.com>
50899
50900         * sysdeps/i386/i486/bits/atomic.h
50901         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50902         statement expression, so as to suppress "set but not used" warning.
50903         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50904
50905         * string/strncat.c (STRNCAT): Use prototype definition.
50906
50907         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50908         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50909         -Iprograms here.
50910         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50911         (localedef-modules): Add localedef.
50912         (locale-modules): Add locale.
50913
50914         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50915         * elf/rtld.c (dl_main): Invert order of assignment in last change,
50916         to avoid a warning.
50917
50918 2011-08-14  David S. Miller  <davem@davemloft.net>
50919
50920         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50921         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50922
50923 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
50924
50925         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
50926         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50927         * elf/rtld.c (dl_main): Set l_name of vDSO.
50928         Call _dl_show_scope when DL_DEBUG_SCOPES.
50929         (process_dl_debug): Recognize scopes flag and also set it for all.
50930         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50931         Declare _dl_show_scope.
50932
50933         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50934         (do_dlopen): Pass caller_dlopen to dl_open.
50935         (__libc_dlopen_mode): Initialize caller_dlopen.
50936
50937         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50938         of libc.  Make tolower call locale-independent.  Optimize a bit by
50939         using isdigit instead of isalnum.
50940         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50941
50942 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
50943
50944         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50945         was a dependency or dynamically loaded.
50946
50947 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
50948
50949         * intl/l10nflist.c: Allow architecture-specific pop function.
50950         * sysdeps/x86_64/l10nflist.c: New file.
50951
50952         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50953         classification.
50954
50955 2011-08-10  Andreas Schwab  <schwab@redhat.com>
50956
50957         * include/dirent.h: Add libc_hidden_proto for scandirat and
50958         scandirat64.  Don't declare __scandirat64.
50959         * dirent/scandirat.c: Add libc_hidden_def.
50960         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50961         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50962
50963 2011-08-10  David S. Miller  <davem@davemloft.net>
50964
50965         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50966         enum.
50967         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50968         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50969         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50970
50971 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
50972
50973         * Versions.def [libc]: Add GLIBC_2.15.
50974         * dirent/Makefile (routines): Add scandirat and scandirat64.
50975         * dirent/Versions [libc]: Export scandirat and scandirat64 for
50976         GLIBC_2.15.
50977         * dirent/dirent.h: Declare scandirat and scandirat64.
50978         * dirent/scandirat.c: New file.
50979         * dirent/scandirat64.c: New file.
50980         * sysdeps/wordsize-64/scandirat.c: New file.
50981         * sysdeps/wordsize-64/scandirat64.c: New file.
50982         * dirent/opendir.c: Define opendirat.
50983         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
50984         using scandirat.
50985         * dirent/scandir64.c: Adjust for scandir.c change.
50986         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
50987         __scandirat64, and __scandir_cancel_handler.
50988         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
50989         additional parameter and use openat instead of open (outside of ld.so).
50990         Add new __opendir as wrapper around __opendirat.
50991         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50992         here without requiring old scandirat implementation.
50993
50994 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
50995
50996         * dirent/scandir.c (cancel_handler): Renamed to
50997         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
50998         defined.  Adjust users.
50999         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
51000         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
51001
51002 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
51003
51004         * string/test-string.h (IMPL): Use __STRING to expand name and then
51005         stringify it.
51006
51007         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
51008         of cleanups.
51009
51010 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51011
51012         * string/Makefile: Update.
51013         (strop-tests): Append strncat.
51014         * string/test-wcscmp.c: New file.
51015         New comprehensive test for wcscmp.
51016         * string/test-strcmp.c: Update.
51017         (WIDE): New define.
51018
51019 2011-07-22  Andreas Schwab  <schwab@redhat.com>
51020
51021         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
51022         line.
51023
51024 2011-07-26  Andreas Schwab  <schwab@redhat.com>
51025
51026         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
51027         encoding to ACE if AI_IDN.
51028
51029 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
51030
51031         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
51032         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
51033
51034 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
51035
51036         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
51037         Fix overflow bug in strncat.
51038         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
51039
51040         * string/test-strncat.c: Update.
51041         Add new tests for checking overflow bugs.
51042
51043 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
51044
51045         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51046         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
51047         * sysdeps/i386/i686/multiarch/strcat.S: New file.
51048         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
51049         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
51050         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
51051         * sysdeps/i386/i686/multiarch/strncat.S: New file.
51052         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
51053         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
51054
51055         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
51056         (USE_AS_STRCAT): Define.
51057         Add strcat and strncat support.
51058         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
51059
51060 2011-07-25  Andreas Schwab  <schwab@redhat.com>
51061
51062         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
51063         __n bigger than INT_MAX+1.
51064         (__strncmp_g): Likewise.
51065
51066 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
51067
51068         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
51069         * libio/stido.h: Likewise.
51070
51071         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
51072         (AF_NFC): Define.
51073         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
51074         (AF_NFC): Define.
51075
51076         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
51077         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
51078         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
51079         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
51080         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
51081
51082         [BZ #13021]
51083         * scripts/test-installation.pl: Don't expect libnss_test1 to be
51084         installed.
51085
51086         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
51087         typo.
51088         (_dl_x86_64_save_sse): Likewise.
51089
51090 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
51091
51092         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
51093         OSXSAVE.
51094         (_dl_x86_64_save_sse): Likewise.
51095
51096         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
51097
51098         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
51099
51100 2011-07-21  Andreas Schwab  <schwab@redhat.com>
51101
51102         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
51103         change.
51104         (_dl_x86_64_save_sse): Use correct AVX check.
51105
51106 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51107
51108         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
51109         bug in strncpy/strncat.
51110         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
51111
51112 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
51113
51114         * string/tester.c (test_strcat): Add tests for different alignments
51115         of source and destination.
51116         (test_strncat): Likewise.
51117
51118 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
51119
51120         [BZ #12852]
51121         * posix/glob.c (glob): Check passed in values before using them in
51122         expressions to avoid some overflows.
51123         (glob_in_dir): Likewise.
51124
51125         [BZ #13007]
51126         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
51127         check for AVX enablement so that we don't crash with old kernels and
51128         new hardware.
51129         * elf/tst-audit4.c: Add same checks here.
51130         * elf/tst-audit6.c: Likewise.
51131
51132         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
51133
51134 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
51135
51136         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
51137
51138 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
51139
51140         * po/cs.po: Update from translation team.
51141         * po/bg.po: Likewise.
51142
51143 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
51144
51145         * misc/sys/cdefs.h: Add support for const attribute.
51146         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
51147         to gnu_dev_{major,minor,makedev} functions.
51148
51149 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
51150
51151         * intl/dcigettext.c (get_output_charset): Add missing bracket.
51152
51153 2011-07-20  Andreas Schwab  <schwab@redhat.com>
51154
51155         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
51156         strlen results.
51157
51158 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51159
51160         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
51161         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
51162         register in order to avoid conflicts with the soft frame pointer
51163         being held in r11 when necessary.
51164         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
51165         (INTERNAL_VSYSCALL_NCS): Likewise.
51166
51167 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
51168
51169         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
51170         * elf/dl-fini.c (_dl_fini): Adjust caller.
51171         * elf/dl-close.c (_dl_close_worker): Likewise.
51172         * sysdeps/generic/ldsodefs.h: Adjust declaration.
51173
51174 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
51175
51176         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
51177         "aux_cache->nlibs < 0".
51178
51179         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
51180         in the reload-count case.
51181
51182 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
51183
51184         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51185         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
51186         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
51187         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
51188         * sysdeps/x86_64/multiarch/strcat.S: New file.
51189         * sysdeps/x86_64/multiarch/strncat.S: New file.
51190         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
51191         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
51192         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
51193         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
51194         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
51195         (USE_AS_STRCAT): Define.
51196         Add strcat and strncat support.
51197         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
51198         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
51199         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
51200         * string/strncat.c: Update.
51201         (USE_AS_STRNCAT): Define.
51202         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51203         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
51204         and i7.
51205         * sysdeps/x86_64/multiarch/init-arch.h
51206         (bit_Prefer_PMINUB_for_stringop): New.
51207         (index_Prefer_PMINUB_for_stringop): Likewise.
51208         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
51209         bit_Prefer_PMINUB_for_stringop.
51210
51211 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
51212
51213         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
51214         buffer64.
51215         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
51216         of casting of buffer.
51217         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
51218         buffer32 and buffer64.
51219         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
51220         writes instead of casting of buffer.
51221         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
51222         buffer32.
51223         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
51224         casting of buffer.
51225
51226 2011-07-19  Andreas Schwab  <schwab@redhat.com>
51227
51228         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
51229
51230 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
51231
51232         * nscd/nscd.c (termination_handler): Don't do anything for a database
51233         if it has not yet been initialized.
51234
51235 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
51236
51237         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51238
51239 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
51240
51241         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51242
51243 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
51244
51245         * po/nl.po: Update from translation team.
51246         * po/sv.po: Likewise.
51247
51248 2011-07-16  Roland McGrath  <roland@hack.frob.com>
51249
51250         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
51251         now disallowed by GCC.
51252
51253         * configure.in (use-default-link): Default to yes if a test -shared
51254         link meets our qualifications.
51255         * configure: Regenerated.
51256
51257         * config.make.in (output-format): New variable.
51258         * configure.in: Check for ld --print-output-format support.
51259         * configure: Regenerated.
51260         * Makerules ($(common-objpfx)format.lds)
51261         [$(output-format) != unknown]: Just use $(output-format),
51262         instead of the linker-script munging.
51263
51264 2011-07-14  Roland McGrath  <roland@hack.frob.com>
51265
51266         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
51267         of $(common-objpfx)shlib.lds.
51268         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
51269
51270         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
51271         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
51272
51273         * configure.in (-z relro check): Adjust test code to add a large
51274         writable data section after it.
51275         * configure: Regenerated.
51276
51277 2011-07-11  Roland McGrath  <roland@hack.frob.com>
51278
51279         * configure.in (-z relro check): Fix test code to make the variable
51280         truly const.
51281         * configure: Regenerated.
51282
51283 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
51284
51285         * nscd/nscd.h (struct traced_file): Define.
51286         (struct database_dyn): Remove inotify_descr, reset_res, and filename
51287         elements.  Add traced_files.
51288         (inotify_fd): Declare.
51289         (register_traced_file): Declare.
51290         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
51291         (inotify_fd): Export.
51292         (resolv_conf_descr): Remove.
51293         (nscd_init): Move inotify descriptor creation to main.
51294         Don't register files for notification here.
51295         (register_traced_file): New function.
51296         (invalidate_cache): Don't use reset_res to determine whether to call
51297         res_init, go through the list of registered files.
51298         (main_loop_poll): The inotify descriptors are now stored in the
51299         structures for the traced files.
51300         (main_loop_epoll): Likewise
51301         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
51302         to __nss_disable_nscd.
51303         * nscd/cache.c (prune_cache): There is no single inotify descriptor
51304         for a database anymore.  Check the records for all the registered
51305         files instead.
51306         * nss/Makefile (libnss_files-routines): Add files-init.
51307         (libnss_db-routines): Add db-init.
51308         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
51309         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
51310         * nss/nss_db/db-init.c: New file.
51311         * nss/nss_files/files-init.c: New file.
51312         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
51313         __nss_lookup_function.
51314         (__nss_lookup_function): Call nss_load_library.
51315         (nss_load_all_libraries): New function.
51316         (__nss_disable_nscd): Take parameter with callback function for files
51317         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
51318         used for the cached services.
51319         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
51320         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
51321         options for features to all the files in nscd.
51322
51323         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
51324
51325 2011-07-10  Roland McGrath  <roland@hack.frob.com>
51326
51327         * csu/elf-init.c (__libc_csu_init): Comment typo.
51328
51329 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
51330
51331         * po/pl.po: Update from translation team.
51332         * po/ja.po: Likewise.
51333         * po/ru.po: Likewise.
51334         * po/ko.po: Likewise.
51335         * po/fr.po: Likewise.
51336
51337 2011-07-09  Roland McGrath  <roland@hack.frob.com>
51338
51339         * configure.in (.ctors/.dtors header and trailer check):
51340         Use an empirical test on a built program.
51341         * configure: Regenerated.
51342
51343         * configure.in (-z relro check): Use an empirical test on a built DSO.
51344         Detect, but do not require, on ia64.
51345         * configure: Regenerated.
51346
51347         * configure.in (READELF): Find it with AC_CHECK_TOOL.
51348         Update tests that use readelf to use $READELF instead.
51349         * configure: Regenerated.
51350
51351 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
51352
51353         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
51354         if the result is not used.
51355
51356 2011-07-05  Andreas Jaeger  <aj@suse.de>
51357
51358         [BZ#9696]
51359         * stdlib/tst-strtod.c: Add testcase.
51360
51361 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
51362
51363         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
51364         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
51365         The latter has a higher limit.  Take additional parameter to pass to
51366         the new function.
51367         (__pathconf): Pass file to __statfs_link_max.
51368         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
51369         __statfs_link_max.
51370         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
51371         __statfs_link_max.
51372
51373         [BZ #12868]
51374         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
51375         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
51376         Handle Lustre.
51377         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
51378         (__statfs_filesize_max): Likewise.
51379         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
51380
51381 2011-07-05  Andreas Jaeger  <aj@suse.de>
51382
51383         * resolv/res_comp.c (dn_skipname): Remove unused variable.
51384
51385 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
51386
51387         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
51388         `status' variable.
51389         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
51390         Likewise.
51391
51392 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
51393
51394         * Makefile (strop-tests): Add strncat.
51395         * string/test-strncat.c: New file.
51396
51397 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
51398
51399         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
51400
51401 2011-06-21  Andreas Jaeger  <aj@suse.de>
51402
51403         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
51404         Copy rule from iconvdata/Makefile.
51405
51406 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51407
51408         [BZ #12922]
51409         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
51410         but no long options are defined, just return 'W'.
51411
51412 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
51413
51414         [BZ #9696]
51415         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
51416
51417 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51418
51419         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
51420         netgroups to read.
51421         (innetgr): Likewise.
51422
51423 2011-07-05  Roland McGrath  <roland@hack.frob.com>
51424
51425         * config.make.in (install_root): Default to $(DESTDIR).
51426
51427 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
51428
51429         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
51430
51431 2011-07-02  Roland McGrath  <roland@hack.frob.com>
51432
51433         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
51434
51435         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
51436         containing directory rather than embedding absolute directory names.
51437
51438         * scripts/check-local-headers.sh: Rewritten using awk.
51439         Match by word, not by line.  Print error messages for matches.
51440         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
51441
51442         * Makerules [shlib-lds-flags empty]:
51443         ($(common-objpfx)libc_pic.opts): New target.
51444         ($(common-objpfx)libc_pic.os.clean): New target.
51445         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
51446
51447         * config.make.in (OBJCOPY): New variable.
51448         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
51449         * configure: Regenerated.
51450
51451         * config.make.in (use-default-link): New variable.
51452         * configure.in (use_default_link): Grok --with-default-link to set it.
51453         * configure: Regenerated.
51454         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
51455         (shlib-lds, shlib-lds-flags): Define to empty.
51456
51457         * Makerules (shlib-lds): New variable.
51458         (shlib-lds-flags): New variable.
51459         (build-shlib, build-moduile, build-module-asneeded): Use it.
51460         ($(common-objpfx)libc.so): Use $(shlib-lds).
51461         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
51462         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
51463
51464         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
51465         DT_FLAGS/DT_FLAGS_1 with zero flags.
51466
51467         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
51468         linker script munging.
51469
51470 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
51471
51472         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
51473         as 128-bit value.
51474         * crypt/sha512.c (sha512_process_block): Perform total addition using
51475         128-bit if possible.
51476         (__sha512_finish_ctx): Likewise.
51477         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
51478         as 64-bit value.
51479         * crypt/sha256.c (SWAP64): Define.
51480         (sha256_process_block): Perform total addition using 64-bit if
51481         possible.
51482         (__sha256_finish_ctx): Likewise.
51483
51484 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
51485
51486         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
51487         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51488         * nscd/hstcache.c (cache_addhst): Likewise.
51489         * nscd/grpcache.c (cache_addgr): Likewise.
51490         * nscd/aicache.c (addhstaiX): Likewise
51491         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
51492
51493 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
51494
51495         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
51496         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51497         * nscd/hstcache.c (cache_addhst): Likewise.
51498         * nscd/grpcache.c (cache_addgr): Likewise.
51499         * nscd/aicache.c (addhstaiX): Likewise
51500
51501 2011-07-01  Andreas Schwab  <schwab@redhat.com>
51502
51503         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
51504         domain only when needed.
51505
51506 2011-06-30  Andreas Schwab  <schwab@redhat.com>
51507
51508         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
51509         is always restored.
51510
51511 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
51512
51513         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
51514         are re-adding the entry.
51515         * nscd/servicescache.c (cache_addserv): Likewise.
51516
51517 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
51518
51519         * sysdeps/generic/dl-irel.h: fix protection against multiple
51520         inclusions.
51521         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
51522
51523 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
51524
51525         [BZ #12935]
51526         * malloc/memusage.sh: Fix quoting in message.
51527         * debug/xtrace.sh: Likewise.
51528
51529         * configure.in: Remove support for --experimental-malloc option, make
51530         it the default.
51531         * config.make.in: Likewise.
51532         * malloc/Makefile: Likewise.
51533
51534 2011-06-27  Andreas Schwab  <schwab@redhat.com>
51535
51536         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
51537         two-byte characters.
51538
51539 2011-06-27  Roland McGrath  <roland@hack.frob.com>
51540
51541         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
51542         AC_CACHE_CHECK invocation.
51543         * configure: Regenerated.
51544
51545         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
51546
51547 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
51548
51549         [BZ #12350]
51550         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
51551         bit from old_res_options.
51552
51553         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
51554
51555         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
51556         value type for setfct.
51557
51558 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
51559
51560         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51561         __gettimeofday instead of gettimeofday.
51562
51563 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
51564
51565         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
51566
51567 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
51568
51569         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
51570
51571         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
51572         info.
51573
51574 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51575
51576         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51577         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51578         strcpy-sse2-unaligned strncpy-sse2-unaligned
51579         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
51580         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
51581         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
51582         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
51583         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
51584         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
51585         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
51586         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
51587         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
51588         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
51589         (STRCPY): Support SSE2 and SSSE3 versions.
51590
51591 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
51592
51593         [BZ #12874]
51594         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
51595         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
51596         kernels which artificially limit size of requests.
51597
51598 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51599
51600         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51601         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51602         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
51603         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
51604         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
51605         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
51606         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
51607         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
51608         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
51609         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
51610         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
51611         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
51612         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
51613         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
51614         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
51615         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51616         Enable unaligned load optimization for Intel Core i3, i5 and i7
51617         processors.
51618         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
51619         Define.
51620         (index_Fast_Unaligned_Load): Define.
51621         (HAS_FAST_UNALIGNED_LOAD): Define.
51622
51623 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
51624
51625         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
51626
51627 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51628
51629         [BZ #12907]
51630         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
51631         until it is clear that the information is realy needed.
51632         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
51633
51634 2011-06-22  Andreas Schwab  <schwab@redhat.com>
51635
51636         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
51637
51638 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51639
51640         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51641         /sys/devices/system/cpu/online if it is usable.
51642
51643         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
51644         reading the information from the /proc filesystem to once a second.
51645
51646 2011-06-21  Andreas Jaeger  <aj@suse.de>
51647
51648         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
51649         NULL after inclusion of kernel headers.
51650
51651 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
51652
51653         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
51654         calls to internal_setent.
51655
51656         [BZ #12885]
51657         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
51658         addresses using gethostbyname4_r ignore IPv4 addresses.
51659
51660         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
51661         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
51662
51663         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
51664
51665 2011-06-20  David S. Miller  <davem@davemloft.net>
51666
51667         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
51668         inclusions.
51669         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
51670
51671         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
51672         (elf_irel): Use it.
51673         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
51674         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
51675         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
51676         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
51677         * sysdeps/x86_64/dl-irel.h: Likewise.
51678
51679         * elf/dl-runtime.c: Use elf_ifunc_invoke.
51680         * elf/dl-sym.c: Likewise.
51681
51682 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51683
51684         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
51685         need to dereference resplen2.
51686
51687 2011-06-14  Andreas Schwab  <schwab@redhat.com>
51688
51689         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
51690
51691 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51692
51693         * Makeconfig: Define vardbdir and inst_vardbdir.
51694         * nss/Makefile: Add rules to install db-Makefile.
51695
51696         * nss/nss_db/db-XXX.c: Cleanup.
51697
51698         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
51699         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
51700         GLIBC_PRIVATE.
51701         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
51702         * nss/makedb.c: Implement -g option to specify that value strings
51703         are generated and should not be added to table iterated over for
51704         get*ent calls.
51705         * nss/nss_db/db-initgroups.c: New file.
51706
51707         * nss/getent.c: Add support for initgroups lookups through getgrouplist
51708         interface.
51709
51710         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
51711         (internal_getgrouplist): Adjust to name change.
51712         Update use_initgroups_entry if this is not the first call.
51713         * nss/databases.def: Add initgroups entry.
51714
51715         * nss/makedb.c (compute_tables): Check result of multiple hash table
51716         sizes to minimize maximum chain length.
51717
51718 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
51719
51720         * Versions.def: Add entry for libnss_db.
51721         * shlib-versions: Likewise.
51722         * nss/Makefile: Add rules to build libnss_db.
51723         * nss/Versions: Add libnss_db information.  Organize libnss_files
51724         entries better.
51725         * nss/db-Makefile: Add gshadow support.  Change rules for the new
51726         makedb progra.  Some minor improvements to generate smaller files.
51727         * nss/nss_db/nss_db.h: Move NSS database header data structures to
51728         here from...
51729         * nss/makedb.c: ...here.
51730         Improve database format to be smaller and require less memory at
51731         runtime.
51732         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
51733         db anymore.
51734         * nss/nss_db/db-netgrp.c: Likewise.
51735         * nss/nss_db/db-open.c: Likewise.
51736         * nss/nss_files/flies-XXX.x: Adjust comments.
51737         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
51738         * nss/nss_files/files-grp.c: Likewise.
51739         * nss/nss_files/files-hosts.c: Likewise.
51740         * nss/nss_files/files-network.c: Likewise.
51741         * nss/nss_files/files-proto.c: Likewise.
51742         * nss/nss_files/files-pwd.c: Likewise.
51743         * nss/nss_files/files-rpc.c: Likewise.
51744         * nss/nss_files/files-service.c: Likewise.
51745         * nss/nss_files/files-sgrp.c: Likewise.
51746         * nss/nss_files/files-spwd.c: Likewise.
51747         * nss/nss_db/db-alias.c: Removed.
51748         * nss/nss_db/dummy-db.h: Removed.
51749
51750 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
51751
51752         * nss/makedb.c: Rewritten to not use database library.
51753         * nss/Makefile: Update to build new makedb program.
51754
51755 2011-06-14  Andreas Jaeger  <aj@suse.de>
51756
51757         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51758         memset declaration.
51759
51760 2011-06-10  Andreas Schwab  <schwab@redhat.com>
51761
51762         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51763         tmpbuf.
51764
51765 2011-06-10  Roland McGrath  <roland@hack.frob.com>
51766
51767         * Makerules (shlib.lds): Fail if the linker script comes out empty.
51768         * elf/Makefile ($(objpfx)ld.so): Likewise.
51769
51770         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51771         Don't list ld.so twice in dependencies.
51772
51773         * posix/bug-regex31.c: Include <stdlib.h>.
51774
51775         * nscd/hstcache.c (cache_addhst): Remove unused variable.
51776
51777         * nis/nss_compat/compat-spwd.c
51778         (getspent_next_nss_netgr): Remove unused variable.
51779         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51780
51781         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51782         nonmembers" output to use the right array.
51783
51784         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51785
51786         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51787
51788         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51789         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51790         * catgets/gencat.c (read_input_file): Likewise.
51791         * locale/programs/locarchive.c (enlarge_archive): Likewise.
51792
51793         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51794         variable definition inside #if's controlling its use.
51795
51796         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51797
51798         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51799
51800         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51801
51802         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51803         unreachable code.
51804
51805         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51806
51807         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51808         * configure: Regenerated.
51809
51810         * Makerules: Revert last change.
51811         * elf/Makefile: Likewise.
51812
51813 2011-06-09  Roland McGrath  <roland@hack.frob.com>
51814
51815         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51816         * elf/Makefile ($(objpfx)librtld.os): Likewise.
51817         (reloc-link): Likewise.
51818
51819 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
51820
51821         * elf/Makefile: Add rules to build pldd.
51822         * elf/pldd.c: New file.
51823         * elf/pldd-xx.c: New file.
51824
51825 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
51826
51827         * version.h: Update for 2.15 development version.
51828
51829 2011-06-07  David S. Miller  <davem@davemloft.net>
51830
51831         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51832         ifuncs.
51833         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51834         elf_machine_lazy_rel): Likewise.
51835         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51836         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51837         elf_machine_lazy_rel): Likewise.
51838         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51839         dl_hwcap via passed in argument.
51840         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51841         Likewise.
51842
51843 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51844
51845         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
51846
51847 2011-06-06  Roland McGrath  <roland@hack.frob.com>
51848
51849         [BZ #12849]
51850         * manual/fdl-1.1.texi: New file, verbatim from:
51851         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51852         * manual/lgpl-2.1.texi: New file, verbatim from:
51853         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51854         * manual/Makefile (licenses): New variable, list those new file names.
51855         (texis): Use it.
51856         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51857
51858         * manual/fdl.texi: File removed.
51859         * manual/lesser.texi: File removed.
51860         * manual/libc.texinfo (Copying, Documentation License):
51861         Use new @include file names, put @appendix directive before @include.
51862
51863 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
51864
51865         [BZ #12841]
51866         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51867         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51868         (mq_open): Add __NTH.
51869
51870 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
51871
51872         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51873         Assume Intel Core i3/i5/i7 processor if AVX is available.
51874
51875 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51876
51877         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51878         typo.
51879
51880 2011-05-31  Andreas Schwab  <schwab@redhat.com>
51881
51882         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51883         memory.  Use alloca_account.  Fix memory leak when retrying.
51884
51885 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51886
51887         * version.h (RELEASE): Bump for 2.14 release.
51888         * include/features.h (__GLIBC_MINOR__): Bump to 14.
51889
51890         * config.make.in (RANLIB): Remove entry.
51891
51892 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
51893
51894         * po/Makefile (po-sed-cmd): Add ksh to extensions.
51895         (libc.pot): Work around missing support for .ksh extension in xgettext.
51896
51897         [BZ #12684]
51898         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51899         if both request failed.
51900         (send_dg): In case of server errors clear resplen or *resplen2.
51901
51902         [BZ #12454]
51903         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51904         when there are multiple maps.
51905         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51906         (_dl_fini): Remove test here.
51907
51908         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51909
51910 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
51911
51912         [BZ #12350]
51913         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51914         bit from old_res_options.
51915         (gaih_inet): Likewise.
51916
51917         [BZ #11099]
51918         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
51919         as signed.
51920
51921         * resolv/res_init.c (res_setoptions): Make the code more compact.
51922
51923         [BZ #11558]
51924         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51925         set RES_USEVC.
51926
51927         [BZ #11634]
51928         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51929
51930         * malloc/malloc.h: Mark malloc hook variables as deprecated.
51931
51932         [BZ #11781]
51933         * malloc/malloc.h: Declare malloc hook variables as volatile.
51934
51935         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51936         in last patch.
51937
51938         [BZ #11799]
51939         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
51940         raise in the comment.
51941         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51942         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51943         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
51944
51945 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
51946
51947         [BZ #12811]
51948         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51949         grow the buffers more if it already has to be sufficient.
51950         (build_wcs_upper_buffer): Likewise.
51951         * posix/regexec.c (check_matching): Likewise.
51952         (clean_state_log_if_needed): Likewise.
51953         (extend_buffers): Don't enlarge buffers beyond size of the input
51954         buffer.
51955         Patches mostly by Emil Wojak <emil@wojak.eu>.
51956         * posix/bug-regex32.c: New file.
51957         * posix/Makefile (tests): Add bug-regex32.
51958
51959         * locale/findlocale.c (_nl_find_locale): Return right away if
51960         _nl_explode_name failed.
51961         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51962
51963         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51964
51965         * debug/xtrace.sh: Unify messages.
51966         * malloc/memusage.sh: Likewise.
51967
51968         [BZ #12813]
51969         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51970         time symbol from vDSO.  Substitute with vsyscall if not available.
51971         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51972         __vdso_time.
51973
51974         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51975         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51976         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51977         Add sendmmsg and internal_sendmmsg.
51978         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51979         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51980         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51981
51982         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51983         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51984         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51985
51986 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
51987
51988         [BZ #12813]
51989         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51990         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
51991         available.
51992         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51993         __vdso_getcpu.
51994
51995         [BZ #12814]
51996         * iconvdata/Makefile (tests): Add bug-iconv9.
51997         * iconvdata/bug-iconv9.c: New file.
51998
51999 2011-05-27  Andreas Schwab  <schwab@redhat.com>
52000
52001         [BZ #12814]
52002         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
52003
52004 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
52005
52006         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
52007         (struct user_regs_struct): Change intcs field back to cs.
52008
52009 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
52010
52011         * po/ja.po: Update from translation team.
52012
52013 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
52014
52015         [BZ #12795]
52016         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
52017         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
52018
52019 2011-05-20  Andreas Schwab  <schwab@redhat.com>
52020
52021         * stdlib/longlong.h: Update from GCC.
52022
52023 2011-05-23  Andreas Schwab  <schwab@redhat.com>
52024
52025         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
52026         parameter name.
52027         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
52028         Add parameter name.
52029         (__sysconf): Pass it down.
52030
52031 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
52032
52033         [BZ #12671]
52034         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
52035         some situations.
52036         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
52037         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
52038         add in in __libc_use_alloca calls.  Adjust callers.
52039         (glob): Use malloc in some situations.
52040
52041         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
52042         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
52043         pltexit.
52044
52045 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
52046
52047         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
52048         and CLOCK_BOOTTIME_ALARM.
52049
52050         [BZ #12782]
52051         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
52052         is returned.
52053
52054         * string/_strerror.c (__strerror_r): Print negative errors as signed
52055         numbers.
52056
52057         [BZ #12777]
52058         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
52059         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
52060         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
52061
52062         * configure.in: Fix typo in redirection and correct removal of test
52063         files in two cases.
52064
52065         [BZ #12788]
52066         * locale/setlocale.c (new_composite_name): Fix test to check for
52067         identical name of all categories.
52068
52069         [BZ #12792]
52070         * libio/filedoalloc.c (local_isatty): New function.
52071         (_IO_file_doallocate): Use local_isatty.
52072         * stdio-common/perror.c (perror): In case a new stream is used
52073         forward the stream error.
52074         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
52075         error flag.
52076
52077 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
52078
52079         [BZ #11869]
52080         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
52081         alloca.
52082         * include/alloca.h (extend_alloca_account): Define.
52083
52084         [BZ #11857]
52085         * posix/regex.h: Fix comments with documentation of user-accessible
52086         fields after compilation and describe correct free'ing of pattern
52087         after re_compile_pattern.
52088         Patch by Reuben Thomas <rrt@sc3d.org>.
52089
52090 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
52091
52092         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
52093         and -mno-altivec to prevent the compiler from using Altivec and/or
52094         VSX instructions when the corresponding registers are not available.
52095
52096 2011-05-19  Andreas Schwab  <schwab@redhat.com>
52097
52098         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
52099
52100 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
52101
52102         * libio/freopen.c (freopen): Use __dup2, not dup2.
52103         * libio/freopen64.c (freopen64): Likewise.
52104
52105 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
52106
52107         [BZ #12775]
52108         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
52109         * math/Makefile (tests): Add test-powl.
52110         (CFLAGS-test-powl.c): Define.
52111         * math/test-powl.c: New file.
52112
52113 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
52114
52115         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
52116
52117 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
52118
52119         [BZ #11837]
52120         * iconvdata/gb18030.c: Update to GB18020-2005.
52121
52122 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
52123
52124         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
52125         RE_SYNTAX_POSIX_AWK): Update to match recent development.
52126         Patch by Aharon Robbins <arnold@skeeve.com>.
52127
52128         [BZ #11892]
52129         * stdlib/putenv.c (putenv): Don't always create copy of the variable
52130         on the stack.
52131
52132         [BZ #11895]
52133         * misc/pselect.c (__pselect): Handle timeout value errors hidden
52134         through underflows.
52135
52136         [BZ #12766]
52137         * misc/error.c (error_at_line): Ensure file_name and old_file_name
52138         point to strings before performing equality test for error_one_per_line
52139         mode.
52140
52141         [BZ #11697]
52142         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
52143
52144         [BZ #11820]
52145         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
52146         (struct user_fpregs_struct): Avoid __uint*_t types.
52147
52148         [BZ #6420]
52149         * malloc/mtrace.c (tr_where): Add additional parameter to point to
52150         symbol info.  Use it instead of calling _dl_addr locally.
52151         (lock_and_info): New function.
52152         (tr_freehook): Call lock_and_info and pass symbol info as additional
52153         parameter to tr_where.
52154         (tr_mallochook): Likewise.
52155         (tr_reallochook): Likewise.
52156         (tr_memalignhook): Likewise.
52157
52158         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
52159         used and couldn't be at all thread-safe.
52160
52161 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
52162
52163         * libio/freopen.c (freopen): Don't close old file descriptor
52164         before the new one is opened.  Instead dup the new file descriptor
52165         to the old one after the new stream is created.
52166         * libio/freopen64.c (freopen64): Likewise.
52167         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
52168         * libio/fileops.c (_IO_new_file_close_it): Handle new
52169         _IO_FLAGS2_NOCLOSE flag.
52170         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
52171         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
52172         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
52173         _IO_FLAGS2_NOCLOSE flag.
52174         * include/unistd.h: Add hidden_proto for dup3.
52175         Define __have_dup3.
52176         * io/dup3.c: Define hidden symbol.
52177         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
52178
52179         [BZ #7101]
52180         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
52181         when an incomplete long option is used.
52182         * posix/tst-getopt_long1.c: New file.
52183         * posix/Makefile (tests): Add tst-getopt_long1.
52184
52185         [BZ #10138]
52186         * scripts/config.guess: Update from autoconf-2.68.
52187         * scripts/config.sub: Likewise.
52188
52189         [BZ #10157]
52190         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
52191         tests into ...
52192         (has_cpuclock): ...this.  New function.
52193         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
52194         macro here based on has_cpuclock code.
52195
52196         [BZ #10149]
52197         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52198         First byte (not low byte) is now always NUL.
52199         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
52200
52201         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52202         Use non-cancelable interfaces.
52203
52204         [BZ #9809]
52205         * locale/iso-639.def: Add entry for Sorani.
52206
52207         [BZ #11901]
52208         * include/stdlib.h: Move include protection to the right place.
52209         Define abort_msg_s.  Declare __abort_msg with it.
52210         * stdlib/abort.c (__abort_msg): Adjust type.
52211         * assert/assert.c (__assert_fail_base): New function.  Majority
52212         of code from __assert_fail.  Allocate memory for __abort_msg with
52213         mmap.
52214         (__assert_fail): Now call __assert_fail_base.
52215         * assert/assert-perr.c: Remove bulk of implementation.  Use
52216         __assert_fail_base.
52217         * include/assert.hL Declare __assert_fail_base.
52218         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
52219         mmap.
52220         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
52221
52222 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
52223
52224         [BZ #11952]
52225         [BZ #12453]
52226         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
52227         until all modules are registered in the DTV.
52228         * elf/Makefile: Add rules to build and run tst-tls19.
52229         * elf/tst-tls19.c: New file.
52230         * elf/tst-tls19mod1.c: New file.
52231         * elf/tst-tls19mod2.c: New file.
52232         * elf/tst-tls19mod3.c: New file.
52233         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
52234
52235         [BZ #12083]
52236         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
52237         correctly.
52238
52239         [BZ #12601]
52240         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
52241         two-byte sequence errors.
52242         * iconvdata/Makefile (tests): Add bug-iconv8.
52243         * iconvdata/bug-iconv8.c: New file.
52244
52245         [BZ #12626]
52246         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
52247         buf2 definition.
52248
52249         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
52250
52251         [BZ #12432]
52252         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
52253         (dummy_getcfa): New function.
52254         (init): Get _Unwind_GetCFA address, use dummy if not found.
52255         (backtrace_helper): In recursion check, also check whether CFA changes.
52256         (__backtrace): Completely initialize arg.
52257
52258         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
52259         storing incomplete byte sequence in state object.  Avoid testing for
52260         guaranteed too small input if we know there is enough data available.
52261
52262 2011-05-11  Andreas Schwab  <schwab@redhat.com>
52263
52264         * Makeconfig (+link-pie): Indent.
52265         * Rules (binaries-pie): Define if $(have-fpie) and
52266         $(build-shared).
52267         (binaries-shared): Also filter out $(binaries-pie).
52268         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
52269         * nscd/Makefile (others-pie): Add nscd.
52270         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
52271         ($(objpfx)nscd): Remove command override.
52272         * login/Makefile (others-pie): Add pt_chown.
52273         ($(objpfx)pt_chown): Remove command override.
52274         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
52275         remove command overrides.
52276
52277 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
52278
52279         * libio/tst_putwc.c: Fix error messages.
52280
52281         [BZ #12724]
52282         * libio/fileops.c (_IO_new_file_close_it): Always flush when
52283         currently writing and seek to current position when not.
52284         * libio/Makefile (tests): Add bug-fclose1.
52285         * libio/bug-fclose1.c: New file.
52286
52287 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
52288
52289         [BZ #12511]
52290         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
52291         don't set DF_1_NODELETE here.
52292         (do_lookup_x): When entering new entry test for copy relocation
52293         and if necessary set DF_1_NODELETE flag.
52294         * elf/tst-unique4.cc: New file.
52295         * elf/tst-unique4.h: New file.
52296         * elf/tst-unique4lib.cc: New file.
52297         * elf/Makefile: Add rules to build and run tst-unique4.
52298         Patch by Piotr Bury <pbury@goahead.com>.
52299
52300 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
52301
52302         [BZ #12052]
52303         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
52304
52305         [BZ #12625]
52306         * misc/mntent_r.c (addmntent): Flush the stream after the output
52307
52308         [BZ #12393]
52309         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
52310         (is_trusted_path_normalize): Skip initial colon.  Append slash
52311         to empty buffer.  Duplicate is_trusted_path code but allow
52312         constructed patch to be prefix.
52313         (is_dst): Allow $ORIGIN followed by /.
52314         (_dl_dst_substitute): Correct clearing of check_for_trusted.
52315         Correct testing of result of is_trusted_path_normalize
52316         (decompose_rpath): Fix warning.
52317
52318 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
52319
52320         [BZ #11257]
52321         * grp/initgroups.c (internal_getgrouplist): When we found the service
52322         list through the initgroups entry in nsswitch.conf do not always
52323         continue on a successful lookup.  Don't always use the
52324         __nss_group_database value if it is set.
52325         * nss/nsswitch.conf (initgroups): Change action for successful db
52326         lookup to continue for compatibility.
52327
52328 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
52329
52330         [BZ #11532]
52331         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
52332         and CP774 modules.
52333         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
52334         and CP774 modules.
52335         * iconvdata/tst-tables.sh: Likewise.
52336         * iconvdata/cp770.c: New file.
52337         * iconvdata/cp771.c: New file.
52338         * iconvdata/cp772.c: New file.
52339         * iconvdata/cp773.c: New file.
52340         * iconvdata/cp774.c: New file.
52341         * iconvdata/testdata/CP770: New file.
52342         * iconvdata/testdata/CP770..UTF8: New file.
52343         * iconvdata/testdata/CP771: New file.
52344         * iconvdata/testdata/CP771..UTF8: New file.
52345         * iconvdata/testdata/CP772: New file.
52346         * iconvdata/testdata/CP772..UTF8: New file.
52347         * iconvdata/testdata/CP773: New file.
52348         * iconvdata/testdata/CP773..UTF8: New file.
52349         * iconvdata/testdata/CP774: New file.
52350         * iconvdata/testdata/CP774..UTF8: New file.
52351
52352         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
52353         END CHARMAP line.
52354         * iconvdata/gen-8bit-gap.sh: Likewise.
52355         * iconvdata/gen-8bit.sh: Likewise.
52356
52357         * locale/iso-639.def: Add ary entry.
52358
52359         [BZ #11258]
52360         * locale/C-translit.h.in: Add U20A1 transliteration.
52361
52362         [BZ #12178]
52363         * locale/iso-639.def: Add wae entry.
52364         Patch by Kevin Bortis <bortis@translate-wae.ch>.
52365
52366         [BZ #12545]
52367         * locale/programs/localedef.c (construct_output_path): Use ssize_t
52368         for n.
52369
52370         [BZ #12711]
52371         * locale/C-translit.h.in: Add entry for U20B9.
52372         Patch by pravin.d.s@gmail.com.
52373
52374 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
52375
52376         [BZ #12713]
52377         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
52378         ENAMETOOLONG use generic getcwd.
52379         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
52380         in rtld.  Use *stat64.
52381         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
52382         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
52383         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
52384         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
52385         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
52386         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
52387         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
52388         __fstatat64 macros.
52389         * include/dirent.h: Add libc_hidden_proto for rewinddir.
52390         * dirent/rewinddir.c: Add libc_hidden_def.
52391         * sysdeps/mach/hurd/rewinddir.c: Likewise.
52392         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
52393
52394         * include/dirent.h (__alloc_dir): Add flags parameter.
52395         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
52396         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
52397         __alloc_dir.
52398         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
52399         from fdopendir if O_CLOEXEC is already set.
52400
52401 2011-03-15  Alan Modra  <amodra@gmail.com>
52402
52403         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
52404         l_tls_firstbyte_offset non-zero.  Save padding offset in
52405         l_tls_firstbyte_offset for later use.
52406         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
52407         freeing static tls block.
52408
52409 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
52410
52411         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
52412         where #ifdef was intended.  The intent is to prevent ARG_MAX from
52413         being defined by the kernel headers.
52414
52415 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
52416
52417         [BZ #12734]
52418         * resolv/resolv.h: Define RES_NOTLDQUERY.
52419         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
52420         no-tld-query and set RES_NOTLDQUERY.
52421         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
52422         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
52423         modern BIND to search name as TLD unless forbidden.
52424
52425 2011-05-07  Petr Baudis  <pasky@suse.cz>
52426             Ulrich Drepper  <drepper@gmail.com>
52427
52428         [BZ #12393]
52429         * elf/dl-load.c (fillin_rpath): Move trusted path check...
52430         (is_trusted_path): ...to here.
52431         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
52432         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
52433         using is_trusted_path_normalize() in setuid scripts.
52434
52435 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
52436
52437         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
52438         __BEGIN/__END_DECLS.
52439
52440 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
52441
52442         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
52443         NSS_STATUS_NOTFOUND if no record was found.
52444
52445 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52446
52447         * sunrpc/Makefile (headers): Add rpc/netdb.h.
52448         (headers-not-in-tirpc): Remove rpc/netdb.h
52449         * resolv/netdb.h: Revert last change.
52450
52451 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
52452
52453         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
52454         circular dependency between libgcc.a and libc.a.
52455
52456 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52457
52458         * resolv/netdb.h: Don't include <rpc/netdb.h>.
52459         * nis/Makefile: Don't install rpcsvc/*.
52460         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
52461         instead of <rpc/types.h>.
52462         (MAXHOSTNAMELEN): Define.
52463
52464 2011-05-03  Andreas Schwab  <schwab@redhat.com>
52465
52466         * elf/ldconfig.c (add_dir): Don't crash on empty path.
52467
52468 2011-04-28  Maciej Babinski  <mbabinski@google.com>
52469
52470         [BZ #12714]
52471         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
52472         gethostbyname4_r when IPv6 results are possible.
52473
52474 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
52475
52476         [BZ #12723]
52477         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
52478         _PC_PIPE_BUF handling.
52479
52480 2011-04-30  Bruno Haible  <bruno@clisp.org>
52481
52482         [BZ #12717]
52483         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
52484         * resolv/netdb.h (getnameinfo): Change type of flags parameter
52485         to 'int'.
52486         * inet/getnameinfo.c (getnameinfo): Likewise.
52487
52488 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
52489
52490         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
52491         to groups setting in database lookup.
52492         * nss/nsswitch.conf: Add initgroups entry.
52493
52494 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
52495
52496         [BZ #12685]
52497         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
52498         mode string.
52499         Patch by Eric Blake <eblake@redhat.com>.
52500
52501 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
52502
52503         * sunrpc/Makefile (need-export-routines): Add svc_run.
52504         (routines): Remove svc_run.
52505         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
52506         * sunrpc/clnt_perr.c (clnt_perrno): Export.
52507         * sunrpc/svc_run.c (svc_run): Likewise.
52508         * sunrpc/svc_udp.c (svcudp_create): Likewise.
52509
52510 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
52511
52512         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
52513         problem in reallocation in last patch.
52514
52515 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
52516
52517         * sunrpc/Makefile: Move inclusion of Rules.
52518
52519 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52520
52521         * nss/nss_files/files-initgroups.c: New file.
52522         * nss/Makefile (libnss_files-routines): Add files-initgroups.
52523         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
52524         _nss_files_initgroups_dyn.
52525
52526 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
52527
52528         * elf/elf.h (R_ARM_IRELATIVE): Define.
52529
52530 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52531
52532         * po/ru.po: Update from translation team.
52533
52534 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52535
52536         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
52537         dependencies.
52538
52539 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
52540
52541         [BZ #12653]
52542         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
52543         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
52544         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
52545         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
52546         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
52547
52548 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
52549
52550         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
52551         differing bytes.
52552         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
52553         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
52554         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52555
52556 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52557
52558         [BZ #12420]
52559         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
52560         storing it.
52561         * stdlib/bug-getcontext.c: New file.
52562         * stdlib/Makefile: Add rules to build and run bug-getcontext.
52563
52564 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52565
52566         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
52567         instructions into .machine "z9-109".
52568         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
52569         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
52570
52571 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52572
52573         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
52574         between environment variables and auxiliary vector.
52575
52576 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
52577
52578         * Makefile: Add rules to build linkobj/libc.so.
52579         * include/libc-symbols.h: Define libc_hidden_nolink.
52580         * include/rpc/auth.h: Mark functions which are to be hidden.
52581         * include/rpc/auth_des.h: Likewise.
52582         * include/rpc/auth_unix.h: Likewise.
52583         * include/rpc/clnt.h: Likewise.
52584         * include/rpc/des_crypt.h: Likewise.
52585         * include/rpc/key_prot.h: Likewise.
52586         * include/rpc/pmap_clnt.h: Likewise.
52587         * include/rpc/pmap_prot.h: Likewise.
52588         * include/rpc/pmap_rmt.h: Likewise.
52589         * include/rpc/rpc_msg.h: Likewise.
52590         * include/rpc/svc.h: Likewise.
52591         * include/rpc/svc_auth.h: Likewise.
52592         * include/rpc/xdr.h: Likewise.
52593         * nis/Makefile: Link all DSOs against linkobj/libc.so.
52594         * nss/Makefile: Likewise.
52595         * sunrpc/Makefile: Don't install headers.  Build library with normal
52596         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
52597         * sunrpc/auth_des.c: Hide exported symbols by default, export some
52598         for the compat linking library.  Remove use of INTDEF/INTUSE.
52599         * sunrpc/auth_none.c: Likewise.
52600         * sunrpc/auth_unix.c: Likewise.
52601         * sunrpc/authdes_prot.c: Likewise.
52602         * sunrpc/authuxprot.c: Likewise.
52603         * sunrpc/clnt_gen.c: Likewise.
52604         * sunrpc/clnt_perr.c: Likewise.
52605         * sunrpc/clnt_raw.c: Likewise.
52606         * sunrpc/clnt_simp.c: Likewise.
52607         * sunrpc/clnt_tcp.c: Likewise.
52608         * sunrpc/clnt_udp.c: Likewise.
52609         * sunrpc/clnt_unix.c: Likewise.
52610         * sunrpc/des_crypt.c: Likewise.
52611         * sunrpc/des_soft.c: Likewise.
52612         * sunrpc/get_myaddr.c: Likewise.
52613         * sunrpc/key_call.c: Likewise.
52614         * sunrpc/key_prot.c: Likewise.
52615         * sunrpc/netname.c: Likewise.
52616         * sunrpc/pm_getmaps.c: Likewise.
52617         * sunrpc/pm_getport.c: Likewise.
52618         * sunrpc/pmap_clnt.c: Likewise.
52619         * sunrpc/pmap_prot.c: Likewise.
52620         * sunrpc/pmap_prot2.c: Likewise.
52621         * sunrpc/pmap_rmt.c: Likewise.
52622         * sunrpc/publickey.c: Likewise.
52623         * sunrpc/rpc_cmsg.c: Likewise.
52624         * sunrpc/rpc_common.c: Likewise.
52625         * sunrpc/rpc_dtable.c: Likewise.
52626         * sunrpc/rpc_prot.c: Likewise.
52627         * sunrpc/rpc_thread.c: Likewise.
52628         * sunrpc/rtime.c: Likewise.
52629         * sunrpc/svc.c: Likewise.
52630         * sunrpc/svc_auth.c: Likewise.
52631         * sunrpc/svc_authux.c: Likewise.
52632         * sunrpc/svc_raw.c: Likewise.
52633         * sunrpc/svc_run.c: Likewise.
52634         * sunrpc/svc_simple.c: Likewise.
52635         * sunrpc/svc_tcp.c: Likewise.
52636         * sunrpc/svc_udp.c: Likewise.
52637         * sunrpc/svc_unix.c: Likewise.
52638         * sunrpc/svcauth_des.c: Likewise.
52639         * sunrpc/xcrypt.c: Likewise.
52640         * sunrpc/xdr.c: Likewise.
52641         * sunrpc/xdr_array.c: Likewise.
52642         * sunrpc/xdr_float.c: Likewise.
52643         * sunrpc/xdr_intXX_t.c: Likewise.
52644         * sunrpc/xdr_mem.c: Likewise.
52645         * sunrpc/xdr_rec.c: Likewise.
52646         * sunrpc/xdr_ref.c: Likewise.
52647         * sunrpc/xdr_sizeof.c: Likewise.
52648         * sunrpc/xdr_stdio.c: Likewise.
52649
52650 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
52651
52652         [BZ #12650]
52653         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
52654         * sysdeps/ia64/dl-tls.h: Likewise.
52655         * sysdeps/powerpc/dl-tls.h: Likewise.
52656         * sysdeps/s390/dl-tls.h: Likewise.
52657         * sysdeps/sh/dl-tls.h: Likewise.
52658         * sysdeps/sparc/dl-tls.h: Likewise.
52659         * sysdeps/x86_64/dl-tls.h: Likewise.
52660         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
52661
52662 2011-03-14  Andreas Schwab  <schwab@redhat.com>
52663
52664         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
52665         rpath element also skip the following colon.
52666         (expand_dynamic_string_token): Add is_path parameter and pass
52667         down to DL_DST_REQUIRED and _dl_dst_substitute.
52668         (decompose_rpath): Call expand_dynamic_string_token with
52669         non-zero is_path.  Ignore empty rpaths.
52670         (_dl_map_object_from_fd): Call expand_dynamic_string_token
52671         with zero is_path.
52672
52673 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
52674
52675         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
52676         Make cancelable.
52677
52678 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
52679
52680         [BZ #12655]
52681         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
52682         Patch by Filipe David Manana <fdmanana@apache.org>.
52683
52684 2011-04-07  Andreas Schwab  <schwab@redhat.com>
52685
52686         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
52687         Maintain aligned stack.
52688         (CHECK_RSP): Remove unused macro.
52689
52690 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
52691
52692         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
52693         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
52694
52695 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
52696
52697         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
52698
52699         * include/features.h: Mention __USE_XOPEN2K8 in comment.
52700
52701 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
52702
52703         [BZ #12518]
52704         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
52705         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
52706         * sysdeps/x86_64/memmove.c: New file.
52707         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
52708         (memcpy): Renamed to ...
52709         (__new_memcpy): This.
52710         (memcpy): Provide GLIBC_2_14 memcpy.
52711         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
52712         (memcpy): Provide GLIBC_2_2_5 memcpy.
52713
52714 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52715
52716         [BZ #12631]
52717         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
52718
52719 2011-03-30  Andreas Schwab  <schwab@redhat.com>
52720
52721         * misc/syncfs.c: New file.
52722         * misc/Makefile (routines): Add syncfs.
52723         * posix/unistd.h: Declare syncfs.
52724         * sysdeps/unix/syscalls.list: Add syncfs.
52725
52726 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52727
52728         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
52729         open_by_handle_at.
52730         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
52731         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52732         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52733         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52734         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52735         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
52736         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52737
52738 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52739
52740         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
52741         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52742         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
52743         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52744         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52745         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52746         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52747
52748         * io/Makefile: Compile fallocate.c, fallocate64.c, and
52749         sync_file_range.c with -fexceptions.
52750         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52751         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52752         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52753         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52754         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52755         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52756         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
52757         sync_file_range as cancellation point
52758         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
52759         now a wrapper around __call_sync_file_range with cancellation handling.
52760         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52761         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
52762         function name to __call_sync_file_range.
52763         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52764         Add call_sync_file_range.
52765
52766 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52767
52768         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
52769         bits/timex.h.
52770
52771 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52772
52773         * iconv/iconv.h: Fix typo in comment.
52774         * io/fcntl.h: Likewise.
52775         * libio/stdio.h: Likewise.
52776         * posix/spawn.h: Likewise.
52777         * posix/unistd.h: Likewise.
52778         * stdlib/stdlib.h: Likewise.
52779         * time/time.h: Likewise.
52780         * wcsmbs/wchar.h: Likewise.
52781
52782         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52783         open_by_handle): Add.
52784         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52785         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
52786         Augment a few comments.
52787         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52788         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52789         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52790         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52791         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52792         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52793         open_by_handle.
52794
52795         * io/fcntl.h (AT_EMPTY_PATH): Define.
52796
52797 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
52798
52799         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52800         * sysdeps/unix/sysv/linux/bits/time.h: New file.
52801         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52802         to...
52803         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
52804         * Versions.def: Add GLIBC_2.14.
52805         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52806         Export.
52807
52808 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
52809
52810         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52811         round counter.
52812         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52813
52814 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
52815
52816         [BZ #12597]
52817         * string/test-strncmp.c (do_page_test): New function.
52818         (check2): Likewise.
52819         (test_main): Call check2.
52820         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52821
52822 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
52823
52824         [BZ #12587]
52825         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52826         Handle cache information in CPU leaf 4.
52827         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52828
52829 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
52830
52831         [BZ #12583]
52832         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52833         character representation.
52834         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52835
52836 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
52837
52838         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52839         END(__isnan) to END(__isnanf) to match function entry point/label
52840         EALIGN(__isnanf,...).
52841
52842 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
52843
52844         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52845
52846 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
52847
52848         [BZ #12510]
52849         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52850         copy from the symbol referenced in the relocation to initialize the
52851         used variable.
52852         Patch by Piotr Bury <pbury@goahead.com>.
52853         * elf/Makefile: Add rules to build and tst-unique3.
52854         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52855         * elf/tst-unique3.cc: New file.
52856         * elf/tst-unique3.h: New file.
52857         * elf/tst-unique3lib.cc: New file.
52858         * elf/tst-unique3lib2.cc: New file.
52859
52860         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52861
52862 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
52863
52864         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52865         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
52866         to _start.
52867
52868 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
52869
52870         * elf/dl-load.c (_dl_map_object): If we are looking for the first
52871         to-be-loaded object along a path to loader is ld.so.
52872
52873 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52874             Ulrich Drepper  <drepper@gmail.com>
52875
52876         * sysdeps/x86_64/memset.S: After aligning destination, code
52877         branches to different locations depending on the value of
52878         misalignment, when multiarch is enabled. Fix this.
52879
52880 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52881
52882         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52883         Set _x86_64_preferred_memory_instruction for AMD processsors.
52884         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52885         Set bit_Prefer_SSE_for_memop for AMD processors.
52886
52887 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
52888
52889         * libio/fmemopen.c (fmemopen): Optimize a bit.
52890
52891 2011-03-03  Andreas Schwab  <schwab@redhat.com>
52892
52893         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52894
52895 2011-03-03  Roland McGrath  <roland@redhat.com>
52896
52897         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52898
52899 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
52900
52901         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
52902         __bzero_ultra1 instead of __memset_ultra1.
52903
52904 2011-02-23  Andreas Schwab  <schwab@redhat.com>
52905             Ulrich Drepper  <drepper@gmail.com>
52906
52907         [BZ #12509]
52908         * include/link.h (struct link_map): Add l_orig_initfini.
52909         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52910         returning unsuccessfully.
52911         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52912         close of a file loaded at startup, restore the original l_initfini
52913         list.
52914         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52915         list, store the pointer.
52916         * elf/Makefile ($(objpfx)noload-mem): New rule.
52917         (noload-ENV): Define.
52918         (tests): Add $(objpfx)noload-mem.
52919         * elf/noload.c: Include <memcheck.h>.
52920         (main): Call mtrace.  Close all opened handles.
52921
52922 2011-02-17  Andreas Schwab  <schwab@redhat.com>
52923
52924         [BZ #12454]
52925         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52926         dependencies are missing.
52927
52928 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52929
52930         Fix __if_freereq crash: Unlike the generic version which uses free,
52931         Hurd needs munmap.
52932         * sysdeps/mach/hurd/ifreq.h: New file.
52933
52934 2011-01-27  Petr Baudis  <pasky@suse.cz>
52935             Ulrich Drepper  <drepper@gmail.com>
52936
52937         [BZ 12445]#
52938         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52939         to extend_alloca().
52940         * stdio-common/bug23.c: New file.
52941         * stdio-common/Makefile (tests): Add bug23.
52942
52943 2010-09-28  Andreas Schwab  <schwab@redhat.com>
52944             Ulrich Drepper  <drepper@gmail.com>
52945
52946         [BZ #12489]
52947         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52948         before performing relro protection.  At old place add assertion
52949         to make sure nothing changed.
52950
52951 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
52952             Glauber de Oliveira Costa  <glommer@gmail.com>
52953
52954         * elf/elf.h: Add new ARM TLS relocs.
52955
52956 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
52957
52958         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52959         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52960         cast from r3.
52961         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
52962         'tests' variable.
52963         * sysdeps/wordsize-64/tst-writev.c: New file.
52964
52965 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
52966
52967         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52968         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52969         insns in _dl_start to prevent a TOC reference before relocs are
52970         resolved.
52971
52972 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
52973
52974         [BZ #12469]
52975         * Makeconfig: Remove RANLIB definition.
52976         * Makerules: Don't use RANLIB.
52977         * aclocal.m4: Remove ranlib test.
52978         * configure.in: No need to check for ranlib.
52979         * elf/rtld-Rules: Don't use RANLIB.
52980
52981 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52982
52983         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52984         protection macro.
52985         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52986         inclusion protection macro.
52987
52988         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52989         SIGRTMIN and SIGRTMAX and print information in that case only when
52990         SIGRTMIN is defined.
52991
52992 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
52993
52994         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52995         arginfo fn returning -1.
52996
52997         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52998         and thousands string is zero terminated.
52999
53000 2011-02-03  Andreas Schwab  <schwab@redhat.com>
53001
53002         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
53003         sysdeps/unix/sysv/linux/bits/socket.h.
53004
53005 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53006
53007         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
53008         (__CPU_COUNT): Remove old macros.
53009         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
53010         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
53011         (__CPU_ALLOC, __CPU_FREE): Add macros.
53012         (__sched_cpualloc, __sched_cpufree): Add declarations.
53013
53014 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
53015
53016         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
53017         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
53018         * nscd/aicache.c (addhstaiX): Return timeout of added value.
53019         (readdhstai): Return value of addhstaiX call.
53020         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
53021         (addgrbyX): Return value returned by cache_addgr.
53022         (readdgrbyname): Return value returned by addgrbyX.
53023         (readdgrbygid): Likewise.
53024         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
53025         (addpwbyX): Return value returned by cache_addpw.
53026         (readdpwbyname): Return value returned by addhstbyX.
53027         (readdpwbyuid): Likewise.
53028         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
53029         (addservbyX): Return value returned by cache_addserv.
53030         (readdservbyname): Return value returned by addservbyX:
53031         (readdservbyport): Likewise.
53032         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
53033         (addhstbyX): Return value returned by cache_addhst.
53034         (readdhstbyname): Return value returned by addhstbyX.
53035         (readdhstbyaddr): Likewise.
53036         (readdhstbynamev6): Likewise.
53037         (readdhstbyaddrv6): Likewise.
53038         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
53039         (readdinitgroups): Return value returned by addinitgroupsX.
53040         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
53041         (prune_cache): Keep track of timeout value of re-added entries.
53042         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
53043         * nscd/nscd.h: Adjust prototypes of readd* functions.
53044
53045 2011-02-04  Roland McGrath  <roland@redhat.com>
53046
53047         * nis/nis_server.c (nis_servstate): Use the right name for 0.
53048         (nis_stats): Likewise.
53049         * nis/nis_modify.c (nis_modify): Likewise.
53050         * nis/nis_remove.c (nis_remove): Likewise.
53051         * nis/nis_add.c (nis_add): Likewise.
53052
53053         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
53054
53055         * posix/fnmatch_loop.c: Add some consts.
53056
53057         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
53058
53059 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
53060
53061         [BZ #12460]
53062         * config.make.in (config-cflags-novzeroupper): Define.
53063         * configure.in: Substitute libc_cv_cc_novzeroupper.
53064         * elf/Makefile (AVX-CFLAGS): Define.
53065         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
53066         (CFLAGS-tst-auditmod4a.c): Likewise.
53067         (CFLAGS-tst-auditmod4b.c): Likewise.
53068         (CFLAGS-tst-auditmod6b.c): Likewise.
53069         (CFLAGS-tst-auditmod6c.c): Likewise.
53070         (CFLAGS-tst-auditmod7b.c): Likewise.
53071         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
53072
53073 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
53074
53075         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
53076         function to the callback.
53077         Patch partly by Jiri Olsa <jolsa@redhat.com>.
53078
53079 2011-02-02  Andreas Schwab  <schwab@redhat.com>
53080
53081         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
53082         of errno.
53083
53084 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
53085
53086         [BZ #11724]
53087         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
53088         of constructors.
53089         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
53090         of destructors.
53091         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
53092
53093         [BZ #11724]
53094         * elf/Makefile: Add rules to build and run new test.
53095         * elf/tst-initorder.c: New file.
53096         * elf/tst-initorder.exp: New file.
53097         * elf/tst-initordera1.c: New file.
53098         * elf/tst-initordera2.c: New file.
53099         * elf/tst-initordera3.c: New file.
53100         * elf/tst-initordera4.c: New file.
53101         * elf/tst-initorderb1.c: New file.
53102         * elf/tst-initorderb2.c: New file.
53103         * elf/tst-order-a1.c: New file.
53104         * elf/tst-order-a2.c: New file.
53105         * elf/tst-order-a3.c: New file.
53106         * elf/tst-order-a4.c: New file.
53107         * elf/tst-order-b1.c: New file.
53108         * elf/tst-order-b2.c: New file.
53109         * elf/tst-order-main.c: New file.
53110         New test case by George Gensure <werkt0@gmail.com>.
53111
53112 2010-10-01  Andreas Schwab  <schwab@redhat.com>
53113
53114         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
53115         decoding ACE if AI_CANONIDN.
53116
53117 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
53118
53119         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
53120
53121 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
53122
53123         * version.h (RELEASE): Bump for 2.13 release.
53124         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
53125
53126         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
53127
53128         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
53129         MADV_NOHUGEPAGE.
53130         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
53131         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
53132         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
53133         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
53134         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
53135         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53136
53137         * posix/getconf.c: Update copyright year.
53138         * catgets/gencat.c: Likewise.
53139         * csu/version.c: Likewise.
53140         * debug/catchsegv.sh: Likewise.
53141         * debug/xtrace.sh: Likewise.
53142         * elf/ldconfig.c: Likewise.
53143         * elf/ldd.bash.in: Likewise.
53144         * elf/sprof.c (print_version): Likewise.
53145         * iconv/iconv_prog.c: Likewise.
53146         * iconv/iconvconfig.c: Likewise.
53147         * locale/programs/locale.c: Likewise.
53148         * locale/programs/localedef.c: Likewise.
53149         * malloc/memusage.sh: Likewise.
53150         * malloc/mtrace.pl: Likewise.
53151         * nscd/nscd.c (print_version): Likewise.
53152         * nss/getent.c: Likewise.
53153
53154         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
53155         PF_CAIF, and PF_ALG.
53156         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
53157
53158 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
53159
53160         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
53161         (modules-names): Use them.
53162         (ifunc-test-modules, ifunc-pie-tests): Define.
53163         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
53164         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
53165         (test-extras): Likewise.
53166         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
53167         $(compile-command.c).
53168         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
53169         (all-built-dso): Define.
53170         (check-textrel.out, check-execstack.out): Depend on it.
53171
53172         * configure.in: Don't override --enable-multi-arch.
53173
53174 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
53175
53176         [BZ #6812]
53177         * nscd/hstcache.c (tryagain): Define.
53178         (cache_addhst): Return tryagain not notfound for temporary errors.
53179         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
53180         failed.
53181
53182 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
53183
53184         [BZ #10563]
53185         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
53186         to make the syscall.
53187         * sysdeps/unix/sysv/linux/setgroups.c: New file.
53188
53189         [BZ #12378]
53190         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
53191         and fall back to matching as normal character if the string ends before
53192         the matching ']' is found.  This is what POSIX requires.
53193         * posix/testfnm.c: Adjust test result.
53194         * posix/globtest.sh: Adjust test result.  Add new test.
53195         * posix/tst-fnmatch.input: Likewise.
53196         * posix/tst-fnmatch2.c: Add new test.
53197
53198 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
53199
53200         * elf/Makefile (check-execstack): Revert last change.  Depend on
53201         check-execstack.h.
53202         (check-execstack.h): New target.
53203         (generated): Add check-execstack.h.
53204         * elf/check-execstack.c: Include "check-execstack.h".
53205         (main): Revert last change.
53206         (handle_file): Return zero if GNU_STACK is absent and
53207         DEFAULT_STACK_PERMS doesn't include PF_X.
53208
53209 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
53210
53211         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
53212         in child fails because the descriptor is already closed.
53213         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
53214         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
53215         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
53216
53217         [BZ #12397]
53218         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
53219         syscall.
53220
53221         [BZ #10484]
53222         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
53223         temporary buffer used to handle multi lookups locally.
53224         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
53225
53226 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
53227
53228         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
53229         loader is ld.so.
53230
53231 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
53232
53233         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
53234         alignment for SSE2.
53235
53236 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
53237
53238         [BZ #12394]
53239         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
53240         characters.  When rounding increased number of integer digits recompute
53241         number of groups.
53242         * stdio-common/tst-grouping.c: New file.
53243         * stdio-common/Makefile: Add rules to build and run tst-grouping.
53244
53245 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
53246
53247         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
53248         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
53249
53250         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
53251         void.
53252         * bits/select.h: Likewise.
53253
53254 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
53255
53256         * po/ja.po: Update from translation team.
53257
53258 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
53259
53260         [BZ #11155]
53261         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
53262         implementation just like for lxstat, fxstatat, et al.
53263
53264 2010-12-27  Jim Meyering  <meyering@redhat.com>
53265
53266         [BZ #12348]
53267         * posix/regexec.c (build_trtable): Return failure indication upon
53268         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
53269
53270 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
53271
53272         [BZ #12201]
53273         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
53274         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
53275         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
53276         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
53277
53278         [BZ #12207]
53279         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
53280
53281         [BZ #12204]
53282         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
53283         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
53284
53285 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
53286
53287         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
53288         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
53289         script has SORT_BY_INIT_PRIORITY.
53290         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
53291         NO_CTORS_DTORS_SECTIONS is defined.
53292         * elf/soinit.c: Likewise.
53293         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
53294         NO_CTORS_DTORS_SECTIONS is defined.
53295         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
53296         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
53297         * sysdeps/sh/init-first.c: Likewise.
53298         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
53299
53300 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
53301
53302         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
53303         always use the slow path.
53304
53305 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
53306
53307         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
53308         similar rule which adds the sysdep directories to the header search in
53309         order to pick up the correct platform stackinfo.h.
53310         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
53311         perform test if it is, otherwise return successfully without testing.
53312         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
53313         DEFAULT_STACK_PERMS define in stackinfo.h.
53314         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
53315         defined in stackinfo.h.
53316         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
53317         DEFAULT_STACK_PERMS defined in stackinfo.h.
53318         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
53319         * sysdeps/ia64/stackinfo.h: Likewise.
53320         * sysdeps/s390/stackinfo.h: Likewise.
53321         * sysdeps/sh/stackinfo.h: Likewise.
53322         * sysdeps/sparc/stackinfo.h: Likewise.
53323         * sysdeps/x86_64/stackinfo.h: Likewise.
53324         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
53325         PF_X for powerpc64.  Retain PF_X for powerpc32.
53326
53327 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
53328
53329         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
53330         accurately.
53331         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
53332         GETDENTS_64BIT_ALIGNED.
53333
53334 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
53335
53336         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
53337
53338 2010-12-10  Andreas Schwab  <schwab@redhat.com>
53339
53340         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
53341         _GNU_SOURCE.
53342
53343         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
53344         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
53345         Remove __restrict.
53346         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
53347         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
53348
53349 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
53350
53351         [BZ #11655]
53352         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
53353         are initialized.
53354
53355 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
53356
53357         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
53358
53359 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
53360
53361         * po/it.po: Update from translation team.
53362
53363 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
53364
53365         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
53366         unused codes.
53367
53368 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
53369
53370         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
53371
53372 2010-11-24  Andreas Schwab  <schwab@redhat.com>
53373
53374         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
53375         specially.
53376         (gaih_getanswer_slice): Likewise.
53377
53378 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
53379
53380         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
53381
53382 2010-05-31  Petr Baudis  <pasky@suse.cz>
53383
53384         [BZ #11149]
53385         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
53386         silently even in the chroot mode.
53387
53388 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
53389
53390         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
53391         last patch a bit.  Pretty printing
53392
53393 2010-05-31  Petr Baudis <pasky@suse.cz>
53394
53395         [BZ #10085]
53396         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
53397         initialization of skip_initgroups_dyn.
53398
53399 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
53400
53401         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
53402         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53403
53404 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
53405
53406         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
53407
53408 2010-11-11  Andreas Schwab  <schwab@redhat.com>
53409
53410         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
53411         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
53412         (tst-fnmatch-ENV): Set MALLOC_TRACE.
53413         ($(objpfx)tst-fnmatch-mem): New rule.
53414         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
53415         * posix/tst-fnmatch.c (main): Call mtrace.
53416
53417 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
53418
53419         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53420         Support Intel processor model 6 and model 0x2c.
53421
53422 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
53423
53424         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
53425           signed comparison.
53426
53427 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
53428
53429         [BZ #12205]
53430         * string/test-strncasecmp.c (check_result): New function.
53431         (do_one_test): Use it.
53432         (check1): New function.
53433         (test_main): Use it.
53434         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
53435         Support strcasecmp and strncasecmp.
53436
53437 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
53438
53439         [BZ #12194]
53440         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
53441         * sysdeps/x86_64/bits/byteswap.h: Likewise.
53442
53443 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
53444
53445         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
53446         IFUNC support.
53447         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53448         memset-x86-64.
53449         * sysdeps/x86_64/multiarch/bzero.S: New file.
53450         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
53451         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
53452         * sysdeps/x86_64/multiarch/memset.S: New file.
53453         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
53454         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53455         Set bit_Prefer_SSE_for_memop for Intel processors.
53456         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
53457         Define.
53458         (index_Prefer_SSE_for_memop): Define.
53459         (HAS_PREFER_SSE_FOR_MEMOP): Define.
53460
53461 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
53462
53463         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
53464         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
53465
53466 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
53467
53468         [BZ #12191]
53469         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53470         (__x86_64_raw_data_cache_size_half): Likewise.
53471         (__x86_64_raw_shared_cache_size): Likewise.
53472         (__x86_64_raw_shared_cache_size_half): Likewise.
53473
53474         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53475         (__x86_64_raw_data_cache_size_half): Likewise.
53476         (__x86_64_raw_shared_cache_size): Likewise.
53477         (__x86_64_raw_shared_cache_size_half): Likewise.
53478         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
53479         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
53480         and __x86_64_raw_shared_cache_size_half.  Round
53481         __x86_64_data_cache_size_half, __x86_64_data_cache_size
53482         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
53483         to multiple of 256 bytes.
53484
53485 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
53486
53487         [BZ #12167]
53488         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
53489         of inacessible symlinks.  Verify result of symlink before returning it.
53490         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
53491         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
53492
53493 2010-10-28  Erich Ritz  <erichritz@gmail.com>
53494
53495         * math/math.h (isinf): Fix typo in comment.
53496
53497 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
53498
53499         * po/da.po: Update from translation team.
53500
53501 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
53502
53503         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
53504         is added to the list.
53505
53506 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53507             Ulrich Drepper  <drepper@gmail.com>
53508
53509         * elf/dl-object.c (_dl_new_object): Don't append the new object to
53510         the global list here.  Move code to...
53511         (_dl_add_to_namespace_list): ...here.  New function.
53512         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
53513         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
53514         * elf/dl-load.c (lose): Don't remove the element from the list.
53515         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
53516         (_dl_map_object): Likewise.
53517
53518 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
53519
53520         [BZ #12159]
53521         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
53522         into all bytes of SSE register.
53523         Patch by Richard Li <richardpku@gmail.com>.
53524
53525 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
53526
53527         [BZ #12140]
53528         * malloc/malloc.c (_int_free): Fill correct number of bytes when
53529         perturbing.
53530
53531 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
53532
53533         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
53534         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
53535         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
53536         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
53537         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
53538         submachine.
53539         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
53540
53541 2010-10-22  Andreas Schwab  <schwab@redhat.com>
53542
53543         * include/dlfcn.h (__RTLD_SECURE): Define.
53544         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
53545         mode & __RTLD_SECURE instead.
53546         (open_path): Rename preloaded parameter to secure.
53547         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
53548         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
53549         * elf/dl-deps.c (openaux): Likewise.
53550         * elf/rtld.c (struct map_args): Remove is_preloaded.
53551         (map_doit): Don't use it.
53552         (dl_main): Likewise.
53553         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
53554         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
53555
53556 2010-09-09  Andreas Schwab  <schwab@redhat.com>
53557
53558         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
53559         (sysd-rules-targets): Remove duplicates.
53560         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
53561         rtld-%.$o dependency.
53562
53563 2010-10-18  Andreas Schwab  <schwab@redhat.com>
53564
53565         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
53566         _dl_map_object do it.
53567
53568 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
53569
53570         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
53571         fast fma builtins, define the macros in the C99 standard.
53572         (FP_FAST_FMAF): Likewise.
53573         (FP_FAST_FMAL): Likewise.
53574         * sysdeps/x86_64/bits/mathdef.h: Likewise.
53575
53576         * bits/mathdef.h: Update copyright year.
53577         * sysdeps/powerpc/bits/mathdef.h: Likewise.
53578
53579 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
53580
53581         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
53582         builtins, define the macros in the C99 standard.
53583         (FP_FAST_FMAF): Likewise.
53584         (FP_FAST_FMAL): Likewise.
53585         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
53586         multiply/add.
53587         (FP_FAST_FMAF): Likewise.
53588
53589 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
53590
53591         [BZ #3268]
53592         * math/libm-test.inc (fma_test): Some new testcases.
53593         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
53594         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
53595         y and infinite z.  Do multiplication by C already in long double.
53596         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
53597         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
53598         y and infinite z.  Do bitwise or of inexact bit into u.d.
53599         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
53600         * sysdeps/i386/fpu/s_fmaf.S: Removed.
53601         * sysdeps/i386/fpu/s_fma.S: Removed.
53602         * sysdeps/i386/fpu/s_fmal.S: Removed.
53603
53604 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
53605
53606         [BZ #3268]
53607         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
53608         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
53609         computation is not scheduled after fetestexcept.  Fix value
53610         of minimum denormal long double.
53611
53612 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
53613
53614         [BZ #3268]
53615         * math/libm-test.inc (fma_test): Add some more tests.
53616         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
53617         correctly.
53618
53619 2010-10-15  Andreas Schwab  <schwab@redhat.com>
53620
53621         * scripts/data/localplt-s390-linux-gnu.data: New file.
53622         * scripts/data/localplt-s390x-linux-gnu.data: New file.
53623
53624 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
53625
53626         [BZ #3268]
53627         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
53628         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
53629         instead of dbl-64.
53630         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
53631         inlines.
53632         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
53633         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
53634         if one of x and y is very large and the other is subnormal.
53635         * sysdeps/s390/fpu/s_fmaf.c: New file.
53636         * sysdeps/s390/fpu/s_fma.c: New file.
53637         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
53638         * sysdeps/powerpc/fpu/s_fma.S: New file.
53639         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
53640         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
53641         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
53642
53643 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
53644
53645         [BZ #3268]
53646         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
53647         fma tests.
53648         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
53649         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
53650         * sysdeps/i386/i686/multiarch/s_fma.c: Include
53651         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
53652         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
53653         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
53654         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
53655
53656 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
53657
53658         [BZ #12078]
53659         * posix/regcomp.c (parse_branch): One more memory leak plugged.
53660         * posix/bug-regex31.input: Add test case.
53661
53662 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53663
53664         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
53665         * posix/bug-regex31.input: New file.
53666
53667         [BZ #12078]
53668         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
53669         (parse_sub_exp): Fix last change, use postorder.
53670
53671         * posix/bug-regex31.c: New file.
53672         * posix/Makefile: Add rules to build and run bug-regex31.
53673
53674         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
53675
53676         [BZ #12078]
53677         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
53678
53679         [BZ #12108]
53680         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
53681         to have entries in sys_siglist.
53682
53683         [BZ #12093]
53684         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
53685         be NULL.
53686
53687 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
53688
53689         [BZ #3268]
53690         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
53691         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
53692         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
53693         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
53694         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53695         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
53696         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
53697         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
53698         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
53699         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
53700         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
53701         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
53702         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
53703         * math/ftestexcept.c (fetestexcept): Likewise.
53704         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
53705         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
53706         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
53707         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
53708         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
53709         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
53710         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
53711
53712 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53713
53714         [BZ #12107]
53715         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
53716         newline.
53717
53718 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
53719
53720         * string/bug-strstr1.c: New file.
53721         * string/Makefile: Add rules to build and run bug-strstr1.
53722
53723 2010-10-05  Eric Blake  <eblake@redhat.com>
53724
53725         [BZ #12092]
53726         * string/str-two-way.h (two_way_long_needle): Always clear memory
53727         when skipping input due to the shift table.
53728
53729 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
53730
53731         [BZ #12005]
53732         * malloc/mcheck.c: Handle large requests.
53733
53734         [BZ #12077]
53735         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
53736         for strncmp and strncasecmp.
53737         * string/stratcliff.c: Add tests for strcmp and strncmp.
53738         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
53739
53740 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
53741
53742         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
53743         __set_fpscr.
53744
53745 2010-09-30  Andreas Jaeger  <aj@suse.de>
53746
53747         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
53748         (CGROUP_SUPER_MAGIC): Define.
53749         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53750         Handle btrfs and cgroup file systems.
53751         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53752         Likewise.
53753
53754 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
53755
53756         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53757         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53758
53759 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53760
53761         [BZ #12067]
53762         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53763         trying to locate the ELF header.
53764
53765 2010-09-27  Andreas Schwab  <schwab@redhat.com>
53766
53767         [BZ #11611]
53768         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53769         Mask out sign-bit copies when constructing f_fsid.
53770
53771 2010-09-24  Petr Baudis <pasky@suse.cz>
53772
53773         * debug/stack_chk_fail_local.c: Add missing licence exception.
53774         * debug/warning-nop.c: Likewise.
53775
53776 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
53777
53778         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53779         implementing getdents64 using getdents syscall, set d_type if
53780         __ASSUME_GETDENTS32_D_TYPE.
53781
53782 2010-09-16  Andreas Schwab  <schwab@redhat.com>
53783
53784         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53785         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53786
53787 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
53788
53789         [BZ #12037]
53790         * posix/unistd.h: Undo change of feature selection for ftruncate from
53791         2010-01-11.
53792
53793 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
53794
53795         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
53796         detection.
53797
53798 2010-09-20  Andreas Schwab  <schwab@redhat.com>
53799
53800         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53801         fanotify_mark.
53802         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53803
53804 2010-09-14  Andreas Schwab  <schwab@redhat.com>
53805
53806         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53807         variables after CHECK_SP call.
53808         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53809
53810 2010-09-13  Andreas Schwab  <schwab@redhat.com>
53811             Ulrich Drepper  <drepper@redhat.com>
53812
53813         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53814         re-relocationg ld.so.
53815         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53816         _dl_init_paths call.
53817         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
53818         here anymore.
53819
53820 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
53821
53822         * resolv/res_init.c (__res_vinit): Count the default server we added.
53823
53824 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
53825             Ulrich Drepper  <drepper@redhat.com>
53826
53827         [BZ #11968]
53828         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53829         (____longjmp_chk): Use %ebx for saving value across system call.
53830         Add unwind info.
53831
53832 2010-09-06  Andreas Schwab  <schwab@redhat.com>
53833
53834         * manual/Makefile: Don't mix pattern rules with normal rules.
53835
53836 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53837
53838         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53839         operation.
53840         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53841         * libio/iofopncook.c (_IO_cookie_init): Likewise.
53842         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53843         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53844         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53845         Likewise.
53846
53847 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
53848
53849         [BZ #11979]
53850         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53851         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53852
53853 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
53854
53855         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53856         * sysdeps/x86_64/addmul_1.S: Likewise.
53857         * sysdeps/x86_64/lshift.S: Likewise.
53858         * sysdeps/x86_64/mul_1.S: Likewise.
53859         * sysdeps/x86_64/rshift.S: Likewise.
53860         * sysdeps/x86_64/sub_n.S: Likewise.
53861         * sysdeps/x86_64/submul_1.S: Likewise.
53862
53863 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53864
53865         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53866         Define __sched_param instead of SCHED_* and sched_param when
53867         <bits/sched.h> is included with __need_schedparam defined.
53868         * bits/sched.h [__need_schedparam]
53869         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
53870         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53871         (__defined_schedparam): Define to 1.
53872         (__sched_param): New structure, identical to sched_param.
53873         (__need_schedparam): Undefine.
53874
53875 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
53876
53877         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53878         (epoll_create1): Declare.
53879
53880         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53881
53882 2010-08-31  Andreas Schwab  <schwab@redhat.com>
53883
53884         [BZ #7066]
53885         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53886         shifting retval into place.
53887
53888 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
53889
53890         * nis/rpcsvc/nis.h: Update copyright notice.
53891         * nis/rpcsvc/nis.x: Likewise.
53892         * nis/rpcsvc/nis_callback.h: Likewise.
53893         * nis/rpcsvc/nis_callback.x: Likewise.
53894         * nis/rpcsvc/nis_object.x: Likewise.
53895         * nis/rpcsvc/nis_tags.h: Likewise.
53896         * nis/rpcsvc/yp.h: Likewise.
53897         * nis/rpcsvc/yp.x: Likewise.
53898         * nis/rpcsvc/ypupd.h: Likewise.
53899         * nis/yp_xdr.c: Likewise.
53900         * nis/ypupdate_xdr.c: Likewise.
53901
53902         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
53903         mainly the body of pmap_getport.  Add parameters to specify timeouts.
53904         (pmap_getport): Use __libc_rpc_getport.
53905         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53906         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53907         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53908
53909 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
53910
53911         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53912         fanotify_mark.
53913
53914 2010-08-27  Roland McGrath  <roland@redhat.com>
53915
53916         * sysdeps/i386/i686/multiarch/Makefile
53917         (CFLAGS-varshift.c): New variable.
53918
53919 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
53920
53921         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53922         * sysdeps/i386/i686/multiarch/varshift.c: New file.
53923
53924         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53925
53926         * sysdeps/x86_64/strlen.S: Minimal code improvement.
53927
53928 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
53929
53930         * sysdeps/x86_64/strlen.S: Unroll the loop.
53931         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53932         strlen-sse2 strlen-sse2-bsf.
53933         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53934         __strlen_no_bsf if bit_Slow_BSF is set.
53935         (__strlen_sse42): Removed.
53936         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53937         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53938
53939 2010-08-25  Roland McGrath  <roland@redhat.com>
53940
53941         * sysdeps/x86_64/multiarch/varshift.S: File removed.
53942         * sysdeps/x86_64/multiarch/varshift.c: New file.
53943         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53944         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53945         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53946         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53947
53948 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
53949
53950         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53951         strlen-sse2 strlen-sse2-bsf.
53952         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53953         __strlen_sse2_bsf if bit_Slow_BSF is unset.
53954         (__strlen_sse2): Removed.
53955         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53956         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53957         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53958         bit_Slow_BSF for Atom.
53959         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53960         (index_Slow_BSF): Define.
53961         (HAS_SLOW_BSF): Define.
53962
53963 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
53964
53965         [BZ #10851]
53966         * resolv/res_init.c (__res_vinit): When no server address at all
53967         is given default to loopback.
53968
53969 2010-08-24  Roland McGrath  <roland@redhat.com>
53970
53971         * configure.in: Remove config-name.h generation.
53972         * configure: Regenerated.
53973         * config-name.in: File removed.
53974         * scripts/config-uname.sh: New file.
53975         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53976         ($(objdir)config-name.h): New target.
53977
53978         * sunrpc/rpc_parse.h: Avoid nested comment.
53979
53980 2010-08-24  Richard Henderson  <rth@redhat.com>
53981             Ulrich Drepper  <drepper@redhat.com>
53982             H.J. Lu  <hongjiu.lu@intel.com>
53983
53984         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53985         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53986         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53987         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
53988         _mm_alignr_epi8 with _mm_loadu_si128.
53989         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53990         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53991         (__m128i_shift_right): Removed.
53992         * sysdeps/i386/i686/multiarch/varshift.h: New file.
53993         * sysdeps/i386/i686/multiarch/varshift.S: New file.
53994         * sysdeps/x86_64/multiarch/varshift.h: New file.
53995         * sysdeps/x86_64/multiarch/varshift.S: New file.
53996
53997 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
53998
53999         * configure.in: Move assembler checks to before sysdep dir checking.
54000
54001 2010-08-20  Petr Baudis  <pasky@suse.cz>
54002
54003         * LICENSES: Sync the sunrpc license.
54004
54005 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
54006
54007         * sunrpc/auth_des.c: Update copyright notice once again.
54008         * sunrpc/auth_none.c: Likewise.
54009         * sunrpc/auth_unix.c: Likewise.
54010         * sunrpc/authdes_prot.c: Likewise.
54011         * sunrpc/authuxprot.c: Likewise.
54012         * sunrpc/bindrsvprt.c: Likewise.
54013         * sunrpc/clnt_gen.c: Likewise.
54014         * sunrpc/clnt_perr.c: Likewise.
54015         * sunrpc/clnt_raw.c: Likewise.
54016         * sunrpc/clnt_simp.c: Likewise.
54017         * sunrpc/clnt_tcp.c: Likewise.
54018         * sunrpc/clnt_udp.c: Likewise.
54019         * sunrpc/clnt_unix.c: Likewise.
54020         * sunrpc/des_crypt.c: Likewise.
54021         * sunrpc/des_soft.c: Likewise.
54022         * sunrpc/get_myaddr.c: Likewise.
54023         * sunrpc/getrpcport.c: Likewise.
54024         * sunrpc/key_call.c: Likewise.
54025         * sunrpc/key_prot.c: Likewise.
54026         * sunrpc/openchild.c: Likewise.
54027         * sunrpc/pm_getmaps.c: Likewise.
54028         * sunrpc/pm_getport.c: Likewise.
54029         * sunrpc/pmap_clnt.c: Likewise.
54030         * sunrpc/pmap_prot.c: Likewise.
54031         * sunrpc/pmap_prot2.c: Likewise.
54032         * sunrpc/pmap_rmt.c: Likewise.
54033         * sunrpc/rpc/auth.h: Likewise.
54034         * sunrpc/rpc/auth_unix.h: Likewise.
54035         * sunrpc/rpc/clnt.h: Likewise.
54036         * sunrpc/rpc/des_crypt.h: Likewise.
54037         * sunrpc/rpc/key_prot.h: Likewise.
54038         * sunrpc/rpc/netdb.h: Likewise.
54039         * sunrpc/rpc/pmap_clnt.h: Likewise.
54040         * sunrpc/rpc/pmap_prot.h: Likewise.
54041         * sunrpc/rpc/pmap_rmt.h: Likewise.
54042         * sunrpc/rpc/rpc.h: Likewise.
54043         * sunrpc/rpc/rpc_des.h: Likewise.
54044         * sunrpc/rpc/rpc_msg.h: Likewise.
54045         * sunrpc/rpc/svc.h: Likewise.
54046         * sunrpc/rpc/svc_auth.h: Likewise.
54047         * sunrpc/rpc/types.h: Likewise.
54048         * sunrpc/rpc/xdr.h: Likewise.
54049         * sunrpc/rpc_clntout.c: Likewise.
54050         * sunrpc/rpc_cmsg.c: Likewise.
54051         * sunrpc/rpc_common.c: Likewise.
54052         * sunrpc/rpc_cout.c: Likewise.
54053         * sunrpc/rpc_dtable.c: Likewise.
54054         * sunrpc/rpc_hout.c: Likewise.
54055         * sunrpc/rpc_main.c: Likewise.
54056         * sunrpc/rpc_parse.c: Likewise.
54057         * sunrpc/rpc_parse.h: Likewise.
54058         * sunrpc/rpc_prot.c: Likewise.
54059         * sunrpc/rpc_sample.c: Likewise.
54060         * sunrpc/rpc_scan.c: Likewise.
54061         * sunrpc/rpc_scan.h: Likewise.
54062         * sunrpc/rpc_svcout.c: Likewise.
54063         * sunrpc/rpc_tblout.c: Likewise.
54064         * sunrpc/rpc_util.c: Likewise.
54065         * sunrpc/rpc_util.h: Likewise.
54066         * sunrpc/rpcinfo.c: Likewise.
54067         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
54068         * sunrpc/rpcsvc/key_prot.x: Likewise.
54069         * sunrpc/rpcsvc/klm_prot.x: Likewise.
54070         * sunrpc/rpcsvc/mount.x: Likewise.
54071         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
54072         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
54073         * sunrpc/rpcsvc/rex.x: Likewise.
54074         * sunrpc/rpcsvc/rstat.x: Likewise.
54075         * sunrpc/rpcsvc/rusers.x: Likewise.
54076         * sunrpc/rpcsvc/sm_inter.x: Likewise.
54077         * sunrpc/rpcsvc/spray.x: Likewise.
54078         * sunrpc/rpcsvc/yppasswd.x: Likewise.
54079         * sunrpc/rtime.c: Likewise.
54080         * sunrpc/svc.c: Likewise.
54081         * sunrpc/svc_auth.c: Likewise.
54082         * sunrpc/svc_authux.c: Likewise.
54083         * sunrpc/svc_raw.c: Likewise.
54084         * sunrpc/svc_run.c: Likewise.
54085         * sunrpc/svc_simple.c: Likewise.
54086         * sunrpc/svc_tcp.c: Likewise.
54087         * sunrpc/svc_udp.c: Likewise.
54088         * sunrpc/svc_unix.c: Likewise.
54089         * sunrpc/svcauth_des.c: Likewise.
54090         * sunrpc/xcrypt.c: Likewise.
54091         * sunrpc/xdr.c: Likewise.
54092         * sunrpc/xdr_array.c: Likewise.
54093         * sunrpc/xdr_float.c: Likewise.
54094         * sunrpc/xdr_mem.c: Likewise.
54095         * sunrpc/xdr_rec.c: Likewise.
54096         * sunrpc/xdr_ref.c: Likewise.
54097         * sunrpc/xdr_sizeof.c: Likewise.
54098         * sunrpc/xdr_stdio.c: Likewise.
54099
54100         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
54101         handling.
54102
54103 2010-08-19  Andreas Schwab  <schwab@redhat.com>
54104
54105         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
54106
54107 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
54108
54109         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
54110         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
54111         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
54112         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
54113         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
54114         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
54115         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
54116         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
54117         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
54118         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
54119         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
54120         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
54121         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
54122         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
54123
54124 2010-07-26  Anton Blanchard  <anton@samba.org>
54125
54126         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
54127         * malloc/arena.c (heap_trim): Likewise.
54128
54129 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
54130
54131         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
54132         here.  Not...
54133         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
54134         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
54135
54136 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
54137
54138         * sysdeps/i386/elf/Makefile: New file.
54139
54140 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
54141
54142         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
54143         from fanotify_init.
54144         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
54145         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54146
54147 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
54148
54149         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
54150         of strncasecmp_l.
54151         * sysdeps/multiarch/strcmp.S: Likewise.
54152
54153 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
54154
54155         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54156         strncase_l-nonascii.
54157         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54158         Add strncase_l-ssse3.
54159         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
54160         * sysdeps/x86_64/strcmp.S: Likewise.
54161         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
54162         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
54163         * sysdeps/x86_64/strncase.S: New file.
54164         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
54165         * sysdeps/x86_64/strncase_l.S: New file.
54166         * string/Makefile (strop-tests): Add strncasecmp.
54167         * string/test-strncasecmp.c: New file.
54168
54169         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
54170         warning.
54171
54172         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
54173         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
54174
54175 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
54176
54177         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
54178
54179 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
54180
54181         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
54182         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
54183         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
54184
54185 2010-05-01  Alan Modra  <amodra@gmail.com>
54186
54187         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
54188         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
54189         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
54190         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
54191         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
54192         tidying.  Don't tail-call __sigjmp_save for static lib.
54193         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
54194         save location.
54195         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
54196         (CALL_MCOUNT): Add eh info, and nop after bl.
54197         (TAIL_CALL_SYSCALL_ERROR): New macro.
54198         (PSEUDO_RET): Use it.
54199         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
54200         Correct save location of integer regs and cr.
54201         (_dl_profile_resolve): Correct cr save location.  Delete nops
54202         after bl when SHARED.  Reduce cfi size a little by better
54203         placement of cfi directives.
54204         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
54205         make a stack frame.  Instead use parm save area as a temp.
54206         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
54207         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
54208         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
54209         Don't make a stack frame for parent, use parm save area.
54210         Increase child stack frame to 112 bytes.  Don't save unused reg,
54211         and adjust reg usage.  Set up cfi on error recovery and
54212         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
54213         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
54214         (__makecontext): Add dummy nop after jump to exit.
54215         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
54216         Use correct parm save area and cr save, reduce stack frame.
54217         Correct cfi for possible PSEUDO_RET frame setup.
54218         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
54219         Branch to local label emitted by PSEUDO_RET rather than
54220         __syscall_error.
54221
54222 2010-08-12  Andreas Schwab  <schwab@redhat.com>
54223
54224         [BZ #11904]
54225         * locale/programs/locale.c (print_assignment): New function.
54226         (show_locale_vars): Use it.
54227
54228 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
54229
54230         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
54231         field.
54232         (struct statfs64): Likewise.
54233         (_STATFS_F_FLAGS): Define.
54234         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
54235         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54236         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
54237         (ST_VALID): Define locally.
54238         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
54239         __statvfs_getflags, use the provided value.
54240         * sysdeps/unix/sysv/linux/kernel-features.h: Define
54241         __ASSUME_STATFS_F_FLAGS.
54242
54243         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
54244
54245         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
54246         Add sys/fanotify.h.
54247         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
54248         fanotify_mask for GLIBC_2.13.
54249         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
54250         fanotify_init and fanotify_mark.
54251         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54252         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
54253
54254         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
54255         Add prlimit.
54256         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
54257         prlimit64 for GLIBC_2.13.
54258         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
54259         prlimit64.
54260         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
54261         syscall.
54262         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
54263         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
54264         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
54265         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
54266         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
54267         add prlimit alias.
54268         * sysdeps/unix/sysv/linux/prlimit.c: New file.
54269
54270         [BZ #11903]
54271         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
54272         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
54273
54274         * nss/Makefile: Add rules to build and run tst-nss-test1.
54275         * shlib-versions: Add entry for libnss_test1.
54276         * nss/nss_test1.c: New file.
54277         * nss/tst-nss-test1.c: New file.
54278
54279         * nss/nsswitch.c (__nss_database_custom): Define new variable.
54280         (__nss_configure_lookup): Set appropriate entry in
54281         __nss_configure_lookup to true.
54282         * nss/nsswitch.h: Define enum with indeces of databases in
54283         databases and __nss_database_custom arrays.  Declare
54284         __nss_database_custom.
54285         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
54286         to avoid using nscd when custom rules are installed.
54287         * nss/getXXbyYY_r.c: Likewise.
54288         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
54289
54290         * nss/nss_files/files-parse.c: Whitespace fixes.
54291
54292 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
54293
54294         [BZ #11883]
54295         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
54296         * posix/fnmatch_loop.c: Likewise.
54297
54298 2010-07-17  Andi Kleen  <ak@linux.intel.com>
54299
54300         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
54301         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
54302         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
54303         * Versions.def [GLIBC_2.13]: Add.
54304
54305 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
54306
54307         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54308         Also fail if tpwd after pwuid call is NULL.
54309
54310 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54311
54312         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
54313         when converting to ms.
54314
54315 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54316
54317         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
54318         EOPNOTSUPP errors with ENOTTY.
54319         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
54320         EOPNOTSUPP errors with ENOTTY.
54321
54322 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
54323
54324         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54325         Add strcasecmp_l-ssse3.
54326         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
54327         strcasecmp.
54328         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
54329         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
54330         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
54331
54332 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
54333
54334         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
54335
54336         * string/Makefile (strop-tests): Add strcasecmp.
54337         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54338         strcasecmp_l-nonascii.
54339         (gen-as-const-headers): Add locale-defines.sym.
54340         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
54341         * sysdeps/x86_64/strcasecmp.S: New file.
54342         * sysdeps/x86_64/strcasecmp_l.S: New file.
54343         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
54344         * sysdeps/x86_64/locale-defines.sym: New file.
54345         * string/test-strcasecmp.c: New file.
54346
54347         * string/test-strcasestr.c: Test both ends of the range of characters.
54348         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
54349
54350 2010-07-29  Roland McGrath  <roland@redhat.com>
54351
54352         [BZ #11856]
54353         * manual/locale.texi (Yes-or-No Questions): Fix example code.
54354
54355 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
54356
54357         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
54358         for ld.so.
54359
54360 2010-07-27  Andreas Schwab  <schwab@redhat.com>
54361
54362         * manual/memory.texi (Malloc Tunable Parameters): Document
54363         M_PERTURB.
54364
54365 2010-07-26  Roland McGrath  <roland@redhat.com>
54366
54367         [BZ #11840]
54368         * configure.in (-fgnu89-inline check): Set and substitute
54369         gnu89_inline, not libc_cv_gnu89_inline.
54370         * configure: Regenerated.
54371         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
54372
54373 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
54374
54375         * string/test-strnlen.c: New file.
54376         * string/Makefile (strop-tests): Add strnlen.
54377         * string/tester.c (test_strnlen): Add a few more test cases.
54378         * string/tst-strlen.c: Better error reporting.
54379
54380         * sysdeps/x86_64/strnlen.S: New file.
54381
54382 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
54383
54384         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
54385         lower-latency instructions.
54386
54387 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
54388
54389         * string/test-strcasestr.c: New file.
54390         * string/test-strstr.c: New file.
54391         * string/Makefile (strop-tests): Add strstr and strcasestr.
54392         * string/str-two-way.h: Don't undefine MAX.
54393         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
54394
54395 2010-07-21  Andreas Schwab  <schwab@redhat.com>
54396
54397         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54398         strcasestr-nonascii.
54399         (CFLAGS-strcasestr-nonascii.c): Define.
54400         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
54401         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
54402         Remove unused attribute.
54403
54404 2010-07-20  Roland McGrath  <roland@redhat.com>
54405
54406         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
54407         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
54408         ld.so.cache was broken.  With it, there is no way to disable dsocaps
54409         like LD_HWCAP_MASK can disable hwcaps.
54410
54411 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54412
54413         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
54414
54415 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
54416
54417         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
54418         call in strcasestr.
54419         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
54420         __strcasestr_sse42_nonascii.
54421         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
54422         strcasestr-nonascii.c.
54423         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
54424
54425 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
54426
54427         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
54428         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
54429         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
54430         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
54431
54432 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
54433
54434         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
54435         fcntl.
54436
54437 2010-07-06  Andreas Schwab  <schwab@redhat.com>
54438
54439         [BZ #11577]
54440         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
54441         dl_signal_cerror.
54442
54443 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
54444
54445         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
54446         _PC_PIPE_BUF using F_GETPIPE_SZ.
54447
54448 2010-07-05  Roland McGrath  <roland@redhat.com>
54449
54450         * manual/arith.texi (Rounding Functions): Fix rint description
54451         implicit in round description.
54452
54453 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
54454
54455         * elf/Makefile: Fix linking for a few tests to make recent linker
54456         happy.
54457
54458 2010-06-30  Andreas Schwab  <schwab@redhat.com>
54459
54460         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54461         $(common-objpfx)libc_nonshared.a.
54462
54463 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
54464
54465         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
54466         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
54467         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54468         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54469         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
54470         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
54471         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54472         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54473         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
54474         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
54475         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
54476         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54477         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
54478         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54479         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
54480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
54481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
54482         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
54483         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54484         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
54485         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54486         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
54487         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
54488         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
54489         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
54490         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
54491         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
54492         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
54493         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
54494         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
54495         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
54496         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
54497         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
54498         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
54499         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
54500         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
54501         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
54502         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
54503         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
54504         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
54505         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
54506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
54507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
54508         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
54509         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
54510         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
54511         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
54512         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
54513
54514 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
54515
54516         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
54517         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
54518         * string/memmove.c (memmove): Renamed to ...
54519         (MEMMOVE): ...this.  Default to memmove.
54520         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
54521         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
54522         (END_CHK): Define.
54523         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54524         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
54525         mempcpy-ssse3-back memmove-ssse3-back.
54526         * sysdeps/x86_64/multiarch/bcopy.S: New file .
54527         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
54528         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
54529         * sysdeps/x86_64/multiarch/memcpy.S: New file.
54530         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
54531         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
54532         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
54533         * sysdeps/x86_64/multiarch/memmove.c: New file.
54534         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
54535         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
54536         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
54537         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
54538         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
54539         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
54540         Define.
54541         (index_Fast_Copy_Backward): Define.
54542         (HAS_ARCH_FEATURE): Define.
54543         (HAS_FAST_REP_STRING): Define.
54544         (HAS_FAST_COPY_BACKWARD): Define.
54545
54546 2010-06-21  Andreas Schwab  <schwab@redhat.com>
54547
54548         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54549         Restore proper fallback handling.
54550
54551 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
54552
54553         [BZ #11701]
54554         * posix/group_member.c (__group_member): Correct checking loop.
54555
54556         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
54557         OOM in getpwuid_r correctly.  Return error number when the caller
54558         should return, otherwise -1.
54559         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
54560         call returning > 0 value.
54561         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
54562
54563 2010-06-07  Andreas Schwab  <schwab@redhat.com>
54564
54565         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
54566         libc_nonshared.a from targets in modules-names.
54567
54568 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
54569
54570         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
54571         requires it.
54572
54573 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
54574
54575         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
54576         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
54577         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
54578         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
54579
54580 2010-06-02  Andreas Schwab  <schwab@redhat.com>
54581
54582         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
54583
54584 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
54585
54586         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
54587         and F_GETPIPE_SZ.
54588         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54589         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54590         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54591         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54592         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54593         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
54594
54595 2010-06-14  Roland McGrath  <roland@redhat.com>
54596
54597         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
54598
54599 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
54600
54601         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
54602         __REDIRECT followed by __THROW.
54603         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
54604         * posix/getopt.h (getopt): Likewise.
54605
54606 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54607
54608         * hurd/lookup-at.c (__file_name_lookup_at): Accept
54609         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
54610         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
54611         in AT_FLAGS.
54612         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
54613         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
54614
54615 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
54616
54617         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
54618
54619 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
54620
54621         [BZ #11640]
54622         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54623         Properly check family and model.
54624
54625 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
54626
54627         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
54628
54629 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
54630
54631         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
54632
54633 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
54634
54635         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
54636         symbol reference.
54637
54638 2010-05-19  Andreas Schwab  <schwab@redhat.com>
54639
54640         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
54641         symbol reference.
54642
54643 2010-05-21  Andreas Schwab  <schwab@redhat.com>
54644
54645         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
54646         and internal_recvmmsg.
54647         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
54648         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
54649         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
54650         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
54651
54652         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
54653         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
54654         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
54655
54656 2010-05-20  Andreas Schwab  <schwab@redhat.com>
54657
54658         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
54659
54660 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
54661
54662         POWER7 optimizations.
54663         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
54664         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
54665
54666 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
54667
54668         * version.h: Update for 2.13 development version.
54669
54670 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
54671
54672         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
54673         exceptions.  Return 0.
54674
54675 2010-05-07  Roland McGrath  <roland@redhat.com>
54676
54677         * elf/ldconfig.c (main): Add a const.
54678
54679 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
54680
54681         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
54682         (args_options): Add no-idn option.
54683         (ahosts_keys_int): Add idn_flags to ai_flags.
54684         (parse_option): Handle 'i' option to clear idn_flags.
54685
54686         * malloc/malloc.c (_int_free): Possible race in the most recently
54687         added check.  Only act on the data if no current modification
54688         happened.
54689
54690 See ChangeLog.17 for earlier changes.