tilegx: remove implicit boolean conversion in strstr.
[platform/upstream/glibc.git] / ChangeLog
1 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
2
3         [BZ #17746]
4         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
5         conversion.
6
7 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
8
9         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
10         to zero if not already defined.
11
12 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
13
14         [BZ #17724]
15         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
16         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
17         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
18         (char *) casts added.
19         * sysdeps/ieee754/k_standardf.c: New file.
20         * sysdeps/ieee754/k_standardl.c: Likewise.
21         * math/Makefile (libm-support): Remove k_standard.
22         (libm-calls): Add k_standard.
23
24 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
25
26         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
27         Optimize to avoid an unnecessary FPCR read.
28
29 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
30
31         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
32         Optimize to reduce FPCR/FPSR accesses.
33
34 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
35
36         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
37         Call libc_fetestexcept_aarch64.
38
39 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
40
41         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
42         Call libc_fesetround_aarch64.
43
44 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
45
46         [BZ #17733]
47         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
48         (__bind): Do not define as weak alias.
49         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
50         define.
51         (__getsockname): Do not define as weak alias.
52
53 2014-12-22  Will Newton  <will.newton@linaro.org>
54
55         * manual/install.texi: Document that we require bison 2.7
56         or above.
57         * INSTALL: Regenerate.
58         * configure.ac: Use AC_CHECK_PROG_VER instead of
59         AC_PATH_PROG when checking for bison and check for
60         version 2.7 or above.
61         * configure: Regenerate.
62
63 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
64
65         [BZ #17745]
66         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
67         * sysdeps/tile/ffsll.c (ffsll): To here.
68
69         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
70
71 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
72
73         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
74         if not defined.
75         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
76         definition.
77         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
78         hidden ___tls_get_addr.
79         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
80         hidden __tls_get_addr.
81         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
82         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
83         Likewise.
84
85 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
86
87         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
88         _dl_init call.
89
90 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
91
92         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
93         from "call _dl_init@PLT".
94         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
95
96 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
97
98         * manual/search.texi: (Array Sort Function): Clarify stable sorting
99         guarantees.
100
101 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
102
103         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
104
105 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
106
107         [BZ #17744]
108         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
109         strnlen.
110
111 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
112
113         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
114         of multu on MIPSr6.
115         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
116         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
117         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
118         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
119         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
120
121 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
122
123         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
124         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
125         (PTR_SUBU): Use subu for mips32r6/mips64r6.
126         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
127         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
128         mips32r6/mips64r6.
129         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
130
131 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
132
133         * string/strncat.c (STRNCAT): Simplify implementation.
134
135 2014-12-19  David S. Miller  <davem@davemloft.net>
136
137         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
138         access the quad as both a long double and as a series of 4 words.
139
140         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
141         link_map->l_info array access.
142
143 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
144
145         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
146
147         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
148         * math/atest-exp2.c (TIMEOUT): Likewise.
149         * math/atest-sincos.c (TIMEOUT): Likewise.
150
151 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
152
153         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
154         -Wno-error with -fno-builtin-lround.
155
156 2014-12-19  Torvald Riegel  <triegel@redhat.com>
157
158         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
159         Contains futex constants and functions moved over from ...
160         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
161         <lowlevellock-futex.h>.
162         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
163         (lll_timedwait_tid): Add comments and parentheses around macro
164         arguments.
165
166 2014-12-19  Torvald Riegel  <triegel@redhat.com>
167
168         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
169         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
170         (__lll_private_flag): Remove.
171         (lll_futex_wait): Likewise.
172         (lll_futex_timed_wait): Likewise.
173         (lll_futex_wake): Likewise.
174         (lll_futex_requeue): Likewise.
175         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
176         (__lll_timedwait_tid): Spell out argument names.
177         (lll_timedwait_tid): Add comments and parentheses around macro
178         arguments.
179         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
180         LLL_SHARED and LLL_PRIVATE usable from assembly code.
181
182 2014-12-19  Torvald Riegel  <triegel@redhat.com>
183
184         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
185         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
186         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
187         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
188         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
189         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
190         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
191         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
192         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
193         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
194         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
195         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
196         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
197         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
198         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
199         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
200         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
201         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
202         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
203
204 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
205
206         * sysdeps/x86_64/x32/Makefile: New file.
207
208 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
209
210         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
211         1L with (mp_limb_t) 1.
212
213 2014-12-17  Roland McGrath  <roland@hack.frob.com>
214
215         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
216         * nptl/libc_pthread_init.c: ... here.
217         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
218         * nptl/register-atfork.c: ... here.
219
220         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
221         Use pthread_sigmask rather than INTERNAL_SYSCALL.
222         Use assert_perror to check its return value.
223         (__gai_create_helper_thread): Likewise.
224
225         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
226
227         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
228
229 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
230
231         [BZ #17725]
232         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
233         __profil_counter.
234         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
235         Likewise.
236         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
237         Likewise.
238         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
239         Likewise.
240         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
241         (profil_counter): Likewise.
242         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
243         (profil_counter): Likewise.
244         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
245         Likewise.
246         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
247         Likewise.
248         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
249         (profil_counter): Likewise.
250         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
251         Likewise.
252         [!__profil_counter] (profil_counter): Define as weak alias of
253         __profil_counter.
254         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
255         (profil_counter): Rename to __profil_counter.
256         [!__profil_counter] (profil_counter): Define as weak alias of
257         __profil_counter.
258         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
259         (profil_counter): Rename to __profil_counter.
260         [!__profil_counter] (profil_counter): Define as weak alias of
261         __profil_counter.
262         * sysdeps/posix/profil.c: Update comment referring to
263         profil_counter.
264         (__profil): Use __profil_counter instead of profil_counter.
265         * sysdeps/posix/sprofil.c (profil_counter): Rename to
266         __profil_counter.  Use __profil_counter_ushort and
267         __profil_counter_uint in definitions.
268         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
269         instead of profil_counter_uint and profil_counter_ushort.
270
271         [BZ #17722]
272         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
273         define as weak alias of __inet_makeaddr.
274         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
275         as weak alias of __inet_addr.
276         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
277         as weak alias of __inet_pton.  Use libc_hidden_weak.
278         * include/arpa/inet.h (__inet_pton): Declare.  Use
279         libc_hidden_proto.
280         (inet_makeaddr): Don't use libc_hidden_proto.
281         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
282         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
283         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
284         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
285         Remove variable.
286         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
287         (test-xfail-POSIX/time.h/linknamespace): Likewise.
288
289 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
290
291         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
292
293 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
294
295         * stdio-common/bug-vfprintf-nargs.c (do_test):
296         Cast value to intptr_t to avoid format warning
297         for usage with PRIdPTR printing macro.
298
299 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
300
301         * libio/tst-widetext.c (do_test):
302         Use format type %td instead of %Zd for ptrdiff_t
303         in order to avoid format warning.
304
305 2014-12-17  Andreas Schwab  <schwab@suse.de>
306
307         * nscd/mem.c (gc): Add size_t cast to match printf format.
308
309 2014-12-16  Roland McGrath  <roland@hack.frob.com>
310
311         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
312         (init): Apply PTR_MANGLE to pointers before storing them.
313         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
314         before using them.
315
316 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
317
318         [BZ #17719]
319         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
320         define as weak alias of __memrchr.
321         (__memrchr): Do not define as strong alias of memrchr.
322         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
323         Remove variable.
324         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
325         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
326         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
327
328         [BZ #17717]
329         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
330         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
331         (if_indextoname): Rename to __if_indextoname and define as weak
332         alias of __if_indextoname.  Use libc_hidden_weak.
333         (if_freenameindex): Rename to __if_freenameindex and define as
334         weak alias of __if_freenameindex.
335         (if_nameindex): Rename to __if_nameindex and define as weak alias
336         of __if_nameindex.
337         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
338         __if_nametoindex and define as weak alias of __if_nametoindex.
339         Use libc_hidden_weak.
340         (if_freenameindex): Rename to __if_freenameindex and define as
341         weak alias of __if_freenameindex.
342         (if_nameindex): Rename to __if_nameindex and define as weak alias
343         of __if_nameindex.
344         (if_indextoname): Rename to __if_indextoname and define as weak
345         alias of __if_indextoname.  Use libc_hidden_weak.
346         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
347         __if_nametoindex and define as weak alias of __if_nametoindex.
348         Use libc_hidden_weak.
349         (if_freenameindex): Rename to __if_freenameindex and define as
350         weak alias of __if_freenameindex.  Use libc_hidden_weak.
351         (if_nameindex_netlink): Use __if_freenameindex instead of
352         if_freenameindex.
353         (if_nameindex): Rename to __if_nameindex and define as weak alias
354         of __if_nameindex.  Use libc_hidden_weak.
355         (if_indextoname): Rename to __if_indextoname and define as weak
356         alias of __if_indextoname.  Use libc_hidden_weak.
357         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
358         libc_hidden_proto.
359         [!_ISOMAC] (__if_freenameindex): Likewise.
360         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
361         if_nametoindex.
362         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
363         variable.
364         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
365         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
366         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
367         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
368         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
369         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
370         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
371
372         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
373         Remove variable.
374         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
375         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
376
377 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
378
379         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
380         subscript above bounds'
381
382         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
383         bounds.
384
385 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
386
387         * libio/tst-fopenloc.c: Use test-skeleton.c.
388
389         * stdlib/tst-bsearch.c: Use test-skeleton.c.
390         (entry): Rename to ITEM.
391         (do_test, comp): Adjust.
392
393         * stdio-common/tst-fseek.c: Use test-skeleton.c.
394
395 2014-12-16  Torvald Riegel  <triegel@redhat.com>
396
397         * string/tester.c: Include <libc-internal.h>.
398         (test_memset): Ignore -Wmemset-transposed-args.
399
400 2014-12-16  Torvald Riegel  <triegel@redhat.com>
401
402         * misc/tst-mntent2.c (do_test): Fix warning.
403
404 2014-12-16  Torvald Riegel  <triegel@redhat.com>
405
406         * elf/tst-unique4lib.cc(a): Mark as used.
407
408 2014-12-16  Florian Weimer  <fweimer@redhat.com>
409
410         [BZ #17630]
411         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
412         names.
413
414 2014-12-16  Allan McRae  <allan@archlinux.org>
415
416         * stdio-common/Makefile (tests): Re-add bug26.
417
418 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
419
420         [BZ #17657]
421         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
422         static array.
423
424 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
425
426         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
427         (__lll_lock_wait): Likewise.
428         (__lll_timedlock_wait): Likewise.
429         (__lll_timedwait_tid): Likewise.
430         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
431         (__lll_robust_timedlock_wait): Likewise.
432         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
433         (lll_cond_trylock): Likewise.
434         (__lll_lock): Likewise.
435         (__lll_robust_lock): Likewise.
436         (__lll_cond_lock): Likewise.
437         (lll_robust_cond_lock): Likewise.
438         (__lll_timedlock): Likewise.
439         (__lll_robust_timedlock): Likewise.
440         (__lll_unlock): Likewise.
441         (__lll_robust_unlock): Likewise.
442         (lll_wait_tid): Likewise.
443         (lll_timedwait_tid): Likewise.
444
445 2014-12-15  Torvald Riegel  <triegel@redhat.com>
446
447         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
448
449 2014-12-15  Torvald Riegel  <triegel@redhat.com>
450
451         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
452
453 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
454
455         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
456         * stdio-common/tst-sprintf.c: Likewise.
457
458 2014-12-15  Torvald Riegel  <triegel@redhat.com>
459
460         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
461
462 2014-12-15  Jeff Law  <law@redhat.com>
463
464         [BZ #16617]
465         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
466         on the heap.  (CVE-2012-3406)
467         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
468         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
469         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
470
471 2014-12-15  Will Newton  <will.newton@linaro.org>
472
473         * manual/install.texi: Bump required version of texinfo
474         to 4.7 from 4.5.
475         * INSTALL: Regenerated.
476         * configure.ac: Check for makeinfo version 4.7 and above.
477         * configure: Regenerated.
478
479 2014-12-12  Roland McGrath  <roland@hack.frob.com>
480
481         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
482         PREFIX, string constant to insert between directory and name.
483         * sysdeps/posix/shm_open.c: Update caller.
484         * sysdeps/posix/shm_unlink.c: Likewise.
485         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
486         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
487         (SEM_SHM_PREFIX): New macro.
488         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
489         [$(have-thread-library) = no].
490         * nptl/Makefile (libpthread-routines): Add shm-directory.
491         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
492         * sysdeps/nptl/shm-directory.h: New file.
493         * sysdeps/posix/shm-directory.c
494         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
495         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
496         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
497         INTERNAL_SYSCALL.
498         (__where_is_shmfs): Function removed.
499         (mountpoint, defaultmount, defaultdir, __namedsem_once):
500         Variables removed.
501         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
502         Use SHM_GET_NAME.
503         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
504
505         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
506         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
507         unconditional for use inside libpthread.
508         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
509
510 2014-12-12  Roland McGrath  <roland@hack.frob.com>
511
512         * nptl/pthread_getaffinity.c: New file.
513         * nptl/pthread_setaffinity.c: New file.
514         * nptl/pthread_getname.c: New file.
515         * nptl/pthread_setname.c: New file.
516
517         * nptl/pthread_create.c (START_THREAD_DEFN)
518         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
519
520 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
521             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
522
523         * resolv/res_send.c (send_vc): Disable warning resplen may
524         be used uninitialized.
525
526 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
527
528         * nptl/tst-mutex6.c
529         (ATTR_NULL): New define checks ATTR against NULL.
530         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
531         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
532
533 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
534
535         [BZ #17581]
536         * malloc/hooks.c
537         (mem2mem_check): Revert my previous change.
538         (malloc_check_get_size): Revert my previous change.
539         (mem2chunk_check): Revert my previous change.
540
541 2014-12-11  Roland McGrath  <roland@hack.frob.com>
542
543         * sysdeps/posix/shm-directory.c: New file.
544         * sysdeps/posix/shm-directory.h: New file.
545         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
546         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
547         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
548         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
549         Transmute EPERM to EACCES.
550         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
551         from ...
552         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
553         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
554
555 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
556
557         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
558         pointer and cast to uintptr_t.
559         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
560         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
561         Add cast to avoid warning.
562         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
563
564 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
565
566         * nptl/semaphore.h: Move to ...
567         * sysdeps/pthread/semaphore.h: ... here.
568         * Makefile (installed-headers): Change nptl/semaphore.h to
569         sysdeps/pthread/semaphore.h.
570
571 2014-12-11  Roland McGrath  <roland@hack.frob.com>
572
573         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
574         generated error format strings.
575
576         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
577         -Wformat-extra-args warnings for scanf formats.
578         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
579         test of zero-length format (duh).
580         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
581         corner-case scanf format test.
582         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
583         generated fprintf format string.
584         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
585         corner-case sprintf format tests.
586         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
587         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
588         -Wformat-extra-args warnings throughout.
589         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
590         (CFLAGS-scanf4.c): Likewise.
591         (CFLAGS-scanf7.c): Likewise.
592         (CFLAGS-tst-sprintf.c): Likewise.
593         (CFLAGS-tst-printf.c): Likewise.
594         (CFLAGS-tst-printfsz.c): Likewise.
595
596 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
597
598         * include/cpio.h: New file.
599         * include/fmtmsg.h: Likewise.
600
601         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
602         corresponding format argument to size_t.
603         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
604         arguments.
605         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
606         corresponding format argument to size_t.
607         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
608         arguments.
609         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
610         corresponding format argument to size_t.
611         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
612         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
613         (CFLAGS-tst-mbswcs2.c): Likewise.
614         (CFLAGS-tst-mbswcs3.c): Likewise.
615         (CFLAGS-tst-mbswcs4.c): Likewise.
616         (CFLAGS-tst-mbswcs5.c): Likewise.
617         (CFLAGS-tst-trans.c): Likewise
618
619 2014-12-11  Roland McGrath  <roland@hack.frob.com>
620
621         * posix/regexbug1.c (main): Use "%s" format with regerror results,
622         rather than assuming they won't contain any '%'s.
623
624 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
625
626         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
627         inhibit_loop_to_libcall to avoid recursive calls.
628         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
629         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
630
631 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
632
633         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
634         prototype.
635
636 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
637
638         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
639         integer value instead of boolean.
640
641 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
642
643         * malloc/malloc.c: Fix powerof2 check.
644
645 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
646
647         * locale/programs/locfile.h (maybe_swap_uint32):
648         Remove inline and add unused attribute.
649
650 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
651
652         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
653         Truncating assembler expression to a .long expression.
654
655 2014-12-11  Andreas Schwab  <schwab@suse.de>
656
657         * elf/rtld.c (struct map_args): Constify str member.
658         (do_preload): Constify fname argument.
659
660 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
661
662         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
663         constants definition.
664
665 2014-12-11  Andreas Schwab  <schwab@suse.de>
666
667         [BZ #16657]
668         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
669         FORCE_ELISION instead of DO_ELISION.
670         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
671         Remove.
672         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
673         Likewise.
674
675         * iconvdata/gconv-modules: Remove duplicate entry.
676
677 2014-12-11  Will Newton  <will.newton@linaro.org>
678
679         Merge gettext 0.19.3 into intl/.
680
681         This involves a number of cosmetic changes to comments
682         and ANSI function definitions and prototypes throughout
683         all the files. The gettext copyright header is used but
684         with the date ranges taken from the glibc copy.
685
686         * NEWS: Add gettext merge to 2.21.
687         * intl/bindtextdom.c: Switch to gettext copyright.
688         Use ANSI definitions and prototypes.
689         Use gl_* locking primitives rather than __libc_* ones.
690         Use __builtin_expect rather than __glibc_likely/unlikely.
691         * intl/dcgettext.c: Switch to gettext copyright.
692         Use ANSI definitions and prototypes.
693         * intl/dcigettext.c: Switch to gettext copyright.
694         Use ANSI definitions and prototypes.
695         (INTDIV0_RAISES_SIGFPE): New define.
696         Use gl_* locking primitives rather than __libc_* ones.
697         Include eval-plural.h instead of plural-eval.c.
698         Use __builtin_expect rather than __glibc_likely/unlikely.
699         * intl/dcngettext.c: Switch to gettext copyright.
700         Use ANSI definitions and prototypes.
701         * intl/dgettext.c: Likewise.
702         * intl/dngettext.c: Likewise.
703         * intl/plural-eval.c: Renamed to...
704         * intl/eval-plural.h: ...this.
705         * intl/explodename.c: Switch to gettext copyright.
706         Use ANSI definitions and prototypes.
707         (_nl_explode_name): Use strchr instead of __rawmemchr.
708         * intl/finddomain.c: Switch to gettext copyright.
709         Use ANSI definitions and prototypes.
710         Use gl_* locking primitives rather than __libc_* ones.
711         (_nl_find_domain): Use malloc rather than alloca for
712         allocation of temporary locale name.
713         * intl/gettext.c: Switch to gettext copyright.
714         Use ANSI definitions and prototypes.
715         * intl/gettextP.h: Switch to gettext copyright.
716         Use ANSI definitions and prototypes.
717         Use gl_* locking primitives rather than __libc_* ones.
718         * intl/gmo.h: Switch to gettext copyright.
719         (struct sysdep_string): Move struct segment_pair outside of
720         struct definition.
721         * intl/hash-string.c: Use ANSI definitions and prototypes.
722         * intl/hash-string.h: Switch to gettext copyright.
723         Use ANSI definitions and prototypes.
724         * intl/l10nflist.c: Switch to gettext copyright.
725         Use ANSI definitions and prototypes.
726         (_nl_normalize_codeset): Avoid integer overflow.
727         * intl/loadinfo.h: Switch to gettext copyright.
728         Use ANSI definitions and prototypes.
729         (LIBINTL_DLL_EXPORTED): New define.
730         (PATH_SEPARATOR): New define.
731         * intl/loadmsgcat.c: Switch to gettext copyright.
732         * intl/localealias.c: Switch to gettext copyright.
733         Use ANSI definitions and prototypes.
734         (_nl_expand_alias): Use PATH_SEPARATOR.
735         * intl/ngettext.c: Switch to gettext copyright.
736         Use ANSI definitions and prototypes.
737         * intl/plural-exp.c: Likewise.
738         * intl/plural-exp.h: Switch to gettext copyright.
739         Use ANSI definitions and prototypes.
740         (struct expression): Move definition of enum operator outside
741         of struct definition.
742         * intl/plural.c: Regenerate.
743         * intl/plural.y: Switch to gettext copyright.
744         Use ANSI definitions and prototypes.
745         Port to bison 3.0.
746         * intl/textdomain.c: Switch to gettext copyright.
747         Use ANSI definitions and prototypes.
748         Use gl_* locking primitives rather than __libc_* ones.
749
750 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
751
752         * debug/warning-nop.c: Add used atrribute.
753
754 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
755
756         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
757
758         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
759         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
760         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
761
762 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
763             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
764
765         [BZ #17634]
766         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
767         Undefine after defining function.  Define as weak alias of
768         __wcschr.  Use libc_hidden_weak.
769         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
770         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
771         (libc_hidden_def): Also define __GI___wcschr alias.
772         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
773         __wcschr and define as weak alias of __wcschr.
774         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
775         __wcschr.
776         [!WCSCHR] (DEFAULT_WCSCHR): Define.
777         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
778         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
779         libc_hidden_weak.  Do not use libc_hidden_def.
780         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
781         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
782         __GI___wcschr alias.
783         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
784         [IS_IN (libc)] (wcschr): Define as macro expanding to
785         __redirect_wcschr.
786         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
787         [IS_IN (libc)] (__wcschr_power6): Likewise.
788         [IS_IN (libc)] (__wcschr_power7): Likewise.
789         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
790         instead of wcschr.
791         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
792         __libc_wcschr.
793         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
794         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
795         __wcschr and define as weak alias of __wcschr.  Use
796         libc_hidden_builtin_def.
797         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
798         as weak alias of __wcschr.  Use libc_hidden_weak.
799         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
800         wcschr.
801         * time/era.c (_nl_init_era_entries): Likewise.
802         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
803         variable.
804         (test-xfail-XPG3/time.h/linknamespace): Likewise.
805         (test-xfail-XPG4/time.h/linknamespace): Likewise.
806
807 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
808
809         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
810         format for long int variable.
811
812 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
813
814         [BZ #10672]
815         * manual/search.texi: (Array Sort Function): Remove claim how to make
816         qsort stable.
817
818 2014-12-10  Andreas Schwab  <schwab@suse.de>
819
820         [BZ #12847]
821         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
822         user-controlled locks.
823
824 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
825
826         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
827         register.
828
829 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
830
831         * configure.ac (--disable-werror): New configure option.
832         (enable_werror): New AC_SUBST.
833         * configure: Regenerated.
834         * config.make.in (enable-werror): New variable.
835         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
836         -Wno-error=undef.
837         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
838         * manual/install.texi (Configuring and compiling): Document
839         --disable-werror.
840         * INSTALL: Regenerated.
841         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
842         (CFLAGS-tst-chk2.c): Likewise.
843         (CFLAGS-tst-chk3.c): Likewise.
844         (CFLAGS-tst-chk4.cc): Likewise.
845         (CFLAGS-tst-chk5.cc): Likewise.
846         (CFLAGS-tst-chk6.cc): Likewise.
847         (CFLAGS-tst-lfschk1.c): Likewise.
848         (CFLAGS-tst-lfschk2.c): Likewise.
849         (CFLAGS-tst-lfschk3.c): Likewise.
850         (CFLAGS-tst-lfschk4.cc): Likewise.
851         (CFLAGS-tst-lfschk5.cc): Likewise.
852         (CFLAGS-tst-lfschk6.cc): Likewise.
853
854         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
855         (main): Disable -Wdeprecated-declarations around calls to
856         register_printf_function.
857
858         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
859         (do_test): Disable -Wdiv-by-zero around some calls to
860         fwrite_unlocked and fread_unlocked.
861
862         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
863         (DIAG_POP_NEEDS_COMMENT): Likewise.
864         (_DIAG_STR1): Likewise.
865         (_DIAG_STR): Likewise.
866         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
867         * stdio-common/bug21.c: Include <libc-internal.h>.
868         (do_test): Disable -Wformat around call to sscanf.
869         * stdio-common/scanf14.c: Include <libc-internal.h>.
870         (main): Disable -Wformat around some calls to scanf functions.
871
872 2014-12-09  Torvald Riegel  <triegel@redhat.com>
873
874         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
875
876 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
877
878         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
879         stack variable alignment.
880
881 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
882
883         [BZ #17682]
884         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
885         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
886         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
887         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
888         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
889         __getrlimit instead of getrlimit.
890         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
891         __gettimeofday instead of gettimeofday.
892         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
893         Likewise.
894         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
895         Likewise.
896         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
897         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
898         Remove variable.
899         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
900         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
901
902 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
903
904         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
905         for wide-character tests.
906
907 2014-12-04  Roland McGrath  <roland@hack.frob.com>
908
909         * io/openat64.c: #include <libc-internal.h>
910         (__openat64): Prototypify.  Use ignore_value on MODE.
911         * io/openat.c: Likewise.
912         * misc/reboot.c: #include <libc-internal.h>
913         (reboot): Prototypify.  Use ignore_value on HOWTO.
914         * misc/ptrace.c: #include <libc-internal.h>
915         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
916
917 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
918
919         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
920         XPG4, UNIX98 and XOPEN2K.
921         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
922         Remove variable.
923         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
924
925 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
926
927         * libio/fileops.c: Use ISO C style for function definitions.
928         * libio/iofopen.c: Likewise.
929         * libio/wfileops.c: Likewise.
930
931         [BZ #17653]
932         * libio/fileops.c (_IO_new_file_underflow): Unset cached
933         offset on EOF.
934         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
935         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
936         (fgets_func): Function pointer to fgets and fgetws.
937         (do_ftell_test): Add test to verify ftell value after read
938         EOF.
939         (do_test): Set fgets_func.
940
941         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
942         O_TRUNC flag for w and w+ modes.
943         (do_rewind_test): Likewise.
944         (do_ftell_test): Likewise.
945         (do_write_test): Likewise.
946
947         [BZ #17647]
948         * libio/fileops.c (do_ftell): Seek only when there are
949         unflushed writes.
950         * libio/wfileops.c (do_ftell_wide): Likewise.
951         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
952         test case.
953         (do_one_test): Call it.
954
955 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
956
957         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
958         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
959         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
960         Remove variable.
961         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
962         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
963         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
964
965 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
966
967         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
968         Remove variable.
969         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
970
971         [BZ #17668]
972         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
973         as weak alias of __getifaddrs.  Use libc_hidden_weak.
974         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
975         __freeifaddrs.  Use libc_hidden_weak.
976         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
977         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
978         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
979         __freeifaddrs.  Use libc_hidden_weak.
980         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
981         __getifaddrs and define as weak alias of __getifaddrs.  Use
982         libc_hidden_weak.
983         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
984         __freeifaddrs.  Use libc_hidden_weak.
985         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
986         Remove variable.
987         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
988         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
989
990 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
991
992         [BZ #17601]
993         * sysdeps/mips/start.S (__start): Use indirect jump to call
994         __libc_start_main.
995
996 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
997
998         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
999
1000         * nptl/tst-mutex1.c: Include <stdbool.h>.
1001         [!ATTR] (ATTR_NULL): New macro.
1002         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
1003         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
1004         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
1005
1006         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
1007         to char *.
1008
1009         [BZ #17665]
1010         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
1011         Change conditional to [__USE_MISC].
1012
1013         [BZ #17664]
1014         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
1015         fgets_unlocked.
1016         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
1017         __fgets_unlocked.
1018         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
1019         fgets_unlocked.
1020         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
1021         Remove variable.
1022         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
1023         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
1024         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
1025         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
1026         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
1027         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
1028         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
1029         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
1030         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
1031
1032         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
1033
1034 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1035
1036         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1037         Remove strpbrk objects.
1038         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1039         (__libc_ifunc_impl_list): Remove strpbrk implementation.
1040         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
1041         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
1042         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
1043         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
1044
1045         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1046         Remove strcspn objects.
1047         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1048         (__libc_ifunc_impl_list): Remove strcspn implementation.
1049         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
1050         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
1051         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
1052         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
1053
1054         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1055         Remove strspn objetcs.
1056         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1057         (__libc_ifunc_impl_list): Remove strspn implementation.
1058         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
1059         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1060         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
1061         * sysdeps/powerpc/powerpc64/strspn.S: New file.
1062
1063 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
1064
1065         [BZ #17581]
1066         * malloc/hooks.c
1067         (mem2mem_check): Add a terminator to the chain of checking blocks.
1068         (malloc_check_get_size): Use it here.
1069         (mem2chunk_check): Ditto.
1070
1071 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
1072
1073         * sysdeps/powerpc/powerpc64/strtok.S: New file.
1074         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
1075
1076 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
1077
1078         * bits/ioctl-types.h: Indent preprocessor directives correctly.
1079
1080         * nptl/nptl-init.c: Include libc-internal.h.
1081         (__pthread_initialize_minimal_internal): Use ROUND_UP.
1082
1083         * elf/ldconfig.c (search_dir): Expand comment.
1084
1085 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
1086
1087         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
1088         variable.
1089         (linknamespace-symlist-stdlibs-tests): Likewise.
1090         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
1091         instead of $(objpfx)symlist-stdlibs.
1092         (linknamespace-libs-isoc): New variable.
1093         (linknamespace-libs): Use $(linknamespace-libs-isoc).
1094         (linknamespace-libs-ISO): New variable.
1095         (linknamespace-libs-ISO99): Likewise.
1096         (linknamespace-libs-ISO11): Likewise.
1097         (linknamespace-libs-XPG3): Likewise.
1098         (linknamespace-libs-XPG4): Likewise.
1099         (linknamespace-libs-POSIX): Likewise.
1100         (linknamespace-libs-UNIX98): Likewise.
1101         (linknamespace-libs-XOPEN2K): Likewise.
1102         (linknamespace-libs-POSIX2008): Likewise.
1103         (linknamespace-libs-XOPEN2K8): Likewise.
1104         ($(objpfx)symlist-stdlibs): Replace by
1105         $(linknamespace-symlist-stdlibs-tests).  Use
1106         $(linknamespace-libs-$*) as set of libraries.
1107         ($(linknamespace-header-tests)): Update dependencies.  Use
1108         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
1109         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
1110         * conform/linknamespace.pl: Remove comment about considering
1111         definitions of symbols from irrelevant libraries.
1112
1113 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
1114
1115         [BZ #13862]
1116         * elf/dl-tls.c: Include <atomic.h>.
1117         (oom): Remove #ifdef SHARED/#endif.
1118         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
1119         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
1120         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
1121         big enough.
1122         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
1123         * nptl/Makefile (tests): Add tst-stack4.
1124         (modules-names): Add tst-stack4mod.
1125         ($(objpfx)tst-stack4): New.
1126         (tst-stack4mod.sos): Likewise.
1127         ($(objpfx)tst-stack4.out): Likewise.
1128         ($(tst-stack4mod.sos)): Likewise.
1129         (clean): Likewise.
1130         * nptl/tst-stack4.c: New file.
1131         * nptl/tst-stack4mod.c: Likewise.
1132
1133 2014-11-27  J. Brown  <jb999@gmx.de>
1134
1135         * sysdeps/x86/bits/string.h: Add recent CPUs.
1136
1137 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1138
1139         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
1140         sigblock.
1141
1142         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
1143         feof.
1144
1145         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
1146         variable.
1147
1148 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
1149
1150         * nscd/connections.c: Include libc-internal.h because of macro
1151         usage ignore_value.
1152
1153 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1154
1155         * string/bits/string3.h (__warn_memset_zero_len): Don't
1156         declare for gcc newer than 5.0.
1157         (memset): Don't test for zero-length __LEN for gcc newer than
1158         5.0.
1159
1160 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1161
1162         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
1163         size_t for %zu format.
1164
1165         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
1166         difference, not %ju.
1167
1168 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1169
1170         * include/libc-internal.h (ignore_value): New macro.
1171         * nscd/connections.c (restart): Wrap calls to setuid and setgid
1172         with ignore_value.
1173
1174         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
1175         definition.
1176
1177         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
1178         pthread_cleanup_push to void *.
1179
1180         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
1181         Undefine.
1182
1183         [BZ #16619]
1184         [BZ #16740]
1185         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
1186         instead of 1L << 52.
1187
1188         * libio/bug-rewind.c (do_test): Check fwscanf return values.
1189         * libio/bug-rewind2.c (do_test): Likewise.
1190
1191         * debug/test-stpcpy_chk-ifunc.c: Remove file.
1192         * debug/test-strcpy_chk-ifunc.c: Likewise.
1193         * wcsmbs/test-wcschr-ifunc.c: Likewise.
1194         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
1195         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
1196         * wcsmbs/test-wcslen-ifunc.c: Likewise.
1197         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
1198         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
1199         * Rules [$(multi-arch) = no] (tests): Do not filter out
1200         $(tests-ifunc).
1201         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
1202         * debug/Makefile (tests-ifunc): Remove variable.
1203         (tests): Do not add $(tests-ifunc).
1204         * wcsmbs/Makefile (tests-ifunc): Remove variable.
1205         (tests): Do not add $(tests-ifunc).
1206         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
1207         [TEST_IFUNC]: Remove conditionals.
1208         * string/test-string.h (TEST_IFUNC): Remove macro.
1209         [TEST_IFUNC]: Remove conditionals.
1210
1211         * string/test-strchr.c [!WIDE] (L): New macro.
1212         [WIDE] (L): Likewise.
1213         (check1): Use CHAR instead of char.  Use L on string and character
1214         constants.
1215
1216 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
1217
1218         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
1219         tests.
1220         * sysdeps/powerpc/bits/atomic.h
1221         (__arch_atomic_exchange_and_add_32_acq): Add definition.
1222         (__arch_atomic_exchange_and_add_32_rel): Likewise.
1223         (atomic_exchange_and_add_acq): Likewise.
1224         (atomic_exchange_and_add_rel): Likewise.
1225         * sysdeps/powerpc/powerpc32/bits/atomic.h
1226         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1227         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1228         * sysdeps/powerpc/powerpc64/bits/atomic.h
1229         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1230         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1231
1232 2014-11-26  Torvald Riegel  <triegel@redhat.com>
1233
1234         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
1235         Change synchronization of __sched_fifo_min_prio and
1236         __sched_fifo_max_prio.
1237         * nptl/pthread_mutexattr_getprioceiling.c
1238         (pthread_mutexattr_getprioceiling): Likewise.
1239         * nptl/pthread_mutexattr_setprioceiling.c
1240         (pthread_mutexattr_setprioceiling): Likewise.
1241         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
1242         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
1243         Likewise.
1244
1245 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1246
1247         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
1248         void.
1249
1250 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1251
1252         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
1253         third argument const.
1254
1255 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1256
1257         fnmatch: work around GCC compiler warning bug with uninit var
1258         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
1259         This works around a bug with x86-64 GCC 4.9.2 and earlier
1260         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
1261         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
1262         used uninitialized in this function [-Wmaybe-uninitialized]".
1263
1264 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1265
1266         * posix/bug-regex31.c (main): Return RES not 0.
1267
1268 2014-11-25  Anton Blanchard <anton@samba.org>
1269
1270         * sysdeps/powerpc/bits/atomic.h
1271         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
1272
1273 2014-11-24  Sterling Augustine  <saugustine@google.com>
1274
1275         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
1276
1277 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
1278
1279         [BZ #17608]
1280         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
1281
1282 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
1283
1284         [BZ #17633]
1285         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
1286         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
1287         variable.
1288         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1289         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1290
1291 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1292
1293         * string/strncpy.c (strncpy): Improve performance by using memset.
1294
1295 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1296
1297         * string/strcpy.c (strcpy):
1298         Improve performance by using strlen and memcpy.
1299
1300 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
1301
1302         * string/strcoll_l.c (get_next_seq): __always_inline.
1303         * string/strcoll_l.c (do_compare): __always_inline.
1304
1305 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1306
1307         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
1308         defined.
1309         * include/mqueue.h: Likewise.
1310         * include/stdlib.h: Likewise.
1311
1312         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
1313         (get_null_defines): Adjust.
1314         * sunrpc/Makefile: Adjust comment.
1315         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
1316         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
1317         (CFLAGS-interp.c): Likewise.
1318         (CFLAGS-ldconfig.c): Likewise.
1319         (CPPFLAGS-.os): Likewise.
1320         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1321         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1322         * extra-modules.mk (extra-modules.mk): Likewise.
1323         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
1324         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
1325         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
1326         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
1327         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
1328         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
1329         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
1330         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
1331         * iconvdata/Makefile (CPPFLAGS): Likewise.
1332         (cpp-srcs-left): Add libof for all iconvdata routines.
1333         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
1334         * include/assert.h: Likewise.
1335         * include/ctype.h: Likewise.
1336         * include/errno.h: Likewise.
1337         * include/libc-symbols.h: Likewise.
1338         * include/math.h: Likewise.
1339         * include/netdb.h: Likewise.
1340         * include/resolv.h: Likewise.
1341         * include/stdio.h: Likewise.
1342         * include/stdlib.h: Likewise.
1343         * include/string.h: Likewise.
1344         * include/sys/stat.h: Likewise.
1345         * include/wctype.h: Likewise.
1346         * intl/l10nflist.c: Likewise.
1347         * libidn/idn-stub.c: Likewise.
1348         * libio/libioP.h: Likewise.
1349         * nptl/libc_multiple_threads.c: Likewise.
1350         * nptl/pthreadP.h: Likewise.
1351         * posix/regex_internal.h: Likewise.
1352         * resolv/res_hconf.c: Likewise.
1353         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
1354         * sysdeps/arm/memmove.S: Likewise.
1355         * sysdeps/arm/sysdep.h: Likewise.
1356         * sysdeps/generic/_itoa.h: Likewise.
1357         * sysdeps/generic/symbol-hacks.h: Likewise.
1358         * sysdeps/gnu/errlist.awk: Likewise.
1359         * sysdeps/gnu/errlist.c: Likewise.
1360         * sysdeps/i386/i586/memcpy.S: Likewise.
1361         * sysdeps/i386/i586/memset.S: Likewise.
1362         * sysdeps/i386/i686/memcpy.S: Likewise.
1363         * sysdeps/i386/i686/memmove.S: Likewise.
1364         * sysdeps/i386/i686/mempcpy.S: Likewise.
1365         * sysdeps/i386/i686/memset.S: Likewise.
1366         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
1367         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
1368         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
1369         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
1370         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
1371         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
1372         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
1373         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
1374         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
1375         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
1376         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1377         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1378         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1379         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1380         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1381         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1382         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
1383         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
1384         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
1385         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
1386         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
1387         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
1388         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
1389         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
1390         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
1391         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
1392         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
1393         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
1394         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
1395         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
1396         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
1397         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
1398         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
1399         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
1400         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
1401         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
1402         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
1403         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
1404         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
1405         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1406         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1407         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
1408         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
1409         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
1410         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
1411         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1412         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
1413         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
1414         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
1415         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
1416         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
1417         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
1418         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
1419         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
1420         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
1421         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
1422         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
1423         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
1424         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
1425         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
1426         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
1427         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
1428         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
1429         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1430         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1431         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
1432         * sysdeps/posix/closedir.c: Likewise.
1433         * sysdeps/posix/opendir.c: Likewise.
1434         * sysdeps/posix/readdir.c: Likewise.
1435         * sysdeps/posix/rewinddir.c: Likewise.
1436         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
1437         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
1438         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
1439         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
1440         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
1441         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
1442         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
1443         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
1444         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
1445         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
1446         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
1447         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
1448         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
1449         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
1450         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
1451         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
1452         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
1453         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
1454         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
1455         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
1456         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
1457         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
1458         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
1459         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
1460         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
1461         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
1462         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
1463         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
1464         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
1465         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
1466         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
1467         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
1468         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
1469         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
1470         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
1471         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
1472         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1473         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
1474         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
1475         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
1476         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
1477         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
1478         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
1479         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
1480         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
1481         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
1482         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
1483         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
1484         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
1485         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
1486         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
1487         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
1488         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
1489         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
1490         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
1491         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
1492         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
1493         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
1494         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
1495         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
1496         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
1497         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
1498         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
1499         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
1500         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
1501         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
1502         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
1503         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
1504         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
1505         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
1506         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
1507         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
1508         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
1509         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
1510         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
1511         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
1512         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
1513         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
1514         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1515         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
1516         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
1517         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
1518         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
1519         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
1520         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
1521         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
1522         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
1523         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
1524         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
1525         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1526         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
1527         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
1528         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
1529         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
1530         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
1531         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
1532         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
1533         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
1534         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
1535         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
1536         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
1537         * sysdeps/unix/alpha/sysdep.S: Likewise.
1538         * sysdeps/unix/alpha/sysdep.h: Likewise.
1539         * sysdeps/unix/make-syscalls.sh: Likewise.
1540         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1541         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1542         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1543         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
1544         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1545         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1546         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
1547         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1548         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1549         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
1550         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1551         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1552         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1553         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1554         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1555         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1556         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1557         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1558         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1559         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1560         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1561         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1562         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1563         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1564         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1565         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1566         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1567         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1568         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1569         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
1570         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1571         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1572         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1573         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1574         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1575         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1576         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1577         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1578         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1579         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1580         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1581         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1582         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1583         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1584         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1585         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1586         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1587         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1588         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1589         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1590         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1591         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1592         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1593         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1594         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1595         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1596         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1597         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1598         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
1599         * sysdeps/x86_64/memcpy.S: Likewise.
1600         * sysdeps/x86_64/memmove.c: Likewise.
1601         * sysdeps/x86_64/memset.S: Likewise.
1602         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
1603         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1604         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1605         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
1606         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
1607         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1608         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1609         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
1610         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
1611         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
1612         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
1613         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
1614         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
1615         * sysdeps/x86_64/multiarch/memset.S: Likewise.
1616         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1617         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1618         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1619         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1620         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1621         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1622         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1623         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1624         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1625         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1626         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1627         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1628         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1629         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1630         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1631         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1632         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1633         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1634         * sysdeps/x86_64/strcmp.S: Likewise.
1635
1636         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1637
1638         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1639         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1640         * elf/rtld-Rules: Likewise.
1641         * elf/setup-vdso.h: Likewise.
1642         * include/assert.h: Likewise.
1643         * include/bits/stdlib-float.h: Likewise.
1644         * include/errno.h: Likewise.
1645         * include/sys/stat.h: Likewise.
1646         * include/unistd.h: Likewise.
1647         * sysdeps/aarch64/setjmp.S: Likewise.
1648         * sysdeps/alpha/setjmp.S: Likewise.
1649         * sysdeps/arm/__longjmp.S: Likewise.
1650         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1651         * sysdeps/arm/setjmp.S: Likewise.
1652         * sysdeps/arm/sysdep.h: Likewise.
1653         * sysdeps/generic/_itoa.h: Likewise.
1654         * sysdeps/generic/dl-sysdep.h: Likewise.
1655         * sysdeps/generic/ldsodefs.h: Likewise.
1656         * sysdeps/i386/dl-tls.h: Likewise.
1657         * sysdeps/i386/setjmp.S: Likewise.
1658         * sysdeps/m68k/setjmp.c: Likewise.
1659         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1660         * sysdeps/mach/hurd/opendir.c: Likewise.
1661         * sysdeps/posix/getcwd.c: Likewise.
1662         * sysdeps/posix/opendir.c: Likewise.
1663         * sysdeps/posix/profil.c: Likewise.
1664         * sysdeps/powerpc/dl-procinfo.h: Likewise.
1665         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1666         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1667         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1668         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1669         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1670         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1671         * sysdeps/s390/dl-tls.h: Likewise.
1672         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1673         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1674         * sysdeps/sh/sh3/setjmp.S: Likewise.
1675         * sysdeps/sh/sh4/setjmp.S: Likewise.
1676         * sysdeps/unix/alpha/sysdep.h: Likewise.
1677         * sysdeps/unix/arm/sysdep.S: Likewise.
1678         * sysdeps/unix/i386/sysdep.S: Likewise.
1679         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1680         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1681         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1682         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1683         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1684         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1685         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1686         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1687         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1688         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1689         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1690         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1691         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1692         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1693         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1694         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1695         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1696         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1697         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1698         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1699         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1700         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1701         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1702         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1703         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1704         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1705         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1706         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1707         * sysdeps/x86_64/setjmp.S: Likewise.
1708
1709         * include/math.h: Use IS_IN instead of IS_IN_libm.
1710         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1711         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1712         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1713         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1714         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1715         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1716         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1717         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1718         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1719         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1720         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1721         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1722         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1723         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1724         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1725         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1726         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1727         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1728         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1729         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1730         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1731         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1732         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1733         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1734         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1735         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1736         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1737         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1738         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1739         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1740         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1741         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1742         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1743         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1744         Likewise.
1745         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1746         Likewise.
1747         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1748         Likewise.
1749         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1750         Likewise.
1751         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1752         Likewise.
1753         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1754         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1755         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1756         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1757         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1758         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1759         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1760         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1761         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1762         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1763         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1764         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1765         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1766         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1767         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1768         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1769         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1770         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1771         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1772         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1773         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1774         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1775         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1776         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1777         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1778         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1779         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1780
1781         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1782         * nptl/pthreadP.h: Likewise.
1783         * nptl_db/structs.def: Likewise.
1784         * sysdeps/arm/sysdep.h: Likewise.
1785         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1786         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1787         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1788         * sysdeps/unix/alpha/sysdep.h: Likewise.
1789         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1790         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1791         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1792         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1793         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1794         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1795         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1796         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1797         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1798         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1799         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1800         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1801         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1802         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1803         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1804         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1805         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1806         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1807         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1808         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1809         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1810         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1811         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1812         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1813         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1814         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1815
1816         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1817         * nptl/pthreadP.h: Likewise.
1818         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1819         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1820         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1821         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1822         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1823         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1824         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1825         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1826         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1827         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1828         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1829         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1830         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1831         Likewise.
1832         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1833         Likewise.
1834         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1835         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1836         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1837         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1838         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1839         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1840         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1841         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1842
1843         * dlfcn/dladdr.c: Use IS_IN.
1844         * dlfcn/dladdr1.c: Likewise.
1845         * dlfcn/dlclose.c: Likewise.
1846         * dlfcn/dlerror.c: Likewise.
1847         * dlfcn/dlinfo.c: Likewise.
1848         * dlfcn/dlmopen.c: Likewise.
1849         * dlfcn/dlopen.c: Likewise.
1850         * dlfcn/dlsym.c: Likewise.
1851         * dlfcn/dlvsym.c: Likewise.
1852
1853         * include/ifaddrs.h: Use IS_IN.
1854         * inet/check_pf.c: Likewise.
1855         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1856         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1857
1858         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1859         IS_IN_ldconfig.
1860         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1861         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1862
1863         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1864         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1865         IS_IN (libc).
1866
1867         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1868
1869         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1870         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1871         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1872         * include/libc-symbols.h (IS_IN_LIB): New macro.
1873         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1874         * include/netdb.h: Likewise.
1875         * include/stap-probe.h: Remove all uses of IN_LIB.
1876
1877         * Makeconfig (module-cppflags-real): Define MODULE_NAME
1878         instead of IN_MODULE.
1879         * include/libc-symbols.h (IN_MODULE): Define using
1880         MODULE_NAME.
1881         (PASTE_NAME, PASTE_NAME1): New macros.
1882         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1883         of IN_LIB.
1884         (STAP_PROBE_ASM): Likewise.
1885
1886 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1887
1888         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1889         __mach_init in dlopened libc.
1890
1891 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
1892
1893         * sysdeps/arm/preconfigure.ac: Delete EABI check.
1894         * sysdeps/arm/preconfigure: Regenerate.
1895
1896 2014-11-21  Roland McGrath  <roland@hack.frob.com>
1897
1898         * nptl/pthread_create.c (__pthread_create_2_1): Set
1899         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1900         when copying values from IATTR into PD.
1901
1902 2014-11-21  Will Newton  <will.newton@linaro.org>
1903             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1904
1905         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1906         Refactor inline-asm.  Also add comment.
1907
1908         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1909         ElfW macro instead of hardcoded Elf64 types.
1910         (la_aarch64_gnu_pltenter): Likewise.
1911         * sysdeps/aarch64/dl-machine.h
1912         (elf_machine_runtime_setup): Use ElfW(Addr).
1913
1914         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1915         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1916         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1917         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1918         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1919         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1920         (R_AARCH64_TLS_DTPMOD): This.
1921         (R_AARCH64_TLS_DTPREL64): Rename to ...
1922         (R_AARCH64_TLS_DTPREL): This.
1923         (R_AARCH64_TLS_TPREL64): Rename to ...
1924         (R_AARCH64_TLS_TPREL): This.
1925         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1926         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1927         R_AARCH64_TLS_TPREL64.
1928         (elf_machine_rela): Likewise.
1929
1930 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1931
1932         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1933         by setting it to 0.  64b atomics are not supported currently.
1934
1935 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1936
1937         [BZ #16469]
1938         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1939         search domain names.
1940
1941 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1942
1943         [BZ #16469]
1944         * NEWS: Update.
1945         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1946         trailing dot.
1947         * posix/tst-getaddrinfo5.c: New.
1948         * posix/Makefile (tests): Add it.
1949
1950 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1951
1952         [BZ #14498]
1953         * NEWS: Fixed.
1954         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1955         after parsing line but before break_if_match.
1956         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1957         if there is a protocol mismatch.
1958
1959 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1960
1961         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1962         because the potential race is on the user-supplied stream.
1963
1964 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1965
1966         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1967         string literal if not passed a buffer.
1968         * manual/job.texi (ctermid): Update reasoning, note deviation
1969         from posix, suggest mtasurace when not passed a buffer, for
1970         future non-preliminary safety notes.
1971
1972 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1973
1974         * manual/users.texi (cuserid): Fix MT-Safety note for the case
1975         of not passing it a buffer.
1976         Reported by Peng Haitao.
1977
1978 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1979
1980         * manual/Makefile ($(objpfx)stamp-summary): Require
1981         check-safety.sh to pass.
1982         * manual/check-safety.sh: Wish for verification that every
1983         @deftypefn and @deftypefun is followed by a @safety remark.
1984
1985 2014-11-20  Roland McGrath  <roland@hack.frob.com>
1986
1987         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1988
1989         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1990         PTHREAD_CANCEL_ASYNCHRONOUS.
1991         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1992         send SIGCANCEL.
1993
1994         * nptl/default-sched.h: New file.
1995         * sysdeps/unix/sysv/linux/default-sched.h: New file.
1996         * nptl/pthread_create.c: Include it.
1997         (__pthread_create_2_1): Use collect_default_sched instead of making
1998         Linux syscalls here directly.
1999
2000 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2001
2002         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
2003         __pthread_once): Use C11 atomics.
2004
2005 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2006
2007         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
2008
2009 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2010
2011         * include/atomic.h (__atomic_link_error, __atomic_check_size,
2012         atomic_thread_fence_acquire, atomic_thread_fence_release,
2013         atomic_thread_fence_seq_cst, atomic_load_relaxed,
2014         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
2015         atomic_compare_exchange_weak_relaxed,
2016         atomic_compare_exchange_weak_acquire,
2017         atomic_compare_exchange_weak_release,
2018         atomic_exchange_acquire, atomic_exchange_release,
2019         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
2020         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
2021         atomic_fetch_and_acquire,
2022         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
2023
2024 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2025
2026         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
2027         USE_ATOMIC_COMPILER_BUILTINS): Define.
2028         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
2029         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2030         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
2031         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2032         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
2033         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2034         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
2035         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2036         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
2037         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2038         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
2039         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2040         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
2041         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2042         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
2043         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2044         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2045         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2046         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2047         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2048         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
2049         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2050         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2051         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2052         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
2053         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2054         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2055         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2056         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
2057         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2058         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
2059         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2060         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
2061         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2062         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2063         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2064         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
2065         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2066         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
2067         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2068
2069 2014-11-19  Roland McGrath  <roland@hack.frob.com>
2070
2071         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
2072         the sched_priority value here.  It was already checked when the user
2073         called pthread_attr_setschedparam.
2074
2075         * nptl/tst-bad-schedattr.c: New file.
2076         * nptl/Makefile (tests): Add it.
2077
2078 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
2079             Florian Weimer  <fweimer@redhat.com>
2080             Joseph Myers  <joseph@codesourcery.com>
2081             Adam Conrad  <adconrad@0c3.net>
2082             Andreas Schwab  <schwab@suse.de>
2083             Brooks  <bmoses@google.com>
2084
2085         [BZ #17625]
2086         * wordexp-test.c (__dso_handle): Add prototype.
2087         (__register_atfork): Likewise.
2088         (__app_register_atfork): New function.
2089         (registered_forks): New global.
2090         (register_fork): New function.
2091         (test_case): Add 3 new tests for WRDE_CMDSUB.
2092         (main): Call __app_register_atfork.
2093         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
2094         fork count is non-zero fail the test.
2095         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
2096         is set.
2097         (parse_dollars): Remove check for WRDE_NOCMD.
2098         (parse_dquote): Likewise.
2099
2100 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
2101
2102         * Makeconfig (built-modules): List non-library modules to be
2103         built.
2104         (module-cppflags): Include libc-modules.h for
2105         everything except shlib-versions.v.i.
2106         (CPPFLAGS): Use it.
2107         (before-compile): Add libc-modules.h.
2108         ($(common-objpfx)libc-modules.h,
2109         $(common-objpfx)libc-modules.stmp): New targets.
2110         (common-generated): Add libc-modules.h and libc-modules.stmp.
2111         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
2112         * include/libc-symbols.h: Don't include libc-modules.h.
2113         * include/libc-modules.h: Remove file.
2114         * scripts/gen-libc-modules.awk: New script to generate
2115         libc-modules.h.
2116         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
2117         Depend on libc-modules.stmp.
2118
2119         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
2120
2121         * Makeconfig (in-module): Get value of libof set for the
2122         translation unit.
2123         (CPPFLAGS): Use $(in-module).
2124         * Makerules: Don't suffix routine names for nonlib.
2125         * include/libc-modules.h: New file.
2126         * include/libc-symbols.h: Include libc-modules.h
2127         (IS_IN): New macro to replace IS_IN_* macros.
2128         * elf/Makefile: Set libof-* for each routine.
2129         * elf/rtld-Rules: Likewise.
2130         * extra-modules.mk: Likewise.
2131         * iconv/Makefile: Likewise.
2132         * iconvdata/Makefile: Likewise.
2133         * locale/Makefile: Likewise.
2134         * malloc/Makefile: Likewise.
2135         * nss/Makefile: Likewise.
2136         * sysdeps/gnu/Makefile: Likewise.
2137         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
2138         * sysdeps/unix/sysv/linux/Makefile: Likewise.
2139         * sysdeps/s390/s390-64/Makefile: Likewise.
2140         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
2141         CPPFLAGS for nscd instead of nonlib.
2142
2143 2014-11-18  Roland McGrath  <roland@hack.frob.com>
2144
2145         * nptl/createthread.c: New file.
2146
2147         * nptl/createthread.c: Moved ...
2148         * sysdeps/unix/sysv/linux/createthread.c: ... here.
2149
2150         * nptl/createthread.c: Add proper top-line comment.
2151         (do_clone): Folded into ...
2152         (create_thread): ... here.  Take new arguments STOPPED_START and
2153         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
2154         increment __nptl_threads, do event-reporting logic, do
2155         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
2156         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
2157         resource cleanup if sched_setaffinity or sched_setscheduler fails,
2158         just send SIGCANCEL.
2159         * nptl/pthread_create.c: Forward-declare create_thread before
2160         including createthread.c.
2161         (start_thread): Use new macro START_THREAD_DEFN to replace defining
2162         declaration, and new macro START_THREAD_SELF to replace argument.
2163         Remove return statement.
2164         (report_thread_creation): New function.
2165         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
2166         synchronization logic, and __nptl_nthreads increment here, around
2167         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
2168         PD->parent_cancelhandling here, before create_thread.  When
2169         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
2170         __deallocate_stack, and ENOMEM translation here.
2171
2172 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
2173
2174         [BZ #17616]
2175         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
2176         (mptwo): Rename to __mptwo.
2177         (__inv): Use __mptwo instead of mptwo.
2178         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
2179         (mptwo): Rename to __mptwo.
2180         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
2181         of mpone and __mptwo instead of mptwo.
2182         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
2183         instead of mpone.
2184         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
2185         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
2186         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
2187         of mpone and __mptwo instead of mptwo.
2188         (__mpranred): Use __mpone instead of mpone.
2189         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
2190         variable.
2191         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2192         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2193         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2194         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2195         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2196         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2197         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2198         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2199         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2200         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2201         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2202         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2203         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2204         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2205         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2206         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2207         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2208         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2209         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2210
2211 2014-11-18  Tom de Vries  <tom@codesoucery.com>
2212
2213         * manual/signal.texi (Primitives Interrupted by Signals): In section,
2214         replace BSD Handler xref with BSD Signal Handling.
2215
2216 2014-11-17  Richard Henderson  <rth@redhat.com>
2217
2218         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
2219         (_FP_PACK_RAW_2): Remove.
2220         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
2221         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
2222         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
2223         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
2224         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
2225         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
2226         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
2227         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
2228         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
2229         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
2230         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
2231         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
2232         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
2233         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
2234         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
2235         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
2236
2237 2014-11-14  Roland McGrath  <roland@hack.frob.com>
2238
2239         * signal/signal.h [__USE_MISC]
2240         (struct sigvec): Remove type.
2241         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
2242         (sigvec): Remove declaration.
2243         * sysdeps/posix/sigvec.c: Moved ...
2244         * signal/sigvec.c: ... here, replacing old file.
2245         (struct sigvec): New type, copied from old signal.h definition.
2246         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
2247         (__sigvec): Convert definition to prototype.
2248         (sigvec): Replace weak_alias with compat_symbol.
2249         * signal/Versions (libc: GLIBC_2.21): New version set.
2250         * include/signal.h: Remove __sigvec declaration.
2251         * sysdeps/unix/bsd/sigvec.c: Remove file.
2252         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
2253         * manual/signal.texi (BSD Handler): Remove subsection.
2254         Move siginterrupt up to ...
2255         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
2256         (Blocking in BSD): Fold subsection into its parent.
2257         * NEWS: Mention sigvec removal.
2258
2259 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2260
2261         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
2262         (DLA_FMS): Make definition conditional only on [__FMA4__].
2263         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
2264         definition.
2265
2266         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
2267         Make definition conditional only on [PROF].
2268         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
2269         definition.
2270         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
2271         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
2272
2273         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
2274         !__GNUC__].
2275         * include/signal.h (__sigpause): Move declaration above call to
2276         libc_hidden_proto.
2277         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
2278         variable.
2279         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2280         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2281
2282 2014-11-14  David S. Miller  <davem@davemloft.net>
2283
2284         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
2285         Define before including <string/memcpy.c> and <string/mempcpy.c>.
2286
2287 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2288
2289         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
2290         * configure: Regenerated.
2291         * manual/install.texi (Tools for Compilation): Document a
2292         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
2293         compiler verified to work.
2294         * INSTALL: Regenerated.
2295
2296         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
2297         redeclare with asm name.
2298         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
2299         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
2300         including <string.h>.
2301         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2302         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
2303         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2304         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
2305         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2306         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
2307         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2308
2309 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
2310
2311         * stdlib/strtol.c (__strtol): Use prototype definition.
2312
2313         [BZ #17594]
2314         * stdlib/strtol.c (SYM__): New macro.
2315         (SYM__1): Likewise.
2316         (__strtol): Likewise.
2317         (strtol): Rename to __strtol and define as weak alias of
2318         __strtol.  Use libc_hidden_weak.
2319
2320 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2321
2322         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
2323         Use numbered labels in inline assembly.
2324
2325 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2326
2327         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
2328         Add setjmp LIBC_PROBE.
2329         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
2330         Likewise.
2331         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
2332         Add longjmp, longjmp_target LIBC_PROBE.
2333         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
2334         Likewise.
2335
2336 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2337
2338         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
2339         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
2340         to get rid of unused variable warning.
2341
2342 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2343
2344         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
2345         Check for unwind_backtrace ==  NULL only in SHARED case.
2346         (__backchain_backtrace): Compile only in SHARED case.
2347         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
2348         Likewise.
2349         (__backchain_backtrace): Declare as static.
2350
2351 2014-11-12  Roland McGrath  <roland@hack.frob.com>
2352
2353         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
2354         (__libc_multiple_threads_ptr): Variable moved ...
2355         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
2356
2357 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
2358
2359         * conform/GlibcConform.pm: New file.
2360         * conform/conformtest.pl: Use GlibcConform module.
2361         * conform/linknamespace.pl: New file.
2362         * conform/list-header-symbols.pl: Likewise.
2363         * conform/Makefile (linknamespace-symlists-base): New variable.
2364         (linknamespace-symlists-tests): Likewise.
2365         (linknamespace-header-base): Likewise.
2366         (linknamespace-header-tests): Likewise.
2367         (tests-special): Add new tests.
2368         ($(linknamespace-symlists-tests)): New rule.
2369         (linknamespace-libs): New variable.
2370         ($(objpfx)symlist-stdlibs): New rule.
2371         ($(linknamespace-header-tests)): Likewise.
2372         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
2373         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
2374         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
2375         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
2376         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
2377         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
2378         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
2379         (test-xfail-ISO/math.h/linknamespace): Likewise.
2380         (test-xfail-ISO/signal.h/linknamespace): Likewise.
2381         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
2382         (test-xfail-ISO/time.h/linknamespace): Likewise.
2383         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2384         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
2385         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2386         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2387         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2388         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2389         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2390         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2391         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2392         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2393         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2394         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2395         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2396         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
2397         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
2398         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2399         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
2400         (test-xfail-XPG3/search.h/linknamespace): Likewise.
2401         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
2402         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2403         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
2404         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
2405         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2406         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
2407         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
2408         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
2409         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
2410         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
2411         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2412         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
2413         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2414         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
2415         (test-xfail-XPG4/search.h/linknamespace): Likewise.
2416         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
2417         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
2418         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
2419         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
2420         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
2421         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2422         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
2423         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
2424         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
2425         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
2426         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
2427         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2428         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
2429         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
2430         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
2431         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2432         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
2433         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2434         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2435         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
2436         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
2437         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2438         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2439         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
2440         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
2441         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
2442         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2443         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2444         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2445         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
2446         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
2447         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2448         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2449         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
2450         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2451         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2452         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
2453         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
2454         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
2455         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2456         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2457         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
2458         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2459         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
2460         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
2461         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
2462         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
2463         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2464         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
2465         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
2466         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
2467         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
2468         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
2469         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2470         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2471         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2472         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
2473         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
2474         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
2475         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2476         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
2477         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2478         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2479         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
2480         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
2481         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
2482         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2483         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2484         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
2485         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
2486         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2487         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2488         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
2489         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
2490         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
2491         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
2492         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2493         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2494         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
2495         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2496         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
2497         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2498         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2499         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2500         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
2501         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2502         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
2503         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
2504         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2505         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2506         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2507         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2508         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2509         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
2510         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2511         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2512         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2513         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2514         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
2515         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
2516         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2517         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2518         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2519         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2520         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
2521         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2522         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
2523         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
2524         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2525         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2526         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2527         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2528         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2529         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
2530         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2531         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2532         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
2533
2534         [BZ #17589]
2535         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
2536         of fgets_unlocked.
2537
2538         [BZ #17585]
2539         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
2540         (memmem): Rename to __memmem and define as weak alias of
2541         __memmem.  Use libc_hidden_weak.
2542         (__memmem): Use libc_hidden_def.
2543         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
2544         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
2545         memmem.
2546
2547         [BZ #17582]
2548         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
2549         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
2550         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
2551         and define as weak alias of __fgets_unlocked.  Use
2552         libc_hidden_weak.
2553         (__fgets_unlocked): Use libc_hidden_def.
2554         * include/stdio.h (__fgets_unlocked): Declare.  Use
2555         libc_hidden_proto.
2556         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
2557         __fgets_unlocked instead of fgets_unlocked.
2558         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
2559         (GET_NPROCS_CONF_PARSER): Likewise.
2560         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
2561         (GET_NPROCS_CONF_PARSER): Likewise.
2562
2563         [BZ #17574]
2564         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
2565         weak alias of __wmemset.  Use libc_hidden_weak.
2566         (__wmemset): Use libc_hidden_def.
2567         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
2568         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
2569         of wmemset.
2570
2571         [BZ #17573]
2572         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
2573         with asm name __mempcpy.
2574         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
2575
2576         [BZ #17572]
2577         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
2578         and define as weak alias of __rawmemchr.
2579         (__rawmemchr): Do not define as strong alias of rawmemchr.
2580
2581         [BZ #17571]
2582         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
2583         alias of __qsort_r.
2584         (qsort): Call __qsort_r instead of qsort_r.
2585         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
2586         (__qsort_r): Declare.  Call libc_hidden_proto.
2587         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
2588         instead of qsort_r.
2589         * nscd/gai.c (__qsort_r): Define to qsort_r.
2590         * posix/tst-rfc3484.c (__qsort_r): Likewise.
2591         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
2592         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
2593
2594         [BZ #17570]
2595         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
2596         define as weak alias of __malloc_info.
2597
2598         [BZ #17584]
2599         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
2600         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2601         (__rewinddir): Use libc_hidden_def.
2602         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
2603         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2604         (__rewinddir): Use libc_hidden_def.
2605         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
2606         weak alias of __rewinddir.  Don't use libc_hidden_def.
2607         (__rewinddir): Use libc_hidden_def.
2608         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
2609         (__rewinddir): Use libc_hidden_proto.
2610         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
2611         rewinddir.
2612         (__getcwd): Use __rewinddir instead of rewinddir.
2613
2614         [BZ #17583]
2615         * libio/fileno.c (fileno): Rename to __fileno and define as weak
2616         alias of __fileno.  Use libc_hidden_weak.
2617         (__fileno): Use libc_hidden_def.
2618         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2619         * libio/ftello.c (ftello): Rename to __ftello and define as weak
2620         alias of __ftello.
2621         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2622         __ftello.
2623         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2624         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
2625         libc_hidden_def.
2626         (fread_unlocked): Don't use libc_hidden_ver.
2627         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2628         and define as weak alias of __fread_unlocked.  Don't use
2629         libc_hidden_def.
2630         (__fread_unlocked): Use libc_hidden_def.
2631         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
2632         (ftello): Don't use libc_hidden_proto.
2633         (__ftello): Declare.  Use libc_hidden_proto.
2634         (fread_unlocked): Don't use libc_hidden_proto.
2635         (__fread_unlocked): Declare.  Use libc_hidden_proto.
2636         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2637         and __ftello instead of fileno, fread_unlocked and ftello.
2638
2639 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
2640
2641         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2642         GOT12.
2643         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2644         Likewise.
2645         (_dl_start_user): Likewise.
2646         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2647
2648 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
2649             Siddhesh Poyarekar  <siddhesh@redhat.com>
2650
2651         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2652         Move argv and envp down instead of moving argc up.
2653         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2654
2655 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
2656
2657         [BZ #17506]
2658         * test-skeleton.c (main): Return successful if one of
2659         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2660         * string/tst-strcoll-overflow.c: Define expected status.
2661
2662 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
2663
2664         [BZ #17475]
2665         * locale/iso-639.def: Define Bhili and Tulu language codes.
2666
2667 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
2668
2669         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2670
2671 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
2672
2673         [BZ #17555]
2674         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2675
2676 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2677
2678         * configure.ac: Updated check of minimal required version to
2679         2.22.
2680         * manual/install.texi (Tools for Compilation): Updated version
2681         number.
2682         * configure: Regenerated.
2683         * INSTALL: Likewise.
2684
2685 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
2686
2687         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2688         __tls_get_addr.
2689
2690 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
2691
2692         * include/sys/wait.h (__libc_waitpid): Remove declaration.
2693         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2694         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2695         libc_hidden_weak.
2696         (waitpid): Define as alias of __waitpid.
2697         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2698         __waitpid.
2699         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2700         libc_hidden_weak.
2701         (waitpid): Define as alias of __waitpid.
2702         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2703         __libc_waitpid alias.
2704         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2705         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2706         Likewise.
2707         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2708         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2709         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2710         alias.
2711         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2712         __waitpid.
2713         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2714         libc_hidden_weak.
2715         (waitpid): Define as alias of __waitpid.
2716
2717 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
2718
2719         * manual/llio.texi: Add comment that write safety has been
2720         fixed in Linux.
2721
2722         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2723         (localplt-build-dso): Add elf/ld.so.
2724         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2725         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2726         and free for ld.so.
2727         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2728         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2729         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2730         Likewise.
2731         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2732         Likewise.
2733         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2734         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2735         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2736         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2737         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2738         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2739         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2740         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2741         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2742         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2743         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2744
2745 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
2746
2747         [BZ #14132]
2748         * include/libc-symbols.h (INTUSE): Remove macro.
2749         (INTDEF): Likewise.
2750         (INTVARDEF): Likewise.
2751         (_INTVARDEF): Likewise.
2752         (INTDEF2): Likewise.
2753         (INTVARDEF2): Likewise.
2754         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2755         rtld_hidden_def instead of INTVARDEF.
2756         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2757         (_dl_starting_up_internal): Remove declaration.
2758         (_dl_starting_up): Use rtld_hidden_proto.
2759         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2760         declaration.
2761         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2762         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2763         _dl_starting_up.
2764         * elf/dl-writev.h (_dl_writev): Likewise.
2765         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2766         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2767         _dl_starting_up_internal.
2768
2769 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2770
2771         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2772         test-skeleton.c.
2773
2774 2014-11-05  Will Newton  <will.newton@linaro.org>
2775
2776         * benchtests/Makefile: (bench-malloc): Add malloc thread
2777         scalability benchmark.
2778         * benchtests/bench-malloc-threads.c: New file.
2779
2780 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
2781
2782         * sysdeps/aarch64/strchrnul.S: New file.
2783
2784 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2785
2786         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2787         definition.
2788         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2789         Likwise.
2790         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2791         Likewise.
2792         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2793         Likewise.
2794         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2795         Likewise.
2796         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2797         Likewise.
2798
2799 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
2800
2801         * catgets/test-gencat.c: Use test-skeleton.c.
2802         * catgets/tst-catgets.c: Likewise.
2803         * csu/tst-empty.c: Likewise.
2804         * elf/tst-audit2.c: Likewise.
2805         * elf/tst-global1.c: Likewise.
2806         * elf/tst-pathopt.c: Likewise.
2807         * elf/tst-piemod1.c: Likewise.
2808         * elf/tst-tls10.c: Likewise.
2809         * elf/tst-tls11.c: Likewise.
2810         * elf/tst-tls12.c: Likewise.
2811         * gnulib/tst-gcc.c: Likewise.
2812         * iconvdata/tst-e2big.c: Likewise.
2813         * iconvdata/tst-loading.c: Likewise.
2814         * iconv/tst-iconv1.c: Likewise.
2815         * iconv/tst-iconv2.c: Likewise.
2816         * inet/test-inet6_opt.c: Likewise.
2817         * inet/tst-gethnm.c: Likewise.
2818         * inet/tst-network.c: Likewise.
2819         * inet/tst-ntoa.c: Likewise.
2820         * intl/tst-codeset.c: Likewise.
2821         * intl/tst-gettext2.c: Likewise.
2822         * intl/tst-gettext3.c: Likewise.
2823         * intl/tst-ngettext.c: Likewise.
2824         * intl/tst-translit.c: Likewise.
2825         * io/test-stat.c: Likewise.
2826         * libio/test-fmemopen.c: Likewise.
2827         * libio/tst-freopen.c: Likewise.
2828         * libio/tst-sscanf.c: Likewise.
2829         * libio/tst-ungetwc1.c: Likewise.
2830         * libio/tst-ungetwc2.c: Likewise.
2831         * libio/tst-widetext.c: Likewise.
2832         * localedata/tst-ctype.c: Likewise.
2833         * localedata/tst-digits.c: Likewise.
2834         * localedata/tst-leaks.c: Likewise.
2835         * localedata/tst-mbswcs1.c: Likewise.
2836         * localedata/tst-mbswcs2.c: Likewise.
2837         * localedata/tst-mbswcs3.c: Likewise.
2838         * localedata/tst-mbswcs4.c: Likewise.
2839         * localedata/tst-mbswcs5.c: Likewise.
2840         * localedata/tst-setlocale.c: Likewise.
2841         * localedata/tst-trans.c: Likewise.
2842         * localedata/tst-wctype.c: Likewise.
2843         * localedata/tst-xlocale1.c: Likewise.
2844         * login/tst-grantpt.c: Likewise.
2845         * malloc/tst-calloc.c: Likewise.
2846         * malloc/tst-malloc.c: Likewise.
2847         * malloc/tst-mallocstate.c: Likewise.
2848         * malloc/tst-mcheck.c: Likewise.
2849         * malloc/tst-mtrace.c: Likewise.
2850         * malloc/tst-obstack.c: Likewise.
2851         * math/atest-exp2.c: Likewise.
2852         * math/atest-exp.c: Likewise.
2853         * math/atest-sincos.c: Likewise.
2854         * math/test-matherr.c: Likewise.
2855         * math/test-misc.c: Likewise.
2856         * math/test-powl.c: Likewise.
2857         * math/tst-definitions.c: Likewise.
2858         * misc/tst-dirname.c: Likewise.
2859         * misc/tst-efgcvt.c: Likewise.
2860         * misc/tst-fdset.c: Likewise.
2861         * misc/tst-hsearch.c: Likewise.
2862         * misc/tst-mntent2.c: Likewise.
2863         * nptl/tst-sem7.c: Likewise.
2864         * nptl/tst-sem8.c: Likewise.
2865         * nptl/tst-sem9.c: Likewise.
2866         * nss/test-netdb.c: Likewise.
2867         * posix/tst-fnmatch.c: Likewise.
2868         * posix/tst-getlogin.c: Likewise.
2869         * posix/tst-gnuglob.c: Likewise.
2870         * posix/tst-mmap.c: Likewise.
2871         * pwd/tst-getpw.c: Likewise.
2872         * resolv/tst-inet_ntop.c: Likewise.
2873         * rt/tst-timer.c: Likewise.
2874         * stdio-common/test-fseek.c: Likewise.
2875         * stdio-common/test-popen.c: Likewise.
2876         * stdio-common/test-vfprintf.c: Likewise.
2877         * stdio-common/tst-cookie.c: Likewise.
2878         * stdio-common/tst-fileno.c: Likewise.
2879         * stdio-common/tst-gets.c: Likewise.
2880         * stdio-common/tst-obprintf.c: Likewise.
2881         * stdio-common/tst-perror.c: Likewise.
2882         * stdio-common/tst-sprintf2.c: Likewise.
2883         * stdio-common/tst-sprintf3.c: Likewise.
2884         * stdio-common/tst-sprintf.c: Likewise.
2885         * stdio-common/tst-swprintf.c: Likewise.
2886         * stdio-common/tst-tmpnam.c: Likewise.
2887         * stdio-common/tst-unbputc.c: Likewise.
2888         * stdio-common/tst-wc-printf.c: Likewise.
2889         * stdlib/tst-environ.c: Likewise.
2890         * stdlib/tst-fmtmsg.c: Likewise.
2891         * stdlib/tst-limits.c: Likewise.
2892         * stdlib/tst-rand48-2.c: Likewise.
2893         * stdlib/tst-rand48.c: Likewise.
2894         * stdlib/tst-random2.c: Likewise.
2895         * stdlib/tst-random.c: Likewise.
2896         * stdlib/tst-strtol.c: Likewise.
2897         * stdlib/tst-strtoll.c: Likewise.
2898         * stdlib/tst-tls-atexit.c: Likewise.
2899         * stdlib/tst-xpg-basename.c: Likewise.
2900         * string/test-ffs.c: Likewise.
2901         * string/tst-bswap.c: Likewise.
2902         * string/tst-inlcall.c: Likewise.
2903         * string/tst-strtok.c: Likewise.
2904         * string/tst-strxfrm.c: Likewise.
2905         * sysdeps/x86_64/tst-audit10.c: Likewise.
2906         * sysdeps/x86_64/tst-audit3.c: Likewise.
2907         * sysdeps/x86_64/tst-audit4.c: Likewise.
2908         * sysdeps/x86_64/tst-audit5.c: Likewise.
2909         * time/tst-ftime_l.c: Likewise.
2910         * time/tst-getdate.c: Likewise.
2911         * time/tst-mktime3.c: Likewise.
2912         * time/tst-mktime.c: Likewise.
2913         * time/tst-posixtz.c: Likewise.
2914         * time/tst-strptime2.c: Likewise.
2915         * time/tst-strptime3.c: Likewise.
2916         * wcsmbs/tst-btowc.c: Likewise.
2917         * wcsmbs/tst-mbrtowc.c: Likewise.
2918         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2919         * wcsmbs/tst-wchar-h.c: Likewise.
2920         * wcsmbs/tst-wcpncpy.c: Likewise.
2921         * wcsmbs/tst-wcrtomb.c: Likewise.
2922         * wcsmbs/tst-wcsnlen.c: Likewise.
2923         * wcsmbs/tst-wcstof.c: Likewise.
2924
2925 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2926
2927         [BZ #14132]
2928         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2929         INTDEF.
2930         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2931         declaration.
2932         (_dl_mcount): Use rtld_hidden_proto.
2933         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2934         _dl_mcount.
2935         * elf/rtld.c (_rtld_global_ro): Likewise.
2936
2937         [BZ #14132]
2938         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2939         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2940         of _dl_init_internal.
2941         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2942         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2943         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2944         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2945         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2946         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2947         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2948         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2949         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2950         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2951         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2952         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2953         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2954         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2955         * sysdeps/tile/dl-start.S (_start): Likewise.
2956         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2957         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2958
2959         [BZ #14132]
2960         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2961         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2962         (rtld_progname): Make macro definition unconditional.
2963         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2964         INTDEF.
2965         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2966         (dl_main): Likewise.
2967         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2968         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2969         instead of _dl_argv_internal.
2970         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2971         __GI__dl_argv instead of INTUSE(_dl_argv).
2972         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2973         __GI__dl_argv instead of _dl_argv_internal.
2974
2975         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2976         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2977         macro.
2978         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2979         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2980         New macro.
2981         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2982         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2983         macro.
2984         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2985         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2986
2987 2014-11-04  Andreas Schwab  <schwab@suse.de>
2988
2989         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2990
2991 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2992
2993         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
2994         mtvsrd instruction in binary form.
2995
2996 2014-11-03  Andreas Schwab  <schwab@suse.de>
2997
2998         [BZ #17522]
2999         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
3000         for less than MB_LEN_MAX use a local buffer of that size.
3001         * libio/tst-fputws.c: New file.
3002         * libio/Makefile (tests): Add tst-fputws.
3003
3004 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
3005
3006         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
3007         the size of the fpu_fr.fpu_dregs[] array.
3008
3009 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
3010
3011         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
3012         (__nanosleep): Do not define as alias.
3013         (nanosleep): Define as alias of __nanosleep.
3014         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
3015         __libc_nanosleep name.
3016
3017 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
3018
3019         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
3020         install.texi in comment.
3021
3022 2014-10-31  Torvald Riegel  <triegel@redhat.com>
3023
3024         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
3025         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
3026         ... add here and use lwsync or sync ...
3027         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
3028         ... and add here using lwsync.
3029
3030 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
3031
3032         * elf/dl-machine-reject-phdr.h: New file.
3033         * elf/dl-load.c: #include that.
3034         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
3035         if that returned true.
3036
3037 2014-10-31  Roland McGrath  <roland@hack.frob.com>
3038
3039         [BZ #17496]
3040         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
3041         gen-as-const-headers chunk.  Add a big scare comment after the last
3042         safe place to touch before-compile.
3043
3044 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
3045
3046         * manual/install.texi (Tools for Compilation): Update autoconf
3047         version requirements.
3048         * INSTALL: Regenerated.
3049
3050         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
3051         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
3052         (__libc_pselect): Likewise.
3053
3054         [BZ #14138]
3055         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
3056         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3057         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3059
3060 2014-10-31  Torvald Riegel  <triegel@redhat.com>
3061
3062         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
3063         correct barrier instruction.
3064         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
3065         Likewise.
3066         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
3067         Likewise.
3068
3069 2014-10-30  Roland McGrath  <roland@hack.frob.com>
3070
3071         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
3072         after defining inlines.  Instead, just use parens to defeat macro
3073         expansion of __isctype in its declaration.
3074
3075 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
3076
3077         * include/sys/uio.h (__libc_readv): Remove declaration.
3078         (__libc_writev): Likewise.
3079         * misc/readv.c (__libc_readv): Rename to __readv.
3080         (__readv): Do not define as alias.
3081         (readv): Define as alias of __readv.
3082         * misc/writev.c (__libc_writev): Rename to __writev.
3083         (__writev): Do not define as alias.
3084         (writev): Define as alias of __writev.
3085         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
3086         (__readv): Do not define as alias.
3087         (readv): Define unconditionally as alias of __readv.
3088         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
3089         (__writev): Do not define as alias.
3090         (writev): Define unconditionally as alias of __writev.
3091         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
3092         name.
3093         (writev): Do not define __libc_writev name.
3094
3095 2014-10-30  Roland McGrath  <roland@hack.frob.com>
3096
3097         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
3098         (convert_charseq): New function, broken out of ...
3099         (use_from_charmap): ... here.  Call it.
3100         (use_to_charmap): Use convert_charseq and free instead of duplicating
3101         its code with a variable-length stack struct.
3102
3103 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
3104
3105         * include/fcntl.h (__libc_creat): Remove declaration.
3106         * io/creat.c (__libc_creat): Rename to creat.
3107         (creat): Do not define as alias.
3108         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
3109         of creat instead of __libc_creat.
3110         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
3111         to creat.
3112         (creat): Do not define as alias.
3113         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
3114         __libc_creat.
3115         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
3116         __libc_creat name.
3117         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
3118         Likewise.
3119
3120 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
3121
3122         * manual/llio.texi: Add comments discussing why write() may be
3123         considered MT-unsafe on Linux.
3124
3125 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
3126
3127         * dl-load.c (local_strdup): Remove.
3128         (expand_dynamic_string_token): Use __strdup.
3129         (decompose_rpath): Likewise.
3130         (_dl_map_object): Likewise.
3131
3132 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
3133
3134         [BZ #14132]
3135         * sysdeps/generic/unwind-dw2-fde.c
3136         (__register_frame_info_bases_internal): Do not declare.
3137         (__register_frame_info_table_bases_internal): Likewise.
3138         (__deregister_frame_info_bases_internal): Likewise.
3139         (__register_frame_info_bases): Declare and use hidden_proto before
3140         definition.  Use hidden_def instead of INTDEF.
3141         (__register_frame_info_table_bases): Likewise.
3142         (__deregister_frame_info_bases): Likewise.
3143         (__register_frame_info): Do not use INTUSE.
3144         (__register_frame): Likewise.
3145         (__register_frame_info_table): Likewise.
3146         (__register_frame_table): Likewise.
3147         (__deregister_frame_info): Likewise.
3148         (__deregister_frame): Likewise.
3149
3150 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
3151
3152         * sysdeps/unix/sysv/linux/arm/kernel-features.h
3153         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
3154         not undefine.
3155         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
3156         Likewise.
3157         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
3158         Likewise.
3159
3160 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
3161
3162         [BZ #14138]
3163         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
3164         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
3165         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
3166         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
3167         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
3168         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
3169         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
3170         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
3171         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
3172         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
3173         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
3174         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
3175         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
3176         syscall.
3177         (setfsuid): Likewise.
3178         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
3179         (setfsuid): Likewise.
3180         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
3181         (setfsuid): Likewise.
3182         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
3183         Likewise.
3184         (setfsuid): Likewise.
3185         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
3186         (setfsuid): Likewise.
3187         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
3188         Likewise.
3189         (setfsuid): Likewise.
3190
3191 2014-10-27  Andreas Schwab  <schwab@suse.de>
3192
3193         [BZ #17501]
3194         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
3195         check for Slow_SSE4_2 feature bit.
3196         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
3197         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
3198         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
3199         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
3200
3201 2014-10-24  Roland McGrath  <roland@hack.frob.com>
3202
3203         * configure.ac: Validate compiler version with a empirical test of
3204         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
3205         $CC -v output.
3206         * configure: Regenerated.
3207
3208         * inet/htons.c (htons): Prototypify.
3209         * inet/htonl.c (htonl): Likewise.
3210
3211 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3212
3213         * string/strncat.c (strncat): Improve performance by using strlen.
3214
3215 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3216
3217         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
3218
3219 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3220
3221         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
3222         Call libc_fetestexcept_aarch64.
3223
3224 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3225
3226         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
3227         Call libc_feholdexcept_aarch64.
3228
3229 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3230
3231         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
3232         Call get_rounding_mode.
3233
3234 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3235
3236         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3237         Simplify logic.
3238
3239 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3240
3241         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
3242         Simplify logic.
3243
3244 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
3245
3246         [BZ #14138]
3247         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
3248         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
3249         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
3250         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
3251         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
3252         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
3253         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
3254         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
3255         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
3256         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
3257         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
3258         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
3259         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
3260         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
3261         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
3262         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
3263         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
3264         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
3265         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
3266         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
3267         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
3268         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
3269         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
3270         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
3271         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
3272         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
3273         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
3274         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
3275         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
3276         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
3277         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
3278         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
3279         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
3280         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
3281         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
3282         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
3283         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
3284         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
3285         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
3286         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
3287         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
3288         syscall.
3289         (geteuid): Likewise.
3290         (getgid): Likewise.
3291         (getuid): Likewise.
3292         (getresgid): Likewise.
3293         (getresuid): Likewise.
3294         (getgroups): Likewise.
3295         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
3296         (geteuid): Likewise.
3297         (getgid): Likewise.
3298         (getuid): Likewise.
3299         (getresgid): Likewise.
3300         (getresuid): Likewise.
3301         (getgroups): Likewise.
3302         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
3303         (geteuid): Likewise.
3304         (getgid): Likewise.
3305         (getuid): Likewise.
3306         (getresgid): Likewise.
3307         (getresuid): Likewise.
3308         (getgroups): Likewise.
3309         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
3310         Likewise.
3311         (geteuid): Likewise.
3312         (getgid): Likewise.
3313         (getuid): Likewise.
3314         (getresgid): Likewise.
3315         (getresuid): Likewise.
3316         (getgroups): Likewise.
3317         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
3318         (geteuid): Likewise.
3319         (getgid): Likewise.
3320         (getuid): Likewise.
3321         (getresgid): Likewise.
3322         (getresuid): Likewise.
3323         (getgroups): Likewise.
3324         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
3325         Likewise.
3326         (geteuid): Likewise.
3327         (getgid): Likewise.
3328         (getuid): Likewise.
3329         (getgroups): Likewise.
3330
3331         [BZ #14138]
3332         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
3333         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
3334         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
3335         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
3336         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
3337         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
3338         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
3339         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
3340         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
3341         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
3342         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
3343         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
3344         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
3345         __chown.
3346         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
3347         (lchown): Likewise.
3348         (fchown): Likewise.
3349         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
3350         Likewise.
3351         (lchown): Likewise.
3352         (fchown): Likewise.
3353         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
3354         (lchown): Likewise.
3355         (fchown): Likewise.
3356         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
3357         Likewise.
3358         (lchown): Likewise.
3359         (fchown): Likewise.
3360
3361 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3362
3363         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
3364         Simplify logic.
3365
3366 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3367
3368         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3369         Cleanup logic.
3370
3371 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3372
3373         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3374         Remove unused include.
3375
3376 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3377
3378         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
3379         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
3380         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
3381         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
3382
3383 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
3384             Helge Deller <deller@gmx.de>
3385
3386         [BZ #17508]
3387         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
3388         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
3389         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
3390
3391 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
3392
3393         [BZ #14132]
3394         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
3395         Remove macro definition.
3396         (__ashrdi3_v_glibc20): Likewise.
3397         (__lshrdi3_v_glibc20): Likewise.
3398         (__cmpdi2_v_glibc20): Likewise.
3399         (__ucmpdi2_v_glibc20): Likewise.
3400         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
3401         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
3402         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
3403         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
3404         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
3405         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
3406
3407 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3408
3409         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
3410         old GNU extension [0] syntax.
3411         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
3412         alloca rather than an array member with variable length.
3413         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
3414         * nscd/nscd.c (invalidate_db): New function, broken out of ...
3415         (parse_opt): ... here.  Likewise use alloca there.
3416         Validate the -i argument before checking for rootness.
3417         (send_shutdown): New function, broken out of ...
3418         (parse_opt): ... here.
3419
3420 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3421
3422         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
3423         macro to get at the _rt_local_ro field.
3424         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
3425         ([PIC] case) or _dl_hwcap ([!PIC] case).
3426         * sysdeps/arm/setjmp.S: Likewise.
3427
3428         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
3429         * sysdeps/arm/configure.ac: New check to define it.
3430         * sysdeps/arm/configure: Regenerated.
3431         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
3432         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
3433         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
3434         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
3435         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
3436         Use move/movt pair instead of a load.
3437         (LDST_GLOBAL): Macro removed.
3438         (LDR_GLOBAL): New macro replaces it.
3439         (LDR_HIDDEN): New macro.
3440         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
3441         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
3442
3443         * setjmp/tst-setjmp-static.c: New file.
3444         * setjmp/Makefile (tests): Add it.
3445         (tests-static): New variable.
3446
3447 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
3448
3449         [BZ #17485]
3450         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
3451
3452 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
3453
3454         [BZ #14132]
3455         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
3456
3457 2014-10-21  Roland McGrath  <roland@hack.frob.com>
3458
3459         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
3460
3461 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3462
3463         * io/fts.c (dirent_not_directory): New function.
3464         (fts_build): Call it.
3465
3466 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3467
3468         * nptl/version.c (__nptl_main): Use normal __write rather than
3469         INTERNAL_SYSCALL.
3470         (banner): Update copyright years.
3471
3472         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
3473         gettimeofday.
3474         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3475         * nptl/pthread_cond_timedwait.c: Likewise.
3476         * nptl/pthread_mutex_timedlock.c: Likewise.
3477         * nptl/sem_timedwait.c: Likewise.
3478
3479         * sysdeps/nptl/bits/libc-lock.h
3480         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
3481         (__libc_lock_init_recursive): Return void, not 0.
3482         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
3483         (__libc_rwlock_init): Likewise.
3484         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
3485
3486 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3487
3488         [BZ #15215]
3489         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
3490         (__pthread_once_slow): ... here.
3491         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
3492         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
3493
3494 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3495
3496         [BZ #15215]
3497         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
3498         __PTHREAD_ONCE_FORK_GEN_INCR): New.
3499         * sysdeps/nptl/fork.c (__libc_fork): Use them.
3500         * nptl/pthread_once.c (__pthread_once): Likewise.
3501         Update comments.
3502
3503 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
3504
3505         [BZ #14138]
3506         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
3507         name.
3508         (writev): Use __libc_writev as strong name.
3509         * sysdeps/unix/sysv/linux/readv.c: Remove file.
3510         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3511
3512 2014-10-17  Roland McGrath  <roland@hack.frob.com>
3513
3514         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
3515
3516         * sysdeps/i386/nptl/tls.h
3517         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
3518         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
3519         New macros.
3520         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
3521         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
3522         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
3523         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
3524         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
3525         Call CHECK_THREAD_SYSINFO instead of doing an assert.
3526
3527         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
3528         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
3529         on [__NR_futex].
3530         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
3531         broken out of ...
3532         (__pthread_mutex_init): ... here.  Call it.
3533         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
3534         Conditionalize PI cases on [__NR_futex].
3535         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
3536         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
3537         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
3538
3539         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
3540         conditional on [SIGSETXID].
3541         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
3542         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
3543         is defined.  Likewise for SIGSETXID.
3544         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
3545         Conditionalize definitions on [SIGSETXID].
3546         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
3547         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
3548         unblocking on [SIGCANCEL].
3549
3550         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
3551         [__NR_set_robust_list].
3552
3553 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
3554
3555         * string/strcoll_l.c (get_next_seq): Fix up formatting.
3556         (do_compare): Likewise.
3557
3558 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
3559
3560         [BZ #15884]
3561         * string/strcoll_l.c: Don't include stdio.h.
3562         (coll_seq): Remove members idxarr and rulearr.
3563         (get_next_seq_cached): Remove function.
3564         (get_next_seq): Likewise.
3565         (get_next_seq_nocache): Rename to get_next_seq.
3566         (do_compare): Remove function.
3567         (do_compare_nocache): Rename to do_compare.
3568         (STRCOLL): Remove weight and rules cache.
3569
3570 2014-10-16  Roland McGrath  <roland@hack.frob.com>
3571
3572         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
3573         * sysdeps/arm/sfp-machine.h: ... to here.
3574         * sysdeps/arm/Implies: Remove arm/soft-fp.
3575
3576 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
3577
3578         * conform/data/sys/utsname.h-data (*_t): Allow.
3579         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
3580         [POSIX] (WEXITED): Do not expect constant.
3581         [POSIX] (WSTOPPED): Likewise.
3582         [POSIX] (WNOHANG): Likewise.
3583         [POSIX] (WNOWAIT): Likewise.
3584         [POSIX] (siginfo_t): Do not expect type or elements.
3585         [POSIX] (pid_t): Do not expect type.
3586         [POSIX] (signal.h): Do not allow header.
3587         [POSIX] (sys/resource.h): Likewise.
3588         [POSIX] (si_*): Do not allow pattern.
3589         [POSIX] (W*): Likewise.
3590         [POSIX] (P_*): Likewise.
3591         [POSIX] (BUS_*): Likewise.
3592         [POSIX] (CLD_*): Likewise.
3593         [POSIX] (FPE_*): Likewise.
3594         [POSIX] (ILL_*): Likewise.
3595         [POSIX] (POLL_*): Likewise.
3596         [POSIX] (SEGV_*): Likewise.
3597         [POSIX] (SI_*): Likewise.
3598         [POSIX] (TRAP_*): Likewise.
3599         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
3600         variable.
3601
3602 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
3603
3604         [BZ #12926]
3605         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
3606         infinite loop when __recvmsg returns 0.
3607
3608 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
3609
3610         * CANCEL-FCT-WAIVE: Remove file.
3611         * CANCEL-FILE-WAIVE: Likewise.
3612
3613         [BZ #14132]
3614         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
3615         instead of INTVARDEF.
3616         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3617         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3618         rtld_hidden_data_def instead of INTVARDEF.
3619         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3620         * elf/dl-deps.c (expand_dst): Likewise.
3621         * elf/dl-load.c (_dl_dst_count): Likewise.
3622         (_dl_dst_substitute): Likewise.
3623         (decompose_rpath): Likewise.
3624         (_dl_init_paths): Likewise.
3625         (open_path): Likewise.
3626         (_dl_map_object): Likewise.
3627         * elf/rtld.c (dl_main): Likewise.
3628         (process_dl_audit): Likewise.
3629         (process_envvars): Likewise.
3630         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3631         Remove declaration.
3632         (__libc_enable_secure): Use rtld_hidden_proto.
3633
3634 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3635
3636         * elf/dl-load.c
3637         (add_path): New function broken out of _dl_rtld_di_serinfo.
3638         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
3639
3640 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3641
3642         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3643         parentheses around macro arguments.
3644         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3645         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3646         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3647         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3648         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3649         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3650         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3651         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3652         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3653         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3654         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3655         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3656         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3657         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3658         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3659         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3660         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3661         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3662         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3663         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3664         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3665         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3666         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3667         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3668         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3669         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3670         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3671         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3672         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3673         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3674         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3675         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3676         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3677         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3678         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3679         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3680         Likewise.
3681         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3682         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3683         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3684         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3685         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3686         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3687         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3688         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3689         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3690         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3691         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3692         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3693         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3694         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3695         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3696         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3697         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3698         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3699         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3700         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3701         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3702         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3703         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3704         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3705         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3706         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3707         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3708         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3709         (_FP_FRAC_SRS_1): Likewise.
3710         (_FP_FRAC_CLZ_1): Likewise.
3711         (_FP_MUL_MEAT_1_imm): Likewise.
3712         (_FP_MUL_MEAT_1_wide): Likewise.
3713         (_FP_MUL_MEAT_1_hard): Likewise.
3714         (_FP_SQRT_MEAT_1): Likewise.
3715         (_FP_FRAC_ASSEMBLE_1): Likewise.
3716         (_FP_FRAC_DISASSEMBLE_1): Likewise.
3717         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3718         (__FP_CLZ_2): Likewise.
3719         (_FP_MUL_MEAT_2_wide): Likewise.
3720         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3721         (_FP_MUL_MEAT_2_gmp): Likewise.
3722         (_FP_MUL_MEAT_2_120_240_double): Likewise.
3723         (_FP_SQRT_MEAT_2): Likewise.
3724         (_FP_FRAC_ASSEMBLE_2): Likewise.
3725         (_FP_FRAC_DISASSEMBLE_2): Likewise.
3726         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3727         (_FP_FRAC_CLZ_4): Likewise.
3728         (_FP_MUL_MEAT_4_wide): Likewise.
3729         (_FP_MUL_MEAT_4_gmp): Likewise.
3730         (_FP_SQRT_MEAT_4): Likewise.
3731         (_FP_FRAC_ASSEMBLE_4): Likewise.
3732         (_FP_FRAC_DISASSEMBLE_4): Likewise.
3733         * soft-fp/op-common.h (_FP_CMP): Likewise.
3734         (_FP_CMP_EQ): Likewise.
3735         (_FP_CMP_UNORD): Likewise.
3736         (_FP_TO_INT): Likewise.
3737         (_FP_FROM_INT): Likewise.
3738         [!__FP_CLZ] (__FP_CLZ): Likewise.
3739         (_FP_DIV_HELP_imm): Likewise.
3740         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3741         Likewise.
3742         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3743         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3744         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3745         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3746         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3747         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3748         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3749         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3750         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3751         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3752         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3753         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3754         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3755         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3756         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3757         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3758         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3759         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3760         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3761         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3762         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3763         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3764         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3765         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3766         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3767         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3768         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3769         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3770         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3771         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3772         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3773         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3774         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3775         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3776         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3777         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3778         (FP_UNPACK_RAW_SP): Likewise.
3779         (FP_PACK_RAW_S): Likewise.
3780         (FP_PACK_RAW_SP): Likewise.
3781         (FP_UNPACK_S): Likewise.
3782         (FP_UNPACK_SP): Likewise.
3783         (FP_UNPACK_SEMIRAW_S): Likewise.
3784         (FP_UNPACK_SEMIRAW_SP): Likewise.
3785         (FP_PACK_S): Likewise.
3786         (FP_PACK_SP): Likewise.
3787         (FP_PACK_SEMIRAW_S): Likewise.
3788         (FP_PACK_SEMIRAW_SP): Likewise.
3789         (_FP_SQRT_MEAT_S): Likewise.
3790         (FP_CMP_S): Likewise.
3791         (FP_CMP_EQ_S): Likewise.
3792         (FP_CMP_UNORD_S): Likewise.
3793         (FP_TO_INT_S): Likewise.
3794         (FP_FROM_INT_S): Likewise.
3795
3796         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3797
3798         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3799         (FP_EX_INVALID_IMZ): Likewise.
3800         (FP_EX_INVALID_IMZ_FMA): Likewise.
3801         (FP_EX_INVALID_ISI): Likewise.
3802         (FP_EX_INVALID_ZDZ): Likewise.
3803         (FP_EX_INVALID_IDI): Likewise.
3804         (FP_EX_INVALID_SQRT): Likewise.
3805         (FP_EX_INVALID_CVI): Likewise.
3806         (FP_EX_INVALID_VC): Likewise.
3807         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3808         "invalid" exceptions.
3809         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3810         (_FP_ADD_INTERNAL): Likewise.
3811         (_FP_MUL): Likewise.
3812         (_FP_FMA): Likewise.
3813         (_FP_DIV): Likewise.
3814         (_FP_CMP_CHECK_NAN): Likewise.
3815         (_FP_SQRT): Likewise.
3816         (_FP_TO_INT): Likewise.
3817         (FP_EXTEND): Likewise.
3818
3819 2014-10-09  Allan McRae  <allan@archlinux.org>
3820
3821         * po/fr.po: Update French translation from translation project.
3822
3823 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3824
3825         [BZ #14132]
3826         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3827         of INTDEF.
3828         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3829         (__cxa_atexit): Use libc_hidden_proto.
3830         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3831
3832         [BZ #14132]
3833         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3834         declaration.
3835         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3836         [!_ISOMAC] (__iswspace_l_internal): Likewise.
3837         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3838         [!_ISOMAC] (__iswctype_internal): Likewise.
3839         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3840         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3841         alias.
3842         (fcntl): Remove __fcntl_internal alias.
3843         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3844         __connect_internal alias.
3845         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3846         Likewise.
3847
3848         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3849         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3850         FP_DENORM_ZERO.
3851         (_FP_CHECK_FLUSH_ZERO): New macro.
3852         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3853         (_FP_CMP): Likewise.
3854         (_FP_CMP_EQ): Likewise.
3855         (_FP_TO_INT): Do not set inexact for subnormal arguments if
3856         FP_DENORM_ZERO.
3857         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3858         (FP_TRUNC): Likewise.
3859
3860         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3861         treated as invalid conversion, not as normal exponent.
3862
3863         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3864         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
3865         (_FP_CMP_EQ): Likewise.
3866         (_FP_CMP_UNORD): Likewise.
3867         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3868         (FP_CMP_EQ_D): Likewise.
3869         (FP_CMP_UNORD_D): Likewise.
3870         * soft-fp/extended.h (FP_CMP_E): Likewise.
3871         (FP_CMP_EQ_E): Likewise.
3872         (FP_CMP_UNORD_E): Likewise.
3873         * soft-fp/quad.h (FP_CMP_Q): Likewise.
3874         (FP_CMP_EQ_Q): Likewise.
3875         (FP_CMP_UNORD_Q): Likewise.
3876         * soft-fp/single.h (FP_CMP_S): Likewise.
3877         (FP_CMP_EQ_S): Likewise.
3878         (FP_CMP_UNORD_S): Likewise.
3879         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3880         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3881         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3882         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3883         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3884         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3885         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3886         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3887         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3888         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3889         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3890         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3891         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3892         to FP_CMP_Q.
3893         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3894         FP_CMP_Q.
3895         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3896         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3897         FP_CMP_EQ_Q.
3898         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3899         FP_CMP_Q.
3900         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3901         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3902         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3903         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3904         FP_CMP_EQ_Q.
3905         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3906         FP_CMP_Q.
3907         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3908         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3909         FP_CMP_EQ_Q.
3910         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3911         FP_CMP_Q.
3912         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3913         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3914         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3915         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3916         FP_CMP_EQ_Q.
3917
3918         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3919         a subnormal result, set the underflow exception if trapping on
3920         underflow is enabled.
3921         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3922         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3923         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3924         redefine to 0.
3925         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3926         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3927         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3928         * soft-fp/extendxftf2.c (__extendxftf2): Use
3929         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3930
3931         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3932         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3933         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3934         FP_HANDLE_EXCEPTIONS.
3935         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3936         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3937         FP_HANDLE_EXCEPTIONS.
3938         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3939         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3940         FP_HANDLE_EXCEPTIONS.
3941         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3942         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3943         FP_HANDLE_EXCEPTIONS.
3944
3945 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3946
3947         [BZ #14132]
3948         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3949         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3950         use INTUSE.
3951         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3952         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3953         Remove alias.
3954         (__adjtimex): Define using libc_hidden_ver.
3955         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3956         Remove declaration.
3957         (ntp_gettime): Call __adjtimex directly.
3958         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3959         Remove declaration.
3960         (ntp_gettimex): Call __adjtimex directly.
3961         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3962         __adjtimex_internal alias.
3963
3964 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3965
3966         [BZ #17460]
3967         * nscd/nscd.c (more_help): Rewrite list of tables collection
3968         using xstrdup and asprintf.
3969
3970         * nscd/nscd_conf.c: Remove local xstrdup declaration.
3971
3972 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3973             Roland McGrath  <roland@hack.frob.com>
3974
3975         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3976         (do_lookup_unique): ... local function 'enter' here; update callers.
3977
3978 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
3979
3980         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3981         compat_symbol calls on [SHARED].
3982         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3983         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3984         Remove.
3985         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3986         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3987         (oldsetrlimit): Remove.
3988         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3989         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3990         (lchown): New syscall entry.
3991         (oldsetrlimit): Remove.
3992         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3993         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
3994         (oldsetrlimit): Remove.
3995         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3996
3997         [BZ #14138]
3998         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
3999         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
4000         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
4001         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
4002         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
4003         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
4004         (fchown): Likewise.
4005         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
4006         (fchown): Likewise.
4007         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
4008         Likewise.
4009
4010 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4011
4012         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
4013         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
4014         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
4015         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
4016         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
4017         Likewise.
4018         (__old_sem_post): Likewise.
4019
4020 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
4021
4022         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
4023         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
4024         HAVE_CLOCK_GETTIME_VSYSCALL macros.
4025         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
4026         Use INLINE_VSYSCALL macro.
4027         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
4028         __vdso_clock_gettime.
4029         * sysdeps/unix/sysv/linux/tile/init-first.c
4030         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
4031         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
4032         __vdso_clock_gettime.
4033
4034         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
4035         to set up frame more cleanly.
4036
4037         * sysdeps/tile/memcmp.c: New file.
4038
4039         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
4040
4041         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
4042         * sysdeps/tile/tilegx/strcasestr.c: New file.
4043         * sysdeps/tile/tilegx/strnlen.c: New file.
4044         * sysdeps/tile/tilegx/strstr.c: New file.
4045
4046         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
4047
4048 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
4049
4050         * nptl/tst-setuid3.c: Write errors to stdout.
4051
4052 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4053
4054         * elf/dl-deps.c
4055         (preload): New functions broken out of _dl_map_object_deps.
4056         (_dl_map_object_deps):  Remove a nested function. Update call sites.
4057
4058 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
4059
4060         [BZ #14138]
4061         * sysdeps/unix/sysv/linux/execve.c: Remove file.
4062         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
4063
4064 2014-10-01  Steve Ellcey  <sellcey@mips.com>
4065
4066         * sysdeps/mips/strcmp.S: New.
4067
4068 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
4069
4070         [BZ #14138]
4071         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
4072         (linkat): Likewise.
4073         (mkdirat): Likewise.
4074         (readlinkat): Likewise.
4075         (renameat): Likewise.
4076         (symlinkat): Likewise.
4077         (unlinkat): Likewise.
4078         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
4079         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
4080         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
4081         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
4082         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
4083         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
4084         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
4085
4086 2014-09-30  Will Newton  <will.newton@linaro.org>
4087
4088         * math/math.h: Define long double math functions if
4089         _LIBC_TEST is defined.
4090         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
4091
4092         * localedata/Makefile: Move assignment to tests-special
4093         into an ifdef testing run-built-tests.
4094         * timezone/Makefile: Likewise.
4095
4096 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
4097
4098         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
4099         with $(BASH) not $(SHELL).
4100
4101 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
4102             Matthew LeGendre  <legendre1@llnl.gov>
4103
4104         [BZ #17411]
4105         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
4106         l_reloc_result.
4107
4108 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4109
4110         * stdio-common/printf_fp.c
4111         (hack_digit): New function, broken out of ...
4112         (__printf_fp): ... local function here.  Update call sites.
4113         hack_digit now takes an additional parameter that is a pointer
4114         to a struct of the referenced locals.  Those locals moved inside
4115         the struct and references updated.
4116
4117 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
4118
4119         * aclocal.m4: Require autoconf 2.69.
4120         * configure: Regenerated.
4121         * sysdeps/aarch64/configure: Likewise.
4122         * sysdeps/alpha/configure: Likewise.
4123         * sysdeps/arm/armv7/configure: Likewise.
4124         * sysdeps/arm/configure: Likewise.
4125         * sysdeps/ia64/configure: Likewise.
4126         * sysdeps/mach/configure: Likewise.
4127         * sysdeps/mips/configure: Likewise.
4128         * sysdeps/s390/configure: Likewise.
4129         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
4130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
4131
4132         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
4133         file.
4134         * sysdeps/ia64/configure.ac: Likewise.
4135
4136 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
4137
4138         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
4139         specify symbol version for ld.so.  Do not include entry for
4140         libpthread.
4141         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4142         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4143         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4144
4145         [BZ #14171]
4146         * Makeconfig [$(build-shared) = yes]
4147         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
4148         makefiles.
4149         [$(build-shared) = yes && $(soversions.mk-done) = t]
4150         ($(common-objpfx)gnu/lib-names.h): Remove rule.
4151         [$(build-shared) = yes && $(soversions.mk-done) = t]
4152         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
4153         to Makerules.
4154         [$(build-shared) = yes && $(soversions.mk-done) = t]
4155         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
4156         here.
4157         [$(build-shared) = yes && $(soversions.mk-done) = t]
4158         (common-generated): Don't append gnu/lib-names.h and
4159         gnu/lib-names.stmp here.
4160         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
4161         (lib-names-h-abi): New variable.
4162         [$(build-shared) = yes && $(soversions.mk-done) = t]
4163         (lib-names-stmp-abi): Likewise.
4164         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4165         abi-variants] (before-compile): Append
4166         $(common-objpfx)$(lib-names-h-abi).
4167         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4168         abi-variants] (common-generated): Append gnu/lib-names.h.
4169         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4170         abi-variants] (install-others-nosubdir): Depend on
4171         $(inst_includedir)/$(lib-names-h-abi).
4172         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4173         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
4174         [$(build-shared) = yes && $(soversions.mk-done) = t]
4175         ($(common-objpfx)$(lib-names-h-abi)): New rule.
4176         [$(build-shared) = yes && $(soversions.mk-done) = t]
4177         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
4178         [$(build-shared) = yes && $(soversions.mk-done) = t]
4179         (common-generated): Append $(lib-names-h-abi) and
4180         $(lib-names-stmp-abi).
4181         * scripts/lib-names.awk: Do not handle multi being set.
4182         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
4183         Remove variable.
4184         (abi-lp64_be-ld-soname): Likewise.
4185         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
4186         Likewise.
4187         (abi-hard-ld-soname): Likewise.
4188         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
4189         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
4190         Remove variable.
4191         (abi-o32_hard-ld-soname): Likewise.
4192         (abi-o32_soft_2008-ld-soname): Likewise.
4193         (abi-o32_hard_2008-ld-soname): Likewise.
4194         (abi-n32_soft-ld-soname): Likewise.
4195         (abi-n32_hard-ld-soname): Likewise.
4196         (abi-n32_soft_2008-ld-soname): Likewise.
4197         (abi-n32_hard_2008-ld-soname): Likewise.
4198         (abi-n64_soft-ld-soname): Likewise.
4199         (abi-n64_hard-ld-soname): Likewise.
4200         (abi-n64_soft_2008-ld-soname): Likewise.
4201         (abi-n64_hard_2008-ld-soname): Likewise.
4202         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
4203         Likewise.
4204         (abi-64-v2-ld-soname): Likewise.
4205         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
4206         ld.so entries.
4207         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
4208         variable.
4209         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
4210         entry.
4211         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
4212         variable.
4213         (abi-64-ld-soname): Likewise.
4214         (abi-x32-ld-soname): Likewise.
4215         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
4216         entry.
4217         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4218
4219 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
4220
4221         [BZ #14138]
4222         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
4223         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
4224         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
4225         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
4226         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
4227         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
4228         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
4229         syscall entry for GLIBC_2.2 symbol version.
4230         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
4231         Likewise.
4232         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4233         (setrlimit): Likewise.
4234         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
4235         Likewise.
4236
4237 2014-09-23  Will Newton  <will.newton@linaro.org>
4238
4239         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
4240         _LINUX_ARM_SYSDEP_H include guard too.
4241         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
4242         define.
4243
4244 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
4245
4246         * sysdeps/unix/sysv/linux/eventfd.c:
4247         Make first argument unsigned.
4248         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
4249         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
4250
4251 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
4252
4253         * socket/recvmmsg.c (recvmmsg): Drop const argument.
4254         * socket/sys/socket.h: Likewise
4255         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
4256
4257 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4258
4259         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
4260
4261 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
4262
4263         * time/tst-ftime.c: New test.
4264         * time/Makefile (tests): Add tst-ftime.
4265
4266 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
4267
4268         * soft-fp/extended.h: Fix comment formatting.
4269         * soft-fp/op-1.h: Likewise.
4270         * soft-fp/op-2.h: Likewise.
4271         * soft-fp/op-4.h: Likewise.
4272         * soft-fp/op-8.h: Likewise.
4273         * soft-fp/op-common.h: Likewise.
4274         * soft-fp/soft-fp.h: Likewise.
4275
4276         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
4277
4278 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
4279
4280         [BZ #6652]
4281         * Makeconfig (soversions-default-setname): Remove variable.
4282         ($(common-objpfx)soversions.i): Don't pass default_setname to
4283         soversions.awk.
4284         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
4285         oldest_abi to abi-versions.awk.
4286         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
4287         * config.make.in (oldest-abi): Remove variable.
4288         * configure.ac (--enable-oldest-abi): Remove configure option.
4289         * configure: Regenerated.
4290         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
4291         text.
4292         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
4293         * scripts/soversions.awk: Do not handle default_setname variable.
4294         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
4295         variable.
4296         * sysdeps/mach/hurd/configure: Regenerated.
4297         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
4298         variable.
4299         * sysdeps/unix/sysv/linux/configure: Regenerated.
4300
4301 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4302
4303         * elf/Makefile (CFLAGS-interp.c): Remove.
4304         ($(elf-objpfx)runtime-linker.h): Generate header with linker
4305         path string.
4306         * elf/interp.c: Include generated runtime-linker.h
4307
4308         * Makerules (lib%.so): Don't include $(+interp) in
4309         prerequisites.
4310         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
4311         * dlfcn/eval.c: Remove file.
4312
4313         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
4314         macros.
4315
4316         [BZ #17266]
4317         * misc/sys/cdefs.h: Define __extern_always_inline for clang
4318         4.2 and newer.
4319
4320         [BZ #17370]
4321         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
4322
4323 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4324             Jakub Jelinek  <jakub@redhat.com>
4325
4326         [BZ #17266]
4327         * libio/stdio.h: Check definition of __fortify_function
4328         instead of __extern_always_inline to include bits/stdio2.h.
4329         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
4330         check if __extern_always_inline is defined.
4331         [__USE_MISC || __USE_XOPEN]: Likewise.
4332         [__USE_ISOC99] Likewise.
4333         * misc/sys/cdefs.h (__fortify_function): Define only if
4334         __extern_always_inline is defined.
4335         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
4336         __extern_always_inline and __extern_inline only for g++-4.3
4337         and newer or a compatible gcc.
4338
4339 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
4340
4341         [BZ #17371]
4342         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4343         last change to handle zero prefix length.
4344
4345 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
4346
4347         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
4348         _SC_REGEX_VERSION.
4349
4350         * posix/getconf.c (vars): Add _POSIX_IPV6 and
4351         _POSIX_RAW_SOCKETS.
4352
4353 2014-09-13  Allan McRae  <allan@archlinux.org>
4354
4355         * po/ru.po: Update Russian translation from translation project.
4356
4357 2014-09-12  Roland McGrath  <roland@hack.frob.com>
4358
4359         * locale/programs/locale.c (show_locale_vars): Inline local function
4360         into its sole call site.  Clean up some style nits.
4361         (print_item): New function, broken out of ...
4362         (show_info): ... local function here.  Clean up style nits.
4363
4364         * locale/programs/ld-ctype.c (set_one_default): New function, broken
4365         out of ...
4366         (set_class_defaults): ... local function set_default here.
4367         Define set_default as a macro locally to pass constant parameters.
4368         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
4369         rather than a shared local.
4370
4371         * stdlib/rpmatch.c (try): New function, broken out of ...
4372         (rpmatch): ... local function here.  Also, prototypify definition.
4373
4374 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
4375
4376         * scripts/soversions.awk: Do not handle configuration names.
4377         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
4378         vendor and os variables to soversions.awk.
4379         * configure.ac: Do not modify gnu-* host_os.
4380         * configure: Regenerated
4381         * shlib-versions: Remove first column with configuration names.
4382         * nptl/shlib-versions: Likewise.
4383         * nptl_db/shlib-versions: Likewise.
4384         * sysdeps/hppa/shlib-versions: Likewise.
4385         * sysdeps/m68k/shlib-versions: Likewise.
4386         * sysdeps/mach/hurd/shlib-versions: Likewise.
4387         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
4388         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
4389         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
4390         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
4391         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
4392         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
4393         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
4394         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
4395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4396         Likewise.
4397         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4398         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4399         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4400         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4401         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4402         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
4403         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4404         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4405
4406         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
4407         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
4408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4409         Regenerated.
4410         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
4411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4412         Condition symbol version definitions on [HAVE_ELFV2_ABI].
4413
4414         * shlib-versions: Remove OS-specific entries.  Moved to files in
4415         sysdeps.
4416         * sysdeps/mach/hurd/shlib-versions: New file.
4417         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4418
4419         * nptl/shlib-versions: Remove architecture-specific entries.
4420         Moved to files in sysdeps.
4421         * shlib-versions: Likewise.
4422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
4423         file.
4424         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4425         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4426         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4427         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4428
4429         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
4430         (UDP_NO_CHECK6_RX): Likewise.
4431
4432 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4433
4434         * sysdeps/posix/sysconf.c (__sysconf): Spell
4435         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
4436
4437 2014-08-12  Florian Weimer  <fweimer@redhat.com>
4438
4439         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
4440         loading.
4441         * iconv/Versions (__gconv_transliterate): Export for use from
4442         gconv modules.
4443         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
4444         (struct __gconv_trans_data, __gconv_trans_fct,
4445         __gconv_trans_context_fct, __gconv_trans_query_fct,
4446         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
4447         definitions.
4448         (struct __gconv_step_data): Remove __trans member.
4449         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
4450         longer hidden.  Remove unused trans_data argument.
4451         * iconv/gconv_int.h (struct trans_struct): Remove definition.
4452         (__gconv_translit_find): Remove declaration.
4453         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
4454         prototype.
4455         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
4456         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
4457         trans_data argument.  Add hidden definition.
4458         (__gconv_translit_find): Remove.
4459         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
4460         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
4461         * iconv/skeleton.c: Remove transliteration initialization.
4462         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
4463         __gconv_step_data initialization.
4464         * libio/iofwide.c (__libio_translit_): Remove.
4465         (_IO_fwide): Adjust struct __gconv_step_data initialization.
4466         * wcsmbs/btowc.c (__btowc): Likewise.
4467         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
4468         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4469         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
4470         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
4471         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
4472         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
4473         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
4474         * wcsmbs/wctob.c (wctob): Likewise.
4475
4476 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4477
4478         [BZ #16194]
4479         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
4480         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
4481         register usage.
4482         * sysdeps/x86/Makefile: Adjust.
4483
4484 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4485             Roland McGrath  <roland@hack.frob.com>
4486
4487         * locale/weight.h: Add include guard.
4488         (findidx): Make static rather than auto; take new parameters
4489         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
4490         * locale/weightwc.h: Likewise.
4491         * posix/fnmatch_loop.c
4492         (FCT): Change type of EXTRA from int32_t to wint_t.
4493         Don't include either header inside the function.
4494         Call FINDIDX rather than findidx, and pass new arguments.
4495         #undef FINDIDX at the end of the file.
4496         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
4497         FINDIDX before including fnmatch_loop.c for the non-wide version.
4498         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
4499         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
4500         for the wide version.
4501         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
4502         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
4503         Pass new arguments to findidx.
4504         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
4505         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
4506         Don't #include it inside the function.  Pass new arguments to findidx.
4507         * posix/regex_internal.h
4508         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
4509         (re_string_elem_size_at): Don't #include it inside the function.
4510         Pass new arguments to findidx.
4511         * string/strcoll_l.c: #include WEIGHT_H at top level.
4512         (get_next_seq): Don't #include it inside the function.
4513         Pass new arguments to findidx.
4514         (get_next_seq_nocache): Likewise.
4515         * string/strxfrm_l.c: #include WEIGHT_H at top level.
4516         (STRXFRM): Don't #include it inside the function.
4517         Pass new arguments to findidx.
4518
4519 2014-09-11  Florian Weimer  <fweimer@redhat.com>
4520
4521         [BZ #17344]
4522         * malloc/malloc.c (unlink): Turn asserts into a call to
4523         malloc_printerr.
4524
4525 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
4526
4527         [BZ #17370]
4528         * libio/wfileops (do_ftell_wide): Free OUT.
4529
4530 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
4531
4532         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
4533
4534 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4535
4536         [BZ #17363]
4537         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
4538         group if the current group is empty.
4539
4540 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4541
4542         * benchtests/bench-memset.c (test_main): Add more test from size
4543         from 32 to 512 bytes.
4544         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4545         Add POWER8 memset object.
4546         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4547         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
4548         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
4549         implementation.
4550         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
4551         Likewise.
4552         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
4553         multiarch POWER8 memset optimization.
4554         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
4555         POWER8 memset optimization.
4556
4557         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4558         Remove bzero multiarch objects.
4559         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
4560         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
4561         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
4562         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
4563         Remove define.
4564         [__bzero]: Redefine to specific name.
4565         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
4566         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
4567         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
4568         define.
4569         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4570         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4571
4572 2014-09-10  Florian Weimer  <fweimer@redhat.com>
4573
4574         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
4575         warnings into errors.
4576
4577         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
4578         __cxa_thread_atexit_impl prototype.
4579
4580 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4581
4582         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
4583         Fix capitalization of error message.
4584
4585 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4586
4587         * sysdeps/mips/preconfigure: Modify ABI tests.
4588
4589 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
4590
4591         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
4592
4593 2014-09-07  Roland McGrath  <roland@hack.frob.com>
4594             Carlos O'Donell  <carlos@systemhalted.org>
4595
4596         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
4597         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
4598         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
4599         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
4600         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
4601         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
4602         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
4603         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
4604         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
4605         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
4606         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
4607         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
4608         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
4609         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
4610         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
4611         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
4612         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
4613         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
4614         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
4615         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
4616         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
4617         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4618         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4619         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4620         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4621         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4622         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4623         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4624         Deconditionalize the code that was previously under [RESET_PID].
4625         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4626         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4627         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4628         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4629         include sysdep.h.
4630
4631 2014-09-08  Allan McRae  <allan@archlinux.org>
4632
4633         * version.h (RELEASE): Set to "development".
4634         (VERSION): Set to "2.20.90"
4635
4636 2014-09-07  Allan McRae  <allan@archlinux.org
4637
4638         * version.h (RELEASE): Set to "stable".
4639         (VERSION): Set to "2.20"
4640         * include/features.h (__GLIBC_MINOR__): Set to 20.
4641
4642         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4643         Liebler.
4644
4645         * po/ko.po: Update Korean translation from translation project.
4646
4647 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
4648
4649         [BZ #17354]
4650         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4651         macro for handling signed relocations.
4652
4653 2014-09-03  Florian Weimer  <fweimer@redhat.com>
4654
4655         [BZ #17325]
4656         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4657         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4658         assert.
4659         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4660         * iconvdata/ibm935.c (BODY): Likewise.
4661         * iconvdata/ibm937.c (BODY): Likewise.
4662         * iconvdata/ibm939.c (BODY): Likewise.
4663         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4664         assert.
4665         * iconvdata/Makefile (iconv-test.out): Pass module list to test
4666         script.
4667         * iconvdata/run-iconv-test.sh: New test loop for checking for
4668         decoder crashers.
4669
4670 2014-09-02  Khem Raj  <raj.khem@gmail.com>
4671
4672         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4673         libm_hidden_ver.
4674
4675 2014-09-01  Allan McRae  <allan@archlinux.org>
4676
4677         * po/eo.po: Update Esperanto translation from translation project.
4678
4679         * po/ca.po: Update Catalan translation from translation project.
4680
4681 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4682
4683         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4684         __proc_dostop call.
4685
4686 2014-08-27  Mark Wielaard  <mjw@redhat.com>
4687
4688         [BZ #17319]
4689         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4690         to call set_thread_area instead of hand written asm.
4691         (__NR_set_thread_area): Removed define.
4692         (TLS_FLAG_WRITABLE): Likewise.
4693         (__ASSUME_SET_THREAD_AREA): Remove check.
4694         (TLS_EBX_ARG): Remove define.
4695         (TLS_LOAD_EBX): Likewise.
4696
4697 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4698
4699         Simplify atomicity of socket creation in bind.
4700
4701         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4702         looking up the name after linking the file.
4703
4704 2014-08-27  Allan McRae  <allan@archlinux.org>
4705
4706         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4707
4708 2014-08-26  Florian Weimer  <fweimer@redhat.com>
4709
4710         [BZ #17187]
4711         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4712         trans_compare, open_translit, __gconv_translit_find):
4713         Remove module loading code.
4714
4715 2014-08-26  Allan McRae  <allan@archlinux.org>
4716
4717         * po/vi.po: Update Vietnamese translation from translation project.
4718
4719         * po/uk.po: Update Ukrainian translation from translation project.
4720
4721         * po/fr.po: Update French translation from translation project.
4722
4723         * po/ru.po: Update Russian translation from translation project.
4724
4725         * po/pl.po: Update Polish translation from translation project.
4726
4727         * po/cs.po: Update Czech translation from translation project.
4728
4729         * po/de.po: Update German translation from translation project.
4730
4731         * po/bg.po: Update Bulgarian translation from translation project.
4732
4733         * po/sv.po: Update Sweedish translation from translation project.
4734
4735         * po/nl.po: Update Dutch translation from translation project.
4736
4737         * po/es.po: Update Spanish translation from translation project.
4738
4739 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4740
4741         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4742
4743         * catgets/Makefile (CPPFLAGS-gencat): Remove.
4744         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4745         (CPPFLAGS-iconvconfig): Likewise.
4746         * timezone/Makefile (CPPFLAGS-zic): Likewise.
4747
4748         * include/libc-symbols.h: Remove unnecessary check for
4749         NOT_IN_libc.
4750         * nptl/pthreadP.h: Likewise.
4751         * sysdeps/aarch64/setjmp.S: Likewise.
4752         * sysdeps/alpha/setjmp.S: Likewise.
4753         * sysdeps/arm/sysdep.h: Likewise.
4754         * sysdeps/i386/setjmp.S: Likewise.
4755         * sysdeps/m68k/setjmp.c: Likewise.
4756         * sysdeps/posix/getcwd.c: Likewise.
4757         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4758         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4759         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4760         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4761         * sysdeps/sh/sh3/setjmp.S: Likewise.
4762         * sysdeps/sh/sh4/setjmp.S: Likewise.
4763         * sysdeps/unix/alpha/sysdep.h: Likewise.
4764         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4765         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4766         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4767         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4768         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4769         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4770         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4771         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4772         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4773         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4774         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4775         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4776         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4777         * sysdeps/x86_64/setjmp.S: Likewise.
4778
4779 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
4780
4781         [BZ #17263]
4782         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4783         <stdint.h>.
4784         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4785         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4786
4787 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
4788
4789         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4790
4791         [BZ #17262]
4792         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4793         and __x86_64__ when disabling x87 inline functions.
4794
4795 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
4796
4797         [BZ #17259]
4798         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4799         asm statement with __cpuid_count.
4800
4801 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
4802
4803         * configure.ac: Change __ehdr_start code to dereference the struct.
4804         Run readelf on the output to look for relocations.
4805         * configure: Regenerated.
4806
4807 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
4808
4809         [BZ #17261]
4810         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4811         value to 0.
4812         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4813
4814 2014-08-12  Roland McGrath  <roland@hack.frob.com>
4815
4816         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4817
4818 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
4819
4820         [BZ #16892]
4821         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4822         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4823
4824 2014-08-12  Sean Anderson  <seanga2@gmail.com>
4825
4826         * malloc/malloc.c: Fix typo in comment.
4827
4828 2014-08-09  Allan McRae  <allan@archlinux.org>
4829
4830         * Regenerate libc.po.
4831
4832 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
4833
4834         * intl/tst-gettext2.sh: Check every lang file for creation.
4835
4836 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4837
4838         * sysdeps/aarch64/fpu/math_private.h
4839         (libc_feholdsetround_noex_aarch64_ctx): New function.
4840
4841 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4842
4843         * sysdeps/arm/armv6/strcpy.S (strcpy):
4844         Fix performance issue in misaligned cases.
4845
4846 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4847
4848         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4849         Move definition from termios.h.
4850         (struct termio): Likewise.
4851         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4852         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4853         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4854         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4855         Likewise.
4856         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4857         Move definition to ioctl-types.h
4858         (struct termio): Likewise.
4859         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4860         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4861         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4862         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4863         Likewise.
4864
4865 2014-08-05  Richard Henderson  <rth@redhat.com>
4866
4867         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4868         exceptions.
4869         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4870         Add fraiseexcpt.
4871         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4872         Use __feraiseexcept.
4873         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4874         Protect libm symbols with IS_IN_libm.
4875
4876         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4877
4878 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
4879
4880         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4881
4882 2014-08-04  Will Newton  <will.newton@linaro.org>
4883
4884         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4885         file.
4886
4887 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
4888
4889         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4890         variants for each function.
4891
4892 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4893
4894         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4895         appended ...
4896         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4897         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4898         appended ...
4899         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4900         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4901         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4902         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4903         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4904         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4905         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4906         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4907         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4908         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4909         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4910         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4911         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4912         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4913         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4914         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4915         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4916         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4917         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4918         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4919         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4920         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4921         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4922         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4923         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4924         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4925         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4926         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4927         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4928         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4929         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4930         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4931         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4932         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4933         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4934         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4935         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4936         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4937         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4938         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4939         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4940         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4941         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4942         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4943         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4944         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4945         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4946         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4947         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4948         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4949         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4950         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4951         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4952         Update #include.
4953         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4954         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4955
4956 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4957
4958         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4959         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4960         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4961         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4962         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4963         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4964
4965 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4966
4967         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4968         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4969         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4970         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4971
4972 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4973
4974         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4975         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4976         (__libc_vfork): Define function under this name.
4977         (__vfork): Define as an alias.
4978         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4979         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4980
4981 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4982
4983         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4984         that was previously under [RESET_PID].
4985         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4986
4987 2014-08-04  Andreas Schwab  <schwab@suse.de>
4988
4989         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4990
4991 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
4992
4993         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
4994         (main): Likewise.
4995
4996 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4997
4998         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4999
5000 2014-08-01  Richard Henderon  <rth@redhat.com>
5001
5002         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
5003         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
5004         typo in exact zero test.
5005         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
5006         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
5007         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
5008
5009 2014-08-01  Roland McGrath  <roland@hack.frob.com>
5010
5011         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
5012         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
5013         * sysdeps/arm/sysdep.h: ... here.
5014         [!__ASSEMBLER__]: Include <stdint.h>.
5015
5016 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5017
5018         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
5019         (HAVE_WCTYPE_H): Likewise.
5020         (HAVE_ISWCTYPE): Likewise.
5021         (ENABLE_NLS): Likewise.
5022         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
5023         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
5024
5025         * posix/regex_internal.c: Check if DEBUG is defined and is
5026         set.
5027
5028         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
5029         (HAVE_MBSRTOWCS): Likewise.
5030         * posix/fnmatch.c: Include string.h unconditionally.
5031
5032 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5033
5034         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
5035         reversal.
5036
5037 2014-07-31  Roland McGrath  <roland@hack.frob.com>
5038
5039         * sysdeps/generic/safe-fatal.h: New file.
5040         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
5041         * nptl/forward.c: Include it.
5042         (__pthread_unwind): Use __safe_fatal as default action, rather
5043         than a bogus use of INTERNAL_SYSCALL that could never work.
5044
5045         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
5046         * configure.ac (libc_cv_builtin_trap): New test.
5047         * configure: Regenerated.
5048         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
5049         (ABORT_INSTRUCTION): Define using __builtin_trap.
5050
5051         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
5052         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
5053         * sysdeps/nptl/nptl-signals.h: New file.
5054         * nptl/pthreadP.h: Include <nptl-signals.h>.
5055
5056 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
5057
5058         * sysdeps/s390/s390-64/utf16-utf32-z9.c
5059         (ONE_DIRECTION): Define.
5060         * sysdeps/s390/s390-64/utf8-utf16-z9.c
5061         (ONE_DIRECTION): Define.
5062         * sysdeps/s390/s390-64/utf8-utf32-z9.c
5063         (ONE_DIRECTION): Define.
5064
5065 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
5066
5067         * sysdeps/s390/Makefile: Delete file.
5068         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
5069         * sysdeps/s390/__longjmp.c: Delete file.
5070         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
5071         Remove fields __flags and __reserved.
5072         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
5073         and add versioning.
5074         * sysdeps/s390/rtld-__longjmp.c: Delete file.
5075         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
5076         * sysdeps/s390/rtld-setjmp.S: Likewise.
5077         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
5078         * sysdeps/s390/s390-32/__longjmp.c: ... here.
5079         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
5080         * sysdeps/s390/s390-32/setjmp.S: ... here.
5081         Add versioning.
5082         (__sigsetjmp): Remove setting __flags field.
5083         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
5084         * sysdeps/s390/s390-64/__longjmp.c: ... here.
5085         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
5086         * sysdeps/s390/s390-64/setjmp.S: ... here.
5087         Add versioning.
5088         (__sigsetjmp): Remove setting __flags field.
5089         * sysdeps/s390/setjmp.S: Delete file.
5090         * sysdeps/s390/sigjmp.c: Likewise.
5091         * sysdeps/s390/v1-longjmp.c: Likewise.
5092         * sysdeps/s390/v1-setjmp.h: Likewise.
5093         * sysdeps/s390/v1-sigjmp.c: Likewise.
5094         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
5095         Remove v1-longjmp_chk.
5096         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
5097         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
5098         Include debug/longjmp_chk.c and add versioning.
5099         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
5100         Include nptl/pt-longjmp.c and add versioning.
5101         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
5102         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
5103         Include __longjmp.c.
5104         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
5105         Move to ...
5106         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
5107         (__getcontext): Remove setting __flags field.
5108         Add versioning.
5109         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
5110         Don't restore upper high grps.
5111         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
5112         Likewise.
5113         (__swapcontext): Remove setting uc_flags field.
5114         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
5115         Delete file.
5116         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
5117         Include __longjmp.c.
5118         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
5119         Move to ...
5120         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
5121         (__getcontext): Remove setting __flags field.
5122         Add versioning.
5123         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
5124         (__swapcontext): Remove setting uc_flags field.
5125         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
5126         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
5127         Remove fields uc_high_gprs and __reserved.
5128         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
5129         New file with reverted content.
5130         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
5131         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
5132         Regenerated.
5133         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
5134         Regenerated.
5135
5136 2014-07-31  Andreas Schwab  <schwab@suse.de>
5137
5138         * config.h.in (HAVE_IFUNC): Define to 0.
5139         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
5140         definedness.
5141
5142 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
5143
5144         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5145         memmove-avx-unaligned, memcpy-avx-unaligned and
5146         mempcpy-avx-unaligned.
5147         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5148         Add tests for AVX memcpy functions.
5149         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
5150         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
5151         memcpy_chk.
5152         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
5153         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
5154         memmove_chk.
5155         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
5156         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
5157         mempcpy_chk.
5158         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
5159         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
5160         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
5161
5162 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5163
5164         [BZ #17213]
5165         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
5166         powerpc64le.
5167
5168 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
5169
5170         [BZ #16839]
5171         * manual/llio.texi: Add section about open file description locks.
5172         * manual/examples/ofdlocks.c: Example of open file description
5173         lock usage.
5174         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
5175         F_OFD_SETLK, and F_OFD_SETLKW.
5176
5177 2014-07-23  Allan McRae  <allan@archlinux.org>
5178
5179         * po/es.po: Update Spanish translation from translation project.
5180
5181 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
5182
5183         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
5184
5185 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
5186
5187         [BZ #17078]
5188         * sysdeps/arm/dl-machine.h (elf_machine_rela)
5189         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
5190         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
5191
5192 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
5193
5194         [BZ #17088]
5195         * math/fesetenv.c (__fesetenv)
5196         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
5197         * math/feupdateenv.c (__feupdateenv)
5198         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
5199
5200         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
5201         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
5202         (__ASSUME_SOCKETCALL): Do not define.
5203
5204         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
5205         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
5206         (__ASSUME_SOCKETCALL): Do not define.
5207         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
5208         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5209         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5210         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5211         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5212         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
5213         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5214         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5215
5216         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
5217         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
5218         (__ASSUME_SOCKETCALL): Do not define.
5219         (__ASSUME_IPC64): Define unconditionally.
5220         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5221         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5222         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5223         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5224         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
5225         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5226         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
5227         Likewise.
5228
5229         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
5230         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
5231         (__ASSUME_SOCKETCALL): Do not define.
5232         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
5233         (__ASSUME_FUTEX_LOCK_PI): Likewise.
5234         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5235         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
5236         (__ASSUME_REQUEUE_PI): Define unconditionally.
5237         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
5238         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
5239         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5240         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
5241         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5242         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5243
5244         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
5245         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
5246         (__ASSUME_SOCKETCALL): Do not define.
5247         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
5248         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5249         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5250         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
5251         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5252         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5253
5254         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
5255         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
5256         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5257         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
5258         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5259         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
5260         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5261         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
5262         (__ASSUME_GETCPU_SYSCALL): Likewise.
5263
5264         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
5265         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
5266         cases for individual architectures.
5267         * sysdeps/gnu/configure: Regenerated.
5268         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
5269         LIBC_SLIBDIR_RTLDDIR.
5270         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
5271         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
5272         LIBC_SLIBDIR_RTLDDIR.
5273         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
5274         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
5275         LIBC_SLIBDIR_RTLDDIR.
5276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
5277         Regenerated.
5278         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
5279         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
5280         file.
5281         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
5282         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
5283         file.
5284         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
5285         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
5286         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
5287         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
5288
5289         * sysdeps/aarch64/shlib-versions: Move to ...
5290         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
5291         * sysdeps/alpha/shlib-versions: Move to ...
5292         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
5293         * sysdeps/arm/shlib-versions: Move to ...
5294         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
5295         * sysdeps/hppa/shlib-versions: Move all contents except for
5296         libgcc_s entry to ...
5297         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
5298         entry from ...
5299         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
5300         * sysdeps/ia64/shlib-versions: Move to ...
5301         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
5302         entry from ...
5303         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
5304         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
5305         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
5306         * sysdeps/microblaze/shlib-versions: Move to ...
5307         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
5308         * sysdeps/mips/shlib-versions: Move to ...
5309         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
5310         entry from ...
5311         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
5312         * sysdeps/tile/shlib-versions: Move to ...
5313         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
5314         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
5315         from ...
5316         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
5317         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
5318         entry from ...
5319         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
5320
5321 2014-07-17  Will Newton  <will.newton@linaro.org>
5322
5323         * sysdeps/arm/bits/atomic.h
5324         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
5325         (__arch_compare_and_exchange_bool_16_int): Likewise.
5326         (__arch_compare_and_exchange_bool_64_int): Likewise.
5327
5328         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
5329         into an #else block.
5330
5331 2014-07-16  Roland McGrath  <roland@hack.frob.com>
5332
5333         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
5334         just Linux configurations.  Test empirically that the compiler sets
5335         __ARM_EABI__, rather than using the tuple to decide.
5336         * sysdeps/arm/preconfigure: Regenerated.
5337         * sysdeps/unix/sysv/linux/arm/configure: File removed.
5338         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
5339         contents appended ...
5340         * sysdeps/arm/configure.ac: ... here.
5341         * sysdeps/arm/configure: Regenerated.
5342
5343 2014-07-15  Roland McGrath  <roland@hack.frob.com>
5344
5345         * nptl/pthread_kill.c: New file.
5346         * nptl/pthread_sigmask.c: New file.
5347         * nptl/pthread_sigqueue.c: New file.
5348
5349         * sysdeps/nptl/lowlevellock.h: New file.
5350         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
5351         * sysdeps/nptl/lowlevellock-futex.h: New file.
5352
5353         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
5354         Remove dead declarations.
5355
5356 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
5357
5358         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
5359         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
5360         config-cflags-avx2.
5361         * sysdeps/x86_64/configure.ac: Likewise.
5362         * sysdeps/i386/configure: Regenerated.
5363         * sysdeps/x86_64/configure: Likewise.
5364         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5365         memset-avx2 only if config-cflags-avx2 is yes.
5366         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5367         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
5368         defined.
5369         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
5370         only if HAVE_AVX2_SUPPORT is defined.
5371         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5372
5373 2014-07-14  Alan Modra  <amodra@gmail.com>
5374
5375         [BZ #17153]
5376         * elf/elf.h (DT_PPC64_NUM): Correct value.
5377         * NEWS: Add to fixed bug list.
5378
5379 2014-07-13  Jim Meyering  <meyering@fb.com>
5380
5381         [BZ 17150]
5382         regex: don't deref NULL upon heap allocation failure
5383         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
5384         failure in one more place.
5385         To trigger the segfault, configure grep -with-included-regex,
5386         build it, and run these commands:
5387         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
5388
5389 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
5390
5391         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5392
5393 2014-07-11  Richard Henderson  <rth@redhat.com>
5394
5395         * sysdeps/aarch64/libm-test-ulps: Update.
5396
5397 2014-07-10  Florian Weimer  <fweimer@redhat.com>
5398
5399         [BZ #17135]
5400         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
5401         * nptl/allocatestack.c (__nptl_setxid_error): New function.
5402         (__nptl_setxid): Initialize error member.  Call
5403         __nptl_setxid_error.
5404         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
5405         * nptl/descr.h (struct xid_command): Add error member.
5406         * nptl/tst-setuid3.c: New file.
5407         * nptl/Makefile (tests): Add it.
5408
5409 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5410
5411         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
5412         New define.
5413         (__lll_trylock): Use __lll_base_trylock.
5414         (__lll_cond_trylock): Likewise.
5415
5416 2014-07-10  Roland McGrath  <roland@hack.frob.com>
5417
5418         * nptl/pthread_create.c (start_thread): Use atomic_or and
5419         lll_futex_wake directly rather than lll_robust_dead.
5420         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5421         (lll_robust_dead): Macro removed.
5422         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
5423         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5424         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5425         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5426         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5427         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5428         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5429         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5430         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5431         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5432         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5433         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5434         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5435         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5436         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5437
5438         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
5439         Use atomic_compare_and_exchange_val_acq directly rather than
5440         lll_robust_trylock.
5441         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5442         (__lll_robust_trylock, lll_robust_trylock): Removed.
5443         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5444         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5445         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5446         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5447         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5448         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5449         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5450         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5451         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5452         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5453         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5454         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5455         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5456         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5457
5458 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5459
5460         * manual/locale.texi (Locale Names): New section documenting
5461         locale name syntax.  Adjust menu and node chaining accordingly.
5462         (Choosing Locale): Reference Locale Names, Locale Categories.
5463         Mention setting LC_ALL=C.  Reflect that name syntax is now
5464         documented.
5465         (Locale Categories): New section title.  Reference Locale Names.
5466         LC_ALL is an environment variable, but not a category.
5467         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
5468         description, now in Locale Name.  Reference that section.  Locale
5469         name syntax is now documented.
5470
5471 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5472
5473         [BZ #17137]
5474         * locale/findlocale.c (name_present, valid_locale_name): New
5475         functions.
5476         (_nl_find_locale): Use the loc_name variable to store name
5477         candidates.  Call name_present and valid_locale_name to check and
5478         validate locale names.  Return an error if the locale is invalid.
5479
5480 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5481
5482         * locale/setlocale.c (setlocale): Use strdup for allocating
5483         composite name copy.
5484
5485 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5486
5487         Sync up with gnulib.
5488         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
5489         [!_LIBC && ENABLE_NLS]: Include gettext.h.
5490         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
5491         and _GL_ARG_NONNULL.
5492         [USE_UNLOCKED_IO]: Include unlocked-io.h.
5493         [!_LIBC]: Include code for Windows and Cygwin.
5494         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
5495         Include prototype for int strerror_r.
5496         [!_LIBC] (is_open): New function.
5497         (flush_stdout): New function.
5498         (print_errno_message): Use it.
5499         (error): Likewise.
5500         (error_at_line): Likewise.
5501         (error_tail) Add function attribute macros.  Use
5502         __builtin_expect.
5503
5504         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
5505
5506         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
5507
5508         * io/ftw.c: Include sys/param.h unconditionally.
5509
5510         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
5511
5512         [BZ #17125]
5513         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
5514         libc_freeres_ptr.
5515         (freecache): New function to free CACHE on exit.
5516
5517         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
5518         initialization.
5519
5520 2014-07-09  David S. Miller  <davem@davemloft.net>
5521
5522         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5523
5524         * sysdeps/sparc/nptl/internaltypes.h: Delete.
5525         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
5526         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
5527         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
5528         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
5529         * sysdeps/sparc/nptl/sem_init.c: Likewise.
5530         * sysdeps/sparc/nptl/sem_post.c: Likewise.
5531         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
5532         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
5533         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
5534         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
5535         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
5536         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
5537
5538 2014-07-09  Andreas Schwab  <schwab@suse.de>
5539
5540         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
5541         output.
5542         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
5543         (do_test): Likewise.
5544
5545         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5546
5547 2014-07-09  Will Newton  <will.newton@linaro.org>
5548
5549         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
5550         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
5551         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
5552         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
5553         * sysdeps/hppa/start.S (_start): Likewise.
5554
5555 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
5556
5557         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
5558
5559         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
5560         defined.
5561
5562 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5563
5564         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
5565         after checking that it is non-NULL.
5566
5567         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
5568
5569 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5570
5571         * sysdeps/powerpc/memmove.c: Remove file.
5572         * sysdeps/powerpc/powerpc32/power4/memcopy.h
5573         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
5574         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5575         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
5576         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
5577         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
5578         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
5579         string memmove instead of removed powerpc one.
5580
5581         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
5582         [weak_alias]: Fix compiler warning due trailing data.
5583         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
5584         [weak_alias]: Likewise.
5585         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
5586         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
5587
5588         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
5589         (__libc_ifunc_impl_list): Add memmove functions.
5590
5591 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5592
5593         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
5594         Remove code.
5595         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
5596         Likewise
5597         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
5598         Likewise
5599         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
5600         Likewise
5601         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
5602         Likewise
5603         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
5604         Likewise
5605         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
5606         Likewise
5607         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
5608         Likewise
5609         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
5610         Likewise
5611         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
5612         Likewise
5613         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
5614         Likewise
5615         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
5616         Likewise
5617         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5618         Likewise
5619         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5620         Likewise
5621         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5622         Likewise
5623         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5624         Likewise
5625         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5626         Likewise
5627
5628 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5629
5630         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5631         to avoid alignment traps in non-cacheable memory.
5632         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5633
5634         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5635         multiarch objects.
5636         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5637         file: multiarch power7 memmove.
5638         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5639         multiarch default memmove.
5640         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5641         multiarch memove for powerpc32/power4.
5642
5643         * string/bcopy.c: Use full path to include memmove.c.
5644         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5645         multiarch objects.
5646         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5647         bcopy for powerpc64.
5648         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5649         bcopy for powerpc64.
5650         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5651         and memmove implementations.
5652         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5653         optimized multiarch memmove for POWER7/powerpc64.
5654         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5655         default multiarch memmove for powerpc64.
5656         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5657         multiarch for powerpc64.
5658         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5659         for POWER7/powerpc64.
5660         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5661         memmove for POWER7/powerpc64.
5662
5663         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5664         glibc default one.
5665
5666         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5667         __ELF_NATIVE_CLASS equal to 64.
5668
5669 2014-07-07  Roland McGrath  <roland@hack.frob.com>
5670
5671         * sysdeps/nptl/lowlevellock.h: File removed.
5672
5673         * NEWS: NPTL is no longer an add-on!
5674         * nptl/internaltypes.h: Moved ...
5675         * sysdeps/nptl/internaltypes.h: ... here.
5676         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5677         * sysdeps/nptl/fork.c: Likewise.
5678         * sysdeps/nptl/gai_misc.h: Likewise.
5679         * sysdeps/nptl/librt-cancellation.c: Likewise.
5680         * sysdeps/nptl/jmp-unwind.c: Likewise.
5681         * sysdeps/nptl/setxid.h: Likewise.
5682         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5683         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5684         * sysdeps/unix/sysv/linux/arm/Implies: New file.
5685         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5686         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5687         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5688         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5689         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5690         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5691         * sysdeps/unix/sysv/linux/mips/Implies: New file.
5692         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5693         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5694         * sysdeps/unix/sysv/linux/sh/Implies: New file.
5695         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5696         * sysdeps/unix/sysv/linux/tile/Implies: New file.
5697         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5698         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5699         * nptl/Makeconfig: Moved ...
5700         * sysdeps/nptl/Makeconfig: ... here.
5701         * nptl/configure: File removed.
5702         * nptl/ANNOUNCE: File removed.
5703         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5704         * sysdeps/unix/sysv/linux/configure: Regenerated.
5705
5706         * nptl/Makefile (routines): Add libc_pthread_init,
5707         libc_multiple_threads, register-atfork and unregister-atfork.
5708         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5709         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5710         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5711         pthread-pi-defines.sym, structsem.sym.
5712         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5713         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5714         [$(subdir) = nptl] (tests): Add tst-setgetname.
5715         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5716         * sysdeps/unix/sysv/linux/sigaction.c: Just include
5717         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5718         [!LIBC_SIGACTION]: Remove aliases.
5719         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5720         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5721         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5722         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5723         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5724         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5725         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5726         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5727         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5728         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5729         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5730         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5731         __libc_allocate_rtsig_private.
5732         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5733         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5734         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5735         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5736         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5737         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5738         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5739         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5740         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5741         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5742         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5743         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5744         * nptl/internaltypes.h: ... here.
5745         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5746         * sysdeps/nptl/jmp-unwind.c: ... here.
5747         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5748         * nptl/libc-lowlevellock.c: ... here.
5749         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5750         * nptl/libc_multiple_threads.c: ... here.
5751         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5752         * nptl/libc_pthread_init.c: ... here.
5753         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5754         * nptl/lowlevelbarrier.sym: ... here.
5755         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5756         * nptl/lowlevelcond.sym: ... here.
5757         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5758         * nptl/lowlevellock.c: ... here.
5759         * nptl/lowlevellock.h: Moved ...
5760         * sysdeps/nptl/lowlevellock.h: ... here.
5761         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5762         * nptl/lowlevelrobustlock.c: ... here.
5763         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5764         * nptl/lowlevelrobustlock.sym: ... here.
5765         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5766         * nptl/lowlevelrwlock.sym: ... here.
5767         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5768         * nptl/pt-fork.c: ... here.
5769         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5770         * nptl/pthread-pi-defines.sym: ... here.
5771         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5772         * nptl/pthread_attr_getaffinity.c: ... here.
5773         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5774         * nptl/pthread_attr_setaffinity.c: ... here.
5775         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5776         * nptl/pthread_mutex_cond_lock.c: ... here.
5777         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5778         Update #include.
5779         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5780         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5781         * nptl/pthread_once.c: ... here, replacing old file.
5782         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5783         * nptl/pthread_yield.c: ... here.
5784         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5785         * nptl/register-atfork.c: ... here.
5786         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5787         * nptl/sem_post.c: ... here.
5788         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5789         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5790         * nptl/sem_timedwait.c: ... here.
5791         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5792         * nptl/sem_trywait.c: ... here.
5793         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5794         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5795         * nptl/sem_wait.c: ... here.
5796         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5797         * nptl/structsem.sym: ... here.
5798         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5799         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5800         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5801         * nptl/unregister-atfork.c: ... here.
5802         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5803         * nptl/unwindbuf.sym: ... here.
5804         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5805         * sysdeps/nptl/fork.c: ... here.
5806         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5807         * sysdeps/nptl/fork.h: ... here.
5808         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5809         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5810         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5811         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5812         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5813         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5814         * sysdeps/unix/sysv/linux/getpid.c: ... here.
5815         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5816         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5817         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5818         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5819         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5820         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5821         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5822         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5823         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5824         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5825         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5826         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5827         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5828         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5829         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5830         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5831         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5832         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5833         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5834         * sysdeps/unix/sysv/linux/raise.c: ... here.
5835         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5836         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5837         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5838         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5839         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5840         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5841         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5842         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5843         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5844         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5845         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5846         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5847         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5848         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5849         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5850
5851 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5852
5853         * sysdeps/generic/memcopy.h: Add comment for
5854         MEMCPY_OK_FOR_FWD_MEMMOVE.
5855
5856 2014-07-04  Will Newton  <will.newton@linaro.org>
5857
5858         * string/memchr.c: Merge from gnulib.
5859         [_LIBC]: Remove conditionals.
5860         (__ptr_t): Remove define.
5861         (LONG_MAX_32_BITS): Likewise.
5862         (LONG_MAX): Likewise.
5863         (MEMCHR): Use ANSI prototype and optimize algorithm.
5864
5865         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5866
5867 2014-07-03  Roland McGrath  <roland@hack.frob.com>
5868
5869         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5870         (lll_futex_timed_wait_bitset): Fix syscall argument count.
5871
5872         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5873         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5874         in a bare environment with no <stdlib.h> installed.
5875         * sysdeps/nptl/configure: Regenerated.
5876
5877         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5878
5879         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5880         AC_EGREP_CPP for kernel header checks, so they only succeed if
5881         including <linux/version.h> actually works right.
5882         * sysdeps/unix/sysv/linux/configure: Regenerated.
5883
5884         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5885         value so it's not diagnosed as unused.
5886
5887         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5888         thing) with "ifeq ($(subdir),rt)".
5889
5890 2014-07-03  Richard Henderson  <rth@redhat.com>
5891
5892         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5893         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5894         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5895
5896         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5897         (math_force_eval): New.
5898
5899         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5900         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5901
5902         * sysdeps/alpha/fpu/s_round.c: Remove file.
5903         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5904
5905         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5906         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5907         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5908         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5909         (_dl_start, print_statistics): Likewise.
5910         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5911         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5912
5913         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5914         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5915         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5916         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5917         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5918         (HP_SMALL_TIMING_AVAIL): Define.
5919         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5920         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5921         (HP_SMALL_TIMING_AVAIL): Define.
5922         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5923         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5924
5925         * sysdeps/aarch64/hp-timing.h: New file.
5926
5927         * sysdeps/generic/hp-timing.h: Remove dead comment.
5928         * sysdeps/generic/hp-timing-common.h: New file.
5929         * sysdeps/alpha/hp-timing.h: Include it.
5930         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5931         * sysdeps/i386/i686/hp-timing.h: Likewise.
5932         * sysdeps/ia64/hp-timing.h: Likewise.
5933         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5934         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5935         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5936         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5937         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5938         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5939         (hp_timing_t): New.
5940
5941         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5942         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5943         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5944         * elf/rtld.c (_dl_start_final): Likewise.
5945         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5946         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5947         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5948         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5949         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5950         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5951         (HP_TIMING_DIFF_INIT): Remove.
5952         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5953         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5954         (HP_TIMING_DIFF_INIT): Remove.
5955         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5956         * sysdeps/i386/i686/hp-timing.c: Remove file.
5957         * sysdeps/x86_64/hp-timing.c: Remove file.
5958         * sysdeps/ia64/hp-timing.c: Remove file.
5959         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5960         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5961         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5962         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5963
5964         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5965         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5966         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5967         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5968         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5969         (HP_TIMING_ACCUM): Remove.
5970         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5971         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5972         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5973
5974         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5975         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5976         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5977         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5978         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5979         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5980         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5981         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5982
5983         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5984
5985 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
5986
5987         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5988
5989 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5990
5991         Sync up with gettext.
5992         * intl/loadmsgcat.c: Define O_BINARY if not defined.
5993         [_MSC_VER]: Include malloc.h
5994         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
5995         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
5996         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
5997         TEMP_FAILURE_RETRY.  Cast return of alloca.
5998         [!_LIBC] Call gl_rwlock_init.
5999         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
6000
6001 2014-07-02  Roland McGrath  <roland@hack.frob.com>
6002
6003         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
6004         before checking its value.
6005
6006 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6007
6008         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
6009
6010         * debug/memcpy_chk.c: Don't include pagecopy.h.
6011         * debug/mempcpy_chk.c: Likewise.
6012         * string/memcpy.c: Likewise.
6013         * string/memmove.c: Likewise.
6014         * sysdeps/powerpc/memmove.c: Likewise.
6015         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
6016         definition of PAGE_COPY_FWD_MAYBE here...
6017         * sysdeps/generic/pagecopy.h: ... from here.
6018         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
6019
6020 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
6021             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6022
6023         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
6024         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
6025         optimizations.
6026         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
6027         (__libc_ifunc_impl_list): Likewise.
6028         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
6029         multiarch strcat for PPC64.
6030         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
6031         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
6032
6033 2014-07-02  Roland McGrath  <roland@hack.frob.com>
6034
6035         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
6036
6037 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6038
6039         * intl/loadmsgcat.c: Remove declaration of
6040         get_sysdep_segment_value.
6041         (get_sysdep_segment_value): Use ISO C style.
6042         (_nl_load_domain): Use ISO C style.  Get rid of redundant
6043         semicolon.  Fix typo and formatting in comment.
6044         (_nl_unload_domain): Use ISO C style.
6045
6046         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
6047
6048 2014-07-02  Will Newton  <will.newton@linaro.org>
6049
6050         * malloc/obstack.c: Merge from gnulib master.
6051         [HAVE_CONFIG_H]: Remove conditional code.
6052         [!_LIBC]: Include config.h.
6053         [!ELIDE_CODE]: Don't include inttypes.h, include
6054         stdint.h unconditionally.
6055         (print_and_abort): Mark as _Noreturn.
6056         (_obstack_allocated_p): Mark as __attribute_pure__.
6057         (obstack_free): Rename to __obstack_free.
6058         [!__attribute__]: Remove conditional code.
6059         * malloc/obstack.h: Merge from gnulib master.
6060         [__cplusplus]: Move conditional down.
6061         [!__attribute_pure__]: Define __attribute_pure__ here
6062         if it is not already defined.
6063         (_obstack_memory_used): Mark as __attribute_pure__.
6064         [!__obstack_free]: Define as obstack_free.
6065         [__GNUC__]: Remove check for ancient NeXT gcc.
6066
6067 2014-07-02  Will Newton  <will.newton@linaro.org>
6068             Paul Eggert  <eggert@cs.ucla.edu>
6069
6070         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
6071
6072 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6073
6074         * resolv/gethnamaddr.c: Add comment warning that the file is
6075         not maintained.
6076
6077 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
6078
6079         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
6080         entries.
6081
6082         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
6083         entry for aio_cancel and aio_cancel64.
6084         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
6085         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
6086         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
6087         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
6088         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
6089         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
6090         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
6091         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
6092         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
6093         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
6094         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
6095         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
6096         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
6097
6098 2014-07-01  Roland McGrath  <roland@hack.frob.com>
6099
6100         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
6101         * nptl/pthread_mutex_lock.c: Likewise.
6102         * nptl/pthread_mutex_timedlock.c: Likewise.
6103         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
6104
6105 2014-07-01  Richard henderson  <rth@redhat.com>
6106
6107         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
6108         (__isnan, __isnanl): Remove.
6109         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
6110
6111         * sysdeps/alpha/fpu/libm-test-ulps: Update.
6112
6113 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
6114
6115         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6116
6117 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
6118
6119         * resolv/nss_dns/dns-host.c (getanswer_r)
6120         [MULTI_PTRS_ARE_ALIASES]: Remove code.
6121
6122 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
6123
6124         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6125         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
6126         undefine.
6127         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
6128         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
6129
6130 2014-07-01  Roland McGrath <roland@hack.frob.com>
6131
6132         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
6133         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
6134
6135         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
6136         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
6137
6138         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
6139         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
6140         ... here.
6141         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
6142         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
6143
6144         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
6145         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
6146         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
6147         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
6148
6149         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
6150         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
6151         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
6152         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
6153         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
6154         Moved ...
6155         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
6156         ... here.
6157         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
6158         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
6159         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
6160         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
6161         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
6162         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
6163         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
6164         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
6165         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
6166         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
6167         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
6168         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
6169         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
6170         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
6171         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
6172         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
6173         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
6174         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
6175         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
6176         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
6177         ... here.
6178         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
6179         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
6180         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
6181         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
6182         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
6183         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
6184         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
6185         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
6186
6187 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
6188
6189         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
6190         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
6191         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
6192         Add sysdep.
6193
6194 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6195
6196         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6197
6198 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6199
6200         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
6201         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
6202
6203         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
6204
6205         * sysdeps/arm/libm-test-ulps: Regenerated.
6206
6207 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6208             Roland McGrath <roland@hack.frob.com>
6209
6210         * test-skeleton.c (signal_handler): Kill the whole process group
6211         before killing the child individually.
6212         (main): Report any failure on `setpgid'.
6213
6214 2014-06-30  Roland McGrath  <roland@hack.frob.com>
6215
6216         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
6217         from _TLS_H to _ARM_NPTL_TLS_H.
6218         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
6219         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
6220
6221 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6222
6223         [BZ #16539]
6224         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
6225         (__expm1l): Return argument unchanged when small but not
6226         subnormal.
6227
6228         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
6229         include macro name.
6230         (_FP_UNPACK_RAW_1_P): Likewise.
6231         (_FP_PACK_RAW_1): Likewise.
6232         (_FP_PACK_RAW_1_P): Likewise.
6233         (_FP_MUL_MEAT_1_wide): Likewise.
6234         (_FP_MUL_MEAT_DW_1_hard): Likewise.
6235         (_FP_MUL_MEAT_1_hard): Likewise.
6236         (_FP_DIV_MEAT_1_imm): Likewise.
6237         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
6238         (_FP_DIV_MEAT_1_udiv): Likewise.
6239         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
6240         (_FP_UNPACK_RAW_2): Likewise.
6241         (_FP_UNPACK_RAW_2_P): Likewise.
6242         (_FP_PACK_RAW_2): Likewise.
6243         (_FP_PACK_RAW_2_P): Likewise.
6244         (_FP_MUL_MEAT_DW_2_wide): Likewise.
6245         (_FP_MUL_MEAT_2_wide): Likewise.
6246         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
6247         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6248         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
6249         (_FP_MUL_MEAT_2_gmp): Likewise.
6250         (_FP_DIV_MEAT_2_udiv): Likewise.
6251         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
6252         (_FP_FRAC_SRL_4): Likewise.
6253         (_FP_FRAC_SRST_4): Likewise.
6254         (_FP_FRAC_SRS_4): Likewise.
6255         (_FP_UNPACK_RAW_4): Likewise.
6256         (_FP_UNPACK_RAW_4_P): Likewise.
6257         (_FP_PACK_RAW_4): Likewise.
6258         (_FP_PACK_RAW_4_P): Likewise.
6259         (_FP_MUL_MEAT_DW_4_wide): Likewise.
6260         (_FP_MUL_MEAT_4_wide): Likewise.
6261         (_FP_MUL_MEAT_4_gmp): Likewise.
6262         (umul_ppppmnnn): Likewise.
6263         (_FP_DIV_MEAT_4_udiv): Likewise.
6264         (__FP_FRAC_ADD_4): Likewise.
6265         (__FP_FRAC_SUB_3): Likewise.
6266         (__FP_FRAC_SUB_4): Likewise.
6267         (__FP_FRAC_DEC_3): Likewise.
6268         (__FP_FRAC_DEC_4): Likewise.
6269         (__FP_FRAC_ADDI_4): Likewise.
6270         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
6271         (_FP_FRAC_SRL_8): Likewise.
6272         (_FP_FRAC_SRS_8): Likewise.
6273
6274         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
6275         include macro name.
6276         (FP_UNPACK_RAW_EP): Likewise.
6277         (FP_PACK_RAW_E): Likewise.
6278         (FP_PACK_RAW_EP): Likewise.
6279         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
6280         (_FP_ISSIGNAN): Likewise.
6281         (_FP_ADD_INTERNAL): Likewise.
6282         (_FP_FMA): Likewise.
6283         (_FP_CMP): Likewise.
6284         (_FP_SQRT): Likewise.
6285         (_FP_TO_INT): Likewise.
6286         (_FP_FROM_INT): Likewise.
6287         (FP_EXTEND): Likewise.
6288         (_FP_DIV_MEAT_N_loop): Likewise.
6289
6290 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6291
6292         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
6293         throughout.
6294
6295 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
6296
6297         [BZ #17097]
6298         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
6299         result with correct sign in case of exponents that produce
6300         overflow except for X very close to 1.
6301
6302 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
6303
6304         mktime: merge #if/#ifdef usage from glibc
6305         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
6306         as that works with both Glibc's and Gnulib's style.
6307         See thread starting at Siddhesh Poyarekar's bug report at:
6308         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
6309
6310 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
6311
6312         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
6313         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
6314         * sysdeps/tile/tilegx/memmove.c: Remove file.
6315
6316 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6317
6318         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
6319         abi-name definition.
6320         * scripts/soversions.awk: Do not handle or generate ABI lines.
6321         * shlib-versions: Remove ABI entries.
6322         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
6323         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
6324
6325 2014-06-27  Roland McGrath  <roland@hack.frob.com>
6326
6327         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
6328         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
6329         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
6330         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
6331         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
6332         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
6333         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
6334         Moved ...
6335         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
6336         ... here.
6337         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
6338         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
6339         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
6340         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
6341         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
6342         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
6343         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
6344         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
6345         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
6346         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
6347         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
6348         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
6349         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
6350         Moved ...
6351         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
6352         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
6353         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
6354         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
6355         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
6356         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
6357         Moved ...
6358         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
6359         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
6360         Moved ...
6361         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
6362         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
6363         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
6364         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
6365         Moved ...
6366         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
6367         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
6368         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
6369         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
6370         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
6371         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
6372         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
6373         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
6374         Moved ...
6375         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
6376         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
6377         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
6378         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
6379         Moved ...
6380         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
6381         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
6382         Moved ...
6383         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
6384         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
6385         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
6386         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
6387         Moved ...
6388         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
6389         ... here.
6390         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
6391         Identical file removed.
6392         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
6393         Moved ...
6394         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
6395         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
6396         Identical file removed.
6397         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
6398         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
6399         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
6400         Moved ...
6401         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
6402         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
6403         Identical file removed.
6404         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
6405         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
6406         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
6407         Identical file removed.
6408         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
6409         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
6410         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
6411         Identical file removed.
6412         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
6413         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
6414         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
6415         Identical file removed.
6416         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
6417         Moved ...
6418         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
6419         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
6420         Identical file removed.
6421         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
6422         Moved ...
6423         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
6424         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
6425         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
6426         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
6427         Identical file removed.
6428         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
6429         Moved ...
6430         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
6431         ... here.
6432         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
6433         Identical file removed.
6434         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
6435         Moved ...
6436         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
6437         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
6438         Identical file removed.
6439         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
6440         Moved ...
6441         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
6442         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
6443         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
6444         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
6445         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
6446         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
6447         Moved ...
6448         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
6449         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
6450         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
6451
6452         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
6453         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
6454         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
6455         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
6456         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
6457
6458 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
6459
6460         [BZ #17092]
6461         * nscd/nscd.c (monitor_child): Return exit status of child
6462         instead of return value from wait syscall.
6463
6464 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6465
6466         * configure.ac (libc_commonpagesize): Remove variable.
6467         (libc_relro_required): Likewise.
6468         (libc_cv_z_relro): Remove configure test.
6469         * configure: Regenerated.
6470         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
6471         variable.
6472         (libc_relro_required): Likewise.
6473         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
6474         (libc_relro_required): Likewise.
6475         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
6476         (libc_relro_required): Likewise.
6477         * sysdeps/arm/preconfigure: Regenerated.
6478         * sysdeps/ia64/preconfigure: Remove file.
6479         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
6480         variable.
6481         (libc_relro_required): Likewise.
6482
6483         [BZ #16561]
6484         [BZ #16562]
6485         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
6486         (__ieee754_yn): Set FE_TONEAREST mode internally and then
6487         recompute overflowing results in original rounding mode.
6488         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
6489         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
6490         recompute overflowing results in original rounding mode.
6491         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
6492         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6493         recompute overflowing results in original rounding mode.
6494         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
6495         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6496         recompute overflowing results in original rounding mode.
6497         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
6498         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6499         recompute overflowing results in original rounding mode.
6500         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
6501         (libc_feholdsetround_ctx): New macro.
6502         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
6503         * sysdeps/i386/fpu/libm-test-ulps: Update.
6504         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
6505
6506 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6507
6508         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
6509         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
6510         corresponding .cpsetup call.
6511
6512 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6513
6514         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
6515         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
6516         * sysdeps/arm/Makefile [$(subdir) = csu]
6517         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
6518         (static-only-routines): Add aeabi_read_tp here.
6519         (shared-only-routines): Add libc-aeabi_read_tp here.
6520         (CFLAGS-libc-start.c): Add -fexceptions here.
6521         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
6522         (sysdep_routines, static-only-routines, shared-only-routines):
6523         Don't add to these here.
6524         (CFLAGS-libc-start.c): Likewise.
6525
6526         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
6527         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6528         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
6529         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6530         * sysdeps/arm/Makefile [$(subdir) = rt]
6531         (librt-sysdep_routines, librt-shared-only-routines):
6532         Append rt-aeabi_unwind_cpp_pr1 here.
6533         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
6534         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
6535         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
6536         (libpthread-sysdep_routines, libpthread-shared-only-routines):
6537         Append nptl-aeabi_unwind_cpp_pr1 here.
6538         (tests): Filter out tst-cleanupx4 here.
6539         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
6540         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
6541         Don't do those here.
6542
6543 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6544
6545         * scripts/list-sources.sh: Do not handle ports specially.
6546
6547 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6548
6549         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
6550         * sysdeps/arm/feupdateenv.c: Likewise.
6551
6552         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
6553
6554 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6555
6556         * manual/texinfo.tex: Update to version 2014-05-05.10 with
6557         trailing whitespace removed.
6558         * scripts/config.guess: Update to version 2014-03-23.
6559         * scripts/config.sub: Update to version 2014-05-01
6560         * scripts/install-sh: Update to version 2013-12-25.23.
6561         * scripts/move-if-change: Update from gnulib.
6562
6563 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6564
6565         * debug/memmove_chk.c: Remove pagecopy.h include.
6566
6567 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6568
6569         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
6570         identical to gnulib mktime.
6571
6572 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6573
6574         * configure.ac: Do not test for machine being rs6000.  Do not test
6575         for powerpc*-*soft.
6576         * configure: Regenerated.
6577
6578         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
6579         test.
6580         * configure: Regenerated.
6581         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
6582         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
6583         Remove configure test.
6584         * sysdeps/arm/configure: Regenerated.
6585         * sysdeps/nptl/configure.ac: Do not check
6586         libc_cv_asm_cfi_directives.
6587         * sysdeps/nptl/configure: Regenerated.
6588         * sysdeps/x86_64/nptl/configure.ac: Remove file.
6589         * sysdeps/x86_64/nptl/configure: Remove generated file.
6590         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
6591         unconditional.
6592         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
6593
6594 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6595
6596         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
6597         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
6598         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
6599         it is defined.
6600
6601         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
6602         instead of whether it is defined.
6603         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
6604         * sysdeps/hppa/dl-machine.h: Likewise.
6605         * sysdeps/ia64/dl-machine.h: Likewise.
6606         * sysdeps/m68k/dl-machine.h: Likewise.
6607         * sysdeps/microblaze/dl-machine.h: Likewise.
6608         * sysdeps/mips/dl-machine.: Likewise.
6609         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6610         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6611         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6612         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6613         * sysdeps/sh/dl-machine.h: Likewise.
6614         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6615         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6616         * sysdeps/tile/dl-machine.h: Likewise.
6617         * sysdeps/x86_64/dl-machine.h: Likewise.
6618
6619         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6620         code.
6621         (verify_persistent_db): Likewise.
6622
6623 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6624
6625         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6626         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6627         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6628         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6629         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6630         Moved ...
6631         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6632         ... here.
6633         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6634         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6635         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6636         Identical file removed.
6637         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6638         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6639         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6640         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6641         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6642         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6643         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6644         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6645         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6646         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6647         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6648         Moved ...
6649         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6650         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6651         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6652         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6653         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6654         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6655         Moved ...
6656         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6657         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6658         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6659         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6660         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6661         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6662         Identical file removed.
6663         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6664         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6665         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6666         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6667         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6668         Moved ...
6669         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6670         ... here.
6671         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6672         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6673         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6674         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6675         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6676         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6677         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6678         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6679         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6680         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6681         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6682         Moved ...
6683         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6684         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6685         Moved ...
6686         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6687         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6688         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6689         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6690         Moved ...
6691         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6692         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6693         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6694
6695         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6696         folded into ...
6697         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6698         * sysdeps/unix/sysv/linux/s390/Versions
6699         (libpthread: GLIBC_2.19): New version set.
6700         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6701         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6702         (librt: GLIBC_2.3.3): New version set.
6703         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6704         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6705         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6706         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6707         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6708         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6709         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6710         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6711         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6712         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6713         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6714         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6715         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6716         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6717         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6718         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6719         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6720         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6721         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6722         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6723         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6724         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6725         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6726         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6727         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6728         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6729         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6730         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6731         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6732         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6733         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6734         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6735         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6736         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6737         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6738         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6739         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6740         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6741         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6742         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6743         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6744         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6745         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6746         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6747         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6748
6749         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6750         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6751         (__libc_vfork): Define the function under this name.
6752         [!NOT_IN_libc] (__vfork): Make this an alias.
6753         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6754         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6755         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6756         (__libc_vfork): Define the function under this name.
6757         [!NOT_IN_libc] (__vfork): Make this an alias.
6758         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6759         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6760         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6761         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6762         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6763         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6764
6765         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6766         code that was previously under [RESET_PID].
6767         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6768         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6769         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6770
6771         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6772         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6773         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6774         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6775         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6776         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6777         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6778         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6779         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6780         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6781         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6782         Moved ...
6783         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6784         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6785         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6786         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6787         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6788         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6789         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6790         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6791         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6792         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6793         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6794         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6795         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6796         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6797         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6798         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6799         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6800         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6801         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6802         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6803         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6804         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6805         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6806         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6807         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6808         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6809         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6810         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6811         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6812
6813 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6814
6815         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6816         that was previously under [RESET_PID].
6817         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6818
6819 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6820
6821         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6822         not undefine and redefine.
6823         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6824         [O_CLOEXEC]: Make code unconditional.
6825         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6826         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6827         <kernel-features.h>.
6828         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6829         conditional variable definition.
6830         (shm_open) [O_CLOEXEC]: Make code unconditional.
6831         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6832         code.
6833
6834         * configure.ac (USE_REGPARMS): Don't define here.
6835         * configure: Regenerated.
6836         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6837         * sysdeps/i386/configure: Regenerated.
6838
6839         * nptl/createthread.c: Don't include kernel-features.h.
6840         * nptl/pthread_cancel.c: Likewise.
6841         * nptl/pthread_condattr_setclock.c: Likewise.
6842         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6843         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6844         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6845         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6846         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6847         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6848         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6849         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6850         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6851         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6852         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6853         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6854         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6855         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6856         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6857         * nscd/gai.c: Likewise.
6858         * nss/nss_db/db-open.c: Likewise.
6859         * sysdeps/generic/ldsodefs.h: Likewise.
6860         * sysdeps/sh/nptl/tls.h: Likewise.
6861         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6862         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6863         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6864         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6865         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6866         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6867         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6868         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6869         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6870         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6871         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6872         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6873         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6874         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6875         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6876         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6877         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6878         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6879         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6880         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6881         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6882         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6883         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6884         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6885         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6886         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6887         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6888         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6889         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6890         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6891         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6892         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6893         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6894         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6895         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6896         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6897         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6898         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6899         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6900         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6901         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6902         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6903         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6904         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6905         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6906         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6907         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6908         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6909         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6910         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6911         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6912         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6913         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6914         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6915         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6916         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6917         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6918         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6919         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6920         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6922         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6923         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6924         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6925         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6926         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6927         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6928         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6929         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6931         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6933         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6934         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6935         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6936         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6938         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6940         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6941         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6942         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6943         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6944         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6945         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6946         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6947         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6948         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6949         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6950         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6951         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6952         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6953         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6954         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6955         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6956         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6957         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6958         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6959         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6960         * sysdeps/unix/sysv/linux/system.c: Likewise.
6961         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6962         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6963         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6964         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6965         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6966         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6967         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6968
6969         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6970         * configure: Regenerated.
6971         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6972
6973         * configure.ac (base_machine): Do not set specially for particular
6974         machines here.
6975         * configure: Regenerated.
6976         * sysdeps/powerpc/preconfigure: Move machine and base_machine
6977         settings from configure.ac.
6978         * sysdeps/i386/preconfigure: New file.
6979         * sysdeps/s390/preconfigure: Likewise.
6980         * sysdeps/sh/preconfigure: Likewise.
6981         * sysdeps/sparc/preconfigure: Likewise.
6982
6983 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6984
6985         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6986         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6987         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6988         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6989         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6990         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6991         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6992         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6993         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
6994         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
6995         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
6996         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
6997         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
6998         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
6999         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
7000         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
7001         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
7002         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
7003         * sysdeps/sparc/sparc64/Makefile: ... appended here.
7004
7005         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
7006         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
7007         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
7008         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
7009         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
7010         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
7011         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
7012         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
7013         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
7014         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
7015         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
7016         * sysdeps/sparc/sparc32/sem_post.c: ... here.
7017         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
7018         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
7019         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
7020         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
7021         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
7022         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
7023         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
7024         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
7025         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
7026         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
7027         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
7028         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
7029         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
7030         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
7031         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
7032         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
7033         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
7034         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
7035         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
7036         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
7037         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
7038         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
7039         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
7040         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
7041         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
7042         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
7043
7044         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
7045         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
7046         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
7047         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
7048         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
7049         Moved ...
7050         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
7051         ... here.
7052         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
7053         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
7054         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
7055         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
7056         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
7057         Moved ...
7058         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
7059         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
7060         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
7061         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
7062         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
7063         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
7064         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
7065         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
7066         Moved ...
7067         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
7068         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
7069         Moved ...
7070         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
7071         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
7072         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
7073         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
7074         Moved ...
7075         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
7076         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
7077         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
7078         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
7079         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
7080         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
7081         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
7082         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
7083         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
7084         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
7085         Moved ...
7086         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
7087         ... here.
7088         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
7089         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
7090         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
7091         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
7092         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
7093         Moved ...
7094         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
7095         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
7096         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
7097         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
7098         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
7099         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
7100         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
7101         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
7102         Moved ...
7103         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
7104         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
7105         Moved ...
7106         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
7107         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
7108         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
7109         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
7110         Moved ...
7111         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
7112         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
7113         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
7114         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
7115         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
7116
7117 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7118
7119         * timezone/checktab.awk: Update from tzcode 2014e.
7120         * timezone/private.h: Likewise.
7121         * timezone/tzfile.h: Likewise.
7122         * timezone/zdump.c: Likewise.
7123         * timezone/zic.c: Likewise.
7124
7125         * sysdeps/unix/sysv/linux/kernel-features.h
7126         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
7127         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
7128         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
7129         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
7130         Remove conditional code.
7131
7132 2014-06-25  Will Newton  <will.newton@linaro.org>
7133
7134         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
7135         (_dl_arm_cap_flags): Add HWCAP2 values.
7136         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
7137         (_DL_HWCAP_COUNT): Increase to 37.
7138         (_DL_HWCAP_LAST): New define.
7139         (_DL_HWCAP2_LAST): New define.
7140         (_dl_procinfo): Add support for printing
7141         AT_HWCAP2 entries.
7142         (_dl_string_hwcap): Use _dl_hwcap_string.
7143
7144 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7145
7146         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7147
7148 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7149
7150         * README: Do not mention ports directory.
7151
7152         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
7153         Remove macro.
7154         * sysdeps/unix/sysv/linux/futimes.c: Do not include
7155         <kernel-features.h>.
7156         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
7157         conditional variable definition.
7158         (__futimes): Update comment.
7159         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
7160         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
7161
7162         [BZ #16560]
7163         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
7164         arguments close to 0.
7165         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
7166         Likewise.
7167         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
7168         Likewise.
7169         * math/auto-libm-test-in: Add more tests of exp10.
7170         * math/auto-libm-test-out: Regenerated.
7171         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7172
7173         * sysdeps/unix/sysv/linux/kernel-features.h
7174         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
7175         * sysdeps/unix/sysv/linux/readv.c: Do not include
7176         <kernel-features.h>.
7177         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7178         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7179         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7180         unconditional.
7181         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7182         conditional code.
7183         * sysdeps/unix/sysv/linux/writev.c: Do not include
7184         <kernel-features.h>.
7185         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7186         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7187         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7188         unconditional.
7189         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7190         conditional code.
7191
7192 2014-06-25  Will Newton  <will.newton@linaro.org>
7193
7194         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
7195         comment changes throughout the file.  Remove checks
7196         for HAVE_*_H definitions that are not required.
7197         (__gen_tempname): Call abort if an unknown kind value is
7198         passed.
7199
7200 2014-06-25  Andreas Schwab  <schwab@suse.de>
7201
7202         [BZ #17086]
7203         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
7204         scalbln, scalblnf, scalblnl in libc.
7205
7206 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
7207
7208         [BZ #17086]
7209         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
7210         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7211         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7212
7213 2014-06-24  Roland McGrath  <roland@hack.frob.com>
7214
7215         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
7216         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
7217         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
7218         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
7219         Update #include.
7220         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
7221         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
7222         Update #include.
7223         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
7224         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
7225         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
7226         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
7227         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
7228         * sysdeps/x86/bits/pthreadtypes.h: ... here.
7229         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
7230         * sysdeps/x86/bits/semaphore.h: ... here.
7231         * sysdeps/x86/nptl/elide.h: Moved ...
7232         * sysdeps/x86/elide.h: ... here.
7233         * sysdeps/x86_64/nptl/Implies: File removed.
7234         * sysdeps/i386/nptl/Implies: File removed.
7235
7236 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
7237
7238         [BZ #16539]
7239         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
7240         return the argument for normal arguments with exponent below -64.
7241         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
7242         Likewise.
7243         * math/auto-libm-test-in: Add another test of expm1.
7244         * math/auto-libm-test-out: Regenerated.
7245
7246         [BZ #16287]
7247         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
7248         calling __erfcl for arguments at least 16.
7249         * math/auto-libm-test-in: Add more tests of erf.
7250         * math/auto-libm-test-out: Regenerated.
7251
7252         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
7253         individual architectures.
7254         * sysdeps/unix/sysv/linux/configure: Regenerated.
7255         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
7256         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
7257         * sysdeps/unix/sysv/linux/powerpc/configure.ac
7258         (ldd_rewrite_script): Define variable.
7259         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
7260         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
7261         file.
7262         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
7263         generated file.
7264         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
7265         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
7266         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
7267         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
7268         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
7269         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
7270         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
7271         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
7272
7273 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7274
7275         [BZ #17084]
7276         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
7277         Rename member __data.d to __data.__elision_data.
7278
7279 2014-06-24  Wilco  <wdijkstr@arm.com>
7280
7281         * NEWS: Add 16918 to fixed bug list.
7282
7283 2014-06-24  Wilco  <wdijkstr@arm.com>
7284
7285         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
7286
7287 2014-06-24  Wilco  <wdijkstr@arm.com>
7288
7289         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
7290         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
7291         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
7292         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
7293         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
7294         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
7295         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
7296         Use _FPU_MASK_RM.
7297
7298 2014-06-24  Wilco  <wdijkstr@arm.com>
7299
7300         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
7301
7302 2014-06-24  Wilco  <wdijkstr@arm.com>
7303
7304         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
7305         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
7306         * sysdeps/arm/fesetround.c (fesetround): Remove space.
7307         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
7308
7309 2014-06-24  Wilco  <wdijkstr@arm.com>
7310
7311         [BZ #16918]
7312         * sysdeps/arm/feupdateenv.c (feupdateenv):
7313         Rewrite to reduce FPSCR accesses and fix return value.
7314
7315 2014-06-24  Wilco  <wdijkstr@arm.com>
7316
7317         * sysdeps/arm/fclrexcpt.c (feclearexcept):
7318         Optimize to avoid unnecessary FPSCR writes.
7319         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
7320         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
7321         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
7322         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
7323
7324 2014-06-24  Wilco  <wdijkstr@arm.com>
7325
7326         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
7327         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
7328         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
7329         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
7330         Call libc_fetestexcept_vfp.
7331         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
7332         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
7333         __SOFTFP__ ifdef so that they can be built for softfp.
7334
7335 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7336
7337         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
7338         argument type signed char.
7339
7340         * Makerules (check-abi): Dump diff of symlist if the test
7341         fails.
7342
7343 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7344
7345         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
7346         using abort.
7347
7348         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
7349         Remove unused variable ST.
7350
7351 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7352
7353         [BZ #16354]
7354         [BZ #17061]
7355         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
7356         small arguments before calling __expm1.
7357         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
7358         small arguments before calling __expm1f.
7359         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
7360         small arguments before calling __expm1l.
7361         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
7362         Likewise.
7363         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
7364         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
7365         spurious underflow for some cosh tests.
7366         * math/auto-libm-test-out: Regenerated.
7367         * sysdeps/i386/fpu/libm-test-ulps: Update.
7368
7369         [BZ #17050]
7370         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
7371         (__ieee754_y1): Set errno if return value overflows.
7372         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
7373         (__ieee754_y1f): Set errno if return value overflows.
7374         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
7375         (__ieee754_y1l): Set errno if return value overflows.
7376         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
7377         (__ieee754_y1l): Set errno if return value overflows.
7378         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
7379         * math/auto-libm-test-out: Regenerated.
7380
7381         * math/gen-auto-libm-tests.c: Document use of
7382         ignore-zero-inf-sign.
7383         (input_flag_type): Add value flag_ignore_zero_inf_sign.
7384         (input_flags): Add ignore-zero-inf-sign.
7385         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
7386         * math/gen-libm-test.pl (generate_testfile): Handle
7387         ignore-zero-inf-sign.
7388         * math/auto-libm-test-in: Mark some cpow tests with
7389         ignore-zero-inf-sign and some with xfail-rounding.
7390         * math/auto-libm-test-out: Regenerated.
7391         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
7392         * sysdeps/i386/fpu/libm-test-ulps: Update.
7393         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7394
7395         [BZ #16315]
7396         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
7397         overflowing or underflowing operations take place with sign of
7398         result.
7399         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
7400         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7401         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
7402         (__ieee754_pow): Recompute overflowing and underflowing results in
7403         original rounding mode.
7404         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
7405         (__powl_helper): Allow negative argument X and scale negated value
7406         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
7407         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
7408         overflowing or underflowing operations take place with sign of
7409         result.
7410         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
7411         Include <math.h>.
7412         * math/auto-libm-test-in: Add more tests of pow.
7413         * math/auto-libm-test-out: Regenerated.
7414         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
7415         (pow_tonearest_test_data): Remove.
7416         (pow_test_tonearest): Likewise.
7417         (pow_towardzero_test_data): Likewise.
7418         (pow_test_towardzero): Likewise.
7419         (pow_downward_test_data): Likewise.
7420         (pow_test_downward): Likewise.
7421         (pow_upward_test_data): Likewise.
7422         (pow_test_upward): Likewise.
7423         (main): Don't call removed functions.
7424         * sysdeps/i386/fpu/libm-test-ulps: Update.
7425         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7426
7427 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7428
7429         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
7430         Moved ...
7431         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
7432         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7433         Moved ...
7434         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
7435         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
7436         Moved ...
7437         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
7438         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
7439         Moved ...
7440         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
7441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
7442         File removed.
7443         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
7444         File removed.
7445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
7446         File removed.
7447         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
7448         File removed.
7449         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
7450         File removed.
7451         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
7452         File removed.
7453         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
7454         File removed.
7455         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7456         File removed.
7457         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
7458         File removed.
7459         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
7460         File removed.
7461         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
7462         File removed.
7463         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
7464         File removed.
7465         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
7466         Moved ...
7467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
7468         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
7469         Moved ...
7470         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
7471         ... here.
7472         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
7473         Moved ...
7474         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
7475         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
7476         Moved ...
7477         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
7478         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
7479         Moved ...
7480         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
7481         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
7482         Moved ...
7483         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
7484         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
7485         Moved ...
7486         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
7487         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
7488         Moved ...
7489         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
7490         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
7491         Moved ...
7492         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
7493         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
7494         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
7495         ... here.
7496         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
7497         Moved ...
7498         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
7499         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
7500         Moved ...
7501         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
7502         ... here.
7503         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
7504         Moved ...
7505         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7506         ... here.
7507         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
7508         Moved ...
7509         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7510         ... here.
7511         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
7512         Moved ...
7513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
7514         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
7515         Moved ...
7516         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
7517         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
7518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
7519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
7520         Moved ...
7521         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
7522         ... here.
7523         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
7524         Moved ...
7525         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
7526         ... here.
7527         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
7528         Moved ...
7529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
7530         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
7531         Moved ...
7532         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
7533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
7534         Moved ...
7535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
7536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7537         Moved ...
7538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
7539         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
7540         Moved ...
7541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
7542         ... here.
7543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7544         Moved ...
7545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
7546         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
7547         Moved ...
7548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
7549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7550         Moved ...
7551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
7552         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
7553         Moved ...
7554         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
7555         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
7556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
7557         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
7558         Moved ...
7559         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
7560         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7561         Moved ...
7562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
7563         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
7564         Moved ...
7565         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
7566         ... here.
7567         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7568         Moved ...
7569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
7570         ... here.
7571         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
7572         Moved ...
7573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
7574         ... here.
7575         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7576         Moved ...
7577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
7578         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
7579         Moved ...
7580         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
7581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7582         Moved ...
7583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
7584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
7585         Moved ...
7586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
7587         ... here.
7588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7589         Moved ...
7590         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
7591         ... here.
7592         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
7593         Moved ...
7594         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
7595         ... here.
7596         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7597         Moved ...
7598         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
7599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7600         Moved ...
7601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
7602
7603 2014-06-23  Will Newton  <will.newton@linaro.org>
7604             Wilco  <wdijkstr@arm.com>
7605
7606         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
7607         implementation.  Include get-rounding-mode.h.
7608         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
7609         [!libc_feholdsetround_noex_ctx]: Define
7610         libc_feholdsetround_noex_ctx.
7611         [!libc_feholdsetround_noexf_ctx]: Define
7612         libc_feholdsetround_noexf_ctx.
7613         [!libc_feholdsetround_noexl_ctx]: Define
7614         libc_feholdsetround_noexl_ctx.
7615         (libc_feholdsetround_ctx): New function.
7616         (libc_feresetround_ctx): New function.
7617         (libc_feholdsetround_noex_ctx): New function.
7618         (libc_feresetround_noex_ctx): New function.
7619
7620 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7621
7622         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7623         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7624         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7625         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7626         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7627         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7628
7629         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7630         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7631         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7632         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7633         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7634         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7635         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7636         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7637         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7638         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7639         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7640         Moved ...
7641         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7642         ... here.
7643         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7644         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7645         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7646         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7647         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7648         Moved ...
7649         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7650         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7651         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7652         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7653         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7654         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7655         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7656         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7657         Moved ...
7658         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7659         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7660         Moved ...
7661         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7662         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7663         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7664         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7665         Moved ...
7666         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7667         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7668         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7669         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7670         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7671         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7672         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7673         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7674         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7675         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7676         Moved ...
7677         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7678         ... here.
7679         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7680         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7681         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7682         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7683         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7684         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7685         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7686         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7687         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7688         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7689         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7690         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7691         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7692         Moved ...
7693         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7694         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7695         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7696         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7697         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7698         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7699         Moved ...
7700         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7701         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7702         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7703         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7704         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7705
7706         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7707         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7708         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7709         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7710         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7711         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7712         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7713         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7714         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7715         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7716         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7717         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7718         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7719         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7720         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7721         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7722         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7723         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7724         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7725         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7726         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7727         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7728         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7729         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7730         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7731         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7732         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7733         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7734
7735 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7736
7737         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7738         (FALLOC_FL_COLLAPSE_RANGE): New macro.
7739         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7740         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7741         (IPV6_PMTUDISC_INTERFACE): Likewise.
7742         (IPV6_PMTUDISC_OMIT): Likewise.
7743
7744 2014-06-23  Andreas Schwab  <schwab@suse.de>
7745
7746         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7747         Remove unused errout label.
7748
7749 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7750
7751         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7752         macro: hardware supports Vector Crypto instructions.
7753
7754 2014-06-23  Will Newton  <will.newton@linaro.org>
7755
7756         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7757         rather than __builtin_expect.
7758
7759         * elf/dl-lookup.c (undefined_msg): Remove variable.
7760         (_dl_lookup_symbol_x): Replace undefined_msg with string
7761         literal.
7762
7763         * elf/dl-lookup.c (do_lookup_unique): New function.
7764         (do_lookup_x): Move STB_GNU_UNIQUE handling code
7765         to a separate function.
7766
7767 2014-06-23  Andreas Schwab  <schwab@suse.de>
7768
7769         [BZ #17079]
7770         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7771         before reading the next line.
7772
7773 2014-06-23  Will Newton  <will.newton@linaro.org>
7774
7775         * test-skeleton.c (signal_handler): Use printf and %m
7776         rather than perror.  Use printf rather than fprintf to
7777         stderr.  Use puts rather than fputs to stderr.
7778         (main): Likewise.
7779
7780 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
7781
7782         * nscd/nscd.c (thread_info_t): Remove typedef.
7783         (thread_info): Remove variable.
7784
7785 2014-06-21  Allan McRae  <allan@archlinux.org>
7786
7787         * NEWS: Mention CVE-2014-4043.
7788
7789 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7790
7791         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7792         * nptl/smp.h: ... here.
7793
7794         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7795
7796         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7797         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7798         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7799         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7800
7801         * nptl/allocatestack.c: Include <stack-aliasing.h>.
7802         * nptl/stack-aliasing.h: New file.
7803         * sysdeps/i386/i686/stack-aliasing.h: New file.
7804         * sysdeps/i386/i686/nptl/Makefile: File removed.
7805         * sysdeps/x86_64/stack-aliasing.h: New file.
7806         * sysdeps/x86_64/nptl/Makefile
7807         (CFLAGS-pthread_create.c): Variable removed.
7808
7809         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7810         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7811         old file.
7812         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7813         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7814         old file.
7815
7816 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
7817
7818         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7819         (__ASSUME_SIGFRAME_V2): Remove macro.
7820         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7821         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7822         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7823         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7824         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7825         Declare as function.  Remove conditional macro definitions.
7826         (__default_rt_sa_restorer): Likewise.
7827         (__default_sa_restorer_v1): Remove declaration.
7828         (__default_sa_restorer_v2): Likewise.
7829         (__default_rt_sa_restorer_v1): Likewise.
7830         (__default_rt_sa_restorer_v2): Likewise.
7831         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7832         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7833         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7834
7835 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7836
7837         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7838         (libpthread-routines): Add sysdep.
7839         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7840         * sysdeps/unix/sysv/linux/sparc/Versions
7841         (libpthread: GLIBC_2.3.3): New version set.
7842         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7843         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7844         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7845         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7846         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
7847         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7848         Moved ...
7849         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7850         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7851         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7852         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7853         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7854         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7855         * sysdeps/sparc/nptl/sem_init.c: ... here.
7856         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7857         * sysdeps/sparc/nptl/sem_post.c: ... here.
7858         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7859         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7860         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7861         * sysdeps/sparc/nptl/sem_wait.c: ... here.
7862         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7863         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7864         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7865         (libpthread-routines): Add cpu_relax.
7866         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7867         File removed.
7868         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7869         (librt: GLIBC_2.3.3): New version set.
7870         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7871         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7872         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7873         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7874         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7875         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7876         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7877         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7878         Moved ...
7879         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7880         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7881         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7882         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7883         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7884         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7885         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7886         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7887         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7888         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7889         Moved ...
7890         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7891         Update #include.
7892         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7893         Moved ...
7894         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7895         Update #include.
7896         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7897         Moved ...
7898         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7899         Update #include.
7900         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7901         Moved ...
7902         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7903         Update #include.
7904         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7905         Moved ...
7906         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7907         Update #include.
7908         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7909         Moved ...
7910         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7911         Update #include.
7912         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7913         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7914         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7915         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7916         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7917         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7918         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7919         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7920         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7921         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7922         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7923         Moved ...
7924         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7925         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7926         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7927         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7928         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7929
7930 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7931
7932         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7933         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7934         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7935         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7936         * nscd/nscd.c: Likewise.
7937         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7938         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7939         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7940         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7941
7942         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7943         <kernel-features.h>.
7944         (init_mq_netlink): Remove conditional have_sock_cloexec
7945         definitions.  Remove code conditional on have_sock_cloexec < 0.
7946         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7947         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7948         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7949         <kernel-features.h>.
7950         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7951         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7952
7953 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7954
7955         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7956         Add tests for memset_chk and memset.
7957
7958         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7959         with AVX2_Usable.
7960
7961 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7962
7963         [BZ #16046]
7964         * elf/tst-dl-iter-static.c: New file.
7965         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7966
7967         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7968         error.
7969
7970 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7971
7972         * sysdeps/unix/sysv/linux/kernel-features.h
7973         (__ASSUME_F_GETOWN_EX): Remove macro.
7974         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7975         <kernel-features.h>.
7976         (miss_F_GETOWN_EX): Remove variable or macro.
7977         (do_fcntl): Do not check miss_F_GETOWN_EX.
7978         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7979
7980         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7981         Remove macro.
7982         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7983         [!__ASSUME_AT_RANDOM]: Remove conditional code.
7984         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7985
7986         * sysdeps/unix/sysv/linux/kernel-features.h
7987         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7988         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7989         [ADJ_OFFSET_SS_READ]: Make code unconditional.
7990         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7991
7992 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7993
7994         [BZ #17075]
7995         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
7996         Fix calculation of the symbol's value.
7997         * sysdeps/arm/tst-armtlsdescloc.c: New file.
7998         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
7999         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
8000         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
8001         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
8002         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
8003         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
8004         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
8005         (modules-names): Add `tst-armtlsdescmod',
8006         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
8007         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
8008         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
8009         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
8010         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
8011         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
8012         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
8013         ($(objpfx)tst-armtlsdescloc): New dependency.
8014         ($(objpfx)tst-armtlsdescextnow): Likewise.
8015         ($(objpfx)tst-armtlsdescextlazy): Likewise.
8016         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
8017         TLS scheme support.
8018         * sysdeps/arm/configure: Regenerate.
8019
8020 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
8021
8022         * include/fcntl.h (__atfct_seterrno): Remove prototype.
8023         (__atfct_seterrno_2): Likewise.
8024         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
8025         <kernel-features.h>.
8026         (__ASSUME_ATFCTS): Do not undefine and redefine.
8027         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
8028         (__have_atfcts): Remove conditional definition.
8029         (__fxstatat([__NR_fstatat64]: Make code unconditional.
8030         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
8031         unreachable if [__ASSUME_ATFCTS].
8032         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
8033         not undefine and redefine.
8034         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
8035         <kernel-features.h>.
8036         (faccessat) [__NR_faccessat]: Make code unconditional.
8037         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
8038         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
8039         <kernel-features.h>.
8040         (fchmodat) [__NR_fchmodat]: Make code unconditional.
8041         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8042         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
8043         <kernel-features.h>.
8044         (fchownat) [__NR_fchownat]: Make code unconditional.
8045         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
8046         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
8047         <kernel-features.h>.
8048         (futimesat) [__NR_futimesat]: Make code unconditional.
8049         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
8050         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
8051         <kernel-features.h>.
8052         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8053         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8054         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
8055         <kernel-features.h>.
8056         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
8057         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8058         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
8059         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
8060         <kernel-features.h>.
8061         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
8062         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8063         * sysdeps/unix/sysv/linux/linkat.c: Do not include
8064         <kernel-features.h>.
8065         (linkat) [__NR_linkat]: Make code unconditional.
8066         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8067         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
8068         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
8069         <kernel-features.h>.
8070         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
8071         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8072         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
8073         <kernel-features.h>.
8074         (mkdirat) [__NR_mkdirat]: Make code unconditional.
8075         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
8076         * sysdeps/unix/sysv/linux/openat.c: Do not include
8077         <kernel-features.h>.
8078         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
8079         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
8080         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
8081         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
8082         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
8083         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
8084         <kernel-features.h>.
8085         (readlinkat) [__NR_readlinkat]: Make code unconditional.
8086         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
8087         result of INLINE_SYSCALL directly, not via int variable.
8088         * sysdeps/unix/sysv/linux/renameat.c: Do not include
8089         <kernel-features.h>.
8090         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
8091         (renameat) [__NR_renameat]: Make code unconditional.
8092         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
8093         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
8094         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
8095         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
8096         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
8097         (__ASSUME_ATFCTS): Do not undefine and redefine.
8098         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
8099         <kernel-features.h>.
8100         (symlinkat) [__NR_symlinkat]: Make code unconditional.
8101         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8102         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
8103         <kernel-features.h>.
8104         (unlinkat) [__NR_unlinkat]: Make code unconditional.
8105         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8106         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
8107         (__ASSUME_ATFCTS): Do not undefine and redefine.
8108         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
8109         <kernel-features.h>.
8110         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8111         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8112         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
8113         <kernel-features.h>.
8114         (__xmknodat) [__NR_mknodat]: Make code unconditional.
8115         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8116
8117 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
8118
8119         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
8120
8121 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
8122
8123         [BZ #17069]
8124         * posix/regcomp.c (parse_reg_exp): Deallocate partially
8125         constructed tree before returning error.
8126         * posix/bug-regexp36.c: Expand test case.
8127
8128 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
8129
8130         [BZ #6803]
8131         * math/libm-test.inc (scalbln_test_date):
8132         Add errno expectations.
8133         * math/w_scalblnf.c: New File.
8134         Add wrapper which checks for setting errno to ERANGE.
8135         Add weak_alias for corresponding scalbln function.
8136         * math/w_scalbln.c: Likewise.
8137         * math/w_scalblnl.c: Likewise.
8138         * math/Makefile (libm-calls): Add w_scalbln.
8139         * sysdeps/ieee754/flt-32/s_scalblnf.c:
8140         Remove weak_alias for corresponding scalbln function.
8141         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
8142         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
8143         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
8144         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
8145         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
8146         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
8147         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
8148         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
8149         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
8150         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
8151         Remove long_double_symbol for scalblnl function in libm, libc.
8152         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
8153         Add wrapper which checks for setting errno to ERANGE.
8154         Add long_double_symbol for scalblnl function in libm, libc.
8155         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
8156         Remove long_double_symbol for scalblnl in libm.
8157         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
8158         Add wrapper which checks for setting errno to ERANGE.
8159         Add long_double_symbol for scalblnl function in libm.
8160         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
8161         Do not use wrapper because of own implementation.
8162
8163 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
8164
8165         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
8166         3 bytes for __pad1 for x32.
8167         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
8168
8169 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
8170             H.J. Lu  <hongjiu.lu@intel.com>
8171
8172         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
8173         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
8174         * sysdeps/x86_64/multiarch/memset.S: Likewise.
8175         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8176         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
8177
8178 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
8179
8180         [BZ #17069]
8181         * posix/regcomp.c (parse_expression): Deallocate partially
8182         constructed tree before returning error.
8183         * posix/Makefile.c (tests): Add bug-regex36.
8184         (generated): Add bug-regex36.mtrace.
8185         (tests-special): Add $(objpfx)bug-regex36-mem.out
8186         (bug-regex36-ENV): New variable.
8187         ($(objpfx)bug-regex36-mem.out): New rule.
8188         * posix/bug-regex36.c: New file.
8189
8190 2014-06-19  Will Newton  <will.newton@linaro.org>
8191
8192         * malloc/malloc.c (systrim): If extra is zero then return
8193         early.
8194
8195 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
8196
8197         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
8198
8199 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
8200
8201         * sysdeps/aarch64/strchr.S: New file.
8202
8203 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8204
8205         [BZ #17022]
8206         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
8207         from arguments -2 or below.
8208         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8209         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
8210
8211 2014-06-18  Andreas Schwab  <schwab@suse.de>
8212
8213         [BZ #17062]
8214         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
8215         of a bracket expr not to run off the end of the string.
8216         * posix/Makefile (tests): Add tst-fnmatch3.
8217         * posix/tst-fnmatch3.c: New file.
8218
8219 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8220
8221         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
8222         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8223         [$(cross-compiling) = no]: Likewise.
8224         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8225         [$(cross-compiling) = no]: Likewise.
8226
8227 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8228
8229         [BZ #17031]
8230         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
8231         double, adjusted for any remainder from the high double.
8232         * math/libm-test.inc (nearbyint): Add tests.
8233         (rint): Likewise.
8234
8235 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8236
8237         * nptl/sysdeps/powerpc/Makefile: Moved ...
8238         * sysdeps/powerpc/nptl/Makefile: ... here.
8239         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
8240         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
8241         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
8242         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
8243         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
8244         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
8245         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
8246         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
8247         * nptl/sysdeps/powerpc/tls.h: Moved ...
8248         * sysdeps/powerpc/nptl/tls.h: ... here.
8249
8250 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
8251
8252         [BZ #16681]
8253         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
8254         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
8255         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
8256         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
8257         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
8258         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
8259         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
8260         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
8261         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
8262
8263 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
8264
8265         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8266
8267 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
8268
8269         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
8270         defined operator.
8271
8272         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
8273         $TIMEOUTFACTOR.
8274
8275 2014-06-16  Florian Weimer  <fweimer@redhat.com>
8276
8277         [BZ #17058]
8278         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
8279         non-executed part of the test.
8280
8281 2014-06-16  Andreas Schwab  <schwab@suse.de>
8282
8283         * string/bits/string2.h (strdup, strndup): Update feature guard.
8284
8285 2014-06-14  David S. Miller  <davem@davemloft.net>
8286
8287         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8288
8289 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
8290
8291         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
8292         that was previously under [RESET_PID].
8293         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
8294
8295         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
8296         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
8297         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
8298         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8299         (__libc_vfork): New strong alias.
8300         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
8301
8302 2014-06-14 Andi Kleen  <ak@linux.intel.com>
8303
8304         * sysdeps/generic/elide.h: New file.
8305
8306 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
8307
8308         * Makefile (installed-headers): Adjust path of pthread.h header.
8309
8310 2014-06-13  Roland McGrath  <roland@hack.frob.com>
8311
8312         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
8313         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
8314         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
8315         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
8316
8317         * nptl/sysdeps/s390/Makefile: Moved ...
8318         * sysdeps/s390/nptl/Makefile: ... here.
8319         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
8320         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
8321         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
8322         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
8323         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
8324         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
8325         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
8326         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
8327         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
8328         * sysdeps/s390/nptl/pthreaddef.h: ... here.
8329         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
8330         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
8331         * nptl/sysdeps/s390/tls.h: Moved ...
8332         * sysdeps/s390/nptl/tls.h: ... here.
8333
8334         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
8335         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
8336
8337 2014-06-13  David S. Miller  <davem@davemloft.net>
8338
8339         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
8340         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
8341         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
8342         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
8343         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
8344         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
8345         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
8346         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
8347         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
8348         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
8349         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8350         Remove RESET_PID cpp guards.
8351         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8352         Remove RESET_PID cpp guards.
8353         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
8354
8355 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
8356
8357         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
8358         __sp to uintptr_t.
8359
8360 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8361
8362         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
8363         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
8364         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
8365         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
8366         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
8367         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
8368         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
8369         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
8370         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
8371         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
8372         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
8373         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
8374         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
8375         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
8376         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
8377         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
8378         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
8379         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
8380         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
8381         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8382
8383         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
8384         (pthread_rwlock_rdlock): Add elision.
8385         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
8386         (pthread_rwlock_wrlock): Add elision.
8387         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
8388         (pthread_rwlock_trywrlock): Add elision.
8389         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
8390         (pthread_rwlock_tryrdlock): Add elision.
8391         * nptl/pthread_rwlock_unlock.c: Include elide.h.
8392         (pthread_rwlock_tryrdlock): Add elision unlock.
8393         * nptl/sysdeps/pthread/pthread.h:
8394         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
8395         (PTHREAD_RWLOCK_INITIALIZER,
8396         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
8397         Handle new elision field.
8398         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
8399         * sysdeps/arm/nptl/bits/pthreadtypes.h
8400         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8401         * sysdeps/sh/nptl/bits/pthreadtypes.h
8402         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8403         * sysdeps/tile/nptl/bits/pthreadtypes.h
8404         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8405         * sysdeps/a/nptl/bits/pthreadtypes.h
8406         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8407         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8408         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8409         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8410         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8411         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
8412         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8413         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8414         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8415         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8416         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8417         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8418         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8419         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8420         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8421         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
8422         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8423         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
8424         (elision_init): Set try_xbegin to zero when no RTM.
8425         * sysdeps/x86/nptl/bits/pthreadtypes.h
8426         (pthread_rwlock_t): Change __pad1 to __rwelision.
8427         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8428
8429 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8430
8431         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
8432         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
8433         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
8434         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
8435
8436 2014-06-13  Meador Inge  <meadori@codesourcery.com>
8437
8438         [BZ #16996]
8439         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
8440         that the cached result has been set before returning it.
8441
8442 2014-06-12  Roland McGrath  <roland@hack.frob.com>
8443
8444         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
8445         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
8446         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
8447         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
8448         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
8449         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
8450
8451         * nptl/sysdeps/sparc/Makefile: Moved ...
8452         * sysdeps/sparc/nptl/Makefile: ... here.
8453         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
8454         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
8455         * nptl/sysdeps/sparc/tls.h: Moved ...
8456         * sysdeps/sparc/nptl/tls.h: ... here.
8457         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
8458         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
8459         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
8460         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
8461         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
8462         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
8463         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
8464         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
8465         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
8466         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
8467         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
8468         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
8469         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
8470         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
8471         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
8472         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
8473         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
8474         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
8475         Update #include.
8476         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
8477         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
8478         Update #include.
8479         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
8480         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
8481         Update #include.
8482         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
8483         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
8484         Update #include.
8485
8486         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8487
8488         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
8489         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
8490
8491         * sysdeps/pthread/posix-timer.h: Include <list.h>.
8492         (struct list_links): Type removed.
8493         (struct thread_node, struct timer_node): Replace struct list_links
8494         with struct list_head.
8495         (list_unlink_ip): Likewise.
8496         * sysdeps/pthread/timer_routines.c
8497         (timer_free_list, thread_free_list, thread_active_list): Likewise.
8498         (list_append, list_insbefore): Likewise.
8499         (list_init): Function removed.
8500         (thread_init, init_module): Use INIT_LIST_HEAD instead.
8501         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
8502         * sysdeps/pthread/Makefile: ... here, new file.
8503
8504         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
8505         * sysdeps/nptl/Implies: ... here.
8506         * sysdeps/unix/sysv/linux/Implies: Add nptl.
8507         * nptl/sysdeps/pthread/list.h: Moved ...
8508         * include/list.h: ... here.
8509         * nptl/sysdeps/pthread/createthread.c: Moved ...
8510         * nptl/createthread.c: ... here.
8511         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
8512         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
8513         * nptl/pt-longjmp.c: ... here.
8514         * nptl/sysdeps/pthread/Makefile: Moved ...
8515         * sysdeps/nptl/Makefile: ... here.
8516         * nptl/sysdeps/pthread/Subdirs: Moved ...
8517         * sysdeps/nptl/Subdirs: ... here.
8518         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
8519         * sysdeps/nptl/aio_misc.h: ... here.
8520         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
8521         * sysdeps/nptl/bits/libc-lock.h: ... here.
8522         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
8523         * sysdeps/nptl/bits/libc-lockP.h: ... here.
8524         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
8525         * sysdeps/nptl/bits/stdio-lock.h: ... here.
8526         * nptl/sysdeps/pthread/configure: Moved ...
8527         * sysdeps/nptl/configure: ... here.
8528         * nptl/sysdeps/pthread/configure.ac: Moved ...
8529         * sysdeps/nptl/configure.ac: ... here.
8530         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
8531         * sysdeps/nptl/gai_misc.h: ... here.
8532         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
8533         * sysdeps/nptl/librt-cancellation.c: ... here.
8534         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
8535         * sysdeps/nptl/malloc-machine.h: ... here.
8536         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
8537         * sysdeps/nptl/pthread-functions.h: ... here.
8538         * nptl/sysdeps/pthread/pthread.h: Moved ...
8539         * sysdeps/nptl/pthread.h: ... here.
8540         * nptl/sysdeps/pthread/setxid.h: Moved ...
8541         * sysdeps/nptl/setxid.h: ... here.
8542         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
8543         * sysdeps/nptl/sigfillset.c: ... here.
8544         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
8545         * sysdeps/nptl/tcb-offsets.h: ... here.
8546         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
8547         * sysdeps/nptl/tst-mqueue8x.c: ... here.
8548         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
8549         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
8550         * nptl/sysdeps/pthread/allocalim.h: Moved ...
8551         * sysdeps/pthread/allocalim.h: ... here.
8552         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
8553         * sysdeps/pthread/bits/sigthread.h: ... here.
8554         * nptl/sysdeps/pthread/flockfile.c: Moved ...
8555         * sysdeps/pthread/flockfile.c: ... here.
8556         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
8557         * sysdeps/pthread/ftrylockfile.c: ... here.
8558         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
8559         * sysdeps/pthread/funlockfile.c: ... here.
8560         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
8561         * sysdeps/pthread/posix-timer.h: ... here.
8562         * nptl/sysdeps/pthread/timer_create.c: Moved ...
8563         * sysdeps/pthread/timer_create.c: ... here.
8564         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
8565         * sysdeps/pthread/timer_delete.c: ... here.
8566         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
8567         * sysdeps/pthread/timer_getoverr.c: ... here.
8568         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
8569         * sysdeps/pthread/timer_gettime.c: ... here.
8570         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
8571         * sysdeps/pthread/timer_routines.c: ... here.
8572         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
8573         * sysdeps/pthread/timer_settime.c: ... here.
8574         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
8575         * sysdeps/pthread/tst-timer.c: ... here.
8576         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
8577         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
8578
8579         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
8580         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
8581
8582         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
8583         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
8584         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
8585         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
8586         Update #include target.
8587         * nptl/sysdeps/i386/i686/Makefile: Moved ...
8588         * sysdeps/i386/i686/nptl/Makefile: ... here.
8589         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
8590         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
8591         Update #include target.
8592         * nptl/sysdeps/i386/i686/tls.h: Moved ...
8593         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
8594         * nptl/sysdeps/i386/Makefile: Moved ...
8595         * sysdeps/i386/nptl/Makefile: ... here.
8596         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
8597         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
8598         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
8599         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
8600         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
8601         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
8602         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
8603         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
8604         * sysdeps/i386/nptl/pthreaddef.h: ... here.
8605         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
8606         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
8607         * nptl/sysdeps/i386/tls.h: Moved ...
8608         * sysdeps/i386/nptl/tls.h: ... here.
8609
8610         * sysdeps/sh/Makefile [$(subdir) = csu]
8611         (gen-as-const-headers): Add tcb-offsets.sym.
8612         * nptl/sysdeps/sh/Makefile: File removed.
8613         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
8614         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
8615         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
8616         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
8617         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8618         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8619         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8620         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8621         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8622         * sysdeps/sh/nptl/pthreaddef.h: ... here.
8623         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8624         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8625         * nptl/sysdeps/sh/tls.h: Moved ...
8626         * sysdeps/sh/nptl/tls.h: ... here.
8627         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8628         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8629         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8630         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8631         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8632         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8633         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8634         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8635         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8636         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8637         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8638         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8639         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8640         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8641         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8642         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8643         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8644         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8645         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8646         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8647         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8648         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8649         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8650         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8651         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8652         Moved ...
8653         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8654         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8655         Moved ...
8656         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8657         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8658         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8659         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8660         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8661         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8662         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8663         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8664         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8665         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8666         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8667         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8668         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8669         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8670         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8671         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8672         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8673         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8674         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8675
8676 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
8677
8678         * posix/spawn_faction_addopen.c: Include string.h.
8679
8680 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8681
8682         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8683         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8684         * nptl/sysdeps/x86_64/Makefile: Moved ...
8685         * sysdeps/x86_64/nptl/Makefile: ... here.
8686         * nptl/sysdeps/x86_64/configure: Moved ...
8687         * sysdeps/x86_64/nptl/configure: ... here.
8688         * nptl/sysdeps/x86_64/configure.ac: Moved ...
8689         * sysdeps/x86_64/nptl/configure.ac: ... here.
8690         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8691         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8692         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8693         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8694         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8695         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8696         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8697         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8698         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8699         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8700         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8701         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8702         * nptl/sysdeps/x86_64/tls.h: Moved ...
8703         * sysdeps/x86_64/nptl/tls.h: ... here.
8704         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8705         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8706         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8707         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8708
8709         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8710
8711 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8712
8713         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8714
8715 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
8716
8717         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8718         type.
8719         [POSIX] (off_t): Likewise.
8720         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8721         [POSIX] (S_ISBLK): Require macro.
8722         [POSIX] (S_ISCHR): Likewise.
8723         [POSIX] (S_ISDIR): Likewise.
8724         [POSIX] (S_ISFIFO): Likewise.
8725         [POSIX] (S_ISREG): Likewise.
8726         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8727         optional-macro.
8728         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8729         type.
8730         [POSIX] (time_t): Likewise.
8731         [POSIX] (timer_t): Likewise.
8732
8733 2014-06-11  Florian Weimer  <fweimer@redhat.com>
8734
8735         [BZ #17048]
8736         * posix/spawn_int.h (struct __spawn_action): Make the path string
8737         non-const to support deallocation.
8738         * posix/spawn_faction_addopen.c
8739         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8740         * posix/spawn_faction_destroy.c
8741         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
8742         path in all spawn_do_open actions.
8743         * posix/tst-spawn.c (do_test): Exercise the copy operation in
8744         posix_spawn_file_actions_addopen.
8745
8746 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
8747
8748         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8749         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8750         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8751         conditional code always true.
8752         (__libc_vfork): New alias.
8753
8754 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8755
8756         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8757         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8758
8759         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8760
8761         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8762         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8763
8764         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8765         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8766
8767         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8768         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8769
8770 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8771
8772         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8773         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8774         multiarch strcmp for PPC64.
8775         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8776         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8777         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8778         multiarch optimizations.
8779         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8780         (__libc_ifunc_impl_list): Likewise.
8781
8782 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8783
8784         * benchtests/scripts/validate_benchout.py: New script.
8785         * benchtests/Makefile (bench-func): Call it.
8786         * benchtests/scripts/benchout.schema.json: New file.
8787
8788 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
8789
8790         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8791         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8792         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8793         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8794         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8795         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8796         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8797         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8798         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8799         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8800         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8801         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8802         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8803         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8804         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8805         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8806         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
8807         Moved ...
8808         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
8809         ... here.
8810         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
8811         Moved ...
8812         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8813         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
8814         Moved ...
8815         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
8816         ... here.
8817         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
8818         Moved ...
8819         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
8820         ... here.
8821         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
8822         Moved ...
8823         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8824         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
8825         Moved ...
8826         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
8827         ... here.
8828         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
8829         Moved ...
8830         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
8831         ... here.
8832         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
8833         Moved ...
8834         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8835         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
8836         Moved ...
8837         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
8838         ... here.
8839         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
8840         Moved ...
8841         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
8842         ... here.
8843         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
8844         Moved ...
8845         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
8846         ... here.
8847         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
8848         Moved ...
8849         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8850         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
8851         Moved ...
8852         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
8853         ... here.
8854         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
8855         Moved ...
8856         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
8857         ... here.
8858         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
8859         Moved ...
8860         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
8861         ... here.
8862         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
8863         Moved ...
8864         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8865         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
8866         Moved ...
8867         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
8868         ... here.
8869         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
8870         Moved ...
8871         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
8872         ... here.
8873         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
8874         Moved ...
8875         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8876         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
8877         Moved ...
8878         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
8879         ... here.
8880         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
8881         Moved ...
8882         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8883         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
8884         Moved ...
8885         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8886         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
8887         Moved ...
8888         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
8889         ... here.
8890         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
8891         Moved ...
8892         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
8893         ... here.
8894         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
8895         Moved ...
8896         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
8897         ... here.
8898         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
8899         Moved ...
8900         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8901         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8902         Moved ...
8903         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8904         ... here.
8905         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8906         Moved ...
8907         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8908         ... here.
8909         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8910         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8911         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8912         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8913         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8914         Moved ...
8915         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8916         ... here.
8917         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8918         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8919         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8920         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8921         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8922         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8923         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8924         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8925         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8926         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8927         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8928         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8929         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8930         Moved ...
8931         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8932         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8933         Moved ...
8934         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8935         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8936         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8937         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8938         Moved ...
8939         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8940         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8941         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8942         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8943         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8944         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8945         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8946
8947 2014-06-10  Wilco  <wdijkstr@arm.com>
8948
8949         * math/test-fenv-return.c: New file.
8950         * math/Makefile: Add new test test-fenv-return.
8951
8952 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8953
8954         [BZ #17042]
8955         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8956         when x - 1 is zero.
8957         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8958         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8959         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8960         0.0L for an argument of 1.0L.
8961         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8962         Likewise.
8963         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8964         value when x - 1 is zero.
8965         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8966         * sysdeps/i386/fpu/libm-test-ulps: Update.
8967         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8968
8969 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
8970
8971         [BZ #15119]
8972         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8973
8974 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8975
8976         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8977         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8978
8979 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8980
8981         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8982         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8983
8984         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8985         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8986
8987         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8988         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8989
8990         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8991         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8992
8993         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
8994         if not already defined.
8995         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
8996         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
8997         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
8998         (TLS_INIT_TP): Use it.
8999         (TLS_DEFINE_INIT_TP): New macro.
9000         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
9001
9002 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
9003
9004         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
9005         constant.
9006         [POSIX] (IXANY): Likewise.
9007         [POSIX] (OLCUC): Likewise.
9008         [POSIX || POSIX2008] (CBAUD): Do not allow.
9009         [POSIX || POSIX2008] (DEFECHO): Likewise.
9010         [POSIX || POSIX2008] (ECHOCTL): Likewise.
9011         [POSIX || POSIX2008] (ECHOKE): Likewise.
9012         [POSIX || POSIX2008] (ECHOPRT): Likewise.
9013         [POSIX || POSIX2008] (EXTA): Likewise.
9014         [POSIX || POSIX2008] (EXTB): Likewise.
9015         [POSIX || POSIX2008] (FLUSHO): Likewise.
9016         [POSIX || POSIX2008] (LOBLK): Likewise.
9017         [POSIX || POSIX2008] (PENDIN): Likewise.
9018         [POSIX || POSIX2008] (SWTCH): Likewise.
9019         [POSIX || POSIX2008] (VDISCARD): Likewise.
9020         [POSIX || POSIX2008] (VDSUSP): Likewise.
9021         [POSIX || POSIX2008] (VLNEXT): Likewise.
9022         [POSIX || POSIX2008] (VREPRINT): Likewise.
9023         [POSIX || POSIX2008] (VSTATUS): Likewise.
9024         [POSIX || POSIX2008] (VWERASE): Likewise.
9025         (B*): Change to B[0123456789]*.
9026         * conform/data/time.h-data [POSIX || UNIX98]
9027         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
9028         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
9029         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
9030         [POSIX] (tm_*): Do not allow.
9031
9032 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
9033
9034         * Makefile (install): Don't set LANGUAGE.
9035         * Makefile.in (install): Likewise.
9036         * assert/Makefile (test-assert-ENV): Remove variable.
9037         (test-assert-perr-ENV): Likewise.
9038         * elf/Makefile (neededtest4-ENV): Likewise.
9039         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9040         [$(cross-compiling) = no]: Don't set LANGUAGE.
9041         * io/ftwtest-sh (LANG): Remove variable.
9042         * libio/Makefile (tst-widetext-ENV): Likewise.
9043         * manual/install.texi (Running make install): Don't refer to
9044         environment settings for make install.
9045         * INSTALL: Regenerated.
9046         * nptl/tst-tls6.sh: Don't set LANG.
9047         * posix/globtest.sh (LANG): Remove variable.
9048         * string/Makefile (tester-ENV): Likewise.
9049         (inl-tester-ENV): Likewise.
9050         (noinl-tester-ENV): Likewise.
9051         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9052         [$(cross-compiling) = no]: Don't set LANGUAGE.
9053         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
9054         without explicit environment settings.
9055
9056 2014-06-06  Roland McGrath  <roland@hack.frob.com>
9057
9058         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
9059         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
9060         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
9061         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
9062
9063 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
9064
9065         * crypt/crypt-private.h [DOS]: Add some includes taken from the
9066         other files in the crypt directory.
9067         * crypt/crypt.c: Remove duplicate includes.
9068         * crypt/crypt-entry.c: Likewise.
9069         * crypt/crypt_util.c: Likewise.
9070
9071 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
9072
9073         * Makeconfig (run-program-env): New variable.
9074         (run-program-prefix-before-env): Likewise.
9075         (run-program-prefix-after-env): Likewise.
9076         (run-program-prefix): Define in terms of new variables.
9077         (built-program-cmd-before-env): New variable.
9078         (built-program-cmd-after-env): Likewise.
9079         (built-program-cmd): Define in terms of new variables.
9080         (test-program-prefix-before-env): New variable.
9081         (test-program-prefix-after-env): Likewise.
9082         (test-program-prefix): Define in terms of new variables.
9083         (test-program-cmd-before-env): New variable.
9084         (test-program-cmd-after-env): Likewise.
9085         (test-program-cmd): Define in terms of new variables.
9086         * Rules (make-test-out): Use $(run-program-env).
9087         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
9088         (help): Do not mention environment variables.  Mention
9089         --timeoutfactor option.
9090         (timeoutfactor): New variable.
9091         (blacklist_exports): Remove function.
9092         (exports): Remove variable.
9093         (command): Do not include ${exports}.
9094         * manual/install.texi (Configuring and compiling): Do not mention
9095         test wrappers preserving environment variables.  Mention that last
9096         assignment to a variable must take precedence.
9097         * INSTALL: Regenerated.
9098         * benchtests/Makefile (run-bench): Use $(run-program-env).
9099         * catgets/Makefile ($(objpfx)test1.cat): Use
9100         $(built-program-cmd-before-env), $(run-program-env) and
9101         $(built-program-cmd-after-env).
9102         ($(objpfx)test2.cat): Do not specify environment variables
9103         explicitly.
9104         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
9105         $(run-program-env) and $(built-program-cmd-after-env).
9106         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
9107         $(run-program-env) and $(test-program-cmd-after-env).
9108         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
9109         explicitly.
9110         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
9111         run_program_env and test_program_cmd_after_env arguments.
9112         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
9113         * elf/tst-pathopt.sh: Use run_program_env argument.
9114         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
9115         $(test-wrapper-env) and $(run-program-env).
9116         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
9117         run_program_env arguments.
9118         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
9119         * intl/Makefile ($(objpfx)tst-gettext.out): Use
9120         $(test-program-prefix-before-env), $(run-program-env) and
9121         $(test-program-prefix-after-env).
9122         ($(objpfx)tst-gettext2.out): Likewise.
9123         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
9124         run_program_env and test_program_prefix_after_env arguments.
9125         * intl/tst-gettext2.sh: Likewise.
9126         * intl/tst-gettext4.sh: Do not set environment variables
9127         explicitly.
9128         * intl/tst-gettext6.sh: Likewise.
9129         * intl/tst-translit.sh: Likewise.
9130         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
9131         $(test-program-prefix-before-env), $(run-program-env) and
9132         $(test-program-prefix-after-env).
9133         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
9134         run_program_env and test_program_prefix_after_env arguments.
9135         * math/Makefile (run-regen-ulps): Use $(run-program-env).
9136         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
9137         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
9138         explicitly with each use of ${test_wrapper_env}.
9139         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
9140         $(test-program-prefix-before-env), $(run-program-env) and
9141         $(test-program-prefix-after-env).
9142         * posix/tst-getconf.sh: Do not set environment variables
9143         explicitly.
9144         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
9145         run_program_env and test_program_prefix_after_env arguments.
9146         * stdio-common/tst-printf.sh: Do not set environment variables
9147         explicitly.
9148         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
9149         $(test-program-prefix-before-env), $(run-program-env) and
9150         $(test-program-prefix-after-env).
9151         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
9152         run_program_env and test_program_prefix_after_env arguments.
9153         Split $test calls into $test_pre and $test.
9154         * timezone/Makefile (build-testdata): Use
9155         $(built-program-cmd-before-env), $(run-program-env) and
9156         $(built-program-cmd-after-env).
9157
9158 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9159
9160         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
9161         strlen for non SHARED builds.
9162
9163 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
9164
9165         * nptl/allocatestack.c (check_list): Inlined function...
9166         (__reclaim_stacks): ... here.
9167
9168 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9169
9170         [BZ #15698]
9171         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
9172         memory overrun.
9173
9174 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
9175
9176         * Rules (make-test-out): Include
9177         LOCPATH=$(common-objpfx)localedata in default environment.
9178         * debug/Makefile (tst-chk1-ENV): Remove variable.
9179         (tst-chk2-ENV): Likewise.
9180         (tst-chk3-ENV): Likewise.
9181         (tst-chk4-ENV): Likewise.
9182         (tst-chk5-ENV): Likewise.
9183         (tst-chk6-ENV): Likewise.
9184         (tst-lfschk1-ENV): Likewise.
9185         (tst-lfschk2-ENV): Likewise.
9186         (tst-lfschk3-ENV): Likewise.
9187         (tst-lfschk4-ENV): Likewise.
9188         (tst-lfschk5-ENV): Likewise.
9189         (tst-lfschk6-ENV): Likewise.
9190         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
9191         (tst-iconv7-ENV): Likewise.
9192         * intl/Makefile (LOCPATH-ENV): Likewise.
9193         (tst-codeset-ENV): Likewise.
9194         (tst-gettext3-ENV): Likewise.
9195         (tst-gettext5-ENV): Likewise.
9196         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
9197         (tst-fopenloc-ENV): Likewise.
9198         (tst-fgetws-ENV): Remove variable.
9199         (tst-ungetwc1-ENV): Likewise.
9200         (tst-ungetwc2-ENV): Likewise.
9201         (bug-ungetwc2-ENV): Likewise.
9202         (tst-swscanf-ENV): Likewise.
9203         (bug-ftell-ENV): Likewise.
9204         (tst-fgetwc-ENV): Likewise.
9205         (tst-fseek-ENV): Likewise.
9206         (tst-ftell-partial-wide-ENV): Likewise.
9207         (tst-ftell-active-handler-ENV): Likewise.
9208         (tst-ftell-append-ENV): Likewise.
9209         * posix/Makefile (tst-fnmatch-ENV): Likewise.
9210         (tst-regexloc-ENV): Likewise.
9211         (bug-regex1-ENV): Likewise.
9212         (tst-regex-ENV): Likewise.
9213         (tst-regex2-ENV): Likewise.
9214         (bug-regex5-ENV): Likewise.
9215         (bug-regex6-ENV): Likewise.
9216         (bug-regex17-ENV): Likewise.
9217         (bug-regex18-ENV): Likewise.
9218         (bug-regex19-ENV): Likewise.
9219         (bug-regex20-ENV): Likewise.
9220         (bug-regex22-ENV): Likewise.
9221         (bug-regex23-ENV): Likewise.
9222         (bug-regex25-ENV): Likewise.
9223         (bug-regex26-ENV): Likewise.
9224         (bug-regex30-ENV): Likewise.
9225         (bug-regex32-ENV): Likewise.
9226         (bug-regex33-ENV): Likewise.
9227         (bug-regex34-ENV): Likewise.
9228         (bug-regex35-ENV): Likewise.
9229         (tst-rxspencer-ENV): Likewise.
9230         (tst-rxspencer-no-utf8-ENV): Likewise.
9231         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
9232         (tst-sscanf-ENV): Likewise.
9233         (tst-swprintf-ENV): Likewise.
9234         (tst-swscanf-ENV): Likewise.
9235         (test-vfprintf-ENV): Likewise.
9236         (scanf13-ENV): Likewise.
9237         (bug14-ENV): Likewise.
9238         (tst-grouping-ENV): Likewise.
9239         * stdlib/Makefile (tst-strtod-ENV): Likewise.
9240         (tst-strtod3-ENV): Likewise.
9241         (tst-strtod4-ENV): Likewise.
9242         (tst-strtod5-ENV): Likewise.
9243         (testmb2-ENV): Likewise./
9244         * string/Makefile (tst-strxfrm-ENV): Likewise.
9245         (tst-strxfrm2-ENV): Likewise.
9246         (bug-strcoll1-ENV): Likewise.
9247         (test-strcasecmp-ENV): Likewise.
9248         (test-strncasecmp-ENV): Likewise.
9249         * time/Makefile (tst-strptime-ENV): Likewise.
9250         (tst-ftime_l-ENV): Likewise.
9251         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
9252         (tst-mbrtowc-ENV): Likewise.
9253         (tst-wcrtomb-ENV): Likewise.
9254         (tst-mbrtowc2-ENV): Likewise.
9255         (tst-c16c32-1-ENV): Likewise.
9256         (tst-mbsnrtowcs-ENV): Likewise.
9257
9258 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9259
9260         * manual/resource.texi (How to get information about the memory
9261         subsystem?): Fix typo.
9262         Reported by Peon de la Parra Ivan <peon@keba.com>
9263
9264 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
9265
9266         [BZ #16882]
9267         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
9268         (pthread_spin_lock): Branch out of spin loop to proper location.
9269         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
9270         (pthread_spin_lock): Likewise.
9271
9272         * nptl/tst-spin4.c: New test.
9273         * nptl/Makefile (tests): Add tst-spin4.
9274
9275 2014-06-03  Andreas Schwab  <schwab@suse.de>
9276
9277         [BZ #15946]
9278         * resolv/res_send.c (send_dg): Reload file descriptor after
9279         calling reopen.
9280
9281 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
9282
9283         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9284
9285 2014-06-03  Richard Henderson  <rth@redhat.com>
9286
9287         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
9288         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
9289         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
9290         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
9291         in the SAVE_PID block.
9292         (__libc_vfork): New alias.
9293         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
9294
9295         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
9296         child in registers, not on the stack.  Remove RESET_PID conditionals.
9297         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
9298
9299 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9300
9301         * sysdeps/aarch64/libm-test-ulps: Regenerate.
9302
9303 2014-06-03  Wilco  <wdijkstr@arm.com>
9304
9305         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
9306         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
9307         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9308         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
9309         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
9310         Likewise.
9311
9312 2014-06-03  Wilco  <wdijkstr@arm.com>
9313
9314         * sysdeps/aarch64/fpu/math_private.h
9315         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
9316         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
9317         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
9318         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9319         Fix declarations.
9320
9321 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9322
9323         * crypt/crypt-private.h: Include ufc-crypt.h.
9324         (__b64_from_24bit): Declare extern.
9325         * crypt/crypt_util.c(__b64_from_24bit): New function.
9326         (b64t): New static const variable.
9327         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
9328         (b64t): Remove variable.
9329         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
9330         * crypt/sha256-crypt.c: Include crypt-private.h.
9331         (b64t): Remove variable.
9332         (__sha256_crypt_r): Remove b64_from_24bit and replace
9333         with __b64_from_24bit.
9334         * crypt/sha512-crypt.c: Likewise.
9335
9336 2014-06-02  Roland McGrath  <roland@hack.frob.com>
9337
9338         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
9339         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
9340         Label the code __libc_vfork rather than __vfork.
9341         [!NOT_IN_libc] (vfork): Define as weak alias.
9342         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
9343         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
9344         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
9345
9346 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9347
9348         * malloc/malloc.c (malloc_info): Fix format specifier for
9349         n_mmaps.
9350
9351 2014-06-02  Wilco  <wdijkstr@arm.com>
9352
9353         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
9354         FPCR write.
9355
9356 2014-06-02  Wilco  <wdijkstr@arm.com>
9357
9358         [BZ #17009]
9359         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
9360         Rewrite to reduce FPCR/FPSR accesses.
9361
9362 2014-06-01  David S. Miller  <davem@davemloft.net>
9363
9364         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9365
9366 2014-05-31  David S. Miller  <davem@davemloft.net>
9367
9368         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
9369         to occur in round to nearest mode when |x| >= 2.0
9370
9371 2014-05-30  Richard Henderson  <rth@twiddle.net>
9372
9373         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
9374         (PSEUDO_RET_NOERRNO): Remove.
9375         (ret): Don't redefine.
9376         (ret_NOERRNO): Define in terms of ret.
9377         (ret_ERRVAL): Likewise.
9378
9379         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
9380         use of PSEUDO_RET; perform the error check directly.
9381
9382 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
9383
9384         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
9385         with __int128_t.
9386
9387 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9388
9389         * malloc/malloc (malloc_info): Fix formatting.
9390
9391 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9392             Roland McGrath  <roland@hack.frob.com>
9393
9394         * malloc/malloc (malloc_info): Also print mmapped statistics.
9395
9396 2014-05-30  Roland McGrath  <roland@hack.frob.com>
9397
9398         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
9399         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
9400
9401 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
9402
9403         * malloc/malloc.c (malloc_info): Inline mi_arena.
9404
9405 2014-05-29  Richard Henderson  <rth@twiddle.net>
9406
9407         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
9408         Remove comma before expanding ASM_ARGS_##nr.
9409         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
9410         Make _x0 a strict output; make _x8 a strict input; adjust expansion
9411         of ASM_ARGS_##nr.
9412         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
9413         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
9414         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
9415         (ASM_ARGS_1): Add leading comma.
9416
9417         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
9418         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
9419         to __errno_location.
9420         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
9421         Remove the expected plt for __errno_location.
9422
9423         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9424         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
9425         call to __read_tp.
9426
9427         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9428         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
9429         it and break it down.
9430         (DOCARGS_0, DOCARGS_1): Do nothing.
9431         (DOCARGS_2): Update to store into the new stack frame.
9432         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
9433         (UNDOCARGS_1): Update to restore from the new stack frame.
9434         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
9435         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
9436
9437         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9438         (SINGLE_THREAD_P): New parameter for result regno.
9439         (PSEUDO): Update to match; use cbz instead of beq.
9440
9441         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9442         Use ENTRY to define the _nocancel entry point.  Share the syscall
9443         and syscall error check paths with the cancel path.
9444         (PSEUDO_END): New.
9445
9446         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
9447         whitespace; tabs before and after asm mnemonics.
9448
9449 2014-05-29  Eric Wong  <normalperson@yhbt.net>
9450
9451         [BZ #15132]
9452         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9453         Call fstat64 or stat64 internally, depending on arguments passed.
9454         Replace stat buffer argument with file descriptor argument.
9455         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
9456         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9457         Pass fd to __internal_statvfs instead of calling fstat64.
9458         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
9459         Pass fd to __internal_statvfs64 instead of calling fstat64.
9460         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
9461         Pass -1 to __internal_statvfs instead of calling stat64.
9462         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
9463         Pass -1 to __internal_statvfs64 instead of calling stat64.
9464
9465 2014-05-28  Roland McGrath  <roland@hack.frob.com>
9466
9467         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
9468         that was previously under [RESET_PID].
9469         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
9470
9471         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
9472         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
9473
9474 2014-05-27  Roland McGrath  <roland@hack.frob.com>
9475
9476         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
9477
9478         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
9479         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
9480
9481 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
9482
9483         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
9484
9485 2014-05-27  Andreas Schwab  <schwab@suse.de>
9486
9487         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
9488         TLS_INIT_TP macro.
9489         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
9490         * elf/rtld.c (init_tls, dl_main): Likewise.
9491         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
9492         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
9493         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
9494         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
9495         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
9496         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
9497         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
9498         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
9499         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
9500         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
9501         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
9502         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
9503         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
9504         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
9505         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
9506         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
9507         * sysdeps/generic/tls.h: Update description.
9508
9509 2014-05-27  Will Newton  <will.newton@linaro.org>
9510
9511         [BZ #16990]
9512         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
9513         and restore r2 rather than just restoring.
9514
9515 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9516
9517         [BZ #16724]
9518         * libio/tst-ftell-append.c: New test case.
9519         * libio/Makefile (tests): Add test case.
9520         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
9521         append mode.
9522         * libio/wfileops.c (do_ftell_wide): Likewise.
9523
9524 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9525
9526         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9527
9528         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
9529         ...
9530         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
9531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
9532         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
9533         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
9534         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
9535         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
9536         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
9537         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
9538         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
9539         Moved ...
9540         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
9541         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9542         Moved ...
9543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
9544         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
9545         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
9546         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
9547         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
9548         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
9549         ...
9550         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
9551         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
9552         Moved ...
9553         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
9554         here.
9555         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
9556         ...
9557         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
9558         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
9559         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
9560
9561         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
9562         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
9563         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
9564         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
9565
9566         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
9567         merge into ...
9568         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
9569         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
9570         ...
9571         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
9572         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
9573         ...
9574         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
9575         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9576         Moved ...
9577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
9578         here.
9579         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9580         Moved ...
9581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
9582         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9583         Moved ...
9584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
9585
9586         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
9587         conditional [RESET_PID].
9588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9589         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
9590         removed.
9591         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
9592         removed.
9593
9594         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
9595         <tcb-offsets.h>.
9596         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9597         (__libc_vfork): New strong alias.
9598         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
9599         removed.
9600         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
9601         Removed.
9602
9603         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
9604         <tcb-offsets.h>.
9605         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
9606         (__libc_vfork): New strong alias.
9607         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
9608         removed.
9609         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
9610         removed.
9611
9612 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
9613
9614         * malloc/malloc.c (mi_arena): New function.
9615         (malloc_info): Remove nested function mi_arena. Call non-nosted
9616         function mi_arena.
9617
9618 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9619
9620         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9621         by insrwi.
9622         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9623         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9624         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9625         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9626         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9627         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9628         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9629
9630 2014-05-26  Andreas Schwab  <schwab@suse.de>
9631
9632         [BZ #16984]
9633         * locale/programs/repertoire.c (repertoire_read): Add slash
9634         between I18NPATH element and file name.
9635         * locale/programs/locfile.c (locfile_read): Likewise.
9636
9637 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9638
9639         * nptl/pthread_mutexattr_settype.c
9640         (__pthread_mutexattr_settype):
9641         Disable lock elision for PTHREAD_MUTEX_NORMAL.
9642
9643 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9644
9645         * nptl/tst-mutex5 (do_test):
9646         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9647
9648 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9649
9650         * benchtests/README: Document 'init' directive.
9651         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9652         BENCH_INIT.
9653         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9654         (parse_file): Recognize 'init' directive.
9655
9656 2014-05-26  Kyle McMartin  <kyle@redhat.com>
9657
9658         [BZ #16796]
9659         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9660         alignment of struct pthread.
9661
9662 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9663
9664         [BZ #16878]
9665         * nscd/netgroupcache.c (addgetnetgrentX): Look for
9666         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9667         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9668         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9669
9670 2014-05-25  Richard Henderson  <rth@twiddle.net>
9671
9672         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9673         (SINGLE_THREAD_P_PIC): Remove.
9674         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9675         (SINGLE_THREAD_P_PIC): Remove.
9676
9677         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9678         branch to syscall error ...
9679         (PSEUDO): ... here.
9680         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9681         from __local_syscall_error to .Lsyscall_error.
9682         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9683         (SYSCALL_ERROR): Update label name.
9684
9685         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9686         Do not use DOARGS/UNDOARGS.
9687         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9688         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9689         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9690         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9691         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9692
9693         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9694         block comment.
9695
9696         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9697         define if !NOT_IN_libc.
9698         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9699         define with non-default symbol versions.
9700
9701 2014-05-23  Richard Henderson  <rth@twiddle.net>
9702
9703         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9704         (vfork, __vfork): Define via compat_symbol.
9705
9706         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9707         [!HAVE_IFUNC] (vfork_compat): Remove.
9708         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9709
9710 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9711
9712         [BZ #16978]
9713         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9714         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9715         variable.
9716
9717 2014-05-23  Richard Henderson  <rth@twiddle.net>
9718
9719         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9720         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9721         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9722         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9723
9724         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9725         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9726         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9727         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9728         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9729         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9730         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9731         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9732         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9733         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9734         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9735         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9736         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9737         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9738         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9739         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9740         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9741         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9742         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9743         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9744         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9745         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9746         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9747         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9748         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9749         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9750         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9751         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9752         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9753         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9754         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9755         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9756         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9757         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9758         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9759         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9760         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9761         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9762         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9763         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9764         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9765         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9766         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9767         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9768         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9769         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9770         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9771         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9772         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9773         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9774         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9775         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9776         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9777         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9778         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9779         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9780
9781         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9782         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9783         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
9784         before exiting on error.
9785         (__libc_vfork): New strong alias.
9786         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9787         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9788
9789         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9790         that was previously under [RESET_PID].
9791         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9792
9793         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9794
9795 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9796
9797         [BZ #16977]
9798         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9799         value when x - 1 is zero.
9800         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9801         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9802         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9803         0.0L for an argument of 1.0L.
9804         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9805         Likewise.
9806         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9807         value when x - 1 is zero.
9808         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9809         * sysdeps/i386/fpu/libm-test-ulps: Update.
9810         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9811
9812 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9813
9814         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9815         alphasort and versionsort.
9816
9817 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9818
9819         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9820         macro.
9821         [copysignf]: Likewise.
9822
9823 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9824
9825         * crypt/md5-crypt.c: Fix formatting.
9826
9827 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9828
9829         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9830         (b64_from_24bit): New function.
9831
9832 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9833
9834         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9835         libc_hidden_builtin_def to ifunc.
9836         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9837         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9838
9839 2014-05-21  Roland McGrath  <roland@hack.frob.com>
9840
9841         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9842         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9843
9844 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
9845
9846         * nscd/Depend (linuxthreads): Remove.
9847         (nptl): Add.
9848         * resolv/Depend (linuxthreads): Remove.
9849         * rt/Depend (linuxthreads): Remove.
9850
9851         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9852         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9853         $(common-objpfx)elf/.
9854         (link-libc-before-gnulib): Likewise.
9855         (elfobjdir): Remove variable.
9856         * Makefile (install): Use $(elf-objpfx) instead of
9857         $(common-objpfx)elf/.
9858         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9859         $(elfobjdir)/.
9860         (link-libc-deps): Likewise.
9861         ($(common-objpfx)libc.so): Likewise.
9862         ($(common-objpfx)linkobj/libc.so): Likewise.
9863         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9864         instead of $(common-objpfx)elf/.
9865         (symbolic-link-list): Likewise.
9866         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9867         [$(cross-compiling) = no]: Likewise.
9868         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9869         $(elfobjdir)/.
9870         (static-gnulib-arch): Likewise.
9871         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9872         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9873         $(common-objpfx)elf/.
9874
9875 2014-05-21  Richard Henderson  <rth@redhat.com>
9876
9877         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9878         (SINGLE_THREAD_P): Use the correct width load.  Fold
9879         into the ldr offset.
9880
9881         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9882         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9883
9884 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
9885
9886         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9887         (libgcc_s_resume): Use __attribute_used__.
9888         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9889         Likewise.
9890
9891 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9892
9893         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9894         optimization when used with float constants.
9895
9896         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9897
9898 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
9899
9900         [BZ #16915]
9901         * locale/nl_langinfo_l.c: Make direct reference to every
9902         _nl_current_CATEGORY symbol.
9903         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9904         (tests-static): Add tst-langinfo-static.
9905         (tests-special): Add tst-langinfo-static.out.
9906         ($(objpfx)tst-langinfo.out): Redirect output.
9907         ($(objpfx)tst-langinfo-static.out): New.
9908         * localedata/tst-langinfo.sh: Send output to stdout.
9909         * localedata/tst-langinfo-static.c: New file.
9910
9911         [BZ #16965]
9912         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9913         when the shift amount is modulo the limb size.
9914
9915 2014-05-20  Richard Henderson  <rth@redhat.com>
9916
9917         [BZ #16967]
9918         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9919         Change type of sa_flags from unsigned int to int.
9920
9921         [BZ #16966]
9922         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9923
9924         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9925
9926 2014-05-20  Will Newton  <will.newton@linaro.org>
9927
9928         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9929         Test the return value of the system call in the nocancel case.
9930
9931 2014-05-20  Will Newton  <will.newton@linaro.org>
9932             Yvan Roux  <yvan.roux@linaro.org>
9933
9934         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9935         #include of asm/ptrace.h.
9936         (PTRACE_GET_THREAD_AREA): Remove #undef.
9937         (PTRACE_GETHBPREGS): Likewise.
9938         (PTRACE_SETHBPREGS): Likewise.
9939         (struct user_regs_struct): New structure.
9940         (struct user_fpsimd_struct): New structure.
9941         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9942         #include of asm/ptrace.h and second #include of sys/user.h.
9943         (PTRACE_GET_THREAD_AREA): Remove #undef.
9944         (PTRACE_GETHBPREGS): Likewise.
9945         (PTRACE_SETHBPREGS): Likewise.
9946         (ELF_NGREG): Use new struct user_regs_struct.
9947         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9948
9949 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9950
9951         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9952         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9953
9954 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9955
9956         [BZ #16958]
9957         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9958         membar to avoid block loads/stores to overlap previous stores.
9959
9960 2014-05-17  Richard Henderson  <rth@redhat.com>
9961
9962         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9963         Create the __##syscall_name##_nocancel entry point.
9964         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9965         Remove; let the sysdep-cancel.h code create it.
9966
9967 2014-05-17  David S. Miller  <davem@davemloft.net>
9968
9969         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9970         Protect with __USE_GNU.
9971         (TIOCSET_TEMPT): Likewise.
9972         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9973         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9974         these are already provided in bits/ioctl-types.h
9975
9976 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9977
9978         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9979         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9980
9981         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9982         Use wait4 regardless of [__NR_waitpid].
9983
9984 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9985
9986         PR libgcc/60166
9987         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9988         (_FP_NANSIGN_Q): Set the quiet bit.
9989
9990 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
9991
9992         * benchtests/Makefile
9993         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
9994         not $(common-objpfx)math/libm.so.
9995         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
9996         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
9997         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
9998         $(common-objpfx)dlfcn/libdl.so.
9999         ($(objpfx)tst-audit8): Depend on $(libm), not
10000         $(common-objpfx)math/libm.so.
10001         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
10002         not $(common-objpfx)dlfcn/libdl.so.
10003         * math/Makefile
10004         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
10005         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
10006         [$(build-shared) = yes].
10007         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
10008         $(common-objpfx)nptl/libpthread.so.
10009         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
10010         $(common-objpfx)math/libm.so$(libm.so-version) or
10011         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
10012         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
10013         $(common-objpfx)dlfcn/libdl.so.
10014         * setjmp/Makefile (link-libm): Remove variable.
10015         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
10016         * stdio-common/Makefile (link-libm): Remove variable.
10017         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
10018         * stdlib/Makefile (link-libm): Remove variable.
10019         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
10020         ($(objpfx)tst-strtod-round): Likewise.
10021         ($(objpfx)tst-tininess): Likewise.
10022         ($(objpfx)tst-strtod-underflow): Likewise.
10023         ($(objpfx)tst-strtod6): Likewise.
10024         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
10025         $(libdl), not $(common-objpfx)nptl/libpthread.so and
10026         $(common-objpfx)dlfcn/libdl.so.
10027
10028 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10029
10030         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
10031         BSD terminal modes definitions.
10032
10033 2014-05-16  Roland McGrath  <roland@hack.frob.com>
10034
10035         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
10036         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
10037
10038         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
10039         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
10040         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
10041         Don't do #include_next.
10042         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
10043         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
10044         Don't do #include_next.
10045         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
10046         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
10047         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
10048         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
10049
10050 2014-05-16  Allan McRae  <allan@archlinux.org>
10051
10052         * po/sv.po: Update Swedish translation from translation project.
10053
10054         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
10055         in sed expression.
10056
10057 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
10058
10059         [BZ #16917]
10060         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
10061         errno if the TIOCGPTN ioctl fails with an error different than
10062         EINVAL.
10063         * login/tst-ptsname.c: New file.
10064         * login/Makefile (tests): Add tst-ptsname.
10065
10066         [BZ #16943]
10067         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
10068         and prlimit64.
10069
10070 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
10071
10072         [BZ #16849]
10073         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
10074         herrno to return EAI_AGAIN.
10075
10076 2014-05-14  Roland McGrath  <roland@hack.frob.com>
10077
10078         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
10079         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
10080         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
10081         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
10082         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
10083         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
10084         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
10085         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
10086         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
10087         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
10088         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
10089         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
10090         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
10091         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
10092         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
10093         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
10094         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
10095         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
10096         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
10097         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
10098         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
10099         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
10100         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
10101         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
10102         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
10103         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
10104         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
10105         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
10106         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
10107         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
10108         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
10109         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
10110         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
10111         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
10112         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
10113         Moved ...
10114         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
10115         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
10116         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
10117         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
10118         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
10119         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
10120         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
10121         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
10122         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
10123         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
10124         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
10125         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
10126         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
10127         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
10128         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
10129         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
10130         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
10131         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
10132         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
10133         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
10134         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
10135         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
10136         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
10137         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
10138         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
10139         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
10140         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
10141         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
10142         Moved ...
10143         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
10144         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
10145         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
10146         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
10147         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
10148         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
10149         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
10150         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
10151         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
10152         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
10153         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
10154         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
10155         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
10156         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
10157         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
10158         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
10159         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
10160         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
10161         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
10162         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
10163         Moved ...
10164         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
10165         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
10166         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
10167
10168         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
10169         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
10170         (libpthread-sysdep_routines): Add elision-related stuff here instead.
10171         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
10172         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
10173         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
10174         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
10175         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
10176         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
10177         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
10178         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
10179         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
10180         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
10181         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
10182         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
10183         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
10184         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
10185         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
10186         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
10187         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
10188         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
10189         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
10190         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
10191         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
10192         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
10193         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
10194         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
10195         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
10196         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
10197         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
10198         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
10199
10200         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
10201         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
10202
10203         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
10204         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
10205         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
10206         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
10207         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
10208         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
10209         Moved ...
10210         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
10211         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
10212         Moved ...
10213         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
10214         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
10215         Moved ...
10216         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
10217         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
10218         Moved ...
10219         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
10220         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
10221         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
10222         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
10223         Moved ...
10224         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
10225         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
10226         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
10227         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
10228         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
10229         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
10230         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
10231         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
10232         Moved ...
10233         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
10234         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10235         Moved ...
10236         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10237         ... here.
10238         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
10239         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
10240         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
10241         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
10242         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10243         Moved ...
10244         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10245         ... here.
10246         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
10247         Moved ...
10248         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
10249         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
10250         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
10251         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
10252         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
10253         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
10254         Moved ...
10255         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
10256         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
10257         Moved ...
10258         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
10259         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
10260         Moved ...
10261         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
10262         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
10263         Moved ...
10264         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
10265         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
10266         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
10267         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
10268         Moved ...
10269         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
10270         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
10271         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
10272         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
10273         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
10274         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
10275         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
10276         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
10277         Moved ...
10278         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
10279         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10280         Moved ...
10281         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10282         ... here.
10283         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
10284         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
10285         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
10286         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
10287         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10288         Moved ...
10289         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10290         ... here.
10291         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
10292         Moved ...
10293         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
10294         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
10295         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
10296         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
10297         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
10298         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
10299         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
10300         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
10301         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
10302         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
10303         Moved ...
10304         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
10305         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
10306         Moved ...
10307         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
10308         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
10309         Moved ...
10310         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
10311         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
10312         Moved ...
10313         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
10314         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
10315         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
10316         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
10317         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
10318         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
10319         Moved ...
10320         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
10321         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
10322         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
10323         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
10324         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
10325         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
10326         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
10327         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
10328         Moved ...
10329         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
10330         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10331         Moved ...
10332         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10333         ... here.
10334         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
10335         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
10336         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
10337         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
10338         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10339         Moved ...
10340         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10341         ... here.
10342         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
10343         Moved ...
10344         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
10345         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
10346         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
10347         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
10348         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
10349         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
10350         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
10351         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
10352         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
10353         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
10354         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
10355
10356         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
10357         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
10358
10359         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
10360         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
10361
10362         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
10363         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
10364         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
10365         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
10366         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
10367         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
10368         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
10369         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
10370         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
10371         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
10372         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
10373         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
10374         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
10375         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
10376         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
10377         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
10378         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
10379         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
10380         Moved ...
10381         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
10382         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
10383         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
10384         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
10385         Moved ...
10386         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
10387         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
10388         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
10389         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
10390         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
10391         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
10392         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
10393         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
10394         Moved ...
10395         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
10396         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
10397         Moved ...
10398         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
10399         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
10400         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
10401         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
10402         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
10403         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
10404         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
10405         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
10406         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
10407         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
10408         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
10409         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
10410         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
10411         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
10412         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
10413         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
10414         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
10415
10416         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
10417         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
10418         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
10419         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
10420         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
10421
10422         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
10423         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
10424         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
10425         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
10426         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
10427         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
10428         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
10429         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
10430         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
10431         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
10432
10433         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
10434         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
10435
10436         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
10437         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
10438         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
10439         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
10440         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
10441         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
10442         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
10443         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
10444         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
10445         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
10446         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
10447         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
10448         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
10449         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
10450         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
10451         Update #include.
10452         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
10453         Likewise.
10454         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
10455         Likewise.
10456         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
10457         Likewise.
10458         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
10459         Likewise.
10460         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
10461         Likewise.
10462         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
10463         Likewise.
10464         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10465         Likewise.
10466         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
10467         Likewise.
10468         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
10469         Likewise.
10470         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
10471         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
10472         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
10473         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
10474         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
10475         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
10476         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
10477         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
10478         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
10479         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
10480         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
10481         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
10482         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
10483         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
10484         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
10485
10486         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
10487         that was previously under [RESET_PID].
10488         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
10489         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
10490         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
10491
10492         * sysdeps/i386/nptl/Implies: New file.
10493         * sysdeps/x86_64/nptl/Implies: New file.
10494         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
10495         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
10496         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
10497         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
10498
10499         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
10500         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10501         (__libc_vfork): New strong alias.
10502         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
10503         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
10504
10505         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
10506         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10507         (__libc_vfork): New strong alias.
10508         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
10509         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
10510
10511         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
10512         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10513         (__libc_vfork): New strong alias.
10514         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
10515         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
10516         * nptl/pt-vfork.c: New file.
10517         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
10518         (libpthread: GLIBC_2.20): New version set (empty).
10519
10520 2014-05-14  Will Newton  <will.newton@linaro.org>
10521
10522         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
10523         rather than #if.
10524
10525 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10526
10527         [BZ #16564]
10528         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
10529         arguments with exponent 65 or above.
10530         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
10531         arguments 0x1p113L or above.
10532         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
10533         to arguments 0x1p107L or above.
10534         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
10535         positive arguments with exponent 65 or above.
10536         * math/auto-libm-test-in: Add more tests of log1p.
10537         * math/auto-libm-test-out: Regenerated.
10538
10539         [BZ #16928]
10540         * math/s_cacos.c (__cacos): Ensure zero real part of result from
10541         non-finite arguments is +0.
10542         * math/s_cacosf.c (__cacosf): Likewise.
10543         * math/s_cacosl.c (__cacosl): Likewise.
10544         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
10545         * sysdeps/i386/fpu/libm-test-ulps: Update.
10546         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10547
10548         [BZ #16927]
10549         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
10550         value.
10551         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
10552         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
10553         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
10554         for explicit high bit of mantissa when testing for argument equal
10555         to 1.
10556         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
10557         * sysdeps/i386/fpu/libm-test-ulps: Update.
10558         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10559
10560         [BZ #16516]
10561         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
10562         (__erf): Scale by 16 instead of 8 in potentially underflowing
10563         case.  Ensure exception if result actually underflows.
10564         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
10565         (__erff): Scale by 16 instead of 8 in potentially underflowing
10566         case.  Ensure exception if result actually underflows.
10567         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
10568         (efx8): Remove variable.
10569         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10570         case.  Ensure exception if result actually underflows.
10571         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
10572         (efx8): Remove variable.
10573         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10574         case.  Ensure exception if result actually underflows.
10575         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
10576         (efx8): Remove variable.
10577         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10578         case.  Ensure exception if result actually underflows.
10579         * math/auto-libm-test-in: Add more tests of erf.
10580         * math/auto-libm-test-out: Regenerated.
10581
10582 2014-05-14  Andreas Schwab  <schwab@suse.de>
10583
10584         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
10585         Remove code conditionalized on USE___THREAD.
10586
10587         * config.h.in (HAVE_PT_CHOWN): Define as 0.
10588         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
10589         not definedness.
10590
10591 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10592
10593         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
10594         Define unconditionally.
10595         (__ASSUME_O_CLOEXEC): Likewise.
10596         (__ASSUME_SOCK_CLOEXEC): Likewise.
10597         (__ASSUME_IN_NONBLOCK): Likewise.
10598         (__ASSUME_PIPE2): Likewise.
10599         (__ASSUME_EVENTFD2): Likewise.
10600         (__ASSUME_SIGNALFD4): Likewise.
10601         (__ASSUME_DUP3): Likewise.
10602         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10603         (__ASSUME_DUP3): Do not define.
10604         (__ASSUME_EVENTFD2): Likewise.
10605         (__ASSUME_IN_NONBLOCK): Likewise.
10606         (__ASSUME_O_CLOEXEC): Likewise.
10607         (__ASSUME_PIPE2): Likewise.
10608         (__ASSUME_SIGNALFD4): Likewise.
10609         (__ASSUME_SOCK_CLOEXEC): Likewise.
10610         (__ASSUME_UTIMES): Undefine.
10611         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10612         (__ASSUME_UTIMES): Do not define.
10613         (__ASSUME_O_CLOEXEC): Likewise.
10614         (__ASSUME_SOCK_CLOEXEC): Likewise.
10615         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
10616         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
10617         0x020621].
10618         (__ASSUME_PIPE2): Likewise.
10619         (__ASSUME_EVENTFD2): Likewise.
10620         (__ASSUME_SIGNALFD4): Likewise.
10621         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10622         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10623         Do not define.
10624         (__ASSUME_EVENTFD2): Likewise.
10625         (__ASSUME_SIGNALFD4): Likewise.
10626         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10627         (__ASSUME_32BITUIDS): Likewise.
10628         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10629         (__ASSUME_IPC64): Likewise.
10630         (__ASSUME_ST_INO_64_BIT): Likewise.
10631         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10632         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10633         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10634         (__ASSUME_UTIMES): Do not define.
10635         (__ASSUME_PSELECT): Likewise.
10636         (__ASSUME_PPOLL): Likewise.
10637         (__ASSUME_O_CLOEXEC): Likewise.
10638         (__ASSUME_SOCK_CLOEXEC): Likewise.
10639         (__ASSUME_IN_NONBLOCK): Likewise.
10640         (__ASSUME_PIPE2): Likewise.
10641         (__ASSUME_EVENTFD2): Likewise.
10642         (__ASSUME_SIGNALFD4): Likewise.
10643         (__ASSUME_DUP3): Likewise.
10644         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10645         (__ASSUME_UTIMES): Likewise.
10646         (__ASSUME_O_CLOEXEC): Likewise.
10647         (__ASSUME_SOCK_CLOEXEC): Likewise.
10648         (__ASSUME_IN_NONBLOCK): Likewise.
10649         (__ASSUME_PIPE2): Likewise.
10650         (__ASSUME_EVENTFD2): Likewise.
10651         (__ASSUME_SIGNALFD4): Likewise.
10652         (__ASSUME_DUP3): Likewise.
10653         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10654         (__ASSUME_UTIMES): Likewise.
10655         (__ASSUME_O_CLOEXEC): Likewise.
10656         (__ASSUME_SOCK_CLOEXEC): Likewise.
10657         (__ASSUME_IN_NONBLOCK): Likewise.
10658         (__ASSUME_PIPE2): Likewise.
10659         (__ASSUME_EVENTFD2): Likewise.
10660         (__ASSUME_SIGNALFD4): Likewise.
10661         (__ASSUME_DUP3): Likewise.
10662         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10663         Likewise.
10664         (__ASSUME_UTIMES): Likewise.
10665         (__ASSUME_EVENTFD2): Likewise.
10666         (__ASSUME_SIGNALFD4): Likewise.
10667         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10668         (__ASSUME_O_CLOEXEC): Likewise.
10669         (__ASSUME_SOCK_CLOEXEC): Likewise.
10670         (__ASSUME_IN_NONBLOCK): Likewise.
10671         (__ASSUME_PIPE2): Likewise.
10672         (__ASSUME_EVENTFD2): Likewise.
10673         (__ASSUME_SIGNALFD4): Likewise.
10674         (__ASSUME_DUP3): Likewise.
10675         (__ASSUME_UTIMES): Undefine.
10676
10677         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10678         feclearexcept.  Remove symbol versioning code.
10679         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
10680         symbol versioning code.
10681         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
10682         symbol versioning code.
10683         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10684         feupdateenv.  Remove symbol versioning code.
10685         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10686         fegetexceptflag.  Remove symbol versioning code.
10687         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10688         fesetexceptflag.  Remove symbol versioning code.
10689         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10690         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
10691         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10692         (__posix_fadvise64_l32): Remove prototype.
10693         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10694         code.
10695
10696 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10697
10698         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10699         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10700         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10701         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10702
10703 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
10704
10705         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10706         current working directory
10707
10708 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10709
10710         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10711         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10712         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10713         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10714         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10715         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10716         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10717         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10718         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10719         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10720         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10721         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10722         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10723         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10724         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10725         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10726         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10727         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10728         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10729         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10730         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10731         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10732         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10733         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10734         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10735         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10736         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10737         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10738         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10739         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10740         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10741         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10742         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10743         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10744         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10745         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10746         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10747         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10748         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10749         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10750         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10751         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10752
10753         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10754         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10755
10756         * sysdeps/unix/sysv/linux/arm/Makefile
10757         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10758         Add rt-aeabi_unwind_cpp_pr1.
10759         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10760         Add nptl-aeabi_unwind_cpp_pr1.
10761         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10762         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10763         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10764         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10765         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10766         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10767
10768         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10769         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10770         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10771         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10772
10773         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10774         Deconditionalize the code that was previously under [RESET_PID].
10775         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10776
10777         * sysdeps/generic/exit-thread.h: New file.
10778         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10779         * include/unistd.h (__exit_thread): Remove declaration.
10780         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10781         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10782         * csu/libc-start.c: Include <exit-thread.h>.
10783         (LIBC_START_MAIN): Pass no argument to __exit_thread.
10784         * nptl/pthread_create.c: Include <exit-thread.h>.
10785         (start_thread): Call __exit_thread in place of __exit_thread_inline.
10786         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10787         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10788         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10789         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10790         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10791         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10792         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10793         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10794         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10795         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10796         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10797         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10798         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10799         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10800         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10801         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10802
10803 2014-05-13  Andreas Schwab  <schwab@suse.de>
10804
10805         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10806
10807 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
10808
10809         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10810         (__ASSUME_UTIMES): Do not condition on kernel version.
10811         (__ASSUME_PSELECT): Define unconditionally.
10812         (__ASSUME_PPOLL): Likewise.
10813         (__ASSUME_ATFCTS): Likewise.
10814         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10815         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10816         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10817         (__ASSUME_UTIMENSAT): Define unconditionally.
10818         (__ASSUME_PRIVATE_FUTEX): Likewise.
10819         (__ASSUME_FALLOCATE): Likewise.
10820         (__ASSUME_O_CLOEXEC): Likewise.
10821         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10822         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10823         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10824         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10825         (__ASSUME_IN_NONBLOCK): Likewise.
10826         (__ASSUME_PIPE2): Likewise.
10827         (__ASSUME_EVENTFD2): Likewise.
10828         (__ASSUME_SIGNALFD4): Likewise.
10829         (__ASSUME_DUP3): Likewise.
10830         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10831         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10832         (__ASSUME_AT_RANDOM): Likewise.
10833         (__ASSUME_PREADV): Likewise.
10834         (__ASSUME_PWRITEV): Likewise.
10835         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10836         (__ASSUME_F_GETOWN_EX): Define unconditionally.
10837         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10838         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10839         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10840         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10841         (__ASSUME_O_CLOEXEC): Define unconditionally.
10842         (__ASSUME_PSELECT): Do not undefine conditionally.
10843         (__ASSUME_PPOLL): Likewise.
10844         (__ASSUME_ATFCTS): Likewise.
10845         (__ASSUME_SET_ROBUST_LIST): Likewise.
10846         (__ASSUME_UTIMENSAT): Likewise.
10847         (__ASSUME_FDATASYNC): Define unconditionally.
10848         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10849         (__ASSUME_SIGFRAME_V2): Likewise.
10850         )__ASSUME_EVENTFD2): Likewise.
10851         (__ASSUME_SIGNALFD4): Likewise.
10852         (__ASSUME_PSELECT): Do not undefine conditionally.
10853         (__ASSUME_PPOLL): Likewise.
10854         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10855         (__ASSUME_PSELECT): Define unconditionally.
10856         (__ASSUME_PPOLL): Likewise.
10857         (__ASSUME_O_CLOEXEC): Likewise.
10858         (__ASSUME_SOCK_CLOEXEC): Likewise.
10859         (__ASSUME_IN_NONBLOCK): Likewise.
10860         (__ASSUME_PIPE2): Likewise.
10861         (__ASSUME_EVENTFD2): Likewise.
10862         (__ASSUME_SIGNALFD4): Likewise.
10863         (__ASSUME_DUP3): Likewise.
10864         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10865         (__ASSUME_O_CLOEXEC): Likewise.
10866         (__ASSUME_SOCK_CLOEXEC): Likewise.
10867         (__ASSUME_IN_NONBLOCK): Likewise.
10868         (__ASSUME_PIPE2): Likewise.
10869         (__ASSUME_EVENTFD2): Likewise.
10870         (__ASSUME_SIGNALFD4): Likewise.
10871         (__ASSUME_DUP3): Likewise.
10872         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10873         (__ASSUME_EVENTFD2): Likewise.
10874         (__ASSUME_SIGNALFD4): Likewise.
10875         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10876
10877 2014-05-12  Andreas Schwab  <schwab@suse.de>
10878
10879         [BZ #16932]
10880         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10881         (_nss_nis_gethostbyname4_r): Return error if item length is larger
10882         than maximum RPC packet size.
10883         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10884         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10885         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10886         (_nss_nis_getservbyport_r): Likewise.
10887
10888 2014-05-12  Will Newton  <will.newton@linaro.org>
10889
10890         * malloc/Makefile (tests): Add tst-mallopt.
10891         * malloc/tst-mallopt.c: New file.
10892
10893 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10894
10895         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10896         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10897
10898 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10899
10900         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10901         (tst-tlsmod6.so): Likewise.
10902
10903 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10904
10905         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10906
10907 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10908
10909         [BZ #16064]
10910         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10911         and <dl-procinfo.h>.
10912         (__fegetenv): Save SSE state in envp->__eip if supported.
10913         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10914         envp->__eip if supported.
10915         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10916         and <dl-procinfo.h>.
10917         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10918         __data_offset and __data_selector in environment to 0.  Set SSE
10919         state if supported.
10920         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10921         test-fenv-sse.
10922         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10923         -mfpmath=sse.
10924         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10925
10926 2014-05-09  Will Newton  <will.newton@linaro.org>
10927
10928         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10929         and libc_relro_required for ARM.
10930         * sysdeps/arm/preconfigure: Regenerate.
10931
10932 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10933             Stefan Liebler  <stli@linux.vnet.ibm.com>
10934
10935         * config.make.in (enable-lock-elision): New Makefile variable.
10936         * configure.ac: Likewise.
10937         * configure: Regenerate.
10938         * sysdeps/s390/configure.ac:
10939         Add check for gcc transactions support.
10940         * sysdeps/s390/configure: Regenerate.
10941         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10942         Build elision files if enabled.
10943         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10944         Add lock elision support for s390.
10945         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10946         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10947         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10948         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10949         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10950         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10951         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10952         Likewise.
10953         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10954         Likewise.
10955         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10956         Likewise.
10957         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10958         Likewise.
10959         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10960         (__lll_timedlock_elision, __lll_lock_elision)
10961         (__lll_unlock_elision, __lll_trylock_elision)
10962         (lll_timedlock_elision, lll_lock_elision)
10963         (lll_unlock_elision, lll_trylock_elision): Add.
10964         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10965         (pthread_mutex_t): Add lock elision support for s390.
10966
10967 2014-05-14  Wilco  <wdijkstr@arm.com>
10968
10969         * sysdeps/arm/fclrexcpt.c: Cleanup.
10970         * sysdeps/arm/fedisblxcpt.c: Cleanup.
10971         * sysdeps/arm/feenablxcpt.c: Cleanup.
10972         * sysdeps/arm/fegetenv.c: Cleanup.
10973         * sysdeps/arm/fegetexcept.c: Cleanup.
10974         * sysdeps/arm/fegetround.c: Cleanup.
10975         * sysdeps/arm/feholdexcpt.c: Cleanup.
10976         * sysdeps/arm/fesetenv.c: Cleanup.
10977         * sysdeps/arm/fesetround.c: Cleanup.
10978         * sysdeps/arm/feupdateenv.c: Cleanup.
10979         * sysdeps/arm/fgetexcptflg.c: Cleanup.
10980         * sysdeps/arm/fraiseexcpt.c: Cleanup.
10981         * sysdeps/arm/fsetexcptflg.c: Cleanup.
10982         * sysdeps/arm/ftestexcept.c: Cleanup.
10983         * sysdeps/arm/get-rounding-mode.h: Cleanup.
10984         * sysdeps/arm/setfpucw.c: Cleanup.
10985
10986 2014-05-09  Will Newton  <will.newton@linaro.org>
10987
10988         * sysdeps/arm/armv7/strcmp.S: New file.
10989         * NEWS: Mention addition of ARMv7 optimized strcmp.
10990
10991 2014-05-08  Roland McGrath  <roland@hack.frob.com>
10992
10993         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
10994         look for %.ac rather than %.in.
10995
10996         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
10997         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
10998         * sysdeps/mach/hurd/configure: Regenerated.
10999         * sysdeps/unix/sysv/linux/configure: Regenerated.
11000
11001         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
11002
11003 2014-05-07  Steve Ellcey  <sellcey@mips.com>
11004
11005         [BZ# 16922]
11006         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
11007         (LONG_SUB): Ditto.
11008         (PTR_SUB): Ditto.
11009
11010 2014-05-07  Andreas Schwab  <schwab@suse.de>
11011
11012         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
11013         when skipping over non-matching result from nscd.
11014
11015 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
11016
11017         [BZ #16876]
11018         * nptl/sockperf.c (client): Check socket return value.
11019
11020         [BZ #16877]
11021         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
11022         nscd security class.
11023
11024 2014-05-06  Roland McGrath  <roland@hack.frob.com>
11025
11026         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
11027         * sysdeps/arm/unwind.h: ... here.
11028
11029 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
11030
11031         [BZ# 16916]
11032         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
11033         Define.
11034
11035 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11036
11037         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
11038         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
11039         multiarch strncpy for PPC64.
11040         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
11041         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
11042         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
11043         multiarch optimizations.
11044         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11045         (__libc_ifunc_impl_list): Likewise.
11046         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
11047         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
11048         multiarch stpncpy for PPC64.
11049         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
11050         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
11051
11052 2014-05-06  Andreas Schwab  <schwab@suse.de>
11053
11054         [BZ #16912]
11055         * gmon/mcount.c (_MCOUNT_DECL): Use
11056         atomic_compare_and_exchange_bool_acq instead of
11057         catomic_compare_and_exchange_bool_acq.
11058
11059 2014-05-05  Roland McGrath  <roland@hack.frob.com>
11060
11061         * elf/Makefile (others, install-bin): Remove pldd.
11062         (pldd-modules): Variable removed.
11063         ($(objpfx)pldd): Target removed.
11064         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
11065         (others, install-bin): Append pldd here.
11066         ($(objpfx)pldd): New target.
11067
11068         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
11069         to 0, so the first #if test emitted later doesn't see it undefined.
11070         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
11071         * sysdeps/gnu/errlist.c: Regenerated.
11072
11073 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11074
11075         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
11076         [libc_hidden_builtin_def]: Define to empty value.
11077         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
11078         [libc_hidden_builtin_def]: Likewise.
11079         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
11080         [libc_hidden_builtin_def]: Likewise.
11081         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
11082         [libc_hidden_builtin_def]: Likewise.
11083         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
11084         __redirect_memcpy and define ifunc as default hidden symbol.
11085         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
11086         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
11087
11088 2014-05-04  Adam Conrad  <adconrad@0c3.net>
11089
11090         * locale/iso-4217.def: Reintroduce XDR currency.
11091
11092 2014-05-04  Allan McRae  <allan@archlinux.org>
11093
11094         * po/eo.po: Update Esperanto translation from translation project.
11095
11096 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
11097
11098         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
11099         and FEATURE_INDEX_MAX to 1.
11100         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
11101
11102 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11103
11104         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
11105         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
11106         * iconvdata/big5.c (ONE_DIRECTION): Define.
11107         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
11108         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
11109         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
11110         * iconvdata/cp932.c (ONE_DIRECTION): Define.
11111         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
11112         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
11113         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
11114         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
11115         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
11116         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
11117         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
11118         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
11119         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
11120         * iconvdata/gbk.c (ONE_DIRECTION): Define.
11121         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
11122         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
11123         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
11124         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
11125         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
11126         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
11127         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
11128         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
11129         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
11130         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
11131         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
11132         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
11133         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
11134         * iconvdata/iso646.c (ONE_DIRECTION): Define.
11135         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
11136         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
11137         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
11138         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
11139         * iconvdata/johab.c (ONE_DIRECTION): Define.
11140         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
11141         * iconvdata/sjis.c (ONE_DIRECTION): Define.
11142         * iconvdata/t.61.c (ONE_DIRECTION): Define.
11143         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
11144         * iconvdata/tscii.c (ONE_DIRECTION): Define.
11145         * iconvdata/uhc.c (ONE_DIRECTION): Define.
11146         * iconvdata/unicode.c (ONE_DIRECTION): Define.
11147         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
11148         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
11149         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
11150
11151 2014-05-01  Roland McGrath  <roland@hack.frob.com>
11152
11153         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
11154         (_IO_JUMPS_OFFSET): Define to 0.
11155
11156         * nptl/sysdeps/pthread/bits/libc-lock.h
11157         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
11158         (__libc_lock_define_initialized_recursive): Always define using
11159         initializer.  Modern compilers treat uninitialized (implicit zero) and
11160         explicit zero initializers the same (i.e. put the datum in bss).
11161
11162 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11163
11164         * nscd/nscd-client.h: Include <string.h>.
11165
11166 2014-05-01  David S. Miller  <davem@davemloft.net>
11167
11168         [BZ #16885]
11169         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
11170         multiple zero bytes exist at the end of a string.
11171         Reported by Aurelien Jarno <aurelien@aurel32.net>
11172
11173         * string/test-strcmp.c (check): Add explicit test for situations where
11174         there are multiple zero bytes after the first.
11175
11176 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11177
11178         [BZ #16890]
11179         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
11180         when compiling wprintf.
11181         * stdio-common/tstdiomisc.c (t3): New function.
11182         (main): Call it.
11183
11184 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11185
11186         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
11187         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
11188         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
11189         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
11190
11191 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11192
11193         * stdlib/longlong.h: Updated from GCC.
11194
11195 2014-05-01  Will Newton  <will.newton@linaro.org>
11196             Bernard Ogden  <bernie.ogden@linaro.org>
11197
11198         * NEWS: Update fixed bug list.
11199
11200         [BZ #15119]
11201         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
11202
11203 2014-04-30  David S. Miller  <davem@davemloft.net>
11204
11205         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
11206         (libc_feholdexcept_setround_sparc_ctx): New function.
11207         (libc_fesetenv_sparc_ctx): Likewise.
11208         (libc_feupdateenv_sparc_ctx): Likewise.
11209         (libc_feholdsetround_sparc_ctx): Likewise.
11210         (libc_feholdexcept_setround_ctx): Define.
11211         (libc_feholdexcept_setroundf_ctx): Likewise.
11212         (libc_feholdexcept_setroundl_ctx): Likewise.
11213         (libc_fesetenv_ctx): Likewise.
11214         (libc_fesetenvf_ctx): Likewise.
11215         (libc_fesetenvl_ctx): Likewise.
11216         (libc_feupdateenv_ctx): Likewise.
11217         (libc_feupdateenvf_ctx): Likewise.
11218         (libc_feupdateenvl_ctx): Likewise.
11219         (libc_feresetround_ctx): Likewise.
11220         (libc_feresetroundf_ctx): Likewise.
11221         (libc_feresetroundl_ctx): Likewise.
11222         (libc_feholdsetround_ctx): Likewise.
11223         (libc_feholdsetroundf_ctx): Likewise.
11224         (libc_feholdsetroundl_ctx): Likewise.
11225
11226         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11227         with __USE_GNU instead of XOPEN cpp guards.
11228
11229         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
11230         0.
11231
11232         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11233         with XOPEN cpp guards.
11234
11235 2014-04-30  Julian Brown  <julian@codesourcery.com>
11236
11237         [BZ #16888]
11238         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
11239         handling.
11240
11241 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
11242
11243         [BZ #9894]
11244         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
11245         Change to 2.6.32.
11246         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
11247         * sysdeps/unix/sysv/linux/configure: Regenerated.
11248         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
11249         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
11250         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
11251         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
11252         * README: Update reference to required Linux kernel version.
11253         * manual/install.texi (Linux): Update reference to required Linux
11254         kernel headers version.
11255         * INSTALL: Regenerated.
11256
11257         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
11258         header inclusion.
11259         [POSIX] (limits.h): Likewise.
11260         [POSIX] (math.h): Likewise.
11261         [POSIX] (sys/wait.h): Likewise.
11262         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
11263         function.
11264         [POSIX] (stddef.h): Do not allow header inclusion.
11265
11266 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11267
11268         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
11269
11270 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
11271
11272         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
11273         Return immediately after lll_futex_wake.
11274
11275 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11276
11277         [BZ #16791]
11278         * nscd/nscd-client.h (datahead_init_common): Initialize entire
11279         structure.
11280         (datahead_init_pos): Call datahead_init_common early.
11281         (datahead_init_neg): Likewise.
11282
11283         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
11284         datahead_init_neg): New functions.
11285         * nscd/aicache.c (addhstaiX): Use them.
11286         * nscd/grpcache.c (cache_addgr): Likewise.
11287         * nscd/hstcache.c (cache_addhst): Likewise.
11288         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11289         * nscd/netgroupcache.c (do_notfound): Likewise.
11290         (addgetnetgrentX): Likewise.
11291         (addinnetgrX): Likewise.
11292         * nscd/pwdcache.c (cache_addpw): Likewise.
11293         * nscd/servicescache.c (cache_addserv): Likewise.
11294
11295 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11296             Atsushi Onoe  <atsushi@onoe.org>
11297
11298         [BZ #14308]
11299         [BZ #12994]
11300         [BZ #13651]
11301         * resolv/res_query.c (__libc_res_nsearch): Return if at least
11302         one response is valid.
11303         * resolv/res_send.c (send_dg): Check for validity of other
11304         response if the current response is a referral.
11305
11306 2014-04-29  Steve Ellcey  <sellcey@mips.com>
11307
11308         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
11309
11310 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
11311
11312         [BZ #16823]
11313         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
11314         Always divide by positive zero when computing -Inf result.
11315         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11316         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
11317
11318 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11319
11320         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
11321         FPSCR if value do not change.
11322         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11323         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
11324         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
11325         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
11326         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
11327         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
11328         function.
11329
11330 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
11331
11332         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
11333         * sysdeps/unix/sysv/linux/hppa: Move directory from
11334         ports/systeps/unix/sysv/linux/hppa.
11335         * README: Update listing for hppa-*-linux-gnu.
11336
11337 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
11338
11339         [BZ #16754]
11340         * manual/stdio.texi (Hook functions): Fix types of stream hook
11341         functions.
11342         [BZ #16854]
11343         * socket/sys/socket.h: Fix typo in comment.
11344
11345 2014-04-28  Wilco  <wdijkstr@arm.com>
11346
11347         * sysdeps/arm/fenv_private.h: New file.
11348         * sysdeps/arm/math_private.h: New file.
11349         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
11350
11351 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
11352
11353         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
11354         with __int128_t.
11355         (La_x86_64_retval): Likewise.
11356
11357 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
11358
11359         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
11360         fpsr if value didn't change.
11361         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
11362         to fpcr if value didn't change.
11363         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
11364         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
11365         fpsr or fpcr if value didn't change.
11366         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
11367         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
11368         fpcr if value didn't change.
11369         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
11370         to fpsr if value didn't change.
11371
11372 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
11373
11374         * nptl/tst-sem3.c: Use test-skeleton.c
11375         (main): Rename to do_test.  Use return instead of
11376         exit.
11377         * nptl/tst-sem4.c: Use test-skeleton.c
11378         (main): Rename to do_test.
11379
11380 2014-04-22  David S. Miller  <davem@davemloft.net>
11381
11382         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
11383         (struct sigaction): New struct member __glibc_reserved0, change
11384         type of sa_flags to int.
11385
11386 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
11387
11388         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
11389         (COUNT_LEADING_ZEROS_0): Define for AArch64.
11390
11391 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11392
11393         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
11394         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
11395
11396 2014-04-22  Will Newton  <will.newton@linaro.org>
11397             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
11398
11399         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
11400         (__longjmp): Add longjmp and longjmp_target SystemTap
11401         probes.
11402         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
11403         (__sigsetjmp): Add setjmp SystemTap probe.
11404
11405 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
11406
11407         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
11408         match manual order.
11409
11410 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11411
11412         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
11413
11414         * sysdeps/powerpc/fpu/fenv_private.h
11415         (libc_feholdexcept_setroundl_ctx): Define to
11416         libc_feholdexcept_setround_ppc_ctx.
11417         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
11418         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
11419         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
11420         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
11421
11422 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11423
11424         * sysdeps/aarch64/math-tests.h: New file.
11425
11426 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
11427
11428         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
11429         New.
11430         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11431         Check and set bit_AVX2_Usable.
11432         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
11433         macro.
11434         (bit_AVX2): Likewise.
11435         (index_AVX2_Usable): Likewise.
11436         (CPUID_AVX2): Likewise.
11437         (HAS_AVX2): Likewise.
11438
11439 2014-04-17  Will Newton  <will.newton@linaro.org>
11440
11441         * manual/setjmp.texi (System V contexts): Add note that
11442         calling setcontext on a context created by a call to a
11443         signal handler is undefined.  Update text to note that
11444         setcontext from a signal handler is possible but not
11445         recommended.
11446
11447         [BZ #16629]
11448         * stdlib/tst-setcontext.c: Include signal.h.
11449         (main): Check that the signal stack before and
11450         after swapcontext is the same.
11451
11452         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
11453         Re-implement to restore registers in user code and avoid
11454         rt_sigreturn system call.
11455
11456 2014-04-17  Wilco  <wdijkstr@arm.com>
11457
11458         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
11459         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
11460         * math/test-fenv.c: Skip exception trap tests on targets which only
11461         support non-stop mode.
11462
11463 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11464             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11465
11466         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
11467         (libc_feholdsetround_aarch64_ctx)
11468         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
11469         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
11470         (libc_feresetround_ctx, libc_feresetroundf_ctx)
11471         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
11472         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
11473         (libc_feresetround_noexl_ctx): Define.
11474
11475 2014-04-16  Richard Henderson  <rth@redhat.com>
11476
11477         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
11478
11479         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
11480         unwind tables.
11481
11482         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
11483         const from the non-libc, non-ldso copy.
11484
11485         * sysdeps/alpha/libm-test-ulps: Regenerate.
11486
11487 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
11488             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11489
11490         * sysdeps/aarch64/fpu/math_private.h: New file.
11491
11492 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11493
11494         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11495
11496 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
11497
11498         [BZ #16275]
11499         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
11500         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
11501         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
11502         Intel MPX bound registers before _dl_profile_fixup.
11503         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
11504         registers after _dl_profile_fixup.  Save and restore bound
11505         registers bnd0/bnd1 when calling _dl_call_pltexit.
11506         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
11507         (LR_BND_OFFSET): Likewise.
11508         (LRV_BND0_OFFSET): Likewise.
11509         (LRV_BND1_OFFSET): Likewise.
11510
11511 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11512
11513         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
11514         to...
11515         * sysdeps/mach/hurd/i386/tls.h: ... here.
11516         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
11517         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
11518         fields.
11519
11520 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11521
11522         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
11523
11524 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11525
11526         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11527
11528 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11529
11530         [BZ #14770]
11531         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
11532         * sysdeps/s390/configure: Regenerate.
11533
11534         [BZ #16824]
11535         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
11536         Set round-to-nearest internally to reduce error accumulation.
11537
11538 2014-04-16  Alan Modra  <amodra@gmail.com>
11539
11540         [BZ #16740]
11541         [BZ #16619]
11542         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
11543         * math/libm-test.inc (frexp_test_data): Add tests.
11544         * NEWS: Update fixed bug list.
11545
11546 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11547
11548         * benchtests/Makefile: Depend on libraries in build directory.
11549         (bench-math): Separate out math tests.
11550         (bench-pthread): Separate out pthread tests.
11551         (bench): Include math and pthread tests.
11552
11553 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
11554
11555         [BZ #16831]
11556         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
11557         _dl_debug_initialize.
11558
11559         * configure.ac: Remove SELinux header check.
11560         * configure: Regenerate.
11561         * nscd/selinux.c (perms): Array of const char* to permission names.
11562         (nscd_request_avc_has_perm): Call security_deny_unknown to find
11563         default policy. Call string_to_security_class and string_to_av_perm to
11564         translate strings. Enforce default policy and call avs_has_perm with
11565         results of translated strings.
11566
11567 2014-04-13  David S. Miller  <davem@davemloft.net>
11568
11569         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11570
11571 2014-04-12  Allan McRae  <allan@archlinux.org>
11572
11573         [BZ #16838]
11574         * manual/string.texi (Collation Functions): Fix qsort argument
11575         order in example.
11576         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11577
11578 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
11579
11580         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
11581         Make the test a no-op if there are no exceptions defined.
11582
11583 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
11584
11585         * elf/Makefile (tests): make tst-dlopen-aout conditional on
11586         enable-hardcoded-path-in-tests
11587
11588 2014-04-11  Will Newton  <will.newton@linaro.org>
11589
11590         * benchtests/Makefile (extra-objs): Add json-lib.o.
11591         (bench-func): Tidy up JSON output.
11592         * benchtests/bench-skeleton.c: Include json-lib.h.
11593         (main): Use JSON library functions to do output of
11594         benchmark results.
11595         * benchtests/bench-timing-type.c (main): Output the
11596         timing type simply, leaving formatting to the user.
11597         * benchtests/json-lib.c: New file.
11598         * benchtests/json-lib.h: Likewise.
11599
11600 2014-04-11  Torvald Riegel  <triegel@redhat.com>
11601
11602         [BZ #15215]
11603         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
11604         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
11605         memory barriers.  Add comments.
11606         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
11607         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
11608         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
11609         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
11610         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
11611         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
11612
11613 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11614
11615         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
11616         * sysdeps/s390/s390-64/configure.ac: ... this ...
11617         * sysdeps/s390/configure.ac: ... to here.
11618         * sysdeps/s390/s390-32/configure: Delete file.
11619         * sysdeps/s390/s390-64/configure: Delete file.
11620         * sysdeps/s390/configure: Regenerate.
11621
11622 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
11623
11624         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11625
11626 2014-04-11  Will Newton  <will.newton@linaro.org>
11627
11628         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11629         to zero if it is not defined elsewhere.  (mtrim): Test
11630         the value of MALLOC_DEBUG with #if rather than #ifdef.
11631
11632 2014-04-10 Torvald Riegel  <triegel@redhat.com>
11633
11634         * benchtests/pthread_once-inputs: New file.
11635         * benchtests/pthread_once-source.c: New file.
11636         * benchtests/README: Update documentation.
11637
11638 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
11639             H.J. Lu  <hongjiu.lu@intel.com>
11640
11641         [BZ #16275]
11642         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11643         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11644         * sysdeps/x86_64/configure: Regenerated.
11645         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11646         macro.
11647         (REGISTER_SAVE_RAX): Likewise.
11648         (REGISTER_SAVE_RCX): Likewise.
11649         (REGISTER_SAVE_RDX): Likewise.
11650         (REGISTER_SAVE_RSI): Likewise.
11651         (REGISTER_SAVE_RDI): Likewise.
11652         (REGISTER_SAVE_R8): Likewise.
11653         (REGISTER_SAVE_R9): Likewise.
11654         (REGISTER_SAVE_BND0): Likewise.
11655         (REGISTER_SAVE_BND1): Likewise.
11656         (REGISTER_SAVE_BND2): Likewise.
11657         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
11658         bound registers when calling _dl_fixup.
11659
11660 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11661
11662         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
11663         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11664         of its definition.
11665         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11666         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11667         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11668         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11669         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11670         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11671         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11672
11673 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
11674
11675         [BZ #15514]
11676         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11677         pathconf(_PC_NAME_MAX).
11678
11679 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11680
11681         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11682         Remove macro usage.
11683         (__PTHREAD_SPINS): Move definition to ...
11684         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11685         (__PTHREAD_SPINS): ... here.
11686         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11687         (__PTHREAD_SPIN): Likewise.
11688         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11689         (__PTHREAD_SPIN): Likewise.
11690         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11691         (__PTHREAD_SPIN): Likewise.
11692         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11693         (__PTHREAD_SPIN): Likewise.
11694         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11695         (__PTHREAD_SPIN): Likewise.
11696         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11697         (__PTHREAD_SPIN): Likewise.
11698         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11699         (__PTHREAD_SPIN): Likewise.
11700         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11701         (__PTHREAD_SPIN): Likewise.
11702         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11703         (__PTHREAD_SPIN): Likewise.
11704         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11705         (__PTHREAD_SPIN): Likewise.
11706         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11707         (__PTHREAD_SPIN): Likewise.
11708         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11709         (__PTHREAD_SPIN): Likewise.
11710
11711         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11712         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11713         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11714         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11715         imply folder.
11716         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11717         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11718         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11719         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11720         correct imply path.
11721         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11722         strlen symbol for non multi-arch builds.
11723         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11724         missing hidden_def and weak_alias.
11725
11726 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
11727
11728         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11729
11730 2014-04-07  Will Newton  <will.newton@linaro.org>
11731
11732         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11733         and contents.  [!_LIBC] Remove #ifndef and contents.
11734         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
11735         * string/memccpy.c (__memccpy): Use ANSI prototype.
11736         * string/memfrob.c (memfrob): Likewise.
11737         * string/strcoll.c (STRCOLL): Likewise.
11738         * string/strlen.c (strlen): Likewise.
11739         * string/strtok.c (STRTOK): Likewise.
11740         * string/strcat.c: Remove unused #include of memcopy.h.
11741         (strcat): Use ANSI prototype.
11742         * string/strchr.c: Remove unused #include of memcopy.h.
11743         (strchr): Use ANSI prototype.
11744         * string/strcmp.c: Remove unused #include of memcopy.h.
11745         (strcmp): Use ANSI prototype.
11746         * string/strcpy.c: Remove unused #include of memcopy.h.
11747         (strcpy): Use ANSI prototype.
11748
11749 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11750
11751         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11752         * config.make.in (config-extra-cppflags): Set it from
11753         libc_extra_cppflags.
11754         * configure.ac (libc_extra_cflags): Make it accumulate over
11755         configure fragments.
11756         (libc_extra_cppflags): New flag.
11757         * configure. Regenerate.
11758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
11759         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11760         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
11761         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11762
11763         [BZ #16815]
11764         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11765         result for FE_DOWNWARD rounding mode.
11766         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11767         Likewise.
11768         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11769
11770 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
11771
11772         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11773         in function argument name.
11774
11775 2014-04-03  David Svoboda  <svoboda@cert.org>
11776
11777         [BZ #5666]
11778         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11779         explicitly.
11780
11781 2014-04-03  Roland McGrath  <roland@hack.frob.com>
11782
11783         * elf/dl-unmap-segments.h: New file.
11784         * sysdeps/generic/ldsodefs.h
11785         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11786         * elf/dl-close.c: Include <dl-unmap-segments.h>.
11787         * elf/dl-fptr.c: Likewise.
11788         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11789         * sysdeps/aarch64/tlsdesc.c: Likewise.
11790         * sysdeps/arm/tlsdesc.c: Likewise.
11791         * sysdeps/i386/tlsdesc.c: Likewise.
11792         * sysdeps/tile/dl-runtime.c: Likewise.
11793         * sysdeps/x86_64/tlsdesc.c: Likewise.
11794         * elf/dl-load.h: New file.
11795         * elf/dl-load.c: Include it.
11796         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11797         Macros moved to dl-load.h.
11798         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11799         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11800         Use _dl_unmap_segments in place of __munmap.
11801         Break out segment-mapping loop into ...
11802         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11803
11804 2014-04-03  Will Newton  <will.newton@linaro.org>
11805
11806         * elf/dl-lookup.c (do_lookup_x): Remove comment
11807         referring to nested function and move variable
11808         declarations down to before first use.
11809
11810 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
11811
11812         [BZ #16799]
11813         [BZ #16800]
11814         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11815         with 0 numerator.
11816         * math/s_catanf.c (__catanf): Likewise.
11817         * math/s_catanh.c (__catanh): Likewise.
11818         * math/s_catanhf.c (__catanhf): Likewise.
11819         * math/s_catanhl.c (__catanhl): Likewise.
11820         * math/s_catanl.c (__catanl): Likewise.
11821         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11822         by positive zero when computing -Inf result.
11823         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11824         (catanh_test): Likewise.
11825         * sysdeps/i386/fpu/libm-test-ulps: Update.
11826         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11827
11828         [BZ #16789]
11829         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11830         instead of using underflowing value in computing result.
11831         * math/s_clog10.c (__clog10): Likewise.
11832         * math/s_clog10f.c (__clog10f): Likewise.
11833         * math/s_clog10l.c (__clog10l): Likewise.
11834         * math/s_clogf.c (__clogf): Likewise.
11835         * math/s_clogl.c (__clogl): Likewise.
11836         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11837         (clog10_test): Likewise.
11838         * sysdeps/i386/fpu/libm-test-ulps: Update.
11839         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11840
11841 2014-04-02  Alan Modra  <amodra@gmail.com>
11842
11843         [BZ #16739]
11844         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11845         output when value is near a power of two.  Use int64_t for lx and
11846         remove casts.  Use decimal rather than hex exponent constants.
11847         Don't use long double multiplication when double will suffice.
11848         * math/libm-test.inc (nextafter_test_data): Add tests.
11849         * NEWS: Add 16739 and 16786 to bug list.
11850
11851         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11852
11853         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11854
11855 2014-04-01  Will Newton  <will.newton@linaro.org>
11856
11857         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11858         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
11859
11860 2014-04-01  Florian Weimer  <fweimer@redhat.com>
11861
11862         [BZ #13347]
11863         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11864         * nptl/tst-setuid2.c: New file.
11865         * nptl/Makefile (xtests): Add tst-setuid2.
11866
11867 2014-04-01  Alan Modra  <amodra@gmail.com>
11868
11869         [BZ #16786]
11870         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11871
11872 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11873
11874         [BZ #6803]
11875         [BZ #6804]
11876         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11877         set errno as appropriate.
11878         * math/w_scalbf.c (__scalbf): Likewise.
11879         * math/w_scalbl.c (__scalbl): Likewise.
11880         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11881         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11882         * math/libm-test.inc (scalb_test_data): Add errno expectations.
11883         Add more NaN tests.
11884
11885         [BZ #16349]
11886         * math/w_atan2.c: Include <errno.h>.
11887         (__atan2): Set errno for result underflowing to zero.
11888         * math/w_atan2f.c: Include <errno.h>.
11889         (__atan2f): Set errno for result underflowing to zero.
11890         * math/w_atan2l.c: Include <errno.h>.
11891         (__atan2l): Set errno for result underflowing to zero.
11892         * math/auto-libm-test-in: Don't allow missing errno for some atan2
11893         tests.
11894         * math/auto-libm-test-out: Regenerated.
11895
11896 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11897
11898         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11899         Encode instruction correctly in little endian.
11900         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11901         Likewise.
11902         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11903         Likewise.
11904         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11905         Likewise.
11906         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11907         Likewise.
11908
11909 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11910
11911         [BZ #9894]
11912         * sysdeps/unix/sysv/linux/kernel-features.h
11913         [__sparc__ && !__arch64__ && !__sparc_v9__]
11914         (__ASSUME_SET_ROBUST_LIST): Do not define.
11915         [__sparc__ && !__arch64__ && !__sparc_v9__]
11916         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11917         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11918         Likewise.
11919         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11920         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11921         (__ASSUME_REQUEUE_PI): Likewise.
11922         (__ASSUME_SET_ROBUST_LIST): Likewise.
11923         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11924         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11925         Undefine.
11926         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11927         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11928         Likewise.
11929         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11930         Likewise.
11931         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11932         Likewise.
11933         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11934         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11935         Undefine.
11936         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11937         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11938         Likewise.
11939
11940         [BZ #16648]
11941         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11942         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11943         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11944
11945 2014-03-31  Will Newton  <will.newton@linaro.org>
11946
11947         * benchtests/Makefile (bench): Add ffs and ffsll to list
11948         of tests.
11949         * benchtests/ffs-inputs: New file.
11950         * benchtests/ffsll-inputs: Likewise.
11951
11952 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11953
11954         [BZ #16770]
11955         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11956         too large before casting to int.
11957         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11958         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11959         * math/libm-test.inc (scalb_test_data): Add more tests.
11960
11961 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11962
11963         * benchtests/Makefile (DETAILED_OPT): New make option.
11964         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11965         set.
11966         * benchtests/bench-skeleton.c: Include stdbool.h.
11967         (main): Store and print timings per input.
11968         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11969         member to each argument value.
11970         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11971         (_print_arg_data): Initialize per-input timing to 0.
11972
11973         * benchtests/Makefile (timing-type): New binary.
11974         (bench-clean): Also remove bench-timing-type.
11975         (bench): New target for timing-type.
11976         (bench-func): Print output in JSON format.
11977         * benchtests/bench-skeleton.c (main): Print output in JSON
11978         format.
11979         * benchtests/bench-timing-type.c: New file.
11980         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11981         (TIMING_PRINT_STATS): Remove.
11982         * benchtests/scripts/bench.py (_print_arg_data): Store variant
11983         name separately.
11984
11985         * benchtests/bench-modf.c: Remove.
11986         * benchtests/modf-inputs: New inputs file.
11987
11988 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
11989
11990         [BZ #16362]
11991         * math/s_clog10.c (M_PI_LOG10E): New macro.
11992         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11993         imaginary parts are 0.
11994         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
11995         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
11996         imaginary parts are 0.
11997         * math/s_clog10l.c (M_PI_LOG10El): New macro.
11998         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
11999         imaginary parts are 0.
12000         * math/libm-test.inc (clog10_test_data): Update expected results
12001         for when real and imaginary parts are 0.
12002
12003 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
12004
12005         * elf/dl-load.c: Finish conversion of __builtin_expect into
12006         __glibc_{un}likely.
12007
12008 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
12009
12010         [BZ #16348]
12011         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
12012         1+x for argument with exponent below -67.
12013         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
12014         Likewise.
12015         * math/auto-libm-test-in: Add more tests of exp.
12016         * math/auto-libm-test-out: Regenerated.
12017
12018 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12019
12020         [BZ #16759]
12021         * inet/getnetgrent_r.c (get_nonempty_val): New function.
12022         (nscd_getnetgrent): Use it.
12023
12024         [BZ #16760]
12025         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
12026         of stpcpy.
12027
12028 2014-03-27  Andi Kleen  <ak@linux.intel.com>
12029
12030         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
12031         (lll_robust_lock, lll_cond_lock, lll_timedlock)
12032         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
12033         (lll_robust_unlock): Remove out of line section. Use cfi
12034         intrinsics.
12035         (LLL_STUB_UNWIND_INFO*): Remove.
12036         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
12037         (lll_robust_lock, lll_cond_lock, lll_timedlock)
12038         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
12039         (lll_robust_unlock): Remove out of line section. Use cfi
12040         intrinsics.
12041         (LLL_STUB_UNWIND_INFO*): Remove.
12042
12043 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12044
12045         [BZ #16758]
12046         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
12047         blank values.
12048
12049 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
12050
12051         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
12052
12053 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
12054
12055         [BZ #16198]
12056         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
12057         fnstenv.
12058         * math/test-fenv-preserve.c: New file.
12059         * math/Makefile (tests): Add test-fenv-preserve.
12060
12061 2014-03-26  Will Newton <will.newton@linaro.org>
12062
12063         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
12064
12065 2014-03-25  Roland McGrath  <roland@hack.frob.com>
12066
12067         * scripts/versionlist.awk: Partition the version sets and emit all
12068         GLIBC_* (sorted) before all others (sorted).
12069
12070 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
12071
12072         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
12073         GLIBC_2.2.5 version.
12074
12075 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12076
12077         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
12078         calls.
12079
12080         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
12081         previous change.
12082
12083         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12084
12085 2014-03-25  Andreas Schwab  <schwab@suse.de>
12086
12087         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
12088         label to be used after in6ailist is initialized.
12089
12090 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12091
12092         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
12093         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12094
12095 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
12096
12097         [BZ #16357]
12098         [BZ #16599]
12099         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
12100         min_plus_half.
12101         (fp_formats): Update initializers.
12102         (init_fp_formats): Initialize new field.
12103         (output_for_one_input_case): Allow underflow for results up to
12104         min_plus_half.
12105         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
12106         * math/auto-libm-test-in: Don't mark some underflows from asin and
12107         atanh as spurious.
12108         * math/auto-libm-test-out: Regenerated.
12109         * sysdeps/i386/fpu/libm-test-ulps: Update.
12110         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12111
12112 2014-03-25  Andreas Schwab  <schwab@suse.de>
12113
12114         * libio/Makefile (tst-ftell-partial-wide-ENV)
12115         (tst-ftell-active-handler-ENV): Define.
12116
12117 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
12118
12119         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
12120
12121 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12122
12123         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
12124
12125 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12126
12127         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
12128         * sysdeps/x86_64/fpu/multiarch/e_exp.c
12129         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
12130
12131 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12132
12133         [BZ #16634]
12134         * elf/dl-load.c (open_verify): Add mode parameter.
12135         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
12136         (open_path): Change from boolean 'secure' to complete flag 'mode'
12137         (_dl_map_object): Adjust.
12138         * elf/Makefile (tests): Add tst-dlopen-aout.
12139         * elf/tst-dlopen-aout.c: New test.
12140
12141 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
12142
12143         [BZ #16714]
12144         * sysdeps/unix/sysv/linux/s390/bits/stat.h
12145         (struct stat): Rename member pad0 to __glibc_reserved0.
12146
12147         [BZ #16712]
12148         * sysdeps/s390/s390-32/bits/wordsize.h
12149         (__WORDSIZE32_SIZE_ULONG): New define.
12150         * sysdeps/s390/s390-64/bits/wordsize.h
12151         (__WORDSIZE32_SIZE_ULONG): Likewise.
12152         * sysdeps/generic/stdint.h (SIZE_MAX):
12153         Define as UL if __WORDSIZE32_SIZE_ULONG.
12154
12155         [BZ #16713]
12156         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
12157         (__glibc_reserved0): New variable.
12158         (sa_flags): Change type to int.
12159
12160         * posix/Makefile (before-compile): Use += before-compile instead
12161         of a :=.
12162
12163         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12164         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12165
12166 2014-03-20  Andreas Schwab  <schwab@suse.de>
12167
12168         [BZ #16743]
12169         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
12170         non-matching result from nscd.
12171
12172 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12173
12174         * scripts/bench.py: Moved to ...
12175         * benchtests/scripts/bench.py: ... here.
12176         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
12177
12178 2014-03-24  Andreas Schwab  <schwab@suse.de>
12179
12180         [BZ #16002]
12181         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
12182         alloca_account and account alloca use for struct in6ailist.
12183
12184 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12185
12186         [BZ #16284]
12187         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
12188         rounding mode to recompute results that overflow to infinity or
12189         underflow to zero.
12190         * math/auto-libm-test-in: Don't mark tests as expected to fail for
12191         bug 16284.
12192         * math/auto-libm-test-out: Regenerated.
12193         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
12194         (ccosh_test): Likewise.
12195         (csin_test_data): Use plus_oflow.
12196         (csin_test): Use ALL_RM_TEST.
12197         (csinh_test_data): Use plus_oflow.
12198         (csinh_test): Use ALL_RM_TEST.
12199         * sysdeps/i386/fpu/libm-test-ulps: Update.
12200         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12201
12202 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
12203
12204         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
12205         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
12206         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
12207
12208         [BZ #16731]
12209         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
12210         when x - 1 is zero.
12211         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
12212         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
12213         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12214         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
12215         argument is 1.
12216         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
12217         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
12218         zero.
12219         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
12220         * sysdeps/i386/fpu/libm-test-ulps: Update.
12221         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12222
12223 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
12224
12225         * scripts/bench.pl: Remove file.
12226         * scripts/bench.py: New benchmark script.
12227         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
12228         * benchtests/README: Mention python dependency.
12229         * scripts/pylintrc: New file.
12230         * scripts/pylint: New file.
12231
12232         * bits/mathdef.h: Use #ifdef instead of #if.
12233         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
12234         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12235         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
12236         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12237         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
12238         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12239
12240 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12241             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12242
12243         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
12244         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
12245         and strpbrk-ppc64 objects.
12246         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12247         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
12248         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
12249         multiarch strpbrk for POWER7.
12250         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
12251         multiarch strpbrk for PPC64.
12252         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
12253         ifunc selector.
12254         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
12255         strpbrk for POWER7.
12256
12257 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12258
12259         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
12260         (atan_test): Likewise.
12261         (atanh_test_data): Use NO_TEST_INLINE for two tests.
12262         (atanh_test): Use ALL_RM_TEST.
12263         (atan2_test_data): Likewise.
12264         (cabs_test): Likewise.
12265         (cacosh_test): Likewise.
12266         (carg_test): Likewise.
12267         (casin_test): Likewise.
12268         (casinh_test): Likewise.
12269         (cbrt_test): Likewise.
12270         (csqrt_test): Likewise.
12271         (erf_test): Likewise.
12272         (erfc_test): Likewise.
12273         (pow10_test): Likewise.
12274         (exp2_test): Likewise.
12275         (hypot_test): Likewise.
12276         (j0_test): Likewise.
12277         (j1_test): Likewise.
12278         (lgamma_test): Likewise.
12279         (gamma_test): Likewise.
12280         (sincos_test): Likewise.
12281         (tanh_test): Likewise.
12282         (y0_test): Likewise.
12283         (y1_test): Likewise.
12284         * sysdeps/i386/fpu/libm-test-ulps: Update.
12285         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12286
12287 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12288
12289         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
12290         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
12291         and strcspn-ppc64 objects.
12292         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12293         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
12294         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
12295         multiarch strcspn for POWER7.
12296         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
12297         multiarch strcspn for PPC64.
12298         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
12299         ifunc selector.
12300         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
12301         strcspn for POWER7.
12302
12303 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12304
12305         * math/gen-libm-test.pl (generate_testfile): Expect only function
12306         name as argument to AUTO_TESTS_* and pass results for all rounding
12307         modes to parse_args.
12308         (parse_auto_input): Separate inputs of automatic tests from
12309         outputs before storing in %auto_tests.
12310         * math/libm-test.inc (acos_test_data): Update call to
12311         AUTO_TESTS_f_f.
12312         (acos_test): Use ALL_RM_TEST.
12313         (acos_tonearest_test_data): Remove.
12314         (acos_test_tonearest): Likewise.
12315         (acos_towardzero_test_data): Likewise.
12316         (acos_test_towardzero): Likewise.
12317         (acos_downward_test_data): Likewise.
12318         (acos_test_downward): Likewise.
12319         (acos_upward_test_data): Likewise.
12320         (acos_test_upward): Likewise.
12321         (acosh_test_data): Update call to AUTO_TESTS_f_f.
12322         (asin_test_data): Likewise.
12323         (asin_test): Use ALL_RM_TEST.
12324         (asin_tonearest_test_data): Remove.
12325         (asin_test_tonearest): Likewise.
12326         (asin_towardzero_test_data): Likewise.
12327         (asin_test_towardzero): Likewise.
12328         (asin_downward_test_data): Likewise.
12329         (asin_test_downward): Likewise.
12330         (asin_upward_test_data): Likewise.
12331         (asin_test_upward): Likewise.
12332         (asinh_test_data): Update call to AUTO_TESTS_f_f.
12333         (atan_test_data): Likewise.
12334         (atanh_test_data): Likewise.
12335         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
12336         (cabs_test_data): Update call to AUTO_TESTS_c_f.
12337         (carg_test_data): Likewise.
12338         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
12339         (ccos_test_data): Update call to AUTO_TESTS_c_c.
12340         (ccosh_test_data): Likewise.
12341         (cexp_test_data): Likewise.
12342         (clog_test_data): Likewise.
12343         (clog10_test_data): Likewise.
12344         (cos_test_data): Update call to AUTO_TESTS_f_f.
12345         (cos_test): Use ALL_RM_TEST.
12346         (cos_tonearest_test_data): Remove.
12347         (cos_test_tonearest): Likewise.
12348         (cos_towardzero_test_data): Likewise.
12349         (cos_test_towardzero): Likewise.
12350         (cos_downward_test_data): Likewise.
12351         (cos_test_downward): Likewise.
12352         (cos_upward_test_data): Likewise.
12353         (cos_test_upward): Likewise.
12354         (cosh_test_data): Update call to AUTO_TESTS_f_f.
12355         (cosh_test): Use ALL_RM_TEST.
12356         (cosh_tonearest_test_data): Remove.
12357         (cosh_test_tonearest): Likewise.
12358         (cosh_towardzero_test_data): Likewise.
12359         (cosh_test_towardzero): Likewise.
12360         (cosh_downward_test_data): Likewise.
12361         (cosh_test_downward): Likewise.
12362         (cosh_upward_test_data): Likewise.
12363         (cosh_test_upward): Likewise.
12364         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
12365         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
12366         (ctan_test_data): Likewise.
12367         (ctan_test): Use ALL_RM_TEST.
12368         (ctan_tonearest_test_data): Remove.
12369         (ctan_test_tonearest): Likewise.
12370         (ctan_towardzero_test_data): Likewise.
12371         (ctan_test_towardzero): Likewise.
12372         (ctan_downward_test_data): Likewise.
12373         (ctan_test_downward): Likewise.
12374         (ctan_upward_test_data): Likewise.
12375         (ctan_test_upward): Likewise.
12376         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
12377         (ctanh_test): Use ALL_RM_TEST.
12378         (ctanh_tonearest_test_data): Remove.
12379         (ctanh_test_tonearest): Likewise.
12380         (ctanh_towardzero_test_data): Likewise.
12381         (ctanh_test_towardzero): Likewise.
12382         (ctanh_downward_test_data): Likewise.
12383         (ctanh_test_downward): Likewise.
12384         (ctanh_upward_test_data): Likewise.
12385         (ctanh_test_upward): Likewise.
12386         (erf_test_data): Update call to AUTO_TESTS_f_f.
12387         (erfc_test_data): Likewise.
12388         (exp_test_data): Likewise.
12389         (exp_test): Use ALL_RM_TEST.
12390         (exp_tonearest_test_data): Remove.
12391         (exp_test_tonearest): Likewise.
12392         (exp_towardzero_test_data): Likewise.
12393         (exp_test_towardzero): Likewise.
12394         (exp_downward_test_data): Likewise.
12395         (exp_test_downward): Likewise.
12396         (exp_upward_test_data): Likewise.
12397         (exp_test_upward): Likewise.
12398         (exp10_test_data): Update call to AUTO_TESTS_f_f.
12399         (exp10_test): Use ALL_RM_TEST.
12400         (exp10_tonearest_test_data): Remove.
12401         (exp10_test_tonearest): Likewise.
12402         (exp10_towardzero_test_data): Likewise.
12403         (exp10_test_towardzero): Likewise.
12404         (exp10_downward_test_data): Likewise.
12405         (exp10_test_downward): Likewise.
12406         (exp10_upward_test_data): Likewise.
12407         (exp10_test_upward): Likewise.
12408         (exp2_test_data): Update call to AUTO_TESTS_f_f.
12409         (expm1_test_data): Likewise.
12410         (expm1_test): Use ALL_RM_TEST.
12411         (expm1_tonearest_test_data): Remove.
12412         (expm1_test_tonearest): Likewise.
12413         (expm1_towardzero_test_data): Likewise.
12414         (expm1_test_towardzero): Likewise.
12415         (expm1_downward_test_data): Likewise.
12416         (expm1_test_downward): Likewise.
12417         (expm1_upward_test_data): Likewise.
12418         (expm1_test_upward): Likewise.
12419         (fma_test_data): Update call to AUTO_TESTS_fff_f.
12420         (fma_test): Use ALL_RM_TEST.
12421         (fma_towardzero_test_data): Remove.
12422         (fma_test_towardzero): Likewise.
12423         (fma_downward_test_data): Likewise.
12424         (fma_test_downward): Likewise.
12425         (fma_upward_test_data): Likewise.
12426         (fma_test_upward): Likewise.
12427         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
12428         (j0_test_data): Update call to AUTO_TESTS_f_f.
12429         (j1_test_data): Likewise.
12430         (jn_test_data): Update call to AUTO_TESTS_if_f.
12431         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
12432         (log_test_data): Update call to AUTO_TESTS_f_f.
12433         (log10_test_data): Likewise.
12434         (log1p_test_data): Likewise.
12435         (log2_test_data): Likewise.
12436         (pow_test_data): Update call to AUTO_TESTS_ff_f.
12437         (pow_tonearest_test_data): Likewise.
12438         (sin_test_data): Update call to AUTO_TESTS_f_f.
12439         (sin_test): Use ALL_RM_TEST.
12440         (sin_tonearest_test_data): Remove.
12441         (sin_test_tonearest): Likewise.
12442         (sin_towardzero_test_data): Likewise.
12443         (sin_test_towardzero): Likewise.
12444         (sin_downward_test_data): Likewise.
12445         (sin_test_downward): Likewise.
12446         (sin_upward_test_data): Likewise.
12447         (sin_test_upward): Likewise.
12448         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
12449         (sinh_test_data): Update call to AUTO_TESTS_f_f.
12450         (sinh_test): Use ALL_RM_TEST.
12451         (sinh_tonearest_test_data): Remove.
12452         (sinh_test_tonearest): Likewise.
12453         (sinh_towardzero_test_data): Likewise.
12454         (sinh_test_towardzero): Likewise.
12455         (sinh_downward_test_data): Likewise.
12456         (sinh_test_downward): Likewise.
12457         (sinh_upward_test_data): Likewise.
12458         (sinh_test_upward): Likewise.
12459         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
12460         (sqrt_test): Use ALL_RM_TEST.
12461         (sqrt_tonearest_test_data): Remove.
12462         (sqrt_test_tonearest): Likewise.
12463         (sqrt_towardzero_test_data): Likewise.
12464         (sqrt_test_towardzero): Likewise.
12465         (sqrt_downward_test_data): Likewise.
12466         (sqrt_test_downward): Likewise.
12467         (sqrt_upward_test_data): Likewise.
12468         (sqrt_test_upward): Likewise.
12469         (tan_test_data): Update call to AUTO_TESTS_f_f.
12470         (tan_test): Use ALL_RM_TEST.
12471         (tan_tonearest_test_data): Remove.
12472         (tan_test_tonearest): Likewise.
12473         (tan_towardzero_test_data): Likewise.
12474         (tan_test_towardzero): Likewise.
12475         (tan_downward_test_data): Likewise.
12476         (tan_test_downward): Likewise.
12477         (tan_upward_test_data): Likewise.
12478         (tan_test_upward): Likewise.
12479         (tanh_test_data): Update call to AUTO_TESTS_f_f.
12480         (tgamma_test_data): Likewise.
12481         (y0_test_data): Likewise.
12482         (y1_test_data): Likewise.
12483         (yn_test_data): Update call to AUTO_TESTS_if_f.
12484         (main): Do not call removed functions.
12485
12486 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12487
12488         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
12489         (ldexp_test_data): Remove.
12490         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
12491         scalbn_test_data.
12492         (scalb_test): Use ALL_RM_TEST.
12493
12494 2014-03-19  Andreas Schwab  <schwab@suse.de>
12495
12496         * nscd/nscd.service: Also invalidate netgroup cache on reload.
12497
12498 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12499
12500         [BZ #16649]
12501         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12502         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
12503         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
12504         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12505         (__ASSUME_PREADV): Undefine.
12506         (__ASSUME_PWRITEV): Likewise.
12507
12508 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12509
12510         * bits/mman-linux.h: Add comment about non-Linux use.
12511         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
12512         bits/mman-linux.h resting place.
12513
12514         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
12515         * bits/mman-linux.h: ... here.
12516
12517 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12518
12519         * conform/conformtest.pl: Add standard definition when calling C
12520         preprocessor on data files.
12521         (checknamespace): Remove unused variable.
12522
12523 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12524
12525         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
12526         minus_oflow, plus_uflow and minus_uflow in expected results.
12527         * math/libm-test.inc (scalbn_test_data): Add more tests of
12528         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
12529         minus_uflow.
12530         (scalbn_test): Use ALL_RM_TEST.
12531         (scalbln_test_data): Add more tests of negative arguments.  Use
12532         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
12533         (scalbln_test): Use ALL_RM_TEST.
12534
12535 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12536
12537         * scripts/abilist.awk: Ignore symbols marked with .hidden.
12538
12539 2014-03-18  Will Newton  <will.newton@linaro.org>
12540
12541         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
12542         inaccurate comment.
12543
12544 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12545
12546         * Makerules [!subdir] (check-abi): Exit with error status if a
12547         test failed.
12548
12549 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12550
12551         * math/libm-test.inc (nearbyint_test_data): Include all tests used
12552         for rint.  Include results for all rounding modes.
12553         (nearbyint_test): Use ALL_RM_TEST.
12554         (rint_test_data): Include all tests used for nearbyint.
12555
12556 2014-03-17  Will Newton  <will.newton@linaro.org>
12557
12558         * nptl/sysdeps/pthread/pthread.h: Revert previous
12559         change.
12560
12561         * sysdeps/generic/ldsodefs.h: Revert previous
12562         change.
12563
12564         * libio/genops.c: Revert previous change.
12565         * libio/libioP.h: Likewise.
12566         * stdio-common/vfprintf.c: Likewise.
12567
12568         * sysdeps/generic/math_private.h: Revert previous
12569         change.
12570
12571         * sysdeps/generic/math_private.h: Check whether
12572         HAVE_RM_CTX is defined with #ifdef rather
12573         than #if.
12574
12575         * argp/argp-fmtstream.h: Check whether
12576         __STRICT_ANSI__ is defined with #ifdef rather
12577         than #if.
12578         * argp/argp.h: Likewise.
12579
12580         * libio/genops.c: Check whether
12581         _IO_JUMPS_OFFSET is defined with #ifdef rather
12582         than #if.
12583         * libio/libioP.h: Likewise.
12584         * stdio-common/vfprintf.c: Likewise.
12585
12586         * sysdeps/generic/ldsodefs.h: Check whether
12587         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
12588         than #if.
12589
12590         * nptl/sysdeps/pthread/pthread.h: Check
12591         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
12592         its value.
12593
12594 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
12595
12596         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
12597         setting O_APPEND.
12598         * libio/tst-ftell-active-handler.c (do_append_test): Add a
12599         test case.
12600
12601         [BZ #16680]
12602         * libio/fileops.c (_IO_file_open): Seek to end of file but
12603         don't cache the offset.
12604         (get_file_offset): Remove function.
12605         (do_ftell): Use cached offset when available.
12606         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
12607         don't cache the offset.
12608         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
12609         case.
12610         (do_one_test): Call it.
12611         (do_ftell_test): Fix up expected old offset for a+ mode.
12612         * libio/wfileops.c (do_ftell_wide): Used cached offset when
12613         available.
12614
12615         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
12616         up test status with function return status.
12617         (do_write_test): Likewise.
12618         (do_append_test): Likewise.
12619
12620         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12621         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12622         Remove.
12623
12624 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12625
12626         * math/gen-libm-test.pl (parse_args): Handle results specified for
12627         each rounding mode separately.
12628         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12629         tests and results from lrint_tonearest_test_data,
12630         lrint_towardzero_test_data, lrint_downward_test_data and
12631         lrint_upward_test_data.
12632         (lrint_test): Use ALL_RM_TEST.
12633         (lrint_tonearest_test_data): Remove.
12634         (lrint_test_tonearest): Likewise.
12635         (lrint_towardzero_test_data): Likewise.
12636         (lrint_test_towardzero): Likewise.
12637         (lrint_downward_test_data): Likewise.
12638         (lrint_test_downward): Likewise.
12639         (lrint_upward_test_data): Likewise.
12640         (lrint_test_upward): Likewise.
12641         (llrint_test_data): Merge in per-rounding-mode tests and results
12642         from llrint_tonearest_test_data, llrint_towardzero_test_data,
12643         llrint_downward_test_data and llrint_upward_test_data.
12644         (llrint_test): Use ALL_RM_TEST.
12645         (llrint_tonearest_test_data): Remove.
12646         (llrint_test_tonearest): Likewise.
12647         (llrint_towardzero_test_data): Likewise.
12648         (llrint_test_towardzero): Likewise.
12649         (llrint_downward_test_data): Likewise.
12650         (llrint_test_downward): Likewise.
12651         (llrint_upward_test_data): Likewise.
12652         (llrint_test_upward): Likewise.
12653         (rint_test_data): Merge in per-rounding-mode tests and results
12654         from rint_tonearest_test_data, rint_towardzero_test_data,
12655         rint_downward_test_data and rint_upward_test_data.  Add
12656         per-rounding-mode results for tests not in those arrays.
12657         (rint_test): Use ALL_RM_TEST.
12658         (rint_tonearest_test_data): Remove.
12659         (rint_test_tonearest): Likewise.
12660         (rint_towardzero_test_data): Likewise.
12661         (rint_test_towardzero): Likewise.
12662         (rint_downward_test_data): Likewise.
12663         (rint_test_downward): Likewise.
12664         (rint_upward_test_data): Likewise.
12665         (rint_test_upward): Likewise.
12666         (main): Don't call removed functions.
12667
12668 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12669
12670         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12671         "Compiled on ..." crapola.  It is anti-useful.
12672
12673 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
12674
12675         * scripts/evaluate-test.sh: Handle fourth argument to determine
12676         whether test run should stop on failure.
12677         * Makeconfig (stop-on-test-failure): New variable.
12678         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12679         $(stop-on-test-failure).
12680         * Makefile (tests): Give a summary of results from testing and
12681         exit with failure status if they include an ERROR or FAIL.
12682         (xtests): Likewise.
12683         * manual/install.texi (Configuring and compiling): Mention
12684         stop-on-test-failure=y.
12685         * INSTALL: Regenerated.
12686
12687 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12688
12689         * scripts/versionlist.awk: New file.
12690         * Makerules [$(build-shared) = yes]
12691         (postclean-generated): Add Versions.def, not Versions.def.v and
12692         Versions.def.v.i.
12693         ($(common-objpfx)Versions.def.v.i): Target removed.
12694         ($(common-objpfx)Versions.def): New target.
12695         ($(common-objpfx)Versions.all): Depend on that rather that
12696         $(common-objpfx)Versions.def.v.
12697         * Versions.def: File removed.
12698
12699         * Makeconfig (+gccwarn): Add -Wundef.
12700         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12701         a dl-sysdep.h breaking its contract.
12702         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12703         * include/stackinfo.h: New file.
12704         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12705         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12706         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12707         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12708         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12709         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12710         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12711         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12712         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12713         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12714         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12715         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12716         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12717         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12718         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12719
12720 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12721
12722         [BZ #16707]
12723         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12724         implementation.
12725         * math/libm-test.inc (round_test_data): Add more tests.
12726
12727         [BZ #16706]
12728         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12729         implementation.
12730         * math/libm-test.inc (nearbyint_test_data): Add more tests.
12731
12732         [BZ #16701]
12733         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12734         implementation.
12735         * math/libm-test.inc (ceil_test_data): Add more tests.
12736
12737         * math/libm-test.inc (trunc_test_data): Add more tests related to
12738         BZ#16414.
12739
12740 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12741
12742         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12743         with #if rather than #ifdef.
12744         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12745
12746 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
12747
12748         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12749         first.  Disable AVX-512 GCC support if assembler doesn't support
12750         it.
12751         * sysdeps/x86_64/configure: Regenerated.
12752
12753 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
12754
12755         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12756         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12757         (__old_pthread_attr_setstack): Likewise.
12758         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12759         [!_STACK_GROWS_DOWN]: Likewise.
12760
12761 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
12762
12763         * config.make.in (have-bash2): Delete.
12764         * configure.ac (libc_cv_have_bash2): Delete.
12765         * configure: Regenerate.
12766         * elf/Makefile (common-ldd-rewrite): Rename to ...
12767         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
12768         (sh-ldd-rewrite): Delete.
12769         (bash-ldd-rewrite): Delete.
12770         (have-bash2): Delete checks.
12771         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12772         ldd-rewrite.
12773
12774         * config.make.in (have-ksh): Delete.
12775         (KSH): Delete.
12776         * configure.ac (libc_cv_have_ksh): Delete.
12777         * configure: Regenerate.
12778
12779         * elf/Makefile: Delete $(have-ksh) check.
12780         ($(objpfx)sotruss): Change KSH to BASH.
12781         * elf/sotruss.ksh: Rename to ...
12782         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
12783         function style to match POSIX.  Drop ksh vim mode setting.
12784
12785         * manual/time.texi (Specifying the Time Zone with TZ): Change
12786         Tuesday to Thursday.
12787
12788         * debug/tst-longjmp_chk2.c: Update header comment.
12789         (stackoverflow_handler): Add comment.  Call assert on pass value.
12790
12791 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
12792
12793         [BZ #16194]
12794         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12795         (HAVE_AVX512_ASM_SUPPORT): Likewise.
12796         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12797         (La_x86_64_vector): Add zmm.
12798         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12799         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12800         ($(objpfx)tst-audit10): New target.
12801         ($(objpfx)tst-audit10.out): Likewise.
12802         (tst-audit10-ENV): New.
12803         (AVX512-CFLAGS): Likewise.
12804         (CFLAGS-tst-audit10.c): Likewise.
12805         (CFLAGS-tst-auditmod10a.c): Likewise.
12806         (CFLAGS-tst-auditmod10b.c): Likewise.
12807         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12808         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12809         * sysdeps/x86_64/configure: Regenerated.
12810         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12811         AVX-512 zmm register support.
12812         (_dl_x86_64_save_sse): Likewise.
12813         (_dl_x86_64_restore_sse): Likewise.
12814         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12815         size vector registers.
12816         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12817         (ZMM_SIZE): Likewise.
12818         * sysdeps/x86_64/tst-audit10.c: New file.
12819         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12820         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12821
12822 2014-03-13  Roland McGrath  <roland@hack.frob.com>
12823
12824         * configure.ac (HAVE_EHDR_START): New check.
12825         * configure: Regenerated.
12826         * config.h.in (HAVE_EHDR_START): New #undef.
12827         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12828         assuming the lowest-addressed segment maps the start of the file.
12829
12830 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
12831
12832         * INSTALL: Regenerated.
12833
12834 2014-03-13  Will Newton  <will.newton@linaro.org>
12835
12836         * manual/setjmp.texi (System V contexts): Improve
12837         clarity and grammar of documentation.
12838
12839 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
12840
12841         [BZ #16381]
12842         * elf/Makefile (tests): Add tst-pie2.
12843         (tests-pie): Add tst-pie2.
12844         * elf/tst-pie2.c: New file.
12845         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12846         for ET_EXEC.
12847         * elf/rtld.c (map_doit): Load executable as lt_executable.
12848         (dl_main): Likewise.
12849
12850 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
12851
12852         [BZ #16642]
12853         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12854         (__ASSUME_PSELECT): Undefine.
12855
12856 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12857
12858         [BZ #16689]
12859         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12860         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12861         static build.
12862         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12863         selector for static builds.
12864
12865 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12866
12867         [BZ #16695]
12868         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12869         key in the buffer.
12870
12871 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12872
12873         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12874         IFUNC selector for static builds.
12875
12876 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
12877
12878         * sysdeps/mips/math_private.h [__mips_hard_float]
12879         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12880         libc_feresetround_mips_ctx.
12881         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12882         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12883         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12884
12885         [BZ #16677]
12886         * math/s_nextafter.c (__nextafter): Do not return value from
12887         overflowing computation.
12888         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12889         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12890         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12891         Likewise.
12892         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12893         Likewise.
12894         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12895         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12896
12897 2014-03-11  Roland McGrath  <roland@hack.frob.com>
12898
12899         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12900         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12901         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12902         the new mov targetting sp.
12903
12904 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12905
12906         [BZ #16683]
12907         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12908         Define it for static builds as well.
12909         (NO_BZERO_IMPL): Likewise.
12910
12911 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12912
12913         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12914         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12915         multiarch strspn for PPC64.
12916         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12917         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12918         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12919         (__libc_ifunc_impl_list): Likewise.
12920         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12921         multiarch optimizations
12922         * string/strspn.c (strspn): Using macro to redefine symbol name.
12923
12924 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12925             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12926
12927         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12928         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12929         multiarch strncat for PPC64.
12930         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12931         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12932         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12933         (__libc_ifunc_impl_list): Likewise.
12934         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12935         multiarch optimizations
12936
12937 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12938
12939         [BZ #16639]
12940         * nscd/nscd.service: Make service type forking.
12941
12942 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12943
12944         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12945         sign in non default rounding modes.
12946         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12947
12948 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12949
12950         * math/libm-test.inc (ALL_RM_TEST): New macro.
12951         (ceil_test): Use ALL_RM_TEST.
12952         (cimag_test): Likewise.
12953         (conj_test): Likewise.
12954         (copysign_test): Likewise.
12955         (cproj_test): Likewise.
12956         (creal_test): Likewise.
12957         (fabs_test): Likewise.
12958         (floor_test): Likewise.
12959         (fmax_test): Likewise.
12960         (fmin_test): Likewise.
12961         (fmod_test): Likewise.
12962         (fpclassify_test): Likewise.
12963         (frexp_test): Likewise.
12964         (ilogb_test): Likewise.
12965         (isfinite_test): Likewise.
12966         (finite_test): Likewise.
12967         (isgreater_test): Likewise.
12968         (isgreaterequal_test): Likewise.
12969         (isinf_test): Likewise.
12970         (isless_test): Likewise.
12971         (islessequal_test): Likewise.
12972         (islessgreater_test): Likewise.
12973         (isnan_test): Likewise.
12974         (isnormal_test): Likewise.
12975         (issignaling_test): Likewise.
12976         (isunordered_test): Likewise.
12977         (logb_test): Likewise.
12978         (logb_downward_test_data): Remove.
12979         (logb_test_downward): Likewise.
12980         (lround_test): Use ALL_RM_TEST.
12981         (llround_test): Likewise.
12982         (modf_test): Likewise.
12983         (nexttoward_test): Likewise.
12984         (remainder_test): Likewise.
12985         (drem_test): Likewise.
12986         (remainder_tonearest_test_data): Likewise.
12987         (remainder_test_tonearest): Likewise.
12988         (drem_test_tonearest): Likewise.
12989         (remainder_towardzero_test_data): Likewise.
12990         (remainder_test_towardzero): Likewise.
12991         (drem_test_towardzero): Likewise.
12992         (remainder_downward_test_data): Likewise.
12993         (remainder_test_downward): Likewise.
12994         (drem_test_downward): Likewise.
12995         (remainder_upward_test_data): Likewise.
12996         (remainder_test_upward): Likewise.
12997         (drem_test_upward): Likewise.
12998         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
12999         (round_test): Use ALL_RM_TEST.
13000         (signbit_test): Likewise.
13001         (trunc_test): Likewise.
13002         (significand_test): Likewise.
13003         (main): Don't call removed functions.
13004
13005 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13006
13007         [BZ #16674]
13008         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
13009         || __USE_XOPEN2K8].
13010         (ILL_ILLOPN): Likewise.
13011         (ILL_ILLADR): Likewise.
13012         (ILL_ILLTRP): Likewise.
13013         (ILL_PRVOPC): Likewise.
13014         (ILL_PRVREG): Likewise.
13015         (ILL_COPROC): Likewise.
13016         (ILL_BADSTK): Likewise.
13017         (FPE_INTDIV): Likewise.
13018         (FPE_INTOVF): Likewise.
13019         (FPE_FLTDIV): Likewise.
13020         (FPE_FLTOVF): Likewise.
13021         (FPE_FLTUND): Likewise.
13022         (FPE_FLTRES): Likewise.
13023         (FPE_FLTINV): Likewise.
13024         (FPE_FLTSUB): Likewise.
13025         (SEGV_MAPERR): Likewise.
13026         (SEGV_ACCERR): Likewise.
13027         (BUS_ADRALN): Likewise.
13028         (BUS_ADRERR): Likewise.
13029         (BUS_OBJERR): Likewise.
13030         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13031         (TRAP_TRACE): Likewise.
13032         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13033         __USE_XOPEN2K8].
13034         (CLD_KILLED): Likewise.
13035         (CLD_DUMPED): Likewise.
13036         (CLD_TRAPPED): Likewise.
13037         (CLD_STOPPED): Likewise.
13038         (CLD_CONTINUED): Likewise.
13039         (POLL_IN): Likewise.
13040         (POLL_OUT): Likewise.
13041         (POLL_MSG): Likewise.
13042         (POLL_ERR): Likewise.
13043         (POLL_PRI): Likewise.
13044         (POLL_HUP): Likewise.
13045         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
13046         Likewise.
13047         (ILL_ILLOPN): Likewise.
13048         (ILL_ILLADR): Likewise.
13049         (ILL_ILLTRP): Likewise.
13050         (ILL_PRVOPC): Likewise.
13051         (ILL_PRVREG): Likewise.
13052         (ILL_COPROC): Likewise.
13053         (ILL_BADSTK): Likewise.
13054         (FPE_INTDIV): Likewise.
13055         (FPE_INTOVF): Likewise.
13056         (FPE_FLTDIV): Likewise.
13057         (FPE_FLTOVF): Likewise.
13058         (FPE_FLTUND): Likewise.
13059         (FPE_FLTRES): Likewise.
13060         (FPE_FLTINV): Likewise.
13061         (FPE_FLTSUB): Likewise.
13062         (SEGV_MAPERR): Likewise.
13063         (SEGV_ACCERR): Likewise.
13064         (BUS_ADRALN): Likewise.
13065         (BUS_ADRERR): Likewise.
13066         (BUS_OBJERR): Likewise.
13067         (BUS_MCEERR_AR): Likewise.
13068         (BUS_MCEERR_AO): Likewise.
13069         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13070         (TRAP_TRACE): Likewise.
13071         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13072         __USE_XOPEN2K8].
13073         (CLD_KILLED): Likewise.
13074         (CLD_DUMPED): Likewise.
13075         (CLD_TRAPPED): Likewise.
13076         (CLD_STOPPED): Likewise.
13077         (CLD_CONTINUED): Likewise.
13078         (POLL_IN): Likewise.
13079         (POLL_OUT): Likewise.
13080         (POLL_MSG): Likewise.
13081         (POLL_ERR): Likewise.
13082         (POLL_PRI): Likewise.
13083         (POLL_HUP): Likewise.
13084         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
13085         (ILL_ILLOPN): Likewise.
13086         (ILL_ILLADR): Likewise.
13087         (ILL_ILLTRP): Likewise.
13088         (ILL_PRVOPC): Likewise.
13089         (ILL_PRVREG): Likewise.
13090         (ILL_COPROC): Likewise.
13091         (ILL_BADSTK): Likewise.
13092         (FPE_INTDIV): Likewise.
13093         (FPE_INTOVF): Likewise.
13094         (FPE_FLTDIV): Likewise.
13095         (FPE_FLTOVF): Likewise.
13096         (FPE_FLTUND): Likewise.
13097         (FPE_FLTRES): Likewise.
13098         (FPE_FLTINV): Likewise.
13099         (FPE_FLTSUB): Likewise.
13100         (SEGV_MAPERR): Likewise.
13101         (SEGV_ACCERR): Likewise.
13102         (BUS_ADRALN): Likewise.
13103         (BUS_ADRERR): Likewise.
13104         (BUS_OBJERR): Likewise.
13105         (BUS_MCEERR_AR): Likewise.
13106         (BUS_MCEERR_AO): Likewise.
13107         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13108         (TRAP_TRACE): Likewise.
13109         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13110         __USE_XOPEN2K8].
13111         (CLD_KILLED): Likewise.
13112         (CLD_DUMPED): Likewise.
13113         (CLD_TRAPPED): Likewise.
13114         (CLD_STOPPED): Likewise.
13115         (CLD_CONTINUED): Likewise.
13116         (POLL_IN): Likewise.
13117         (POLL_OUT): Likewise.
13118         (POLL_MSG): Likewise.
13119         (POLL_ERR): Likewise.
13120         (POLL_PRI): Likewise.
13121         (POLL_HUP): Likewise.
13122         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
13123         Likewise.
13124         (ILL_ILLOPN): Likewise.
13125         (ILL_ILLADR): Likewise.
13126         (ILL_ILLTRP): Likewise.
13127         (ILL_PRVOPC): Likewise.
13128         (ILL_PRVREG): Likewise.
13129         (ILL_COPROC): Likewise.
13130         (ILL_BADSTK): Likewise.
13131         (ILL_BADIADDR): Likewise.
13132         (ILL_BREAK): Likewise.
13133         (FPE_INTDIV): Likewise.
13134         (FPE_INTOVF): Likewise.
13135         (FPE_FLTDIV): Likewise.
13136         (FPE_FLTOVF): Likewise.
13137         (FPE_FLTUND): Likewise.
13138         (FPE_FLTRES): Likewise.
13139         (FPE_FLTINV): Likewise.
13140         (FPE_FLTSUB): Likewise.
13141         (FPE_DECOVF): Likewise.
13142         (FPE_DECDIV): Likewise.
13143         (FPE_DECERR): Likewise.
13144         (FPE_INVASC): Likewise.
13145         (FPE_INVDEC): Likewise.
13146         (SEGV_MAPERR): Likewise.
13147         (SEGV_ACCERR): Likewise.
13148         (SEGV_PSTKOVF): Likewise.
13149         (BUS_ADRALN): Likewise.
13150         (BUS_ADRERR): Likewise.
13151         (BUS_OBJERR): Likewise.
13152         (BUS_MCEERR_AR): Likewise.
13153         (BUS_MCEERR_AO): Likewise.
13154         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13155         (TRAP_TRACE): Likewise.
13156         (TRAP_BRANCH): Likewise.
13157         (TRAP_HWBKPT): Likewise.
13158         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13159         __USE_XOPEN2K8].
13160         (CLD_KILLED): Likewise.
13161         (CLD_DUMPED): Likewise.
13162         (CLD_TRAPPED): Likewise.
13163         (CLD_STOPPED): Likewise.
13164         (CLD_CONTINUED): Likewise.
13165         (POLL_IN): Likewise.
13166         (POLL_OUT): Likewise.
13167         (POLL_MSG): Likewise.
13168         (POLL_ERR): Likewise.
13169         (POLL_PRI): Likewise.
13170         (POLL_HUP): Likewise.
13171         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
13172         (ILL_ILLOPN): Likewise.
13173         (ILL_ILLADR): Likewise.
13174         (ILL_ILLTRP): Likewise.
13175         (ILL_PRVOPC): Likewise.
13176         (ILL_PRVREG): Likewise.
13177         (ILL_COPROC): Likewise.
13178         (ILL_BADSTK): Likewise.
13179         (FPE_INTDIV): Likewise.
13180         (FPE_INTOVF): Likewise.
13181         (FPE_FLTDIV): Likewise.
13182         (FPE_FLTOVF): Likewise.
13183         (FPE_FLTUND): Likewise.
13184         (FPE_FLTRES): Likewise.
13185         (FPE_FLTINV): Likewise.
13186         (FPE_FLTSUB): Likewise.
13187         (SEGV_MAPERR): Likewise.
13188         (SEGV_ACCERR): Likewise.
13189         (BUS_ADRALN): Likewise.
13190         (BUS_ADRERR): Likewise.
13191         (BUS_OBJERR): Likewise.
13192         (BUS_MCEERR_AR): Likewise.
13193         (BUS_MCEERR_AO): Likewise.
13194         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13195         (TRAP_TRACE): Likewise.
13196         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13197         __USE_XOPEN2K8].
13198         (CLD_KILLED): Likewise.
13199         (CLD_DUMPED): Likewise.
13200         (CLD_TRAPPED): Likewise.
13201         (CLD_STOPPED): Likewise.
13202         (CLD_CONTINUED): Likewise.
13203         (POLL_IN): Likewise.
13204         (POLL_OUT): Likewise.
13205         (POLL_MSG): Likewise.
13206         (POLL_ERR): Likewise.
13207         (POLL_PRI): Likewise.
13208         (POLL_HUP): Likewise.
13209         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
13210         (ILL_ILLOPN): Likewise.
13211         (ILL_ILLADR): Likewise.
13212         (ILL_ILLTRP): Likewise.
13213         (ILL_PRVOPC): Likewise.
13214         (ILL_PRVREG): Likewise.
13215         (ILL_COPROC): Likewise.
13216         (ILL_BADSTK): Likewise.
13217         (FPE_INTDIV): Likewise.
13218         (FPE_INTOVF): Likewise.
13219         (FPE_FLTDIV): Likewise.
13220         (FPE_FLTOVF): Likewise.
13221         (FPE_FLTUND): Likewise.
13222         (FPE_FLTRES): Likewise.
13223         (FPE_FLTINV): Likewise.
13224         (FPE_FLTSUB): Likewise.
13225         (SEGV_MAPERR): Likewise.
13226         (SEGV_ACCERR): Likewise.
13227         (BUS_ADRALN): Likewise.
13228         (BUS_ADRERR): Likewise.
13229         (BUS_OBJERR): Likewise.
13230         (BUS_MCEERR_AR): Likewise.
13231         (BUS_MCEERR_AO): Likewise.
13232         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13233         (TRAP_TRACE): Likewise.
13234         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13235         __USE_XOPEN2K8].
13236         (CLD_KILLED): Likewise.
13237         (CLD_DUMPED): Likewise.
13238         (CLD_TRAPPED): Likewise.
13239         (CLD_STOPPED): Likewise.
13240         (CLD_CONTINUED): Likewise.
13241         (POLL_IN): Likewise.
13242         (POLL_OUT): Likewise.
13243         (POLL_MSG): Likewise.
13244         (POLL_ERR): Likewise.
13245         (POLL_PRI): Likewise.
13246         (POLL_HUP): Likewise.
13247         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
13248         (ILL_ILLOPN): Likewise.
13249         (ILL_ILLADR): Likewise.
13250         (ILL_ILLTRP): Likewise.
13251         (ILL_PRVOPC): Likewise.
13252         (ILL_PRVREG): Likewise.
13253         (ILL_COPROC): Likewise.
13254         (ILL_BADSTK): Likewise.
13255         (FPE_INTDIV): Likewise.
13256         (FPE_INTOVF): Likewise.
13257         (FPE_FLTDIV): Likewise.
13258         (FPE_FLTOVF): Likewise.
13259         (FPE_FLTUND): Likewise.
13260         (FPE_FLTRES): Likewise.
13261         (FPE_FLTINV): Likewise.
13262         (FPE_FLTSUB): Likewise.
13263         (SEGV_MAPERR): Likewise.
13264         (SEGV_ACCERR): Likewise.
13265         (BUS_ADRALN): Likewise.
13266         (BUS_ADRERR): Likewise.
13267         (BUS_OBJERR): Likewise.
13268         (BUS_MCEERR_AR): Likewise.
13269         (BUS_MCEERR_AO): Likewise.
13270         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13271         (TRAP_TRACE): Likewise.
13272         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13273         __USE_XOPEN2K8].
13274         (CLD_KILLED): Likewise.
13275         (CLD_DUMPED): Likewise.
13276         (CLD_TRAPPED): Likewise.
13277         (CLD_STOPPED): Likewise.
13278         (CLD_CONTINUED): Likewise.
13279         (POLL_IN): Likewise.
13280         (POLL_OUT): Likewise.
13281         (POLL_MSG): Likewise.
13282         (POLL_ERR): Likewise.
13283         (POLL_PRI): Likewise.
13284         (POLL_HUP): Likewise.
13285         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
13286         (ILL_ILLOPN): Likewise.
13287         (ILL_ILLADR): Likewise.
13288         (ILL_ILLTRP): Likewise.
13289         (ILL_PRVOPC): Likewise.
13290         (ILL_PRVREG): Likewise.
13291         (ILL_COPROC): Likewise.
13292         (ILL_BADSTK): Likewise.
13293         (ILL_DBLFLT): Likewise.
13294         (ILL_HARDWALL): Likewise.
13295         (FPE_INTDIV): Likewise.
13296         (FPE_INTOVF): Likewise.
13297         (FPE_FLTDIV): Likewise.
13298         (FPE_FLTOVF): Likewise.
13299         (FPE_FLTUND): Likewise.
13300         (FPE_FLTRES): Likewise.
13301         (FPE_FLTINV): Likewise.
13302         (FPE_FLTSUB): Likewise.
13303         (SEGV_MAPERR): Likewise.
13304         (SEGV_ACCERR): Likewise.
13305         (BUS_ADRALN): Likewise.
13306         (BUS_ADRERR): Likewise.
13307         (BUS_OBJERR): Likewise.
13308         (BUS_MCEERR_AR): Likewise.
13309         (BUS_MCEERR_AO): Likewise.
13310         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13311         (TRAP_TRACE): Likewise.
13312         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13313         __USE_XOPEN2K8].
13314         (CLD_KILLED): Likewise.
13315         (CLD_DUMPED): Likewise.
13316         (CLD_TRAPPED): Likewise.
13317         (CLD_STOPPED): Likewise.
13318         (CLD_CONTINUED): Likewise.
13319         (POLL_IN): Likewise.
13320         (POLL_OUT): Likewise.
13321         (POLL_MSG): Likewise.
13322         (POLL_ERR): Likewise.
13323         (POLL_PRI): Likewise.
13324         (POLL_HUP): Likewise.
13325         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
13326         (ILL_ILLOPN): Likewise.
13327         (ILL_ILLADR): Likewise.
13328         (ILL_ILLTRP): Likewise.
13329         (ILL_PRVOPC): Likewise.
13330         (ILL_PRVREG): Likewise.
13331         (ILL_COPROC): Likewise.
13332         (ILL_BADSTK): Likewise.
13333         (FPE_INTDIV): Likewise.
13334         (FPE_INTOVF): Likewise.
13335         (FPE_FLTDIV): Likewise.
13336         (FPE_FLTOVF): Likewise.
13337         (FPE_FLTUND): Likewise.
13338         (FPE_FLTRES): Likewise.
13339         (FPE_FLTINV): Likewise.
13340         (FPE_FLTSUB): Likewise.
13341         (SEGV_MAPERR): Likewise.
13342         (SEGV_ACCERR): Likewise.
13343         (BUS_ADRALN): Likewise.
13344         (BUS_ADRERR): Likewise.
13345         (BUS_OBJERR): Likewise.
13346         (BUS_MCEERR_AR): Likewise.
13347         (BUS_MCEERR_AO): Likewise.
13348         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13349         (TRAP_TRACE): Likewise.
13350         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13351         __USE_XOPEN2K8].
13352         (CLD_KILLED): Likewise.
13353         (CLD_DUMPED): Likewise.
13354         (CLD_TRAPPED): Likewise.
13355         (CLD_STOPPED): Likewise.
13356         (CLD_CONTINUED): Likewise.
13357         (POLL_IN): Likewise.
13358         (POLL_OUT): Likewise.
13359         (POLL_MSG): Likewise.
13360         (POLL_ERR): Likewise.
13361         (POLL_PRI): Likewise.
13362         (POLL_HUP): Likewise.
13363         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
13364         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13365
13366         [BZ #16670]
13367         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
13368         before #include of <time.h>.
13369         [!__USE_XOPEN2K] (__need_timespec): Likewise.
13370         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
13371         (test-xfail-UNIX98/sched.h/conform): Likewise.
13372
13373 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13374
13375         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
13376         error absence of trapping exception support.
13377         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13378
13379 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13380
13381         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
13382         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
13383         * timezone/Makefile (testdata): Move definition above include of
13384         Rules.
13385         (test-zones): New variable.
13386         (tests-special): Add zone files.
13387         (build-testdata): Use $(evaluate-test).
13388
13389         * elf/Makefile (tests-special): Rename tests to end with .out.
13390         ($(objpfx)noload-mem): Likewise.
13391         ($(objpfx)tst-leaks1-mem): Likewise.
13392         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
13393         * iconv/Makefile (xtests-special): Change test-iconvconfig to
13394         $(objpfx)test-iconvconfig.out.
13395         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
13396         set -e inside subshell and redirect output to file.
13397         * iconvdata/Makefile (generated): Rename tests to end with .out.
13398         Correct type.
13399         (tests-special): Rename tests to end with .out.
13400         ($(objpfx)mtrace-tst-loading): Likewise.
13401         * intl/Makefile (generated): Likewise.
13402         (tests-special): Likewise.
13403         ($(objpfx)mtrace-tst-gettext): Likewise.
13404         * misc/Makefile (generated): Likewise.
13405         (tests-special): Likewise.
13406         ($(objpfx)tst-error1-mem): Likewise.
13407         * nptl/Makefile (tests-special): Likewise.
13408         ($(objpfx)tst-stack3-mem): Likewise.
13409         (generated): Likewise.
13410         * posix/Makefile (generated): Likewise.
13411         (tests-special): Likewise.
13412         (xtests-special): Likewise.
13413         ($(objpfx)tst-fnmatch-mem): Likewise.
13414         ($(objpfx)bug-regex2-mem): Likewise.
13415         ($(objpfx)bug-regex14-mem): Likewise.
13416         ($(objpfx)bug-regex21-mem): Likewise.
13417         ($(objpfx)bug-regex31-mem): Likewise.
13418         ($(objpfx)tst-vfork3-mem): Likewise.
13419         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13420         ($(objpfx)tst-pcre-mem): Likewise.
13421         ($(objpfx)tst-boost-mem): Likewise.
13422         ($(objpfx)bug-ga2-mem): Likewise.
13423         ($(objpfx)bug-glob2-mem): Likewise.
13424         * resolv/Makefile (generate): Likewise.
13425         (tests-special): Likewise.
13426         (xtests-special): Likewise.
13427         (generated): Likewise.
13428         ($(objpfx)mtrace-tst-leaks): Likewise.
13429         ($(objpfx)mtrace-tst-leaks2): Likewise.
13430
13431         * scripts/merge-test-results.sh: New file.
13432         * Makefile (tests-special-notdir): New variable.
13433         (tests): Run merge-test-results.sh.
13434         (xtests): Likewise.
13435         * Rules (tests-special-notdir): New variable.
13436         (xtests-special-notdir): Likewise.
13437         (tests): Run merge-test-results.sh
13438         (xtests): Likewise.
13439
13440         * Makeconfig (test-xfail-name): New variable.
13441         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
13442         compute variable name for expected failures.
13443         * conform/Makefile (conformtest-headers-data): New variable.
13444         (conformtest-standards): Likewise.
13445         (conformtest-headers-ISO): Likewise.
13446         (conformtest-headers-ISO99): Likewise.
13447         (conformtest-headers-ISO11): Likewise.
13448         (conformtest-headers-POSIX): Likewise.
13449         (conformtest-headers-XPG3): Likewise.
13450         (conformtest-headers-XPG4): Likewise.
13451         (conformtest-headers-UNIX98): Likewise.
13452         (conformtest-headers-XOPEN2K): Likewise.
13453         (conformtest-headers-POSIX2008): Likewise.
13454         (conformtest-headers-XOPEN2K8): Likewise.
13455         (conformtest-header-list-base): Likewise.
13456         (conformtest-header-list-tests): Likewise.
13457         (conformtest-header-base): Likewise.
13458         (conformtest-header-tests): Likewise.
13459         (tests-special): Add $(conformtest-header-list-tests).  If
13460         [$(fast-check) && !$(cross-compiling)], add
13461         $(conformtest-header-tests) instead of
13462         $(objpfx)run-conformtest.out.
13463         (generated): Add $(conformtest-header-list-base).  If
13464         [$(fast-check) && !$(cross-compiling)], add
13465         $(conformtest-header-base).  Remove previous setting.
13466         ($(conformtest-header-list-tests)): New target.
13467         (test-xfail-run-conformtest): Remove variable.
13468         ($(objpfx)run-conformtest.out): Remove target.
13469         (test-xfail-ISO11/complex.h/conform): New variable.
13470         (test-xfail-ISO11/stdalign.h/conform): Likewise.
13471         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
13472         (test-xfail-XPG3/varargs.h/conform): Likewise.
13473         (test-xfail-XPG4/varargs.h/conform): Likewise.
13474         (test-xfail-UNIX98/varargs.h/conform): Likewise.
13475         (test-xfail-XPG4/ndbm.h/conform): Likewise.
13476         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
13477         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
13478         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
13479         (test-xfail-XPG3/fcntl.h/conform): Likewise.
13480         (test-xfail-XPG3/ftw.h/conform): Likewise.
13481         (test-xfail-XPG3/grp.h/conform): Likewise.
13482         (test-xfail-XPG3/langinfo.h/conform): Likewise.
13483         (test-xfail-XPG3/limits.h/conform): Likewise.
13484         (test-xfail-XPG3/pwd.h/conform): Likewise.
13485         (test-xfail-XPG3/search.h/conform): Likewise.
13486         (test-xfail-XPG3/signal.h/conform): Likewise.
13487         (test-xfail-XPG3/stdio.h/conform): Likewise.
13488         (test-xfail-XPG3/stdlib.h/conform): Likewise.
13489         (test-xfail-XPG3/string.h/conform): Likewise.
13490         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
13491         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
13492         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
13493         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
13494         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
13495         (test-xfail-XPG3/sys/types.h/conform): Likewise.
13496         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
13497         (test-xfail-XPG3/termios.h/conform): Likewise.
13498         (test-xfail-XPG3/time.h/conform): Likewise.
13499         (test-xfail-XPG3/unistd.h/conform): Likewise.
13500         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
13501         (test-xfail-XPG4/fcntl.h/conform): Likewise.
13502         (test-xfail-XPG4/langinfo.h/conform): Likewise.
13503         (test-xfail-XPG4/netdb.h/conform): Likewise.
13504         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
13505         (test-xfail-XPG4/signal.h/conform): Likewise.
13506         (test-xfail-XPG4/stdio.h/conform): Likewise.
13507         (test-xfail-XPG4/stdlib.h/conform): Likewise.
13508         (test-xfail-XPG4/stropts.h/conform): Likewise.
13509         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
13510         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
13511         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
13512         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
13513         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
13514         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
13515         (test-xfail-XPG4/sys/time.h/conform): Likewise.
13516         (test-xfail-XPG4/sys/types.h/conform): Likewise.
13517         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
13518         (test-xfail-XPG4/termios.h/conform): Likewise.
13519         (test-xfail-XPG4/ucontext.h/conform): Likewise.
13520         (test-xfail-XPG4/unistd.h/conform): Likewise.
13521         (test-xfail-XPG4/utmpx.h/conform): Likewise.
13522         (test-xfail-POSIX/sched.h/conform): Likewise.
13523         (test-xfail-POSIX/signal.h/conform): Likewise.
13524         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13525         (test-xfail-POSIX/tar.h/conform): Likewise.
13526         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
13527         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
13528         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
13529         (test-xfail-UNIX98/netdb.h/conform): Likewise.
13530         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
13531         (test-xfail-UNIX98/sched.h/conform): Likewise.
13532         (test-xfail-UNIX98/signal.h/conform): Likewise.
13533         (test-xfail-UNIX98/stdio.h/conform): Likewise.
13534         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
13535         (test-xfail-UNIX98/stropts.h/conform): Likewise.
13536         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
13537         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
13538         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
13539         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
13540         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
13541         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
13542         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
13543         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
13544         (test-xfail-UNIX98/unistd.h/conform): Likewise.
13545         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
13546         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
13547         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
13548         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
13549         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
13550         (test-xfail-XOPEN2K/math.h/conform): Likewise.
13551         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
13552         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
13553         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
13554         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
13555         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
13556         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
13557         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
13558         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
13559         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
13560         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
13561         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
13562         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
13563         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
13564         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
13565         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
13566         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
13567         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
13568         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
13569         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
13570         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
13571         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
13572         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
13573         (test-xfail-POSIX2008/signal.h/conform): Likewise.
13574         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
13575         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
13576         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
13577         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
13578         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
13579         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
13580         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
13581         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
13582         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
13583         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
13584         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
13585         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
13586         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
13587         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
13588         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
13589         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
13590         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
13591         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
13592         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
13593         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
13594         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
13595         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
13596         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
13597         (conformtest-cc-flags): Likewise.
13598         ($(conformtest-header-tests): New target.
13599         * conform/check-header-lists.sh: New file.
13600         * conform/run-conformtest.sh: Remove.
13601
13602         * conform/conformtest.pl: Allow ' and \ in values given for
13603         constants.
13604         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
13605         inclusion.
13606         [POSIX] (sys/types.h): Likewise.
13607         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
13608         inclusion.
13609         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
13610         inclusion.
13611         * conform/data/signal.h-data (SIGIO): Remove expectation.
13612         [XPG3] (SIGBUS): Do not expect.
13613         [POSIX || XPG3] (SIGPOLL): Likewise.
13614         [POSIX || XPG3] (SIGPROF): Likewise.
13615         [POSIX || XPG3] (SIGSYS): Likewise.
13616         [XPG3] (SIGTRAP): Likewise.
13617         [POSIX || XPG3] (SIGURG): Likewise.
13618         [POSIX || XPG3] (SIGVTALRM): Likewise.
13619         [POSIX || XPG3] (SIGXCPU): Likewise.
13620         [POSIX || XPG3] (SIGXFSZ): Likewise.
13621         [POSIX] (SA_SIGINFO): Expect.
13622         [XPG3] (siginfo_t): Do not expect type or contents.
13623         [POSIX] (si_pid): Do not expect element.
13624         [POSIX] (si_uid): Likewise.
13625         [POSIX] (si_addr): Likewise.
13626         [POSIX] (si_status): Likewise.
13627         [POSIX] (si_band): Likewise.
13628         [XPG4] (si_value): Likewise.
13629         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13630         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13631         [POSIX || XPG3] (ILL_ILLADR): Likewise.
13632         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13633         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13634         [POSIX || XPG3] (ILL_PRVREG): Likewise.
13635         [POSIX || XPG3] (ILL_COPROC): Likewise.
13636         [POSIX || XPG3] (ILL_BADSTK): Likewise.
13637         [POSIX || XPG3] (FPE_INTDIV): Likewise.
13638         [POSIX || XPG3] (FPE_INTOVF): Likewise.
13639         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13640         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13641         [POSIX || XPG3] (FPE_FLTUND): Likewise.
13642         [POSIX || XPG3] (FPE_FLTRES): Likewise.
13643         [POSIX || XPG3] (FPE_FLTINV): Likewise.
13644         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13645         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13646         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13647         [POSIX || XPG3] (BUS_ADRALN): Likewise.
13648         [POSIX || XPG3] (BUS_ADRERR): Likewise.
13649         [POSIX || XPG3] (BUS_OBJERR): Likewise.
13650         [POSIX || XPG3] (CLD_EXITED): Likewise.
13651         [POSIX || XPG3] (CLD_KILLED): Likewise.
13652         [POSIX || XPG3] (CLD_DUMPED): Likewise.
13653         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13654         [POSIX || XPG3] (CLD_STOPPED): Likewise.
13655         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13656         [POSIX || XPG3] (POLL_IN): Likewise.
13657         [POSIX || XPG3] (POLL_OUT): Likewise.
13658         [POSIX || XPG3] (POLL_MSG): Likewise.
13659         [POSIX || XPG3] (POLL_ERR): Likewise.
13660         [POSIX || XPG3] (POLL_PRI): Likewise.
13661         [POSIX || XPG3] (POLL_HUP): Likewise.
13662         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13663         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13664         (SIG*): Do not allow.
13665         [XPG3] (si_*): Likewise.
13666         [XPG3] (SI_*): Likewise.
13667         [XPG3 || XPG4] (sigev_*): Likewise.
13668         [XPG3 || XPG4] (SIGEV_*): Likewise.
13669         [XPG3 || XPG4] (sival_*): Likewise.
13670         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13671         [POSIX || XPG3] (BUS_*): Likewise.
13672         [POSIX || XPG3] (CLD_*): Likewise.
13673         [POSIX || XPG3] (FPE_*): Likewise.
13674         [POSIX || XPG3] (ILL_*): Likewise.
13675         [POSIX || XPG3] (POLL_*): Likewise.
13676         [POSIX || XPG3] (SEGV_*): Likewise.
13677         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13678         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13679         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13680         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13681         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13682         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13683         Specify type and value.
13684         (TVERSLEN): Likewise.
13685         (REGTYPE): Likewise.
13686         (AREGTYPE): Likewise.
13687         (LNKTYPE): Likewise.
13688         (SYMTYPE): Likewise.
13689         (CHRTYPE): Likewise.
13690         (BLKTYPE): Likewise.
13691         (DIRTYPE): Likewise.
13692         (FIFOTYPE): Likewise.
13693         (CONTTYPE): Likewise.
13694         (TSUID): Likewise.
13695         (TSGID): Likewise.
13696         (TSVTX): Likewise.
13697         (TUREAD): Likewise.
13698         (TUWRITE): Likewise.
13699         (TUEXEC): Likewise.
13700         (TGREAD): Likewise.
13701         (TGWRITE): Likewise.
13702         (TGEXEC): Likewise.
13703         (TOREAD): Likewise.
13704         (TOWRITE): Likewise.
13705         (TOEXEC): Likewise.
13706         [POSIX] (TSVTX): Expect constant.
13707
13708 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
13709
13710         * Makefile (tests): Change dependencies to ....
13711         (tests-special): ... additions to this variable.
13712         (tests): Depend on $(tests-special).
13713         * Makerules (check-abi-list): New variable.
13714         (check-abi): Depend on $(check-abi-list).
13715         [$(subdir) = elf] (tests-special): Add
13716         $(objpfx)check-abi-libc.out.
13717         [$(build-shared) = yes && subdir] (tests-special): Add
13718         $(check-abi-list).
13719         [$(build-shared) = yes && subdir] (tests): Do not depend on
13720         check-abi.
13721         * Rules (tests): Depend on $(tests-special).
13722         (xtests): Depend on $(xtests-special).
13723         * catgets/Makefile (tests): Change dependencies to ....
13724         (tests-special): ... additions to this variable.
13725         * conform/Makefile (tests): Change dependencies to ....
13726         (tests-special): ... additions to this variable.
13727         * elf/Makefile (tests): Change dependencies to ....
13728         (tests-special): ... additions to this variable.
13729         * grp/Makefile (tests): Change dependencies to ....
13730         (tests-special): ... additions to this variable.
13731         * iconv/Makefile (xtests): Change dependencies to ....
13732         (xtests-special): ... additions to this variable.
13733         * iconvdata/Makefile (tests): Change dependencies to ....
13734         (tests-special): ... additions to this variable.
13735         * intl/Makefile (tests): Change dependencies to ....
13736         (tests-special): ... additions to this variable.  Also add
13737         $(objpfx)tst-gettext.out.
13738         * io/Makefile (tests): Change dependencies to ....
13739         (tests-special): ... additions to this variable.
13740         * libio/Makefile (tests): Change dependencies to ....
13741         (tests-special): ... additions to this variable.
13742         * malloc/Makefile (tests): Change dependencies to ....
13743         (tests-special): ... additions to this variable.
13744         * misc/Makefile (tests): Change dependencies to ....
13745         (tests-special): ... additions to this variable.
13746         * nptl/Makefile (tests): Change dependencies to ....
13747         (tests-special): ... additions to this variable.
13748         * nptl_db/Makefile (tests): Change dependencies to ....
13749         (tests-special): ... additions to this variable.
13750         * posix/Makefile (tests): Change dependencies to ....
13751         (tests-special): ... additions to this variable.
13752         (xtests): Change dependencies to ....
13753         (xtests-special): ... additions to this variable.
13754         * resolv/Makefile (tests): Change dependencies to ....
13755         (tests-special): ... additions to this variable.
13756         (xtests): Change dependencies to ....
13757         (xtests-special): ... additions to this variable.
13758         * stdio-common/Makefile (tests): Change dependencies to ....
13759         (tests-special): ... additions to this variable.
13760         (do-tst-unbputc): Remove target.
13761         (do-tst-printf): Likewise.
13762         * stdlib/Makefile (tests): Change dependencies to ....
13763         (tests-special): ... additions to this variable.
13764         * string/Makefile (tests): Change dependencies to ....
13765         (tests-special): ... additions to this variable.
13766         * sysdeps/x86/Makefile (tests): Change dependencies to ....
13767         (tests-special): ... additions to this variable.
13768
13769         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13770         whole file.
13771         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13772         whole file.
13773         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13774         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13775
13776         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13777         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13778         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13779         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13780         * conform/data/libgen.h-data [XPG3]: Likewise.
13781         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13782         * conform/data/ndbm.h-data [XPG3]: Likewise.
13783         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13784         * conform/data/netdb.h-data [XPG3]: Likewise.
13785         * conform/data/netinet/in.h-data [XPG3]: Likewise.
13786         * conform/data/poll.h-data [XPG3]: Likewise.
13787         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13788         * conform/data/strings.h-data [XPG3]: Likewise.
13789         * conform/data/stropts.h-data [XPG3]: Likewise.
13790         * conform/data/sys/mman.h-data [XPG3]: Likewise.
13791         * conform/data/sys/resource.h-data [XPG3]: Likewise.
13792         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13793         Likewise.
13794         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13795         * conform/data/sys/time.h-data [XPG3]: Likewise.
13796         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13797         * conform/data/sys/uio.h-data [XPG3]: Likewise.
13798         * conform/data/sys/un.h-data [XPG3]: Likewise.
13799         * conform/data/syslog.h-data [XPG3]: Likewise.
13800         * conform/data/ucontext.h-data [XPG3]: Likewise.
13801         * conform/data/utmpx.h-data [XPG3]: Likewise.
13802         * conform/data/varargs.h-data [UNIX98]: Enable file.
13803
13804         * manual/Makefile (INSTALL_INFO): Remove variable setting.
13805
13806         * math/libm-test.inc (struct test_f_f_data): Move expected results
13807         into structure for each rounding mode.
13808         (struct test_ff_f_data): Likewise.
13809         (struct test_ff_f_data_nexttoward): Likewise.
13810         (struct test_fi_f_data): Likewise.
13811         (struct test_fl_f_data): Likewise.
13812         (struct test_if_f_data): Likewise.
13813         (struct test_fff_f_data): Likewise.
13814         (struct test_c_f_data): Likewise.
13815         (struct test_f_f1_data): Likewise.
13816         (struct test_fF_f1_data): Likewise.
13817         (struct test_ffI_f1_data): Likewise.
13818         (struct test_c_c_data): Likewise.
13819         (struct test_cc_c_data): Likewise.
13820         (struct test_f_i_data): Likewise.
13821         (struct test_ff_i_data): Likewise.
13822         (struct test_f_l_data): Likewise.
13823         (struct test_f_L_data): Likewise.
13824         (struct test_fFF_11_data): Likewise.
13825         (RM_): New macro.
13826         (RM_FE_DOWNWARD): Likewise.
13827         (RM_FE_TONEAREST): Likewise.
13828         (RM_FE_TOWARDZERO): Likewise.
13829         (RM_FE_UPWARD): Likewise.
13830         (RUN_TEST_LOOP_f_f): Update references to expected results.
13831         (RUN_TEST_LOOP_2_f): Likewise.
13832         (RUN_TEST_LOOP_fff_f): Likewise.
13833         (RUN_TEST_LOOP_c_f): Likewise.
13834         (RUN_TEST_LOOP_f_f1): Likewise.
13835         (RUN_TEST_LOOP_fF_f1): Likewise.
13836         (RUN_TEST_LOOP_fI_f1): Likewise.
13837         (RUN_TEST_LOOP_ffI_f1): Likewise.
13838         (RUN_TEST_LOOP_c_c): Likewise.
13839         (RUN_TEST_LOOP_cc_c): Likewise.
13840         (RUN_TEST_LOOP_f_i): Likewise.
13841         (RUN_TEST_LOOP_f_i_tg): Likewise.
13842         (RUN_TEST_LOOP_ff_i_tg): Likewise.
13843         (RUN_TEST_LOOP_f_b): Likewise.
13844         (RUN_TEST_LOOP_f_b_tg): Likewise.
13845         (RUN_TEST_LOOP_f_l): Likewise.
13846         (RUN_TEST_LOOP_f_L): Likewise.
13847         (RUN_TEST_LOOP_fFF_11): Likewise.
13848         * math/gen-libm-test.pl (parse_args): Output four copies of
13849         expected results for each test.
13850
13851         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13852         (__ASSUME_UTIMES): Remove.
13853         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13854         (__ASSUME_UTIMES): Likewise.
13855
13856         * math/gen-auto-libm-tests.c: Update comment on output format.
13857         (output_for_one_input_case): Generate before-rounding and
13858         after-rounding information as conditions on output flags not
13859         floating-point format.
13860         * math/auto-libm-test-out: Regenerated.
13861         * math/gen-libm-test.pl (cond_value): New function.
13862         (or_cond_value): Use cond_value.
13863         (generate_testfile): Handle conditional exceptions.
13864
13865 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
13866
13867         * math/libm-test.inc (max_valid_error): New variable.
13868         (init_max_error): Take new argument specifying whether function
13869         results are exactly determined.  Set max_valid_error and bound
13870         other variables for errors based on this argument.
13871         (set_max_error): Do not record results above max_valid_error.
13872         (check_float_internal): Only accept errors of up to 0.5ulps if
13873         also at most max_valid_error.
13874         (START): Take new argument EXACT and pass it to init_max_error.
13875         (acos_test): Update call to START.
13876         (acos_test_tonearest): Likewise.
13877         (acos_test_towardzero): Likewise.
13878         (acos_test_downward): Likewise.
13879         (acos_test_upward): Likewise.
13880         (acosh_test): Likewise.
13881         (asin_test): Likewise.
13882         (asin_test_tonearest): Likewise.
13883         (asin_test_towardzero): Likewise.
13884         (asin_test_downward): Likewise.
13885         (asin_test_upward): Likewise.
13886         (asinh_test): Likewise.
13887         (atan_test): Likewise.
13888         (atanh_test): Likewise.
13889         (atan2_test): Likewise.
13890         (cabs_test): Likewise.
13891         (cacos_test): Likewise.
13892         (cacosh_test): Likewise.
13893         (carg_test): Likewise.
13894         (casin_test): Likewise.
13895         (casinh_test): Likewise.
13896         (catan_test): Likewise.
13897         (catanh_test): Likewise.
13898         (cbrt_test): Likewise.
13899         (ccos_test): Likewise.
13900         (ccosh_test): Likewise.
13901         (ceil_test): Likewise.
13902         (cexp_test): Likewise.
13903         (cimag_test): Likewise.
13904         (clog_test): Likewise.
13905         (clog10_test): Likewise.
13906         (conj_test): Likewise.
13907         (copysign_test): Likewise.
13908         (cos_test): Likewise.
13909         (cos_test_tonearest): Likewise.
13910         (cos_test_towardzero): Likewise.
13911         (cos_test_downward): Likewise.
13912         (cos_test_upward): Likewise.
13913         (cosh_test): Likewise.
13914         (cosh_test_tonearest): Likewise.
13915         (cosh_test_towardzero): Likewise.
13916         (cosh_test_downward): Likewise.
13917         (cosh_test_upward): Likewise.
13918         (cpow_test): Likewise.
13919         (cproj_test): Likewise.
13920         (creal_test): Likewise.
13921         (csin_test): Likewise.
13922         (csinh_test): Likewise.
13923         (csqrt_test): Likewise.
13924         (ctan_test): Likewise.
13925         (ctan_test_tonearest): Likewise.
13926         (ctan_test_towardzero): Likewise.
13927         (ctan_test_downward): Likewise.
13928         (ctan_test_upward): Likewise.
13929         (ctanh_test): Likewise.
13930         (ctanh_test_tonearest): Likewise.
13931         (ctanh_test_towardzero): Likewise.
13932         (ctanh_test_downward): Likewise.
13933         (ctanh_test_upward): Likewise.
13934         (erf_test): Likewise.
13935         (erfc_test): Likewise.
13936         (exp_test): Likewise.
13937         (exp_test_tonearest): Likewise.
13938         (exp_test_towardzero): Likewise.
13939         (exp_test_downward): Likewise.
13940         (exp_test_upward): Likewise.
13941         (exp10_test): Likewise.
13942         (exp10_test_tonearest): Likewise.
13943         (exp10_test_towardzero): Likewise.
13944         (exp10_test_downward): Likewise.
13945         (exp10_test_upward): Likewise.
13946         (pow10_test): Likewise.
13947         (exp2_test): Likewise.
13948         (expm1_test): Likewise.
13949         (expm1_test_tonearest): Likewise.
13950         (expm1_test_towardzero): Likewise.
13951         (expm1_test_downward): Likewise.
13952         (expm1_test_upward): Likewise.
13953         (fabs_test): Likewise.
13954         (fdim_test): Likewise.
13955         (floor_test): Likewise.
13956         (fma_test): Likewise.
13957         (fma_test_towardzero): Likewise.
13958         (fma_test_downward): Likewise.
13959         (fma_test_upward): Likewise.
13960         (fmax_test): Likewise.
13961         (fmin_test): Likewise.
13962         (fmod_test): Likewise.
13963         (fpclassify_test): Likewise.
13964         (frexp_test): Likewise.
13965         (hypot_test): Likewise.
13966         (ilogb_test): Likewise.
13967         (isfinite_test): Likewise.
13968         (finite_test): Likewise.
13969         (isgreater_test): Likewise.
13970         (isgreaterequal_test): Likewise.
13971         (isinf_test): Likewise.
13972         (isless_test): Likewise.
13973         (islessequal_test): Likewise.
13974         (islessgreater_test): Likewise.
13975         (isnan_test): Likewise.
13976         (isnormal_test): Likewise.
13977         (issignaling_test): Likewise.
13978         (isunordered_test): Likewise.
13979         (j0_test): Likewise.
13980         (j1_test): Likewise.
13981         (jn_test): Likewise.
13982         (ldexp_test): Likewise.
13983         (lgamma_test): Likewise.
13984         (gamma_test): Likewise.
13985         (lrint_test): Likewise.
13986         (lrint_test_tonearest): Likewise.
13987         (lrint_test_towardzero): Likewise.
13988         (lrint_test_downward): Likewise.
13989         (lrint_test_upward): Likewise.
13990         (llrint_test): Likewise.
13991         (llrint_test_tonearest): Likewise.
13992         (llrint_test_towardzero): Likewise.
13993         (llrint_test_downward): Likewise.
13994         (llrint_test_upward): Likewise.
13995         (log_test): Likewise.
13996         (log10_test): Likewise.
13997         (log1p_test): Likewise.
13998         (log2_test): Likewise.
13999         (logb_test): Likewise.
14000         (logb_test_downward): Likewise.
14001         (lround_test): Likewise.
14002         (llround_test): Likewise.
14003         (modf_test): Likewise.
14004         (nearbyint_test): Likewise.
14005         (nextafter_test): Likewise.
14006         (nexttoward_test): Likewise.
14007         (pow_test): Likewise.
14008         (pow_test_tonearest): Likewise.
14009         (pow_test_towardzero): Likewise.
14010         (pow_test_downward): Likewise.
14011         (pow_test_upward): Likewise.
14012         (remainder_test): Likewise.
14013         (drem_test): Likewise.
14014         (remainder_test_tonearest): Likewise.
14015         (drem_test_tonearest): Likewise.
14016         (remainder_test_towardzero): Likewise.
14017         (drem_test_towardzero): Likewise.
14018         (remainder_test_downward): Likewise.
14019         (drem_test_downward): Likewise.
14020         (remainder_test_upward): Likewise.
14021         (drem_test_upward): Likewise.
14022         (remquo_test): Likewise.
14023         (rint_test): Likewise.
14024         (rint_test_tonearest): Likewise.
14025         (rint_test_towardzero): Likewise.
14026         (rint_test_downward): Likewise.
14027         (rint_test_upward): Likewise.
14028         (round_test): Likewise.
14029         (scalb_test): Likewise.
14030         (scalbn_test): Likewise.
14031         (scalbln_test): Likewise.
14032         (signbit_test): Likewise.
14033         (sin_test): Likewise.
14034         (sin_test_tonearest): Likewise.
14035         (sin_test_towardzero): Likewise.
14036         (sin_test_downward): Likewise.
14037         (sin_test_upward): Likewise.
14038         (sincos_test): Likewise.
14039         (sinh_test): Likewise.
14040         (sinh_test_tonearest): Likewise.
14041         (sinh_test_towardzero): Likewise.
14042         (sinh_test_downward): Likewise.
14043         (sinh_test_upward): Likewise.
14044         (sqrt_test): Likewise.
14045         (sqrt_test_tonearest): Likewise.
14046         (sqrt_test_towardzero): Likewise.
14047         (sqrt_test_downward): Likewise.
14048         (sqrt_test_upward): Likewise.
14049         (tan_test): Likewise.
14050         (tan_test_tonearest): Likewise.
14051         (tan_test_towardzero): Likewise.
14052         (tan_test_downward): Likewise.
14053         (tan_test_upward): Likewise.
14054         (tanh_test): Likewise.
14055         (tgamma_test): Likewise.
14056         (trunc_test): Likewise.
14057         (y0_test): Likewise.
14058         (y1_test): Likewise.
14059         (yn_test): Likewise.
14060         (significand_test): Likewise.
14061
14062         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
14063         individual tests in comment.
14064         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
14065         (prev_max_error): New variable.
14066         (prev_real_max_error): Likewise.
14067         (prev_imag_max_error): Likewise.
14068         (compare_ulp_data): Don't refer to test names in comment.
14069         (find_test_ulps): Remove function.
14070         (find_function_ulps): Likewise.
14071         (find_complex_function_ulps): Likewise.
14072         (init_max_error): Take function name as argument.  Look up ulps
14073         for that function.
14074         (print_ulps): Remove function.
14075         (print_max_error): Use prev_max_error instead of calling
14076         find_function_ulps.
14077         (print_complex_max_error): Use prev_real_max_error and
14078         prev_imag_max_error instead of calling find_complex_function_ulps.
14079         (check_float_internal): Take max_ulp parameter instead of calling
14080         find_test_ulps.  Don't call print_ulps.
14081         (check_float): Update call to check_float_internal.
14082         (check_complex): Update calls to check_float_internal.
14083         (START): Pass argument to init_max_error.
14084         * math/gen-libm-test.pl (%results): Don't include "kind"
14085         information.
14086         (parse_ulps): Don't handle ulps of individual tests.
14087         (print_ulps_file): Likewise.
14088         (output_ulps): Likewise.
14089         * math/README.libm-test: Update.
14090         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
14091         individual tests.
14092         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
14093         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
14094         * sysdeps/arm/libm-test-ulps: Likewise.
14095         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
14096         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
14097         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
14098         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
14099         * sysdeps/microblaze/libm-test-ulps: Likewise.
14100         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
14101         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
14102         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
14103         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
14104         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
14105         * sysdeps/sh/libm-test-ulps: Likewise.
14106         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
14107         * sysdeps/tile/libm-test-ulps: Likewise.
14108         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14109
14110 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
14111
14112         * math/libm-test.inc (print_complex_max_error): Check separately
14113         whether real and imaginary errors are within allowed range and
14114         pass 0 to print_complex_function_ulps instead of value within
14115         allowed range.
14116
14117 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
14118
14119         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
14120         formatting.
14121         (get_handles_fopen): Likewise.
14122         (do_write_test): Likewise.
14123
14124         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
14125
14126         * libio/fileops.c (do_ftell): Use cached offset when
14127         available.
14128         * libio/iofwide.c (do_ftell_wide): Likewise.
14129         * libio/iofdopen.c (_IO_new_fdopen): Don't use
14130         _IO_file_attach.
14131         * libio/wfileops.c (_IO_fwide): Don't cache offset.
14132
14133         [BZ #16532]
14134         * libio/libioP.h (get_file_offset): New function.
14135         * libio/fileops.c (get_file_offset): Likewise.
14136         (do_ftell): Likewise.
14137         (_IO_new_file_seekoff): Split out ftell logic.
14138         * libio/wfileops.c (do_ftell_wide): Likewise.
14139         (_IO_wfile_seekoff): Split out ftell logic.
14140         * libio/tst-ftell-active-handler.c: New test case.
14141         * libio/Makefile (tests): Add it.
14142
14143 2014-03-03  Roland McGrath  <roland@hack.frob.com>
14144
14145         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
14146         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
14147
14148 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
14149
14150         [BZ #16639]
14151         * nscd/connections.c (nscd_init): Call do_exit.
14152         (start_threads): Call do_exit and notify_parent.
14153         (begin_drop_privileges): Call do_exit.
14154         (finish_drop_privileges): Likewise.
14155         * nscd/selinux.c (preserve_capabilities): Likewise.
14156         (install_real_capabilities): Likewise.
14157         (nscd_selinux_enabled): Likewise.
14158         (avc_create_thread): Likewise.
14159         (avc_alloc_lock): Likewise.
14160         (nscd_avc_init): Likewise.
14161         * nscd/nscd.c (parent_fd): New static variable.
14162         (main): Create a pipe between parent and child processes.
14163         Skip closing parent_fd.
14164         (monitor_child): New function.
14165         (do_exit): Likewise.
14166         (notify_parent): Likewise.
14167         * nscd/nscd.h (notify_parent): Likewise.
14168         (do_exit): Likewise.
14169
14170 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
14171
14172         * malloc/malloc.c (__libc_calloc): Revert last change.
14173
14174 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14175
14176         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14177
14178 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
14179
14180         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
14181         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
14182         implementation.
14183         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14184         (__libc_ifunc_impl_list): Likewise.
14185         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
14186         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
14187         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
14188         * string/strrchr.c: Define STRRCHR.
14189
14190 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
14191
14192         * benchtest/bench-strtok.c (simple_strtok): Delete.
14193         (strtok_string): Use as benchmark.
14194         * string/strtok (STRTOK): New macro.
14195
14196 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
14197
14198         * manual/threads.texi: Add header and standard comments to all
14199         functions.
14200
14201         * elf/dl-lookup.c (check_match): New function.
14202         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
14203         (do_lookup_x): Remove nested function check_match. Use non-nested
14204         function check_match.
14205
14206 2014-02-28  Roland McGrath  <roland@hack.frob.com>
14207
14208         * csu/Makefile (generated, before-compile): Use += rather than =.
14209         * catgets/Makefile (generated, generated-dirs): Likewise.
14210         * debug/Makefile (generated): Likewise.
14211         * dlfcn/Makefile (generated): Likewise.
14212         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
14213         * iconvdata/Makefile (before-compile, generated): Likewise.
14214         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
14215         * libio/Makefile (generated): Likewise.
14216         * malloc/Makefile (generated): Likewise.
14217         * manual/Makefile (generated, generated-dirs): Likewise.
14218         * misc/Makefile (generated): Likewise.
14219         * posix/Makefile (generated): Likewise.
14220         * resolv/Makefile (generated): Likewise.
14221         * sunrpc/Makefile (generated, generated-dirs): Likewise.
14222         * timezone/Makefile (generated, generated-dirs): Likewise.
14223
14224         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
14225
14226 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14227
14228         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
14229         power8 implementation.
14230         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
14231         file: POWER8 llround ifunc implementation.
14232         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
14233         (__lllround): Add POWER8 implementation.
14234         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
14235         POWER8 llround implementation.
14236
14237         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
14238         power8 implementation.
14239         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
14240         file: POWER8 llrint ifunc implementation.
14241         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
14242         Add POWER8 implementation.
14243         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
14244         POWER8 llrint implementation.
14245
14246         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
14247         power8 implementation.
14248         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
14249         file: POWER8 finite ifunc implementation.
14250         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
14251         Add POWER8 implementation.
14252         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
14253         Likewise.
14254         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
14255         POWER8 finite implementation.
14256         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
14257
14258         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
14259         power8 implementation.
14260         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
14261         file: POWER8 isinf ifunc implementation.
14262         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
14263         POWER8 implementation.
14264         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
14265         Likewise.
14266         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
14267         isinf implementation.
14268         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
14269
14270         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
14271         (INIT_ARCH): Add hwcap2 initialization.
14272         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
14273         power8 implementation.
14274         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
14275         file: POWER8 isnan ifunc implementation.
14276         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
14277         POWER8 implementation.
14278         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
14279         Likewise.
14280         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
14281         isnan implementation.
14282         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
14283
14284 2014-02-27  Joey Ye  <joey.ye@arm.com>
14285
14286         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14287         (_FP_NANFRAC_Q): Set to zero.
14288
14289 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14290
14291         [BZ #16623]
14292         * math/auto-libm-test-in: New test inputs.
14293         * math/auto-libm-test-out: Regenerate.
14294         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
14295         and DA.
14296         (__cos): Likewise.
14297         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
14298
14299 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
14300
14301         * scripts/evaluate-test.sh: Take new argument indicating whether
14302         failure is expected.
14303         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
14304         indicating whether failure is expected.
14305         * conform/Makefile (test-xfail-run-conformtest): New variable.
14306         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
14307         level.
14308         * posix/Makefile (test-xfail-annexc): New variable.
14309         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
14310
14311 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
14312
14313         * argp/Makefile: Include Makeconfig immediately after defining
14314         subdir.
14315         * assert/Makefile: Likewise.
14316         * benchtests/Makefile: Likewise.
14317         * catgets/Makefile: Likewise.
14318         * conform/Makefile: Likewise.
14319         * crypt/Makefile: Likewise.
14320         * csu/Makefile: Likewise.
14321         (all): Remove target.
14322         * ctype/Makefile: Include Makeconfig immediately after defining
14323         subdir.
14324         * debug/Makefile: Likewise.
14325         * dirent/Makefile: Likewise.
14326         * dlfcn/Makefile: Likewise.
14327         * gmon/Makefile: Likewise.
14328         * gnulib/Makefile: Likewise.
14329         * grp/Makefile: Likewise.
14330         * gshadow/Makefile: Likewise.
14331         * hesiod/Makefile: Likewise.
14332         * hurd/Makefile: Likewise.
14333         (all): Remove target.
14334         * iconvdata/Makefile: Include Makeconfig immediately after
14335         defining subdir.
14336         * inet/Makefile: Likewise.
14337         * intl/Makefile: Likewise.
14338         * io/Makefile: Likewise.
14339         * libio/Makefile: Likewise.
14340         (all): Remove target.
14341         * locale/Makefile: Include Makeconfig immediately after defining
14342         subdir.
14343         * login/Makefile: Likewise.
14344         * mach/Makefile: Likewise.
14345         (all): Remove target.
14346         * malloc/Makefile: Include Makeconfig immediately after defining
14347         subdir.
14348         (all): Remove target.
14349         * manual/Makefile: Include Makeconfig immediately after defining
14350         subdir.
14351         * math/Makefile: Likewise.
14352         * misc/Makefile: Likewise.
14353         * nis/Makefile: Likewise.
14354         * nss/Makefile: Likewise.
14355         * po/Makefile: Likewise.
14356         (all): Remove target.
14357         * posix/Makefile: Include Makeconfig immediately after defining
14358         subdir.
14359         * pwd/Makefile: Likewise.
14360         * resolv/Makefile: Likewise.
14361         * resource/Makefile: Likewise.
14362         * rt/Makefile: Likewise.
14363         * setjmp/Makefile: Likewise.
14364         * shadow/Makefile: Likewise.
14365         * signal/Makefile: Likewise.
14366         * socket/Makefile: Likewise.
14367         * soft-fp/Makefile: Likewise.
14368         * stdio-common/Makefile: Likewise.
14369         * stdlib/Makefile: Likewise.
14370         * streams/Makefile: Likewise.
14371         * string/Makefile: Likewise.
14372         * sunrpc/Makefile: Likewise.
14373         (all): Remove target.
14374         * sysvipc/Makefile: Include Makeconfig immediately after defining
14375         subdir.
14376         * termios/Makefile: Likewise.
14377         * time/Makefile: Likewise.
14378         * timezone/Makefile: Likewise.
14379         (all): Remove target.
14380         * wcsmbs/Makefile: Include Makeconfig immediately after defining
14381         subdir.
14382         * wctype/Makefile: Likewise.
14383
14384 2014-02-26  Steve Ellcey  <sellcey@mips.com>
14385
14386         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
14387         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
14388         (libc_feholdexcept_setround_mips): Ditto.
14389         (libc_feholdsetround): New.
14390         (libc_feholdsetroundf): New.
14391         (libc_feholdsetroundl): New.
14392         (libc_feupdateenv_test_mips): New.
14393         (libc_feupdateenv_test): New.
14394         (libc_feupdateenv_testf): New.
14395         (libc_feupdateenv_testl): New.
14396         (libc_feresetround): New.
14397         (libc_feresetroundf): New.
14398         (libc_feresetroundl): New.
14399         (libc_fetestexcept_mips): New.
14400         (libc_fetestexcept): New.
14401         (libc_fetestexceptf): New.
14402         (libc_fetestexceptl): New.
14403         (HAVE_RM_CTX): New.
14404         (libc_feholdexcept_setround_mips_ctx): New.
14405         (libc_feholdexcept_setround_ctx): New.
14406         (libc_feholdexcept_setroundf_ctx): New.
14407         (libc_feholdexcept_setroundl_ctx): New.
14408         (libc_fesetenv_mips_ctx): New.
14409         (libc_fesetenv_ctx): New.
14410         (libc_fesetenv_ctxf): New.
14411         (libc_fesetenv_ctxl): New.
14412         (libc_feupdateenv_mips_ctx): New.
14413         (libc_feupdateenv_ctx): New.
14414         (libc_feupdateenvf_ctx): New.
14415         (libc_feupdateenvl_ctx): New.
14416         (libc_feholdsetround_mips_ctx): New.
14417         (libc_feholdsetround_ctx): New.
14418         (libc_feholdsetroundf_ctx): New.
14419         (libc_feholdsetroundl_ctx): New.
14420         (libc_feresetround_mips_ctx): New.
14421         (libc_feresetround_ctx): New.
14422         (libc_feresetroundf_ctx): New.
14423         (libc_feresetroundl_ctx): New.
14424
14425 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
14426
14427         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
14428
14429         * manual/ipc.texi: New file.
14430         * manual/Makefile (chapters): Add ipc.
14431         * manual/job.texi: Add "Inter-Process Communication" to next.
14432         * manual/process.texi: Add "Inter-Process Communication" to prev.
14433
14434 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14435
14436         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14437
14438 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
14439
14440         * malloc/malloc.c (__libc_calloc): Simplify implementation.
14441
14442         * manual/arith.texi: Fix spaces after sentences.
14443         * manual/charset.texi: Likewise.
14444         * manual/errno.texi: Likewise.
14445         * manual/install.texi: Likewise.
14446         * manual/llio.texi: Likewise.
14447         * manual/locale.texi: Likewise.
14448         * manual/maint.texi: Likewise.
14449         * manual/math.texi: Likewise.
14450         * manual/memory.texi: Likewise.
14451         * manual/message.texi: Likewise.
14452         * manual/probes.texi: Likewise.
14453         * manual/resource.texi: Likewise.
14454         * manual/signal.texi: Likewise.
14455         * manual/socket.texi: Likewise.
14456         * manual/stdio.texi: Likewise.
14457         * manual/string.texi: Likewise.
14458         * manual/time.texi: Likewise.
14459         * manual/users.texi: Likewise.
14460
14461 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
14462
14463         [BZ #16632]
14464         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
14465         _DEFAULT_SOURCE is defined.
14466
14467 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
14468             Carlos O'Donell  <carlos@redhat.com>
14469
14470         [BZ #16613]
14471         * elf/dl-tls.c (_dl_count_modids): New function.
14472         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
14473         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
14474         audit library and increment generation counter.
14475         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
14476         * elf/tst-audit9.c: New file.
14477         * elf/tst-auditmod9a.c: New file.
14478         * elf/tst-auditmod9b.c: New file.
14479         * elf/Makefile: Add rules to build and run tst-audit9.
14480
14481 2014-02-25  Florian Weimer  <fweimer@redhat.com>
14482
14483         [BZ #15347]
14484         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
14485
14486 2014-02-25  Will Newton  <will.newton@linaro.org>
14487
14488         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
14489         (__longjmp): Restore sp and lr before restoring callee
14490         saved registers.  Add longjmp and longjmp_target
14491         SystemTap probe point.
14492         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
14493         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
14494         Define to zero to match jmpbuf layout.
14495         * sysdeps/arm/setjmp.S: Include stap-probe.h.
14496         (__sigsetjmp): Save sp and lr before saving callee
14497         saved registers.  Add setjmp SystemTap probe point.
14498
14499 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
14500
14501         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14502
14503 2014-02-24  Andreas Schwab  <schwab@suse.de>
14504
14505         [BZ #15804]
14506         * elf/pldd.c (wait_for_ptrace_stop): New function.
14507         (main): Call it after attaching.
14508
14509 2014-02-22  Roland McGrath  <roland@hack.frob.com>
14510
14511         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
14512         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
14513         Versions files is now verboten.
14514         * hurd/Versions (libc: GLIBC_2.0):
14515         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
14516         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
14517         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
14518         * mach/Versions: Likewise.
14519
14520         * csu/Versions: Remove unused %include.
14521         * resolv/Versions: Likewise.
14522
14523 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
14524
14525         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
14526         ($(objpfx)check-local-headers.out): Likewise.
14527         ($(objpfx)begin-end-check.out): Likewise.
14528         * Makerules (check-abi-%.out): Likewise.
14529         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
14530         ($(objpfx)test2.cat): Likewise.
14531         ($(objpfx)de/libc.cat): Likewise.
14532         ($(objpfx)test-gencat.out): Likewise.
14533         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
14534         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
14535         ($(objpfx)noload-mem): Likewise.
14536         ($(objpfx)tst-pathopt.out): Likewise.
14537         ($(objpfx)tst-rtld-load-self.out): Likewise.
14538         ($(objpfx)tst-array1-cmp.out): Likewise.
14539         ($(objpfx)tst-array1-static-cmp.out): Likewise.
14540         ($(objpfx)tst-array2-cmp.out): Likewise.
14541         ($(objpfx)tst-array3-cmp.out): Likewise.
14542         ($(objpfx)tst-array4-cmp.out): Likewise.
14543         ($(objpfx)tst-array5-cmp.out): Likewise.
14544         ($(objpfx)tst-array5-static-cmp.out): Likewise.
14545         ($(objpfx)check-textrel.out): Likewise.
14546         ($(objpfx)check-execstack.out): Likewise.
14547         ($(objpfx)check-localplt.out): Likewise.
14548         ($(objpfx)order2-cmp.out): Likewise.
14549         ($(objpfx)tst-leaks1-mem): Likewise.
14550         ($(objpfx)tst-leaks1-static-mem): Likewise.
14551         ($(objpfx)tst-initorder-cmp.out): Likewise.
14552         ($(objpfx)tst-initorder2-cmp.out): Likewise.
14553         ($(objpfx)tst-unused-dep.out): Likewise.
14554         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
14555         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
14556         * iconv/Makefile (test-iconvconfig): Likewise.
14557         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
14558         ($(objpfx)iconv-test.out): Likewise.
14559         ($(objpfx)tst-tables.out): Likewise.
14560         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
14561         ($(objpfx)tst-gettext.out): Likewise.
14562         ($(objpfx)tst-translit.out): Likewise.
14563         ($(objpfx)tst-gettext2.out): Likewise.
14564         ($(objpfx)tst-gettext4.out): Likewise.
14565         ($(objpfx)tst-gettext6.out): Likewise.
14566         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
14567         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
14568         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
14569         ($(objpfx)tst-fopenloc-mem.out): Likewise.
14570         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
14571         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
14572         * posix/Makefile ($(objpfx)globtest.out): Likewise.
14573         ($(objpfx)wordexp-tst.out): Likewise.
14574         ($(objpfx)annexc.out): Likewise.
14575         ($(objpfx)tst-fnmatch-mem): Likewise.
14576         ($(objpfx)bug-regex2-mem): Likewise.
14577         ($(objpfx)bug-regex14-mem): Likewise.
14578         ($(objpfx)bug-regex21-mem): Likewise.
14579         ($(objpfx)bug-regex31-mem): Likewise.
14580         ($(objpfx)tst-vfork3-mem): Likewise.
14581         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14582         ($(objpfx)tst-pcre-mem): Likewise.
14583         ($(objpfx)tst-boost-mem): Likewise.
14584         ($(objpfx)tst-getconf.out): Likewise.
14585         ($(objpfx)bug-ga2-mem): Likewise.
14586         ($(objpfx)bug-glob2-mem): Likewise.
14587         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
14588         ($(objpfx)mtrace-tst-leaks2): Likewise.
14589         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
14590         ($(objpfx)tst-printf.out): Likewise.
14591         ($(objpfx)tst-setvbuf1.out): Likewise.
14592         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
14593         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
14594         ($(objpfx)tst-fmtmsg.out): Likewise.
14595         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
14596         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
14597
14598         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
14599         * bits/sigaction.h [__USE_MISC]: Likewise.
14600         * bits/waitstatus.h: Update #endif comments.
14601         * ctype/ctype.h: Likewise.
14602         * dirent/dirent.h: Likewise.
14603         [__USE_MISC]: Remove redundant conditionals.
14604         * grp/grp.h: Update #endif comments.
14605         [__USE_GNU]: Remove redundant conditionals.
14606         [__USE_MISC]: Likewise.
14607         * inet/netinet/in.h [__USE_GNU]: Likewise.
14608         * io/sys/stat.h [__USE_MISC]: Likewise.
14609         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
14610         * libio/bits/stdio.h: Update #endif comments.
14611         [__USE_MISC]: Remove redundant conditionals.
14612         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
14613         * libio/stdio.h: Update #endif comments.
14614         [__USE_MISC]: Remove redundant conditionals.
14615         * math/bits/math-finite.h [__USE_MISC]: Likewise.
14616         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
14617         * math/math.h: Update #else and #endif comments.
14618         [__USE_MISC]: Remove redundant conditionals.
14619         * misc/sys/uio.h: Update #endif comments.
14620         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14621         * posix/glob.h [__USE_MISC]: Likewise.
14622         * posix/sys/types.h: Update #endif comments.
14623         [__USE_MISC]: Remove redundant conditionals.
14624         * posix/sys/wait.h: Update #endif comments.
14625         [__USE_MISC]: Remove redundant conditionals.
14626         * posix/unistd.h: Update #endif comments.
14627         [__USE_MISC]: Remove redundant conditionals.
14628         * pwd/pwd.h [__USE_GNU]: Likewise.
14629         [__USE_MISC]: Likewise.
14630         * resolv/netdb.h [__USE_GNU]: Likewise.
14631         * signal/signal.h: Update #endif comments.
14632         [__USE_MISC]: Remove redundant conditionals.
14633         * stdlib/stdlib.h: Update #else and #endif comments.
14634         [__USE_MISC]: Remove redundant conditionals.
14635         [__USE_GNU]: Likewise.
14636         * string/bits/string2.h [__USE_MISC]: Likewise.
14637         * string/string.h: Update #endif comments.
14638         [__USE_MISC]: Remove redundant conditionals.
14639         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14640         Likewise.
14641         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14642         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14643         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14644         Likewise.
14645         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14646         Likewise.
14647         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14648         comments.
14649         [__USE_MISC]: Remove redundant conditionals.
14650         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14651         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14652         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14653         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14654         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14655         Likewise.
14656         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14657         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14658         Likewise.
14659         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14660         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14661         Likewise.
14662         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14663         Likewise.
14664         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14665         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14666         Likewise.
14667         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14668         Likewise.
14669         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14670         * sysdeps/x86/bits/string.h: Update #endif comments.
14671         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14672         conditionals.
14673         * time/sys/time.h: Update #endif comments.
14674         * time/time.h: Likewise.
14675         [__USE_MISC]: Remove redundant conditionals.
14676
14677 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
14678
14679         [BZ #16600]
14680         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14681
14682 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
14683
14684         * Versions.def (librt): Add GLIBC_2.17.
14685
14686 2014-02-21  Adam Conrad  <adconrad@0c3.net>
14687
14688         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14689         synonym for _SYS_AUXV_H to allow direct inclusion.
14690         * sysdeps/sparc/bits/hwcap.h: Likewise.
14691         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14692         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14693         * sysdeps/sparc/sysdep.h: Likewise.
14694
14695 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14696
14697         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14698
14699 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14700
14701         * benchtests/bench-strrchr.c: Print length instead of position.
14702
14703 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
14704
14705         [BZ #16611]
14706         * sysdeps/unix/sysv/linux/kernel-features.h
14707         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14708         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14709         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14710         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14711         Likewise.
14712         [__i386__ || __powerpc__ || __sh__ || __sparc__]
14713         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14714         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14715         (__ASSUME_SENDMMSG): Define instead of using previous
14716         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14717         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14718         (__ASSUME_SENDMMSG_SYSCALL): Define.
14719         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14720         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14721         Likewise.
14722         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14723         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14724         Likewise.
14725         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14726         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14727         Likewise.
14728         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14729         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14730         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14731         [__ASSUME_SENDMMSG]: Change conditionals to
14732         [__ASSUME_SENDMMSG_SOCKETCALL].
14733         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14734         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14735         Define.
14736         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14737         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14738         Likewise.
14739         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14740         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14741         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14742         [!__ASSUME_SENDMMSG]: Change conditional to
14743         [!__ASSUME_SENDMMSG_SOCKETCALL].
14744         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14745         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14746         Define.
14747
14748         [BZ #16610]
14749         * sysdeps/unix/sysv/linux/kernel-features.h
14750         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14751         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14752         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14753         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14754         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14755         [__i386__ || __sparc__]
14756         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14757         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14758         (__ASSUME_RECVMMSG): Define instead of using previous
14759         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14760         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14761         (__ASSUME_RECVMMSG_SYSCALL): Define.
14762         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14763         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14764         Likewise.
14765         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14766         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14767         Likewise.
14768         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14769         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14770         Likewise.
14771         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14772         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14773         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14774         [__ASSUME_RECVMMSG]: Change condition to
14775         [__ASSUME_RECVMMSG_SOCKETCALL].
14776         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14777         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14778         Define.
14779         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14780         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14781         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14782         Likewise.
14783         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14784         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14785         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14786         [!__ASSUME_RECVMMSG]: Change condition to
14787         [!__ASSUME_RECVMMSG_SOCKETCALL].
14788         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14789         (__ASSUME_RECVMMSG_SYSCALL): Define.
14790
14791         [BZ #16609]
14792         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14793         __powerpc__ || __s390__ || __sh__ || __sparc__]
14794         (__ASSUME_SOCKETCALL): Define.
14795         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14796         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14797         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14798         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14799         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14800         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14801         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14802         (__ASSUME_ACCEPT4): Define instead of using previous
14803         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14804         __powerpc__ || __sparc__ || __s390__)] condition.
14805         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14806         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14807         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14808         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14809         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14810         [!__ASSUME_ACCEPT4]: Change condition to
14811         [!__ASSUME_ACCEPT4_SOCKETCALL].
14812         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14813         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
14814         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14815         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14816         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14817         __ASSUME_ACCEPT4_SYSCALL.
14818         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14819         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14820         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14821         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14822         __ASSUME_ACCEPT4_SYSCALL.
14823         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14824         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14825         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14826         [__ASSUME_ACCEPT4]: Change condition to
14827         [__ASSUME_ACCEPT4_SOCKETCALL].
14828         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14829         (__ASSUME_SOCKETCALL): Define.
14830         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14831         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14832         (__ASSUME_SOCKETCALL): Define.
14833         (__ASSUME_ACCEPT4): Remove.
14834         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14835         Define.
14836         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14837         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14838         Likewise.
14839         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14840         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14841
14842         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14843         macro.
14844         (HWCAP_ARM_LPAE): Likewise.
14845         (HWCAP_ARM_EVTSTRM): Likewise.
14846         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14847         Add vpfd32, lpae and evtstrm.
14848         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14849         Increase to 22.
14850
14851 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
14852
14853         * math/auto-libm-test-in: Add tests of clog10.
14854         * math/auto-libm-test-out: Regenerated.
14855         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14856         * sysdeps/i386/fpu/libm-test-ulps: Update.
14857         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14858
14859 2014-02-18  Andreas Schwab  <schwab@suse.de>
14860
14861         [BZ #16574]
14862         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14863         Store non-zero if the second buffer was newly allocated.
14864         (send_dg): Likewise.
14865         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14866         to send_vc and send_dg.
14867         (res_nsend): Pass NULL for ansp2_malloced.
14868         * resolv/res_query.c (__libc_res_nquery): Add parameter
14869         answerp2_malloced and pass it down to __libc_res_nsend.
14870         (res_nquery): Pass additional NULL to __libc_res_nquery.
14871         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14872         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
14873         second answer buffer if answerp2_malloced was set.
14874         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14875         (__libc_res_nquerydomain): Add parameter
14876         answerp2_malloced and pass it down to __libc_res_nquery.
14877         (res_nquerydomain): Pass additional NULL to
14878         __libc_res_nquerydomain.
14879         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14880         additional NULL to __libc_res_nsend and __libc_res_nquery.
14881         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14882         additional NULL to __libc_res_nsearch.
14883         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
14884         parameter of __libc_res_nsearch to check for separately allocated
14885         second buffer.
14886         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14887         __libc_res_nquery.
14888         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14889         additional NULL to __libc_res_nquery.
14890         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14891         __libc_res_nsearch.
14892         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14893         * include/resolv.h: Update prototypes of __libc_res_nquery,
14894         __libc_res_nsearch, __libc_res_nsend.
14895
14896 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
14897
14898         * math/auto-libm-test-in: Add tests of fma.
14899         * math/auto-libm-test-out: Regenerated.
14900         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14901         (fma_towardzero_test_data): Likewise.
14902         (fma_downward_test_data): Likewise.
14903         (fma_upward_test_data): Likewise.
14904         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14905         mpc_mode.
14906         (rounding_modes): Add values for new field.
14907         (func_calc_method): Add value mpfr_fff_f.
14908         (func_calc_desc): Add mpfr_fff_f union field.
14909         (test_function): Add field exact_args.
14910         (FUNC): Add macro argument EXACT_ARGS.
14911         (FUNC_mpfr_f_f): Update call to FUNC.
14912         (FUNC_mpfr_f_f): Likewise.
14913         (FUNC_mpfr_ff_f): Likewise.
14914         (FUNC_mpfr_if_f): Likewise.
14915         (FUNC_mpc_c_f): Likewise.
14916         (FUNC_mpc_c_c): Likewise.
14917         (test_functions): Add fma.  Update calls to FUNC.
14918         (handle_input_arg): Add argument exact_args.
14919         (add_test): Update call to handle_input_arg.
14920         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14921         (output_for_one_input_case): Update call to calc_generic_results.
14922         Recalculate exact zero results in each rounding mode.
14923
14924         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14925         non-negative before setting low bit.
14926         * math/auto-libm-test-in: Mark one asin test possibly having
14927         spurious underflow.
14928         * math/auto-libm-test-out: Regenerated.
14929         * sysdeps/i386/fpu/libm-test-ulps: Update.
14930         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14931
14932 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14933
14934         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14935         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14936         ports/sysdeps/unix/sysv/linux/microblaze.
14937         * README: Add missing listing for microblaze*-*-linux-gnu.
14938
14939 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14940
14941         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14942         duplicate code
14943
14944 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14945
14946         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14947         * sysdeps/unix/sysv/linux/ia64: Move directory from
14948         ports/sysdeps/unix/sysv/linux/ia64.
14949         * README: Update listing for ia64-*-linux-gnu.
14950
14951 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14952             Joseph Myers  <joseph@codesourcery.com>
14953
14954         * Makeconfig (test-name): New variable.
14955         (evaluate-test): Likewise.
14956         * Makerules (do-test-clean): Remove .test-result files.
14957         (common-mostlyclean): Likewise.
14958         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14959         * scripts/evaluate-test.sh: New file.
14960
14961 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14962
14963         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14964         separate $(objpfx)tst-fopenloc-cmp.out and
14965         $(objpfx)tst-fopenloc-mem.out targets.
14966         (tests): Update dependencies.
14967         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14968         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14969         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14970         (tst-rxspencer-no-utf8-ARGS): New variable.
14971         (tst-rxspencer-no-utf8-ENV): Likewise.
14972         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14973         instead of $(objpfx)tst-rxspencer-mem.
14974         ($(objpfx)tst-rxspencer-mem): Change target to
14975         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
14976         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14977         * posix/tst-rxspencer-no-utf8.c: New file.
14978
14979         * elf/Makefile ($(objpfx)order.out): Remove rule.
14980         [$(run-built-tests) = yes] (tests): Depend on
14981         $(objpfx)order-cmp.out.
14982         ($(objpfx)order-cmp.out): New rule.
14983         [$(run-built-tests) = yes] (tests): Depend on
14984         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14985         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14986         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14987         $(objpfx)tst-array5-static-cmp.out.
14988         ($(objpfx)tst-array1.out): Remove rule.
14989         ($(objpfx)tst-array1-cmp.out): New rule.
14990         ($(objpfx)tst-array1-static.out): Remove rule.
14991         ($(objpfx)tst-array1-static-cmp.out): New rule.
14992         ($(objpfx)tst-array2.out): Remove rule.
14993         ($(objpfx)tst-array2-cmp.out): New rule.
14994         ($(objpfx)tst-array3.out): Remove rule.
14995         ($(objpfx)tst-array3-cmp.out): New rule.
14996         ($(objpfx)tst-array4.out): Remove rule.
14997         ($(objpfx)tst-array4-cmp.out): New rule.
14998         ($(objpfx)tst-array5.out): Remove rule.
14999         ($(objpfx)tst-array5-cmp.out): New rule.
15000         ($(objpfx)tst-array5-static.out): Remove rule.
15001         ($(objpfx)tst-array5-static-cmp.out): New rule.
15002         [$(run-built-tests) = yes] (tests): Depend on
15003         $(objpfx)order2-cmp.out.
15004         ($(objpfx)order2.out): Remove rule.
15005         ($(objpfx)order2-cmp.out): New rule.
15006         ($(objpfx)tst-initorder.out): Remove rule.
15007         [$(run-built-tests) = yes] (tests): Depend on
15008         $(objpfx)tst-initorder-cmp.out.
15009         ($(objpfx)tst-initorder-cmp.out): New rule.
15010         ($(objpfx)tst-initorder2.out): Remove rule.
15011         [$(run-built-tests) = yes] (tests): Depend on
15012         $(objpfx)tst-initorder2-cmp.out.
15013         ($(objpfx)tst-initorder2-cmp.out): New rule.
15014         [$(run-built-tests) = yes] (tests): Depend on
15015         $(objpfx)tst-unused-dep-cmp.out.
15016         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
15017         ($(objpfx)tst-unused-dep-cmp.out): New rule.
15018         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
15019         on $(objpfx)tst-setvbuf1-cmp.out.
15020         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
15021         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
15022         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
15023         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
15024         ($(objpfx)tst-svc.out): Remove rule.
15025         ($(objpfx)tst-svc-cmp.out): New rule.
15026
15027 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
15028
15029         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
15030         * ctype/ctype.h [__USE_MISC]: Likewise.
15031         * dirent/dirent.h [__USE_MISC]: Likewise.
15032         * grp/grp.h [__USE_MISC]: Likewise.
15033         * io/fcntl.h [__USE_MISC]: Likewise.
15034         * io/sys/stat.h [__USE_MISC]: Likewise.
15035         * libio/stdio.h [__USE_MISC]: Likewise.
15036         * posix/unistd.h [__USE_MISC]: Likewise.
15037         * pwd/pwd.h [__USE_MISC]: Likewise.
15038         * stdlib.h [__USE_MISC]: Likewise.
15039         * string/bits/string2.h [__USE_MISC]: Likewise.
15040         * string/string.h [__USE_MISC]: Likewise.
15041         * time/time.h [__USE_MISC]: Likewise.
15042
15043 2014-02-13  Andreas Schwab  <schwab@suse.de>
15044
15045         [BZ #16574]
15046         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
15047         second answer buffer if it was separately allocated.
15048
15049 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
15050
15051         * sysdeps/mips/math-tests.h: Include <features.h>.
15052         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15053         (ROUNDING_TESTS_long_double): Do not define.
15054         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15055         (EXCEPTION_TESTS_long_double): Likewise.
15056         * sysdeps/mips/mips64/libm-test-ulps: Update.
15057
15058         * include/features.h (__USE_BSD): Remove macro definitions.
15059         (__USE_SVID): Likewise.
15060         (_BSD_SOURCE): Likewise.
15061         (_SVID_SOURCE): Likewise.
15062         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
15063         from definition of _DEFAULT_SOURCE.
15064         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
15065         [_DEFAULT_SOURCE].
15066         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
15067         * bits/mman.h [__USE_BSD]: Likewise.
15068         * bits/termios.h [__USE_BSD]: Likewise.
15069         * bits/waitstatus.h [__USE_BSD]: Likewise.
15070         * ctype/ctype.h [__USE_SVID]: Likewise.
15071         * dirent/dirent.h [__USE_BSD]: Likewise.
15072         * grp/grp.h [__USE_SVID]: Likewise.
15073         [__USE_BSD]: Likewise.
15074         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
15075         * io/fcntl.h [__USE_BSD]: Likewise.
15076         * io/ftw.h [__USE_BSD]: Likewise.
15077         * io/sys/stat.h [__USE_BSD]: Likewise.
15078         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
15079         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
15080         * libio/stdio.h [__USE_SVID]: Likewise.
15081         [__USE_BSD]: Likewise.
15082         * math/math.h [__USE_SVID]: Likewise.
15083         [__USE_BSD]: Likewise.
15084         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
15085         * misc/bits/syslog.h [__USE_BSD]: Likewise.
15086         * misc/search.h [__USE_SVID]: Likewise.
15087         * misc/sys/mman.h [__USE_BSD]: Likewise.
15088         * misc/sys/syslog.h [__USE_BSD]: Likewise.
15089         * misc/sys/uio.h [__USE_BSD]: Likewise.
15090         * posix/bits/unistd.h [__USE_BSD]: Likewise.
15091         * posix/glob.h [__USE_BSD]: Likewise.
15092         * posix/regex.h [__USE_BSD]: Likewise.
15093         * posix/sys/types.h [__USE_BSD]: Likewise.
15094         [__USE_SVID]: Likewise.
15095         * posix/sys/utsname.h [__USE_SVID]: Likewise.
15096         * posix/sys/wait.h [__USE_BSD]: Likewise.
15097         [__USE_SVID]: Likewise.
15098         * posix/unistd.h [__USE_BSD]: Likewise.
15099         [__USE_SVID]: Likewise.
15100         * pwd/pwd.h [__USE_SVID]: Likewise.
15101         * resolv/netdb.h [__USE_BSD]: Likewise.
15102         * setjmp/setjmp.h [__USE_BSD]: Likewise.
15103         * signal/signal.h [__USE_BSD]: Likewise.
15104         [__USE_SVID]: Likewise.
15105         * socket/sys/socket.h [__USE_BSD]: Likewise.
15106         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
15107         * stdlib/stdlib.h [__USE_BSD]: Likewise.
15108         [__USE_SVID]: Likewise.
15109         * string/bits/string2.h [__USE_BSD]: Likewise.
15110         [__USE_SVID]: Likewise.
15111         * string/bits/string3.h [__USE_BSD]: Likewise.
15112         * string/endian.h [__USE_BSD]: Likewise.
15113         * string/string.h [__USE_SVID]: Likewise.
15114         [__USE_BSD]: Likewise.
15115         * string/strings.h [__USE_BSD]: Likewise.
15116         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
15117         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
15118         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
15119         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
15120         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
15121         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
15122         Likewise.
15123         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
15124         Likewise.
15125         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
15126         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
15127         Likewise.
15128         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
15129         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
15130         Likewise.
15131         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
15132         Likewise.
15133         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
15134         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
15135         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
15136         Likewise.
15137         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
15138         Likewise.
15139         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
15140         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
15141         * termios/termios.h [__USE_BSD]: Likewise.
15142         * time/sys/time.h [__USE_BSD]: Likewise.
15143         * time/time.h [__USE_BSD]: Likewise.
15144         [__USE_SVID]: Likewise.
15145
15146         * Makefile (subdir_targets): Remove subdir_lint.out.
15147
15148         * stdio-common/Makefile (do-tst-unbputc): Remove target.
15149         (do-tst-printf): Likewise.
15150         (tests): Depend directly on $(objpfx)tst-unbputc.out and
15151         $(objpfx)tst-printf.out.
15152
15153         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
15154
15155         * Makerules (check-abi-%): Change target to
15156         $(objpfx)check-abi-%.out.
15157         (check-abi target): Update dependencies.
15158         (check-abi-pattern variable): Redirect output of diff to $@.
15159         (check-abi variable): Likewise.
15160         * elf/Makefile (check-abi): Update dependencies.
15161
15162         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
15163         unused.
15164         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
15165         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
15166         subnormal range.
15167         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
15168         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
15169         value has largest subnormal exponent.
15170         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
15171         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
15172         * sysdeps/aarch64/soft-fp/sfp-machine.h
15173         (_FP_TININESS_AFTER_ROUNDING): New macro.
15174         * sysdeps/alpha/soft-fp/sfp-machine.h
15175         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15176         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15177         Likewise.
15178         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
15179         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15180         * sysdeps/mips/soft-fp/sfp-machine.h
15181         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15182         * sysdeps/powerpc/soft-fp/sfp-machine.h
15183         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15184         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15185         Likewise.
15186         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
15187         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15188         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
15189         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15190         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15191         Likewise.
15192
15193 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
15194
15195         [BZ #16545]
15196         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
15197         model 1.
15198
15199 2014-02-12  Richard Henderson  <rth@redhat.com>
15200
15201         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
15202         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
15203         * sysdeps/unix/sysv/linux/alpha: Move directory from
15204         ports/sysdeps/unix/sysv/linux/alpha.
15205         * README: Update listing for alpha-*-linux-gnu.
15206
15207 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
15208
15209         * include/features.h: Update comment documenting feature test
15210         macros.
15211         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
15212         _DEFAULT_SOURCE.
15213         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
15214         (_SVID_SOURCE): Likewise.
15215         (_DEFAULT_SOURCE): Update description of default features.
15216         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
15217         with _GNU_SOURCE.
15218         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
15219         (S_ISVTX): Likewise.
15220         * manual/math.texi (Mathematical Constants): Likewise.
15221         * manual/signal.texi (Interrupted Primitives): Likewise.
15222         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
15223         * math/test-matherr.c (_SVID_SOURCE): Do not define.
15224         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
15225         Don't refer to _SVID_SOURCE in warning text.
15226
15227         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15228
15229         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
15230         already defined.
15231         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
15232         * sysdeps/mips/dl-lookup.c: Remove.
15233         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
15234
15235 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15236
15237         [BZ #16447]
15238         * math/auto-libm-test-in: Add testcase for expl.
15239         * math/auto-libm-test-out: Regenerate.
15240         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
15241         calculation of unsafe.
15242         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
15243
15244 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15245
15246         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
15247         * sysdeps/unix/sysv/linux/aarch64: Move directory from
15248         ports/sysdeps/unix/sysv/linux/aarch64.
15249         * README: Update listing for aarch64*-*-linux-gnu.
15250
15251 2014-02-11  Will Newton  <will.newton@linaro.org>
15252
15253         * manual/probes.texi (Mathematical Function Probes): Use
15254         "triggered" instead of "hit".
15255
15256         * manual/probes.texi (Internal Probes): Add documentation
15257         of setjmp, longjmp and longjmp_target probes.
15258
15259         * include/stap-probe.h: Add comment about probe argument
15260         format.
15261
15262         * malloc/mtrace.c (attribute_hidden): Remove unused macro
15263         definition.  (tr_where, tr_freehook, tr_mallochook,
15264         tr_reallochook, tr_memalignhook): Use ANSI protoype.
15265
15266 2014-02-11  David S. Miller  <davem@davemloft.net>
15267
15268         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
15269         processing int_tests.
15270
15271 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
15272
15273         * sysdeps/mips: Move directory from ports/sysdeps/mips.
15274         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
15275         * sysdeps/unix/sysv/linux/mips: Move directory from
15276         ports/sysdeps/unix/sysv/linux/mips.
15277         * README: Update listing for mips-*-linux-gnu and
15278         mips64-*-linux-gnu.
15279
15280 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
15281
15282         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
15283         * sysdeps/unix/sysv/linux/m68k: Move directory from
15284         ports/sysdeps/unix/sysv/linux/m68k.
15285         * README: Update listing for m68k-*-linux-gnu.
15286
15287 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
15288
15289         * sysdeps/tile: Move directory from ports/sysdeps/tile.
15290         * sysdeps/unix/sysv/linux/generic: Move directory from
15291         ports/sysdeps/unix/sysv/linux/generic.
15292         * sysdeps/unix/sysv/linux/tile: Move directory from
15293         ports/sysdeps/unix/sysv/linux/tile.
15294         * README: Update listing for tile*-*-linux-gnu.
15295
15296 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
15297
15298         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
15299         __builtin_expect.
15300         * benchtests/bench-memmem.c (simple_memmem): Likewise.
15301         * catgets/open_catalog.c (__open_catalog): Likewise.
15302         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
15303         * debug/confstr_chk.c: Likewise.
15304         * debug/fread_chk.c (__fread_chk): Likewise.
15305         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
15306         * debug/getgroups_chk.c: Likewise.
15307         * debug/mbsnrtowcs_chk.c: Likewise.
15308         * debug/mbsrtowcs_chk.c: Likewise.
15309         * debug/mbstowcs_chk.c: Likewise.
15310         * debug/memcpy_chk.c: Likewise.
15311         * debug/memmove_chk.c: Likewise.
15312         * debug/mempcpy_chk.c: Likewise.
15313         * debug/memset_chk.c: Likewise.
15314         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
15315         * debug/strcat_chk.c (__strcat_chk): Likewise.
15316         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
15317         * debug/strncat_chk.c (__strncat_chk): Likewise.
15318         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
15319         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
15320         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
15321         * debug/wcpncpy_chk.c: Likewise.
15322         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
15323         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
15324         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
15325         * debug/wcsncpy_chk.c: Likewise.
15326         * debug/wcsnrtombs_chk.c: Likewise.
15327         * debug/wcsrtombs_chk.c: Likewise.
15328         * debug/wcstombs_chk.c: Likewise.
15329         * debug/wmemcpy_chk.c: Likewise.
15330         * debug/wmemmove_chk.c: Likewise.
15331         * debug/wmempcpy_chk.c: Likewise.
15332         * debug/wmemset_chk.c: Likewise.
15333         * dirent/scandirat.c (SCANDIRAT): Likewise.
15334         * dlfcn/dladdr1.c (dladdr1): Likewise.
15335         * dlfcn/dladdr.c (dladdr): Likewise.
15336         * dlfcn/dlclose.c (dlclose_doit): Likewise.
15337         * dlfcn/dlerror.c (__dlerror): Likewise.
15338         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
15339         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
15340         * dlfcn/dlopen.c (dlopen_doit): Likewise.
15341         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
15342         * dlfcn/dlsym.c (dlsym_doit): Likewise.
15343         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
15344         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
15345         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
15346         Likewise.
15347         * elf/dl-conflict.c: Likewise.
15348         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
15349         * elf/dl-dst.h: Likewise.
15350         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
15351         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
15352         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
15353         * elf/dl-init.c (call_init, _dl_init): Likewise.
15354         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
15355         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
15356         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
15357         Likewise.
15358         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
15359         Likewise.
15360         * elf/dl-minimal.c (__libc_memalign): Likewise.
15361         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
15362         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
15363         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
15364         * elf/dl-sym.c (do_sym): Likewise.
15365         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
15366         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
15367         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
15368         * elf/dl-writev.h (_dl_writev): Likewise.
15369         * elf/ldconfig.c (search_dir): Likewise.
15370         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
15371         (dl_main): Likewise.
15372         * elf/setup-vdso.h (setup_vdso): Likewise.
15373         * grp/compat-initgroups.c (compat_call): Likewise.
15374         * grp/fgetgrent.c (fgetgrent): Likewise.
15375         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
15376         * grp/putgrent.c (putgrent): Likewise.
15377         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
15378         Likewise.
15379         * hurd/hurdinit.c: Likewise.
15380         * iconvdata/8bit-gap.c (struct): Likewise.
15381         * iconvdata/ansi_x3.110.c : Likewise.
15382         * iconvdata/big5.c : Likewise.
15383         * iconvdata/big5hkscs.c : Likewise.
15384         * iconvdata/cp1255.c: Likewise.
15385         * iconvdata/cp1258.c : Likewise.
15386         * iconvdata/cp932.c : Likewise.
15387         * iconvdata/euc-cn.c: Likewise.
15388         * iconvdata/euc-jisx0213.c : Likewise.
15389         * iconvdata/euc-jp.c: Likewise.
15390         * iconvdata/euc-jp-ms.c : Likewise.
15391         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
15392         * iconvdata/gb18030.c : Likewise.
15393         * iconvdata/gbbig5.c (const): Likewise.
15394         * iconvdata/gbgbk.c: Likewise.
15395         * iconvdata/gbk.c : Likewise.
15396         * iconvdata/ibm1364.c : Likewise.
15397         * iconvdata/ibm930.c : Likewise.
15398         * iconvdata/ibm932.c: Likewise.
15399         * iconvdata/ibm933.c : Likewise.
15400         * iconvdata/ibm935.c : Likewise.
15401         * iconvdata/ibm937.c : Likewise.
15402         * iconvdata/ibm939.c : Likewise.
15403         * iconvdata/ibm943.c: Likewise.
15404         * iconvdata/iso_11548-1.c: Likewise.
15405         * iconvdata/iso-2022-cn.c : Likewise.
15406         * iconvdata/iso-2022-cn-ext.c : Likewise.
15407         * iconvdata/iso-2022-jp-3.c: Likewise.
15408         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
15409         * iconvdata/iso-2022-kr.c : Likewise.
15410         * iconvdata/iso646.c (gconv_end): Likewise.
15411         * iconvdata/iso_6937-2.c : Likewise.
15412         * iconvdata/iso_6937.c : Likewise.
15413         * iconvdata/iso8859-1.c: Likewise.
15414         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
15415         * iconvdata/shift_jisx0213.c : Likewise.
15416         * iconvdata/sjis.c : Likewise.
15417         * iconvdata/t.61.c : Likewise.
15418         * iconvdata/tcvn5712-1.c : Likewise.
15419         * iconvdata/tscii.c: Likewise.
15420         * iconvdata/uhc.c : Likewise.
15421         * iconvdata/unicode.c (gconv_end): Likewise.
15422         * iconvdata/utf-16.c (gconv_end): Likewise.
15423         * iconvdata/utf-32.c (gconv_end): Likewise.
15424         * iconvdata/utf-7.c (base64): Likewise.
15425         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
15426         * iconv/gconv_close.c (__gconv_close): Likewise.
15427         * iconv/gconv_open.c (__gconv_open): Likewise.
15428         * iconv/gconv_simple.c (internal_ucs4_loop_single)
15429         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
15430         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
15431         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
15432         (ucs4le_internal_loop_single): Likewise.
15433         * iconv/iconv.c (iconv): Likewise.
15434         * iconv/iconv_close.c: Likewise.
15435         * iconv/loop.c (SINGLE): Likewise.
15436         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
15437         * include/atomic.h: Likewise.
15438         * inet/inet6_option.c (option_alloc): Likewise.
15439         * intl/bindtextdom.c (set_binding_values): Likewise.
15440         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
15441         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
15442         * intl/localealias.c (read_alias_file): Likewise.
15443         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
15444         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
15445         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
15446         * libio/fmemopen.c (fmemopen): Likewise.
15447         * libio/iofgets.c (_IO_fgets): Likewise.
15448         * libio/iofgets_u.c (fgets_unlocked): Likewise.
15449         * libio/iofgetws.c (fgetws): Likewise.
15450         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
15451         * libio/iogetdelim.c (_IO_getdelim): Likewise.
15452         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
15453         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
15454         * locale/findlocale.c (_nl_find_locale): Likewise.
15455         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
15456         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
15457         Likewise.
15458         * locale/setlocale.c (setlocale): Likewise.
15459         * login/programs/pt_chown.c (main): Likewise.
15460         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
15461         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
15462         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
15463         (mmap, mmap64, mremap, munmap): Likewise.
15464         * math/e_exp2l.c: Likewise.
15465         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
15466         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
15467         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
15468         * math/s_catan.c (__catan): Likewise.
15469         * math/s_catanf.c (__catanf): Likewise.
15470         * math/s_catanh.c (__catanh): Likewise.
15471         * math/s_catanhf.c (__catanhf): Likewise.
15472         * math/s_catanhl.c (__catanhl): Likewise.
15473         * math/s_catanl.c (__catanl): Likewise.
15474         * math/s_ccosh.c (__ccosh): Likewise.
15475         * math/s_ccoshf.c (__ccoshf): Likewise.
15476         * math/s_ccoshl.c (__ccoshl): Likewise.
15477         * math/s_cexp.c (__cexp): Likewise.
15478         * math/s_cexpf.c (__cexpf): Likewise.
15479         * math/s_cexpl.c (__cexpl): Likewise.
15480         * math/s_clog10.c (__clog10): Likewise.
15481         * math/s_clog10f.c (__clog10f): Likewise.
15482         * math/s_clog10l.c (__clog10l): Likewise.
15483         * math/s_clog.c (__clog): Likewise.
15484         * math/s_clogf.c (__clogf): Likewise.
15485         * math/s_clogl.c (__clogl): Likewise.
15486         * math/s_csin.c (__csin): Likewise.
15487         * math/s_csinf.c (__csinf): Likewise.
15488         * math/s_csinh.c (__csinh): Likewise.
15489         * math/s_csinhf.c (__csinhf): Likewise.
15490         * math/s_csinhl.c (__csinhl): Likewise.
15491         * math/s_csinl.c (__csinl): Likewise.
15492         * math/s_csqrt.c (__csqrt): Likewise.
15493         * math/s_csqrtf.c (__csqrtf): Likewise.
15494         * math/s_csqrtl.c (__csqrtl): Likewise.
15495         * math/s_ctan.c (__ctan): Likewise.
15496         * math/s_ctanf.c (__ctanf): Likewise.
15497         * math/s_ctanh.c (__ctanh): Likewise.
15498         * math/s_ctanhf.c (__ctanhf): Likewise.
15499         * math/s_ctanhl.c (__ctanhl): Likewise.
15500         * math/s_ctanl.c (__ctanl): Likewise.
15501         * math/w_pow.c: Likewise.
15502         * math/w_powf.c: Likewise.
15503         * math/w_powl.c: Likewise.
15504         * math/w_scalb.c (sysv_scalb): Likewise.
15505         * math/w_scalbf.c (sysv_scalbf): Likewise.
15506         * math/w_scalbl.c (sysv_scalbl): Likewise.
15507         * misc/error.c (error_tail): Likewise.
15508         * misc/pselect.c (__pselect): Likewise.
15509         * nis/nis_callback.c (__nis_create_callback): Likewise.
15510         * nis/nis_call.c (__nisfind_server): Likewise.
15511         * nis/nis_creategroup.c (nis_creategroup): Likewise.
15512         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
15513         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
15514         * nis/nis_getservlist.c (nis_getservlist): Likewise.
15515         * nis/nis_lookup.c (nis_lookup): Likewise.
15516         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
15517         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
15518         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
15519         * nis/nis_xdr.c (xdr_endpoint): Likewise.
15520         * nis/nss_compat/compat-grp.c (getgrent_next_file)
15521         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
15522         * nis/nss_compat/compat-initgroups.c (add_group)
15523         (internal_getgrent_r): Likewise.
15524         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
15525         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
15526         * nis/nss_compat/compat-spwd.c (getspent_next_file)
15527         (internal_getspnam_r): Likewise.
15528         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
15529         (_nss_nis_getaliasbyname_r): Likewise.
15530         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
15531         (_nss_nis_getntohost_r): Likewise.
15532         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
15533         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
15534         (_nss_nis_getgrgid_r): Likewise.
15535         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
15536         (internal_nis_gethostent_r, internal_gethostbyname2_r)
15537         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
15538         (_nss_nis_gethostbyname4_r): Likewise.
15539         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
15540         (initgroups_netid): Likewise.
15541         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
15542         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
15543         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
15544         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
15545         (_nss_nis_getprotobynumber_r): Likewise.
15546         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
15547         (_nss_nis_getsecretkey): Likewise.
15548         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
15549         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
15550         (_nss_nis_getpwuid_r): Likewise.
15551         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
15552         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
15553         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
15554         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
15555         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
15556         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
15557         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
15558         Likewise.
15559         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
15560         (_nss_nisplus_getntohost_r): Likewise.
15561         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
15562         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
15563         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
15564         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
15565         Likewise.
15566         * nis/nss_nisplus/nisplus-initgroups.c
15567         (_nss_nisplus_initgroups_dyn): Likewise.
15568         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
15569         (_nss_nisplus_getnetbyaddr_r): Likewise.
15570         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
15571         (_nss_nisplus_getprotobynumber_r): Likewise.
15572         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
15573         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
15574         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
15575         Likewise.
15576         * nis/nss_nisplus/nisplus-service.c
15577         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
15578         (_nss_nisplus_getservbyport_r): Likewise.
15579         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
15580         (_nss_nisplus_getspnam_r): Likewise.
15581         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
15582         Likewise.
15583         * nscd/aicache.c (addhstaiX): Likewise.
15584         * nscd/cache.c (cache_search, prune_cache): Likewise.
15585         * nscd/connections.c (register_traced_file, send_ro_fd)
15586         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
15587         (main_loop_epoll): Likewise.
15588         * nscd/grpcache.c (addgrbyX): Likewise.
15589         * nscd/hstcache.c (addhstbyX): Likewise.
15590         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15591         * nscd/mem.c (gc, mempool_alloc): Likewise.
15592         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
15593         (addinnetgrX): Likewise.
15594         * nscd/nscd-client.h (__nscd_acquire_maplock)
15595         (__nscd_drop_map_ref): Likewise.
15596         * nscd/nscd_getai.c (__nscd_getai): Likewise.
15597         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
15598         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
15599         Likewise.
15600         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
15601         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
15602         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
15603         (__nscd_get_map_ref): Likewise.
15604         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
15605         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
15606         Likewise.
15607         * nscd/pwdcache.c (addpwbyX): Likewise.
15608         * nscd/selinux.c (preserve_capabilities): Likewise.
15609         * nscd/servicescache.c (addservbyX): Likewise.
15610         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
15611         * posix/fnmatch.c (fnmatch): Likewise.
15612         * posix/getopt.c (_getopt_internal_r): Likewise.
15613         * posix/glob.c (glob, glob_in_dir): Likewise.
15614         * posix/wordexp.c (exec_comm_child): Likewise.
15615         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
15616         (getanswer_r, gaih_getanswer_slice): Likewise.
15617         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15618         * resolv/res_init.c: Likewise.
15619         * resolv/res_mkquery.c (res_nmkquery): Likewise.
15620         * resolv/res_query.c (__libc_res_nquery): Likewise.
15621         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15622         Likewise.
15623         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15624         * stdio-common/perror.c (perror): Likewise.
15625         * stdio-common/printf_fp.c (___printf_fp): Likewise.
15626         * stdio-common/tmpnam.c (tmpnam): Likewise.
15627         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15628         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
15629         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15630         Likewise.
15631         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15632         * stdlib/putenv.c (putenv): Likewise.
15633         * stdlib/setenv.c (__add_to_environ): Likewise.
15634         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15635         * stdlib/strtol_l.c (INTERNAL): Likewise.
15636         * string/memmem.c (memmem): Likewise.
15637         * string/strerror.c (strerror): Likewise.
15638         * string/strnlen.c (__strnlen): Likewise.
15639         * string/test-memmem.c (simple_memmem): Likewise.
15640         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15641         * sunrpc/pm_getport.c (__get_socket): Likewise.
15642         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15643         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
15644         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15645         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
15646         Likewise.
15647         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15648         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15649         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15650         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15651         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
15652         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15653         Likewise.
15654         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15655         Likewise.
15656         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15657         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15658         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15659         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15660         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15661         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15662         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15663         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15664         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15665         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15666         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15667         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15668         Likewise.
15669         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15670         Likewise.
15671         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15672         Likewise.
15673         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15674         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15675         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15676         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15677         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15678         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15679         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15680         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15681         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15682         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15683         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15684         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15685         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15686         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15687         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15688         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15689         Likewise.
15690         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15691         Likewise.
15692         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15693         Likewise.
15694         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15695         Likewise.
15696         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15697         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15698         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15699         Likewise.
15700         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15701         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15702         * sysdeps/posix/opendir.c (__opendirat): Likewise.
15703         * sysdeps/posix/sleep.c: Likewise.
15704         * sysdeps/posix/tempname.c: Likewise.
15705         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15706         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15707         Likewise.
15708         * sysdeps/powerpc/powerpc32/dl-machine.h
15709         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
15710         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15711         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15712         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15713         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15714         Likewise.
15715         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
15716         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15717         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15718         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15719         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15720         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15721         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15722         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15723         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15724         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
15725         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15726         (elf_machine_lazy_rel): Likewise.
15727         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
15728         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15729         (elf_machine_lazy_rel): Likewise.
15730         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15731         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15732         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15733         * sysdeps/unix/grantpt.c (grantpt): Likewise.
15734         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15735         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15736         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15737         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15738         Likewise.
15739         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15740         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15741         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15742         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15743         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15744         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15745         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15746         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15747         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15748         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15749         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15750         Likewise.
15751         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15752         (__posix_fallocate64_l64): Likewise.
15753         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15754         (posix_fallocate): Likewise.
15755         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15756         Likewise.
15757         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
15758         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15759         (getifaddrs_internal): Likewise.
15760         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15761         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15762         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15763         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15764         * sysdeps/unix/sysv/linux/posix_fallocate64.c
15765         (__posix_fallocate64_l64): Likewise.
15766         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15767         Likewise.
15768         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
15769         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15770         (__get_clockfreq): Likewise.
15771         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15772         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15773         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15774         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15775         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15776         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15777         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15778         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15779         Likewise.
15780         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15781         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15782         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15783         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15784         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15785         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15786         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15787         Likewise.
15788         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15789         (posix_fallocate): Likewise.
15790         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15791         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15792         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
15793         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15794         (elf_machine_rela, elf_machine_rela_relative)
15795         (elf_machine_lazy_rel): Likewise.
15796         * time/asctime.c (asctime_internal): Likewise.
15797         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15798         * time/tzset.c (__tzset_parse_tz): Likewise.
15799         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15800         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15801         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15802         * wcsmbs/wcsmbsload.h: Likewise.
15803
15804         [BZ #15894]
15805         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15806
15807         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15808         (arena_get2): Remove THREAD_STATS conditionals.
15809         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15810         (__malloc_stats, int): Likewise.
15811
15812 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
15813
15814         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15815         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
15816
15817         * manual/setjmp.texi: Fix typos/grammar errors.
15818
15819         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15820         Only return early when n is <= 0.  Delete unused return statement.
15821
15822         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15823         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15824         * debug/tst-longjmp_chk3.c: New file.
15825
15826         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15827         (test_main): Replace code with set_fortify_handler call.
15828         * debug/test-strcpy_chk.c: Likewise.
15829         * debug/tst-chk1.c: Likewise.
15830         * debug/tst-longjmp_chk.c: Likewise.
15831         * test-skeleton.c: Include fcntl.h & paths.h
15832         (set_fortify_handler): Define.
15833
15834         * debug/tst-longjmp_chk.c: Add header comment and include
15835         ../test-skeleton.c.
15836         (do_test): Mark static.
15837         (TEST_FUNCTION): Define.
15838
15839         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15840         (IP_PMTUDISC_INTERFACE): Likewise.
15841         (IP_MULTICAST_IF): Likewise.
15842         (IP_MULTICAST_TTL): Likewise.
15843         (IP_MULTICAST_LOOP): Likewise.
15844         (IP_ADD_MEMBERSHIP): Likewise.
15845         (IP_DROP_MEMBERSHIP): Likewise.
15846         (IP_UNBLOCK_SOURCE): Likewise.
15847         (IP_BLOCK_SOURCE): Likewise.
15848         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15849         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15850         (IP_MSFILTER): Likewise.
15851         (MCAST_JOIN_GROUP): Likewise.
15852         (MCAST_BLOCK_SOURCE): Likewise.
15853         (MCAST_UNBLOCK_SOURCE): Likewise.
15854         (MCAST_LEAVE_GROUP): Likewise.
15855         (MCAST_JOIN_SOURCE_GROUP): Likewise.
15856         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15857         (MCAST_MSFILTER): Likewise.
15858         (IP_MULTICAST_ALL): Likewise.
15859         (IP_UNICAST_IF): Likewise.
15860
15861         * timezone/Makefile: Delete $(have-ksh) check.
15862         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15863         * timezone/tzselect.ksh: Add +x mode bits.
15864
15865         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15866         (ANON_INODE_FS_MAGIC): Likewise.
15867         (BDEVFS_MAGIC): Likewise.
15868         (BINFMTFS_MAGIC): Likewise.
15869         (BTRFS_TEST_MAGIC): Likewise.
15870         (CRAMFS_MAGIC_WEND): Likewise.
15871         (DEBUGFS_MAGIC): Likewise.
15872         (ECRYPTFS_SUPER_MAGIC): Likewise.
15873         (EXT3_SUPER_MAGIC): Likewise.
15874         (EXT4_SUPER_MAGIC): Likewise.
15875         (FUTEXFS_SUPER_MAGIC): Likewise.
15876         (HOSTFS_SUPER_MAGIC): Likewise.
15877         (HUGETLBFS_MAGIC): Likewise.
15878         (MINIX3_SUPER_MAGIC): Likewise.
15879         (MTD_INODE_FS_MAGIC): Likewise.
15880         (NILFS_SUPER_MAGIC): Likewise.
15881         (OPENPROM_SUPER_MAGIC): Likewise.
15882         (PIPEFS_MAGIC): Likewise.
15883         (PSTOREFS_MAGIC): Likewise.
15884         (QNX6_SUPER_MAGIC): Likewise.
15885         (RAMFS_MAGIC): Likewise.
15886         (REISERFS_SUPER_MAGIC_STRING): Likewise.
15887         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15888         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15889         (SECURITYFS_MAGIC): Likewise.
15890         (SELINUX_MAGIC): Likewise.
15891         (SMACK_MAGIC): Likewise.
15892         (SOCKFS_MAGIC): Likewise.
15893         (SQUASHFS_MAGIC): Likewise.
15894         (STACK_END_MAGIC): Likewise.
15895         (TMPFS_MAGIC): Likewise.
15896         (USBDEVICE_SUPER_MAGIC): Likewise.
15897         (V9FS_MAGIC): Likewise.
15898         (XENFS_SUPER_MAGIC): Likewise.
15899         (CRAMFS_MAGIC): Fix typo in comment.
15900         (EXT2_SUPER_MAGIC): Update comment.
15901         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15902
15903 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15904
15905         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15906         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15907         * sysdeps/unix/sysv/linux/arm: Move directory from
15908         ports/sysdeps/unix/sysv/linux/arm.
15909         * README: Update listing for arm-*-linux-gnueabi.
15910
15911         * README: Remove mention of am33.
15912
15913 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15914
15915         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15916         than the comma operator, to avoid "rhs of comma has no effect"
15917         compiler warnings.
15918         (__sigfillset, __sigandset, __sigorset): Likewise.
15919         * include/signal.h (__sigemptyset): Likewise.
15920         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15921
15922 2014-02-07  Allan McRae  <allan@archlinux.org>
15923
15924         * version.h (RELEASE): Set to "development".
15925         (VERSION): Set to "2.19.90"
15926         * NEWS: Add 2.20 section.
15927
15928 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15929
15930         [BZ #16529]
15931         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15932
15933 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15934
15935         * manual/contrib.texi: Update entry for Carlos O'Donell,
15936         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15937
15938 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15939
15940         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15941
15942         * sysdeps/unix/sysv/linux/kernel-features.h
15943         [__LINUX_KERNEL_VERSION >= 0x020621]
15944         (__ASSUME_PROC_PID_TASK_COMM): Define.
15945
15946 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15947
15948         [BZ #16398]
15949         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15950         conversion when destination buffer does not have enough space.
15951         * libio/tst-ftell-partial-wide.c: New test case.
15952         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15953
15954         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15955         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15956         Leonard and Allan McRae.
15957
15958 2014-02-04  David S. Miller  <davem@davemloft.net>
15959
15960         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15961         32-bit.
15962
15963 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15964
15965         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15966         New file
15967         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15968         New file
15969         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15970         New file.
15971         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15972         New file.
15973         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15974         New file.
15975         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15976         New file.
15977         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15978         New file.
15979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15980         New file.
15981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15982         New file.
15983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15984         New file.
15985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15986         New file.
15987         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15988         New file.
15989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15990         New file.
15991
15992 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15993
15994         * nptl/shlib-versions: Change powerpc*le start to 2.17.
15995         * shlib-versions: Likewise.
15996
15997 2014-02-04  Roland McGrath  <roland@hack.frob.com>
15998             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15999
16000         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
16001         (abilist-pattern): New variable, set to %-le.abilist.
16002
16003         * Makerules (abilist-pattern): New variable.
16004         (vpath): Use $(abilist-pattern) in place of %.abilist.
16005         (check-abi-% pattern rule): Likewise.
16006         (check-abi, update-abi): Likewise.
16007
16008 2014-02-04  Eric Wong  <normalperson@yhbt.net>
16009
16010         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16011
16012 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
16013
16014         * manual/startup.texi: Add next, previous, and top entries for
16015         the `Program Arguments' and `Environment Variables' nodes.
16016
16017 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
16018
16019         * manual/macros.texi: Add comments before MTASC-safety macros.
16020
16021         * manual/users.texi: Document MTASC-safety properties.
16022
16023         * manual/threads.texi (pthread_key_create, pthread_key_delete)
16024         (pthread_getspecific, pthread_setspecific): Format with
16025         @deftypefun, and add @safety note.
16026         * manual/signal.texi: Move comments that analyze the above
16027         functions to their home place.
16028
16029 2014-02-03  Allan McRae  <allan@archlinux.org>
16030
16031         * po/sl.po: Update Slovenian translation from translation project.
16032
16033 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
16034
16035         * manual/time.texi (timegm): Add missing blank after @c.
16036         Reported by Joseph Myers <joseph@codesourcery.com>.
16037
16038 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
16039
16040         * manual/check-safety.sh: New.
16041         * manual/Makefile ($(objpfx)stamp-summary): Run it.
16042
16043         * manual/terminal.texi: Document MTASC-safety properties.
16044
16045         * manual/filesys.texi: Document MTASC-safety properties.
16046
16047         * manual/errno.texi: Document MTASC-safety properties.
16048
16049         * manual/intro.texi: Document safety identifiers and
16050         conditionals.
16051
16052         * manual/string.texi (wcstok): Fix prototype.
16053         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
16054
16055         * manual/time.texi: Document MTASC-safety properties.
16056
16057         * manual/string.texi: Document MTASC-safety properties.
16058
16059         * manual/threads.texi: Document MTASC-safety properties.
16060
16061         * manual/stdio.texi: Document MTASC-safety properties.
16062
16063         * manual/syslog.texi: Document MTASC-safety properties.
16064
16065         * manual/sysinfo.texi: Document MTASC-safety properties.
16066
16067         * manual/startup.texi: Document MTASC-safety properties.
16068
16069         * manual/socket.texi: Document MTASC-safety properties.
16070
16071         * manual/signal.texi: Document MTASC-safety properties.
16072
16073 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
16074
16075         * manual/setjmp.texi: Document MTASC-safety properties.
16076
16077         * manual/search.texi: Document MTASC-safety properties.
16078
16079         * manual/resource.texi: Document MTASC-safety properties.
16080
16081         * manual/process.texi: Document MTASC-safety properties.
16082
16083         * manual/platform.texi: Document MTASC-safety properties.
16084
16085         * manual/pipe.texi: Document MTASC-safety properties.
16086
16087         * manual/pattern.texi: Document MTASC-safety properties.
16088
16089         * manual/message.texi: Document MTASC-safety properties.
16090
16091         [BZ #12751]
16092         * manual/memory.texi: Document MTASC-safety properties.
16093
16094         * manual/math.texi: Document MTASC-safety properties.
16095
16096         * manual/locale.texi: Document MTASC-safety properties.
16097
16098         * manual/llio.texi: Document MTASC-safety properties.
16099
16100         * manual/libdl.texi: New.
16101
16102         * manual/lang.texi: Document MTASC-safety properties.
16103
16104         * manual/job.texi: Document MTASC-safety properties.
16105
16106         * manual/getopt.texi: Document MTASC-safety properties.
16107
16108         * manual/ctype.texi: Document MTASC-safety properties.
16109
16110 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
16111
16112         [BZ #16046]
16113         * csu/libc-tls.c (static_map): Remove variable.
16114         (__libc_setup_tls): Use main executable's link map for TLS data.
16115         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
16116         casing for LM_ID_BASE and GL(dl_nns).
16117         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
16118         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
16119         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
16120         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
16121         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
16122         member.
16123         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
16124         l_phnum members.
16125
16126 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
16127
16128         * manual/debug.texi: Document MTASC-safety properties.
16129
16130 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
16131
16132         [BZ #16510]
16133         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
16134         of __x86_64__ when disabling x87 inline functions.
16135
16136 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
16137
16138         * manual/charset.texi: Document MTASC-safety properties.
16139
16140         * manual/crypt.texi: Document MTASC-safety properties.
16141
16142         * manual/conf.texi: Document MTASC-safety properties.
16143
16144         * manual/arith.texi: Document MTASC-safety properties.
16145
16146         * manual/argp.texi: Document MTASC-safety properties.
16147
16148         * manual/macros.texi: Introduce macros to document multi
16149         thread, asynchronous signal and asynchronous cancellation
16150         safety properties.
16151         * manual/intro.texi: Introduce the properties themselves.
16152
16153 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16154
16155         * sysdeps/sh/sh4/Makefile: New file.
16156
16157 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
16158
16159         * math/gen-libm-test.pl ($srcdir): New variable.
16160         ($auto_input): Use it.
16161
16162 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16163
16164         [BZ #16506]
16165         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
16166         access beyond array bounds when parsing netgroups file.
16167
16168         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
16169         the old buffer before realloc.
16170
16171 2014-01-27  Allan McRae  <allan@archlinux.org>
16172
16173         * po/fr.po: Update French translation from translation project.
16174
16175 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16176
16177         * sysdeps/sh/libm-test-ulps: Regenerate.
16178
16179 2014-01-24  David S. Miller  <davem@davemloft.net>
16180
16181         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
16182
16183 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16184
16185         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
16186         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
16187
16188 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
16189
16190         [BZ #16474]
16191         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
16192         string pointers after reallocation.
16193
16194 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16195
16196         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
16197         __SH4A__ instead of __SH_FPU_ANY__.
16198
16199 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16200
16201         * sysdeps/sh/fpu_control.h: New file.
16202         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
16203         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
16204         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
16205         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
16206         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
16207         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
16208         * sysdeps/sh/sys/ucontext.h: Remove.
16209         * sysdeps/sh/sys: Remove directory.
16210
16211 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16212
16213         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
16214         s390/sys/ucontext.h.
16215         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
16216         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
16217
16218 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
16219
16220         [BZ #15605]
16221         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
16222
16223 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16224
16225         [BZ#16431]
16226         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
16227         Adjust the vDSO correctly for internal calls.
16228         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
16229
16230 2014-01-20  Allan McRae  <allan@archlinux.org>
16231
16232         * po/ca.po: Update Catalan translation from translation project.
16233
16234 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
16235
16236         * sysdeps/s390/sotruss-lib.c: New file.
16237
16238 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16239
16240         [BZ#16430]
16241         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
16242         (__GI___gettimeofday): Alias for a different internal symbol to avoid
16243         local calls issues by not having a PLT stub required for IFUNC calls.
16244         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
16245
16246 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
16247
16248         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
16249         * math/test-fpucw-static.c: Likewise.
16250
16251 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16252
16253         [BZ #16453]
16254         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
16255
16256 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16257
16258         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
16259         implementation for powerpc.
16260
16261 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
16262
16263         [BZ #14782]
16264         * sysdeps/posix/system.c (__libc_system): Do not enable
16265         asynchronous cancellation.
16266
16267 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16268
16269         [BZ #16427]
16270         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
16271         handling only for numbers special also in the IEEE case.
16272
16273 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16274
16275         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16276
16277 2014-01-11  Allan McRae  <allan@archlinux.org>
16278
16279         * po/bg.po: Update Bulgarian translation from translation project.
16280
16281         * po/de.po: Update German translation from translation project.
16282
16283 2014-01-10  Roland McGrath  <roland@hack.frob.com>
16284
16285         * sysdeps/generic/gcc-compat.h: New file.
16286
16287 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16288
16289         * benchtests/asin-inputs: Correct slow inputs.
16290         * benchtests/acos-inputs: Likewise.
16291
16292 2014-01-10  Allan McRae  <allan@archlinux.org>
16293
16294         * po:sv.po: Update Swedish translation from translation project.
16295
16296         * po/vi.po: Update Vietnamese translation from translation project.
16297
16298         * po/eo.po: Update Esperanto translation from translation project.
16299
16300         * po/cs.po: Update Czech translation from translation project.
16301
16302         * po/nl.po: Update Dutch translation from translation project.
16303
16304         * po/pl.po: Update Polish translation from translation project.
16305
16306         * po/ru.po: Update Russian translation from translation project.
16307
16308         * po/uk.po: Update Ukrainian translation from translation project.
16309
16310 2014-01-08  Brooks Moses  <bmoses@google.com>
16311
16312         * elf/dl-load.c: Fix comment typo.
16313
16314 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
16315
16316         * po/header.pot: Rename to...
16317         * po/pot.header: ... this.
16318         * po/Makefile: Use pot.header.
16319
16320 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
16321             Maxim Kuvyrkov  <maxim@kugelworks.com>
16322
16323         [BZ #16394]
16324         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
16325         SRC and DEST against LEN.
16326
16327 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16328
16329         [BZ #16414]
16330         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
16331         implementation.
16332         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
16333
16334 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16335
16336         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16337
16338 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
16339
16340         [BZ #16408]
16341         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
16342         for large positive arguments.
16343
16344 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
16345
16346         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16347
16348         * math/auto-libm-test-in: Mark various tests with
16349         xfail-rounding:ldbl-128ibm.
16350         * math/auto-libm-test-out: Regenerated.
16351
16352         [BZ #16407]
16353         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
16354         Increase overflow threshold.
16355
16356 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
16357
16358         [BZ #14286]
16359         * stdio-common/vfprintf.c: Check for integer overflow.
16360
16361 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16362
16363         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
16364         the first argument and return value of __tls_get_addr_internal.
16365
16366 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16367
16368         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
16369         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
16370
16371 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16372
16373         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
16374         * sysdeps/s390/rtld-global-offsets.sym: New file.
16375         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
16376         GLIBC_2.19 symbol.
16377         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
16378         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
16379         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
16380         ... this.
16381         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
16382         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
16383         ... this.
16384         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16385         Regenerate.
16386         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16387         Regenerate.
16388         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
16389         halfs of GPRs for high_gprs contexts.
16390         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
16391         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
16392         field.
16393         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
16394         uc_flags field.
16395         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
16396         64 bit versions:
16397         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
16398         for high GPRs (uc_high_gprs) and for future extensions
16399         (__reserved).
16400         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
16401         for future extensions (__reserved).
16402         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
16403         64 bit versions:
16404         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
16405         SC_HIGHGPRS offset definition.
16406         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
16407         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
16408
16409         * Versions.def: Add GLIBC_2.19 for libpthread.
16410         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
16411         siglongjmp for libpthread with GLIBC_2.19 symver.
16412         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
16413         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
16414         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
16415         * sysdeps/s390/__longjmp.c: New file.
16416         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
16417         * sysdeps/s390/longjmp.c: New file.
16418         * sysdeps/s390/setjmp.S: New file.
16419         * sysdeps/s390/sigjmp.S: New file.
16420         * sysdeps/s390/v1-longjmp.c: New file.
16421         * sysdeps/s390/v1-setjmp.h: New file.
16422         * sysdeps/s390/v1-sigjmp.c: New file.
16423         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
16424         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
16425         GLIBC_2.19 version.
16426         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
16427         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
16428         versioned symbols for ____longjmp_chk.
16429         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
16430         Likewise.
16431         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16432         Regenerate.
16433         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
16434         Regenerate.
16435         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16436         Regenerate.
16437         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
16438         Regenerate.
16439         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
16440         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
16441         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
16442         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
16443         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
16444         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
16445         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
16446         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
16447         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
16448         * sysdeps/s390/rtld-__longjmp.c: New file.
16449         * sysdeps/s390/rtld-setjmp.S: New file.
16450
16451 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
16452
16453         [BZ #16400]
16454         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16455         Return -__logl (x) for small positive arguments without evaluating
16456         a polynomial.
16457
16458 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
16459
16460         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
16461         Rename to ...
16462         (__ptrace_peeksiginfo_args): ... this.
16463         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16464         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16465         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16466
16467 2014-01-06  Allan McRae  <allan@archlinux.org>
16468
16469         * inet/netinet/in.h: Fix typo in comment.
16470
16471 2014-01-05  Andreas Jaeger  <aj@suse.de>
16472
16473         * sysdeps/i386/fpu/libm-test-ulps: Update.
16474
16475 2014-01-05  Allan McRae  <allan@archlinux.org>
16476
16477         * po/libc.pot: Regenerated.
16478
16479         * malloc/memusagestat.c: Fix gettext call formatting.
16480
16481 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
16482
16483         * nscd/nscd.c: Improve usage() output.
16484
16485 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
16486
16487         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
16488         * sysdeps/unix/sysv/linux/configure: Regenerated.
16489         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
16490         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
16491
16492 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16493
16494         [BZ #16390]
16495         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16496         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
16497
16498 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16499
16500         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
16501         extra tokens at end of #undef directive.
16502         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
16503         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
16504         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
16505
16506 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16507
16508         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16509
16510         * math/auto-libm-test-in: Mark various tests with
16511         xfail-rounding:ldbl-128ibm.
16512         * math/auto-libm-test-out: Regenerated.
16513
16514 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
16515
16516         [BZ #16386]
16517         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
16518         numbers with subnormal high part when calculating exponent.
16519
16520         [BZ #16385]
16521         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
16522         fabs.
16523
16524         [BZ #16384]
16525         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
16526         M_LN2l.
16527         (__ieee754_acoshl): Use __log1pl not __log1p.
16528
16529 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
16530
16531         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
16532         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
16533         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
16534         (grow_heap, heap_trim, _int_new_arena, get_free_list)
16535         (reused_arena, arena_get2): Convert to GNU style.
16536         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
16537         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
16538         (memalign_check, __malloc_set_state): Likewise.
16539         * malloc/mallocbug.c (main): Likewise.
16540         * malloc/malloc.c (__malloc_assert, malloc_init_state)
16541         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
16542         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
16543         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
16544         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
16545         (__posix_memalign, malloc_info): Likewise.
16546         * malloc/malloc.h: Likewise.
16547         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
16548         (mallochook, memalignhook, reallochook, mabort): Likewise.
16549         * malloc/mcheck.h: Likewise.
16550         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
16551         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
16552         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
16553         * malloc/morecore.c (__default_morecore): Likewise.
16554         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
16555         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
16556         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
16557         (print_and_abort): Likewise.
16558         * malloc/obstack.h: Likewise.
16559         * malloc/set-freeres.c (__libc_freeres): Likewise.
16560         * malloc/tst-mallocstate.c (main): Likewise.
16561         * malloc/tst-mtrace.c (main): Likewise.
16562         * malloc/tst-realloc.c (do_test): Likewise.
16563
16564 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
16565
16566         [BZ #16366]
16567         * nscd/netgroupcache.c (do_notfound): New function.
16568         (addgetnetgrentX): Use it.
16569
16570         [BZ # 16365]
16571         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
16572         NSS_STATUS_NOTFOUND.
16573
16574 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
16575
16576         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
16577         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16578
16579 2014-01-01  Allan McRae  <allan@archlinux.org>
16580
16581         * scripts/update-copyrights: Update configure input file suffix.
16582
16583         * NEWS: Update copyright year.
16584         * catgets/gencat.c: Likewise.
16585         * csu/version.c: Likewise.
16586         * debug/catchsegv.sh: Likewise.
16587         * debug/pcprofiledump.c: Likewise.
16588         * debug/xtrace.sh: Likewise.
16589         * elf/ldconfig.c: Likewise.
16590         * elf/ldd.bash.in: Likewise.
16591         * elf/pldd.c: Likewise.
16592         * elf/sotruss.ksh: Likewise.
16593         * elf/sprof.c: Likewise.
16594         * iconv/iconv_prog.c: Likewise.
16595         * iconv/iconvconfig.c: Likewise.
16596         * locale/programs/locale.c: Likewise.
16597         * locale/programs/localedef.c: Likewise.
16598         * login/programs/pt_chown.c: Likewise.
16599         * malloc/memusage.sh: Likewise.
16600         * malloc/memusagestat.c: Likewise.
16601         * malloc/mtrace.pl: Likewise.
16602         * manual/libc.texinfo: Likewise.
16603         * nscd/nscd.c: Likewise.
16604         * nss/getent.c: Likewise.
16605         * nss/makedb.c: Likewise.
16606         * posix/getconf.c: Likewise.
16607         * scripts/test-installation.pl: Likewise.
16608
16609         * All files with FSF copyright notices: Update copyright dates
16610         using scripts/update-copyrights.
16611         * intl/plural.c: Regenerated.
16612         * locale/programs/charmap-kw.h: Likewise.
16613         * locale/programs/locfile-kw.h: Likewise.
16614
16615 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
16616
16617         * sysdeps/unix/sysv/linux/configure: Regenerated.
16618         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16619         the linux/fanotify.h header.
16620         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16621         HAVE_LINUX_FANOTIFY_H is defined.
16622
16623 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
16624
16625         * benchtests/cos-inputs: New inputs.
16626         * benchtests/sin-inputs: Likewise.
16627
16628         * benchtests/atan-inputs: New inputs. Fix name of multiple
16629         precision fallback inputs.
16630
16631         * benchtests/atanh-inputs: New inputs.
16632         * benchtests/tanh-inputs: Likewise.
16633
16634         * benchtests/acosh-inputs: New inputs.
16635         * benchtests/asinh-inputs: Likewise.
16636
16637         * benchtests/cosh-inputs: New inputs.
16638         * benchtests/sinh-inputs: Likewise.
16639
16640         * benchtests/acos-inputs: Add more inputs.
16641         * benchtests/asin-inputs: Likewise.
16642
16643 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
16644
16645         [BZ #16375]
16646         * manual/arith.texi: Fix spelling.
16647         * manual/charset.texi: Likewise.
16648         * manual/errno.texi: Likewise.
16649         * manual/filesys.texi: Likewise.
16650         * manual/lang.texi: Likewise.
16651         * manual/llio.texi: Likewise.
16652         * manual/locale.texi: Likewise.
16653         * manual/message.texi: Likewise.
16654         * manual/resource.texi: Likewise.
16655         * manual/search.texi: Likewise.
16656         * manual/setjmp.texi: Likewise.
16657         * manual/stdio.texi: Likewise.
16658         * manual/string.texi: Likewise.
16659         * manual/sysinfo.texi: Likewise.
16660         * manual/time.texi: Likewise.
16661
16662 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
16663
16664         * po/sl.po: New file.
16665
16666 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
16667
16668         * .gitignore: Add core/.gdbinit/.gdb_history.
16669
16670 2013-12-27  Allan McRae  <allan@archlinux.org>
16671
16672         [BZ #16369]
16673         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16674         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16675
16676 2013-12-24  Brooks Moses  <bmoses@google.com>
16677
16678         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16679         all compilers that claim C++98 compliance, not just GCC.
16680         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16681         Likewise.
16682
16683 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16684
16685         * NEWS: Restore accidentally deleted bug-fix entries.
16686
16687 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16688             Ondřej Bílka  <neleai@seznam.cz>
16689
16690         [BZ #15073]
16691         * malloc/malloc.c (_int_free): Perform sanity check only if we
16692         have_lock.
16693
16694 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
16695
16696         [BZ #12986]
16697         * manual/stdio.texi (String Input Conversions): Clarify that character
16698         classes are not supported.
16699
16700 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16701
16702         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16703
16704 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
16705
16706         [BZ #16337]
16707         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16708         Calculate results for small negative arguments directly rather
16709         than using reflection formula with special underflow handling.
16710
16711         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16712         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16713         sysdeps/unix/bsd/bsd4.4/syscalls.list.
16714         (fchflags): Likewise.
16715         (revoke): Likewise.
16716         (setlogin): Likewise.
16717         (sigaltstack): Likewise.
16718         (wait4): Likewise.
16719         (sigblock): Remove.
16720         (sigsetmask): Likewise.
16721         (wait3): Likewise.
16722         (waitpid): Likewise.
16723         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16724         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16725         file.
16726         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16727         * sysdeps/unix/bsd/Makefile: ... here.
16728         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16729         * sysdeps/unix/bsd/Versions: ... here.
16730         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16731         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16732         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16733         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16734         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16735         * sysdeps/unix/bsd/sigblock.c: ... here.
16736         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16737         * sysdeps/unix/bsd/sigsetmask.c: ... here.
16738         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16739         * sysdeps/unix/bsd/sigvec.c: ... here.
16740         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16741         * sysdeps/unix/bsd/tcdrain.c: ... here.
16742         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16743         * sysdeps/unix/bsd/tcgetattr.c: ... here.
16744         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16745         * sysdeps/unix/bsd/tcsetattr.c: ... here.
16746         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16747         * sysdeps/unix/bsd/wait.c: ... here.
16748         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16749         * sysdeps/unix/bsd/wait3.c: ... here.
16750         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16751         * sysdeps/unix/bsd/waitpid.c: ... here.
16752
16753 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
16754
16755         [BZ #16356]
16756         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16757         round-to-nearest for [!USE_AS_EXPM1L].
16758         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16759         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
16760         more tests of exp and exp10.  Expect some exp10 tests to miss
16761         exceptions or fail in directed rounding modes.
16762         * math/auto-libm-test-out: Regenerated.
16763         * math/libm-test.inc (exp10_tonearest_test_data): New array.
16764         (exp10_test_tonearest): New function.
16765         (exp10_towardzero_test_data): New array.
16766         (exp10_test_towardzero): New function.
16767         (exp10_downward_test_data): New array.
16768         (exp10_test_downward): New function.
16769         (exp10_upward_test_data): New array.
16770         (exp10_test_upward): New function.
16771         (main): Call the new functions.
16772         * sysdeps/i386/fpu/libm-test-ulps: Update.
16773         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16774
16775 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
16776
16777         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16778         asinh, atan, atan2, atanh, cbrt, cos and cosh.
16779         * math/auto-libm-test-out: Regenerated.
16780         * math/libm-test.inc (acosh_test_data): Add more tests.
16781         (atanh_test_data): Likewise.
16782         (ceil_test_data): Likewise.
16783         (copysign_test_data): Likewise.
16784         * sysdeps/i386/fpu/libm-test-ulps: Update.
16785         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16786
16787         * timezone/checktab.awk: Update from tzcode 2013i.
16788         * timezone/private.h: Likewise.
16789         * timezone/scheck.c: Likewise.
16790         * timezone/tzfile.h: Likewise.
16791         * timezone/tzselect.ksh: Likewise.
16792         * timezone/zdump.c: Likewise.
16793         * timezone/zic.c: Likewise.
16794
16795         * math/auto-libm-test-in: Add tests of cpow.
16796         * math/auto-libm-test-out: Regenerated.
16797         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
16798         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16799         mpc_cc_c.
16800         (func_calc_desc): Add mpc_cc_c union field.
16801         (test_functions): Add cpow.
16802         (special_fill_2pi): New function.
16803         (special_real_inputs): Add 2pi.
16804         (calc_generic_results): Handle mpc_cc_c.
16805         * sysdeps/i386/fpu/libm-test-ulps: Update.
16806         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16807
16808         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16809         csqrt, ctan and ctanh.
16810         * math/auto-libm-test-out: Regenerated.
16811         * math/libm-test.inc (TEST_COND_x86_64): New macro.
16812         (TEST_COND_x86): Likewise.
16813         (ccos_test_data): Use AUTO_TESTS_c_c.
16814         (ccosh_test_data): Likewise.
16815         (cexp_test_data): Likewise.
16816         (clog_test_data): Likewise.
16817         (csqrt_test_data): Likewise.
16818         (ctan_test_data): Likewise.
16819         (ctan_tonearest_test_data): Likewise.
16820         (ctan_towardzero_test_data): Likewise.
16821         (ctan_downward_test_data): Likewise.
16822         (ctan_upward_test_data): Likewise.
16823         (ctanh_test_data): Likewise.
16824         (ctanh_tonearest_test_data): Likewise.
16825         (ctanh_towardzero_test_data): Likewise.
16826         (ctanh_downward_test_data): Likewise.
16827         (ctanh_upward_test_data): Likewise.
16828         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16829         mpc_c_c.
16830         (func_calc_desc): Add mpc_c_c union field.
16831         (FUNC_mpc_c_c): New macro.
16832         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16833         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16834         ctanh.
16835         (special_fill_min_subnorm_p120): New function.
16836         (special_real_inputs): Add min_subnorm_p120.
16837         (calc_generic_results): Handle mpc_c_c.
16838         * sysdeps/i386/fpu/libm-test-ulps: Update.
16839         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16840
16841 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16842
16843         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16844         (do_sin_slow): New functions.
16845         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16846         (cslow2, csloww1, csloww2): Use the new functions.
16847
16848         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16849         Use M to change sign of result instead of X.  Assume X is
16850         positive.
16851         (csloww1): Likewise.
16852         (__sin): Adjust.
16853         (__cos): Adjust.
16854
16855         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16856         arguments A and DA.
16857         (__sin): Adjust.
16858         (__cos): Likewise.
16859
16860         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16861         (__cos): Likewise.
16862         (sloww1): Don't adjust sign of DX.
16863         (csloww1): Likewise.
16864         (sloww2): Use X directly and don't adjust sign of DX.
16865         (csloww2): Likewise.
16866
16867 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16868
16869         * math/auto-libm-test-in: Add tests of cabs and carg.
16870         * math/auto-libm-test-out: Regenerated.
16871         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16872         (carg_test_data): Likewise.
16873         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16874         mpc_c_f.
16875         (func_calc_desc): Add mpc_c_f union field.
16876         (test_functions): Add cabs and carg.
16877         (calc_generic_results): Handle mpc_c_f.
16878
16879         * sysdeps/powerpc/powerpc32/libgcc-compat.S
16880         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16881         as a macro and a compat symbol.
16882         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16883         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16884         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16885         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16886         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16887         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16888         not use .hidden.
16889         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16890         Likewise.
16891         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16892         Likewise.
16893         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16894         Likewise.
16895         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16896         Likewise.
16897         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16898         Likewise.
16899         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16900         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16901         from GLIBC_2.3.2.
16902
16903 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16904
16905         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16906
16907 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16908
16909         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16910         trailing whitespace removed.
16911         * scripts/config.guess: Update to version 2013-11-29.
16912         * scripts/config.sub: Update to version 2013-10-01.
16913
16914         * math/auto-libm-test-in: Add tests of sincos.
16915         * math/auto-libm-test-out: Regenerated.
16916         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16917         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16918         mpfr_f_11.
16919         (func_calc_desc): Add mpfr_f_11 union field.
16920         (test_functions): Add sincos.
16921         (calc_generic_results): Handle mpfr_f_11.
16922         * sysdeps/i386/fpu/libm-test-ulps: Update.
16923         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16924
16925 2013-12-19  Andreas Schwab  <schwab@suse.de>
16926
16927         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16928         CALL_MCOUNT.
16929         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16930         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16931         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16932
16933 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16934
16935         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16936         * sysdeps/i386/fpu/libm-test-ulps: Update.
16937         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16938
16939         [BZ #16293]
16940         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16941         round-to-nearest mode when using frndint.
16942         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16943         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16944         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16945         Likewise.
16946         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16947         sinh test to fail.
16948         * math/auto-libm-test-out: Regenerated.
16949         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16950         (TEST_COND_x86): Likewise.
16951         (expm1_tonearest_test_data): New array.
16952         (expm1_test_tonearest): New function.
16953         (expm1_towardzero_test_data): New array.
16954         (expm1_test_towardzero): New function.
16955         (expm1_downward_test_data): New array.
16956         (expm1_test_downward): New function.
16957         (expm1_upward_test_data): New array.
16958         (expm1_test_upward): New function.
16959         (main): Run the new test functions.
16960         * sysdeps/i386/fpu/libm-test-ulps: Update.
16961         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16962
16963         * include/features.h: Update comment documenting feature test
16964         macros.  Mention _DEFAULT_SOURCE in comment.
16965         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16966         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16967         _BSD_SOURCE and _SVID_SOURCE.
16968         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16969         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16970         !_SVID_SOURCE]: Likewise.
16971         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16972         (__USE_POSIX_IMPLICITLY): Define.
16973         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16974         (_POSIX_SOURCE): Undefine and redefine.
16975         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16976         (_POSIX_C_SOURCE): Likewise.
16977         * manual/creature.texi (_DEFAULT_SOURCE): Document.
16978         (Feature Test Macros): Update documentation of default features.
16979
16980 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16981
16982         * benchtests/Makefile: Add bench-strtok.
16983         * benchtests/bench-strtok.c: New file: strtok benchtest.
16984
16985 2013-12-19  Allan McRae  <allan@archlinux.org>
16986
16987         * manual/install.texi: Suppress menu for plain text output.
16988         * INSTALL: Regenerated.
16989
16990 2013-12-18  Brooks Moses  <bmoses@google.com>
16991
16992         [BZ #15846]
16993         * misc/getauxval.c: Include errno.h.
16994         (__getauxval): Set errno to ENOENT if the requested type is not
16995         found.
16996         * misc/sys/auxv.h (getauxval): Document that it may set errno;
16997         don't declare with __attribute_const__.
16998         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
16999         * manual/startup.texi: Document that getauxval sets errno.
17000
17001 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
17002
17003         * math/auto-libm-test-in: Add tests of jn and yn.
17004         * math/auto-libm-test-out: Regenerated.
17005         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
17006         (yn_test_data): Likewise.
17007         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17008         mpfr_if_f.
17009         (func_calc_desc): Add mpfr_if_f union field.
17010         (FUNC_mpfr_if_f): New macro.
17011         (test_functions): Add jn and yn.
17012         (calc_generic_results): Assert type of second input for
17013         mpfr_ff_f.  Handle mpfr_if_f.
17014         (output_for_one_input_case): Disable all checking for arguments
17015         fitting floating-point types in case of an integer argument.
17016         * sysdeps/i386/fpu/libm-test-ulps: Update.
17017         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17018
17019         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
17020         Don't expect fegetround reference in libm.so.
17021
17022 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
17023
17024         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
17025         $(config-cflags-nofma).
17026
17027 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
17028
17029         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
17030         * math/auto-libm-test-out: Regenerated.
17031
17032         [BZ #16338]
17033         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
17034         to determine exponent and adjust argument to have exponent of -1.
17035         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
17036         log2.
17037         * math/auto-libm-test-out: Regenerated.
17038         * sysdeps/i386/fpu/libm-test-ulps: Update.
17039         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17040
17041 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
17042
17043         * manual/probes.texi: Remove cases when per-thread arenas are
17044         disabled.
17045
17046 2013-12-18  Andreas Schwab  <schwab@suse.de>
17047
17048         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
17049         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
17050         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
17051         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
17052         * sysdeps/i386/i686/multiarch/Makefile: Update.
17053         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
17054
17055 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17056
17057         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
17058         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
17059
17060 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
17061
17062         [BZ #15968]
17063         Support TZ transition times < 00:00:00.
17064         This is needed for version-3 tz-format files; it supports time
17065         stamps past 2037 for America/Godthab (the only entry in the tz
17066         database for which this change is relevant).
17067         * manual/time.texi (TZ Variable): Document transition times
17068         from -167:59:59 through -00:00:01.
17069         * time/tzset.c (tz_rule): Time of day is now signed.
17070         (__tzset_parse_tz): Parse negative time of day.
17071
17072         Document TZ transition times >= 25:00:00.
17073         * manual/time.texi (TZ Variable): Document transition times from
17074         25:00:00 through 167:59:59.  These are already supported, and this
17075         support will help with version-3 tz-format files.
17076
17077         * manual/time.texi (TZ Variable): Modernize North America example
17078         to reflect current (i.e., 2007-and-later) daylight saving rules.
17079
17080         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
17081
17082 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17083
17084         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
17085         * sysdeps/unix/bsd/bits/stat.h: Likewise.
17086         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
17087         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
17088         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
17089         * sysdeps/unix/bsd/bsdstat.h: Likewise.
17090         * sysdeps/unix/bsd/clock.c: Likewise.
17091         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
17092         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
17093         * sysdeps/unix/bsd/init-posix.c: Likewise.
17094         * sysdeps/unix/bsd/poll.c: Likewise.
17095         * sysdeps/unix/bsd/ptsname.c: Likewise.
17096         * sysdeps/unix/bsd/seekdir.c: Likewise.
17097         * sysdeps/unix/bsd/setegid.c: Likewise.
17098         * sysdeps/unix/bsd/seteuid.c: Likewise.
17099         * sysdeps/unix/bsd/setgid.c: Likewise.
17100         * sysdeps/unix/bsd/setrgid.c: Likewise.
17101         * sysdeps/unix/bsd/setruid.c: Likewise.
17102         * sysdeps/unix/bsd/setsid.c: Likewise.
17103         * sysdeps/unix/bsd/setuid.c: Likewise.
17104         * sysdeps/unix/bsd/sigaction.c: Likewise.
17105         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
17106         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
17107         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
17108         * sysdeps/unix/bsd/telldir.c: Likewise.
17109         * sysdeps/unix/bsd/times.c: Likewise.
17110         * sysdeps/unix/bsd/usleep.c: Likewise.
17111
17112         * misc/Makefile (install-lib): Remove libbsd-compat.a.
17113         ($(objpfx)libbsd-compat.a): Remove rule.
17114
17115         * include/features.h (__FAVOR_BSD): Do not define.
17116         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
17117         features conflicting with POSIX.
17118         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
17119         (_BSD_SOURCE): Remove description of not being a subset of other
17120         feature test macros.
17121         * manual/job.texi (getpgrp): Do not document BSD version.
17122         (getpgid): Do not document by reference to BSD getpgrp.
17123         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
17124         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
17125         * signal/signal.h [__FAVOR_BSD]: Likewise.
17126         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
17127         instead of making contents conditional on [__FAVOR_BSD].
17128         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
17129
17130 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17131
17132         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17133
17134 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17135
17136         [BZ #16314]
17137         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
17138         values below 2**-450, not 2**-500.
17139         * math/auto-libm-test-in: Don't allow spurious underflow from
17140         hypot.
17141         * math/auto-libm-test-out: Regenerated.
17142
17143         [BZ #16316]
17144         [BZ #16330]
17145         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
17146         values of ha and hb and sort them after adjusting subnormal
17147         arguments.
17148         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
17149         Likewise.
17150         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
17151         values of ea and eb and sort them after adjusting subnormal
17152         arguments.
17153         * math/auto-libm-test-in: Do not expect some hypot tests of
17154         subnormals to fail.  Add more hypot tests.
17155         * math/auto-libm-test-out: Regenerated.
17156
17157 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17158
17159         [BZ #13304]
17160         * sysdeps/sh/s_fma.c: New file.
17161         * sysdeps/sh/s_fmaf.c: New file.
17162         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
17163         version.
17164         * sysdeps/sh/Implies: Add sh/soft-fp.
17165
17166 2013-12-16  Roland McGrath  <roland@hack.frob.com>
17167
17168         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
17169         level of indirection to members `objname', `errstring', `malloced'.
17170         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
17171         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
17172         it as the __longjmp argument (just pass 1 instead).
17173         (_dl_catch_error): Initialize C with argument pointers and address of
17174         volatile local ERRCODE rather than copying values out of C at return.
17175
17176 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
17177
17178         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
17179         * math/auto-libm-test-out: Regenerated.
17180         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
17181         (hypot_test_data): Likewise.
17182         (pow_test_data): Likewise.
17183         (pow_tonearest_test_data): Likewise.
17184         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17185         mpfr_ff_f.
17186         (func_calc_desc): Add mpfr_ff_f union field.
17187         (FUNC_mpfr_ff_f): New macro.
17188         (test_functions): Add atan2, hypot and pow.
17189         (special_fill_min): New function.
17190         (special_fill_minus_min): Likewise.
17191         (special_fill_min_subnorm): Likewise.
17192         (special_fill_minus_min_subnorm): Likewise.
17193         (special_real_inputs): Add min, -min, min_subnorm and
17194         -min_subnorm.
17195         (calc_generic_results): Handle mpfr_ff_f.
17196         * sysdeps/i386/fpu/libm-test-ulps: Update.
17197         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17198
17199 2013-12-16  Will Newton  <will.newton@linaro.org>
17200
17201         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
17202         (Aligned Memory Blocks): Add documentation for aligned_alloc
17203         and suggest it as an alternative to posix_memalign.
17204         (Hooks for Malloc): Document __memalign_hook is also called
17205         for aligned_alloc.  (Summary of Malloc): Add summary for
17206         aligned alloc.  Document __memalign_hook is also called
17207         for aligned_alloc.
17208
17209 2013-12-16  Will Newton  <will.newton@linaro.org>
17210
17211         * manual/memory.texi (Malloc Examples): Clarify default
17212         alignment documentation.  Suggest posix_memalign rather
17213         than memalign or valloc.
17214         (Aligned Memory Blocks): Remove suggestion to use memalign
17215         or valloc.  Remove obsolete comment about BSD.
17216         Document memalign errno values and mark the function obsolete.
17217         Document posix_memalign returned error codes.  Mark valloc
17218         as obsolete.  (Hooks for Malloc): __memalign_hook is also
17219         called for posix_memalign and valloc.
17220         (Summary of Malloc): Add posix_memalign to function summary.
17221         __memalign_hook is also called for posix_memalign and valloc.
17222
17223 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
17224
17225         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
17226         TAYLOR_SIN.
17227         (__sin): Adjust.
17228         (__cos): Likewise.
17229         (sloww): Use mynumber union.  Expand ternary operator into
17230         if-else statements.
17231         (cslow): use mynumber union.
17232
17233 2013-12-16  Allan McRae  <allan@archlinux.org>
17234
17235         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
17236         * configure: Regenerated.
17237
17238         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
17239
17240         [BZ #14120]
17241         * configure.ac: Added --enable-maintainer-mode. Check for
17242         autoconf when enabled.
17243         * configure: Regenerated.
17244
17245         * nscd/nscd.service: New file.
17246         * nscd/nscd.tmpfiles: New file.
17247
17248 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
17249
17250         [BZ #12100]
17251         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
17252         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
17253         * sysdeps/x86_64/multiarch/strstr.c: ... here.
17254         (strstr): Add __strstr_sse2_unaligned ifunc.
17255         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
17256         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
17257         (strcasestr): Remove __strcasestr_sse42 ifunc.
17258         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
17259         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
17260         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17261
17262 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17263
17264         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
17265         * sysdeps/sh/bits/fenv.h: ... here.
17266         * sysdeps/sh/sh4/fpu/bits: Remove directory.
17267
17268 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17269
17270         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
17271
17272         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
17273         hypotf multiarch implementations.
17274         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
17275         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
17276         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
17277         multiarch hypot for PPC64.
17278         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
17279         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
17280         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
17281         multiarch hypotf for PPC64.
17282
17283         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
17284         modff multiarch implementations.
17285         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
17286         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
17287         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
17288         multiarch modf for PPC64.
17289         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
17290         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
17291         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
17292         multiarch modff for PPC64.
17293
17294         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
17295         and logl multiarch implementations.
17296         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
17297         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
17298         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
17299         multiarch logb for PPC64.
17300         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
17301         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
17302         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
17303         multiarch logb for PPC64.
17304         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
17305         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
17306         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
17307         multiarch logb for PPC64.
17308
17309         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
17310         isinff multiarch implementation.
17311         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
17312         file.
17313         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
17314         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
17315         multiarch isinf for PPC64.
17316         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
17317         file.
17318         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
17319         multiarch isinff for PPC64.
17320
17321         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
17322         finitef multiarch implementation.
17323         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
17324         file.
17325         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
17326         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
17327         multiarch finite for PPC64.
17328         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
17329         file.
17330         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
17331         multiarch finitef for PPC64.
17332
17333         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
17334         lrint multiarch implementation.
17335         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
17336         file.
17337         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
17338         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
17339         multiarch llrint for PPC64.
17340         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
17341         multiarch lrint for PPC64.
17342
17343         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
17344         copysignf multiarch implementation.
17345         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
17346         file.
17347         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
17348         file.
17349         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
17350         multiarch copysign for PPC64.
17351         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
17352         multiarch copysignf for PPC64.
17353
17354         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
17355         multiarch implementation.
17356         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
17357         file.
17358         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
17359         file.
17360         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
17361         file.
17362         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
17363         file.
17364         multiarch llround for PPC64.
17365         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
17366         multiarch trunc for PPC64.
17367         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
17368         multiarch truncf for PPC64.
17369
17370         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
17371         multiarch implementation.
17372         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
17373         file.
17374         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
17375         file.
17376         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
17377         file.
17378         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
17379         file.
17380         multiarch llround for PPC64.
17381         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
17382         multiarch round for PPC64.
17383         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
17384         multiarch roundf for PPC64.
17385
17386         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
17387         multiarch implementation.
17388         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
17389         file.
17390         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
17391         file.
17392         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
17393         file.
17394         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
17395         file.
17396         multiarch llround for PPC64.
17397         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
17398         multiarch floor for PPC64.
17399         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
17400         multiarch floorf for PPC64.
17401
17402         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
17403         multiarch implementation.
17404         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
17405         file.
17406         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
17407         file.
17408         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
17409         file.
17410         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
17411         file.
17412         multiarch llround for PPC64.
17413         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
17414         multiarch ceil for PPC64.
17415         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
17416         multiarch ceilf for PPC64.
17417
17418         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17419         multiarch implementation.
17420         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
17421         file.
17422         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
17423         file.
17424         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
17425         file.
17426         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
17427         multiarch llround for PPC64.
17428         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
17429         multiarch lround for PPC64.
17430
17431         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17432         multiarch implementation.
17433         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
17434         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
17435         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
17436         file.
17437         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
17438         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
17439         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
17440         multiarch isnan for PPC64.
17441         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
17442         multiarch isnanf for PPC64.
17443
17444         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
17445         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
17446         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
17447         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
17448         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
17449         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
17450
17451         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
17452         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
17453         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
17454         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
17455
17456         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
17457         multiarch implementations.
17458         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17459         (__libc_ifunc_impl_list): Likewise.
17460         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
17461         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
17462         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
17463         multiarch stpcpy for PPC64.
17464
17465         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
17466         multiarch implementations.
17467         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17468         (__libc_ifunc_impl_list): Likewise.
17469         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
17470         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
17471         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
17472         multiarch strcpy for PPC64.
17473
17474         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
17475         redefine function name.
17476         (_wordcopy_fwd_dest_aligned): Likewise.
17477         (_wordcopy_bwd_aligned): Likewise.
17478         (_wordcopy_bwd_dest_aligned): Likewise.
17479         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
17480         multiarch implementations.
17481         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17482         (__libc_ifunc_impl_list): Likewise.
17483         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
17484         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
17485         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
17486         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
17487         multiarch wcscpy for PPC64.
17488
17489         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
17490         multiarch implementations.
17491         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17492         (__libc_ifunc_impl_list): Likewise.
17493         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
17494         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
17495         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
17496         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
17497         multiarch wcscpy for PPC64.
17498
17499         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
17500         multiarch implementations.
17501         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17502         (__libc_ifunc_impl_list): Likewise.
17503         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
17504         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
17505         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
17506         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
17507         multiarch wcsrchr for PPC64.
17508
17509         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
17510         multiarch implementations.
17511         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17512         (__libc_ifunc_impl_list): Likewise.
17513         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
17514         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
17515         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
17516         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
17517         multiarch wcschr for PPC64.
17518
17519         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
17520         multiarch implementations.
17521         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17522         (__libc_ifunc_impl_list): Likewise.
17523         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
17524         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
17525         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
17526         multiarch strchrnul for PPC64.
17527
17528         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
17529         implementations.
17530         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17531         (__libc_ifunc_impl_list): Likewise.
17532         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
17533         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
17534         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
17535         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
17536         strchr for PPC64.
17537
17538         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
17539         implementations.
17540         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17541         (__libc_ifunc_impl_list): Likewise.
17542         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
17543         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
17544         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
17545         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
17546         strncmp for PPC64.
17547
17548         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
17549         multiarch implementations.
17550         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17551         (__libc_ifunc_impl_list): Likewise.
17552         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
17553         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
17554         strncasecmp for PPC64.
17555         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
17556         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
17557         multiarch strncasecmp_l for PPC64.
17558
17559         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
17560         multiarch implementations.
17561         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17562         (__libc_ifunc_impl_list): Likewise.
17563         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
17564         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
17565         multiarch strcasecmp for PPC64.
17566         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
17567         file.
17568         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
17569         multiarch strcasecmp_l for PPC64.
17570
17571         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
17572         implementations.
17573         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17574         (__libc_ifunc_impl_list): Likewise.
17575         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
17576         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
17577         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
17578         strnlen for PPC64.
17579
17580         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
17581         implementations.
17582         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17583         (__libc_ifunc_impl_list): Likewise.
17584         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
17585         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
17586         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
17587         strlen for PPC64.
17588
17589         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
17590         implementations.
17591         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17592         (__libc_ifunc_impl_list): Likewise.
17593         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
17594         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
17595         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
17596         rawmemrchr for PPC64.
17597
17598         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
17599         implementation.
17600         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17601         (__libc_ifunc_impl_list): Likewise.
17602         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
17603         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
17604         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
17605         memrchr for PPC64.
17606
17607         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
17608         implementation.
17609         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17610         (__libc_ifunc_impl_list): Likewise.
17611         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
17612         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
17613         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
17614         memchr for PPC64.
17615
17616         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
17617         implementation.
17618         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17619         (__libc_ifunc_impl_list): Likewise.
17620         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17621         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17622         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17623         mempcpy for PPC64.
17624
17625         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17626         avoid cretion of __bzero symbol.
17627         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17628         Likewise.
17629         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17630         Likewise.
17631         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17632         Likewise.
17633         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17634         multiarch implementations.
17635         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17636         (__libc_ifunc_impl_list): Likewise.
17637         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17638         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17639         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17640         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17641         bzero for PPC32.
17642         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17643         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17644         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17645         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17646         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17647         memset for PPC64.
17648         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17649
17650         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17651         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17652         implementations.
17653         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17654         (__libc_ifunc_impl_list): Likewise.
17655         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17656         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17657         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17658         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17659         memcmp for PPC64.
17660
17661         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17662         multiarch for POWER/PPC64.
17663         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17664         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17665         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17666         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17667         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17668         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17669         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17670         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17671         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17672         memcpy for PPC64.
17673
17674         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17675         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17676         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17677         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17678         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17679         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17680         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17681         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17682         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17683         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17684         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17685         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17686         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17687         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17688         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17689         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17690         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17691         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17692         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17693         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17694         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17695         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17696
17697 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17698
17699         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17700
17701 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17702
17703         * benchtests/Makefile (bench): Add exp2 and log2.
17704         (LDLIBS-bench-exp2): Add -lm.
17705         (LDLIBS-bench-log2): Likewise.
17706         * benchtests/exp2-inputs: New inputs file.
17707         * benchtests/log2-inputs: New inputs file.
17708         * benchtests/log-inputs: Add new inputs.
17709         * benchtests/tan-inputs: Likewise.
17710
17711 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17712
17713         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17714         definition...
17715         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17716         (csloww2): ... from here.
17717
17718         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17719         instead of structures.
17720         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17721         (POLYNOMIAL): Likewise.
17722         (TAYLOR_SLOW): Likewise.
17723         (__sin): Likewise.
17724         (__cos): Likewise.
17725         (slow1): Likewise.
17726         (slow2): Likewise.
17727         (sloww): Likewise.
17728         (sloww1); Likewise.
17729         (sloww2): Likewise.
17730         (bsloww1): Likewise.
17731         (bsloww2): Likewise.
17732         (cslow2): Likewise.
17733         (csloww): Likewise.
17734         (csloww1): Likewise.
17735         (csloww2): Likewise.
17736
17737 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
17738
17739         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
17740         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17741         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
17742         * malloc/hooks.c (realloc_check): Likewise.
17743
17744         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17745         * malloc/arena.c: Remove PER_THREAD conditional.
17746         [!PER_THREAD]: Remove code.
17747         (ptmalloc_unlock_all2): Likewise.
17748         (ptmalloc_init): Likewise.
17749         (_int_new_arena): Likewise.
17750         (arena_get2): Likewise.
17751         * malloc/hooks.c (__malloc_get_state): Likewise.
17752         (__malloc_set_state): Likewise.
17753         * malloc/malloc.c: Likewise.
17754         (struct malloc_state): Likewise.
17755         (struct malloc_par): Likewise.
17756         (__libc_realloc): Likewise.
17757         (__libc_mallopt): Likewise.
17758
17759 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17760
17761         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17762
17763 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
17764
17765         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17766         macro to a function.  Check for zero perturb_byte.
17767         (_int_malloc, _int_free): Remove zero perturb_byte checks.
17768
17769         * malloc/malloc.c: (force_reg): Remove.
17770         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17771         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
17772         force_reg by atomic_forced_read.
17773         * malloc/arena.c (ptmalloc_init): Likewise.
17774         * malloc/hooks.c (top_check): Likewise.
17775
17776 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17777
17778         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17779
17780 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
17781
17782         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17783
17784 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
17785
17786         * math/auto-libm-test-in: Add tests of lgamma.
17787         * math/auto-libm-test-out: Regenerated.
17788         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17789         (M_LOG_2_SQRT_PIl): Likewise.
17790         (lgamma_test_data): Use AUTO_TESTS_f_f1.
17791         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17792         mpfr_f_f1.
17793         (func_calc_desc): Add mpfr_f_f1 union field.
17794         (ARGS1): New macro.
17795         (ARGS2): Likewise.
17796         (ARGS3): Likewise.
17797         (ARGS4): Likewise.
17798         (RET1): Likewise.
17799         (RET2): Likewise.
17800         (CALC): Likewise.
17801         (FUNC): Likewise.
17802         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17803         (test_functions): Add lgamma.
17804         (calc_generic_results): Handle mpfr_f_f1.
17805         * sysdeps/i386/fpu/libm-test-ulps: Update.
17806         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17807
17808 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17809
17810         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17811         __mpn_add_n for PowerPC64/POWER7.
17812         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17813         __mpn_sub_n for PowerPC64/POWER7.
17814
17815         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17816         __mpn_addmul_1 for PowerPC64.
17817         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17818         __mpn_submul_1 for PowerPC64.
17819         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17820         for PowerPC64.
17821         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17822         for PowerPC64.
17823
17824 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
17825
17826         [BZ #15089]
17827         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17828
17829 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17830
17831         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17832
17833         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17834         add multiarch folders.
17835         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17836         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17837         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17838         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17839         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17840         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17841         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17842         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17843         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17844         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17845         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17846         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17847         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17848         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17849         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17850         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17852
17853         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17854         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17855         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17856         New file.
17857         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17858         New file.
17859         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17860         multiarch __ieee754_hypot for PowerPC32.
17861         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17862         New file.
17863         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17864         New file.
17865         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17866         multiarch __ieee754_hypotf for PowerPC32.
17867
17868         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17869         long_double_symbol only if __logbl is defined.
17870         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17871         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17872         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17873         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17874         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17875         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17876         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17877         path for implementation.
17878         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17879         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17880         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17881         logb, and logbl multiarch implementations for PowerPC32.
17882         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17883         file.
17884         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17885         file.
17886         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17887         multiarch logb for PowerPC32.
17888         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17889         file.
17890         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17891         file.
17892         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17893         multiarch logbf for PowerPC32.
17894         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17895         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17896         file.
17897         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17898         multiarch logbl implementation for PowerPC32.
17899
17900         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17901         and modff multiarch implementations.
17902         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17903         New file.
17904         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17905         New file.
17906         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17907         multiarch modf for PowerPC32.
17908         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17909         New file.
17910         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17911         New file.
17912         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17913         multiarch modff for PowerPC32.
17914
17915         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17916         and lrintf multiarch implementations.
17917         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17918         New file.
17919         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17920         New file.
17921         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17922         multiarch lrint for PowerPC32.
17923         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17924         file: multiarch lrintf for PowerPC32.
17925
17926         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17927         and lroundf multiarch implementations.
17928         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17929         New file.
17930         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17931         New file.
17932         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17933         New file.
17934         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17935         multiarch lround for PowerPC32.
17936         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17937         file: multiarch lroundf for PowerPC32.
17938
17939         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17940         copysign and copysignf multiarch implementations.
17941         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17942         New file.
17943         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17944         New file.
17945         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17946         file: multiarch copysign for PowerPC32.
17947         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17948         file: multiarch copysignf for PowerPC32.
17949
17950         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17951         and truncf multiarch implementations.
17952         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17953         New file.
17954         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17955         file.
17956         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17957         multiarch trunc for PowerPC32.
17958         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17959         New file.
17960         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17961         New file.
17962         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17963         multiarch truncf for PowerPC32.
17964
17965         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17966         and roundf multiarch implementations.
17967         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17968         New file.
17969         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17970         file.
17971         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17972         multiarch round for PowerPC32.
17973         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17974         New file.
17975         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17976         New file.
17977         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17978         multiarch roundf for PowerPC32.
17979
17980         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17981         and floorf multiarch implementations.
17982         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17983         New file.
17984         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17985         file.
17986         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17987         multiarch floor for PowerPC32.
17988         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17989         New file.
17990         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17991         New file.
17992         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17993         multiarch floorf for PowerPC32.
17994
17995         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
17996         and ceilf multiarch implementations.
17997         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
17998         New file.
17999         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
18000         file.
18001         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
18002         multiarch ceil for PowerPC32.
18003         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
18004         New file.
18005         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
18006         file.
18007         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
18008         multiarch ceilf for PowerPC32.
18009
18010         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
18011         is defined.
18012         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
18013         FINITEF is defined.
18014         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
18015         and finitef multiarch implementations.
18016         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
18017         New file.
18018         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
18019         file.
18020         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
18021         multiarch finite for PowerPC32.
18022         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
18023         New file.
18024         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
18025         file: multiarch finitef for PowerPC32.
18026
18027         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
18028         and isinff multiarch implementations.
18029         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
18030         file.
18031         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
18032         file.
18033         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
18034         multiarch isinf for PowerPC32.
18035         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
18036         New file.
18037         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
18038         multiarch isinff for PowerPC32.
18039
18040         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
18041         alias when __isnan is defined.
18042         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
18043         and isnanf multiarch implementations.
18044         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
18045         file.
18046         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
18047         file.
18048         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
18049         file.
18050         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
18051         file.
18052         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
18053         multiarch isnan for PowerPC32.
18054         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
18055         New file.
18056         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
18057         New file.
18058         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
18059         multiarch isnanf for PowerPC32.
18060
18061         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
18062         and sqrtf multiarch implementations.
18063         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
18064         file.
18065         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
18066         file.
18067         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
18068         multiarch sqrt for PowerPC32.
18069         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
18070         file.
18071         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
18072         file.
18073         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
18074         multiarch sqrtf for PowerPC32.
18075
18076         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
18077         and llroundf multiarch implementations.
18078         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
18079         New file.
18080         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
18081         New file.
18082         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
18083         New file.
18084         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
18085         file: multiarch llround for PowerPC32.
18086         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
18087         file: multiarch llroundf for PowerPC32.
18088
18089         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
18090         multiarch PowerPC32 fpu implementations.
18091         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
18092         New file.
18093         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
18094         New file.
18095         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
18096         multiarch llrint for PowerPC32.
18097         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
18098         New file.
18099         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
18100         New file.
18101         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
18102         file.
18103
18104         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
18105
18106         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
18107         file.
18108         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
18109         file.
18110         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
18111         file.
18112         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
18113         multiarch wordcopy for PPC32.
18114         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18115         wordcopy objects.
18116         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18117         (__libc_ifunc_impl_list): Likewise.
18118         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
18119         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
18120         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
18121         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
18122         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
18123         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
18124
18125         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
18126         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
18127         file.
18128         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
18129         file.
18130         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
18131         file.
18132         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
18133         multiarch wcscpy for PPC32.
18134         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18135         multiarch objects.
18136         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18137         (__libc_ifunc_impl_list): Likewise.
18138         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18139         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18140         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
18141         sysdeps/powerpc/power6/wcscpy.c.
18142
18143         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
18144         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
18145         file.
18146         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
18147         file.
18148         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
18149         file.
18150         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
18151         multiarch wcsrchr for PPC32.
18152         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18153         multiarch objects.
18154         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18155         (__libc_ifunc_impl_list): Likewise.
18156         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18157         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18158         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
18159         sysdeps/powerpc/power6/wcsrchr.c.
18160
18161         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
18162         file.
18163         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
18164         file.
18165         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
18166         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
18167         multiarch wcschr for PPc32.
18168         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18169         multiarch objects.
18170         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18171         (__libc_ifunc_impl_list): Likewise.
18172         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
18173         * sysdeps/powerpc/power6/wcschr.c: ... to here.
18174         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
18175         sysdeps/powerpc/power6/wcschr.c.
18176
18177         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
18178         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
18179         file.
18180         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
18181         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
18182         file: multiarch strchr for PPC32.
18183         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
18184         multiarch objects.
18185         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18186         (__libc_ifunc_impl_list): Likewise.
18187
18188         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
18189         name.
18190         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
18191         file.
18192         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
18193         file.
18194         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
18195         multiarch strchrnul for PPC32.
18196         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
18197         multiarch objects.
18198         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18199         (__libc_ifunc_impl_list): Likewise.
18200
18201         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
18202         file.
18203         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
18204         multiarch strncasecmp for PPC32.
18205         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
18206         file.
18207         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
18208         multiarch strncasecmp_l for PPC32.
18209         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
18210         strncasecmp multiarch objects.
18211         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18212         (__libc_ifunc_impl_list): Likewise.
18213
18214         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
18215         file.
18216         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
18217         multiarch strncasecmp for PPC32.
18218         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
18219         New file.
18220         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
18221         multiarch strcasecmp_l for PPC32.
18222         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
18223         multiarch objects.
18224         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18225         (__libc_ifunc_impl_list): Likewise.
18226
18227         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
18228         file.
18229         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
18230         file.
18231         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
18232         multiarch strncmp for PPC32.
18233         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
18234         multiarch objects.
18235         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18236         (__libc_ifunc_impl_list): Likewise.
18237
18238         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
18239         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
18240         file.
18241         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
18242         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
18243         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
18244         multiarch objects.
18245         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18246         (__libc_ifunc_impl_list): Likewise.
18247
18248         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
18249         file.
18250         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
18251         file.
18252         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
18253         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
18254         multiarch objects.
18255         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18256         (__libc_ifunc_impl_list): Likewise.
18257
18258         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
18259         file.
18260         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
18261         file.
18262         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
18263         multiarch rawmemchr for PPC32.
18264         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
18265         multiarch objects.
18266         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18267         (__libc_ifunc_impl_list): Likewise.
18268
18269         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
18270         file.
18271         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
18272         file.
18273         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
18274         file: memrchr multiarch for PPC32.
18275         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
18276         multiarch objects.
18277         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18278         (__libc_ifunc_impl_list): Likewise.
18279
18280         * string/memchr.c (__memchr): Using macro to redefine symbol name.
18281         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
18282         file.
18283         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
18284         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
18285         multiarch memchr for PPC32.
18286         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
18287         multiarch objects.
18288         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18289         (__libc_ifunc_impl_list): Likewise.
18290
18291         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
18292         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
18293         file.
18294         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
18295         file.
18296         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
18297         file: multiarch mempcpy for PPC32.
18298         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
18299         multiarch objects.
18300         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18301         (__libc_ifunc_impl_list): Likewise.
18302
18303         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
18304         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
18305         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
18306         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
18307         multiarch bzero for PPC32.
18308         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
18309         file.
18310         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
18311         file.
18312         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
18313         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
18314         file: multiarch memset for PPC32.
18315         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
18316         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
18317         memset multiarch objects.
18318         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18319         (__libc_ifunc_impl_list): Likewise.
18320
18321         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
18322         file.
18323         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
18324         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
18325         memcmp for PPC32.
18326         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
18327         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
18328         multiarch objects.
18329         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18330         (__libc_ifunc_impl_list): Likewise.
18331
18332         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
18333         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
18334         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
18335         file.
18336         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
18337         file.
18338         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
18339         file.
18340         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
18341         multiarch memcpy for PPC32.
18342         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
18343         multiarch objects.
18344         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18345         (__libc_ifunc_impl_list): Likewise.
18346
18347         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
18348         support multiarch for POWER/PPC32.
18349         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
18350         Likewise.
18351         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
18352         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
18353         Implies file to make multiarch folder appers before the fpu and
18354         default folder for power4 configuration.
18355
18356 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18357
18358         * scripts/bench.pl: Append volatile keyword to type.
18359
18360 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18361
18362         * sysdeps/sh/sotruss-lib.c: New file.
18363         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
18364
18365 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18366
18367         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18368
18369 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
18370
18371         [BZ #6810]
18372         * math/w_tgamma.c: Include <errno.h>.
18373         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
18374         * math/w_tgammaf.c: Include <errno.h>.
18375         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
18376         * math/w_tgammal.c: Include <errno.h>.
18377         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
18378         * math/auto-libm-test-in: Do not allow missing errno on tgamma
18379         underflow.  Add more tgamma tests.
18380         * math/auto-libm-test-out: Regenerated.
18381         * sysdeps/i386/fpu/libm-test-ulps: Update.
18382         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18383
18384         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
18385         sin, sinh, tan, tanh, tgamma, y0 and y1.
18386         * math/auto-libm-test-out: Regenerated.
18387         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18388         (TEST_COND_x86): Likewise.
18389         (M_E2l): Remove macro.
18390         (M_E3l): Likewise.
18391         (M_2_SQRT_PIl): Likewise.
18392         (M_SQRT_PIl): Likewise.
18393         (M_1_DIV_El): Likewise.
18394         (log_test_data): Use AUTO_TESTS_f_f.
18395         (log10_test_data): Likewise.
18396         (log1p_test_data): Likewise.
18397         (log2_test_data): Likewise.
18398         (sin_test_data): Likewise.
18399         (sin_tonearest_test_data): Likewise.
18400         (sin_towardzero_test_data): Likewise.
18401         (sin_downward_test_data): Likewise.
18402         (sin_upward_test_data): Likewise.
18403         (sinh_test_data): Likewise.
18404         (sinh_tonearest_test_data): Likewise.
18405         (sinh_towardzero_test_data): Likewise.
18406         (sinh_downward_test_data): Likewise.
18407         (sinh_upward_test_data): Likewise.
18408         (tan_test_data): Likewise.
18409         (tan_tonearest_test_data): Likewise.
18410         (tan_towardzero_test_data): Likewise.
18411         (tan_downward_test_data): Likewise.
18412         (tan_upward_test_data): Likewise.
18413         (tanh_test_data): Likewise.
18414         (tgamma_test_data): Likewise.
18415         (y0_test_data): Likewise.
18416         (y1_test_data): Likewise.
18417         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
18418         (special_real_inputs): Add pi/4.
18419         * sysdeps/i386/fpu/libm-test-ulps: Update.
18420         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18421
18422 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18423
18424         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
18425         "longjmp_target" static probes.
18426         (__longjmp): Rename to __longjmp_symbol.
18427         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18428         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
18429         on which longjmp to generate.
18430         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18431         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
18432         probe.
18433         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18434         (__sigjmp_save): Rename to __sigjmp_save_symbol.
18435         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
18436         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
18437         and __sigjmp_save_symbol based on which sigsetjmp to generated.
18438         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
18439         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
18440         __longjmp_symbol based on which __longjmp to generate.
18441         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
18442         probe.
18443         (setjmp): Rename to setjmp_symbol.
18444         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18445         (_setjmp): Rename to _setjmp_symbol.
18446         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18447         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
18448         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
18449         which setjmp to generate.
18450         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
18451         "longjmp_target" static probes.
18452
18453 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18454
18455         * benchtests/README: Add note about output arguments.
18456         * benchtests/bench-sincos.c: Remove file.
18457         * benchtests/sincos-inputs: New file.
18458         * scripts/bench.pl: Identify output arguments and define
18459         static variables for them.
18460
18461         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
18462
18463         [BZ #15941]
18464         * Makefile (INSTALL): Add install-plain.texi as the primary
18465         dependency.
18466         * manual/install-plain.texi: New file.
18467         * manual/install.texi: Include node directive only for
18468         non-plaintext output.
18469
18470 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
18471
18472         * stdlib/longlong.h: Update from GCC.
18473
18474         [BZ #6807]
18475         [BZ #15901]
18476         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
18477         * math/w_j0f.c (y0f): Likewise.
18478         * math/w_j0l.c (__y0l): Likewise.
18479         * math/w_j1.c (y1): Likewise.
18480         * math/w_j1f.c (y1f): Likewise.
18481         * math/w_j1l.c (__y1l): Likewise
18482         * math/w_jn.c (yn): Likewise.
18483         * math/w_jnf.c (ynf): Likewise.
18484         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
18485         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
18486         value for Bessel function domain errors outside _SVID_ mode.
18487         Adjust sign of return value for yn (negative integer, 0).
18488         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
18489         by zero in return for negative x and set sign appropriately for
18490         negative n.
18491         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
18492         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
18493         * math/libm-test.inc (y0_test_data): Add more tests and adjust
18494         expectations in error cases.
18495         (y1_test_data): Likewise.
18496         (yn_test_data): Likewise.
18497         * sysdeps/i386/fpu/libm-test-ulps: Update.
18498         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18499
18500 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18501
18502         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
18503         "64" to "64-v1".  Add "64-v2".
18504         (abi-64-options): Rename to ...
18505         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
18506         (abi-64-condition): Rename to ...
18507         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
18508         (abi-64-ld-soname): Rename to ...
18509         (abi-64-v1-ld-soname): ... this.
18510         (abi-64-v2-options): Define.
18511         (abi-64-v2-condition): Likewise.
18512         (abi-64-v2-ld-soname): Likewise.
18513         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
18514         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
18515         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
18516         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
18517         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
18518
18519 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18520             Alan Modra  <amodra@gmail.com>
18521
18522         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
18523         New versions for use with the ELFv2 ABI.
18524         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
18525         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
18526         declaration.
18527         (struct La_ppc64v2_retval): Likewise.
18528         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
18529         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
18530         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
18531         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
18532         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
18533         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
18534         Do not save or restore CR.
18535         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
18536         (_dl_profile_resolve): Do no save or restore CR.  Support extended
18537         return values for ELFv2 ABI.  Fix location of FPR return registers.
18538         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
18539         updated values for _CALL_ELF == 2.
18540         (La_regs, La_retval, int_retval): Likewise.
18541
18542 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18543
18544         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
18545         (FRAME_MIN_SIZE_PARM): Likewise.
18546         (FRAME_BACKCHAIN): Likewise.
18547         (FRAME_CR_SAVE): Likewise.
18548         (FRAME_LR_SAVE): Likewise.
18549         (FRAME_TOC_SAVE): Likewise.
18550         (FRAME_PARM_SAVE): Likewise.
18551         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
18552         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
18553         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18554         (call_mcount_parm_offset): New macro.
18555         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
18556         (PROF): Use symbolic stack frame offsets.
18557         (TAIL_CALL_SYSCALL_ERROR): Likewise.
18558         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
18559         Redefine in terms of FRAME_MIN_SIZE.
18560         (_dl_runtime_resolve): Use symbolic stack frame offsets.
18561         (_dl_profile_resolve): Likewise.  Update comment.
18562         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
18563         symbols stack frame offsets.
18564         (__sigsetjmp): Likewise.
18565         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
18566         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
18567         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
18568         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
18569
18570         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
18571         (FRAME_BACKCHAIN): Remove.
18572         (FRAME_CR_SAVE): Likewise.
18573         (FRAME_LR_SAVE): Likewise.
18574         (FRAME_COMPILER_DW): Likewise.
18575         (FRAME_LINKER_DW): Likewise.
18576         (FRAME_TOC_SAVE): Likewise.
18577         (FRAME_PARM_SAVE): Likewise.
18578         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
18579         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
18580         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
18582         (CHECK_SP): Use symbolic stack frame offsets.
18583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
18584         zone" instead of caller's parameter save area for temp storage.
18585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18586         Likewise.  Also, use symbolic stack frame offsets.
18587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
18588         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
18589         our own stack frame instead of the caller's.
18590         (__socket): Use symbolic stack frame offsets.
18591
18592 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18593             Alan Modra  <amodra@gmail.com>
18594
18595         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
18596         Define.
18597         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
18598         (PPC64_LOCAL_ENTRY_OFFSET): Define.
18599         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
18600         New function.
18601         (elf_machine_fixup_plt): Call it.
18602         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
18603         reloc arguments.
18604         (elf_machine_rela): Update call to elf_machine_plt_conflict.
18605         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18606         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
18607         r2 before calling target.
18608
18609 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18610             Alan Modra  <amodra@gmail.com>
18611
18612         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
18613         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
18614         versions of macros to support ELFv2 ABI.
18615         (LOCALENTRY): New macro.
18616         (ENTRY, EALIGN): Use it.
18617         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18618         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18619         fall through into ENTRY entry point.
18620         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18621         Only define if _CALL_ELF != 2.
18622
18623         (elf_machine_matches_host): Verify ABI version matches.
18624         (RTLD_START): Use LOCALENTRY.
18625         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18626         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18627         (PLT_ENTRY_WORDS): New macro.
18628         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18629         (elf_machine_runtime_setup): Support ELFv2 ABI.
18630         (elf_machine_fixup_plt): Likewise.
18631         (elf_machine_plt_conflict): Likewise.
18632         (resolve_ifunc): Likewise.
18633         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18634         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18635         Likewise.
18636         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18637         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18638         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18639         (makecontext): Support ELFv2 ABI.
18640         * elf/elf.h (EF_PPC64_ABI): Define.
18641
18642 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18643
18644         * sysdeps/powerpc/powerpc64/sysdep.h
18645         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18646         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18647         (ENTRY) [ASSEMBLER]: ... but instead here ...
18648         (EALIGN) [ASSEMBLER]: ... and here.
18649         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18650         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18651         (ENTRY_2) [!ASSEMBLER]: Use it.
18652         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18653         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
18654         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18655         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
18656         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18657         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18658         Use PPC64_LOAD_FUNCPTR.
18659
18660         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18661
18662 2013-12-04  Alan Modra  <amodra@gmail.com>
18663
18664         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18665         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18666         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18667         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18668
18669         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18670         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18671         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18672         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18673         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18674         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18675
18676 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18677
18678         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18679         (__makecontext): Fix incorrect CFI when backtracing out of
18680         context created via makecontext.
18681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18682         (__setcontext): Fix incorrect CFI during switch to new context.
18683         (__novec_setcontext): Likewise.
18684
18685 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18686
18687         [BZ #4772]
18688         * time/strptime_l.c (__strptime_internal): Allow modifiers
18689         in strptime.
18690         * time/tst-strptime.c (day_tests): Add testcase.
18691
18692 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18693
18694         * scripts/bench.pl: Skip over blank lines.
18695
18696 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18697
18698         [BZ #926]
18699         * manual/time.texi (Calendar Time): Clarify what timezone functions
18700         use.
18701
18702 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18703
18704         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18705
18706 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18707
18708         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18709         implementation.
18710         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18711         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18712         * debug/memset_chk.c (__memset_chk): Likewise.
18713         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18714         * debug/strncpy_chk.c: Likewise.
18715
18716 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18717
18718         [BZ #15268]
18719         [BZ #15425]
18720         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18721         (__ieee754_exp): For possibly underflowing results, check size of
18722         result and force underflow exception if required.
18723         * math/auto-libm-test-in: Add more tests of exp.
18724         * math/auto-libm-test-out: Regenerated.
18725         * sysdeps/i386/fpu/libm-test-ulps: Update.
18726         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18727
18728         [BZ #16283]
18729         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18730         * math/w_exp2f.c (__exp2f): Likewise.
18731         * math/w_exp2l.c (__exp2l): Likewise.
18732         * math/auto-libm-test-in: Do not allow missing errno on exp2
18733         underflow.
18734         * math/auto-libm-test-out: Regenerated.
18735
18736 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
18737
18738         [BZ #16274]
18739         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18740         handle filename validation.
18741         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18742         (do_open): Delete.
18743
18744 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18745
18746         [BZ #6786]
18747         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18748         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18749         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18750         <float.h>.
18751         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18752         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18753         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18754         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18755         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18756         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18757         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18758         * math/auto-libm-test-in: Don't allow missing errno from erfc.
18759         Add more erfc tests.
18760         * math/auto-libm-test-out: Regenerated.
18761         * sysdeps/i386/fpu/libm-test-ulps: Update.
18762         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18763
18764         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18765         exp2, expm1, j0 and j1.
18766         * math/auto-libm-test-out: Regenerated.
18767         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18768         (erfc_test_data): Likewise.
18769         (exp_test_data): Likewise.
18770         (exp_tonearest_test_data): Likewise.
18771         (exp_towardzero_test_data): Likewise.
18772         (exp_downward_test_data): Likewise.
18773         (exp_upward_test_data): Likewise.
18774         (exp10_test_data): Likewise.
18775         (exp2_test_data): Likewise.
18776         (expm1_test_data): Likewise.
18777         (j0_test_data): Likewise.
18778         (j1_test_data): Likewise.
18779         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18780         (input_flag_type): Add flag_xfail_rounding.
18781         (input_flags): Add xfail-rounding.
18782         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18783         (output_for_one_input_case): Handle flag_xfail_rounding.
18784         * sysdeps/i386/fpu/libm-test-ulps: Update.
18785         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18786
18787 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
18788
18789         [BZ #16289]
18790         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18791         division by 0.
18792
18793 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18794
18795         [BZ #16195]
18796         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18797         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18798         (STAP_PROBE0): New macro.
18799         (STAP_PROBE1): Likewise.
18800         (STAP_PROBE2): Likewise.
18801         (STAP_PROBE3): Likewise.
18802         (STAP_PROBE4): Likewise.
18803
18804 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
18805
18806         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18807
18808 2013-12-02  Steve Ellcey  <sellcey@mips.com>
18809
18810         * benchtests/Makefile (bench): Add sqrt.
18811         (LDLIBS-bench-sqrt): New.
18812         * benchtests/sqrt-input: New.
18813
18814 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
18815
18816         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18817         (GAIH_EAI): Likewise.
18818         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18819         (gaih_inet): Likewise.
18820         (getaddrinfo): Don't use GAIH_EAI.
18821
18822         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18823         (struct gaih): Remove definition.
18824
18825 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18826
18827         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18828         Use HERRNOP directly.
18829
18830 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18831
18832         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18833
18834 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
18835
18836         * math/gen-auto-libm-tests.c (test_functions): Add more
18837         single-argument functions.
18838         (special_fill_pi_2): New function.
18839         (special_fill_minus_pi_2): Likewise.
18840         (special_fill_pi_6): Likewise.
18841         (special_fill_minus_pi_6): Likewise.
18842         (special_fill_pi_3): Likewise.
18843         (special_fill_2pi_3): Likewise.
18844         (special_fill_e): Likewise.
18845         (special_fill_1_e): Likewise.
18846         (special_fill_e_minus_1): Likewise.
18847         (special_real_inputs): Add more special inputs.
18848         (output_for_one_input_case): Do not require ERANGE on underflow to
18849         zero if round-to-nearest result does not underflow to zero, unless
18850         exact results required.
18851         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18852         atan, atanh, cbrt, cos and cosh.
18853         * math/auto-libm-test-out: Regenerated.
18854         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18855         (acos_tonearest_test_data): Likewise.
18856         (acos_towardzero_test_data): Likewise.
18857         (acos_downward_test_data): Likewise.
18858         (acos_upward_test_data): Likewise.
18859         (acosh_test_data): Likewise.
18860         (asin_test_data): Likewise.
18861         (asin_tonearest_test_data): Likewise.
18862         (asin_towardzero_test_data): Likewise.
18863         (asin_upward_test_data): Likewise.
18864         (asinh_test_data): Likewise.
18865         (atan_test_data): Likewise.
18866         (atanh_test_data): Likewise.
18867         (cbrt_test_data): Likewise.
18868         (cos_test_data): Likewise.
18869         (cos_tonearest_test_data): Likewise.
18870         (cos_towardzero_test_data): Likewise.
18871         (cos_downward_test_data): Likewise.
18872         (cos_upward_test_data): Likewise.
18873         (cosh_test_data): Likewise.
18874         (cosh_tonearest_test_data): Likewise.
18875         (cosh_towardzero_test_data): Likewise.
18876         (cosh_downward_test_data): Likewise.
18877         (cosh_upward_test_data): Likewise.
18878         * sysdeps/i386/fpu/libm-test-ulps: Update.
18879         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18880
18881 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
18882
18883         [BZ #6787]
18884         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18885         * math/w_exp10f.c (__exp10f): Likewise.
18886         * math/w_exp10l.c (__exp10l): Likewise.
18887         * math/libm-test.inc (exp10_test_data): Add more tests and expect
18888         errno settings in existing tests.
18889
18890         [BZ #14032]
18891         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18892         precision control set to double precision.
18893         * sysdeps/i386/fpu/w_sqrt.c: New file.
18894         * math/auto-libm-test-in: Add more tests.
18895         * math/auto-libm-test-out: Update.
18896
18897         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18898         (sqrt_test_tonearest): New function.
18899         (sqrt_towardzero_test_data): New variable.
18900         (sqrt_test_towardzero): New function.
18901         (sqrt_downward_test_data): New variable.
18902         (sqrt_test_downward): New function.
18903         (sqrt_upward_test_data): New variable.
18904         (sqrt_test_upward): New function.
18905         (main): Call the new functions.
18906
18907         * math/gen-auto-libm-tests.c: New file.
18908         * math/auto-libm-test-in: Likewise.
18909         * math/auto-libm-test-out: New generated file.
18910         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18911         variables.
18912         (%beautify): Add generated representations of zero.
18913         (top level): Set $auto_input and call parse_auto_input.
18914         (beautify): Remove trailing "f" from hex float constants.
18915         (parse_args): Handle XFAIL_TEST.
18916         (convert_condition): New function.
18917         (or_value): Likewise.
18918         (or_cond_value): Likewise.
18919         (generate_testfile): Handle AUTO_TESTS_* lines.
18920         (parse_auto_input): New function.
18921         * math/libm-test.inc (XFAIL_TEST): New macro.
18922         (ERRNO_UNCHANGED): Update value.
18923         (ERRNO_EDOM): Likewise.
18924         (ERRNO_ERANGE): Likewise.
18925         (IGNORE_RESULT): Likewise.
18926         (TEST_COND_flt_32): New macro.
18927         (TEST_COND_dbl_64): Likewise.
18928         (TEST_COND_ldbl_96_intel): Likewise.
18929         (TEST_COND_ldbl_96_m68k): Likewise.
18930         (TEST_COND_ldbl_128): Likewise.
18931         (TEST_COND_ldbl_128ibm): Likewise.
18932         (TEST_COND_long32): Likewise.
18933         (TEST_COND_long64): Likewise.
18934         (TEST_COND_before_rounding): Likewise.
18935         (TEST_COND_after_rounding): Likewise.
18936         (enable_test): Handle XFAIL_TEST flag.
18937         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18938         with finite results.
18939         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18940         auto-libm-test-out.
18941
18942 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18943             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18944
18945         [BZ #16214]
18946         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18947         __tls_get_addr_internal instead of __tls_get_offset in order to
18948         avoid GOT pointer dependency.  Make rtld export
18949         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18950         __tls_get_addr since we are a __tls_get_offset platform.
18951         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18952         GOT pointer being set up before.
18953         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18954
18955 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18956
18957         * manual/math.texi (Errors in Math Functions): Document accuracy
18958         goals.
18959
18960         [BZ #15004]
18961         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18962         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18963         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18964         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18965         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18966         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18967         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18968         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18969         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18970         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18971         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18972         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18973         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18974         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18975         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18976         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18977
18978         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18979         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18980         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18981         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18982         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18983         Likewise.
18984         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18985         Likewise.
18986         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18987         Likewise.
18988         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18989         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18990         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18991         atomic-feupdateenv and flt-rounds.
18992         * sysdeps/powerpc/nofpu/Versions (libc): Add
18993         __atomic_feholdexcept, __atomic_feclearexcept,
18994         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
18995         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
18996         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
18997         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
18998         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
18999         here.
19000         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
19001         Update.
19002
19003         * manual/arith.texi (FP Exceptions): Document that exceptions may
19004         not be raised when matherr is used.
19005         (Math Error Reporting): Document overflow in directed rounding
19006         modes.  Document that errno may not be set when finite values are
19007         returned on overflow.  Document intent to set errno on underflow
19008         only for underflow to zero.
19009
19010         [BZ #16271]
19011         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
19012         round-to-nearest then adjust result for other rounding modes.
19013         * include/fenv.h (fegetround): Use libm_hidden_proto.
19014         * math/fegetround.c (fegetround): Use libm_hidden_def.
19015         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
19016         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
19017         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19018         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
19019         Likewise.
19020         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
19021         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
19022         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
19023         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
19024
19025 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19026
19027         [BZ #16077]
19028         * nss/Versions (libnss_files): Add
19029         _nss_files_gethostbyname3_r.
19030         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
19031         New function.
19032         (HOST_DB_LOOKUP): Remove macro.
19033         (_nss_files_gethostbyname_r): Implement function without the
19034         HOST_DB_LOOKUP macro.
19035         (_nss_files_gethostbyname2_r): Likewise.
19036
19037 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
19038
19039         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
19040
19041 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
19042
19043         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
19044         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
19045         warning.
19046
19047 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19048
19049         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
19050         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
19051         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
19052         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
19053         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
19054         __fe_nomask_env_priv and attribute_hidden.
19055         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
19056         (libc_feupdateenv_test_ppc): Likewise.
19057         (libc_feresetround_ppc): Likewise.
19058         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19059         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
19060         compat_symbol macro.
19061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19062         (__fe_nomask_env): Likewise.
19063         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
19064
19065 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19066
19067         * string/Makefile: Remove ifunc tests.
19068         * string/test-string.h: Define TEST_IFUNC.
19069         * string/test-bcopy-ifunc.c: Remove.
19070         * string/test-bzero-ifunc.c: Likewise.
19071         * string/test-memccpy-ifunc.c: Likewise.
19072         * string/test-memchr-ifunc.c: Likewise.
19073         * string/test-memcmp-ifunc.c: Likewise.
19074         * string/test-memcpy-ifunc.c: Likewise.
19075         * string/test-memmem-ifunc.c: Likewise.
19076         * string/test-memmove-ifunc.c: Likewise.
19077         * string/test-mempcpy-ifunc.c: Likewise.
19078         * string/test-memrchr-ifunc.c: Likewise.
19079         * string/test-memset-ifunc.c: Likewise.
19080         * string/test-rawmemchr-ifunc.c: Likewise.
19081         * string/test-stpcpy-ifunc.c: Likewise.
19082         * string/test-stpncpy-ifunc.c: Likewise.
19083         * string/test-strcasecmp-ifunc.c: Likewise.
19084         * string/test-strcasestr-ifunc.c: Likewise.
19085         * string/test-strcat-ifunc.c: Likewise.
19086         * string/test-strchr-ifunc.c: Likewise.
19087         * string/test-strchrnul-ifunc.c: Likewise.
19088         * string/test-strcmp-ifunc.c: Likewise.
19089         * string/test-strcpy-ifunc.c: Likewise.
19090         * string/test-strcspn-ifunc.c: Likewise.
19091         * string/test-strlen-ifunc.c: Likewise.
19092         * string/test-strncasecmp-ifunc.c: Likewise.
19093         * string/test-strncat-ifunc.c: Likewise.
19094         * string/test-strncmp-ifunc.c: Likewise.
19095         * string/test-strncpy-ifunc.c: Likewise.
19096         * string/test-strnlen-ifunc.c: Likewise.
19097         * string/test-strpbrk-ifunc.c: Likewise.
19098         * string/test-strrchr-ifunc.c: Likewise.
19099         * string/test-strspn-ifunc.c: Likewise.
19100         * string/test-strstr-ifunc.c: Likewise.
19101
19102 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19103
19104         * benchtests/Makefile: Remove ifunc tests.
19105         * benchtests/bench-string.h: Define TEST_IFUNC.
19106         * benchtests/bench-bcopy-ifunc.c: Remove.
19107         * benchtests/bench-bzero-ifunc.c: Likewise.
19108         * benchtests/bench-memccpy-ifunc.c: Likewise.
19109         * benchtests/bench-memchr-ifunc.c: Likewise.
19110         * benchtests/bench-memcmp-ifunc.c: Likewise.
19111         * benchtests/bench-memcpy-ifunc.c: Likewise.
19112         * benchtests/bench-memmem-ifunc.c: Likewise.
19113         * benchtests/bench-memmove-ifunc.c: Likewise.
19114         * benchtests/bench-mempcpy-ifunc.c: Likewise.
19115         * benchtests/bench-memrchr-ifunc.c: Likewise.
19116         * benchtests/bench-memset-ifunc.c: Likewise.
19117         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
19118         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
19119         * benchtests/bench-stpcpy-ifunc.c: Likewise.
19120         * benchtests/bench-stpncpy-ifunc.c: Likewise.
19121         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
19122         * benchtests/bench-strcasestr-ifunc.c: Likewise.
19123         * benchtests/bench-strcat-ifunc.c: Likewise.
19124         * benchtests/bench-strchr-ifunc.c: Likewise.
19125         * benchtests/bench-strchrnul-ifunc.c: Likewise.
19126         * benchtests/bench-strcmp-ifunc.c: Likewise.
19127         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
19128         * benchtests/bench-strcpy-ifunc.c: Likewise.
19129         * benchtests/bench-strcspn-ifunc.c: Likewise.
19130         * benchtests/bench-strlen-ifunc.c: Likewise.
19131         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
19132         * benchtests/bench-strncat-ifunc.c: Likewise.
19133         * benchtests/bench-strncmp-ifunc.c: Likewise.
19134         * benchtests/bench-strncpy-ifunc.c: Likewise.
19135         * benchtests/bench-strnlen-ifunc.c: Likewise.
19136         * benchtests/bench-strpbrk-ifunc.c: Likewise.
19137         * benchtests/bench-strrchr-ifunc.c: Likewise.
19138         * benchtests/bench-strsep-ifunc.c: Likewise.
19139         * benchtests/bench-strspn-ifunc.c: Likewise.
19140         * benchtests/bench-strstr-ifunc.c: Likewise.
19141
19142 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19143
19144         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
19145
19146 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19147
19148         * resolv/netdb.h: Use __glibc_reserved instead __unused.
19149         * rt/aio.h: Likewise.
19150         * sysdeps/gnu/bits/utmp.h: Likewise.
19151         * sysdeps/gnu/bits/utmpx.h: Likewise.
19152         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
19153         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
19154         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
19155         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
19156         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
19157         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
19158         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
19159         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
19160         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
19161         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
19162         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
19163         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
19164         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
19165         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
19166         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19167         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
19168         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
19169         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
19170         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
19171         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
19172         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
19173         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
19174         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
19175         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
19176         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
19177         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
19178         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
19179         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
19180         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
19181         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
19182         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
19183         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
19184         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
19185         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
19186         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
19187         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
19188         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
19189         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
19190         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
19191         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
19192         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
19193         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
19194
19195 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
19196
19197         [BZ #16245]
19198         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
19199         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
19200
19201 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
19202
19203         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
19204         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
19205         Likewise.
19206
19207 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19208
19209         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
19210         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
19211         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
19212         (__fesetround): Remove define.
19213         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
19214         rounding and exceptions handling.
19215         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
19216         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
19217         (__fe_nomask_env): Likewise.
19218         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
19219         __fegetround instead of fegetround.
19220         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19221         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
19222
19223 2013-11-21  Roland McGrath  <roland@hack.frob.com>
19224
19225         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
19226         it's there.
19227
19228         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
19229
19230 2013-11-21  Meador Inge  <meadori@codesourcery.com>
19231
19232         [BZ #11157]
19233         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
19234         (encrypt_r): Likewise.
19235         * malloc/obstack.h (obstack_free): Likewise.
19236         * posix/unistd.h (encrypt): Likewise.
19237
19238 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
19239
19240         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
19241         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
19242         DL_CALL_DT_FINI() that call the functions directly.
19243         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
19244         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
19245         * elf/dl-fini.c: Likewise.
19246
19247 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
19248
19249         * malloc/hooks.c (memalign_check): Add alignment rounding.
19250         * malloc/malloc.c (_mid_memalign): New function.
19251         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
19252         Implement by calling _mid_memalign.
19253         * manual/probes.texi (Memory Allocation Probes): Remove
19254         memory_valloc_retry and memory_pvalloc_retry.
19255
19256 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19257
19258         * locale/programs/locarchive.c (open_archive): Add const
19259         qualifier to ARCHIVEFNAME and copy default fname to
19260         DEFAULT_FNAME.
19261
19262         [BZ #15601]
19263         * libio/tst-widetext.input: Rename Oriya to Odia.
19264         * locale/iso-639.def: Likewise.
19265
19266         * manual/probes.texi (Mathematical Function Probes): Add
19267         documentation for sin, cos, asin and acos probes.
19268         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
19269         (__sin32): Add slowasin probe.
19270         (__cos32): Add slowacos probe.
19271         (__mpsin): Add slowsin probe.
19272         (__mpcos): Add slowcos probe.
19273
19274 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
19275
19276         [BZ #15483]
19277         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
19278         thread-local __sim_exceptions_thread and global
19279         __sim_exceptions_global.
19280         (__sim_disabled_exceptions): Change to thread-local
19281         __sim_disabled_exceptions_thread and global
19282         __sim_disabled_exceptions_global.
19283         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19284         and global __sim_round_mode_global.
19285         (__simulate_exceptions): Use thread-local floating-point state and
19286         set global state from it as needed.
19287         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
19288         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
19289         __sim_round_mode_thread.
19290         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
19291         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
19292         and global __sim_exceptions_global.
19293         (__sim_disabled_exceptions): Change to thread-local
19294         __sim_disabled_exceptions_thread and global
19295         __sim_disabled_exceptions_global.
19296         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19297         and global __sim_round_mode_global.
19298         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
19299         (SIM_SET_GLOBAL): Likewise.
19300         * sysdeps/powerpc/soft-fp/sfp-machine.h
19301         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
19302         __sim_round_mode_thread.
19303         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
19304         __sim_disabled_exceptions_thread.
19305         (__sim_exceptions): Change to __sim_exceptions_thread.
19306         (__sim_disabled_exceptions): Change to
19307         __sim_disabled_exceptions_thread.
19308         (__sim_round_mode): Change to __sim_round_mode_thread.
19309         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
19310         thread-local floating-point state and set global state from it as
19311         needed.
19312         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
19313         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
19314         (__sim_disabled_exceptions): Remove extern declaration.
19315         (feenableexcept): Use thread-local floating-point state and set
19316         global state from it as needed.
19317         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
19318         extern declaration.
19319         (__sim_disabled_exceptions): Likewise.
19320         (__sim_round_mode): Likewise.
19321         (__fegetenv): Use thread-local floating-point state.
19322         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
19323         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19324         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
19325         floating-point state and set global state from it as needed.
19326         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
19327         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
19328         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
19329         Likewise.
19330         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
19331         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
19332         Likewise.
19333         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
19334         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
19335         Use __sim_round_mode_thread.
19336         * math/test-fenv-tls.c: New file.
19337         * math/Makefile (tests): Add test-fenv-tls.
19338         ($(objpfx)test-fenv-tls): Depend on
19339         $(common-objpfx)nptl/libpthread.so.
19340
19341 2013-11-19  Andreas Schwab  <schwab@suse.de>
19342
19343         * locale/programs/locale.c (show_info): Decode wordarray elements.
19344         * locale/categories.def (LC_MONETARY): Add element for
19345         _NL_MONETARY_CRNCYSTR.
19346         * locale/C-monetary.c (conversion_rate): New variable.
19347         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
19348         element.
19349
19350 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
19351
19352         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
19353         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
19354
19355 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
19356
19357         * elf/Makefile (tst-auxv): New test.
19358         * elf/tst-auxv.c: New
19359         * elf/rtld.c (dl_main): Adjust AT_EXECFN
19360
19361 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
19362
19363         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
19364         (hidden_proto): Caller changed.
19365         (hidden_tls_proto): New macro.
19366         (libc_hidden_tls_proto): Likewise.
19367         (rtld_hidden_tls_proto): Likewise.
19368         (libm_hidden_tls_proto): Likewise.
19369         (libresolv_hidden_tls_proto): Likewise.
19370         (librt_hidden_tls_proto): Likewise.
19371         (libdl_hidden_tls_proto): Likewise.
19372         (libnss_files_hidden_tls_proto): Likewise.
19373         (libnsl_hidden_tls_proto): Likewise.
19374         (libnss_nisplus_hidden_tls_proto): Likewise.
19375         (libutil_hidden_tls_proto): Likewise.
19376
19377 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
19378
19379         [BZ #10253]
19380         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
19381         (decompose_rpath): Defer expansion to fillin_rpath.
19382         (_dl_init_paths): Pass linkmap to fillin_rpath.
19383
19384 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19385
19386         * benchtests/Makefile: Add strsep.
19387         * benchtests/bench-strsep.c: New file: strsep benchtest.
19388         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
19389
19390 2013-11-18  Andreas Schwab  <schwab@suse.de>
19391
19392         * locale/programs/locale.c (show_info) [case byte]: Check for
19393         '\377' instead of '\177'.
19394         * locale/C-monetary.c (not_available): Always use "\377".
19395         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
19396         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
19397         detect unavailable sign_posn locale elements.
19398         * locale/localeconv.c (__localeconv): For grouping and
19399         mon_grouping handle "\177" and "\377" like no grouping.
19400         (INT_ELEM): New macro.  Use it to set all numeric members.
19401         * locale/programs/ld-monetary.c (monetary_read)
19402         <tok_mon_grouping>: Normalize single -1 to the empty string.
19403         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
19404         Likewise.
19405
19406 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19407
19408         [BZ #16055]
19409         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
19410         when we match (nil).
19411         * stdio-common/tst-sscanf.c (struct test): Add testcase.
19412
19413 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
19414
19415         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
19416         (NO_TEST_INLINE): Update value.
19417         (ERRNO_UNCHANGED): Likewise.
19418         (ERRNO_EDOM): Likewise.
19419         (ERRNO_ERANGE): Likewise.
19420         (IGNORE_RESULT): Likewise.
19421         (check_float_internal): Check signs of NaN results if
19422         TEST_NAN_SIGN used.
19423         (check_complex): Pass TEST_NAN_SIGN flag through to second
19424         check_float_internal call.
19425         (copysign_test_data): Add tests with quiet NaNs as second
19426         argument.  Use TEST_NAN_SIGN.
19427         (fabs_test_data): Add test of negative quiet NaN argument.  Use
19428         TEST_NAN_SIGN.
19429         (signbit_test_data): Add tests of quiet NaN argument.
19430         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
19431
19432         * math/gen-libm-test.pl (show_exceptions): Take extra argument
19433         $ignore_result.
19434         (parse_args): Handle function results specified as IGNORE.
19435         * math/libm-test.inc (IGNORE_RESULT): New macro.
19436         (check_float_internal): Do not check numerical result if flag
19437         IGNORE_RESULT set.
19438         (check_complex): Pass through IGNORE_RESULT to second
19439         check_float_internal call.
19440         (check_int): Do not check numerical result if flag IGNORE_RESULT
19441         set.
19442         (check_long): Likewise.
19443         (check_bool): Likewise.
19444         (check_longlong): Likewise.
19445         (lrint_test_data): Add tests of infinite and NaN arguments.
19446         (lrint_tonearest_test_data): Likewise.
19447         (lrint_towardzero_test_data): Likewise.
19448         (lrint_downward_test_data): Likewise.
19449         (lrint_upward_test_data): Likewise.
19450         (llrint_test_data): Likewise.
19451         (llrint_tonearest_test_data): Likewise.
19452         (llrint_towardzero_test_data): Likewise.
19453         (llrint_downward_test_data): Likewise.
19454         (llrint_upward_test_data): Likewise.
19455         (lround_test_data): Likewise.
19456         (llround_test_data): Likewise.
19457
19458         * math/libm-test.inc (NO_TEST_INLINE): New macro.
19459         (ERRNO_UNCHANGED): Update value.
19460         (ERRNO_EDOM): Likewise.
19461         (ERRNO_ERANGE): Likewise.
19462         (NO_TEST_INLINE_FLOAT): New macro.
19463         (NO_TEST_INLINE_DOUBLE): Likewise.
19464         (enable_test): New function.
19465         (RUN_TEST_f_f): Check enable_test before running test.
19466         (RUN_TEST_2_f): Likewise.
19467         (RUN_TEST_fff_f): Likewise.
19468         (RUN_TEST_c_f): Likewise.
19469         (RUN_TEST_f_f1): Likewise.
19470         (RUN_TEST_fF_f1): Likewise.
19471         (RUN_TEST_fI_f1): Likewise.
19472         (RUN_TEST_ffI_f1): Likewise.
19473         (RUN_TEST_c_c): Likewise.
19474         (RUN_TEST_cc_c): Likewise.
19475         (RUN_TEST_f_i): Likewise.
19476         (RUN_TEST_f_i_tg): Likewise.
19477         (RUN_TEST_ff_i_tg): Likewise.
19478         (RUN_TEST_f_b): Likewise.
19479         (RUN_TEST_f_b_tg): Likewise.
19480         (RUN_TEST_f_l): Likewise.
19481         (RUN_TEST_f_L): Likewise.
19482         (RUN_TEST_fFF_11): Likewise.
19483         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
19484         conditionals.
19485         (cosh_test_data): Likewise.
19486         (exp_test_data): Likewise.
19487         (expm1_test_data): Likewise.
19488         (hypot_test_data): Likewise.
19489         (pow_test_data): Likewise.
19490         (sinh_test_data): Likewise.
19491         (tanh_test_data): Likewise.
19492         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
19493         flags argument.
19494
19495         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
19496         tests with quiet NaN input and output.
19497         (acosh_test_data): Likewise.
19498         (asin_test_data): Likewise.
19499         (asinh_test_data): Likewise.
19500         (atan_test_data): Likewise.
19501         (atanh_test_data): Likewise.
19502         (atan2_test_data): Likewise.
19503         (cbrt_test_data): Likewise.
19504         (cos_test_data): Likewise.
19505         (cosh_test_data): Likewise.
19506         (erf_test_data): Likewise.
19507         (erfc_test_data): Likewise.
19508         (exp_test_data): Likewise.
19509         (exp10_test_data): Likewise.
19510         (exp2_test_data): Likewise.
19511         (expm1_test_data): Likewise.
19512         (hypot_test_data): Likewise.
19513         (j0_test_data): Likewise.
19514         (j1_test_data): Likewise.
19515         (jn_test_data): Likewise.
19516         (lgamma_test_data): Likewise.
19517         (log_test_data): Likewise.
19518         (log10_test_data): Likewise.
19519         (log1p_test_data): Likewise.
19520         (log2_test_data): Likewise.
19521         (pow_test_data): Likewise.
19522         (scalb_test_data): Likewise.
19523         (sin_test_data): Likewise.
19524         (sincos_test_data): Likewise.
19525         (sinh_test_data): Likewise.
19526         (tan_test_data): Likewise.
19527         (tanh_test_data): Likewise.
19528         (tgamma_test_data): Likewise.
19529         (y0_test_data): Likewise.
19530         (y1_test_data): Likewise.
19531         (yn_test_data): Likewise.
19532
19533         [BZ #16167]
19534         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
19535         argument being NaN and avoid computations with second argument in
19536         that case.
19537         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
19538         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
19539         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
19540
19541 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
19542
19543         * locale/iso-639.def: Add Chitwani Tharu (the).
19544
19545 2013-11-14  Andreas Schwab  <schwab@suse.de>
19546
19547         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
19548         word instead of empty string.
19549
19550 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19551
19552         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19553         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
19554         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19555         (__fe_nomask_env): Likewise.
19556
19557 2013-11-13  Steve Ellcey  <sellcey@mips.com>
19558
19559         * benchtests/bench-timing.h: Include time.h.
19560
19561 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
19562
19563         [BZ #15997]
19564         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
19565         to 3.4.0 for x32.
19566         * sysdeps/unix/sysv/linux/configure: Regenerated.
19567
19568 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
19569
19570         [BZ #16151]
19571         * stdlib/strtod_l.c (round_and_return): Do not consider
19572         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
19573         exponent one less than half the least subnormal exponent.
19574         * stdlib/test-strtod-round-data: Add more tests.
19575         * stdlib/tst-strtod-round.c (tests): Regenerated.
19576
19577 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19578
19579         [BZ #14143]
19580         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
19581         (__fe_mask_env): Likewise.
19582         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
19583         libm_hidden_proto and add function prototype.
19584         (__fe_mask_env): Add function prototype.
19585         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19586         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
19587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19588         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
19589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19590         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
19591
19592 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19593
19594         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
19595         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
19596
19597 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19598
19599         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
19600         of htab_find_slot().
19601
19602 2013-11-11  David S. Miller  <davem@davemloft.net>
19603
19604         [BZ #16150]
19605         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
19606         symbol in the non-vis3 case in static builds.
19607         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
19608         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
19609         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
19610         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
19611
19612 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
19613
19614         [BZ #387]
19615         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
19616         it is empty.
19617
19618 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19619
19620         * benchtests/Makefile: Add bench-strtod.
19621         * benchtests/bench-strtod.c: New file: strtod benchtest
19622
19623 2013-11-11  Andreas Schwab  <schwab@suse.de>
19624
19625         [BZ #16153]
19626         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19627         terminating NUL in key length.
19628
19629 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19630
19631         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19632         Add artificial ODP entry for vDSO symbol for PPC64.
19633         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19634         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19635
19636 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19637
19638         [BZ #15374]
19639         * nss/getent.c (services_keys): Recognize services starting with digit.
19640
19641 2013-11-06  David S. Miller  <davem@davemloft.net>
19642
19643         [BZ #15985]
19644         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19645         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19646
19647 2013-11-06  Will Newton  <will.newton@linaro.org>
19648
19649         * manual/memory.texi (Malloc Examples): Remove register
19650         keyword from examples.
19651
19652 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
19653
19654         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
19655
19656 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
19657
19658         [BZ #6981]
19659         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19660         depending on [__GCC_IEC_559 > 0].
19661         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19662         depending on [__GCC_IEC_559_COMPLEX > 0].
19663
19664 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
19665
19666         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19667         to iso-639.def.
19668
19669 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
19670
19671         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19672
19673 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
19674
19675         [BZ #16112]
19676         * malloc/malloc (malloc_info): Do not handle first bin as
19677         special case.
19678
19679 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
19680
19681         * locale/iso-639.def: Add Central Nahuatl (nhn).
19682
19683 2013-11-01  Bruno Haible  <bruno@clisp.org>
19684
19685         [BZ #7003]
19686         * manual/math.texi (BSD Random): Specify range upper bound as
19687         in POSIX.
19688
19689 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
19690
19691         * locale/iso-639.def: Add Meadow Mari (mhr).
19692
19693 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
19694
19695         [BZ #14752], [BZ #15763]
19696         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19697         Validate name.
19698         * rt/tst_shm.c: Add test for escaping directory.
19699
19700 2013-10-31  Andreas Schwab  <schwab@suse.de>
19701
19702         [BZ #15917]
19703         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19704         followed by 'x' as part of digit sequence.
19705         * stdio-common/tst-sscanf.c (double_tests2): New tests.
19706
19707 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19708
19709         [BZ #16037]
19710         * configure.ac: allow GNU Make 4.0 and greater.
19711         * configure: Regenerated.
19712
19713 2013-10-30  Will Newton  <will.newton@linaro.org>
19714
19715         [BZ #16038]
19716         * malloc/hooks.c (memalign_check): Limit alignment to the
19717         maximum representable power of two.
19718         * malloc/malloc.c (__libc_memalign): Likewise.
19719         * malloc/tst-memalign.c (do_test): Add test for very
19720         large alignment values.
19721         * malloc/tst-posix_memalign.c (do_test): Likewise.
19722
19723 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19724
19725         [BZ #11087]
19726         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19727         (munmap_chunk): Likewise.
19728         (mremap_chunk): Likewise.
19729
19730 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19731
19732         [BZ #15799]
19733         * stdlib/div.c (div): Remove obsolete code.
19734         * stdlib/ldiv.c (ldiv): Likewise.
19735         * stdlib/lldiv.c (lldiv): Likewise.
19736
19737 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19738
19739         [BZ #16071]
19740         * nss/nss_files/files-XXX.c (get_contents_ret): New
19741         enumerator.
19742         (get_contents): New function.
19743         (internal_getent): Use it.  Expand size of LINEBUFLEN.
19744
19745 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
19746
19747         * configure.in: Moved to ...
19748         * configure.ac: ... here. Change reference to configure.in
19749         to configure.ac.
19750         * sysdeps/arm/preconfigure.ac: ... here.
19751         configure.in to configure.ac.
19752         * sysdeps/gnu/configure.in: Moved to ...
19753         * sysdeps/gnu/configure.ac: ... here.
19754         * sysdeps/i386/configure.in: Moved to ...
19755         * sysdeps/i386/configure.ac: ... here.
19756         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19757         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19758         * sysdeps/mach/configure.in: Moved to ...
19759         * sysdeps/mach/configure.ac: ... here.
19760         * sysdeps/mach/hurd/configure.in: Moved to ...
19761         * sysdeps/mach/hurd/configure.ac: ... here.
19762         * sysdeps/powerpc/configure.in: Moved to ...
19763         * sysdeps/powerpc/configure.ac: ... here.
19764         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19765         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19766         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19767         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19768         * sysdeps/s390/s390-32/configure.in: Moved to ...
19769         * sysdeps/s390/s390-32/configure.ac: ... here.
19770         * sysdeps/s390/s390-64/configure.in: Moved to ...
19771         * sysdeps/s390/s390-64/configure.ac: ... here.
19772         * sysdeps/sh/configure.in: Moved to ...
19773         * sysdeps/sh/configure.ac: ... here.
19774         * sysdeps/sparc/configure.in: Moved to ...
19775         * sysdeps/sparc/configure.ac: ... here.
19776         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19777         * sysdeps/unix/sysv/linux/configure.ac: ... here.
19778         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19779         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19780         * sysdeps/x86_64/configure.in: Moved to ...
19781         * sysdeps/x86_64/configure.ac: ... here.
19782         * sysdeps/x86_64/preconfigure.in: Moved to ...
19783         * sysdeps/x86_64/preconfigure.ac: ... here.
19784         * aclocal.m4: Change reference to configure.in to configure.ac.
19785         * config.h.in: Likewise.
19786         * manual/install.texi: Likewise.
19787         * manual/maint.texi: Likewise.
19788         * Makefile: Likewise.
19789         * malloc/Makefile: Likewise.
19790         * nscd/Makefile: Likewise.
19791         * Makeconfig: Change reference to configure.in and
19792         preconfigure.in to configure.ac and preconfigure.ac
19793         respectively.
19794         * INSTALL: Regenerated.
19795         * configure: Likewise.
19796         * sysdeps/gnu/configure: Likewise.
19797         * sysdeps/i386/configure: Likewise.
19798         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19799         * sysdeps/mach/configure: Likewise.
19800         * sysdeps/mach/hurd/configure: Likewise.
19801         * sysdeps/powerpc/configure: Likewise.
19802         * sysdeps/powerpc/powerpc32/configure: Likewise.
19803         * sysdeps/powerpc/powerpc64/configure: Likewise.
19804         * sysdeps/s390/s390-32/configure: Likewise.
19805         * sysdeps/s390/s390-64/configure: Likewise.
19806         * sysdeps/sh/configure: Likewise.
19807         * sysdeps/sparc/configure: Likewise.
19808         * sysdeps/unix/sysv/linux/configure: Likewise.
19809         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19810         * sysdeps/x86_64/configure: Likewise.
19811         * sysdeps/x86_64/preconfigure: Likewise.
19812
19813 2013-10-29  Andreas Schwab  <schwab@suse.de>
19814
19815         * stdio-common/Makefile (tst-swscanf-ENV): Define.
19816
19817 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19818
19819         * benchtests/pow-inputs: Add new inputs.
19820
19821         * benchtests/exp-inputs: Add new inputs.
19822
19823         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19824         conditional check for return value.
19825         (__cos32): Likewise.
19826
19827 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19828
19829         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19830         to provide a boost for large inputs with word alignment.
19831         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19832         implementation based on optimized PPC64 strcpy.
19833         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19834         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19835         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19836         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19837
19838 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19839
19840         [BZ #2801]
19841         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19842
19843 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19844
19845         [BZ #14876]
19846         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19847         * time/tst-strptime.c (day_tests): Add testcase.
19848
19849 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19850
19851         [BZ #14029]
19852         * manual/pattern.texi: Acknowledge that fnmatch can fail.
19853
19854 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
19855
19856         [BZ #16074]
19857         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19858         MAP_FAILED on error.
19859
19860 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19861
19862         [BZ #16072]
19863         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19864         heap for large requests.
19865
19866 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
19867
19868         [BZ #9954]
19869         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19870         result if the result has no associated interface.
19871         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19872         interface for all 127.X.Y.Z addresses.
19873
19874 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
19875
19876         * locale/iso-639.def: Add Ligurian (lij)
19877
19878 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
19879
19880         [BZ #15825]
19881         * sunrpc/rpc_main.c: Document rpcgen -5.
19882
19883 2013-10-19  Michael Stahl  <mstahl@redhat.com>
19884
19885         * elf/rtld.c (do_preload): Print the reason why preloading failed.
19886
19887 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19888
19889         [BZ #10278]
19890         * posix/glob.c: Match only directories when trailing slash is present.
19891         * posix/tst-gnuglob.c (my_opendir): Do not open files.
19892         (main): Add testcase.
19893
19894 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19895
19896         [BZ #15670]
19897         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19898
19899 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
19900
19901         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19902         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19903         AUTH_DES and cindex for FIPS 140-2.
19904         (DES Encryption): Add cindex FIPS 46-3.
19905
19906         * locale/locarchive.h (struct locarhandle): Add fname.
19907         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19908         if an optional argument was specified to --list-archive,
19909         otherwise NULL.
19910         * locale/programs/locarchive.c (show_archive_content): Take new
19911         argument fname and pass it via ah.fname to open_archive.
19912         * locale/programs/localedef.h: Update decl.
19913         (open_archive): If AH->fname is non-null, open that file
19914         rather than the default file name, and don't ignore ENOENT.
19915         (create_archive): Set AH.fname to NULL.
19916         (delete_locales_from_archive): Likewise.
19917         (add_locales_to_archive): Likewise.
19918         * locale/programs/locfile.c (write_all_categories): Likewise.
19919
19920 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19921             Aldy Hernandez  <aldyh@redhat.com>
19922
19923         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19924         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19925         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19926         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19927         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19928         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19929         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19930         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19931         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19932         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19933         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19934         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19935         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19936         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19937         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19938         Likewise.
19939         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19940         Likewise.
19941         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19942         Likewise.
19943         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19944         Likewise.
19945         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19946         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19947         Likewise.
19948         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19949         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19950         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19951         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19952         Likewise.
19953         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19954         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19955         * sysdeps/powerpc/preconfigure: Likewise.
19956         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19957         Likewise.
19958         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19959         Replace contents of file by #include of <fenv_libc.h>.
19960         * sysdeps/powerpc/soft-fp/sfp-machine.h
19961         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19962         and <sys/prctl.h>.
19963         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19964         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19965         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19966         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19967         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19968         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19969         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19970         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19971         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19972         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19973         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19974         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19975         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19976         Allow copysignl PLT reference to be missing.
19977
19978 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
19979             Joseph Myers  <joseph@codesourcery.com
19980
19981         [BZ #15948]
19982         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19983         single character.
19984         (add_to_tablewc): Assert sequence of wide characters is nonempty.
19985
19986 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19987
19988         * elf/tst-tls-dlinfo.c: Don't include tls.h.
19989         * elf/tst-tls1.c: Likewise.
19990         * elf/tst-tls10.h: Likewise.
19991         * elf/tst-tls14.c: Likewise.
19992         * elf/tst-tls2.c: Likewise.
19993         * elf/tst-tls3.c: Likewise.
19994         * elf/tst-tls4.c: Likewise.
19995         * elf/tst-tls5.c: Likewise.
19996         * elf/tst-tls6.c: Likewise.
19997         * elf/tst-tls7.c: Likewise.
19998         * elf/tst-tls8.c: Likewise.
19999         * elf/tst-tls9.c: Likewise.
20000         * elf/tst-tlsmod1.c: Likewise.
20001         * elf/tst-tlsmod13.c: Likewise.
20002         * elf/tst-tlsmod13a.c: Likewise.
20003         * elf/tst-tlsmod14a.c: Likewise.
20004         * elf/tst-tlsmod16a.c: Likewise.
20005         * elf/tst-tlsmod16b.c: Likewise.
20006         * elf/tst-tlsmod2.c: Likewise.
20007         * elf/tst-tlsmod3.c: Likewise.
20008         * elf/tst-tlsmod4.c: Likewise.
20009         * elf/tst-tlsmod5.c: Likewise.
20010         * elf/tst-tlsmod6.c: Likewise.
20011
20012 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
20013
20014         [BZ #12486]
20015         * malloc/malloc.c: remove checks for statistics.
20016
20017 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
20018
20019         [BZ #15277]
20020         * inet/inet_net.c (inet_network): Detect additional invalid strings.
20021         * inet/tst-network.c: Add testcase.
20022
20023 2013-10-17  Andreas Schwab  <schwab@suse.de>
20024
20025         [BZ #15218]
20026         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
20027         to determine canonical name.
20028
20029 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
20030
20031         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
20032         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
20033         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
20034         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
20035         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
20036         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
20037         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
20038         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
20039         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
20040         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
20041         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
20042         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
20043         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
20044         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
20045         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
20046         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
20047         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
20048         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
20049         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
20050         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
20051         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
20052         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
20053         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
20054         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
20055         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
20056         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
20057         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
20058         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
20059         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
20060         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
20061         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
20062         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
20063         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
20064         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
20065         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
20066         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
20067         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
20068         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
20069         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
20070         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
20071         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
20072         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
20073         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
20074         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
20075         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
20076         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
20077         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
20078         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
20079         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
20080         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
20081         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
20082         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
20083         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
20084         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
20085         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20086         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
20087         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
20088         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
20089
20090 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
20091
20092         [BZ #16041]
20093         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
20094         make result into a quiet NaN.
20095
20096 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
20097
20098         * soft-fp/adddf3.c: Fix horizontal whitespace.
20099         * soft-fp/addsf3.c: Likewise.
20100         * soft-fp/addtf3.c: Likewise.
20101         * soft-fp/divdf3.c: Likewise.
20102         * soft-fp/divsf3.c: Likewise.
20103         * soft-fp/divtf3.c: Likewise.
20104         * soft-fp/double.h: Likewise.
20105         * soft-fp/eqdf2.c: Likewise.
20106         * soft-fp/eqsf2.c: Likewise.
20107         * soft-fp/eqtf2.c: Likewise.
20108         * soft-fp/extenddftf2.c: Likewise.
20109         * soft-fp/extended.h: Likewise.
20110         * soft-fp/extendsfdf2.c: Likewise.
20111         * soft-fp/extendsftf2.c: Likewise.
20112         * soft-fp/extendxftf2.c: Likewise.
20113         * soft-fp/fixdfdi.c: Likewise.
20114         * soft-fp/fixdfsi.c: Likewise.
20115         * soft-fp/fixdfti.c: Likewise.
20116         * soft-fp/fixsfdi.c: Likewise.
20117         * soft-fp/fixsfsi.c: Likewise.
20118         * soft-fp/fixsfti.c: Likewise.
20119         * soft-fp/fixtfdi.c: Likewise.
20120         * soft-fp/fixtfsi.c: Likewise.
20121         * soft-fp/fixtfti.c: Likewise.
20122         * soft-fp/fixunsdfdi.c: Likewise.
20123         * soft-fp/fixunsdfsi.c: Likewise.
20124         * soft-fp/fixunsdfti.c: Likewise.
20125         * soft-fp/fixunssfdi.c: Likewise.
20126         * soft-fp/fixunssfsi.c: Likewise.
20127         * soft-fp/fixunssfti.c: Likewise.
20128         * soft-fp/fixunstfdi.c: Likewise.
20129         * soft-fp/fixunstfsi.c: Likewise.
20130         * soft-fp/fixunstfti.c: Likewise.
20131         * soft-fp/floatdidf.c: Likewise.
20132         * soft-fp/floatdisf.c: Likewise.
20133         * soft-fp/floatditf.c: Likewise.
20134         * soft-fp/floatsidf.c: Likewise.
20135         * soft-fp/floatsisf.c: Likewise.
20136         * soft-fp/floatsitf.c: Likewise.
20137         * soft-fp/floattidf.c: Likewise.
20138         * soft-fp/floattisf.c: Likewise.
20139         * soft-fp/floattitf.c: Likewise.
20140         * soft-fp/floatundidf.c: Likewise.
20141         * soft-fp/floatundisf.c: Likewise.
20142         * soft-fp/floatunditf.c: Likewise.
20143         * soft-fp/floatunsidf.c: Likewise.
20144         * soft-fp/floatunsisf.c: Likewise.
20145         * soft-fp/floatunsitf.c: Likewise.
20146         * soft-fp/floatuntidf.c: Likewise.
20147         * soft-fp/floatuntisf.c: Likewise.
20148         * soft-fp/floatuntitf.c: Likewise.
20149         * soft-fp/fmadf4.c: Likewise.
20150         * soft-fp/fmasf4.c: Likewise.
20151         * soft-fp/fmatf4.c: Likewise.
20152         * soft-fp/gedf2.c: Likewise.
20153         * soft-fp/gesf2.c: Likewise.
20154         * soft-fp/getf2.c: Likewise.
20155         * soft-fp/ledf2.c: Likewise.
20156         * soft-fp/lesf2.c: Likewise.
20157         * soft-fp/letf2.c: Likewise.
20158         * soft-fp/muldf3.c: Likewise.
20159         * soft-fp/mulsf3.c: Likewise.
20160         * soft-fp/multf3.c: Likewise.
20161         * soft-fp/negdf2.c: Likewise.
20162         * soft-fp/negsf2.c: Likewise.
20163         * soft-fp/negtf2.c: Likewise.
20164         * soft-fp/op-1.h: Likewise.
20165         * soft-fp/op-2.h: Likewise.
20166         * soft-fp/op-4.h: Likewise.
20167         * soft-fp/op-8.h: Likewise.
20168         * soft-fp/op-common.h: Likewise.
20169         * soft-fp/quad.h: Likewise.
20170         * soft-fp/single.h: Likewise.
20171         * soft-fp/soft-fp.h: Likewise.
20172         * soft-fp/sqrtdf2.c: Likewise.
20173         * soft-fp/sqrtsf2.c: Likewise.
20174         * soft-fp/sqrttf2.c: Likewise.
20175         * soft-fp/subdf3.c: Likewise.
20176         * soft-fp/subsf3.c: Likewise.
20177         * soft-fp/subtf3.c: Likewise.
20178         * soft-fp/truncdfsf2.c: Likewise.
20179         * soft-fp/trunctfdf2.c: Likewise.
20180         * soft-fp/trunctfsf2.c: Likewise.
20181         * soft-fp/trunctfxf2.c: Likewise.
20182         * soft-fp/unorddf2.c: Likewise.
20183         * soft-fp/unordsf2.c: Likewise.
20184         * soft-fp/unordtf2.c: Likewise.
20185
20186 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
20187
20188         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
20189         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
20190
20191 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
20192
20193         * elf/dl-libc.c: Clear initfini list after freeing.
20194
20195 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
20196
20197         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
20198         * soft-fp/addsf3.c: Likewise.
20199         * soft-fp/addtf3.c: Likewise.
20200         * soft-fp/divdf3.c: Likewise.
20201         * soft-fp/divsf3.c: Likewise.
20202         * soft-fp/divtf3.c: Likewise.
20203         * soft-fp/double.h: Likewise.
20204         * soft-fp/eqdf2.c: Likewise.
20205         * soft-fp/eqsf2.c: Likewise.
20206         * soft-fp/eqtf2.c: Likewise.
20207         * soft-fp/extenddftf2.c: Likewise.
20208         * soft-fp/extended.h: Likewise.
20209         * soft-fp/extendsfdf2.c: Likewise.
20210         * soft-fp/extendsftf2.c: Likewise.
20211         * soft-fp/extendxftf2.c: Likewise.
20212         * soft-fp/fixdfdi.c: Likewise.
20213         * soft-fp/fixdfsi.c: Likewise.
20214         * soft-fp/fixdfti.c: Likewise.
20215         * soft-fp/fixsfdi.c: Likewise.
20216         * soft-fp/fixsfsi.c: Likewise.
20217         * soft-fp/fixsfti.c: Likewise.
20218         * soft-fp/fixtfdi.c: Likewise.
20219         * soft-fp/fixtfsi.c: Likewise.
20220         * soft-fp/fixtfti.c: Likewise.
20221         * soft-fp/fixunsdfdi.c: Likewise.
20222         * soft-fp/fixunsdfsi.c: Likewise.
20223         * soft-fp/fixunsdfti.c: Likewise.
20224         * soft-fp/fixunssfdi.c: Likewise.
20225         * soft-fp/fixunssfsi.c: Likewise.
20226         * soft-fp/fixunssfti.c: Likewise.
20227         * soft-fp/fixunstfdi.c: Likewise.
20228         * soft-fp/fixunstfsi.c: Likewise.
20229         * soft-fp/fixunstfti.c: Likewise.
20230         * soft-fp/floatdidf.c: Likewise.
20231         * soft-fp/floatdisf.c: Likewise.
20232         * soft-fp/floatditf.c: Likewise.
20233         * soft-fp/floatsidf.c: Likewise.
20234         * soft-fp/floatsisf.c: Likewise.
20235         * soft-fp/floatsitf.c: Likewise.
20236         * soft-fp/floattidf.c: Likewise.
20237         * soft-fp/floattisf.c: Likewise.
20238         * soft-fp/floattitf.c: Likewise.
20239         * soft-fp/floatundidf.c: Likewise.
20240         * soft-fp/floatundisf.c: Likewise.
20241         * soft-fp/floatunsidf.c: Likewise.
20242         * soft-fp/floatunsisf.c: Likewise.
20243         * soft-fp/floatuntidf.c: Likewise.
20244         * soft-fp/floatuntisf.c: Likewise.
20245         * soft-fp/floatuntitf.c: Likewise.
20246         * soft-fp/fmadf4.c: Likewise.
20247         * soft-fp/fmasf4.c: Likewise.
20248         * soft-fp/fmatf4.c: Likewise.
20249         * soft-fp/gedf2.c: Likewise.
20250         * soft-fp/gesf2.c: Likewise.
20251         * soft-fp/getf2.c: Likewise.
20252         * soft-fp/ledf2.c: Likewise.
20253         * soft-fp/lesf2.c: Likewise.
20254         * soft-fp/letf2.c: Likewise.
20255         * soft-fp/muldf3.c: Likewise.
20256         * soft-fp/mulsf3.c: Likewise.
20257         * soft-fp/multf3.c: Likewise.
20258         * soft-fp/negdf2.c: Likewise.
20259         * soft-fp/negsf2.c: Likewise.
20260         * soft-fp/negtf2.c: Likewise.
20261         * soft-fp/op-1.h: Likewise.
20262         * soft-fp/op-2.h: Likewise.
20263         * soft-fp/op-4.h: Likewise.
20264         * soft-fp/op-8.h: Likewise.
20265         * soft-fp/op-common.h: Likewise.
20266         * soft-fp/quad.h: Likewise.
20267         * soft-fp/single.h: Likewise.
20268         * soft-fp/soft-fp.h: Likewise.
20269         * soft-fp/sqrtdf2.c: Likewise.
20270         * soft-fp/sqrtsf2.c: Likewise.
20271         * soft-fp/sqrttf2.c: Likewise.
20272         * soft-fp/subdf3.c: Likewise.
20273         * soft-fp/subsf3.c: Likewise.
20274         * soft-fp/subtf3.c: Likewise.
20275         * soft-fp/truncdfsf2.c: Likewise.
20276         * soft-fp/trunctfdf2.c: Likewise.
20277         * soft-fp/trunctfsf2.c: Likewise.
20278         * soft-fp/trunctfxf2.c: Likewise.
20279         * soft-fp/unorddf2.c: Likewise.
20280         * soft-fp/unordsf2.c: Likewise.
20281         * soft-fp/unordtf2.c: Likewise.
20282
20283 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
20284
20285         [BZ #15672]
20286         * misc/error.c (error_tail): Fix possible buffer overflow.
20287
20288 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
20289
20290         [BZ #13028]
20291         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
20292         address.
20293
20294 2013-10-14  P. J. McDermott  <pj@pehjota.net>
20295
20296         [BZ #832]
20297         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
20298         testing pipefail option.
20299
20300 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20301
20302         * soft-fp/double.h: Indent preprocessor directives inside #if.
20303         * soft-fp/extended.h: Likewise.
20304         * soft-fp/op-2.h: Likewise.
20305         * soft-fp/op-4.h: Likewise.
20306         * soft-fp/op-common.h: Likewise.
20307         * soft-fp/quad.h: Likewise.
20308         * soft-fp/single.h: Likewise.
20309         * soft-fp/soft-fp.h: Likewise.
20310
20311 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
20312
20313         * iconv/iconv_prog.c: Fix typos.
20314         * stdio-common/psiginfo-data.h: Likewise.
20315
20316 2013-10-12   Reuben Thomas <rrt@sc3d.org>
20317
20318         [BZ #15764]
20319         * locale/setlocale.c: Fix typo.
20320
20321 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20322
20323         [BZ #16036]
20324         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
20325         signaling NaN arguments.
20326         * soft-fp/unordsf2.c (__unordsf2): Likewise.
20327         * soft-fp/unordtf2.c (__unordtf2): Likewise.
20328
20329         [BZ #14910]
20330         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
20331         unordered operands.
20332         * soft-fp/gesf2.c (__gesf2): Likewise.
20333         * soft-fp/getf2.c (__getf2): Likewise.
20334         * soft-fp/ledf2.c (__ledf2): Likewise.
20335         * soft-fp/lesf2.c (__lesf2): Likewise.
20336         * soft-fp/letf2.c (__letf2): Likewise.
20337
20338         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
20339         * soft-fp/eqsf2.c (__eqsf2): Likewise.
20340         * soft-fp/eqtf2.c (__eqtf2): Likewise.
20341         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
20342         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
20343         * soft-fp/fixdfti.c (__fixdfti): Likewise.
20344         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
20345         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
20346         * soft-fp/fixsfti.c (__fixsfti): Likewise.
20347         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
20348         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
20349         * soft-fp/fixtfti.c (__fixtfti): Likewise.
20350         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
20351         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
20352         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
20353         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
20354         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
20355         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
20356         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
20357         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
20358         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
20359         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
20360         * soft-fp/floatdisf.c (__floatdisf): Likewise.
20361         * soft-fp/floatsisf.c (__floatsisf): Likewise.
20362         * soft-fp/floattidf.c (__floattidf): Likewise.
20363         * soft-fp/floattisf.c (__floattisf): Likewise.
20364         * soft-fp/floattitf.c (__floattitf): Likewise.
20365         * soft-fp/floatundidf.c (__floatundidf): Likewise.
20366         * soft-fp/floatundisf.c (__floatundisf): Likewise.
20367         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
20368         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
20369         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
20370         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
20371         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
20372         * soft-fp/gesf2.c (__gesf2): Likewise.
20373         * soft-fp/getf2.c (__getf2): Likewise.
20374         * soft-fp/ledf2.c (__ledf2): Likewise.
20375         * soft-fp/lesf2.c (__lesf2): Likewise.
20376         * soft-fp/letf2.c (__letf2): Likewise.
20377
20378         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
20379         Undefine and redefine.
20380         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
20381         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
20382         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
20383         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
20384         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20385         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
20386         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20387         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
20388         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20389         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
20390         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20391         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
20392         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20393         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
20394         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20395
20396         [BZ #16032]
20397         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
20398         without decrementing exponent if mantissa >= that for the
20399         denominator, not >.
20400         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
20401         denominator, not >.  Decrement exponent in < case instead of
20402         incrementing in >= case.
20403         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
20404         without decrementing exponent if mantissa >= that for the
20405         denominator, not >.
20406
20407         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
20408         computing saturated result for unsigned overflow.
20409
20410 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20411             Jeff Law  <law@redhat.com>
20412
20413         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
20414         (atan2Mp): Add systemtap probe marker.
20415         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
20416         (__ieee754_log): Add systemtap probe marker.
20417         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
20418         (atanMp): Add systemtap probe marker.
20419         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
20420         (tanMp): Add systemtap probe marker.
20421         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
20422         (__slowexp): Add systemtap probe marker.
20423         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
20424         (__slowpow): Add systemtap probe marker.
20425         * manual/probes.texi: Document probes.
20426
20427 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
20428
20429         [BZ #15362]
20430         * libio/fileops.c (_IO_new_file_write): Return count of bytes
20431         written.
20432         (_IO_new_file_xsputn): Don't return EOF if nothing has been
20433         written.
20434         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
20435         written to buffer but not flushed.
20436         * libio/iofwrite_u.c:  Likewise.
20437         * libio/iopadn.c:  Return bytes returned even if EOF was
20438         encountered.
20439         * libio/iowpadn.c:  Likewise.
20440         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
20441         if _IO_padn does not write the whole buffer.
20442         [!COMPILE_WPRINTF] (PAD): Likewise.
20443
20444 2013-10-10  David S. Miller  <davem@davemloft.net>
20445
20446         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
20447         directory block.
20448
20449 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20450
20451         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
20452         instead of FSF address.
20453         * soft-fp/fixdfti.c: Likewise.
20454         * soft-fp/fixsfti.c: Likewise.
20455         * soft-fp/fixtfti.c: Likewise.
20456         * soft-fp/fixunsdfti.c: Likewise.
20457         * soft-fp/fixunssfti.c: Likewise.
20458         * soft-fp/fixunstfti.c: Likewise.
20459         * soft-fp/floattidf.c: Likewise.
20460         * soft-fp/floattisf.c: Likewise.
20461         * soft-fp/floattitf.c: Likewise.
20462         * soft-fp/floatuntidf.c: Likewise.
20463         * soft-fp/floatuntisf.c: Likewise.
20464         * soft-fp/floatuntitf.c: Likewise.
20465         * soft-fp/trunctfxf2.c: Likewise.
20466
20467         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
20468         * soft-fp/fixdfti.c: Likewise.
20469         * soft-fp/fixsfti.c: Likewise.
20470         * soft-fp/fixtfti.c: Likewise.
20471         * soft-fp/fixunsdfti.c: Likewise.
20472         * soft-fp/fixunssfti.c: Likewise.
20473         * soft-fp/fixunstfti.c: Likewise.
20474         * soft-fp/floattidf.c: Likewise.
20475         * soft-fp/floattisf.c: Likewise.
20476         * soft-fp/floattitf.c: Likewise.
20477         * soft-fp/floatuntidf.c: Likewise.
20478         * soft-fp/floatuntisf.c: Likewise.
20479         * soft-fp/floatuntitf.c: Likewise.
20480         * soft-fp/trunctfxf2.c: Likewise.
20481
20482 2013-10-10  David S. Miller  <davem@davemloft.net>
20483
20484         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20485
20486 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
20487
20488         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20489         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
20490         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
20491         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
20492         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
20493         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
20494         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
20495
20496         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
20497         for NaNs before doing comparisons on argument.
20498         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
20499         Likewise.
20500
20501 2013-10-10  Will Newton  <will.newton@linaro.org>
20502
20503         * malloc/hooks.c (memalign_check): Ensure the value of bytes
20504         passed to _int_memalign does not overflow.
20505
20506 2013-10-10  Torvald Riegel  <triegel@redhat.com>
20507
20508         * scripts/bench.pl: Add include-sources directive.
20509         * benchtests/README: Update documentation.
20510
20511 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20512
20513         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
20514         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
20515         instead of FP_INIT_ROUNDMODE.
20516         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
20517         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
20518
20519         [BZ #16034]
20520         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
20521         copy class of input value.
20522         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
20523         not handle exceptions.
20524         * soft-fp/negsf2.c (__negsf2): Likewise.
20525         * soft-fp/negtf2.c (__negtf2): Likewise.
20526         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
20527
20528 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
20529
20530         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
20531         semicolon.  From Linux kernel.
20532
20533 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
20534
20535         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
20536
20537 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
20538
20539         [BZ #156]
20540         * manual/socket.texi: Added statement about buffer
20541         for gethostbyname2_r.
20542
20543 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
20544
20545         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
20546         Use .p2align directive instead, throughout.
20547         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
20548         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
20549         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
20550         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
20551         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
20552         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
20553         * sysdeps/x86_64/strchr.S: Likewise.
20554         * sysdeps/x86_64/strrchr.S: Likewise.
20555
20556 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
20557
20558         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
20559
20560         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
20561
20562         * sysdeps/generic/math_private.h (__mpsin1): Remove
20563         declaration.
20564         (__mpcos1): Likewise.
20565         (__mpsin): New argument __range_reduce.
20566         (__mpcos): Likewise.
20567         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20568         (slow): Use __mpsin and __mpcos.
20569         (slow1): Likewise.
20570         (slow2): Likewise.
20571         (sloww): Likewise.
20572         (sloww1): Likewise.
20573         (sloww2): Likewise.
20574         (bsloww): Likewise.
20575         (bsloww1): Likewise.
20576         (bsloww2): Likewise.
20577         (cslow2): Likewise.
20578         (csloww): Likewise.
20579         (csloww1): Likewise.
20580         (csloww2): Likewise.
20581         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
20582         range_reduce.  Merge in __mpsin1.
20583         (__mpcos): Likewise.
20584         (__mpsin1): Remove.
20585         (__mpcos1): Likewise.
20586
20587 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
20588
20589         * locale/loadlocale.c (_nl_intern_locale_data): Use
20590         LOCFILE_ALIGNED_P.
20591         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
20592         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
20593         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
20594         obstack data is appropriately aligned.
20595         (obstack_int32_grow_fast): Likewise.
20596         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
20597         * locale/programs/locfile.c (add_locale_uint32): Likewise.
20598         (add_locale_uint32_array): Likewise.
20599
20600 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
20601
20602         * benchtests/Makefile: Remove ARGLIST and RET variables.
20603         ($(objpfx)bench-%.c): Pass only function name to the script.
20604         * benchtests/README: Update documentation.
20605         * benchtests/acos-inputs: Add new directives.
20606         * benchtests/acosh-inputs: Likewise.
20607         * benchtests/asin-inputs: Likewise.
20608         * benchtests/asinh-inputs: Likewise.
20609         * benchtests/atan-inputs: Likewise.
20610         * benchtests/atanh-inputs: Likewise.
20611         * benchtests/cos-inputs: Likewise.
20612         * benchtests/cosh-inputs: Likewise.
20613         * benchtests/exp-inputs: Likewise.
20614         * benchtests/log-inputs: Likewise.
20615         * benchtests/pow-inputs: Likewise.
20616         * benchtests/rint-inputs: Likewise.
20617         * benchtests/sin-inputs: Likewise.
20618         * benchtests/sinh-inputs: Likewise.
20619         * benchtests/tan-inputs: Likewise.
20620         * benchtests/tanh-inputs: Likewise.
20621         * scripts/bench.pl: Add support for new directives.
20622
20623 2013-10-07  Alan Modra  <amodra@gmail.com>
20624
20625         * README: Fix careless merge.
20626
20627 2013-10-05  Alan Modra  <amodra@gmail.com>
20628
20629         * NEWS: Mention powerpc64le support and bugs fixed.
20630         * README: Both big-endian and little-endian powerpc64 supported.
20631
20632 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20633
20634         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20635         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
20636         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20637         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20638
20639 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
20640
20641         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20642         match prototype.
20643
20644 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
20645
20646         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20647         Move -mhard-float appending from
20648         ports/sysdeps/powerpc/powerpc32/Makefile.
20649         [$(with-fp) = yes] (ASFLAGS): Likewise.
20650         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20651         * sysdeps/powerpc/nofpu: Move directory from
20652         ports/sysdeps/powerpc/nofpu.
20653         * sysdeps/powerpc/soft-fp: Move directory from
20654         ports/sysdeps/powerpc/soft-fp.
20655         * sysdeps/powerpc/powerpc32/405: Move directory from
20656         ports/sysdeps/powerpc/powerpc32/405.
20657         * sysdeps/powerpc/powerpc32/440: Move directory from
20658         ports/sysdeps/powerpc/powerpc32/440.
20659         * sysdeps/powerpc/powerpc32/464: Move directory from
20660         ports/sysdeps/powerpc/powerpc32/464.
20661         * sysdeps/powerpc/powerpc32/476: Move directory from
20662         ports/sysdeps/powerpc/powerpc32/476.
20663         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20664         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20665         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20666         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20667         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20668         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20669         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20670         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20671         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20672         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20673         * README: Update for powerpc-*-linux-gnu software floating point
20674         support in libc.
20675
20676         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20677         case to powerpc/powerpc32*.
20678         * sysdeps/unix/sysv/linux/configure: Regenerated.
20679
20680         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20681         (_FPU_MASK_OM): Define as 0x04.
20682         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20683         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20684         0x00c10080.
20685         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20686         0x0000003c.
20687         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20688
20689         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20690         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20691         getcontext_e500.
20692         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20693         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20694         setcontext_e500.
20695         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20696         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20697         and setcontext_e500.
20698
20699 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
20700
20701         * locale/iso-3166.def: Update iso-1366.def and related occurrences
20702
20703 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20704
20705         * manual/threads.texi (Default Thread Attributes): Fix typo.
20706
20707 2013-10-04  Will Newton  <will.newton@linaro.org>
20708
20709         * malloc/Makefile: Add tst-memalign.
20710         * malloc/tst-memalign.c: New file.
20711
20712         * malloc/tst-posix_memalign.c: Add comments.
20713         (do_test): Add comments and call free on all potentially
20714         allocated pointers. Add space after cast.
20715
20716         * malloc/tst-pvalloc.c: Add comments.
20717         (do_test): Add comments and call free on all potentially
20718         allocated pointers. Remove duplicate check for NULL pointer.
20719         Add space after cast.
20720
20721         * malloc/tst-valloc.c: Add comments.
20722         (do_test): Add comments and call free on all potentially
20723         allocated pointers. Remove duplicate check for NULL pointer.
20724         Add space after cast.
20725
20726 2013-10-04  Alan Modra  <amodra@gmail.com>
20727
20728         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20729         Use stdint types in rather than __attribute__((mode())).
20730         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20731
20732 2013-10-04  Alan Modra  <amodra@gmail.com>
20733
20734         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20735         Correct handling of unaligned relocs for little-endian.
20736         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20737
20738 2013-10-04  Alan Modra  <amodra@gmail.com>
20739
20740         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20741         * configure: Regenerate.
20742         * nptl/shlib-versions: Powerpc*le starts at 2.18.
20743         * shlib-versions: Likewise.
20744
20745 2013-10-04  Alan Modra  <amodra@gmail.com>
20746
20747         * string/tester.c (test_memrchr): Increment reported test cycle.
20748
20749 2013-10-04  Alan Modra  <amodra@gmail.com>
20750
20751         * string/test-memcpy.c (do_one_test): When reporting errors, print
20752         string address and don't overrun end of string.
20753
20754 2013-10-04  Alan Modra  <amodra@gmail.com>
20755
20756         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20757         insrdi.  Make better use of reg selection to speed exit slightly.
20758         Schedule entry path a little better.  Remove useless "are we done"
20759         checks on entry to main loop.  Handle wrapping around zero address.
20760         Correct main loop count.  Handle single left-over word from main
20761         loop inline rather than by using loop_small.  Remove extra word
20762         case in loop_small caused by wrong loop count.  Add little-endian
20763         support.
20764         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20765         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
20766         cache hint.
20767         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20768         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20769         support.  Avoid rlwimi.
20770         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20771
20772 2013-10-04  Alan Modra  <amodra@gmail.com>
20773
20774         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
20775         insrdi.  Formatting.
20776         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20777         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20778         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20779         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20780         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20781         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20782
20783 2013-10-04  Alan Modra  <amodra@gmail.com>
20784
20785         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20786         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20787         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20788         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20789         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20790         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20791         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20792         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20793         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
20794         use of regs.  Use power7 mtocrf.  Tidy function tails.
20795
20796 2013-10-04  Alan Modra  <amodra@gmail.com>
20797
20798         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20799         Formatting.  Consistently use rXXX register defines or rN defines.
20800         Use early exit labels that avoid restoring unused non-volatile regs.
20801         Make cr field use more consistent with rWORDn compares.  Rename
20802         regs used as shift registers for unaligned loop, using rN defines
20803         for short lifetime/multiple use regs.
20804         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20805         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
20806         addi 1,1,64 to pop stack frame.  Simplify return value code.
20807         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20808
20809 2013-10-04  Alan Modra  <amodra@gmail.com>
20810
20811         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20812         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
20813         rather than rlwimi.
20814         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20815         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20816         little-endian support.  Correct typos.
20817         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
20818         rather than rlwimi.
20819         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
20820         in loop and entry code to keep "and." results.
20821         (strchr): Add little-endian support.  Comment.  Move cntlzd
20822         earlier in tail.
20823         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20824
20825 2013-10-04  Alan Modra  <amodra@gmail.com>
20826
20827         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20828         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20829         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20830         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20831
20832 2013-10-04  Alan Modra  <amodra@gmail.com>
20833
20834         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20835         (rTMP): Define as r11.
20836         (strcmp): Add little-endian support.  Optimise tail.
20837         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20838         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20839         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20840         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20841         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20842         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20843         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20844
20845 2013-10-04  Alan Modra  <amodra@gmail.com>
20846
20847         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20848         little-endian support.  Remove unnecessary "are we done" tests.
20849         Handle "s" wrapping around zero and extremely large "size".
20850         Correct main loop count.  Handle single left-over word from main
20851         loop inline rather than by using small_loop.  Correct comments.
20852         Delete "zero" tail, use "end_max" instead.
20853         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20854
20855 2013-10-04  Alan Modra  <amodra@gmail.com>
20856
20857         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20858         support.  Don't branch over align.
20859         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20860         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20861         support.  Rearrange tmp reg use to suit.  Comment.
20862         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20863
20864 2013-10-04  Alan Modra  <amodra@gmail.com>
20865
20866         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20867
20868 2013-10-04  Alan Modra  <amodra@gmail.com>
20869
20870         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20871         conditional form of branch and link when obtaining pc.
20872         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20873
20874 2013-10-04  Alan Modra  <amodra@gmail.com>
20875
20876         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20877         HIWORD/LOWORD.
20878         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20879         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20880
20881 2013-10-04  Alan Modra  <amodra@gmail.com>
20882
20883         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20884         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20885         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20886         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20887         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20888         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20889         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20890         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20891         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20892         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20893
20894 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20895             Alistair Popple <alistair@ozlabs.au.ibm.com>
20896             Alan Modra <amodra@gmail.com>
20897
20898         [BZ #15723]
20899         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20900         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20901         _dl_hwcap access for little-endian.
20902         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20903         destroy vmx regs when saving unaligned.
20904         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20905         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20906         destroy vmx regs when saving unaligned.
20907
20908 2013-10-04  Alan Modra  <amodra@gmail.com>
20909
20910         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20911         Don't use a union to pack hi/low value.
20912
20913 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20914
20915         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20916         for little-endian.
20917         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20918         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20919         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20920         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20921         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20922
20923 2013-10-04  Alan Modra  <amodra@gmail.com>
20924
20925         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20926         constants to usual value for .cst8 section, and remove redundant
20927         high address load.
20928         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20929         constant for 0x1p52.  Load little-endian words of double from
20930         correct stack offsets.
20931
20932 2013-10-04  Alan Modra  <amodra@gmail.com>
20933
20934         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20935         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20936         words of double from correct stack offsets.
20937         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20938         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20939         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20940         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20941         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20942         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20943         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20944         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20945         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20946         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20947         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20948         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20949         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20950         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20951         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20952         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20953         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20954
20955 2013-10-04  Alan Modra  <amodra@gmail.com>
20956
20957         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20958         64-bit int/double union.
20959         (_FPU_SETCW): Likewise.
20960         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20961         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20962
20963 2013-10-04  Alan Modra  <amodra@gmail.com>
20964
20965         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20966         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20967
20968 2013-10-04  Alan Modra  <amodra@gmail.com>
20969
20970         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20971         use vector int constants.
20972         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20973
20974 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20975
20976         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20977         array with long long.
20978         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20979         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20980         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20981         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20982         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20983         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20984         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20985         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20986         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20987         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20988         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20989         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20990         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20991
20992 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20993
20994         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
20995         (__signbit): Likewise.  Correct for little-endian.
20996         (__signbitl): Call __signbit.
20997         (lrint): Correct for little-endian.
20998         (lrintf): Call lrint.
20999
21000 2013-10-04  Alan Modra  <amodra@gmail.com>
21001
21002         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
21003         union 32-bit int array member with 64-bit int array.
21004         (t515, tm256): Double rather than long double.
21005         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
21006
21007 2013-10-04  Alan Modra  <amodra@gmail.com>
21008
21009         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
21010         Delete.
21011         (IEEE854_LONG_DOUBLE_BIAS): Delete.
21012         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
21013         version of math_ldbl.h.
21014
21015 2013-10-04  Alan Modra  <amodra@gmail.com>
21016
21017         [BZ #15734], [BZ #15735]
21018         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
21019         all uses of ieee875 long double macros and unions.  Simplify test
21020         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
21021         ldbl_extract_mantissa value for ix,iy exponents.  Properly
21022         normalize after ldbl_extract_mantissa, and don't add hidden bit
21023         already handled.  Don't treat low word of ieee854 mantissa like
21024         low word of IBM long double and mask off bit when testing for
21025         zero.
21026         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
21027         all uses of ieee875 long double macros and unions.  Simplify tests
21028         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
21029         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
21030         two1022, instead use their values.  Recognise that tests for large
21031         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
21032         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
21033         Rewrite all uses of ieee875 long double macros and unions.  Simplify
21034         test for 0.0L and nan.  Correct negation.
21035         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
21036         ieee875 long double macros and unions.  Correct output for large
21037         magnitude x.  Correct absolute value calculation.
21038         (__erfcl): Likewise.
21039         * math/libm-test.inc: Add tests for errors discovered in IBM long
21040         double versions of fmodl, remainderl, erfl and erfcl.
21041
21042 2013-10-04  Alan Modra  <amodra@gmail.com>
21043
21044         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
21045         all uses of ieee854 long double macros and unions.  Simplify tests
21046         for long doubles that are fully specified by the high double.
21047         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
21048         Likewise.
21049         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
21050         Remove dead code too.
21051         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
21052         (__ieee754_ynl): Likewise.
21053         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
21054         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
21055         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
21056         Remove dead code too.
21057         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
21058         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
21059         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
21060         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
21061         Simplify.
21062         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
21063         Simplify.
21064         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
21065         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
21066         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
21067         Comment on variable precision.
21068         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
21069         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
21070         Likewise.
21071         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
21072         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
21073         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
21074         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
21075         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
21076
21077 2013-10-04  Alan Modra  <amodra@gmail.com>
21078
21079         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
21080         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
21081         all uses of ieee854 long double macros and unions.
21082         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
21083         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
21084         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
21085         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
21086         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
21087         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
21088         Likewise.
21089         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
21090         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
21091         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
21092         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
21093         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
21094         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
21095         Simplify sign and nan test too.
21096         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
21097         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
21098         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
21099         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
21100         Likewise.
21101         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
21102         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
21103         Likewise.
21104         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
21105         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
21106         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
21107         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
21108         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
21109         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
21110
21111 2013-10-04  Alan Modra  <amodra@gmail.com>
21112
21113         * stdio-common/printf_size.c (__printf_size): Don't use
21114         union ieee854_long_double in fpnum union.
21115         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
21116         signbit macro to retrieve sign from long double.
21117         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
21118         retrieve sign from long double.
21119         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
21120         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
21121         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
21122         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
21123         * math/test-misc.c (main): Don't use union ieee854_long_double.
21124
21125 2013-10-04  Alan Modra  <amodra@gmail.com>
21126
21127         [BZ #15680]
21128         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
21129         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
21130         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
21131         calculation.  Remove unnecessary test for denormal exponent.
21132         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
21133         Correct handling of denormals.  Avoid undefined shift behaviour.
21134         Correct normalisation of low mantissa when low double is denormal.
21135         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
21136         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
21137         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
21138         Correct normalisation of low mantissa.  Test for overflow of high
21139         mantissa and normalise.
21140         (ldbl_nearbyint): Use more readable constant for two52.
21141         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
21142         (__mpn_construct_long_double): Fix test for overflow of high
21143         mantissa and correct normalisation.  Avoid undefined shift.
21144
21145 2013-10-04  Alan Modra  <amodra@gmail.com>
21146
21147         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21148         (union ibm_extended_long_double): Define as an array of ieee754_double.
21149         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
21150         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
21151         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
21152         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
21153         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21154         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
21155         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21156         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
21157         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
21158         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
21159         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
21160
21161 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
21162
21163         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
21164         page size instead of calling getpagesize.
21165
21166         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
21167         (LOCFILE_ALIGN_MASK): Likewise.
21168         (LOCFILE_ALIGN_UP): Likewise.
21169         (LOCFILE_ALIGNED_P): Likewise.
21170         * locale/programs/ld-collate.c (collate_output): Use the new
21171         macros instead of __alignof__ (int32_t).
21172         * locale/weight.h (findidx): Likewise.
21173
21174 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
21175
21176         [BZ #431]
21177         * manual/string.texi: Fix strncat and wcsncat.
21178
21179 2013-10-03  Brooks Moses  <bmoses@google.com>
21180
21181         [BZ #15915]
21182         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
21183         * Makerules: ...here, and adjust associated comments.
21184
21185 2013-10-02  Will Newton  <will.newton@linaro.org>
21186
21187         * malloc/Makefile: Add tst-pvalloc.
21188         * malloc/tst-pvalloc.c: New file.
21189
21190 2013-10-02  Will Newton  <will.newton@linaro.org>
21191
21192         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
21193         improve test coverage.
21194
21195 2013-10-02  Will Newton  <will.newton@linaro.org>
21196
21197         * malloc/Makefile: Add tst-posix_memalign.
21198         * malloc/tst-posix_memalign.c: New file.
21199
21200 2013-10-01  Eric Blake  <eblake@redhat.com>
21201
21202         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
21203         Use __THROWNL rather than __THROW on static functions.
21204
21205 2013-09-30  Petr Machata  <pmachata@redhat.com>
21206
21207         * elf/elf.h (R_AARCH64_ABS16): New macro.
21208         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
21209         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
21210         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
21211         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
21212         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
21213         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
21214         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
21215         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
21216         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
21217         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
21218         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
21219         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
21220         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
21221         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
21222         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
21223         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
21224         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
21225         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
21226         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
21227         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
21228         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
21229         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
21230         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
21231         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
21232         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
21233         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
21234         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
21235         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
21236         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
21237         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
21238         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
21239         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
21240         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
21241         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
21242         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
21243         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
21244         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
21245         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
21246         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
21247         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
21248         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
21249         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
21250         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
21251         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
21252         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
21253         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
21254         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
21255         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
21256         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
21257         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
21258         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
21259         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
21260         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
21261         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
21262         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
21263         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
21264         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
21265         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
21266         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
21267         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
21268         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
21269         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
21270         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
21271         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
21272         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
21273         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
21274         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
21275         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
21276         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
21277         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
21278         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
21279         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
21280         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
21281         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
21282         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
21283         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
21284         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
21285         (R_AARCH64_TLSDESC_LDR): Likewise.
21286         (R_AARCH64_TLSDESC_ADD): Likewise.
21287         (R_AARCH64_TLSDESC_CALL): Likewise.
21288
21289 2013-09-30  Andreas Schwab  <schwab@suse.de>
21290
21291         [BZ #15048]
21292         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
21293         the nss database lookup.
21294         * nscd/initgrcache.c (addinitgroupsX): Likewise.
21295         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21296
21297 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
21298
21299         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
21300
21301 2013-09-28  P. J. McDermott  <pj@pehjota.net>
21302
21303         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
21304         ${Bash-specific parameter/pattern/string} parameter expansion.
21305         * sysdeps/unix/make-syscalls.sh: Likewise.
21306
21307 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21308
21309         * sysdeps/sh/stackguard-macros.h: New file.
21310
21311 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
21312
21313         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21314         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
21315         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
21316         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
21317         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21318         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
21319
21320 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21321
21322         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
21323         Fix thread ID register.
21324
21325 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
21326
21327         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
21328         [POSIX || UNIX98]: Require rather than permitting all symbols from
21329         <time.h>.
21330         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
21331         element of struct sched_param.
21332         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
21333         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
21334         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
21335         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
21336         constant.
21337
21338 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
21339
21340         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
21341         argument calculation.
21342
21343 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21344
21345         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
21346         Expect macro.
21347         [POSIX] (pthread_attr_t): Do not require type.
21348         [POSIX] (pthread_cond_t): Likewise.
21349         [POSIX] (pthread_condattr_t): Likewise.
21350         [POSIX] (pthread_key_t): Likewise.
21351         [POSIX] (pthread_mutex_t): Likewise.
21352         [POSIX] (pthread_mutexattr_t): Likewise.
21353         [POSIX] (pthread_once_t): Likewise.
21354         [POSIX] (pthread_t): Likewise.
21355         [POSIX-based standards] (pthread_atfork): Expect function.
21356
21357 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21358             Richard Sandiford  <richard@codesourcery.com>
21359
21360         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
21361         (swap_endianness_p): New extern variable.
21362         (set_big_endian): New inline function.
21363         (maybe_swap_uint32): Likewise.
21364         (maybe_swap_uint32_array): Likewise.
21365         (maybe_swap_uint32_obstack): Likewise.
21366         * locale/programs/locfile.c: Include <stdbool.h>.
21367         (swap_endianness_p): New variable.
21368         (add_locale_uint32): Call maybe_swap_uint32.
21369         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
21370         (write_locale_data): Call maybe_swap_uint32_array.
21371         * locale/programs/ld-collate.c (obstack_int32_grow): Call
21372         maybe_swap_uint32.
21373         (obstack_int32_grow_fast): Likewise.
21374         (output_weightwc): Call maybe_swap_uint32_obstack.
21375         (collate_output): Likewise.
21376         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
21377         (OPT_LITTLE_ENDIAN): Likewise.
21378         (options): Add --little-endian and --big-endian options.
21379         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
21380         * locale/programs/locarchive.c: Include "locfile.h".
21381         (GET): New macro.
21382         (SET): Likewise.
21383         (INC): Likewise.
21384         (create_archive): Use the new macros to access fields of
21385         structures directly mapped from or written to locale archives.
21386         (oldlocrecentcmp): Likewise.
21387         (enlarge_archive): Likewise.
21388         (insert_name): Likewise.
21389         (add_alias): Likewise.
21390         (add_locale): Likewise.
21391         (delete_locales_from_archive): Likewise.
21392         (show_archive_content): Likewise.
21393         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
21394         locale data.
21395
21396 2013-09-24  Roland McGrath  <roland@hack.frob.com>
21397
21398         * manual/freemanuals.texi: Updated from (newly) canonical copy at
21399         http://www.gnu.org/doc/freemanuals.texi.
21400         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
21401
21402 2013-09-24  Will Newton  <will.newton@linaro.org>
21403
21404         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
21405         macro.
21406
21407 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
21408
21409         * locale/hashval.h (compute_hashval): Interpret bytes of key as
21410         unsigned char.
21411
21412 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
21413
21414         * manual/threads.texi (POSIX Threads): Fix a typo.
21415
21416 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21417
21418         [BZ #14547]
21419         * string/tst-strcoll-overflow.c: New test case.
21420         * string/Makefile (xtests): Add tst-strcoll-overflow.
21421         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
21422         cache if string sizes may cause integer overflow.
21423
21424         [BZ #14547]
21425         * string/strcoll_l.c (coll_seq): New members rule, idx,
21426         save_idx and back_us.
21427         (get_next_seq_nocache): New function.
21428         (do_compare_nocache): New function.
21429         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
21430         when malloc fails.
21431
21432 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
21433
21434         [BZ #15754]
21435         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
21436         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
21437         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
21438
21439         [BZ #15754]
21440         * elf/Makefile (tests): Add tst-ptrguard1.
21441         (tests-static): Add tst-ptrguard1-static.
21442         (tst-ptrguard1-ARGS): Define.
21443         (tst-ptrguard1-static-ARGS): Define.
21444         * elf/tst-ptrguard1.c: New file.
21445         * elf/tst-ptrguard1-static.c: New file.
21446         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
21447         * sysdeps/i386/stackguard-macros.h: Likewise.
21448         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
21449         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
21450         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21451         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21452         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
21453         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
21454
21455 2013-09-23  Hector Marco  <hecmargi@upv.es>
21456             Ismael Ripoll  <iripoll@disca.upv.es>
21457             Carlos O'Donell  <carlos@redhat.com>
21458
21459         [BZ #15754]
21460         * sysdeps/generic/stackguard-macros.h: Define
21461         __pointer_chk_guard_local and POINTER_CHK_GUARD.
21462         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
21463         Define __pointer_chk_guard_local.
21464         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
21465         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
21466
21467 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
21468
21469         [BZ #15859]
21470         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
21471
21472 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
21473
21474         * include/string.h (__ffs): Declare as hidden.
21475         * string/ffs.c (__ffs): Define as hidden.
21476         * sysdeps/i386/ffs.c (__ffs): Likewise.
21477         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
21478         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
21479         * sysdeps/s390/ffs.c (__ffs): Likewise.
21480         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
21481
21482 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
21483
21484         * NEWS: Mention malloc probes.
21485
21486         * malloc/arena.c (new_heap): New memory_heap_new probe.
21487         (grow_heap): New memory_heap_more probe.
21488         (shrink_heap): New memory_heap_less probe.
21489         (heap_trim): New memory_heap_free probe.
21490         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
21491         (systrim): New memory_sbrk_less probe.
21492         * manual/probes.texi: Document them.
21493
21494         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
21495         * manual/probes.texi: Document it.
21496
21497         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
21498         (__libc_realloc): Add memory_realloc_retry probe.
21499         (__libc_memalign): Add memory_memalign_retry probe.
21500         (__libc_valloc): Add memory_valloc_retry probe.
21501         (__libc_pvalloc): Add memory_pvalloc_retry probe.
21502         (__libc_calloc): Add memory_calloc_retry probe.
21503         * manual/probes.texi: Document them.
21504
21505         * malloc/arena.c (get_free_list): Add probe
21506         memory_arena_reuse_free_list.
21507         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
21508         and memory_arena_reuse.
21509         (arena_get2) [!PER_THREAD]: Likewise.
21510         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
21511         memory_arena_reuse_realloc.
21512         * manual/probes.texi: Document them.
21513
21514         * malloc/malloc.c (__libc_free): Add
21515         memory_mallopt_free_dyn_thresholds probe.
21516         (__libc_mallopt): Add multiple memory_mallopt probes.
21517         * manual/probes.texi: Document them.
21518
21519         * malloc/malloc.c: Include stap-probe.h.
21520         (__libc_mallopt): Add memory_mallopt probe.
21521         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
21522         * manual/probes.texi: New.
21523         * manual/Makefile (chapters): Add probes.
21524         * manual/threads.texi: Set next node.
21525
21526 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
21527
21528         [BZ #15963, #13985]
21529         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
21530         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
21531         Add `Chinese' to `nan' entry name.
21532
21533 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21534
21535         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
21536         (POLYNOMIAL): Likewise.
21537         (TAYLOR_SINCOS): Likewise.
21538         (TAYLOR_SLOW): Likewise.
21539         (__sin): Use TAYLOR_SINCOS.
21540         (__cos): Likewise.
21541         (slow): Use TAYLOR_SLOW.
21542         (sloww): Likewise.
21543         (bsloww): Likewise.
21544         (csloww): Likewise.
21545
21546 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21547
21548         * stdlib/strtod_l.c: Fix buffer overrun.
21549
21550 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21551
21552         * benchtests/Makefile (bench): Add sincos.
21553         * benchtests/bench-sincos.c: New file.
21554
21555         * math/libm-test.inc (cos_test_data): New test inputs.
21556         (sin_test_data): Likewise.
21557
21558         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
21559         macro.
21560         (__sin): Use it.
21561         (__cos): Likewise.
21562         (slow1): Likewise.
21563         (slow2): Likewise.
21564         (sloww1): Likewise.
21565         (sloww2): Likewise.
21566         (bsloww1): Likewise.
21567         (bsloww2): Likewise.
21568         (cslow2): Likewise.
21569         (csloww1): Likewise.
21570         (csloww2): Likewise.
21571
21572         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
21573         function.
21574         (__sin): Use it.
21575         (__cos): Likewise.
21576
21577         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
21578         gotos.
21579         (__cos): Likewise.
21580
21581 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
21582
21583         * config.h.in (HAVE_MIPS_NAN2008): New macro.
21584         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
21585         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
21586         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
21587         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
21588         * elf/cache.c (print_entry): Handle the new cache flags.
21589
21590 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21591             Aldy Hernandez  <aldyh@redhat.com>
21592
21593         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
21594         Change condition to [_SOFT_FLOAT].
21595         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
21596         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
21597         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
21598         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
21599         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
21600         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
21601         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
21602         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
21603         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
21604         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
21605         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
21606         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
21607         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
21608         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
21609         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
21610         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
21611         declaration.
21612
21613 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21614
21615         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
21616         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21617         (__longjmp): Use LOAD_GP to load saved GPRs.
21618         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21619         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21620         (__sigsetjmp): Use SAVE_GP to save GPRs.
21621
21622         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21623         Do not append -msoft-float.
21624         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21625
21626 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21627
21628         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21629
21630 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
21631
21632         [BZ #15966]
21633         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21634         (_FPU_GETCW): Use initial "__" on variable and field names but not
21635         on macro parameter name.
21636         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
21637         parentheses around reference to macro parameter.
21638
21639 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
21640
21641         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21642         prototype.
21643         (ctype_startup): Use uint32_t in cast and sizeof for
21644         ctype->charnames.
21645
21646 2013-09-11  Jia Liu  <proljc@gmail.com>
21647
21648         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21649         __daddr_t_defined.
21650         [__FreeBSD__]: Likewise.
21651
21652 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
21653
21654         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21655         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21656         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21657         (strchr): Remove __strchr_sse42 ifunc selection.
21658         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21659         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21660
21661 2013-09-11  Will Newton  <will.newton@linaro.org>
21662
21663         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21664         parameter to RES. Remove hardcoded 1000 value.
21665         * benchtests/bench-skeleton.c (main): Pass RES parameter
21666         to TIMING_INIT and multiply result by 1000.
21667
21668 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21669
21670         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21671
21672 2013-09-11  Andreas Schwab  <schwab@suse.de>
21673
21674         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21675         if not defined.
21676         (O_TMPFILE) [__USE_GNU]: Define.
21677         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21678         Define.
21679
21680 2013-09-11  Will Newton  <will.newton@linaro.org>
21681
21682         [BZ #15857]
21683         * malloc/malloc.c (__libc_memalign): Check the value of bytes
21684         does not overflow.
21685
21686 2013-09-11  Will Newton  <will.newton@linaro.org>
21687
21688         [BZ #15856]
21689         * malloc/malloc.c (__libc_valloc): Check the value of bytes
21690         does not overflow.
21691
21692 2013-09-11  Will Newton  <will.newton@linaro.org>
21693
21694         [BZ #15855]
21695         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21696         does not overflow.
21697
21698 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
21699
21700         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21701         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21702         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21703         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21704         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21705
21706 2013-09-10  Allan McRae  <allan@archlinux.org>
21707
21708         [BZ #15748]
21709         * manual/arith.texi (Parsing of Floats): Clarify
21710         cross-reference.
21711
21712         [BZ #15849]
21713         * manual/install.texi (Running make install): Mention
21714         --enable-pt-chown.
21715         * INSTALL: Regenerated.
21716
21717 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
21718
21719         * csu/init-first.c (_init): Remove the !SHARED condition around
21720         FPU control word initialization.
21721         * elf/dl-support.c (_dl_fpu_control): New variable.
21722         (_dl_aux_init) <AT_FPUCW>: Initialize it.
21723         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21724         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21725         * math/test-fpucw-static.c: New file.
21726         * math/test-fpucw-ieee.c: New file.
21727         * math/test-fpucw-ieee-static.c: New file.
21728         * math/Makefile (tests): Add `test-fpucw-ieee' and
21729         `$(tests-static)'.
21730         (tests-static): New variable.
21731         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21732         dependency to...
21733         [($(build-shared),yes)]
21734         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21735         ... this.
21736         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21737         New dependency.
21738
21739 2013-09-09  Allan McRae  <allan@archlinux.org>
21740
21741         [BZ #15939]
21742         * manual/string.texi (Collation Functions): Fix typo in
21743         strcoll example.
21744         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21745
21746         [BZ #15893]
21747         * stdlib/isomac.c (get_null_defines): Fix memory leak.
21748
21749         [BZ #15892]
21750         * libio/memstream.c (open_memstream): Fix memory leak.
21751         * libio/wmemstream.c (open_wmemstream): Likewise.
21752
21753         [BZ #15895]
21754         * nscd/netgroupcache.c: Fix nesting of ifdefs.
21755
21756 2013-09-09  Will Newton  <will.newton@linaro.org>
21757
21758         * malloc/Makefile: Add tst-realloc to tests.
21759         * malloc/tst-realloc.c: New file.
21760
21761 2013-09-09  Allan McRae  <allan@archlinux.org>
21762
21763         [BZ #15844]
21764         * COPYING: Update from GNU website to fix FSF address.
21765         * COPYING.LIB: Likewise.
21766
21767 2013-09-06  David S. Miller  <davem@davemloft.net>
21768
21769         * po/zh_TW.po: Update Chinese (traditional) translation from
21770         translation project.
21771
21772 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
21773             Joseph Myers  <joseph@codesourcery.com>
21774
21775         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21776         "localeinfo.h".
21777         (obstack_chunk_alloc): New macro.
21778         (obstack_chunk_free): Likewise.
21779         (record_offset): New function.
21780         (init_locale_data): Likewise.
21781         (align_locale_data): Likewise.
21782         (add_locale_empty): Likewise.
21783         (add_locale_raw_data): Likewise.
21784         (add_locale_raw_obstack): Likewise.
21785         (add_locale_string): Likewise.
21786         (add_locale_wstring): Likewise.
21787         (add_locale_uint32): Likewise.
21788         (add_locale_uint32_array): Likewise.
21789         (add_locale_char): Likewise.
21790         (start_locale_structure): Likewise.
21791         (end_locale_structure): Likewise.
21792         (start_locale_prelude): Likewise.
21793         (end_locale_prelude): Likewise.
21794         (write_locale_data): Take locale_file structure rather than an
21795         iovec.
21796         * locale/programs/locfile.h: Include "obstack.h".
21797         (struct locale_file): Change to store locale file contents instead
21798         of header.
21799         (init_locale_data): New prototype.
21800         (align_locale_data): Likewise.
21801         (add_locale_empty): Likewise.
21802         (add_locale_raw_data): Likewise.
21803         (add_locale_raw_obstack): Likewise.
21804         (add_locale_string): Likewise.
21805         (add_locale_wstring): Likewise.
21806         (add_locale_uint32): Likewise.
21807         (add_locale_uint32_array): Likewise.
21808         (add_locale_char): Likewise.
21809         (start_locale_structure): Likewise.
21810         (end_locale_structure): Likewise.
21811         (start_locale_prelude): Likewise.
21812         (end_locale_prelude): Likewise.
21813         (write_locale_data): Update prototype.
21814         * locale/programs/3level.h (struct TABLE): Remove result field.
21815         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21816         Use new locale_file interface.
21817         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21818         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21819         * locale/programs/ld-address.c (address_output): Use new
21820         locale_file interface.
21821         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21822         NO_ADD_LOCALE.
21823         (collate_finish): Don't call collseq_table_finalize.
21824         (collate_output): Use new locale_file interface.
21825         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21826         in file.
21827         (NO_FINALIZE): Change to NO_ADD_LOCALE.
21828         (TABLE): Move defines earlier in file.
21829         (ELEMENT): Likewise.
21830         (DEFAULT): Likewise.
21831         (wctrans_table_add): Move macro and inline function earlier in
21832         file.
21833         (struct wctype_table): Move type earlier in file.
21834         (add_locale_wctype_table): New static prototype.
21835         (struct locale_ctype_t): Use logical types instead of struct iovec
21836         pointers for members.
21837         (ctype_output): Use new locale_file interface.
21838         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
21839         new locale_file interface.
21840         (allocate_arrays): Update for use of new locale_file interface.
21841         * locale/programs/ld-identification.c (identification_output): Use
21842         new locale_file interface.
21843         * locale/programs/ld-measurement.c (measurement_output): Likewise.
21844         * locale/programs/ld-messages.c (messages_output): Likewise.
21845         * locale/programs/ld-monetary.c (monetary_output): Likewise.
21846         * locale/programs/ld-name.c (name_output): Likewise.
21847         * locale/programs/ld-numeric.c (numeric_output): Likewise.
21848         * locale/programs/ld-paper.c (paper_output): Likewise.
21849         * locale/programs/ld-telephone.c (telephone_output): Likewise.
21850         * locale/programs/ld-time.c (time_output): Likewise.
21851
21852 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21853
21854         * benchtests/Makefile: Add memrchr benchmark.
21855         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21856         benchmark as memrchr.
21857         * benchtests/bench-memrchr-ifunc.c: New file.
21858         * benchtests/bench-memrchr.c: New file.
21859
21860 2013-09-06   Will Newton  <will.newton@linaro.org>
21861
21862         * benchtests/Makefile (string-bench): Add memcpy.
21863
21864 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
21865             Cong Wang  <amwang@redhat.com>
21866
21867         [BZ #15850]
21868         * sysdeps/unix/sysv/linux/bits/in.h
21869         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21870         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21871         before __USE_KERNEL_IPV6_DEFS uses.
21872         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21873         IPPROTO_BEETPH.
21874         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21875         sockaddr_in6, or ipv6_mreq.
21876
21877 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21878
21879         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21880         memory access for final bytes in some large inputs.
21881         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21882
21883 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21884
21885         * string/test-memrchr.c: New file.
21886         * string/test-memrchr-ifunc.c: New file.
21887         * string/Makefile: Add new memrchr testcase.
21888
21889 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
21890
21891         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21892         fanotify_init returns EPERM.
21893
21894 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21895
21896         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21897         errors.
21898         (top level): Treat second token from macro or constant entries for
21899         allowed headers as allowed.
21900         * include/complex.h: Condition internal declarations on
21901         [!_ISOMAC].
21902         * include/fenv.h: Condition include of <stdbool.h> and internal
21903         declarations on [!_ISOMAC].
21904
21905 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21906
21907         [BZ #15923]
21908         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21909
21910 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21911
21912         * configure.in (--enable-versioning): Remove configure option.
21913         (libc_cv_asm_symver_directive): Remove configure test.
21914         (libc_cv_ld_version_script_option): Likewise.
21915         (VERSIONING): Remove variable and AC_SUBST.
21916         (DO_VERSIONING): Remove AC_DEFINE.
21917         * configure: Regenerated.
21918         * config.h.in (DO_VERSIONING): Remove macro.
21919         * Makerules [$(versioning) = yes]: Change conditionals to
21920         [$(build-shared) = yes].
21921         * config.make.in (versioning): Remove variable.
21922         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21923         [$(build-shared) = yes].
21924         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21925         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21926         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21927         [$(build-shared) = yes].
21928         * extra-lib.mk [$(versioning) = yes]: Likewise.
21929         * hurd/Makefile [$(versioning) = yes]: Likewise.
21930         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21931         [SHARED].
21932         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21933         [SHARED].
21934         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21935         [SHARED && !NO_HIDDEN].
21936         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21937         [SHARED].
21938         [SHARED && DO_VERSIONING]: Likewise..
21939         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21940         [$(build-shared) = yes].
21941         * manual/install.texi (--disable-versioning): Remove
21942         documentation.
21943         * INSTALL: Regenerated.
21944         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21945         to [SHARED].
21946         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21947         [$(build-shared) = yes].
21948         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21949         * sysdeps/i386/i686/multiarch/strstr-c.c
21950         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21951         [SHARED && !NO_HIDDEN].
21952         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21953         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21954         * sysdeps/powerpc/powerpc32/dl-machine.c
21955         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21956         * sysdeps/powerpc/powerpc32/sysdep.h
21957         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21958         to [SHARED && PIC && !NO_HIDDEN].
21959         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21960         conditional to [SHARED].
21961
21962 2013-09-04   Will Newton  <will.newton@linaro.org>
21963
21964         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21965         * benchtests/bench-string.h: Include bench-timing.h instead
21966         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21967         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21968         call to HP_TIMING_DIFF_INIT.
21969         * benchtests/bench-memccpy.c: Use bench-timing.h macros
21970         instead of hp-timing.h macros.
21971         * benchtests/bench-memchr.c: Likewise.
21972         * benchtests/bench-memcmp.c: Likewise.
21973         * benchtests/bench-memcpy.c: Likewise.
21974         * benchtests/bench-memmem.c: Likewise.
21975         * benchtests/bench-memmove.c: Likewise.
21976         * benchtests/bench-memset.c: Likewise.
21977         * benchtests/bench-rawmemchr.c: Likewise.
21978         * benchtests/bench-strcasecmp.c: Likewise.
21979         * benchtests/bench-strcasestr.c: Likewise.
21980         * benchtests/bench-strcat.c: Likewise.
21981         * benchtests/bench-strchr.c: Likewise.
21982         * benchtests/bench-strcmp.c: Likewise.
21983         * benchtests/bench-strcpy.c: Likewise.
21984         * benchtests/bench-strcpy_chk.c: Likewise.
21985         * benchtests/bench-strlen.c: Likewise.
21986         * benchtests/bench-strncasecmp.c: Likewise.
21987         * benchtests/bench-strncat.c: Likewise.
21988         * benchtests/bench-strncmp.c: Likewise.
21989         * benchtests/bench-strncpy.c: Likewise.
21990         * benchtests/bench-strnlen.c: Likewise.
21991         * benchtests/bench-strpbrk.c: Likewise.
21992         * benchtests/bench-strrchr.c: Likewise.
21993         * benchtests/bench-strspn.c: Likewise.
21994         * benchtests/bench-strstr.c: Likewise.
21995
21996 2013-09-04  Will Newton  <will.newton@linaro.org>
21997
21998         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
21999
22000 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
22001
22002         [BZ #15427]
22003         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
22004         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
22005         * math/libm-test.inc (lgamma_test_data): Add more tests.
22006         * sysdeps/i386/fpu/libm-test-ulps: Update.
22007         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22008
22009 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
22010
22011         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
22012         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
22013         Add ifunc.
22014         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
22015         Add strcmp-sse2-unaligned
22016         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
22017
22018 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
22019
22020         * Versions.def (libc): Add GLIBC_2.19.
22021
22022 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
22023
22024         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
22025         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
22026
22027 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
22028
22029         [BZ #14155]
22030         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
22031         intermediate calculations in recurrence.
22032         (__ieee754_ynf): Likewise.
22033         * math/libm-test.inc (jn_test_data): Do not allow spurious
22034         underflow exception.  Add more tests.
22035         (yn_test_data): Add more tests.
22036         * sysdeps/i386/fpu/libm-test-ulps: Update.
22037         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22038
22039 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
22040
22041         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
22042
22043 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
22044
22045         * csu/init-first.c: Fix then/than typos.
22046         * locale/programs/ld-collate.c: Likewise.
22047         * locale/programs/linereader.h: Likewise.
22048         * manual/charset.texi: Likewise.
22049         * manual/filesys.texi: Likewise.
22050         * manual/stdio.texi: Likewise.
22051         * manual/string.texi: Likewise.
22052         * stdlib/fmtmsg.c: Likewise.
22053         * sysdeps/i386/stpncpy.S: Likewise.
22054         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22055         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
22056         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22057         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
22058
22059 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
22060
22061         * elf/dl-open.c: Fix typos.
22062         * iconvdata/gbbig5.c: Likewise.
22063         * iconvdata/iso-2022-jp.c: Likewise.
22064         * iconv/gconv_int.h: Likewise.
22065         * iconv/loop.c: Likewise.
22066         * nis/rpcsvc/nis.h: Likewise.
22067         * resolv/ns_name.c: Likewise.
22068         * stdio-common/vfscanf.c: Likewise.
22069         * streams/stropts.h: Likewise.
22070         * sunrpc/rpc_thread.c: Likewise.
22071         * sysdeps/i386/strpbrk.S: Likewise.
22072         * sysdeps/ieee754/k_standard.c: Likewise.
22073         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
22074         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22075         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
22076         * sysdeps/mach/hurd/profil.c: Likewise.
22077         * sysdeps/s390/dl-procinfo.h: Likewise.
22078         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
22079         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
22080         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
22081         * sysdeps/x86_64/dl-trampoline.S: Likewise.
22082         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
22083
22084 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
22085
22086         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
22087         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
22088
22089 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
22090
22091         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
22092         aix specific files.
22093         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
22094         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
22095         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
22096         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
22097         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
22098         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
22099         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
22100         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
22101
22102 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
22103             Roland McGrath  <roland@hack.frob.com>
22104
22105         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
22106         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
22107
22108 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
22109
22110         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
22111         __executable_start symbol instead of _start.
22112
22113 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
22114
22115         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
22116         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
22117         Move macros to...
22118         * sysdeps/gnu/ldsodefs.h: ... this new file.
22119
22120         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
22121         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
22122         instead of ELFOSABI_LINUX.
22123
22124         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
22125         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
22126         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
22127         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
22128         Likewise.
22129         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
22130         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
22131         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
22132         Likewise.
22133         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
22134         (ibm_extended_long_double): Add ieee_nan member.
22135         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
22136         (do_test): New function.
22137
22138         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
22139         TEST_TRUNC.
22140         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
22141         functions, renamed from truncdfsf_test, trunctfsf_test,
22142         trunctfdf_test.
22143         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
22144         functions.
22145         (do_test): Run all these.
22146
22147 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
22148
22149         * argp/argp-help.c: Fix typos.
22150         * argp/argp-parse.c: Likewise.
22151         * debug/backtracesyms.c: Likewise.
22152         * elf/elf.h: Likewise.
22153         * malloc/malloc.c: Likewise.
22154         * nis/nis_print.c: Likewise.
22155         * resolv/res_comp.c: Likewise.
22156         * stdlib/stdlib.h: Likewise.
22157         * sunrpc/clnt_tcp.c: Likewise.
22158         * sunrpc/clnt_udp.c: Likewise.
22159         * sunrpc/clnt_unix.c: Likewise.
22160         * sysdeps/unix/bsd/ptsname.c: Likewise.
22161         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
22162         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
22163         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
22164         Likewise.
22165         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
22166         Likewise.
22167         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
22168         Likewise.
22169         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
22170
22171 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22172
22173         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
22174         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
22175
22176 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
22177
22178         [BZ #15897]
22179         * dlfcn/Makefile (tests): Add bug-dl-leaf.
22180         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
22181         ($(objpfx)bug-dl-leaf): New rule.
22182         ($(objpfx)bug-dl-leaf.so): Likewise.
22183         ($(objpfx)bug-dl-leaf.out): Likewise.
22184         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
22185         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
22186         * dlfcn/bug-dl-leaf.c: New test.
22187         * dlfcn/bug-dl-leaf-lib.c: Likewise.
22188         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
22189         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
22190         (dlclose): Likewise.
22191         (dlmopen): Likewise.
22192
22193 2013-08-27  Roland McGrath  <roland@hack.frob.com>
22194
22195         * include/netdb.h [!_ISOMAC]:
22196         Don't include <tls.h>.
22197         (h_errno, __libc_h_errno): Move declaration and macros out of
22198         [_LIBC_REENTRANT].
22199
22200         * include/resolv.h [_RESOLV_H_]:
22201         Don't include <tls.h>.
22202         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
22203         * resolv/res_libc.c: Don't include <tls.h>.
22204         (_res): Use __attribute__ ((nocommon)) in place of
22205         __attribute__ ((section (".bss"))).
22206
22207         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
22208         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
22209
22210         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
22211
22212         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
22213         only under [SIOCGIFCONF && SIOCGIFNETMASK].
22214
22215         * resolv/res_mkquery.c: Include <sys/time.h>.
22216
22217         * inet/ifreq.c: Moved to ...
22218         * sysdeps/unix/ifreq.c: ... here.
22219         * inet/ifreq.c: New file, true stub version.
22220
22221         * socket/sa_len.c: New file.
22222         * socket/Makefile (aux): Add it.
22223         * sysdeps/unix/sysv/linux/Makefile
22224         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
22225         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
22226         and #include <socket/sa_len.c>.
22227         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
22228         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
22229
22230         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
22231         * bits/socket.h: ... here.
22232
22233         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
22234         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
22235         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
22236
22237 2013-08-27  Andreas Schwab  <schwab@suse.de>
22238
22239         [BZ #15736]
22240         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
22241         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
22242         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
22243         * string/test-strcasecmp.c (test_main): Run tests in several
22244         locales.
22245         * string/test-strncasecmp.c (test_main): Likewise.
22246
22247         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
22248         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
22249         to __strcasecmp_nonascii and __strncasecmp_nonascii.
22250         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
22251         (__strncasecmp_ssse3) [PIC]: Likewise.
22252
22253 2013-08-26  Roland McGrath  <roland@hack.frob.com>
22254
22255         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
22256
22257         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
22258         instead of explicitly declaring xdecrypt.
22259         * nis/nss_nis/nis-publickey.c: Likewise.
22260
22261 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22262
22263         [BZ #15890]
22264         * nscd/aicache.c: Include res_hconf.h.
22265         (addhstaiX): Initialize res_hconf.
22266
22267 2013-08-26  Andreas Schwab  <schwab@suse.de>
22268
22269         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
22270         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
22271
22272 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22273
22274         * nscd/aicache.c (addhstaiX): Fix indentation.
22275
22276 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
22277
22278         * configure.ac: Quote $build_pt_chown test.
22279         * configure: Regenerated.
22280
22281 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
22282
22283         [BZ #15532]
22284         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
22285         * math/s_cexpf.c (__cexpf): Likewise.
22286         * math/s_cexpl.c (__cexpl): Likewise.
22287         * math/libm-test.inc (cexp_test_data): Correct expected return
22288         value for NaN + i0.  Add another test.
22289
22290 2013-08-22  David S. Miller  <davem@davemloft.net>
22291
22292         * po/ca.po: Update Catalan translation from translation project.
22293         * po/uk.po: Add Ukrainian translations from translation project.
22294
22295 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
22296
22297         [BZ #15797]
22298         * math/s_fdim.c (__fdim): Check for infinite arguments if result
22299         is infinite, not alongside NaN test.
22300         * math/s_fdimf.c (__fdimf): Likewise.
22301         * math/s_fdiml.c (__fdiml): Likewise.
22302         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
22303         errno is unchanged.
22304
22305 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
22306
22307         * argp/argp-help.c: Fix typos.
22308         * crypt/speeds.c: Likewise.
22309         * csu/check_fds.c: Likewise.
22310         * elf/dl-load.c: Likewise.
22311         * elf/dl-open.c: Likewise.
22312         * elf/reldep3.c: Likewise.
22313         * elf/reldep.c: Likewise.
22314         * elf/sprof.c: Likewise.
22315         * iconv/iconv_charmap.c: Likewise.
22316         * iconv/skeleton.c: Likewise.
22317         * iconv/strtab.c: Likewise.
22318         * io/lockf64.c: Likewise.
22319         * libio/libioP.h: Likewise.
22320         * resolv/gai_notify.c: Likewise.
22321         * resolv/ns_name.c: Likewise.
22322         * resolv/ns_samedomain.c: Likewise.
22323         * resolv/res_send.c: Likewise.
22324         * stdlib/random.c: Likewise.
22325         * sunrpc/rpc/xdr.h: Likewise.
22326         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
22327         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
22328         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
22329         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
22330         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
22331         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
22332         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
22333         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
22334         * sysdeps/mach/hurd/check_fds.c: Likewise.
22335         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
22336         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22337         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22338         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
22339         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22340         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
22341         * sysdeps/pthread/aio_notify.c: Likewise.
22342         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
22343         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
22344         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
22345         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
22346         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22347
22348 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22349
22350         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
22351         version if bit_Slow_SSE4_2 is set.
22352         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
22353         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
22354
22355 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22356
22357         [BZ #15867]
22358         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
22359         trampoline stack frame information.
22360         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
22361         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
22362         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
22363         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
22364         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
22365         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22366         (_libc_vdso_platform_setup): Initialize the signal trampolines.
22367         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
22368         sa_flags value.
22369         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
22370         interrupting a syscall and set with option SA_SIGINFO.
22371
22372 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22373
22374         [BZ #15531]
22375         * math/s_cproj.c (__cproj): Only return an infinity if one part of
22376         argument is infinite.
22377         * math/s_cprojf.c (__cprojf): Likewise.
22378         * math/s_cprojl.c (__cprojl): Likewise.
22379         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
22380         * math/libm-test.inc (cproj_test_data): Add more tests.
22381
22382         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
22383
22384         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
22385         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
22386         size.  Use __ffs to determine corresponding shift.
22387
22388 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22389             Roland McGrath  <roland@hack.frob.com>
22390
22391         * Makefile (INSTALL): Remove trailing blank lines from output of
22392         makeinfo.
22393
22394 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22395
22396         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
22397         Align 32 bit compat elf_greg to 8 bytes.
22398
22399 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
22400
22401         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
22402
22403 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22404
22405         * string/strcoll_l.c (coll_seq): New structure.
22406         (get_next_seq_cached): New function.
22407         (get_next_seq): New function.
22408         (do_compare): New function.
22409         (STRCOLL): Use GNU style definition.  Simplify implementation
22410         by using get_next_seq, get_next_seq_cached and do_compare.
22411
22412 2013-08-16  Florian Weimer  <fweimer@redhat.com>
22413
22414         [BZ #14699]
22415         CVE-2013-4237
22416         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
22417         member.
22418         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
22419         member.
22420         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
22421         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
22422         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
22423         conditional.
22424         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
22425         GETDENTS_64BIT_ALIGNED.
22426         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
22427         * manual/filesys.texi (Reading/Closing Directory): Document
22428         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
22429         strongly.
22430         * manual/conf.texi (Limits for Files): Add portability note to
22431         NAME_MAX, PATH_MAX.
22432         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
22433
22434 2013-08-13  Andreas Schwab  <schwab@suse.de>
22435
22436         [BZ #15749]
22437         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
22438         of fabs.
22439         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
22440         LDBL_MAX_EXP >= 16384]: Add tests for it.
22441
22442 2013-08-12  David S. Miller  <davem@davemloft.net>
22443
22444         * version.h (RELEASE): Set to "development".
22445         (VERSION): Set to "2.18.90".
22446         * NEWS: Add 2.19 section.
22447
22448 2013-08-03  David S. Miller  <davem@davemloft.net>
22449
22450         * po/ko.po: Update Korean translation from translation project.
22451
22452 2013-08-01  David S. Miller  <davem@davemloft.net>
22453
22454         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
22455         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
22456         Bilka.
22457
22458 2013-07-30  David S. Miller  <davem@davemloft.net>
22459
22460         * po/fr.po: Update French translation from translation project.
22461
22462 2013-07-28  David S. Miller  <davem@davemloft.net>
22463
22464         * po/cs.po: Update Czech translation from translation project.
22465
22466         * po/sv.po: Update Swedish translation from translation project.
22467
22468 2013-07-27  David S. Miller  <davem@davemloft.net>
22469
22470         * po/eo.po: Update Esperanto translation from translation project.
22471
22472         * po/vi.po: Update Vietnamese translation from translation project.
22473
22474         * po/de.po: Update German translation from translation project.
22475
22476 2013-07-26  David S. Miller  <davem@davemloft.net>
22477
22478         * po/bg.po: Update Bulgarian translation from translation project.
22479
22480         * po/nl.po: Update Dutch translation from translation project.
22481         * po/pl.po: Update Polish translation from translation project.
22482         * po/ru.po: Update Russian translation from translation project.
22483
22484 2013-07-24  David S. Miller  <davem@davemloft.net>
22485
22486         * po/libc.pot: Update.
22487
22488 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22489
22490         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
22491         variable page size.
22492         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
22493         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
22494         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
22495
22496 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22497
22498         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
22499
22500 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22501             Andreas Schwab  <schwab@suse.de>
22502             Roland McGrath  <roland@hack.frob.com>
22503             Joseph Myers  <joseph@codesourcery.com>
22504             Carlos O'Donell  <carlos@redhat.com>
22505
22506         [BZ #15755]
22507         * config.h.in: Define HAVE_PT_CHOWN.
22508         * config.make.in (build-pt-chown): New variable.
22509         * configure.in (--enable-pt_chown): New configure option.
22510         * configure: Regenerate.
22511         * login/Makefile: Include Makeconfig.  Build pt_chown only if
22512         build-pt-chown is enabled.
22513         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
22514         pt_chown to fix pty ownership.
22515         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
22516         CLOSE_ALL_FDS.
22517         * manual/install.texi (Configuring and compiling): Mention
22518         --enable-pt_chown. Add @findex for grantpt.
22519         * INSTALL: Regenerate.
22520
22521 2013-07-20  David S. Miller  <davem@davemloft.net>
22522
22523         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
22524         difference between 32-bit and 64-bit.
22525
22526 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
22527
22528         [BZ #15711]
22529         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
22530         Avoid system header dependency with -ffreestanding.
22531         ($(objpfx)bits/syscall%d): Likewise.
22532
22533 2013-07-13  David S. Miller  <davem@davemloft.net>
22534
22535         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
22536         underflows from atanl/atan2l due to bug 15319.
22537         (casinh_test_data): Likewise.
22538
22539 2013-07-07  David S. Miller  <davem@davemloft.net>
22540
22541         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
22542
22543 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
22544
22545         * sysdeps/i386/fpu/libm-test-ulps: Update.
22546         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22547
22548 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22549
22550         * configure.in (--enable-lock-elision): Fix message text.
22551         * INSTALL: Regenerate.
22552         * configure: Regenerate.
22553
22554 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22555
22556         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22557
22558 2013-07-03  Andreas Jaeger  <aj@suse.de>
22559
22560         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
22561         define.
22562         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
22563         (ptrace_peeksiginfo_args): Add.
22564         (__ptrace_peeksiginfo_flags): Add.
22565         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
22566         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
22567         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
22568
22569 2013-07-03  Allan McRae  <allan@archlinux.org>
22570
22571         * sysdeps/i386/fpu/libm-test-ulps: Update.
22572
22573 2013-07-02  David S. Miller  <davem@davemloft.net>
22574
22575         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22576
22577 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
22578
22579         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22580
22581 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22582
22583         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
22584         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22585
22586 2013-07-02  Andi Kleen <ak@linux.intel.com>
22587
22588         * config.h.in (ENABLE_LOCK_ELISION): Add.
22589         * configure.in (--enable-lock-elision): Add option.
22590         * manual/install.texi: Document --enable lock elision.
22591         * configure: Regenerate
22592         * INSTALL: Regenerate.
22593
22594 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
22595
22596         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
22597         SSE4.2 strcasecmp for libc.a.
22598         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
22599
22600 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22601
22602         [BZ #13304]
22603         * soft-fp/op-common.h (_FP_FMA): New macro.
22604         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
22605         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
22606         (_FP_MUL_MEAT_1_imm): ... here.
22607         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
22608         (_FP_MUL_MEAT_1_wide): ... here.
22609         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
22610         (_FP_MUL_MEAT_1_hard): ... here.
22611         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
22612         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
22613         (_FP_MUL_MEAT_2_wide): ... here.
22614         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
22615         (_FP_MUL_MEAT_2_wide_3mul): ... here.
22616         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
22617         (_FP_MUL_MEAT_2_gmp): ... here.
22618         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22619         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
22620         (_FP_MUL_MEAT_4_wide): ... here.
22621         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
22622         (_FP_MUL_MEAT_4_gmp): ... here.
22623         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22624         (_FP_WFRACBITS_DW_S): Likewise.
22625         (_FP_WFRACXBITS_DW_S): Likewise.
22626         (_FP_HIGHBIT_DW_S): Likewise.
22627         (FP_FMA_S): Likewise.
22628         (_FP_FRAC_HIGH_DW_S): Likewise.
22629         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22630         (_FP_WFRACBITS_DW_D): Likewise.
22631         (_FP_WFRACXBITS_DW_D): Likewise.
22632         (_FP_HIGHBIT_DW_D): Likewise.
22633         (FP_FMA_D): Likewise.
22634         (_FP_FRAC_HIGH_DW_D): Likewise.
22635         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22636         (_FP_WFRACBITS_DW_E): Likewise.
22637         (_FP_WFRACXBITS_DW_E): Likewise.
22638         (_FP_HIGHBIT_DW_E): Likewise.
22639         (FP_FMA_E): Likewise.
22640         (_FP_FRAC_HIGH_DW_E): Likewise.
22641         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22642         (_FP_WFRACBITS_DW_Q): Likewise.
22643         (_FP_WFRACXBITS_DW_Q): Likewise.
22644         (_FP_HIGHBIT_DW_Q): Likewise.
22645         (FP_FMA_Q): Likewise.
22646         (_FP_FRAC_HIGH_DW_Q): Likewise.
22647         * soft-fp/fmasf4.c: New file.
22648         * soft-fp/fmadf4.c: Likewise.
22649         * soft-fp/fmatf4.c: Likewise.
22650
22651 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22652
22653         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22654         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22655         Silvermont.
22656         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22657         macro.
22658         (index_Slow_SSE4_2): Likewise.
22659         (index_Prefer_PMINUB_for_stringop): Likewise.
22660         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22661         bit_Slow_SSE4_2 is set.
22662         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22663         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22664
22665 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22666
22667         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22668         rtld_global._dl_hwcap2.
22669         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22670         POWER8.
22671         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22672         POWER8 feature descriptions defined in _dl_hwcap2.
22673         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22674         string handling for POWER8 feature bits.
22675         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22676         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22677         _dl_powerpc_cap_flags.
22678         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22679         * sysdeps/powerpc/rtld-global-offsets.sym
22680         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22681         _dl_hwcap2 in the rtld_global_ro structure.
22682
22683 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22684
22685         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22686         hardware capabilities in support of AT_HWCAP2.
22687         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22688         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22689         GLRO(dl_hwcap2).
22690         (_dl_show_auxv): Add support for calling _dl_procinfo to display
22691         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
22692         explicitly the unknown a_type display mechanism is used.
22693         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22694         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22695         struct member.
22696         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22697         to macro prototype for AT_HWCAP2 support.
22698         * sysdeps/i386/dl-procinfo.h: Likewise.
22699         * sysdeps/s390/dl-procinfo.h: Likewise.
22700         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22701         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
22702         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
22703         return -1 for unknown a_type display fallback.
22704         * sysdeps/sparc/dl-procinfo.h: Likewise.
22705         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22706         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22707
22708 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
22709
22710         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22711         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22712
22713 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
22714
22715         [BZ #12492]
22716         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22717         mprotect making __stack_prot writable.
22718
22719 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
22720             Joseph Myers  <joseph@codesourcery.com>
22721
22722         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22723         as being properly aligned.
22724
22725 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
22726
22727         * dlfcn/modstatic5.c: New file.
22728         * dlfcn/tststatic5.c: New file.
22729         * dlfcn/Makefile (tests): Add tststatic5.
22730         (tests-static): Likewise.
22731         (modules-names): Add modstatic5.
22732         (tststatic5-ENV): New variable.
22733         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22734
22735         [BZ #15022]
22736         * elf/dl-support.c (_dl_main_map): New variable.
22737         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22738         (_dl_nns, _dl_load_adds): Set to 1.
22739         (_dl_initial_searchlist): Refer to _dl_main_map.
22740         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22741         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22742         call to _dl_get_origin.
22743         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22744         around call_map.
22745         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22746         * dlfcn/modstatic3.c: New file.
22747         * dlfcn/tststatic3.c: New file.
22748         * dlfcn/tststatic4.c: New file.
22749         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22750         (tests-static): Likewise.
22751         (modules-names): Add modstatic3.
22752         (tststatic3-ENV, tststatic4-ENV): New variables.
22753         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22754         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22755
22756 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
22757
22758         * configure.in (CC): Require GCC version 4.4 or later.
22759         * configure: Regenerated.
22760         * manual/install.texi (Tools for Compilation): Update GCC version
22761         requirement.
22762         * INSTALL: Regenerated.
22763
22764 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22765
22766         [BZ #15674]
22767         * string/test-memcmp.c (check2): New.
22768         (main): Call check2.
22769
22770         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22771
22772 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
22773
22774         [BZ #15022]
22775         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22776         over to...
22777         (dl_open_worker) [!SHARED]: ... here.
22778
22779 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22780
22781         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22782
22783 2013-06-25  Richard Henderson  <rth@redhat.com>
22784
22785         * locale/programs/locarchive.c: Include <libc-internal.h>
22786
22787 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
22788
22789         * manual/texinfo.tex: Update to version 2013-06-21.17, with
22790         trailing whitespace removed.
22791
22792 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22793
22794         [BZ #10283]
22795         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22796         * locale/programs/locarchive.c: Include libc-mmap.h.
22797         (prepare_address_space): Take two new outputs (the mmap base and len).
22798         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
22799         values.
22800         (create_archive): Declare new mmap base and len values for
22801         prepare_address_space, and store the result in ah.
22802         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22803         (enlarge_archive): If ah->mmap_base is not NULL, use that and
22804         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22805         Declare new mmap base and len values for
22806         prepare_address_space, and store the result in new_ah.
22807         (open_archive): Declare new mmap base and len values for
22808         prepare_address_space, and store the result in ah.
22809         (close_archive): If ah->mmap_base is not NULL, use that and
22810         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22811         * sysdeps/generic/libc-mmap.h: New file.
22812
22813 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22814
22815         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22816         (ALIGN_UP): Likewise.
22817         (PTR_ALIGN_DOWN): Likewise.
22818         (PTR_ALIGN_UP): Likewise.
22819
22820 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22821
22822         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22823         entry mapped to PPC_PLATFORM_POWER8.
22824         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22825         POWER8.
22826         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22827         (_dl_string_platform): Add case for exporting platform position for
22828         POWER8.
22829         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22830         search path to sysdeps/powerpc/powerpc32/power8 directory.
22831         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22832         search path to sysdeps/powerpc/powerpc64/power8 directory.
22833         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22834         power7 directories.
22835         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22836         power7 directories.
22837
22838 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22839
22840         * INSTALL: Regenerate.
22841
22842         * nscd/connections.c (nscd_init): Fix comment.
22843
22844 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
22845
22846         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22847
22848         [BZ #15667]
22849         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22850         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22851
22852 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22853
22854         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22855         DL_DST_REQ_STATIC.
22856         (DL_DST_REQ_STATIC): Remove macro.
22857
22858 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
22859
22860         [BZ #7006]
22861         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22862         with a shift of 0 bits.
22863
22864 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22865
22866         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22867         $(tststatic-ENV).
22868
22869 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22870
22871         [BZ #15655]
22872         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22873
22874 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22875
22876         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22877         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22878         accepts -fno-tree-loop-distribute-patterns.
22879         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22880         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22881         recursive call.
22882         * string/memset.c (memset): Likewise.
22883         * string/test-memmove.c (simple_memmove): Disable loop transformation
22884         to library calls.
22885         * string/test-memset.c (simple_memset): Likewise.
22886         * benchtests/bench-memmove.c (simple_memmove): Likewise.
22887         * benchtests/bench-memset.c (simple_memset): Likewise.
22888         * configure: Regenerated.
22889
22890 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
22891
22892         * math/test-misc.c (main): Ignore fesetround failure when failures
22893         of subsequent rounding tests would be ignored.
22894
22895         [BZ #15654]
22896         * math/fedisblxcpt.c (fedisableexcept): Return 0.
22897         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22898         * math/fegetenv.c (__fegetenv): Return 0.
22899         * math/fegetexcept.c (fegetexcept): Return 0.
22900         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22901         FE_TONEAREST.
22902         * math/feholdexcpt.c (feholdexcept): Return 0.
22903         * math/fesetenv.c (__fesetenv): Return 0.
22904         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22905         argument FE_TONEAREST.
22906         * math/feupdateenv.c (__feupdateenv): Return 0.
22907         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22908
22909 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22910
22911         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22912         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22913         ($(objpfx)rtld-%.os rules): Use them.
22914
22915 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22916
22917         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22918         fields.
22919
22920 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22921
22922         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22923         length of target pattern, then descending length of dependency pattern.
22924         * configure.in (AWK): Require gawk 3.1.2 or newer.
22925         * manual/install.texi (Tools for Compilation): Say that we do.
22926         * configure: Regenerated.
22927
22928         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22929         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22930         * scripts/sysd-rules.awk: ... this new script.
22931         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22932         than a glob-style pattern.
22933
22934 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22935
22936         * math/test-misc.c (main): Do not treat incorrectly rounded
22937         conversions as failure unless ROUNDING_TESTS passes.
22938
22939 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22940
22941         [BZ #15631]
22942         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22943         restore exception state around main square root computation, then
22944         check for inexactness explicitly.
22945
22946         * math/libm-test.inc (fma_test_data): Add another test.
22947
22948 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22949
22950         * manual/threads.texi (Non-POSIX Extensions): New document
22951         node.  Document pthread_getattr_default_np and
22952         pthread_setattr_default_np.
22953
22954         * Versions.def (libpthread): Add GLIBC_2.18.
22955         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22956         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22957         Likewise.
22958         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22959         Likewise.
22960         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22961         Likewise.
22962         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22963         Likewise.
22964         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22965         Likewise.
22966         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22967         Likewise.
22968         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22969         Likewise.
22970         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22971         Likewise.
22972         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22973         Likewise.
22974
22975 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22976
22977         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22978         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22979
22980 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22981             H.J. Lu  <hjl.tools@gmail.com>
22982
22983         [BZ #15627]
22984         * sysdeps/x86_64/rtld-memset.c: Remove file.
22985         * sysdeps/x86_64/rtld-memset.S: New file.
22986
22987 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
22988
22989         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22990         (test_in_one_mode): Take arguments for whether the rounding mode
22991         is supported for each floating-point type.
22992         (do_test): Pass new arguments to test_in_one_mode using
22993         ROUNDING_TESTS.
22994
22995 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22996
22997         * posix/tst-waitid.c (do_test): Distinguish different instances of
22998         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
22999         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
23000         before entering the kernel for waitpid.
23001
23002 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
23003
23004         * NEWS: Fix note on clock function precision.  Text by Roland
23005         McGrath.
23006
23007 2013-06-13  Roland McGrath  <roland@hack.frob.com>
23008
23009         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
23010         it into place only when and if the sanity check passes.
23011
23012 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
23013
23014         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
23015         output for whether conversion result is exact.  Take argument
23016         indicating whether type is IBM long double.
23017         (round_for_all): Change need_exact field to ibm_ld.
23018         * stdlib/tst-strtod-round.c (struct exactness): New type.
23019         (struct test): Change bool ld_ok field to struct exactness exact.
23020         (TEST): Update all definitions for change to field.
23021         (tests): Regenerate array contents.
23022         (test_in_one_mode): Take pointer to new field instead of old ld_ok
23023         field value.  Check for IBM long double here.
23024         (do_test): Update calls to test_in_one_mode.
23025
23026 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
23027
23028         [BZ #12515]
23029         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
23030         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
23031
23032 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23033
23034         [BZ #15605]
23035         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
23036         generated by the compiler on loop optimizations.
23037         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
23038         general definitions.
23039
23040 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
23041
23042         * math/bug-nextafter.c: Include <math-tests.h>.
23043         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23044         the relevant type.
23045         * math/bug-nexttoward.c: Include <math-tests.h>.
23046         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23047         the relevant type.
23048         * math/test-misc.c: Include <math-tests.h>.
23049         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23050         the relevant type.
23051
23052 2013-06-12  Andreas Jaeger  <aj@suse.de>
23053
23054         * po/ia.po: Update Interlingua translation from translation
23055         project.
23056
23057 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
23058
23059         * include/fenv.h: Include stdbool.h.
23060         (struct rm_ctx): New structure.
23061         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
23062         Define macro.
23063         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
23064         (SET_RESTORE_ROUNDF): Likewise.
23065         (SET_RESTORE_ROUNDL): Likewise.
23066         (SET_RESTORE_ROUND_NOEX): Likewise.
23067         (SET_RESTORE_ROUND_NOEXF): Likewise.
23068         (SET_RESTORE_ROUND_NOEXL): Likewise.
23069         (SET_RESTORE_ROUND_53BIT): Likewise.
23070         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
23071         (libc_feresetround_noexf_ctx): Likewise.
23072         (libc_feresetround_noexl_ctx): Likewise.
23073         (libc_feholdsetround_53bit_ctx): Likewise.
23074         (libc_feresetround_53bit_ctx): Likewise.
23075         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
23076         (libc_feholdexcept_setround_sse_ctx): New function.
23077         (libc_fesetenv_sse_ctx): Likewise.
23078         (libc_feupdateenv_sse_ctx): Likewise.
23079         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
23080         (libc_feholdexcept_setround_387_ctx): Likewise.
23081         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
23082         (libc_feholdsetround_387_prec_ctx): Likewise.
23083         (libc_feholdsetround_387_ctx): Likewise.
23084         (libc_feholdsetround_387_53bit_ctx): Likewise.
23085         (libc_feholdsetround_sse_ctx): Likewise.
23086         (libc_feresetround_sse_ctx): Likewise.
23087         (libc_feresetround_387_ctx): Likewise.
23088         (libc_feupdateenv_387_ctx): Likewise.
23089         (libc_feholdexcept_setroundf_ctx): Define macro.
23090         (libc_fesetenvf_ctx): Likewise.
23091         (libc_feupdateenvf_ctx): Likewise.
23092         (libc_feholdsetroundf_ctx): Likewise.
23093         (libc_feresetroundf_ctx): Likewise.
23094         (libc_feholdexcept_setround_ctx): Likewise.
23095         (libc_fesetenv_ctx): Likewise.
23096         (libc_feupdateenv_ctx): Likewise.
23097         (libc_feholdsetround_ctx): Likewise.
23098         (libc_feresetround_ctx): Likewise.
23099         (libc_feholdexcept_setroundl_ctx): Likewise.
23100         (libc_feupdateenvl_ctx): Likewise.
23101         (libc_feholdsetroundl_ctx): Likewise.
23102         (libc_feresetroundl_ctx): Likewise.
23103         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
23104         (libc_feresetround_53bit_ctx): Likewise.
23105
23106 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23107
23108         * locale/iso-639.def: Convert to UTF-8.
23109
23110 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
23111
23112         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
23113         (EXCEPTION_TESTS_double): Likewise.
23114         (EXCEPTION_TESTS_long_double): Likewise.
23115         (EXCEPTION_TESTS): Likewise.
23116         * math/libm-test.inc (test_exceptions): Only test exceptions if
23117         EXCEPTION_TESTS (FLOAT).
23118
23119 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23120
23121         * benchtests/Makefile (string-bench): Add strcpy_chk and
23122         stpcpy_chk.
23123         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
23124         * benchtests/bench-stpcpy_chk.c: New file.
23125         * benchtests/bench-strcpy_chk-ifunc.c: New file.
23126         * benchtests/bench-strcpy_chk.c: New file.
23127         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
23128         code.
23129         (do_test): Likewise.
23130
23131 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23132
23133         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
23134         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
23135         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
23136         with tabs where appropriate.
23137         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
23138         dl-procinfo.h.
23139         [PPC_PLATFORM_PPC440]: Likewise.
23140         [PPC_PLATFORM_PPC464]: Likewise.
23141         [PPC_PLATFORM_PPC476]: Likewise.
23142         (_dl_string_platform): Add support for detecting ppc405, ppc440,
23143         ppc464, and ppc476 platform strings merging from ports/
23144         dl-procinfo.h.
23145
23146 2013-06-11  Andreas Schwab  <schwab@suse.de>
23147
23148         [BZ #14991]
23149         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
23150         (from_ucs4_idx): Regenerate.
23151         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
23152         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
23153         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
23154         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
23155         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
23156         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
23157         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
23158         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
23159         from FROM_LOOP and TO_LOOP specific macros.
23160         (BODY): Handle combining characters.
23161         * iconvdata/BIG5HKSCS.irreversible: Update.
23162         * iconvdata/BIG5HKSCS.precomposed: New file.
23163         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
23164         characters.
23165         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
23166
23167 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23168
23169         * include/sys/time.h: Fix indentation and add copyright header.
23170
23171         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
23172         (do_test): Likewise.
23173         * string/test-memchr.c (do_one_test): Likewise.
23174         (do_test): Likewise.
23175         * string/test-memcmp.c (do_one_test): Likewise.
23176         (do_test): Likewise.
23177         * string/test-memcpy.c (do_one_test): Likewise.
23178         (do_test): Likewise.
23179         * string/test-memmem.c (do_one_test): Likewise.
23180         (do_test): Likewise.
23181         (do_random_tests): Likewise.
23182         * string/test-memmove.c (do_one_test): Likewise.
23183         (do_test): Likewise.
23184         * string/test-memset.c (do_one_test): Likewise.
23185         (do_test): Likewise.
23186         * string/test-rawmemchr.c (do_one_test): Likewise.
23187         (do_test): Likewise.
23188         * string/test-strcasecmp.c (do_one_test): Likewise.
23189         (do_test): Likewise.
23190         * string/test-strcasestr.c (do_one_test): Likewise.
23191         (do_test): Likewise.
23192         * string/test-strcat.c (do_one_test): Likewise.
23193         (do_test): Likewise.
23194         * string/test-strchr.c (do_one_test): Likewise.
23195         (do_test): Likewise.
23196         * string/test-strcmp.c (do_one_test): Likewise.
23197         (do_test): Likewise.
23198         * string/test-strcpy.c (do_one_test): Likewise.
23199         (do_test): Likewise.
23200         * string/test-string.h: Likewise.
23201         (test_init): Likewise.
23202         * string/test-strlen.c (do_one_test): Likewise.
23203         (do_test): Likewise.
23204         * string/test-strncasecmp.c (do_one_test): Likewise.
23205         (do_test): Likewise.
23206         * string/test-strncat.c (do_one_test): Likewise.
23207         (do_test): Likewise.
23208         * string/test-strncmp.c (do_one_test): Likewise.
23209         (do_test_limit): Likewise.
23210         (do_test): Likewise.
23211         * string/test-strncpy.c (do_one_test): Likewise.
23212         (do_test): Likewise.
23213         * string/test-strnlen.c (do_one_test): Likewise.
23214         (do_test): Likewise.
23215         * string/test-strpbrk.c (do_one_test): Likewise.
23216         (do_test): Likewise.
23217         * string/test-strrchr.c (do_one_test): Likewise.
23218         (do_test): Likewise.
23219         * string/test-strspn.c (do_one_test): Likewise.
23220         (do_test): Likewise.
23221         * string/test-strstr.c (do_one_test): Likewise.
23222         (do_test): Likewise.
23223
23224         * benchtests/Makefile (string-bench): Add string benchmarks.
23225         * benchtests/bench-bcopy-ifunc.c: New file.
23226         * benchtests/bench-bcopy.c: New file.
23227         * benchtests/bench-bzero-ifunc.c: New file.
23228         * benchtests/bench-bzero.c: New file.
23229         * benchtests/bench-memccpy-ifunc.c: New file.
23230         * benchtests/bench-memccpy.c: New file.
23231         * benchtests/bench-memchr-ifunc.c: New file.
23232         * benchtests/bench-memchr.c: New file.
23233         * benchtests/bench-memcmp-ifunc.c: New file.
23234         * benchtests/bench-memcmp.c: New file.
23235         * benchtests/bench-memmem-ifunc.c: New file.
23236         * benchtests/bench-memmem.c: New file.
23237         * benchtests/bench-memmove-ifunc.c: New file.
23238         * benchtests/bench-memmove.c: New file.
23239         * benchtests/bench-mempcpy-ifunc.c: New file.
23240         * benchtests/bench-mempcpy.c: New file.
23241         * benchtests/bench-memset-ifunc.c: New file.
23242         * benchtests/bench-memset.c: New file.
23243         * benchtests/bench-rawmemchr-ifunc.c: New file.
23244         * benchtests/bench-rawmemchr.c: New file.
23245         * benchtests/bench-stpcpy-ifunc.c: New file.
23246         * benchtests/bench-stpcpy.c: New file.
23247         * benchtests/bench-stpncpy-ifunc.c: New file.
23248         * benchtests/bench-stpncpy.c: New file.
23249         * benchtests/bench-strcasecmp-ifunc.c: New file.
23250         * benchtests/bench-strcasecmp.c: New file.
23251         * benchtests/bench-strcasestr-ifunc.c: New file.
23252         * benchtests/bench-strcasestr.c: New file.
23253         * benchtests/bench-strcat-ifunc.c: New file.
23254         * benchtests/bench-strcat.c: New file.
23255         * benchtests/bench-strchr-ifunc.c: New file.
23256         * benchtests/bench-strchr.c: New file.
23257         * benchtests/bench-strchrnul-ifunc.c: New file.
23258         * benchtests/bench-strchrnul.c: New file.
23259         * benchtests/bench-strcmp-ifunc.c: New file.
23260         * benchtests/bench-strcmp.c: New file.
23261         * benchtests/bench-strcpy-ifunc.c: New file.
23262         * benchtests/bench-strcpy.c: New file.
23263         * benchtests/bench-strcspn-ifunc.c: New file.
23264         * benchtests/bench-strcspn.c: New file.
23265         * benchtests/bench-strlen-ifunc.c: New file.
23266         * benchtests/bench-strlen.c: New file.
23267         * benchtests/bench-strncasecmp-ifunc.c: New file.
23268         * benchtests/bench-strncasecmp.c: New file.
23269         * benchtests/bench-strncat-ifunc.c: New file.
23270         * benchtests/bench-strncat.c: New file.
23271         * benchtests/bench-strncmp-ifunc.c: New file.
23272         * benchtests/bench-strncmp.c: New file.
23273         * benchtests/bench-strncpy-ifunc.c: New file.
23274         * benchtests/bench-strncpy.c: New file.
23275         * benchtests/bench-strnlen-ifunc.c: New file.
23276         * benchtests/bench-strnlen.c: New file.
23277         * benchtests/bench-strpbrk-ifunc.c: New file.
23278         * benchtests/bench-strpbrk.c: New file.
23279         * benchtests/bench-strrchr-ifunc.c: New file.
23280         * benchtests/bench-strrchr.c: New file.
23281         * benchtests/bench-strspn-ifunc.c: New file.
23282         * benchtests/bench-strspn.c: New file.
23283         * benchtests/bench-strstr-ifunc.c: New file.
23284         * benchtests/bench-strstr.c: New file.
23285
23286         * benchtests/Makefile: Disable parallel execution of targets.
23287         (string-bench): Add memcpy.
23288         (benchset): New variable to store a list of benchmark sets.
23289         (bench-func): Renamed from bench.
23290         (bench-set): New target.
23291         (bench): Depend on bench-func and bench-set.
23292         * benchtests/README: Add section on benchmark sets.
23293         * benchtests/bench-memcpy-ifunc.c: New file.
23294         * benchtests/bench-memcpy.c: New file.
23295         * benchtests/bench-string.h: New file.
23296
23297 2013-06-11  Andreas Schwab  <schwab@suse.de>
23298
23299         [BZ #15577]
23300         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
23301         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
23302         values in the triple.
23303         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
23304         terminator in the group key.
23305
23306 2013-06-11  Andreas Jaeger  <aj@suse.de>
23307
23308         * po/zh_TW.po: Update Chinese (traditional) translation from
23309         translation project.
23310
23311 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23312
23313         * include/time.h (__clock_gettime): Add libc_hidden_proto.
23314         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
23315         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
23316         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
23317         (clock_getcpuclockid): Likewise.
23318         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
23319         Add weak_alias and libc_hidden_def.
23320         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
23321         * rt/clock_gettime.c (clock_gettime): Rename to
23322         __clock_gettime.  Add weak_alias and libc_hidden_def.
23323         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
23324         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
23325         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
23326         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
23327         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
23328         Likewise.
23329         * rt/clock_settime.c (clock_settime): Rename to
23330         __clock_settime.  Add weak_alias and libc_hidden_def.
23331         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
23332
23333 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
23334
23335         * mach/err_boot.sub: Remove trailing whitespace.
23336         * mach/err_ipc.sub: Likewise.
23337         * mach/err_mach.sub: Likewise.
23338
23339         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
23340         (ROUNDING_TESTS_double): Likewise.
23341         (ROUNDING_TESTS_long_double): Likewise.
23342         (ROUNDING_TESTS): Likewise.
23343         * math/libm-test.inc: Include <math-tests.h>.
23344         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
23345         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
23346         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
23347         (IF_ROUND_INIT_FE_UPWARD): Likewise.
23348
23349 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23350
23351         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
23352         of assigning.
23353
23354 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
23355
23356         * sysdeps/gnu/errlist.awk: Do not generate space at end of
23357         otherwise empty TRANS lines.
23358         * sysdeps/gnu/errlist.c: Regenerated.
23359
23360         * catgets/gencat.c (error_print): Use (void) in function
23361         definition.
23362         * crypt/crypt_util.c (__init_des): Likewise.
23363         * crypt/speeds.c (Stop): Likewise.
23364         (main): Likewise.
23365         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
23366         * inet/ruserpass.c (token): Likewise.
23367         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
23368         * intl/localealias.c (extend_alias_table): Likewise.
23369         * intl/plural-exp.c (init_germanic_plural): Likewise.
23370         * libio/fcloseall.c (__fcloseall): Likewise.
23371         * libio/genops.c (_IO_flush_all): Likewise.
23372         (_IO_flush_all_linebuffered): Likewise.
23373         (_IO_cleanup): Likewise.
23374         (_IO_iter_begin): Likewise.
23375         (_IO_iter_end): Likewise.
23376         (_IO_list_lock): Likewise.
23377         (_IO_list_unlock): Likewise.
23378         (_IO_list_resetlock): Likewise.
23379         * libio/getchar.c (getchar): Likewise.
23380         * libio/getchar_u.c (getchar_unlocked): Likewise.
23381         * libio/getwchar.c (getwchar): Likewise.
23382         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
23383         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
23384         * login/getpt.c (__getpt): Likewise.
23385         * login/tst-utmp.c (main): Likewise.
23386         * malloc/hooks.c (__malloc_check_init): Likewise.
23387         * malloc/malloc.c (__malloc_stats): Likewise.
23388         * malloc/mtrace.c (tr_break): Likewise.
23389         (mtrace): Likewise.
23390         (muntrace): Likewise.
23391         * misc/fstab.c (endfsent): Likewise.
23392         * misc/getclktck.c (__getclktck): Likewise.
23393         * misc/getdtsz.c (__getdtablesize): Likewise.
23394         * misc/gethostid.c (gethostid): Likewise.
23395         * misc/getpagesize.c (__getpagesize): Likewise.
23396         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
23397         (__get_nprocs): Likewise.
23398         (__get_phys_pages): Likewise.
23399         (__get_avphys_pages): Likewise.
23400         * misc/getttyent.c (getttyent): Likewise.
23401         (setttyent): Likewise.
23402         (endttyent): Likewise.
23403         * misc/getusershell.c (getusershell): Likewise.
23404         (endusershell): Likewise.
23405         (setusershell): Likewise.
23406         (initshells): Likewise.
23407         * misc/hsearch.c (__hdestroy): Likewise.
23408         * misc/sync.c (sync): Likewise.
23409         * misc/syslog.c (closelog_internal): Likewise.
23410         (closelog): Likewise.
23411         * misc/ttyslot.c (ttyslot): Likewise.
23412         * misc/vhangup.c (vhangup): Likewise.
23413         * posix/fork.c (__fork): Likewise.
23414         * posix/getegid.c (__getegid): Likewise.
23415         * posix/geteuid.c (__geteuid): Likewise.
23416         * posix/getgid.c (__getgid): Likewise.
23417         * posix/getpid.c (__getpid): Likewise.
23418         * posix/getppid.c (__getppid): Likewise.
23419         * posix/getuid.c (__getuid): Likewise.
23420         * posix/pause.c (pause): Likewise.
23421         * posix/setpgrp.c (setpgrp): Likewise.
23422         * posix/setsid.c (__setsid): Likewise.
23423         * posix/test-vfork.c (noop): Likewise.
23424         * resolv/gethnamaddr.c (_endhtent): Likewise.
23425         (_gethtent): Likewise.
23426         (ht_endhostent): Likewise.
23427         (gethostent): Likewise.
23428         (dns_service): Likewise.
23429         * stdlib/drand48.c (drand48): Likewise.
23430         * stdlib/lrand48.c (lrand48): Likewise.
23431         * stdlib/mrand48.c (mrand48): Likewise.
23432         * stdlib/rand.c (rand): Likewise.
23433         * stdlib/random.c (__random): Likewise.
23434         * stdlib/setenv.c (clearenv): Likewise.
23435         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
23436         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
23437         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
23438         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
23439         (__get_nprocs): Likewise.
23440         (__get_phys_pages): Likewise.
23441         (__get_avphys_pages): Likewise.
23442         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
23443         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
23444         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
23445         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
23446         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
23447         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
23448         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
23449         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
23450         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
23451         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
23452         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
23453         * sysdeps/mach/hurd/sync.c (sync): Likewise.
23454         * sysdeps/posix/clock.c (clock): Likewise.
23455         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
23456         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
23457         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
23458         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
23459         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
23460         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
23461         (__get_nprocs_conf): Likewise.
23462         (__get_phys_pages): Likewise.
23463         (__get_avphys_pages): Likewise.
23464         * time/clock.c (clock): Likewise.
23465         * time/tzset.c (__tzname_max): Likewise.
23466
23467 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
23468
23469         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
23470         (__bswap_32): Do not use "register".
23471         * crypt/crypt.c (_ufc_doit_r): Likewise.
23472         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
23473         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
23474         * gmon/gmon.c (__monstartup): Likewise.
23475         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
23476         * hurd/hurdmalloc.c (more_memory): Likewise.
23477         (malloc): Likewise.
23478         (free): Likewise.
23479         (realloc): Likewise.
23480         (malloc_fork_prepare): Likewise.
23481         (malloc_fork_parent): Likewise.
23482         (malloc_fork_child): Likewise.
23483         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
23484         (_svcauth_des): Likewise.
23485         * inet/inet_lnaof.c (inet_lnaof): Likewise.
23486         * inet/inet_net.c (inet_network): Likewise.
23487         * inet/inet_netof.c (inet_netof): Likewise.
23488         * inet/rcmd.c (__validuser2_sa): Likewise.
23489         * io/fts.c (fts_open): Likewise.
23490         (fts_load): Likewise.
23491         (fts_close): Likewise.
23492         (fts_read): Likewise.
23493         (fts_children): Likewise.
23494         (fts_build): Likewise.
23495         (fts_stat): Likewise.
23496         (fts_sort): Likewise.
23497         (fts_alloc): Likewise.
23498         (fts_lfree): Likewise.
23499         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
23500         (_IO_file_xsgetn): Likewise.
23501         (_IO_file_xsgetn_mmap): Likewise.
23502         * libio/iofopncook.c (_IO_cookie_read): Likewise.
23503         (_IO_cookie_write): Likewise.
23504         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
23505         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
23506         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
23507         * malloc/obstack.c (_obstack_begin): Likewise.
23508         (_obstack_begin_1): Likewise.
23509         (_obstack_newchunk): Likewise.
23510         (_obstack_allocated_p): Likewise.
23511         (obstack_free): Likewise.
23512         (_obstack_memory_used): Likewise.
23513         * misc/getttyent.c (getttynam): Likewise.
23514         (getttyent): Likewise.
23515         (skip): Likewise.
23516         (value): Likewise.
23517         * misc/getusershell.c (initshells): Likewise.
23518         * misc/syslog.c (__vsyslog_chk): Likewise.
23519         * misc/ttyslot.c (ttyslot): Likewise.
23520         * nis/nis_hash.c (__nis_hash): Likewise.
23521         * posix/fnmatch_loop.c (FCT): Likewise.
23522         * posix/getconf.c (print_all): Likewise.
23523         (main): Likewise.
23524         * posix/getopt.c (exchange): Likewise.
23525         * posix/glob.c (globfree): Likewise.
23526         (prefix_array): Likewise.
23527         (__glob_pattern_type): Likewise.
23528         * resolv/arpa/nameser.h (NS_GET16): Likewise.
23529         (NS_GET32): Likewise.
23530         (NS_PUT16): Likewise.
23531         (NS_PUT32): Likewise.
23532         * resolv/gethnamaddr.c (getanswer): Likewise.
23533         (gethostbyname2): Likewise.
23534         (gethostbyaddr): Likewise.
23535         (_gethtent): Likewise.
23536         (_gethtbyname2): Likewise.
23537         (_gethtbyaddr): Likewise.
23538         * resolv/ns_print.c (dst_s_get_int16): Likewise.
23539         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
23540         * resolv/res_init.c (__res_vinit): Likewise.
23541         (net_mask): Likewise.
23542         * resolv/res_mkquery.c (outchar): Likewise.
23543         (PRINT): Likewise.
23544         * stdio-common/printf_fp.c (outchar): Likewise.
23545         (PRINT): Likewise.
23546         * stdio-common/printf_fphex.c (outchar): Likewise.
23547         (PRINT): Likewise.
23548         * stdio-common/printf_size.c (outchar): Likewise.
23549         (PRINT): Likewise.
23550         * stdio-common/test_rdwr.c (main): Likewise.
23551         * stdio-common/tfformat.c (matches): Likewise.
23552         * stdio-common/vfprintf.c (outchar): Likewise.
23553         (printf_unknown): Likewise.
23554         (buffered_vfprintf): Likewise.
23555         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
23556         * stdio-common/xbug.c (AppendToBuffer): Likewise.
23557         (ReadFile): Likewise.
23558         * stdlib/qsort.c (SWAP): Likewise.
23559         (_quicksort): Likewise.
23560         * stdlib/setenv.c (__add_to_environ): Likewise.
23561         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23562         * stdlib/strtol_l.c (__strtol_l): Likewise.
23563         * stdlib/tst-strtod.c (main): Likewise.
23564         * stdlib/tst-strtol.c (main): Likewise.
23565         * stdlib/tst-strtoll.c (main): Likewise.
23566         * string/bits/string2.h (__strcmp_cc): Likewise.
23567         (__strcmp_cg): Likewise.
23568         (__strcspn_c1): Likewise.
23569         (__strcspn_c2): Likewise.
23570         (__strcspn_c3): Likewise.
23571         (__strspn_c1): Likewise.
23572         (__strspn_c2): Likewise.
23573         (__strspn_c3): Likewise.
23574         (__strsep_1c): Likewise.
23575         (__strsep_2c): Likewise.
23576         (__strsep_3c): Likewise.
23577         * string/memccpy.c (__memccpy): Likewise.
23578         * string/stpcpy.c (__stpcpy): Likewise.
23579         * string/strcmp.c (strcmp): Likewise.
23580         * string/strrchr.c (strrchr): Likewise.
23581         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
23582         Likewise.
23583         * sysdeps/mach/hurd/getcwd.c
23584         (_hurd_canonicalize_directory_name_internal): Likewise.
23585         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
23586         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
23587         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
23588         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
23589         Likewise, in both definitions.
23590         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
23591         definitions.
23592         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
23593         64] (__bswap_64): Likewise.
23594         * time/test_time.c (main): Likewise.
23595         * time/tzfile.c (__tzfile_read): Likewise.
23596         (__tzfile_compute): Likewise.
23597         * time/tzset.c (__tzset_parse_tz): Likewise.
23598         (tzset_internal): Likewise.
23599         (compute_change): Likewise.
23600         * wcsmbs/wcscat.c (__wcscat): Likewise.
23601         * wcsmbs/wcschr.c (wcschr): Likewise.
23602         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
23603         * wcsmbs/wcscspn.c (wcscspn): Likewise.
23604         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
23605         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
23606         * wcsmbs/wcsspn.c (wcsspn): Likewise.
23607         * wcsmbs/wcsstr.c (wcsstr): Likewise.
23608         * wcsmbs/wmemchr.c (wmemchr): Likewise.
23609         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23610         * wcsmbs/wmemset.c (wmemset): Likewise.
23611
23612 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
23613
23614         * scripts/config.guess: Update to version 2013-05-16.
23615         * scripts/config.sub: Update to version 2013-04-24.
23616         * scripts/install-sh: Update to version 2011-11-20.07.
23617         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23618         * scripts/move-if-change: Update to version 2012-01-06 07:23.
23619
23620 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
23621
23622         * debug/fgetws_u_chk.c: Fix leading whitespaces.
23623         * elf/sln.c: Likewise.
23624         * hurd/hurd/ioctl.h: Likewise.
23625         * hurd/hurdmalloc.c: Likewise.
23626         * hurd/xattr.c: Likewise.
23627         * include/shlib-compat.h: Likewise.
23628         * inet/ruserpass.c: Likewise.
23629         * libio/iofgets_u.c: Likewise.
23630         * libio/iofgetws_u.c: Likewise.
23631         * locale/programs/ld-identification.c: Likewise.
23632         * locale/programs/ld-time.c: Likewise.
23633         * mach/msg-destroy.c: Likewise.
23634         * nss/nss_files/files-netgrp.c: Likewise.
23635         * resolv/res_data.c: Likewise.
23636         * soft-fp/op-1.h: Likewise.
23637         * soft-fp/op-2.h: Likewise.
23638         * soft-fp/op-4.h: Likewise.
23639         * soft-fp/op-common.h: Likewise.
23640         * stdio-common/printf_fphex.c: Likewise.
23641         * stdlib/strtod_l.c: Likewise.
23642         * sunrpc/rpc/clnt.h: Likewise.
23643         * sysdeps/generic/framestate.c: Likewise.
23644         * sysdeps/i386/bsd-_setjmp.S: Likewise.
23645         * sysdeps/i386/bsd-setjmp.S: Likewise.
23646         * sysdeps/i386/__longjmp.S: Likewise.
23647         * sysdeps/i386/setjmp.S: Likewise.
23648         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23649         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23650         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23651         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23652         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23653         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23654         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23655         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23656         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23657         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23658         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23659         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23660         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23661         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23662         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23663         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23664         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23665         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23666         * sysdeps/ieee754/support.c: Likewise.
23667         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23668         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23669         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23670         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23671         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23672         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23673         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23674         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23675         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23676         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23677         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23678         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23679         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23680         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23681         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23682         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23683         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23684         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23685
23686 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
23687
23688         * posix/transbug.c: Remove executable mode.
23689
23690 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
23691
23692         * crypt/speeds.c: Remove trailing whitespace.
23693         * dlfcn/default.c: Likewise.
23694         * elf/ifuncdep2.c: Likewise.
23695         * elf/ifuncmain1.c: Likewise.
23696         * elf/ifuncmain1vis.c: Likewise.
23697         * elf/testobj.h: Likewise.
23698         * elf/tst-stackguard1.c: Likewise.
23699         * gmon/sys/gmon.h: Likewise.
23700         * hurd/hurdmsg.c: Likewise.
23701         * hurd/new-fd.c: Likewise.
23702         * hurd/ports-get.c: Likewise.
23703         * iconvdata/ibm1008_420.c: Likewise.
23704         * inet/tst-getni1.c: Likewise.
23705         * inet/tst-getni2.c: Likewise.
23706         * libio/ioungetc.c: Likewise.
23707         * libio/wfiledoalloc.c: Likewise.
23708         * manual/libm-err-tab.pl: Likewise.
23709         * math/w_dremf.c: Likewise.
23710         * misc/ftruncate.c: Likewise.
23711         * posix/bug-glob2.c: Likewise.
23712         * posix/tst-pcre.c: Likewise.
23713         * posix/wait4.c: Likewise.
23714         * resolv/README: Likewise.
23715         * resolv/res_debug.h: Likewise.
23716         * resolv/tst-inet_ntop.c: Likewise.
23717         * setjmp/bug269-setjmp.c: Likewise.
23718         * soft-fp/extended.h: Likewise.
23719         * soft-fp/op-1.h: Likewise.
23720         * soft-fp/op-2.h: Likewise.
23721         * soft-fp/op-4.h: Likewise.
23722         * soft-fp/op-8.h: Likewise.
23723         * soft-fp/testit.c: Likewise.
23724         * stdio-common/bug16.c: Likewise.
23725         * stdlib/random.c: Likewise.
23726         * sunrpc/rpcsvc/rquota.x: Likewise.
23727         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23728         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23729         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23730         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23731         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23732         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23733         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23734         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23735         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23736         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23737         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23738         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23739         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23740         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23741         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23742         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23743         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23744         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23745         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23746         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23747         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23748         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23749         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23750         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23751         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23752         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23753         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23754         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23755         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23756         * sysdeps/ieee754/s_lib_version.c: Likewise.
23757         * sysdeps/mach/hurd/check_fds.c: Likewise.
23758         * sysdeps/mach/hurd/getsockname.c: Likewise.
23759         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23760         * sysdeps/mach/hurd/recvfrom.c: Likewise.
23761         * sysdeps/powerpc/bits/link.h: Likewise.
23762         * sysdeps/powerpc/dl-procinfo.c: Likewise.
23763         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23764         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23765         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23766         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23767         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23768         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23769         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23770         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23771         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23772         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23773         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23774         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23775         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23776         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23777         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23778         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23779         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23780         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23781         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23782         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23783         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23784         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23785         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23786         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23787         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23788         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23789         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23790         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23791         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23792         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23793         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23794         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23795         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23796         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23797         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23798         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23799         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23800         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23801         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23802         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23803         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23804         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23805         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23806         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23807         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23808         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23809         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23810         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23811         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23812         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23813         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23814         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23815         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23816         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23817         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23818         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23819         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23820         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23821         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23822         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23823         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23824         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23825         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23826         * sysdeps/powerpc/sysdep.h: Likewise.
23827         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23828         * sysdeps/s390/s390-64/sub_n.S: Likewise.
23829         * sysdeps/sh/dl-trampoline.S: Likewise.
23830         * sysdeps/sh/memset.S: Likewise.
23831         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23832         * sysdeps/sh/strlen.S: Likewise.
23833         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23834         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23835         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23836         * sysdeps/sparc/sparc32/rem.S: Likewise.
23837         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23838         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23839         * sysdeps/sparc/sparc32/strchr.S: Likewise.
23840         * sysdeps/sparc/sparc32/udiv.S: Likewise.
23841         * sysdeps/sparc/sparc32/urem.S: Likewise.
23842         * sysdeps/sparc/sparc64/add_n.S: Likewise.
23843         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23844         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23845         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23846         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23847         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23848         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23849         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23850         * sysdeps/unix/bsd/times.c: Likewise.
23851         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23852         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23853         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23856         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23857         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23858         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23859         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23860         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23861         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23862         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23863         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23864         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23865         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23866         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23867         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23868         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23869         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23870         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23871         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23872         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23873         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23874         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23875         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23876         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23877         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23878         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23879         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23880         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23881         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23882         * sysdeps/x86_64/strcspn.S: Likewise.
23883
23884 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23885
23886         * locale/C-translit.h: Revert #include <stdint.h> because this is a
23887         generated file.  Regenerate properly from gen-translit.pl.
23888         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
23889         locale/C-translit.h.
23890
23891 2013-06-05  Andreas Schwab  <schwab@suse.de>
23892
23893         [BZ #15100]
23894         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23895         week as 6 instead of -1.
23896         * time/tst-strptime.c (day_tests): Add test case.
23897
23898 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23899
23900         * sysdeps/generic/math_private.h
23901         (libc_feholdexcept_setround_53bit): Replace with
23902         libc_feholdsetround_53bit.
23903         (libc_feupdateenv_53bit): Replace with
23904         libc_feresetround_53bit.
23905         (SET_RESTORE_ROUND_53BIT): Adjust.
23906
23907 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23908
23909         * string/test-strchrnul.c: Add copyright header.
23910
23911         * posix/tst-getaddrinfo4.c: Increase test timeout.
23912
23913 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23914
23915         [BZ #15536]
23916         * math/libm-test.inc (MAX_EXP): Remove
23917         (MIN_EXP): Define.
23918         (ulp): Use MIN_EXP - MANT_DIG.
23919         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23920
23921 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23922
23923         * po/be.po: Revert last change.
23924         * po/zh_CN.po: Likewise.
23925         * po/header.pot: Likewise.
23926
23927 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23928
23929         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23930         link-libc-deps to empty as target-specific variable.
23931         * Makerules (link-libc-args): New variable.
23932         (libc-for-link): Likewise.
23933         (link-libc-deps): Likewise.
23934         (lib%.so): Depend on $(link-libc-deps).  Link with
23935         $(link-libc-args).
23936         (build-module): Link with $(link-libc-args).
23937         (build-module-asneeded): Likewise.
23938         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23939         list of objects.
23940         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23941         target-specific variable.
23942         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23943         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23944         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23945         libc.
23946         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23947         libc and ld.so.
23948         ($(objpfx)libpcprofile.so): Likewise.
23949         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23950         libc_nonshared.a.
23951         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23952         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23953         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23954         $(link-libc-deps).
23955         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23956         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23957         * login/Makefile ($(objpfx)libutil.so): Likewise.
23958         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23959         * math/Makefile ($(objpfx)libm.so): Likewise.
23960         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23961         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23962         variable instead of depending directly on libc.
23963         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23964         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23965         $(link-libc-deps).
23966         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23967         libc.
23968         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23969         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23970         ($(objpfx)libanl.so): Likewise.
23971         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23972         ld.so.
23973         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23974         $(link-libc-deps).
23975         * sysdeps/i386/fpu/Makefile: Remove file.
23976         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23977         ($(objpfx)libm.so): Remove dependency on ld.so.
23978
23979 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
23980
23981         [BZ # 15553]
23982         * nis/yp_xdr.c (XDRMAXNAME): Define.
23983         (XDRMAXRECORD): Define.
23984         (xdr_domainname): Use XDRMAXNAME.
23985         (xdr_mapname): Likewise.
23986         (xdr_peername): Likewise.
23987         (xdr_keydat): Use XDRMAXRECORD.
23988         (xdr_valdat): Likewise.
23989
23990 2013-05-30  Jeff Law  <law@redhat.com>
23991
23992         [BZ #14256]
23993         * manual/errno.texi (ESTALE): Update to account for more than
23994         just NFS file systems.
23995         * sysdeps/gnu/errlist.c: Regenerated.
23996
23997 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23998
23999         [BZ #15465]
24000         * elf/Makefile (tests): Add tst-null-argv.
24001         (modules-names):  Add tst-null-argv-lib.
24002         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
24003         (tst-null-argv-ENV): Set environment for tst-null-argv.
24004         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
24005         (RTLD_PROGNAME): New macro.
24006         * elf/tst-null-argv.c: New test case.
24007         * elf/tst-null-argv-lib.c: Library for test case.
24008         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
24009         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
24010         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
24011         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
24012         * elf/dl-init.c (call_init): Likewise.
24013         (_dl_init): Likewise.
24014         * elf/dl-load.c (print_search_path): Likewise.
24015         (_dl_map_object): Likewise.
24016         * elf/dl-lookup.c (do_lookup_x): Likewise.
24017         (add_dependency): Likewise.
24018         (_dl_lookup_symbol_x): Likewise.
24019         (_dl_debug_bindings): Likewise.
24020         * elf/dl-open.c (_dl_show_scope): Likewise.
24021         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
24022         * elf/dl-version.c (match_symbol): Likewise.
24023         (_dl_check_map_versions): Likewise.
24024         * elf/rtld.c (dl_main): Likewise.
24025         (print_unresolved): Use RTLD_PROGNAME.
24026         (print_missing_version): Likewise.
24027         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
24028         (elf_machine_rela): Likewise.
24029         * sysdeps/powerpc/powerpc32/dl-machine.c
24030         (__process_machine_rela): Likewise.
24031         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
24032         Likewise.
24033         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
24034         Likewise.
24035         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
24036         Likewise.
24037         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
24038         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
24039         Likewise.
24040         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
24041         Likewise.
24042         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
24043
24044 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
24045
24046         * po/be.po: Add descriptive title.
24047         * po/zh_CN.po: Likewise.
24048         * po/header.pot: Likewise.
24049
24050 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
24051
24052         * locale/programs/locarchive.c (create_archive): Inlucde fname in
24053         error message.
24054         (enlarge_archive): Likewise.
24055
24056 2013-05-28  Ben North  <ben@redfrontdoor.org>
24057
24058         * manual/arith.texi (frexp): It is the magnitude of the return
24059         value which lies in [0.5, 1), not the return value itself.
24060
24061 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24062
24063         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24064
24065 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
24066
24067         * stdio-common/bug26.c (main): Correct fscanf template.
24068
24069         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
24070         declare _dl_skip_args.
24071
24072         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
24073         Don't declare.
24074
24075         * manual/platform.texi: Add missing @end deftypefun.
24076
24077 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
24078
24079         [BZ #15529]
24080         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
24081         bit of mantissa of 2^16382.
24082         * math/libm-test.inc (hypot_test_data): Add more tests.
24083
24084         * math/libm-test.inc: Add drem and pow10 to list of tested
24085         functions.
24086         (pow10_test): New function.
24087         (drem_test): Likewise.
24088         (drem_test_tonearest): Likewise.
24089         (drem_test_towardzero): Likewise.
24090         (drem_test_downward): Likewise.
24091         (drem_test_upward): Likewise.
24092         (main): Call the new functions.
24093
24094         * math/libm-test.inc (finite_test_data): Remove.
24095         (finite_test): Run tests from isfinite_test_data.
24096         (gamma_test_data): Remove.
24097         (gamma_test): Run tests from lgamma_test_data.
24098         * sysdeps/i386/fpu/libm-test-ulps: Update.
24099         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24100
24101 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24102
24103         * manual/platform.texi: Add PowerPC PPR function set documentation.
24104         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
24105         implementation.
24106
24107 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
24108
24109         * math/libm-test.inc (MAX_EXP): Define.
24110         (ULPDIFF): Define.
24111         (ulp): New function.
24112         (check_float_internal): Use ULPDIFF.
24113         (cpow_test): Disable failing test.
24114         (check_ulp): Test ulp() implemetnation.
24115         (main): Call check_ulp before starting tests.
24116
24117 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
24118
24119         * math/gen-libm-test.pl (generate_testfile): Do not handle
24120         START_DATA and END_DATA.
24121         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
24122         END_DATA.
24123         (acos_tonearest_test_data): Likewise.
24124         (acos_towardzero_test_data): Likewise.
24125         (acos_downward_test_data): Likewise.
24126         (acos_upward_test_data): Likewise.
24127         (acosh_test_data): Likewise.
24128         (asin_test_data): Likewise.
24129         (asin_tonearest_test_data): Likewise.
24130         (asin_towardzero_test_data): Likewise.
24131         (asin_downward_test_data): Likewise.
24132         (asin_upward_test_data): Likewise.
24133         (asinh_test_data): Likewise.
24134         (atan_test_data): Likewise.
24135         (atanh_test_data): Likewise.
24136         (atan2_test_data): Likewise.
24137         (cabs_test_data): Likewise.
24138         (cacos_test_data): Likewise.
24139         (cacosh_test_data): Likewise.
24140         (carg_test_data): Likewise.
24141         (casin_test_data): Likewise.
24142         (casinh_test_data): Likewise.
24143         (catan_test_data): Likewise.
24144         (catanh_test_data): Likewise.
24145         (cbrt_test_data): Likewise.
24146         (ccos_test_data): Likewise.
24147         (ccosh_test_data): Likewise.
24148         (ceil_test_data): Likewise.
24149         (cexp_test_data): Likewise.
24150         (cimag_test_data): Likewise.
24151         (clog_test_data): Likewise.
24152         (clog10_test_data): Likewise.
24153         (conj_test_data): Likewise.
24154         (copysign_test_data): Likewise.
24155         (cos_test_data): Likewise.
24156         (cos_tonearest_test_data): Likewise.
24157         (cos_towardzero_test_data): Likewise.
24158         (cos_downward_test_data): Likewise.
24159         (cos_upward_test_data): Likewise.
24160         (cosh_test_data): Likewise.
24161         (cosh_tonearest_test_data): Likewise.
24162         (cosh_towardzero_test_data): Likewise.
24163         (cosh_downward_test_data): Likewise.
24164         (cosh_upward_test_data): Likewise.
24165         (cpow_test_data): Likewise.
24166         (cproj_test_data): Likewise.
24167         (creal_test_data): Likewise.
24168         (csin_test_data): Likewise.
24169         (csinh_test_data): Likewise.
24170         (csqrt_test_data): Likewise.
24171         (ctan_test_data): Likewise.
24172         (ctan_tonearest_test_data): Likewise.
24173         (ctan_towardzero_test_data): Likewise.
24174         (ctan_downward_test_data): Likewise.
24175         (ctan_upward_test_data): Likewise.
24176         (ctanh_test_data): Likewise.
24177         (ctanh_tonearest_test_data): Likewise.
24178         (ctanh_towardzero_test_data): Likewise.
24179         (ctanh_downward_test_data): Likewise.
24180         (ctanh_upward_test_data): Likewise.
24181         (erf_test_data): Likewise.
24182         (erfc_test_data): Likewise.
24183         (exp_test_data): Likewise.
24184         (exp_tonearest_test_data): Likewise.
24185         (exp_towardzero_test_data): Likewise.
24186         (exp_downward_test_data): Likewise.
24187         (exp_upward_test_data): Likewise.
24188         (exp10_test_data): Likewise.
24189         (exp2_test_data): Likewise.
24190         (expm1_test_data): Likewise.
24191         (fabs_test_data): Likewise.
24192         (fdim_test_data): Likewise.
24193         (finite_test_data): Likewise.
24194         (floor_test_data): Likewise.
24195         (fma_test_data): Likewise.
24196         (fma_towardzero_test_data): Likewise.
24197         (fma_downward_test_data): Likewise.
24198         (fma_upward_test_data): Likewise.
24199         (fmax_test_data): Likewise.
24200         (fmin_test_data): Likewise.
24201         (fmod_test_data): Likewise.
24202         (fpclassify_test_data): Likewise.
24203         (frexp_test_data): Likewise.
24204         (gamma_test_data): Likewise.
24205         (hypot_test_data): Likewise.
24206         (ilogb_test_data): Likewise.
24207         (isfinite_test_data): Likewise.
24208         (isgreater_test_data): Likewise.
24209         (isgreaterequal_test_data): Likewise.
24210         (isinf_test_data): Likewise.
24211         (isless_test_data): Likewise.
24212         (islessequal_test_data): Likewise.
24213         (islessgreater_test_data): Likewise.
24214         (isnan_test_data): Likewise.
24215         (isnormal_test_data): Likewise.
24216         (issignaling_test_data): Likewise.
24217         (isunordered_test_data): Likewise.
24218         (j0_test_data): Likewise.
24219         (j1_test_data): Likewise.
24220         (jn_test_data): Likewise.
24221         (ldexp_test_data): Likewise.
24222         (lgamma_test_data): Likewise.
24223         (lrint_test_data): Likewise.
24224         (lrint_tonearest_test_data): Likewise.
24225         (lrint_towardzero_test_data): Likewise.
24226         (lrint_downward_test_data): Likewise.
24227         (lrint_upward_test_data): Likewise.
24228         (llrint_test_data): Likewise.
24229         (llrint_tonearest_test_data): Likewise.
24230         (llrint_towardzero_test_data): Likewise.
24231         (llrint_downward_test_data): Likewise.
24232         (llrint_upward_test_data): Likewise.
24233         (log_test_data): Likewise.
24234         (log10_test_data): Likewise.
24235         (log1p_test_data): Likewise.
24236         (log2_test_data): Likewise.
24237         (logb_test_data): Likewise.
24238         (logb_downward_test_data): Likewise.
24239         (lround_test_data): Likewise.
24240         (llround_test_data): Likewise.
24241         (modf_test_data): Likewise.
24242         (nearbyint_test_data): Likewise.
24243         (nextafter_test_data): Likewise.
24244         (nexttoward_test_data): Likewise.
24245         (pow_test_data): Likewise.
24246         (pow_tonearest_test_data): Likewise.
24247         (pow_towardzero_test_data): Likewise.
24248         (pow_downward_test_data): Likewise.
24249         (pow_upward_test_data): Likewise.
24250         (remainder_test_data): Likewise.
24251         (remainder_tonearest_test_data): Likewise.
24252         (remainder_towardzero_test_data): Likewise.
24253         (remainder_downward_test_data): Likewise.
24254         (remainder_upward_test_data): Likewise.
24255         (remquo_test_data): Likewise.
24256         (rint_test_data): Likewise.
24257         (rint_tonearest_test_data): Likewise.
24258         (rint_towardzero_test_data): Likewise.
24259         (rint_downward_test_data): Likewise.
24260         (rint_upward_test_data): Likewise.
24261         (round_test_data): Likewise.
24262         (scalb_test_data): Likewise.
24263         (scalbn_test_data): Likewise.
24264         (scalbln_test_data): Likewise.
24265         (signbit_test_data): Likewise.
24266         (sin_test_data): Likewise.
24267         (sin_tonearest_test_data): Likewise.
24268         (sin_towardzero_test_data): Likewise.
24269         (sin_downward_test_data): Likewise.
24270         (sin_upward_test_data): Likewise.
24271         (sincos_test_data): Likewise.
24272         (sinh_test_data): Likewise.
24273         (sinh_tonearest_test_data): Likewise.
24274         (sinh_towardzero_test_data): Likewise.
24275         (sinh_downward_test_data): Likewise.
24276         (sinh_upward_test_data): Likewise.
24277         (sqrt_test_data): Likewise.
24278         (tan_test_data): Likewise.
24279         (tan_tonearest_test_data): Likewise.
24280         (tan_towardzero_test_data): Likewise.
24281         (tan_downward_test_data): Likewise.
24282         (tan_upward_test_data): Likewise.
24283         (tanh_test_data): Likewise.
24284         (tgamma_test_data): Likewise.
24285         (trunc_test_data): Likewise.
24286         (y0_test_data): Likewise.
24287         (y1_test_data): Likewise.
24288         (yn_test_data): Likewise.
24289         (significand_test_data): Likewise.
24290
24291         * math/gen-libm-test.pl (@functions): Remove variable.
24292         (generate_testfile): Don't handle START and END lines.
24293         * math/libm-test.inc (START): New macro.
24294         (END): Likewise.
24295         (END_COMPLEX): Likewise.
24296         (acos_test): Use END macro without arguments.
24297         (acos_test_tonearest): Likewise.
24298         (acos_test_towardzero): Likewise.
24299         (acos_test_downward): Likewise.
24300         (acos_test_upward): Likewise.
24301         (acosh_test): Likewise.
24302         (asin_test): Likewise.
24303         (asin_test_tonearest): Likewise.
24304         (asin_test_towardzero): Likewise.
24305         (asin_test_downward): Likewise.
24306         (asin_test_upward): Likewise.
24307         (asinh_test): Likewise.
24308         (atan_test): Likewise.
24309         (atanh_test): Likewise.
24310         (atan2_test): Likewise.
24311         (cabs_test): Likewise.
24312         (cacos_test): Use END_COMPLEX macro without arguments.
24313         (cacosh_test): Likewise.
24314         (carg_test): Use END macro without arguments.
24315         (casin_test): Use END_COMPLEX macro without arguments.
24316         (casinh_test): Likewise.
24317         (catan_test): Likewise.
24318         (catanh_test): Likewise.
24319         (cbrt_test): Use END macro without arguments.
24320         (ccos_test): Use END_COMPLEX macro without arguments.
24321         (ccosh_test): Likewise.
24322         (ceil_test): Use END macro without arguments.
24323         (cexp_test): Use END_COMPLEX macro without arguments.
24324         (cimag_test): Use END macro without arguments.
24325         (clog_test): Use END_COMPLEX macro without arguments.
24326         (clog10_test): Likewise.
24327         (conj_test): Likewise.
24328         (copysign_test): Use END macro without arguments.
24329         (cos_test): Likewise.
24330         (cos_test_tonearest): Likewise.
24331         (cos_test_towardzero): Likewise.
24332         (cos_test_downward): Likewise.
24333         (cos_test_upward): Likewise.
24334         (cosh_test): Likewise.
24335         (cosh_test_tonearest): Likewise.
24336         (cosh_test_towardzero): Likewise.
24337         (cosh_test_downward): Likewise.
24338         (cosh_test_upward): Likewise.
24339         (cpow_test): Use END_COMPLEX macro without arguments.
24340         (cproj_test): Likewise.
24341         (creal_test): Use END macro without arguments.
24342         (csin_test): Use END_COMPLEX macro without arguments.
24343         (csinh_test): Likewise.
24344         (csqrt_test): Likewise.
24345         (ctan_test): Likewise.
24346         (ctan_test_tonearest): Likewise.
24347         (ctan_test_towardzero): Likewise.
24348         (ctan_test_downward): Likewise.
24349         (ctan_test_upward): Likewise.
24350         (ctanh_test): Likewise.
24351         (ctanh_test_tonearest): Likewise.
24352         (ctanh_test_towardzero): Likewise.
24353         (ctanh_test_downward): Likewise.
24354         (ctanh_test_upward): Likewise.
24355         (erf_test): Use END macro without arguments.
24356         (erfc_test): Likewise.
24357         (exp_test): Likewise.
24358         (exp_test_tonearest): Likewise.
24359         (exp_test_towardzero): Likewise.
24360         (exp_test_downward): Likewise.
24361         (exp_test_upward): Likewise.
24362         (exp10_test): Likewise.
24363         (exp2_test): Likewise.
24364         (expm1_test): Likewise.
24365         (fabs_test): Likewise.
24366         (fdim_test): Likewise.
24367         (finite_test): Likewise.
24368         (floor_test): Likewise.
24369         (fma_test): Likewise.
24370         (fma_test_towardzero): Likewise.
24371         (fma_test_downward): Likewise.
24372         (fma_test_upward): Likewise.
24373         (fmax_test): Likewise.
24374         (fmin_test): Likewise.
24375         (fmod_test): Likewise.
24376         (fpclassify_test): Likewise.
24377         (frexp_test): Likewise.
24378         (gamma_test): Likewise.
24379         (hypot_test): Likewise.
24380         (ilogb_test): Likewise.
24381         (isfinite_test): Likewise.
24382         (isgreater_test): Likewise.
24383         (isgreaterequal_test): Likewise.
24384         (isinf_test): Likewise.
24385         (isless_test): Likewise.
24386         (islessequal_test): Likewise.
24387         (islessgreater_test): Likewise.
24388         (isnan_test): Likewise.
24389         (isnormal_test): Likewise.
24390         (issignaling_test): Likewise.
24391         (isunordered_test): Likewise.
24392         (j0_test): Likewise.
24393         (j1_test): Likewise.
24394         (jn_test): Likewise.
24395         (ldexp_test): Likewise.
24396         (lgamma_test): Likewise.
24397         (lrint_test): Likewise.
24398         (lrint_test_tonearest): Likewise.
24399         (lrint_test_towardzero): Likewise.
24400         (lrint_test_downward): Likewise.
24401         (lrint_test_upward): Likewise.
24402         (llrint_test): Likewise.
24403         (llrint_test_tonearest): Likewise.
24404         (llrint_test_towardzero): Likewise.
24405         (llrint_test_downward): Likewise.
24406         (llrint_test_upward): Likewise.
24407         (log_test): Likewise.
24408         (log10_test): Likewise.
24409         (log1p_test): Likewise.
24410         (log2_test): Likewise.
24411         (logb_test): Likewise.
24412         (logb_test_downward): Likewise.
24413         (lround_test): Likewise.
24414         (llround_test): Likewise.
24415         (modf_test): Likewise.
24416         (nearbyint_test): Likewise.
24417         (nextafter_test): Likewise.
24418         (nexttoward_test): Likewise.
24419         (pow_test): Likewise.
24420         (pow_test_tonearest): Likewise.
24421         (pow_test_towardzero): Likewise.
24422         (pow_test_downward): Likewise.
24423         (pow_test_upward): Likewise.
24424         (remainder_test): Likewise.
24425         (remainder_test_tonearest): Likewise.
24426         (remainder_test_towardzero): Likewise.
24427         (remainder_test_downward): Likewise.
24428         (remainder_test_upward): Likewise.
24429         (remquo_test): Likewise.
24430         (rint_test): Likewise.
24431         (rint_test_tonearest): Likewise.
24432         (rint_test_towardzero): Likewise.
24433         (rint_test_downward): Likewise.
24434         (rint_test_upward): Likewise.
24435         (round_test): Likewise.
24436         (scalb_test): Likewise.
24437         (scalbn_test): Likewise.
24438         (scalbln_test): Likewise.
24439         (signbit_test): Likewise.
24440         (sin_test): Likewise.
24441         (sin_test_tonearest): Likewise.
24442         (sin_test_towardzero): Likewise.
24443         (sin_test_downward): Likewise.
24444         (sin_test_upward): Likewise.
24445         (sincos_test): Likewise.
24446         (sinh_test): Likewise.
24447         (sinh_test_tonearest): Likewise.
24448         (sinh_test_towardzero): Likewise.
24449         (sinh_test_downward): Likewise.
24450         (sinh_test_upward): Likewise.
24451         (sqrt_test): Likewise.
24452         (tan_test): Likewise.
24453         (tan_test_tonearest): Likewise.
24454         (tan_test_towardzero): Likewise.
24455         (tan_test_downward): Likewise.
24456         (tan_test_upward): Likewise.
24457         (tanh_test): Likewise.
24458         (tgamma_test): Likewise.
24459         (trunc_test): Likewise.
24460         (y0_test): Likewise.
24461         (y1_test): Likewise.
24462         (yn_test): Likewise.
24463         (significand_test): Likewise.
24464
24465 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
24466
24467         [BZ #15381]
24468         * libio/genops.c (_IO_no_init): Initialize wide struct info.
24469
24470 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24471
24472         [BZ #14894]
24473         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
24474         __ppc_mdoio and __ppc_mdoom.
24475         * manual/platform.texi: Document new functions __ppc_yield,
24476         __ppc_mdoio and __ppc_mdoom.
24477
24478 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
24479
24480         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
24481         (main): Mention "tls" pseudo-hwcap is legacy.
24482         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
24483
24484 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24485
24486         * math/gen-libm-test.pl (parse_args): Output only string of
24487         arguments as text for test name, not full call or descriptions of
24488         tests for extra outputs.
24489         (generate_testfile): Do not pass function name to parse_args.
24490         Generate this_func variable from START.
24491         * math/libm-test.inc (struct test_f_f_data): Rename test_name
24492         field to arg_str.
24493         (struct test_ff_f_data): Likewise.
24494         (test_ff_f_data_nexttoward): Likewise.
24495         (struct test_fi_f_data): Likewise.
24496         (struct test_fl_f_data): Likewise.
24497         (struct test_if_f_data): Likewise.
24498         (struct test_fff_f_data): Likewise.
24499         (struct test_c_f_data): Likewise.
24500         (struct test_f_f1_data): Likewise.  Remove field extra_name.
24501         (struct test_fF_f1_data): Likewise.
24502         (struct test_ffI_f1_data): Likewise.
24503         (struct test_c_c_data): Rename test_name field to arg_str.
24504         (struct test_cc_c_data): Likewise.
24505         (struct test_f_i_data): Likewise.
24506         (struct test_ff_i_data): Likewise.
24507         (struct test_f_l_data): Likewise.
24508         (struct test_f_L_data): Likewise.
24509         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
24510         and extra2_name.
24511         (COMMON_TEST_SETUP): New macro.
24512         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
24513         (COMMON_TEST_CLEANUP): Likewise.
24514         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
24515         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
24516         macros.
24517         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
24518         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
24519         macros.
24520         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
24521         (RUN_TEST_fff_f): Take argument string.  Call new setup and
24522         cleanup macros.
24523         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
24524         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
24525         macros.
24526         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
24527         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
24528         macros.
24529         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24530         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
24531         cleanup macros.
24532         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24533         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
24534         cleanup macros.
24535         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24536         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
24537         cleanup macros.
24538         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24539         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
24540         macros.
24541         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
24542         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
24543         macros.
24544         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
24545         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
24546         macros.
24547         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
24548         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
24549         cleanup macros.
24550         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
24551         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
24552         cleanup macros.
24553         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
24554         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
24555         macros.
24556         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
24557         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
24558         cleanup macros.
24559         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
24560         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
24561         macros.
24562         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
24563         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
24564         macros.
24565         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
24566         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
24567         cleanup macros.
24568         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
24569
24570 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
24571
24572         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
24573         to _sifields.sigfault.
24574         (si_addr_lsb): Define new macro.
24575         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24576         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
24577         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
24578
24579 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
24580
24581         [BZ #15441]
24582         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
24583         returns -1.
24584         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
24585         null return -1.
24586         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
24587         loading the domain.
24588
24589 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24590
24591         * math/gen-libm-test.pl (parse_args): Do not include expected
24592         result in test name.
24593         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
24594         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24595         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24596         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24597         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24598         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24599
24600 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
24601
24602         * benchtests/Makefile: Sort function entries.
24603
24604         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
24605         tanh, asinh, acosh, atanh.
24606         * benchtests/acos-inputs: New file.
24607         * benchtests/acosh-inputs: New file.
24608         * benchtests/asin-inputs: New file.
24609         * benchtests/asinh-inputs: New file.
24610         * benchtests/atanh-inputs: New file.
24611         * benchtests/cosh-inputs: New file.
24612         * benchtests/log-inputs: New file.
24613         * benchtests/sinh-inputs: New file.
24614         * benchtests/tanh-inputs: New file.
24615
24616 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
24617
24618         [BZ #15339]
24619         * posix/tst-getaddrinfo4.c: New test.
24620         * posix/Makefile (tests): Add it.
24621
24622 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24623
24624         [BZ #15339]
24625         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24626         when no services were used.
24627         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24628         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24629
24630 2013-05-21  Andreas Schwab  <schwab@suse.de>
24631
24632         [BZ #15014]
24633         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24634         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24635         successful.
24636         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24637         redundant variable declarations and reallocation of buffer when
24638         parsing as IPv6 address.  Always set NSS status when called from
24639         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
24640         buffer too small.  Correct computation of needed size.
24641         * nss/Makefile (tests): Add test-digits-dots.
24642         * nss/test-digits-dots.c: New test.
24643
24644 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24645
24646         * benchtests/Makefile: Remove instructions for adding
24647         benchmark tests.
24648         * benchtests/README: New file to explain how to execute and
24649         enhance the benchmark tests.
24650
24651 2013-05-21  Andreas Schwab  <schwab@suse.de>
24652
24653         [BZ #15493]
24654         * setjmp/Makefile (tests): Add tst-sigsetjmp.
24655         * setjmp/tst-sigsetjmp.c: New test.
24656
24657 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24658
24659         * sysdeps/x86_64/memset.S (memset): New implementation.
24660         (__bzero): Likewise.
24661         (__memset_tail): New function.
24662
24663 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24664
24665         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24666         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24667         __memcpy_sse2_unaligned ifunc selection.
24668         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24669         Add memcpy-sse2-unaligned.S.
24670         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24671         Add: __memcpy_sse2_unaligned.
24672
24673 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
24674
24675         [BZ #15490]
24676         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24677         math_force_eval before restoring floating-point envrionment.
24678         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24679         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24680         Likewise.
24681         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24682         <math_private.h>.
24683         (__nearbyintl): Use math_force_eval before restoring
24684         floating-point environment.
24685         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24686
24687         * math/gen-libm-test.pl (special_functions): Remove.
24688         (parse_args): Don't handle TEST_extra.  Handle functions with no
24689         return value.
24690         * math/libm-test.inc (struct test_sincos_data): Replace with
24691         struct test_fFF_11_data.
24692         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24693         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24694         (sincos_test_data): Change element type to struct
24695         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
24696         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24697         RUN_TEST_LOOP_sincos.
24698         * math/README.libm-test: Don't mention special handling of
24699         individual functions.
24700         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24701         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24702         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24703         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24704         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24705         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24706
24707         * math/gen-libm-test.pl (get_variable): Remove function.
24708         (parse_args): Don't show pointer parameters to call in test
24709         names.  Use "extra output N" in test names for extra outputs
24710         rather than naming variables.
24711
24712 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
24713
24714         [BZ #15488]
24715         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24716         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24717         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24718         double tests.
24719         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24720         disable.
24721         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24722         check_long_double.
24723
24724         * math/gen-libm-test.pl (@tests): Remove variable.
24725         ($count): Likewise.
24726         (new_test): Remove function.
24727         (show_exceptions): New function.
24728         (special_functions): Use show_exceptions instead of new_test.
24729         (parse_args): Likewise.
24730         (generate_testfile): Pass only function name in generated call to
24731         print_max_error or print_complex_max_error.
24732         (get_ulps): Do not handle complex tests specially.
24733         (output_test): Rename to ...
24734         (get_all_ulps_for_test): ... this.  Return a string rather than
24735         printing to a file.  Require ulps to be present.
24736         (output_ulps): Generate arrays rather than #defines.
24737         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24738         (struct ulp_data): New type.
24739         (BUILD_COMPLEX_ULP): Remove macro.
24740         (compare_ulp_data): New function.
24741         (find_ulps): Likewise.
24742         (find_test_ulps): Likewise.
24743         (find_function_ulps): Likewise.
24744         (find_complex_function_ulps): Likewise.
24745         (print_max_error): Determine allowed ulps using
24746         find_function_ulps.
24747         (print_complex_max_error): Determine allowed ulps using
24748         find_complex_function_ulps.
24749         (check_float_internal): Determine max ulps using find_test_ulps.
24750         (check_float): Do not take max_ulp parameter.  Update call to
24751         check_float_internal.
24752         (check_complex): Likewise.
24753         (check_int): Do not take max_ulp parameter.
24754         (check_long): Likewise.
24755         (check_bool): Likewise.
24756         (check_longlong): Likewise.
24757         (struct test_f_f_data): Remove max_ulp field.
24758         (struct test_ff_f_data): Likewise.
24759         (struct test_ff_f_data_nexttoward): Likewise.
24760         (struct test_fi_f_data): Likewise.
24761         (struct test_fl_f_data): Likewise.
24762         (struct test_if_f_data): Likewise.
24763         (struct test_fff_f_data): Likewise.
24764         (struct test_c_f_data): Likewise.
24765         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24766         (struct test_fF_f1_data): Likewise.
24767         (struct test_ffI_f1_data): Likewise.
24768         (struct test_c_c_data): Remove max_ulp field.
24769         (struct test_cc_c_data): Likewise.
24770         (struct test_f_i_data): Likewise.
24771         (struct test_ff_i_data): Likewise.
24772         (struct test_f_l_data): Likewise.
24773         (struct test_f_L_data): Likewise.
24774         (struct test_sincos_data): Likewise.
24775         (RUN_TEST_f_f): Do not handle ulps.
24776         (RUN_TEST_LOOP_f_f): Likewise.
24777         (RUN_TEST_2_f): Likewise.
24778         (RUN_TEST_LOOP_2_f): Likewise.
24779         (RUN_TEST_fff_f): Likewise.
24780         (RUN_TEST_LOOP_fff_f): Likewise.
24781         (RUN_TEST_c_f): Likewise.
24782         (RUN_TEST_LOOP_c_f): Likewise.
24783         (RUN_TEST_f_f1): Likewise.
24784         (RUN_TEST_LOOP_f_f1): Likewise.
24785         (RUN_TEST_fF_f1): Likewise.
24786         (RUN_TEST_LOOP_fF_f1): Likewise.
24787         (RUN_TEST_fI_f1): Likewise.
24788         (RUN_TEST_LOOP_fI_f1): Likewise.
24789         (RUN_TEST_ffI_f1): Likewise.
24790         (RUN_TEST_LOOP_ffI_f1): Likewise.
24791         (RUN_TEST_c_c): Likewise.
24792         (RUN_TEST_LOOP_c_c): Likewise.
24793         (RUN_TEST_cc_c): Likewise.
24794         (RUN_TEST_LOOP_cc_c): Likewise.
24795         (RUN_TEST_f_i): Likewise.
24796         (RUN_TEST_LOOP_f_i): Likewise.
24797         (RUN_TEST_f_i_tg): Likewise.
24798         (RUN_TEST_LOOP_f_i_tg): Likewise.
24799         (RUN_TEST_ff_i_tg): Likewise.
24800         (RUN_TEST_LOOP_ff_i_tg): Likewise.
24801         (RUN_TEST_f_b): Likewise.
24802         (RUN_TEST_LOOP_f_b): Likewise.
24803         (RUN_TEST_f_b_tg): Likewise.
24804         (RUN_TEST_LOOP_f_b_tg): Likewise.
24805         (RUN_TEST_f_l): Likewise.
24806         (RUN_TEST_LOOP_f_l): Likewise.
24807         (RUN_TEST_f_L): Likewise.
24808         (RUN_TEST_LOOP_f_L): Likewise.
24809         (RUN_TEST_sincos): Likewise.
24810         (RUN_TEST_LOOP_sincos): Likewise.
24811
24812 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
24813
24814         [BZ #15480]
24815         [BZ #15485]
24816         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24817         main case of finite arguments, set rounding mode to FE_TONEAREST
24818         and discard exceptions.
24819         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24820         exceptions.
24821         (remainder_tonearest_test_data): New variable.
24822         (remainder_test_tonearest): New function.
24823         (remainder_towardzero_test_data): New variable.
24824         (remainder_test_towardzero): New function.
24825         (remainder_downward_test_data): New variable.
24826         (remainder_test_downward): New function.
24827         (remainder_upward_test_data): New variable.
24828         (remainder_test_upward): New function.
24829         (main): Call the new test functions.
24830
24831         * math/libm-test.inc (struct test_f_f1_data): Remove field
24832         extra_init.
24833         (struct test_fF_f1_data): Likewise.
24834         (struct test_ffI_f1_data): Likewise.
24835         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
24836         based on value of EXTRA_EXPECTED.
24837         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24838         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
24839         EXTRA_VAR based on value of EXTRA_EXPECTED.
24840         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24841         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
24842         EXTRA_VAR based on value of EXTRA_EXPECTED.
24843         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24844         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
24845         EXTRA_VAR based on value of EXTRA_EXPECTED.
24846         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24847         * math/gen-libm-test.pl (parse_args): Don't output initializers
24848         for extra output values.
24849
24850         * math/libm-test.inc (check_int): Expect result to be exactly
24851         equal to expected value and do not handle ulps.
24852         (check_long): Likewise.
24853         (check_longlong): Likewise.
24854
24855         * math/libm-test.inc (ceil_test_data): Test for "inexact"
24856         exceptions.
24857         (cimag_test_data): Likewise.
24858         (conj_test_data): Likewise.
24859         (copysign_test_data): Likewise.
24860         (cproj_test_data): Likewise.
24861         (creal_test_data): Likewise.
24862         (fabs_test_data): Likewise.
24863         (fdim_test_data): Likewise.
24864         (finite_test_data): Likewise.
24865         (floor_test_data): Likewise.
24866         (fmax_test_data): Likewise.
24867         (fmin_test_data): Likewise.
24868         (fmod_test_data): Likewise.
24869         (fpclassify_test_data): Likewise.
24870         (frexp_test_data): Likewise.
24871         (ilogb_test_data): Likewise.
24872         (isfinite_test_data): Likewise.
24873         (isgreater_test_data): Likewise.
24874         (isgreaterequal_test_data): Likewise.
24875         (isinf_test_data): Likewise.
24876         (isless_test_data): Likewise.
24877         (islessequal_test_data): Likewise.
24878         (islessgreater_test_data): Likewise.
24879         (isnan_test_data): Likewise.
24880         (isnormal_test_data): Likewise.
24881         (issignaling_test_data): Likewise.
24882         (isunordered_test_data): Likewise.
24883         (ldexp_test_data): Likewise.
24884         (lrint_test_data): Likewise.
24885         (lrint_test_data) [TEST_FLOAT]: Disable one test.
24886         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24887         (lrint_tonearest_test_data): Test for "inexact" exceptions.
24888         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24889         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24890         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24891         test input.
24892         (lrint_towardzero_test_data): Test for "inexact" exceptions.
24893         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24894         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24895         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24896         that test input.
24897         (lrint_downward_test_data): Test for "inexact" exceptions.
24898         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24899         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24900         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24901         test input.
24902         (lrint_upward_test_data): Test for "inexact" exceptions.
24903         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24904         test input.
24905         (llrint_test_data): Test for "inexact" exceptions.
24906         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24907         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24908         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24909         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24910         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24911         (llrint_downward_test_data): Test for "inexact" exceptions.
24912         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24913         (llrint_upward_test_data): Test for "inexact" exceptions.
24914         (logb_test_data): Likewise.
24915         (logb_downward_test_data): Likewise.
24916         (nextafter_test_data): Likewise.
24917         (nexttoward_test_data): Likewise.
24918         (remainder_test_data): Likewise.
24919         (remquo_test_data): Likewise.
24920         (scalbn_test_data): Likewise.
24921         (scalbln_test_data): Likewise.
24922         (signbit_test_data): Likewise.
24923         (sqrt_test_data): Likewise.
24924         (significand_test_data): Likewise.
24925
24926 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24927
24928         [BZ #15424]
24929         * benchtests/bench-modf.c (struct args): Mark arg0 as
24930         volatile.
24931         * scripts/bench.pl: Mark members of struct args as volatile.
24932
24933 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24934
24935         [BZ # 15497]
24936         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24937         negative infinity on POWER6 or lower.
24938         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24939
24940 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24941
24942         [BZ #15442]
24943         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24944         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24945         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24946         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24947         (_FP_SETQNAN): New macro.
24948         (_FP_SETQNAN_SEMIRAW): Likewise.
24949         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24950         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24951         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24952         (FP_EXTEND): Use _FP_FRAC_SNANP.
24953         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24954         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24955         into account.
24956         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24957         New macro.
24958         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24959         Likewise.
24960
24961 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24962
24963         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24964         with DIVIDE_BY_ZERO_EXCEPTION.
24965         (gamma_test_data): Likewise.
24966         (lgamma_test_data): Likewise.
24967         (log_test_data): Likewise.
24968         (log10_test_data): Likewise.
24969         (log2_test_data): Likewise.
24970         (tgamma_test_data): Likewise.
24971
24972         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24973         (acos_test_tonearest): Likewise.
24974         (acos_test_towardzero): Likewise.
24975         (acos_test_downward): Likewise.
24976         (acos_test_upward): Likewise.
24977         (acosh_test): Likewise.
24978         (asin_test): Likewise.
24979         (asin_test_tonearest): Likewise.
24980         (asin_test_towardzero): Likewise.
24981         (asin_test_downward): Likewise.
24982         (asin_test_upward): Likewise.
24983         (asinh_test): Likewise.
24984         (atan_test): Likewise.
24985         (atanh_test): Likewise.
24986         (atan2_test): Likewise.
24987         (cabs_test): Likewise.
24988         (cacos_test): Likewise.
24989         (cacosh_test): Likewise.
24990         (casin_test): Likewise.
24991         (casinh_test): Likewise.
24992         (catan_test): Likewise.
24993         (catanh_test): Likewise.
24994         (cbrt_test): Likewise.
24995         (ccos_test): Likewise.
24996         (ccosh_test): Likewise.
24997         (cexp_test): Likewise.
24998         (clog_test): Likewise.
24999         (clog10_test): Likewise.
25000         (cos_test): Likewise.
25001         (cos_test_tonearest): Likewise.
25002         (cos_test_towardzero): Likewise.
25003         (cos_test_downward): Likewise.
25004         (cos_test_upward): Likewise.
25005         (cosh_test): Likewise.
25006         (cosh_test_tonearest): Likewise.
25007         (cosh_test_towardzero): Likewise.
25008         (cosh_test_downward): Likewise.
25009         (cosh_test_upward): Likewise.
25010         (cpow_test): Likewise.
25011         (csin_test): Likewise.
25012         (csinh_test): Likewise.
25013         (csqrt_test): Likewise.
25014         (ctan_test): Likewise.
25015         (ctan_test_tonearest): Likewise.
25016         (ctan_test_towardzero): Likewise.
25017         (ctan_test_downward): Likewise.
25018         (ctan_test_upward): Likewise.
25019         (ctanh_test): Likewise.
25020         (ctanh_test_tonearest): Likewise.
25021         (ctanh_test_towardzero): Likewise.
25022         (ctanh_test_downward): Likewise.
25023         (ctanh_test_upward): Likewise.
25024         (erf_test): Likewise.
25025         (erfc_test): Likewise.
25026         (exp_test): Likewise.
25027         (exp_test_tonearest): Likewise.
25028         (exp_test_towardzero): Likewise.
25029         (exp_test_downward): Likewise.
25030         (exp_test_upward): Likewise.
25031         (exp10_test): Likewise.
25032         (exp2_test): Likewise.
25033         (expm1_test): Likewise.
25034         (fmod_test): Likewise.
25035         (gamma_test): Likewise.
25036         (hypot_test): Likewise.
25037         (j0_test): Likewise.
25038         (j1_test): Likewise.
25039         (jn_test): Likewise.
25040         (lgamma_test): Likewise.
25041         (log_test): Likewise.
25042         (log10_test): Likewise.
25043         (log1p_test): Likewise.
25044         (log2_test): Likewise.
25045         (logb_test_downward): Likewise.
25046         (pow_test): Likewise.
25047         (pow_test_tonearest): Likewise.
25048         (pow_test_towardzero): Likewise.
25049         (pow_test_downward): Likewise.
25050         (pow_test_upward): Likewise.
25051         (remainder_test): Likewise.
25052         (remquo_test): Likewise.
25053         (sin_test): Likewise.
25054         (sin_test_tonearest): Likewise.
25055         (sin_test_towardzero): Likewise.
25056         (sin_test_downward): Likewise.
25057         (sin_test_upward): Likewise.
25058         (sincos_test): Likewise.
25059         (sinh_test): Likewise.
25060         (sinh_test_tonearest): Likewise.
25061         (sinh_test_towardzero): Likewise.
25062         (sinh_test_downward): Likewise.
25063         (sinh_test_upward): Likewise.
25064         (sqrt_test): Likewise.
25065         (tan_test): Likewise.
25066         (tan_test_tonearest): Likewise.
25067         (tan_test_towardzero): Likewise.
25068         (tan_test_downward): Likewise.
25069         (tan_test_upward): Likewise.
25070         (tanh_test): Likewise.
25071         (tgamma_test): Likewise.
25072         (y0_test): Likewise.
25073         (y1_test): Likewise.
25074         (yn_test): Likewise.
25075
25076         * math/gen-libm-test.pl (adjust_arg): Remove function.
25077         (special_function): Remove argument $in_func.  Only handle
25078         generating output for tables of tests, not inside functions.
25079         (parse_args): Likewise.
25080         (generate_testfile): Remove variable $in_func.  Update call to
25081         parse_args.
25082         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
25083         (MINUS_ZERO_INIT): Rename macro to minus_zero.
25084         (PLUS_INFTY_INIT): Rename macro to plus_infty.
25085         (MINUS_INFTY_INIT): Rename macro to minus_infty.
25086         (QNAN_VALUE_INIT): Rename macro to qnan_value.
25087         (MAX_VALUE_INIT): Rename macro to max_value.
25088         (MIN_VALUE_INIT): Rename macro to min_value.
25089         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
25090         (plus_zero): Remove variable.
25091         (minus_zero): Likewise.
25092         (plus_infty): Likewise.
25093         (minus_infty): Likewise.
25094         (qnan_value): Likewise.
25095         (max_value): Likewise.
25096         (min_value): Likewise.
25097         (min_subnorm_value): Likewise.
25098
25099 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25100
25101         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
25102         uint64_t or uint32_t usage.
25103         * crypt/sha256-block.c: Likewise.
25104         * crypt/sha256-crypt.c: Likewise.
25105         * crypt/sha256.c: Likewise.
25106         * crypt/sha512-block.c: Likewise.
25107         * crypt/sha512-crypt.c: Likewise.
25108         * crypt/sha512.c: Likewise.
25109         * debug/backtrace-tst.c: Likewise.
25110         * debug/pcprofiledump.c: Likewise.
25111         * elf/cache.c: Likewise.
25112         * elf/dl-cache.c: Likewise.
25113         * elf/dl-misc.c: Likewise.
25114         * elf/dl-profile.c: Likewise.
25115         * elf/dl-support.c: Likewise.
25116         * elf/ldconfig.c: Likewise.
25117         * elf/sprof.c: Likewise.
25118         * iconv/dummy-repertoire.c: Likewise.
25119         * iconv/iconv_charmap.c: Likewise.
25120         * iconv/skeleton.c: Likewise.
25121         * iconvdata/8bit-generic.c: Likewise.
25122         * iconvdata/cp737.h: Likewise.
25123         * iconvdata/cp775.h: Likewise.
25124         * iconvdata/ibm1008.h: Likewise.
25125         * iconvdata/ibm1025.h: Likewise.
25126         * iconvdata/ibm1046.h: Likewise.
25127         * iconvdata/ibm1097.h: Likewise.
25128         * iconvdata/ibm1112.h: Likewise.
25129         * iconvdata/ibm1122.h: Likewise.
25130         * iconvdata/ibm1123.h: Likewise.
25131         * iconvdata/ibm1124.h: Likewise.
25132         * iconvdata/ibm1129.h: Likewise.
25133         * iconvdata/ibm1130.h: Likewise.
25134         * iconvdata/ibm1132.h: Likewise.
25135         * iconvdata/ibm1133.h: Likewise.
25136         * iconvdata/ibm1137.h: Likewise.
25137         * iconvdata/ibm1140.h: Likewise.
25138         * iconvdata/ibm1141.h: Likewise.
25139         * iconvdata/ibm1142.h: Likewise.
25140         * iconvdata/ibm1143.h: Likewise.
25141         * iconvdata/ibm1144.h: Likewise.
25142         * iconvdata/ibm1145.h: Likewise.
25143         * iconvdata/ibm1146.h: Likewise.
25144         * iconvdata/ibm1147.h: Likewise.
25145         * iconvdata/ibm1148.h: Likewise.
25146         * iconvdata/ibm1149.h: Likewise.
25147         * iconvdata/ibm1153.h: Likewise.
25148         * iconvdata/ibm1154.h: Likewise.
25149         * iconvdata/ibm1155.h: Likewise.
25150         * iconvdata/ibm1156.h: Likewise.
25151         * iconvdata/ibm1157.h: Likewise.
25152         * iconvdata/ibm1158.h: Likewise.
25153         * iconvdata/ibm1160.h: Likewise.
25154         * iconvdata/ibm1161.h: Likewise.
25155         * iconvdata/ibm1162.h: Likewise.
25156         * iconvdata/ibm1163.h: Likewise.
25157         * iconvdata/ibm1164.h: Likewise.
25158         * iconvdata/ibm1166.h: Likewise.
25159         * iconvdata/ibm1167.h: Likewise.
25160         * iconvdata/ibm12712.h: Likewise.
25161         * iconvdata/ibm1390.h: Likewise.
25162         * iconvdata/ibm1399.h: Likewise.
25163         * iconvdata/ibm16804.h: Likewise.
25164         * iconvdata/ibm4517.h: Likewise.
25165         * iconvdata/ibm4899.h: Likewise.
25166         * iconvdata/ibm4909.h: Likewise.
25167         * iconvdata/ibm4971.h: Likewise.
25168         * iconvdata/ibm5347.h: Likewise.
25169         * iconvdata/ibm803.h: Likewise.
25170         * iconvdata/ibm856.h: Likewise.
25171         * iconvdata/ibm901.h: Likewise.
25172         * iconvdata/ibm902.h: Likewise.
25173         * iconvdata/ibm9030.h: Likewise.
25174         * iconvdata/ibm9066.h: Likewise.
25175         * iconvdata/ibm921.h: Likewise.
25176         * iconvdata/ibm922.h: Likewise.
25177         * iconvdata/ibm9448.h: Likewise.
25178         * iconvdata/isiri-3342.h: Likewise.
25179         * iconvdata/jis0201.h: Likewise.
25180         * include/link.h: Likewise.
25181         * include/netdb.h: Likewise.
25182         * inet/check_native.c: Likewise.
25183         * inet/check_pf.c: Likewise.
25184         * inet/getipv4sourcefilter.c: Likewise.
25185         * inet/getnameinfo.c: Likewise.
25186         * inet/getsourcefilter.c: Likewise.
25187         * inet/htonl.c: Likewise.
25188         * inet/setipv4sourcefilter.c: Likewise.
25189         * inet/setsourcefilter.c: Likewise.
25190         * inet/test-inet6_opt.c: Likewise.
25191         * inet/tst-network.c: Likewise.
25192         * locale/C-collate.c: Likewise.
25193         * locale/C-ctype.c: Likewise.
25194         * locale/C-time.c: Likewise.
25195         * locale/C-translit.h: Likewise.
25196         * locale/loadarchive.c: Likewise.
25197         * locale/programs/3level.h: Likewise.
25198         * locale/programs/charmap.c: Likewise.
25199         * locale/programs/charmap.h: Likewise.
25200         * locale/programs/ld-address.c: Likewise.
25201         * locale/programs/ld-collate.c: Likewise.
25202         * locale/programs/ld-ctype.c: Likewise.
25203         * locale/programs/ld-identification.c: Likewise.
25204         * locale/programs/ld-measurement.c: Likewise.
25205         * locale/programs/ld-messages.c: Likewise.
25206         * locale/programs/ld-monetary.c: Likewise.
25207         * locale/programs/ld-name.c: Likewise.
25208         * locale/programs/ld-numeric.c: Likewise.
25209         * locale/programs/ld-paper.c: Likewise.
25210         * locale/programs/ld-telephone.c: Likewise.
25211         * locale/programs/ld-time.c: Likewise.
25212         * locale/programs/linereader.c: Likewise.
25213         * locale/programs/locale.c: Likewise.
25214         * locale/programs/locarchive.c: Likewise.
25215         * locale/programs/locfile.h: Likewise.
25216         * locale/programs/repertoire.c: Likewise.
25217         * locale/programs/simple-hash.c: Likewise.
25218         * locale/programs/simple-hash.h: Likewise.
25219         * malloc/memusage.c: Likewise.
25220         * malloc/memusagestat.c: Likewise.
25221         * nis/nis_defaults.c: Likewise.
25222         * nis/nis_hash.c: Likewise.
25223         * nis/nis_print.c: Likewise.
25224         * nis/nis_xdr.c: Likewise.
25225         * nscd/connections.c: Likewise.
25226         * nscd/hstcache.c: Likewise.
25227         * nscd/nscd_gethst_r.c: Likewise.
25228         * nscd/nscd_getserv_r.c: Likewise.
25229         * nscd/nscd_helper.c: Likewise.
25230         * nscd/servicescache.c: Likewise.
25231         * nss/makedb.c: Likewise.
25232         * nss/nss_db/db-XXX.c: Likewise.
25233         * nss/nss_db/db-initgroups.c: Likewise.
25234         * nss/nss_db/db-netgrp.c: Likewise.
25235         * nss/nss_files/files-network.c: Likewise.
25236         * nss/nss_files/files-parse.c: Likewise.
25237         * posix/bug-regex5.c: Likewise.
25238         * posix/fnmatch_loop.c: Likewise.
25239         * posix/regcomp.c: Likewise.
25240         * posix/regexec.c: Likewise.
25241         * posix/tst-rfc3484-2.c: Likewise.
25242         * posix/tst-rfc3484-3.c: Likewise.
25243         * posix/tst-rfc3484.c: Likewise.
25244         * resolv/nss_dns/dns-canon.c: Likewise.
25245         * resolv/nss_dns/dns-network.c: Likewise.
25246         * resolv/res_init.c: Likewise.
25247         * resolv/res_mkquery.c: Likewise.
25248         * resolv/tst-aton.c: Likewise.
25249         * stdlib/cxa_atexit.c: Likewise.
25250         * stdlib/cxa_finalize.c: Likewise.
25251         * stdlib/gen-fpioconst.c: Likewise.
25252         * stdlib/strtol_l.c: Likewise.
25253         * string/tst-endian.c: Likewise.
25254         * sunrpc/auth_des.c: Likewise.
25255         * sunrpc/clnt_udp.c: Likewise.
25256         * sunrpc/rtime.c: Likewise.
25257         * sunrpc/svcauth_des.c: Likewise.
25258         * sunrpc/xdr.c: Likewise.
25259         * sunrpc/xdr_intXX_t.c: Likewise.
25260         * sunrpc/xdr_rec.c: Likewise.
25261         * sysdeps/generic/ldconfig.h: Likewise.
25262         * sysdeps/generic/ldsodefs.h: Likewise.
25263         * sysdeps/generic/memusage.h: Likewise.
25264         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
25265         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
25266         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
25267         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
25268         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
25269         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
25270         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
25271         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
25272         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
25273         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25274         * sysdeps/posix/getaddrinfo.c: Likewise.
25275         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
25276         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25277         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
25278         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
25279         * sysdeps/powerpc/test-gettimebase.c: Likewise.
25280         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
25281         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
25282         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
25283         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
25284         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
25285         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
25286         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
25287         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
25288         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
25289         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
25290         * sysdeps/x86_64/dl-tls.h: Likewise.
25291         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
25292         * time/alt_digit.c: Likewise.
25293         * time/era.c: Likewise.
25294         * wcsmbs/tst-c16c32-1.c: Likewise.
25295
25296 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25297
25298         * math/libm-test.inc (struct test_sincos_data): New type.
25299         (RUN_TEST_LOOP_sincos): New macro.
25300         (sincos_test_data): New variable.
25301         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
25302
25303 2013-05-16  Richard Henderson  <rth@redhat.com>
25304
25305         * math/atest-exp2.c (LIMB64): New macro.
25306         (CONSTSZ): New macro.
25307         (mp_exp1, mp_exp_m1, mp_log2): New variables.
25308         (hexdig): Move ...
25309         (print_mpn_fp): ... to function scope.
25310         (read_mpn_hex): Remove.
25311         (get_log2): Remove.
25312         (exp2_mpn): Use mp_log2.
25313         (main): Use mp_exp1.
25314
25315 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25316
25317         * math/libm-test.inc: Remove comment about not testing "inexact"
25318         exceptions.
25319         (INEXACT_EXCEPTION): New macro.
25320         (NO_INEXACT_EXCEPTION): Likewise.
25321         (INVALID_EXCEPTION_OK): Update value.
25322         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
25323         (OVERFLOW_EXCEPTION_OK): Likewise.
25324         (UNDERFLOW_EXCEPTION_OK): Likewise.
25325         (IGNORE_ZERO_INF_SIGN): Likewise.
25326         (ERRNO_UNCHANGED): Likewise.
25327         (ERRNO_EDOM): Likewise.
25328         (ERRNO_ERANGE): Likewise.
25329         (test_exceptions): Handle testing "inexact" exceptions.
25330         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
25331         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
25332         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
25333         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
25334         INEXACT_EXCEPTION.
25335         (rint_towardzero_test_data): Likewise.
25336         (rint_downward_test_data): Likewise.
25337         (rint_upward_test_data): Likewise.
25338
25339         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
25340         with OVERFLOW_EXCEPTION.
25341         (exp10_test_data): Likewise.
25342         (exp2_test_data): Likewise.
25343         (expm1_test_data): Likewise.
25344         (lgamma_test_data): Likewise.
25345         (pow_test_data): Likewise.
25346         (tgamma_test_data): Likewise.
25347         (yn_test_data): Remove duplicate test of overflow.
25348
25349         * math/libm-test.inc (struct test_cc_c_data): New type.
25350         (RUN_TEST_LOOP_cc_c): New macro.
25351         (cpow_test_data): New variable.
25352         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
25353
25354         * math/libm-test.inc (struct test_f_L_data): New type.
25355         (RUN_TEST_LOOP_f_L): New macro.
25356         (llrint_test_data): New variable.
25357         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
25358         (llrint_tonearest_test_data): New variable.
25359         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
25360         (llrint_towardzero_test_data): New variable.
25361         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
25362         (llrint_downward_test_data): New variable.
25363         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
25364         (llrint_upward_test_data): New variable.
25365         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
25366         (llround_test_data): New variable.
25367         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
25368
25369 2013-05-13  Peter Collingbourne  <pcc@google.com>
25370
25371         * math/atest-exp2.c (get_log2): Remove const attribute.
25372
25373 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25374
25375         * math/libm-test.inc (struct test_f_l_data): New type.
25376         (RUN_TEST_LOOP_f_l): New macro.
25377         (lrint_test_data): New variable.
25378         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
25379         (lrint_tonearest_test_data): New variable.
25380         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
25381         (lrint_towardzero_test_data): New variable.
25382         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
25383         (lrint_downward_test_data): New variable.
25384         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
25385         (lrint_upward_test_data): New variable.
25386         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
25387         (lround_test_data): New variable.
25388         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
25389
25390 2013-05-15  Peter Collingbourne  <pcc@google.com>
25391
25392         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
25393         (EXTRACT_WORDS64) Use where appropriate.
25394         (INSERT_WORDS64) Likewise.
25395
25396         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
25397         constraints with x constraints.
25398         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
25399
25400         * malloc/obstack.c (_obstack_compat): Add initializer.
25401
25402 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
25403
25404         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
25405         si_trapno and add si_addr_lsb to _sifields.sigfault.
25406         (si_trapno): Remove macro.
25407         (si_addr_lsb): Define new macro.
25408         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
25409
25410 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25411
25412         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
25413         instead of TEST_f_l.
25414         (llrint_test_tonearest): Likewise.
25415         (llrint_test_towardzero): Likewise.
25416         (llrint_test_downward): Likewise.
25417         (llrint_test_upward): Likewise.
25418         (llround_test): Likewise.
25419
25420         * math/libm-test.inc (struct test_f_i_data): Add comment.
25421         (RUN_TEST_LOOP_f_b): New macro.
25422         (RUN_TEST_LOOP_f_b_tg): Likewise.
25423         (finite_test_data): New variable.
25424         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
25425         (isfinite_test_data): New variable.
25426         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25427         (isinf_test_data): New variable.
25428         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25429         (isnan_test_data): New variable.
25430         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25431         (isnormal_test_data): New variable.
25432         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25433         (issignaling_test_data): New variable.
25434         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25435         (signbit_test_data): New variable.
25436         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25437
25438         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
25439         with INVALID_EXCEPTION.
25440         (acosh_test_data): Likewise.
25441         (asin_test_data): Likewise.
25442         (atanh_test_data): Likewise.
25443         (fmod_test_data): Likewise.
25444         (log_test_data): Likewise.
25445         (log10_test_data): Likewise.
25446         (log2_test_data): Likewise.
25447         (pow_test_data): Likewise.
25448         (sqrt_test_data): Likewise.
25449         (y0_test_data): Likewise.
25450         (y1_test_data): Likewise.
25451         (yn_test_data): Likewise.
25452
25453         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
25454         function contents.
25455
25456         * math/libm-test.inc (struct test_ff_i_data): New type.
25457         (RUN_TEST_LOOP_ff_i_tg): New macro.
25458         (isgreater_test_data): New variable.
25459         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25460         (isgreaterequal_test_data): New variable.
25461         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25462         (isless_test_data): New variable.
25463         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25464         (islessequal_test_data): New variable.
25465         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25466         (islessgreater_test_data): New variable.
25467         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25468         (isunordered_test_data): New variable.
25469         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25470
25471 2013-05-14  David S. Miller  <davem@davemloft.net>
25472
25473         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25474
25475 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
25476
25477         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
25478
25479         * math/libm-test.inc (struct test_fF_f1_data): Change type of
25480         extra_test to int.
25481         (struct test_f_i_data): Change type of max_ulp to int.
25482
25483         * math/libm-test.inc (test_ffI_f1_data): New type.
25484         (RUN_TEST_LOOP_ffI_f1): New macro.
25485         (remquo_test_data): New variable.
25486         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
25487
25488         * setjmp/tst-setjmp-fp.c: New file.
25489         * setjmp/Makefile (tests): Add tst-setjmp-fp.
25490         (link-libm): New variable.
25491         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
25492
25493         * math/libm-test.inc (struct test_f_i_data): New type.
25494         (RUN_TEST_LOOP_f_i): New macro.
25495         (RUN_TEST_LOOP_f_i_tg): Likewise.
25496         (fpclassify_test_data): New variable.
25497         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
25498         (ilogb_test_data): New variable.
25499         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
25500
25501         * math/libm-test.inc (scalbln_test): Correct function name in END
25502         call.
25503
25504         * math/libm-test.inc (struct test_f_f1_data): Add comment.
25505         (RUN_TEST_LOOP_fI_f1): New macro.
25506         (frexp_test_data): New variable.
25507         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
25508
25509         * math/libm-test.inc (struct test_fF_f1_data): New type.
25510         (RUN_TEST_LOOP_fF_f1): New macro.
25511         (modf_test_data): New variable.
25512         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
25513
25514         * math/libm-test.inc (struct test_f_f1_data): New type.
25515         (RUN_TEST_LOOP_f_f1): New macro.
25516         (gamma_test_data): New variable.
25517         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25518         (lgamma_test_data): New variable.
25519         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25520
25521 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
25522
25523         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
25524         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
25525         (main): Comment "tls" pseudo-hwcap.
25526
25527 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
25528
25529         * math/libm-test.inc (struct test_fl_f_data): New type.
25530         (RUN_TEST_LOOP_fl_f): New variable.
25531         (scalbln_test_data): New variable.
25532         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
25533
25534         * math/libm-test.inc (struct test_fi_f_data): New type.
25535         (RUN_TEST_LOOP_fi_f): New macro.
25536         (ldexp_test_data): New variable.
25537         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
25538         (scalbn_test_data): New variable.
25539         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
25540
25541         * math/libm-test.inc (struct test_c_f_data): New type.
25542         (RUN_TEST_LOOP_c_f): New macro.
25543         (cabs_test_data): New variable.
25544         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
25545         (carg_test_data): New variable.
25546         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
25547         (cimag_test_data): New variable.
25548         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
25549         (creal_test_data): New variable.
25550         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
25551
25552         * math/libm-test.inc (struct test_if_f_data): New type.
25553         (RUN_TEST_LOOP_if_f): New macro.
25554         (jn_test_data): New variable.
25555         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
25556         (yn_test_data): New variable.
25557         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
25558
25559         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
25560
25561 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25562
25563         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
25564         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
25565
25566 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25567
25568         * benchtests/Makefile (CPPFLAGS-nonlib): Add
25569         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
25570         (bench-deps): Add bench-timing.h.
25571         * benchtests-bench-skeleton.c: Include bench-timing.h.
25572         (main): Use TIMING_* macros instead of clock_gettime.
25573         * benchtests/bench-timing.h: New file.
25574
25575         [BZ #14582]
25576         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
25577         Renamed from _LIB_VERSION.
25578         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
25579
25580 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
25581
25582         * math/libm-test.inc (struct test_fff_f_data): New type.
25583         (RUN_TEST_LOOP_fff_f): New macro.
25584         (fma_test_data): New variable.
25585         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
25586         (fma_towardzero_test_data): New variable.
25587         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
25588         (fma_downward_test_data): New variable.
25589         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
25590         (fma_upward_test_data): New variable.
25591         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
25592
25593         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
25594         (struct test_c_c_data): New type.
25595         (RUN_TEST_LOOP_c_c): New macro.
25596         (cacos_test_data): New variable.
25597         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
25598         (cacosh_test_data): New variable.
25599         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
25600         (casin_test_data): New variable.
25601         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
25602         (casinh_test_data): New variable.
25603         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
25604         (catan_test_data): New variable.
25605         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
25606         (catanh_test_data): New variable.
25607         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
25608         (ccos_test_data): New variable.
25609         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
25610         (ccosh_test_data): New variable.
25611         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
25612         (cexp_test_data): New variable.
25613         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
25614         (clog_test_data): New variable.
25615         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
25616         (clog10_test_data): New variable.
25617         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25618         (conj_test_data): New variable.
25619         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25620         (cproj_test_data): New variable.
25621         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25622         (csin_test_data): New variable.
25623         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25624         (csinh_test_data): New variable.
25625         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25626         (csqrt_test_data): New variable.
25627         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25628         (ctan_test_data): New variable.
25629         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25630         (ctan_tonearest_test_data): New variable.
25631         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25632         (ctan_towardzero_test_data): New variable.
25633         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25634         (ctan_downward_test_data): New variable.
25635         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25636         (ctan_upward_test_data): New variable.
25637         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25638         (ctanh_test_data): New variable.
25639         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25640         (ctanh_tonearest_test_data): New variable.
25641         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25642         (ctanh_towardzero_test_data): New variable.
25643         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25644         (ctanh_downward_test_data): New variable.
25645         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25646         (ctanh_upward_test_data): New variable.
25647         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25648         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25649         of BUILD_COMPLEX.
25650
25651         * math/libm-test.inc (struct test_ff_f_data): New type.
25652         (struct test_ff_f_data_nexttoward): Likewise.
25653         (RUN_TEST_LOOP_2_f): New macro.
25654         (RUN_TEST_LOOP_ff_f): Likewise.
25655         (atan2_test_data): New variable.
25656         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25657         (copysign_test_data): New variable.
25658         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25659         (fdim_test_data): New variable.
25660         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25661         (fmax_test_data): New variable.
25662         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25663         (fmin_test_data): New variable.
25664         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25665         (fmod_test_data): New variable.
25666         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25667         (hypot_test_data): New variable.
25668         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25669         (nextafter_test_data): New variable.
25670         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25671         (nexttoward_test_data): New variable.
25672         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25673         (pow_test_data): New variable.
25674         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25675         (pow_tonearest_test_data): New variable.
25676         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25677         (pow_towardzero_test_data): New variable.
25678         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25679         (pow_downward_test_data): New variable.
25680         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25681         (pow_upward_test_data): New variable.
25682         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25683         (remainder_test_data): New variable.
25684         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25685         (scalb_test_data): New variable.
25686         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25687         * sysdeps/i386/fpu/libm-test-ulps: Update.
25688
25689 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
25690
25691         * math/libm-test.inc (fma_test): Use max_value instead of local
25692         variable fltmax.
25693         (nextafter_test): Likewise.
25694
25695         * math/libm-test.inc (acos_towardzero_test_data): New variable.
25696         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25697         (acos_downward_test_data): New variable.
25698         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25699         (acos_upward_test_data): New variable.
25700         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25701         (acosh_test_data): New variable.
25702         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25703         (asin_test_data): New variable.
25704         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25705         (asin_tonearest_test_data): New variable.
25706         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25707         (asin_towardzero_test_data): New variable.
25708         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25709         (asin_downward_test_data): New variable.
25710         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25711         (asin_upward_test_data): New variable.
25712         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25713         (asinh_test_data): New variable.
25714         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25715         (atan_test_data): New variable.
25716         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25717         (atanh_test_data): New variable.
25718         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25719         (cbrt_test_data): New variable.
25720         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25721         (ceil_test_data): New variable.
25722         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25723         (cos_test_data): New variable.
25724         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25725         (cos_tonearest_test_data): New variable.
25726         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25727         (cos_towardzero_test_data): New variable.
25728         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25729         (cos_downward_test_data): New variable.
25730         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25731         (cos_upward_test_data): New variable.
25732         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25733         (cosh_test_data): New variable.
25734         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25735         (cosh_tonearest_test_data): New variable.
25736         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25737         (cosh_towardzero_test_data): New variable.
25738         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25739         (cosh_downward_test_data): New variable.
25740         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25741         (cosh_upward_test_data): New variable.
25742         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25743         (erf_test_data): New variable.
25744         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25745         (erfc_test_data): New variable.
25746         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25747         (exp_test_data): New variable.
25748         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25749         (exp_tonearest_test_data): New variable.
25750         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25751         (exp_towardzero_test_data): New variable.
25752         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25753         (exp_downward_test_data): New variable.
25754         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25755         (exp_upward_test_data): New variable.
25756         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25757         (exp10_test_data): New variable.
25758         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25759         (exp2_test_data): New variable.
25760         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25761         (expm1_test_data): New variable.
25762         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25763         (fabs_test_data): New variable.
25764         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25765         (floor_test_data): New variable.
25766         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25767         (j0_test_data): New variable.
25768         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25769         (j1_test_data): New variable.
25770         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25771         (log_test_data): New variable.
25772         (log_test): Run tests with RUN_TEST_LOOP_f_f.
25773         (log10_test_data): New variable.
25774         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25775         (log1p_test_data): New variable.
25776         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25777         (log2_test_data): New variable.
25778         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25779         (logb_test_data): New variable.
25780         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25781         (logb_downward_test_data): New variable.
25782         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25783         (nearbyint_test_data): New variable.
25784         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25785         (rint_test_data): New variable.
25786         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25787         (rint_tonearest_test_data): New variable.
25788         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25789         (rint_towardzero_test_data): New variable.
25790         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25791         (rint_downward_test_data): New variable.
25792         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25793         (rint_upward_test_data): New variable.
25794         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25795         (round_test_data): New variable.
25796         (round_test): Run tests with RUN_TEST_LOOP_f_f.
25797         (sin_test_data): New variable.
25798         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25799         (sin_tonearest_test_data): New variable.
25800         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25801         (sin_towardzero_test_data): New variable.
25802         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25803         (sin_downward_test_data): New variable.
25804         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25805         (sin_upward_test_data): New variable.
25806         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25807         (sinh_test_data): New variable.
25808         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25809         (sinh_tonearest_test_data): New variable.
25810         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25811         (sinh_towardzero_test_data): New variable.
25812         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25813         (sinh_downward_test_data): New variable.
25814         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25815         (sinh_upward_test_data): New variable.
25816         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25817         (sqrt_test_data): New variable.
25818         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25819         (tan_test_data): New variable.
25820         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25821         (tan_tonearest_test_data): New variable.
25822         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25823         (tan_towardzero_test_data): New variable.
25824         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25825         (tan_downward_test_data): New variable.
25826         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25827         (tan_upward_test_data): New variable.
25828         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25829         (tanh_test_data): New variable.
25830         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25831         (tgamma_test_data): New variable.
25832         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25833         (trunc_test_data): New variable.
25834         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25835         (y0_test_data): New variable.
25836         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25837         (y1_test_data): New variable.
25838         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25839         (significand_test_data): New variable.
25840         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25841
25842 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
25843
25844         [BZ #12387]
25845         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25846
25847 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25848
25849         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25850
25851 2013-05-10  Andreas Jaeger  <aj@suse.de>
25852
25853         [BZ #15448]
25854         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25855         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25856
25857 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25858
25859         * math/gen-libm-test.pl (adjust_arg): New function.
25860         (special_functions): Handle generating output in both functions
25861         and arrays.
25862         (parse_args): Likewise.
25863         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
25864         $in_func argument to parse_args.
25865         * math/libm-test.inc (struct test_f_f_data): New type.
25866         (IF_ROUND_INIT_): New macro.
25867         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25868         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25869         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25870         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25871         (ROUND_RESTORE_): Likewise.
25872         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25873         (ROUND_RESTORE_FE_TONEAREST): Likewise.
25874         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25875         (ROUND_RESTORE_FE_UPWARD): Likewise.
25876         (RUN_TEST_LOOP_f_f): New macro.
25877         (acos_test_data): New variable.
25878         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25879         (acos_tonearest_test_data): New variable.
25880         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25881
25882 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25883
25884         * benchtests/bench-skeleton.c (startup): Fix coding style.
25885
25886 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25887
25888         [BZ #6809]
25889         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25890         negative infinity argument.
25891         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25892         negative infinity argument.
25893         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25894         negative infinity argument.
25895         * math/libm-test.inc (tgamma_test): Expect errno to be set for
25896         domain errors.
25897
25898 2013-05-10  Florian Weimer  <fweimer@redhat.com>
25899
25900         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25901         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25902         * iconv/iconv_prog.c (main): Likewise.
25903         * locale/programs/charmap-dir.c (charmap_readdir)
25904         (fopen_uncompressed): Likewise.
25905         * locale/programs/locfile.c (siblings_uncached)
25906         (write_locale_data): Use lstat64 instead of lstat.
25907         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25908         stat.
25909
25910 2013-05-10  Andreas Jaeger  <aj@suse.de>
25911
25912         [BZ #15395]
25913         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25914         localization.
25915         Include <locale.h>.
25916
25917 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25918
25919         * elf/dl-close.c (_dl_close_worker): Add comments.
25920
25921 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25922
25923         [BZ #15359]
25924         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25925         high part of pi/2.
25926         (__ieee754_rem_pio2l): Update comments.
25927
25928         [BZ #15429]
25929         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25930         high part of pi/2.
25931         (__ieee754_rem_pio2l): Update comments.
25932
25933         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25934         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25935
25936         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25937         M_PI_4l.
25938
25939         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25940         (M_PI_34_LOG10El): Likewise.
25941         (M_PI2_LOG10El): Likewise.
25942         (M_PI4_LOG10El): Likewise.
25943         (M_PI_LOG10El): Likewise.
25944
25945 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25946
25947         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25948
25949 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25950
25951         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25952         (MINUS_ZERO_INIT): Likewise.
25953         (PLUS_INFTY_INIT): Likewise.
25954         (MINUS_INFTY_INIT): Likewise.
25955         (QNAN_VALUE_INIT): Likewise.
25956         (MAX_VALUE_INIT): Likewise.
25957         (MIN_VALUE_INIT): Likewise.
25958         (MIN_SUBNORM_VALUE_INIT): Likewise.
25959         (plus_zero): Initialize with PLUS_ZERO_INIT.
25960         (minus_zero): Initialize with MINUS_ZERO_INIT.
25961         (plus_infty): Initialize with PLUS_INFTY_INIT.
25962         (minus_infty): Initialize with MINUS_INFTY_INIT.
25963         (qnan_value): Initialize with QNAN_VALUE_INIT.
25964         (max_value): Initialize with MAX_VALUE_INIT.
25965         (min_value): Initialize with MIN_VALUE_INIT.
25966         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25967
25968         * math/libm-test.inc (RUN_TEST_if_f): New macro.
25969         (jn_test): Use TEST_if_f instead of TEST_ff_f.
25970         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25971         (yn_test): Use TEST_if_f instead of TEST_ff_f.
25972
25973         * math/libm-test.inc (RUN_TEST_f_f): New macro.
25974         (RUN_TEST_2_f): Likewise.
25975         (RUN_TEST_ff_f): Likewise.
25976         (RUN_TEST_fi_f): Likewise.
25977         (RUN_TEST_fl_f): Likewise.
25978         (RUN_TEST_fff_f): Likewise.
25979         (RUN_TEST_c_f): Likewise.
25980         (RUN_TEST_f_f1): Likewise.
25981         (RUN_TEST_fF_f1): Likewise.
25982         (RUN_TEST_fI_f1): Likewise.
25983         (RUN_TEST_ffI_f1): Likewise.
25984         (RUN_TEST_c_c): Likewise.
25985         (RUN_TEST_cc_c): Likewise.
25986         (RUN_TEST_f_i): Likewise.
25987         (RUN_TEST_f_i_tg): Likewise.
25988         (RUN_TEST_ff_i_tg): Likewise.
25989         (RUN_TEST_f_b): Likewise.
25990         (RUN_TEST_f_b_tg): Likewise.
25991         (RUN_TEST_f_l): Likewise.
25992         (RUN_TEST_f_L): Likewise.
25993         (RUN_TEST_sincos): Likewise.
25994         * math/gen-libm-test.pl (new_test): Take new argument to indicate
25995         whether to show exceptions.  Do not include ");\n" in return
25996         value.
25997         (special_functions): Output call to RUN_TEST_sincos instead of
25998         check_float calls.  Update calls to new_test.
25999         (parse_args): Output call to single RUN_TEST_* macro instead of
26000         check_* calls and other assignments.  Update calls to new_test.
26001
26002         [BZ #2546]
26003         [BZ #2560]
26004         [BZ #5159]
26005         [BZ #15426]
26006         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
26007         input to result for tgamma overflow.
26008         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
26009         (gamma_coeff): New variable.
26010         (NCOEFF): New macro.
26011         (gamma_positive): New function.
26012         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
26013         underflow here.  Use gamma_positive instead of exp (lgamma) for
26014         other arguments.
26015         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
26016         (gamma_coeff): New variable.
26017         (NCOEFF): New macro.
26018         (gammaf_positive): New function.
26019         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
26020         underflow here.  Use gamma_positive instead of exp (lgamma) for
26021         other arguments.
26022         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
26023         (gamma_coeff): New variable.
26024         (NCOEFF): New macro.
26025         (gammal_positive): New function.
26026         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
26027         underflow here.  Use gamma_positive instead of exp (lgamma) for
26028         other arguments.
26029         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
26030         (gamma_coeff): New variable.
26031         (NCOEFF): New macro.
26032         (gammal_positive): New function.
26033         (__ieee754_gammal_r): Handle positive infinity, overflow and
26034         underflow here.  Handle NaN the same as positive infinity.  Remove
26035         check x < 0xffffffff for negative integers.  Use gamma_positive
26036         instead of exp (lgamma) for other arguments.
26037         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
26038         (gamma_coeff): New variable.
26039         (NCOEFF): New macro.
26040         (gammal_positive): New function.
26041         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
26042         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
26043         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
26044         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
26045         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
26046         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
26047         * sysdeps/generic/math_private.h (__gamma_productf): New
26048         prototype.
26049         (__gamma_product): Likewise.
26050         (__gamma_productl): Likewise.
26051         * math/Makefile (libm-calls): Add gamma_product.
26052         * math/libm-test.inc (tgamma_test): Add more tests.
26053         * sysdeps/i386/fpu/libm-test-ulps: Update.
26054         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26055
26056 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
26057
26058         * benchtests/bench-skeleton.c (main): Preheat CPU.
26059
26060 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
26061
26062         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
26063
26064 2013-05-07  Roland McGrath  <roland@hack.frob.com>
26065
26066         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
26067         and _dl_skip_args_internal.
26068
26069 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
26070
26071         * manual/message.texi (Message Translation): Talk about users.
26072         Message to key mapping impacts design.
26073
26074 2013-05-06  Roland McGrath  <roland@hack.frob.com>
26075
26076         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
26077
26078         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
26079
26080         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
26081         * sysdeps/wordsize-64/glob64.c: ... here.
26082
26083         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
26084         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
26085         New macros.
26086
26087         * debug/getlogin_r_chk.c: Moved to ...
26088         * login/getlogin_r_chk.c: ... here.
26089         * debug/Makefile (routines): Move getlogin_r_chk to ...
26090         * login/Makefile (routines): ... here.
26091         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
26092         * login/Versions (libc: GLIBC_2.4): ... here.
26093
26094         * io/poll.c (__poll): Renamed from poll.
26095         Add libc_hidden_def.
26096         (poll): Define as weak alias.
26097
26098         * debug/ptsname_r_chk.c: Moved to ...
26099         * login/ptsname_r_chk.c: ... here.
26100         * debug/Makefile (routines): Move ptsname_r_chk to ...
26101         * login/Makefile (routines): ... here.
26102         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
26103         * login/Versions (libc: GLIBC_2.4): ... here.
26104
26105         * posix/getlogin.c: Moved to ...
26106         * login/getlogin.c: ... here.
26107         * posix/getlogin_r.c: Moved to ...
26108         * login/getlogin_r.c: ... here.
26109         * posix/getlogin_r.c: Moved to ...
26110         * login/getlogin_r.c: ... here.
26111         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
26112         * login/Makefile (routines): ... here.
26113         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
26114         * login/Versions (libc: GLIBC_2.0): ... here.
26115
26116         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
26117         (setrlimit): Define as weak alias.
26118
26119         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
26120         Call __ names for open, ftruncate, and close.
26121         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
26122         (truncate): Define as weak alias.
26123
26124 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
26125
26126         * math/gen-libm-test.pl (parse_args): Initialize x before each
26127         test of frexp, modf and remquo.
26128
26129         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
26130         test signgam value.
26131
26132 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26133
26134         [BZ #15418]
26135         [BZ #15419]
26136         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
26137         internal tests.
26138         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
26139
26140 2013-05-06  Roland McGrath  <roland@hack.frob.com>
26141
26142         * elf/dl-writev.h: New file.
26143         * elf/dl-misc.c: Include it.
26144         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
26145         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
26146
26147 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
26148
26149         * math/libm-test.inc (noXFails): Remove variable.
26150         (noXPasses): Likewise.
26151         (BUILD_COMPLEX_INT): Remove macro.
26152         (print_screen): Remove xfail argument.
26153         (print_screen_max_error): Likewise.
26154         (update_stats): Likewise.
26155         (print_max_error): Likewise.  Update calls to other affected
26156         functions.
26157         (print_complex_max_error): Likewise.
26158         (test_single_exception): Update calls to print_screen.
26159         (test_single_errno): Likewise.
26160         (check_float_internal): Remove xfail argument.  Update calls to
26161         other affected functions.
26162         (check_float): Likewise.
26163         (check_complex): Likewise.
26164         (check_int): Likewise.
26165         (check_long): Likewise.
26166         (check_bool): Likewise.
26167         (check_longlong): Likewise.
26168         (main): Don't print noXFails and noXPasses.
26169         * math/gen-libm-test.pl (top level): Don't mention expected
26170         failure handling in comment.
26171         (new_test): Don't handle expected failures.
26172         (parse_args): Don't mention expected failure handling in comment.
26173         (generate_testfile): Don't handle expected failures.
26174         (parse_ulps): Likewise.
26175         (print_ulps_file): Likewise.
26176         (get_failure): Remove function.
26177         (output_test): Don't handle expected failures.
26178         * make/README.libm-test: Don't mention expected failure handling.
26179
26180         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
26181         (minus_zero): Likewise.
26182         (plus_infty): Likewise.
26183         (minus_infty): Likewise.
26184         (qnan_value): Likewise.
26185         (max_value): Likewise.
26186         (min_value): Likewise.
26187         (min_subnorm_value): Likewise.
26188         (initialize): Do not initialize those variables dynamically.
26189
26190 2013-05-03  Roland McGrath  <roland@hack.frob.com>
26191
26192         * io/open.c (__open_2): Moved to ...
26193         * io/open_2.c: ... this new file.
26194         * io/open64.c (__open64_2): Moved to ...
26195         * io/open64_2.c: ... this new file.
26196         * io/openat.c (__openat_2): Moved to ...
26197         * io/openat_2.c: ... this new file.
26198         * io/openat64.c (__openat64_2): Moved to ...
26199         * io/openat64_2.c: ... this new file.
26200         * io/Makefile (routines): Add them.
26201         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
26202         * sysdeps/unix/sysv/linux/open_2.c: File removed.
26203         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
26204         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
26205         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
26206         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
26207         (__openat64): Add hidden_ver.
26208         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
26209         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
26210
26211         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
26212         Separately conditionalize setting of GLRO(dl_sysinfo) so
26213         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
26214         as well, but the actual setting is only under [NEED_DL_SYSINFO].
26215
26216 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26217
26218         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
26219         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
26220         definition.
26221         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
26222         * sysdeps/unix/sysv/linux/powerpc/init-first.c
26223         (_libc_vdso_platform_setup): Add __vdso_time initialization.
26224         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
26225         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
26226
26227 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
26228
26229         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
26230         test signgam value.
26231
26232         * math/libm-test.inc (hypot_test): Do not use
26233         IGNORE_ZERO_INF_SIGN.
26234
26235 2013-05-03  Andreas Jaeger  <aj@suse.de>
26236
26237         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
26238         Linux 3.9.
26239         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
26240         (PF_MAX): Adjust for VSOCK change.
26241
26242 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26243
26244         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26245
26246 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
26247
26248         [BZ #15264]
26249         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
26250         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
26251         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
26252
26253 2013-05-02  David S. Miller  <davem@davemloft.net>
26254
26255         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26256
26257 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
26258
26259         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
26260
26261 2013-05-01  Roland McGrath  <roland@hack.frob.com>
26262
26263         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
26264
26265 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
26266
26267         [BZ #14952]
26268         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
26269         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26270         Use __attribute__ ((__gnu_inline__)).
26271         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26272         Don't use __attribute__ ((__gnu_inline__)).
26273
26274 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
26275
26276         [BZ #15423]
26277         * math/s_catan.c (__catan): Handle small real or imaginary part of
26278         input specially to avoid spurious underflow.
26279         * math/s_catanf.c (__catanf): Likewise.
26280         * math/s_catanh.c (__catanh): Likewise.
26281         * math/s_catanhf.c (__catanhf): Likewise.
26282         * math/s_catanhl.c (__catanhl): Likewise.
26283         * math/s_catanl.c (__catanl): Likewise.
26284         * math/libm-test.inc (catan_test): Add more tests.
26285         (catanh_test): Likewise.
26286         * sysdeps/i386/fpu/libm-test-ulps: Update.
26287         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26288
26289 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26290
26291         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26292
26293 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
26294
26295         [BZ #15416]
26296         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
26297         accurately for denominator in atan2.
26298         * math/s_catanf.c (__catanf): Likewise.
26299         * math/s_catanh.c (__catanh): Likewise.
26300         * math/s_catanhf.c (__catanhf): Likewise.
26301         * math/s_catanhl.c (__catanhl): Likewise.
26302         * math/s_catanl.c (__catanl): Likewise.
26303         * math/libm-test.inc (catan_test): Add more tests.
26304         (catanh_test): Likewise.
26305         * sysdeps/i386/fpu/libm-test-ulps: Update.
26306         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26307
26308 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26309
26310         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
26311
26312         * benchtests/Makefile (bench): Remove slow benchmarks.
26313         * benchtests/atan-inputs: Add slow benchmark inputs.
26314         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
26315         (BENCH_FUNC): Accept variant offset.
26316         (VARIANT): Define.
26317         * benchtests/bench-skeleton.c (main): Run benchmark for each
26318         variant.
26319         * benchtests/cos-inputs: Add slow benchmark inputs.
26320         * benchtests/exp-inputs: Likewise.
26321         * benchtests/pow-inputs: Likewise.
26322         * benchtests/sin-inputs: Likewise.
26323         * benchtests/slowatan-inputs: Remove.
26324         * benchtests/slowatan.c: Remove.
26325         * benchtests/slowcos-inputs: Remove.
26326         * benchtests/slowcos.c: Remove.
26327         * benchtests/slowexp-inputs: Remove.
26328         * benchtests/slowexp.c: Remove.
26329         * benchtests/slowpow-inputs: Remove.
26330         * benchtests/slowpow.c: Remove.
26331         * benchtests/slowsin-inputs: Remove.
26332         * benchtests/slowsin.c: Remove.
26333         * benchtests/slowtan-inputs: Remove.
26334         * benchtests/slowtan.c: Remove.
26335         * benchtests/tan-inputs: Add slow benchmark inputs.
26336         * scripts/bench.pl: Parse comments and directives.
26337
26338         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
26339         in CPPFLAGS.
26340         ($(objpfx)bench-%.c): Remove *-ITER.
26341         * benchtests/bench-modf.c: Remove definition of ITER.
26342         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
26343         (main): Loop for DURATION seconds instead of fixed number of
26344         iterations.
26345         * scripts/bench.pl: Don't expect iterations in parameters.
26346
26347 2013-04-29  Roland McGrath  <roland@hack.frob.com>
26348
26349         * io/fchdir.c (__fchdir): Renamed from fchdir.
26350         (fchdir): Define as weak alias.
26351
26352 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26353
26354         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
26355         (ERRNO_EDOM): Likewise.
26356         (ERRNO_ERANGE): Likewise.
26357         (noErrnoTests): New variable.
26358         (init_max_error): Set errno to 0.
26359         (test_single_errno): New function.
26360         (test_errno): Likewise.
26361         (check_float_internal): Call test_errno.  Set errno to 0.
26362         (check_complex): Refer to errno tests in comment.
26363         (check_int): Call test_errno.  Set errno to 0.
26364         (check_long): Likewise.
26365         (check_bool): Likewise.
26366         (check_longlong): Likewise.
26367         (cos_test): Use ERRNO_* flags for errno tests instead of
26368         check_int.
26369         (expm1_test): Likewise.
26370         (fmod_test): Likewise.
26371         (ilogb_test): Likewise.
26372         (lgamma_test): Likewise.
26373         (pow_test): Likewise.
26374         (remainder_test): Likewise.
26375         (sin_test): Likewise.
26376         (tan_test): Likewise.
26377         (yn_test): Likewise.
26378         (initialize): Set errno to 0.
26379         (main): Print number of errno tests.
26380         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
26381
26382 2013-04-29  Andreas Jaeger  <aj@suse.de>
26383
26384         [BZ #15084]
26385         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
26386         and RES_USEVC.
26387
26388         [BZ #15085]
26389         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
26390         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
26391         unimplemented.
26392
26393         [BZ #15380]
26394         * stdlib/random.c (__initstate): Return NULL if
26395         __initstate fails.
26396
26397         [BZ #15086]
26398         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
26399         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
26400         RES_SNGLKUPREOP.
26401
26402 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26403
26404         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26405
26406 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26407
26408         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
26409         of individual tests.
26410         (casin_test): Likewise.
26411         (casinh_test): Likewise.
26412
26413 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
26414
26415         [BZ #15409]
26416         * math/s_catan.c (__catan): Handle arguments with large real or
26417         imaginary part separately without squaring.
26418         * math/s_catanf.c (__catanf): Likewise.
26419         * math/s_catanh.c (__catanh): Likewise.
26420         * math/s_catanhf.c (__catanhf): Likewise.
26421         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26422         and redefine.
26423         (__catanhl): Handle arguments with large real or imaginary part
26424         separately without squaring.
26425         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26426         and redefine.
26427         (__catanl): Handle arguments with large real or imaginary part
26428         separately without squaring.
26429         * math/libm-test.inc (catan_test): Add more tests.
26430         (catanh_test): Likewise.
26431         * sysdeps/i386/fpu/libm-test-ulps: Update.
26432         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26433
26434 2013-04-27  Andreas Jaeger  <aj@suse.de>
26435
26436         [BZ #15007]
26437         * stdlib/stdlib.h: Update guards for qecvt.
26438         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
26439         <stdlib.h>.
26440
26441 2013-04-27  Allan McRae  <allan@archlinux.org>
26442
26443         * sysdeps/i386/fpu/libm-test-ulps: Update.
26444
26445 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
26446
26447         [BZ #15406]
26448         * math/s_catan.c: Include <float.h>.
26449         (__catan): Ensure underflow exception occurs for underflowed
26450         result.
26451         * math/s_catanf.c: Include <float.h>.
26452         (__catanf): Ensure underflow exception occurs for underflowed
26453         result.
26454         * math/s_catanh.c: Include <float.h>.
26455         (__catanh): Ensure underflow exception occurs for underflowed
26456         result.
26457         * math/s_catanhf.c: Include <float.h>.
26458         (__catanhf): Ensure underflow exception occurs for underflowed
26459         result.
26460         * math/s_catanhl.c: Include <float.h>.
26461         (__catanhl): Ensure underflow exception occurs for underflowed
26462         result.
26463         * math/s_catanl.c: Include <float.h>.
26464         (__catanl): Ensure underflow exception occurs for underflowed
26465         result.
26466         * math/libm-test.inc (catan_test): Add more tests.
26467         (catanh_test): Likewise.
26468
26469         [BZ #15405]
26470         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
26471         underflowed result.
26472         * math/s_ccoshf.c (__ccoshf): Likewise.
26473         * math/s_ccoshl.c (__ccoshl): Likewise.
26474         * math/s_csin.c (__csin): Likewise.
26475         * math/s_csinf.c (__csinf): Likewise.
26476         * math/s_csinh.c (__csinh): Likewise.
26477         * math/s_csinhf.c (__csinhf): Likewise.
26478         * math/s_csinhl.c (__csinhl): Likewise.
26479         * math/s_csinl.c (__csinl): Likewise.
26480         * math/libm-test.inc (ccos_test): Add more tests.
26481         (ccosh_test): Likewise.
26482         (csin_test): Likewise.
26483         (csinh_test): Likewise.
26484
26485 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26486
26487         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
26488         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
26489         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
26490         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
26491         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
26492         powerpc/power5+/fpu folders.
26493         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
26494
26495
26496 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
26497
26498         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26499
26500 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
26501
26502         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
26503         additions to variable.
26504         [$(config-machine) = x86_64] (modules-names): Likewise.
26505         ($(objpfx)tst-audit3): Remove dependency.
26506         ($(objpfx)tst-audit3.out): Likewise.
26507         ($(objpfx)tst-audit4): Likewise.
26508         ($(objpfx)tst-audit4.out): Likewise.
26509         ($(objpfx)tst-audit5): Likewise.
26510         ($(objpfx)tst-audit5.out): Likewise.
26511         ($(objpfx)tst-audit6): Likewise.
26512         ($(objpfx)tst-audit6.out): Likewise.
26513         ($(objpfx)tst-audit7): Likewise.
26514         ($(objpfx)tst-audit7.out): Likewise.
26515         (tst-audit3-ENV): Remove variable.
26516         (tst-audit4-ENV): Likewise.
26517         (tst-audit5-ENV): Likewise.
26518         (tst-audit6-ENV): Likewise.
26519         (tst-audit7-ENV): Likewise.
26520         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
26521         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
26522         addition to variable.
26523         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
26524         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
26525         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
26526         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
26527         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
26528         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
26529         tst-audit3, tst-audit4 and tst-audit5.
26530         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
26531         tst-audit6 and tst-audit7.
26532         [$(subdir) = elf] (modules-names): Add audit modules for those
26533         tests.
26534         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
26535         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
26536         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
26537         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
26538         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
26539         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
26540         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
26541         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
26542         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
26543         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
26544         [$(subdir) = elf] (tst-audit3-ENV): New variable.
26545         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
26546         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
26547         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
26548         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
26549         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
26550         Likewise.
26551         [$(subdir) = elf && $(config-cflags-avx) = yes]
26552         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
26553         [$(subdir) = elf && $(config-cflags-avx) = yes]
26554         (CFLAGS-tst-auditmod4a.c): Likewise.
26555         [$(subdir) = elf && $(config-cflags-avx) = yes]
26556         (CFLAGS-tst-auditmod4b.c): Likewise.
26557         [$(subdir) = elf && $(config-cflags-avx) = yes]
26558         (CFLAGS-tst-auditmod6b.c): Likewise.
26559         [$(subdir) = elf && $(config-cflags-avx) = yes]
26560         (CFLAGS-tst-auditmod6c.c): Likewise.
26561         [$(subdir) = elf && $(config-cflags-avx) = yes]
26562         (CFLAGS-tst-auditmod7b.c): Likewise.
26563         * elf/tst-audit3.c: Move to ...
26564         * sysdeps/x86_64/tst-audit3.c: ... here.
26565         * elf/tst-audit4.c: Move to ...
26566         * sysdeps/x86_64/tst-audit4.c: ... here.
26567         * elf/tst-audit5.c: Move to ...
26568         * sysdeps/x86_64/tst-audit5.c: ... here.
26569         * elf/tst-audit6.c: Move to ...
26570         * sysdeps/x86_64/tst-audit6.c: ... here.
26571         * elf/tst-audit7.c: Move to ...
26572         * sysdeps/x86_64/tst-audit7.c: ... here.
26573         * elf/tst-auditmod3a.c: Move to ...
26574         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
26575         * elf/tst-auditmod3b.c: Move to ...
26576         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
26577         * elf/tst-auditmod4a.c: Move to ...
26578         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
26579         * elf/tst-auditmod4b.c: Move to ...
26580         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
26581         * elf/tst-auditmod5a.c: Move to ...
26582         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
26583         * elf/tst-auditmod5b.c: Move to ...
26584         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
26585         * elf/tst-auditmod6a.c: Move to ...
26586         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
26587         * elf/tst-auditmod6b.c: Move to ...
26588         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
26589         * elf/tst-auditmod6c.c: Move to ...
26590         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
26591         * elf/tst-auditmod7a.c: Move to ...
26592         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
26593         * elf/tst-auditmod7b.c: Move to ...
26594         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
26595
26596 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
26597
26598         [BZ #15366]
26599         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
26600         define unconditionally.
26601         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
26602         define unconditionally.
26603         (INT8_C, INT16_C, etc.): Likewise.
26604
26605 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
26606
26607         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
26608         __ehdr_start with hidden visibility.
26609
26610         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
26611
26612 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
26613
26614         * math/libm-test.inc (cos_test): Use accurate hex constants.
26615         (sincost_test): Likewise.
26616
26617 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
26618
26619         * math/libm-test.inc (catan_test): Add more tests.
26620         (catanh_test): Likewise.
26621
26622         * math/s_catanf.c (__catanf): Use suffixed floating-point
26623         constants.
26624         * math/s_catanhf.c (__catanhf): Likewise.
26625         * math/s_catanhl.c (__catanhl): Likewise.
26626         * math/s_catanl.c (__catanl): Likewise.
26627
26628         [BZ #15394]
26629         * math/s_catan.c (__catan): Calculate imaginary part of result
26630         with log1p not log unless computing log of number close to 0.
26631         * math/s_catanf.c (__catanf): Likewise.
26632         * math/s_catanl.c (__catanl): Likewise.
26633         * math/s_catanh.c (__catanh): Calculate real part of result with
26634         log1p not log unless computing log of number close to 0.
26635         * math/s_catanhf.c (__catanhf): Likewise.
26636         * math/s_catanhl.c (__catanhl): Likewise.
26637         * math/libm-test.inc (catan_test): Add more tests.
26638         (catanh_test): Likewise.
26639         * sysdeps/i386/fpu/libm-test-ulps: Update.
26640         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26641
26642 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26643
26644         * benchtests/Makefile: Mention files in which fast and slow
26645         paths of math functions are implemented.
26646
26647 2013-04-23  Roland McGrath  <roland@hack.frob.com>
26648
26649         * sysdeps/posix/timespec_get.c: New file.
26650
26651 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26652
26653         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26654         POWER.
26655         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26656         for POWER.
26657         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26658         powerpc/power5/fpu folders.
26659         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26660         * benchtests/Makefile: Add modf testcase.
26661         * benchtests/bench-modf.c: New file: Benchmark test for mo
26662
26663 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26664
26665         [BZ #14888]
26666         * time/Makefile (tests): Add tst-strptime-whitespace.
26667         * time/strptime_l.c (get_number): Use ISSPACE.
26668         (__strptime_internal): Likewise.
26669         * time/tst-strptime-whitespace.c: New test case.
26670
26671 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
26672
26673         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26674         member.
26675         (_nss_files_init): Set it here.
26676
26677 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
26678
26679         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26680         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26681         unsigned.
26682
26683 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
26684
26685         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26686
26687 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26688
26689         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26690         size just once.
26691
26692 2013-04-21  David S. Miller  <davem@davemloft.net>
26693
26694         * po/ru.po: Update Russion translation from translation project.
26695
26696 2013-04-17  Adam Conrad  <adconrad@0c3.net>
26697
26698         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26699         and setfsgid.
26700
26701 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
26702
26703         * configure.in: Remove i386 configure warning. Remove i386 case.
26704         * configure: Regenerate.
26705         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
26706         Add example to error message.
26707         * sysdeps/i386/configure: Regenerate.
26708
26709 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26710
26711         * benchtests/Makefile (bench): Add cos, tan, slowcos and
26712         slowtan.
26713         * benchtests/cos-inputs: New file.
26714         * benchtests/slowcos-inputs: New file.
26715         * benchtests/slowcos.c: New file.
26716         * benchtests/slowtan-inputs: New file.
26717         * benchtests/slowtan.c: New file.
26718         * benchtests/tan-inputs: New file.
26719
26720 2013-04-16  Roland McGrath  <roland@hack.frob.com>
26721
26722         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26723         considered kosher.
26724
26725 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26726
26727         * benchtests/Makefile: Include cppflags-iterator.mk to add
26728         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26729
26730         * Makefile.in (bench-clean): New target.
26731         * benchtests/Makefile (bench-clean): Likewise.
26732
26733 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
26734
26735         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26736
26737 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26738
26739         * stdio-common/tstdiomisc.c: Fix coding-style violation.
26740
26741 2013-04-15  Andreas Schwab  <schwab@suse.de>
26742
26743         * nscd/grpcache.c (cache_addgr): Properly check for short write.
26744         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26745         * nscd/pwdcache.c (cache_addpw): Likewise.
26746         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
26747         more than recsize.
26748
26749 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26750
26751         * benchtests/Makefile (bench): Write all output to
26752         bench-out.tmp together.
26753
26754 2013-04-15  Andreas Schwab  <schwab@suse.de>
26755
26756         * nscd/nscd.c (main): Don't fork again after closing files.
26757
26758 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26759
26760         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26761
26762         * benchtests/Rules (bench-deps): Collect dependencies into a
26763         single variable.  Add Makefile to dependencies.
26764         ($(objpfx)bench-%.c): Depend on bench-deps.
26765
26766 2013-04-12  Roland McGrath  <roland@hack.frob.com>
26767             Xavier Roche  <roche+kml2@exalead.com>
26768
26769         [BZ #15361]
26770         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26771         just that it's a file descriptor.
26772         * manual/llio.texi (Synchronizing AIO Operations): Update description
26773         for EBADF error from aio_fsync.
26774
26775 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26776
26777         * Rules (bench): Move target definition...
26778         * benchtests/Makefile: ... here.
26779
26780 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
26781
26782         * math/libm-test.inc (cos_test): Fix PI/2 test.
26783         (sincos_test): Likewise.
26784         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26785         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26786
26787 2013-04-11  Andreas Schwab  <schwab@suse.de>
26788
26789         [BZ #13988]
26790         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26791         accept exponent character only when digits were seen.
26792         * stdio-common/Makefile (tests): Add bug26.
26793         * stdio-common/bug26.c: New file.
26794
26795         [BZ #14293]
26796         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26797         non-freeable.
26798
26799 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26800
26801         * Makeconfig (rtld-prefix): Define built linker prefix.
26802         * Rules (run-bench): Use it.
26803         * math/Makefile (run-regen-ulps): Likewise.
26804
26805         * Rules (bench): Remove eval.
26806
26807 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26808             Roland McGrath  <roland@hack.frob.com>
26809             Ondrej Bilka  <neleai@seznam.cz>
26810
26811         [BZ #15346]
26812         * time/getdate.c: Include ctype.h and alloca.h.
26813         (__getdate_r): Trim leading and trailing spaces of input.
26814         * time/tst-getdate.c (tests): Add tests with leading and
26815         trailing spaces.
26816
26817 2013-04-08  Roland McGrath  <roland@hack.frob.com>
26818
26819         [BZ #14280]
26820         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26821         when computing value.
26822
26823 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26824
26825         * math/README.libm-test (How can I generate "libm-test-ulps"?):
26826         Use testrun.sh to run libm tests.
26827
26828         [BZ #15309]
26829         * elf/dl-open.c (dl_open_worker): memset all of seen array.
26830
26831 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
26832
26833         [BZ #15264]
26834         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26835
26836 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26837
26838         * Makefile.in (regen-ulps): New target.
26839         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26840         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26841         [ifneq (no,$(PERL)] (regen-ulps): New target.
26842         [ifeq (no,$(PERL)] (regen-ulps): New target.
26843         * math/libm-test.inc (ulps_file_name): Define.
26844         (output_dir): New variable.
26845         (options): Add "output-dir" option.
26846         (parse_opt): Handle 'o' case.
26847         (main): If output_dir is non-NULL use it as a prefix
26848         otherwise use "".
26849         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26850
26851 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26852
26853         [BZ #10060, #10062]
26854         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26855         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26856         fail configure if __sync_val_compare_and_swap is not inlined.
26857         * sysdeps/i386/configure: Regenerate.
26858         * configure.in: Build for i686 when configured for i386.
26859         * configure: Regenerate.
26860         * README: Remove i386 reference.
26861
26862 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26863
26864         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26865         * sysdeps/s390/s390-64/sysdep.h: Likewise.
26866
26867 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
26868
26869         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26870         (lmsnanval): New variables.
26871         (F): Add conversion tests.
26872         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26873         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26874
26875         * stdio-common/tstdiomisc.c (F): Properly collect individual
26876         tests' results.
26877
26878         [BZ #14686, #15336]
26879         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26880         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26881         Instead, use input NaN values or generate a qNaN by arithmetic
26882         operation.  Also fix bugs to comply with the standard.
26883         * math/libm-test.inc (remainder_test): Add more tests.
26884
26885         [BZ #15335, #15342]
26886         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26887         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26888         input NaN values or generate a qNaN by arithmetic operation.
26889
26890         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26891         unreachable code.
26892
26893         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26894         definitions.
26895
26896 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
26897
26898         [BZ #14478]
26899         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26900         underflowed result.
26901         * math/s_cexpf.c (__cexpf): Likewise.
26902         * math/s_cexpl.c (__cexpl): Likewise.
26903         * math/libm-test.inc (cexp_test): Add more tests.
26904
26905 2013-04-03  Andreas Schwab  <schwab@suse.de>
26906
26907         [BZ #15330]
26908         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26909         order arrays from heap if bigger than alloca cutoff.
26910
26911 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26912
26913         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26914         (SNAN_TESTS_double): Refer to GCC PR56831.
26915         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26916         GCC PR56828.
26917
26918 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26919
26920         * Rules (bench): Move bench.out after the run is complete.
26921
26922         * Rules (bench): Echo currently running benchmark.
26923
26924         * benchtests/Makefile (bench): Add atan and slowatan.
26925         * benchtests/atan-inputs: New file.
26926         * benchtests/slowatan-inputs: New file.
26927         * benchtests/slowatan.c: New file.
26928
26929         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26930         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26931         its value.
26932
26933         [BZ #15305]
26934         * sysdeps/unix/sysv/linux/kernel-features.h
26935         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26936         __ASSUME_XFS_RESTRICTED_CHOWN.
26937         * sysdeps/unix/sysv/linux/pathconf.c
26938         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26939         Save and restore errno.
26940
26941 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26942
26943         [BZ #15327]
26944         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26945         arguments using __kernel_casinh.
26946         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26947         arguments using __kernel_casinhf.
26948         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26949         arguments using __kernel_casinhl.
26950         * math/libm-test.inc (cacosh_test): Add more tests.
26951         * sysdeps/i386/fpu/libm-test-ulps: Update.
26952         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26953
26954 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26955
26956         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26957         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26958
26959         * bench/Makefile (bench): Add sin and slowsin.
26960         * benchtests/sin-inputs: New file.
26961         * benchtests/slowsin-inputs: New file.
26962         * benchtests/slowsin.c: New file.
26963
26964         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26965         (bench): Add slowexp and slowpow.
26966         (exp-ITER): Increase iterations.
26967         (pow-ITER): Likewise.
26968         * benchtests/exp-inputs: Change input.
26969         * benchtests/pow-inputs: Likewise.
26970         * benchtests/slowexp-inputs: New file.
26971         * benchtests/slowexp.c: New file.
26972         * benchtests/slowpow-inputs: New file.
26973         * benchtests/slowpow.c: New file.
26974
26975 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26976
26977         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26978         instructions.
26979         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26980         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26981         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26982         * benchtests/Makefile: Add rint benchtest.
26983         * benchtests/rint-inputs: Input for rint benchtest.
26984
26985 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
26986
26987         * Versions.def (libm): Add GLIBC_2.18.
26988         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26989         hidden libm prototypes.
26990         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26991         * math/Makefile (libm-calls): Add s_issignaling.
26992         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26993         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
26994         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
26995         declaration.
26996         * math/math.h [__USE_GNU] (issignaling): New macro.
26997         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
26998         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
26999         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
27000         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
27001         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
27002         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
27003         * manual/arith.texi (issignaling): New section.
27004         * manual/libm-err-tab.pl (@all_functions): Update comment.
27005         * math/gen-libm-test.pl (parse_args): Apply special handling for
27006         issignaling.
27007         * math/libm-test.inc (print_float, issignaling_test): New
27008         functions.
27009         (check_float_internal): Add issignaling checks.
27010         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
27011         default definition.
27012         * sysdeps/powerpc/math-tests.h: New file.
27013         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
27014         tests.
27015         * math/test-snan.c (TEST_FUNC): Likewise.
27016
27017 2013-03-30  David S. Miller  <davem@davemloft.net>
27018
27019         * po/de.po: Update from translation team.
27020
27021 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
27022
27023         [BZ #10357]
27024         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27025         imaginary part less than 1.0 and real part less than 0.5
27026         specially.
27027         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27028         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27029         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
27030         (cacos_test): Add more tests.
27031         (casin_test): Likewise.
27032         (casinh_test): Likewise.
27033         * sysdeps/i386/fpu/libm-test-ulps: Update.
27034         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27035
27036 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
27037
27038         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
27039         ONE with its value.
27040
27041         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
27042         (__pow_mp): Replace ONE and MONE with their values.
27043         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27044         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
27045         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27046         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
27047         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27048         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27049
27050         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
27051
27052         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
27053         (__pow_mp): Replace ZERO and MZERO with their values.
27054         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27055         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27056         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27057         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
27058         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27059         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
27060         (__sqr): Likewise.
27061
27062         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
27063
27064         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
27065
27066 2013-03-28  Roland McGrath  <roland@hack.frob.com>
27067
27068         * include/stdlib.h [!SHARED] (__call_tls_dtors):
27069         Declare with __attribute__ ((weak)).
27070         * stdlib/exit.c (__libc_atexit) [!SHARED]:
27071         Call __call_tls_dtors only if it's not NULL.
27072
27073 2013-03-28  Roland McGrath  <roland@hack.frob.com>
27074
27075         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
27076         didn't do it already, then set _dl_phdr and _dl_phnum based on the
27077         magic __ehdr_start linker symbol if it's defined.
27078         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
27079         them up here if it was already done.
27080
27081         * elf/dl-support.c (_dl_phdr): Make pointer to const.
27082         (_dl_aux_init): Use const in cast when setting it.
27083         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
27084         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
27085         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
27086
27087         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
27088         Declare them here.
27089         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
27090         * csu/libc-tls.c: Nor here.
27091         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
27092
27093         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
27094         (__libc_message): Never call vsyslog.
27095
27096 2013-03-28  Alan Modra  <amodra@gmail.com>
27097
27098         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
27099         Define as empty.
27100         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
27101         Likewise.
27102
27103 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27104
27105         [BZ #15214]
27106         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
27107         underflow.
27108         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27109
27110 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27111
27112         [BZ #15304]
27113         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
27114         Don't add gid passed as argument.
27115
27116         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
27117
27118 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
27119
27120         [BZ #15307]
27121         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27122         imaginary part between 1.0 and 1.5 and real part less than 0.5
27123         specially.
27124         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27125         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27126         * math/libm-test.inc (cacos_test): Add more tests.
27127         (casin_test): Likewise.
27128         (casinh_test): Likewise.
27129         * sysdeps/i386/fpu/libm-test-ulps: Update.
27130         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27131
27132 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27133
27134         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
27135         constants.
27136         (norm): Likewise.
27137         (denorm): Likewise.
27138         (__dbl_mp): Likewise.
27139         (add_magnitudes): Likewise.
27140         (sub_magnitudes): Likewise.
27141         (__add): Likewise.
27142         (__sub): Likewise.
27143         (__mul): Likewise.
27144         (__sqr): Likewise.
27145         (__inv): Likewise.
27146         (__dvd): Likewise.
27147
27148         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
27149         commented code.
27150         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
27151         (__dubcos): Likewise.
27152         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
27153         (__ieee754_acos): Likewise.
27154         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27155         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
27156         (__exp1): Likewise.
27157         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27158         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
27159         (log1): Likewise.
27160         (my_log2): Likewise.
27161         (checkint): Likewise.
27162         * sysdeps/ieee754/dbl-64/e_remainder.c
27163         (__ieee754_remainder): Likewise.
27164         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27165         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
27166         (bsloww): Likewise.
27167         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27168
27169         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27170         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
27171         MANTISSA_STORE_T to store computations on mantissa.  Use
27172         macros for rounding and division.
27173         (denorm): Likewise.
27174         (__dbl_mp): Likewise.
27175         (add_magnitudes): Likewise.
27176         (sub_magnitudes): Likewise.
27177         (__mul): Likewise.
27178         (__sqr): Likewise.
27179         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27180         powers of two in terms of TWOPOW macro.
27181         (mp_no): Make type of mantissa as MANTISSA_T.
27182         [!RADIXI]: Define RADIXI.
27183         [!TWO52]: Define TWO52.
27184         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27185
27186 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27187
27188         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
27189         llroundl symbol when building for PPC32.
27190
27191 2013-03-24  Mark H Weaver  <mhw@netris.org>
27192
27193         * manual/arith.texi (Normalization Functions): Fix prototypes for
27194         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
27195
27196 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27197
27198         [BZ #13889]
27199         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
27200         high value to check if expl overflow.
27201         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
27202         to check for underflow and overflow.
27203         * math/libm-test.inc: Add exp test.
27204
27205 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
27206
27207         [BZ #11120]
27208         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
27209         with NOT_IN_libc.
27210
27211 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27212
27213         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
27214         symbol.
27215
27216 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
27217
27218         * math/gen-libm-test.pl (parse_args, special_functions): Properly
27219         wrap blocks consisting of several statements.
27220
27221         * sysdeps/generic/math-tests.h: New file.
27222         * sysdeps/i386/fpu/math-tests.h: Likewise.
27223         * math/test-snan.c: Include it.
27224         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
27225
27226 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27227
27228         [BZ #15285]
27229         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
27230         (__ieee754_j0l): Do not improve calculations using cos of twice
27231         input for inputs above LDBL_MAX / 2.0L.
27232         (__ieee754_y0l): Likewise.
27233         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
27234         (__ieee754_j1l): Do not improve calculations using cos of twice
27235         input for inputs above LDBL_MAX / 2.0L.
27236         (__ieee754_y1l): Likewise.
27237         * math/libm-test.inc (j0_test): Add another test.
27238         (j1_test): Likewise.
27239         (y0_test): Likewise.
27240         (y1_test): Likewise.
27241         * sysdeps/i386/fpu/libm-test-ulps: Update.
27242
27243 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27244
27245         * Rules ($(objpfx)bench-%.c): Include code from a C source
27246         file.
27247
27248 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27249
27250         [BZ #15287]
27251         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27252         imaginary part 1.0 and real part less than 0.5 specially.
27253         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27254         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27255         * math/libm-test.inc (cacos_test): Add more tests.
27256         (casin_test): Likewise.
27257         (casinh_test): Likewise.
27258         * sysdeps/i386/fpu/libm-test-ulps: Update.
27259         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27260
27261 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27262
27263         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
27264         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
27265
27266 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
27267
27268         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
27269         * config.make.in (config-cflags-sse4): Remove variable.
27270         (config-cflags-avx): Likewise.
27271         (config-cflags-sse2avx): Likewise.
27272         (config-cflags-novzeroupper): Likewise.
27273         (config-asflags-i686): Likewise.
27274         (have-mfma4): Likewise.
27275         (have-as-vis3): Likewise.
27276         (MIG): Likewise.
27277         * configure.in (MIG): Do not AC_SUBST.
27278         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
27279         (libc_cv_cc_sse4): Do not AC_SUBST.
27280         (libc_cv_cc_avx): Likewise.
27281         (libc_cv_cc_sse2avx): Likewise.
27282         (libc_cv_cc_novzeroupper): Likewise.
27283         (libc_cv_cc_fma4): Likewise.
27284         (libc_cv_as_i686): Likewise.
27285         (libc_cv_sparc_as_vis3): Likewise.
27286         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
27287         LIBC_CONFIG_VAR.
27288         (config-asflags-i686): Likewise.
27289         (config-cflags-avx): Likewise.
27290         (config-cflags-sse2avx): Likewise.
27291         (have-mfma4): Likewise.
27292         (config-cflags-novzeroupper): Likewise.
27293         * sysdeps/mach/configure.in (MIG): Likewise.
27294         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
27295         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
27296         LIBC_CONFIG_VAR.
27297         (config-cflags-avx): Likewise.
27298         (config-cflags-sse2avx): Likewise.
27299         (have-mfma4): Likewise.
27300         (config-cflags-novzeroupper): Likewise.
27301         * configure: Regenerated.
27302         * sysdeps/i386/configure: Likewise.
27303         * sysdeps/mach/configure: Likewise.
27304         * sysdeps/sparc/configure: Likewise.
27305         * sysdeps/x86_64/configure: Likewise.
27306
27307 2013-03-20  Roland McGrath  <roland@hack.frob.com>
27308
27309         [BZ #14812]
27310         * locale/programs/localedef.c (options): Put N_ translation marker
27311         on argument names, not just descriptions.
27312
27313 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27314
27315         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
27316
27317 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
27318
27319         [BZ #14176]
27320         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
27321
27322 2013-03-19  Roland McGrath  <roland@hack.frob.com>
27323
27324         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
27325         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
27326         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
27327         [!BEFORE_ABORT] (before_abort): New function.
27328         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
27329         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
27330         (writev_for_fatal): New function.
27331         (WRITEV_FOR_FATAL): New macro; call that.
27332         (backtrace_and_maps): New function.
27333         (BEFORE_ABORT): New macro; call that.
27334         (struct str_list): Type removed.
27335         (__libc_message, __libc_fatal): Functions removed.
27336         Include <sysdeps/posix/libc_fatal.c> instead.
27337
27338 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
27339
27340         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
27341         constants.
27342         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
27343         double constants.
27344
27345 2013-03-19  Andreas Schwab  <schwab@suse.de>
27346
27347         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
27348         * sysdeps/gnu/configure: Regenerate.
27349
27350         * configure.in: Substitute libc_cv_rtlddir.
27351         * configure: Regenerate.
27352         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
27353         * Makeconfig (rtlddir, inst_rtlddir): New variables.
27354         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
27355         * elf/Makefile (install-others, CFLAGS-interp.c)
27356         (ldso_install, common-ldd-rewrite): Likewise.
27357         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
27358         $(inst_slibdir)/$(rtld-installed-name).
27359         * scripts/rellns-sh: Add -p option.
27360         * Makerules (make-shlib-link): Use rellns-sh to get relative name
27361         for source.
27362
27363 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27364
27365         * manual/nptl.texi: Renamed to ...
27366         * manual/threads.texi: ... this.
27367         * manual/Makefile (chapters): Update.
27368
27369 2013-03-18  Roland McGrath  <roland@hack.frob.com>
27370
27371         [BZ #14812]
27372         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
27373         on argument names, not just descriptions.
27374         * malloc/memusagestat.c (options): Likewise.
27375         * nss/getent.c (options): Likewise.
27376
27377 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
27378
27379         [BZ #14812]
27380         * iconv/iconv_prog.c (options): Put N_ translation marker
27381         on argument names, not just descriptions.
27382         * iconv/iconvconfig.c (options): Likewise.
27383
27384 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
27385
27386         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
27387         implementation which is faster on all x86_64 architectures.
27388         Tested on AMD, Intel Nehalem, SNB, IVB.
27389         * sysdeps/x86_64/strnlen.S: Likewise.
27390
27391         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27392         Remove all multiarch strlen and strnlen versions.
27393         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
27394         Remove strlen and strnlen related parts.
27395
27396         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
27397         Inline strlen part.
27398         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
27399
27400         * sysdeps/x86_64/multiarch/strlen.S: Remove.
27401         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
27402         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
27403         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
27404         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
27405         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
27406
27407 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
27408
27409         * manual/memory.texi (Malloc Tunable Parameters):
27410         Sort parameters alphabetically. Add comments for missing entries.
27411
27412 2013-03-17  David S. Miller  <davem@davemloft.net>
27413
27414         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27415
27416 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
27417
27418         [BZ #15283]
27419         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
27420         for arguments at most half maximum finite value.
27421         * math/libm-test.inc (j0_test): Add more tests.
27422         (j1_test): Likewise.
27423         (y0_test): Likewise.
27424         (y1_test): Likewise.
27425         * sysdeps/i386/fpu/libm-test-ulps: Update.
27426         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27427
27428         [BZ #14155]
27429         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
27430         1 / x and functions P and Q for arguments above 0x1p256L.
27431         (__ieee754_y0l): Likewise.
27432         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
27433         (__ieee754_y1l): Likewise.
27434         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
27435         (j1_test): Likewise.
27436         (y0_test): Likewise.
27437         (y1_test): Likewise.
27438
27439 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
27440
27441         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
27442         variable.
27443
27444 2013-03-15  Roland McGrath  <roland@hack.frob.com>
27445
27446         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
27447         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
27448         zero since it's initialized to EXEC_PAGESIZE.
27449
27450         * sysdeps/unix/sysv/linux/ldsodefs.h
27451         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
27452         * sysdeps/generic/ldsodefs.h: ... here.
27453
27454 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
27455
27456         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
27457
27458         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
27459         math/test-snan.c.
27460         * math/test-snan.c: Renamed from
27461         sysdeps/powerpc/fpu/test-powerpc-snan.c.
27462         * math/Makefile (tests): Add test-snan.
27463         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
27464         test-powerpc-snan.
27465
27466         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
27467         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
27468         functions.
27469         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
27470         __builtin_nan family of functions.
27471         * math/libm-test.inc (initialize): Initialize qnan_value with
27472         __builtin_nan family of functions.
27473         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
27474         Remove variables.
27475         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
27476         Remove functions.
27477         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
27478         storage class.  Initialize qNaN_var and sNaN_var with
27479         __builtin_nan and __builtin_nans families of functions,
27480         respectively.
27481
27482         * math/libm-test.inc (acosh_test): Also test with qNaN input.
27483         (sqrt_test): Remove duplicate test with qNaN input.
27484         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
27485         (round_test, signbit_test, significand_test): Note missing +/-Inf
27486         as well as qNaN tests.
27487
27488         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
27489         qNaN_var.  Fix a few strings, too.
27490         * math/libm-test.inc (nan_value): Rename to qnan_value.
27491         * math/gen-libm-test.pl (%beautify): Adjust to that.
27492         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
27493         * math/test-misc.c (main): Likewise.
27494         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
27495         to __qnan_bytes, and __qnan_union, respectively.
27496         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
27497         Likewise.
27498         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
27499         and lqnanval, respectively.
27500         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
27501         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
27502         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
27503         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
27504
27505         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
27506         * math/test-misc.c (main) [__x86_64__]: Enable test for long
27507         doubles.
27508
27509         * math/test-misc.c (main): Fix copy'n'pastos.
27510         * misc/tst-efgcvt.c (special): Likewise.
27511
27512         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
27513         Remove declarations.
27514
27515 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27516
27517         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
27518         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
27519         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
27520         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
27521
27522 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27523
27524         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
27525         macro to return vdso values correctly in IFUNC implementations.
27526         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
27527         Optimization by using IFUNC.
27528
27529 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27530             Richard Henderson  <rth@redhat.com>
27531             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27532
27533         * Makefile.in (bench): New target.
27534         * NEWS: Mention the benchmark framework.
27535         * Rules (bench): Likewise.
27536         (binaries-bench): Generate binaries for functions to
27537         benchmark.
27538         * benchtests/Makefile: New makefile for benchmark tests.
27539         * benchtests/bench-skeleton.c: New skeleton file for benchmark
27540         programs.
27541         * benchtests/exp-inputs: New input file for EXP function.
27542         * benchtests/pow-inputs: New input file for POW function.
27543         * scripts/bench.pl: New script to generate source files for
27544         benchmark programs.
27545
27546 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27547
27548         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27549         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
27550         computations on mantissa.  Use macros for rounding and
27551         division.
27552         (denorm): Likewise.
27553         (__dbl_mp): Likewise.
27554         (add_magnitudes): Likewise.
27555         (sub_magnitudes): Likewise.
27556         (__mul): Likewise.
27557         (__sqr): Likewise.
27558         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27559         powers of two in terms of TWOPOW macro.
27560         (mp_no): Make type of mantissa as MANTISSA_T.
27561         [!RADIXI]: Define RADIXI.
27562         [!TWO52]: Define TWO52.
27563         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27564
27565         * manual/nptl.texi (cindex): Modify threads to pthreads.
27566
27567 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
27568
27569         * sysdeps/x86_64/preconfigure: Regenerated.
27570
27571 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
27572
27573         [BZ #14155]
27574         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
27575         0x1p28 and above.
27576         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
27577         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
27578         0x1p28 and above.
27579         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
27580         * math/libm-test.inc (j0_test): Do not allow one spurious
27581         underflow exception.
27582         (y1_test): Likewise.
27583
27584 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27585
27586         * manual/Makefile (chapters): Add nptl.
27587         * manual/debug.texi (Debugging Support): Add link to Threads
27588         chapter.
27589         * manual/nptl.texi: New file.
27590
27591         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
27592
27593 2013-03-14  Petr Baudis  <pasky@ucw.cz>
27594
27595         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
27596         for non-NULL pointer before the memory validity test. Pointed
27597         out by Holger Brunck <holger.brunck@keymile.com>.
27598
27599 2013-03-13  Andreas Schwab  <schwab@suse.de>
27600
27601         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
27602         instead of .os.
27603
27604 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
27605
27606         * timezone/zic.c: Update from tzcode 2013b.
27607
27608 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
27609
27610         * manual/install.texi (Configuring and compiling):
27611         Mention i686 and i586.
27612         * INSTALL: Regenerate.
27613
27614 2013-03-12  Roland McGrath  <roland@hack.frob.com>
27615
27616         * sysdeps/init_array/elf-init.c: New file.
27617         * csu/elf-init.c
27618         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27619         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27620
27621         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27622         __gmon_start__ as global, but as static with a .preinit_array pointer.
27623         * sysdeps/init_array/gmon-start.c: New file.  Use that.
27624         * sysdeps/init_array/crti.S: New file, empty except for comments.
27625         * sysdeps/init_array/crtn.S: Likewise.
27626
27627 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
27628
27629         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27630         definining bcopy.
27631         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27632         Remove Prefer_SSE_for_memop.
27633         * sysdeps/x86_64/multiarch/init-arch.h: Remove
27634         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27635         HAS_PREFER_SSE_FOR_MEMOP.
27636         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27637         memset-x86-64.
27638         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27639         Remove bzero, memset ifunc support.
27640         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27641         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27642         * sysdeps/x86_64/multiarch/memset.S: Likewise.
27643         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27644
27645 2013-03-11  Andreas Schwab  <schwab@suse.de>
27646
27647         [BZ #15234]
27648         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27649         by SHLIB_COMPAT.
27650         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27651         (GLIBC_2.16): Remove pthread_atfork.
27652
27653 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
27654
27655         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27656         (ptestcases.h): Likewise.
27657
27658 2013-03-08  Roland McGrath  <roland@hack.frob.com>
27659
27660         * Makeconfig ($(common-objpfx)config.status): Depend on
27661         sysdeps/*/preconfigure{,.in} too.
27662
27663 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
27664
27665         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27666         (__free_hook): Use void * instead of __malloc_ptr_t.
27667         (__malloc_hook): Likewise.
27668         (__realloc_hook): Likewise.
27669         (__memalign_hook): Likewise.
27670         (__after_morecore_hook): Likewise.
27671         * malloc/arena.c (save_malloc_hook): Likewise.
27672         (save_free_hook): Likewise.
27673         * malloc/hooks.c (malloc_hook_ini): Likewise.
27674         (realloc_hook_ini): Likewise.
27675         (memalign_hook_ini): Likewise.
27676         * malloc/malloc.c (malloc_hook_ini): Likewise.
27677         (realloc_hook_ini): Likewise.
27678         (memalign_hook_ini): Likewise.
27679         (__free_hook): Likewise.
27680         (__malloc_hook): Likewise.
27681         (__realloc_hook): Likewise.
27682         (__memalign_hook): Likewise.
27683         (__libc_malloc): Likewise.
27684         (__libc_free): Likewise.
27685         (__libc_realloc): Likewise.
27686         (__libc_memalign): Likewise.
27687         (__libc_valloc): Likewise.
27688         (__libc_pvalloc): Likewise.
27689         (__libc_calloc): Likewise.
27690         (__posix_memalign): Likewise.
27691         * malloc/morecore.c (__sbrk): Likewise.
27692         (__default_morecore): Likewise.
27693
27694         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27695
27696         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27697         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27698         __malloc_ptrdiff_t.
27699
27700         * malloc/malloc.h (__malloc_size_t): Remove macro.
27701         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27702         __malloc_size_t.
27703         (old_memalign_hook): Likewise.
27704         (old_realloc_hook): Likewise.
27705         (struct hdr): Likewise.
27706         (flood): Likewise.
27707         (mallochook): Likewise.
27708         (memalignhook): Likewise.
27709         (reallochook): Likewise.
27710         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27711         (tr_old_realloc_hook): Likewise.
27712         (tr_old_memalign_hook): Likewise.
27713         (tr_mallochook): Likewise.
27714         (tr_reallochook): Likewise.
27715         (tr_memalignhook): Likewise.
27716
27717 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27718
27719         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27720         default_ldbl_pack and using as default implementation.
27721         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27722         implementation.
27723         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27724         redundant definition.
27725         (ldbl_insert_mantissa): Likewise.
27726         (ldbl_canonicalize): Likewise.
27727         (ldbl_nearbyint): Likewise.
27728         (ldbl_pack): Rename to ldbl_pack_ppc.
27729         (ldbl_unpack): Rename to ldbl_unpack_ppc.
27730         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27731         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27732
27733 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27734
27735         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27736         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27737         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27738         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27739         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27740         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27741         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27742         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27743
27744 2013-03-07  Andreas Jaeger  <aj@suse.de>
27745
27746         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27747         bits/mman-linux.h.
27748
27749 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
27750
27751         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27752         Include mpa.h and declare __MPEXP.
27753         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27754         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27755         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27756         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27757         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27758         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27759         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27760
27761         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27762         (__slowpow): Use long double EXPL and LOGL functions to
27763         compute POW.
27764         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27765         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27766         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27767         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27768         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27769         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27770
27771         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27772         intermediate variable to calculate exponent.
27773         (__sqr): Likewise.
27774         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27775         Likewise.
27776         (__sqr): Likewise.
27777
27778         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27779         [!NO__SQR]: Define __sqr.
27780         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27781         and NO__SQR.  Remove all code except __mul and __sqr.  Include
27782         sysdeps/ieee754/dbl-64/mpa.c.
27783         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27784
27785         [BZ #12723]
27786         * posix/Makefile (tests): Add tst-pathconf.
27787         * posix/tst-pathconf.c: New test case.
27788         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27789         _PC_PIPE_BUF.
27790         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27791
27792 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
27793
27794         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27795
27796 2013-03-06  Andreas Jaeger  <aj@suse.de>
27797
27798         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27799         definition via __MAP_ANONYMOUS.
27800
27801         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27802         it's not part of Linux headers.
27803
27804         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27805         (MAP_HUGE_MASK): Define.
27806
27807         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27808         Define.
27809         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27810         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27811         Define.
27812         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27813         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27814         Define.
27815         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27816         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27817         Define.
27818         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27819
27820         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27821         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27822         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27823         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27824         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27825         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27826
27827         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27828         Handle f2fs.
27829
27830         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27831         Handle f2fs and efivarfs.
27832
27833         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27834         f2fs.
27835
27836         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27837         (EFIVARFS_MAGIC): Add.
27838         (F2FS_LINK_MAX): Add.
27839
27840 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27841
27842         * stdio-common/vfprintf.c: Replace __builtin_expect with
27843         __glibc_unlikely.
27844
27845 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
27846
27847         [BZ #13550]
27848         * sysdeps/generic/bp-sym.h: Remove file.
27849         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27850         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27851         <bp-sym.h> and <bp-asm.h>.
27852         (__longjmp): Don't use BP_SYM.
27853         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27854         and <bp-asm.h>.
27855         (memcpy): Don't use BP_SYM.
27856         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27857         <bp-sym.h> and <bp-asm.h>.
27858         (memcpy): Don't use BP_SYM.
27859         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27860         <bp-asm.h>.
27861         (memcpy): Don't use BP_SYM.
27862         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27863         <bp-asm.h>.
27864         (memset): Don't use BP_SYM.
27865         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27866         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27867         (__bzero): Don't use BP_SYM.
27868         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27869         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27870         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27871         <bp-sym.h> and <bp-asm.h>.
27872         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27873         pointers.
27874         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27875         <bp-sym.h> and <bp-asm.h>.
27876         (memcpy): Don't use BP_SYM.
27877         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27878         <bp-sym.h> and <bp-asm.h>.
27879         (memset): Don't use BP_SYM.
27880         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27881         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27882         (__bzero): Don't use BP_SYM.
27883         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27884         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27885         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27886         <bp-sym.h> and <bp-asm.h>.
27887         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27888         pointers.
27889         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27890         <bp-sym.h> and <bp-asm.h>.
27891         (memcpy): Don't use BP_SYM.
27892         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27893         <bp-sym.h> and <bp-asm.h>.
27894         (memset): Don't use BP_SYM.
27895         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27896         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27897         (__bzero): Don't use BP_SYM.
27898         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27899         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27900         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27901         <bp-sym.h> and <bp-asm.h>.
27902         (__memchr): Don't use BP_SYM.
27903         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27904         <bp-sym.h> and <bp-asm.h>.
27905         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27906         pointers.
27907         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27908         <bp-sym.h> and <bp-asm.h>.
27909         (memcpy): Don't use BP_SYM.
27910         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27911         <bp-sym.h> and <bp-asm.h>.
27912         (__mempcpy): Don't use BP_SYM.
27913         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27914         <bp-sym.h> and <bp-asm.h>.
27915         (__memrchr): Don't use BP_SYM.
27916         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27917         <bp-sym.h> and <bp-asm.h>.
27918         (memset): Don't use BP_SYM.
27919         (__bzero): Likewise.
27920         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27921         <bp-sym.h> and <bp-asm.h>.
27922         (__rawmemchr): Don't use BP_SYM.
27923         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27924         <bp-sym.h> and <bp-asm.h>.
27925         (__STRCMP): Don't use BP_SYM.
27926         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27927         <bp-sym.h> and <bp-asm.h>.
27928         (strchr): Don't use BP_SYM.
27929         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27930         <bp-sym.h> and <bp-asm.h>.
27931         (__strchrnul): Don't use BP_SYM.
27932         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27933         <bp-sym.h> and <bp-asm.h>.
27934         (strlen): Don't use BP_SYM.
27935         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27936         <bp-sym.h> and <bp-asm.h>.
27937         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27938         pointers.
27939         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27940         <bp-sym.h> and <bp-asm.h>.
27941         (__strnlen): Don't use BP_SYM.
27942         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27943         <bp-sym.h> and <bp-asm.h>.
27944         (__GI__setjmp): Don't use BP_SYM.
27945         (_setjmp): Likewise.
27946         (__sigsetjmp): Likewise.
27947         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27948         (L(start_addresses)): Don't use BP_SYM.
27949         (_start): Likewise.
27950         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27951         <bp-asm.h>.
27952         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27953         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27954         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27955         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27956         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27957         <bp-asm.h>.
27958         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27959         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27960         about bounded pointers.
27961         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27962         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27963         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27964         <bp-asm.h>.
27965         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27966         about bounded pointers.  Remove GKM FIXME comments.
27967         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27968         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27969         <bp-asm.h>.
27970         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27971         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
27972         Remove GKM FIXME comments.
27973         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27974         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27975         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27976         <bp-asm.h>.
27977         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27978         about bounded pointers.  Remove GKM FIXME comment.
27979         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27980         and <bp-asm.h>.
27981         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27982         pointers.
27983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27984         <bp-sym.h> and <bp-asm.h>.
27985         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27987         <bp-sym.h> and <bp-asm.h>.
27988         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27989         comment.
27990
27991 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
27992
27993         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
27994         call free(NULL).
27995
27996 2013-03-05  David S. Miller  <davem@davemloft.net>
27997
27998         * po/es.po: Update from translation team.
27999
28000 2013-03-05  Andreas Jaeger  <aj@suse.de>
28001
28002         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
28003         <bits/mman-linux.h>.
28004         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28005         is fine.
28006         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
28007         <bits/mman-linux.h> to end of file.
28008         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28009         is fine.
28010         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
28011         <bits/mman-linux.h> to end of file.
28012         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28013         is fine.
28014         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
28015         <bits/mman-linux.h> to end of file.
28016
28017         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
28018         (MCL_CURRENT, MCL_FUTURE): Define here.
28019
28020 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28021
28022         [BZ #15232]
28023         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
28024         attribute_hidden.
28025         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
28026
28027 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28028
28029         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
28030         fourth parameter needed for rt_sigprocmask syscall.
28031         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
28032         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
28033         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
28034         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
28035         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
28036         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
28037
28038 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
28039
28040         [BZ #13550]
28041         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
28042         comment about bounded pointers.
28043         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
28044         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
28045
28046 2013-03-04  Andreas Jaeger  <aj@suse.de>
28047
28048         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
28049         common definitions.
28050
28051         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
28052         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
28053         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
28054         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
28055         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
28056         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
28057
28058 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28059
28060         [BZ #15055]
28061         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
28062         __ieee754_sqrl instead of __sqrl.
28063
28064 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
28065
28066         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
28067         * sysdeps/powerpc/fpu_control.h: ... here.
28068         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
28069         * sysdeps/powerpc/bits/fenvinline.h: ... here.
28070         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
28071         * sysdeps/powerpc/bits/mathinline.h: ... here.
28072
28073 2013-03-01  Roland McGrath  <roland@hack.frob.com>
28074
28075         * elf/dl-hwcaps.c (_dl_important_hwcaps):
28076         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
28077         to just [NEED_DL_SYSINFO_DSO].
28078         * elf/dl-support.c: Likewise.
28079         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
28080         * elf/rtld.c (dl_main): Likewise.
28081         * elf/setup-vdso.h (setup_vdso): Likewise.
28082         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
28083         * sysdeps/unix/sysv/linux/dl-sysdep.c
28084         (_dl_discover_osversion): Likewise.
28085
28086 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
28087
28088         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
28089         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28090
28091 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
28092
28093         * NEWS: Mention libm performance improvements and non-x86 PI
28094         futex support.
28095
28096         * csu/libc-start.c (__pthread_initialize_minimal): Change
28097         function arguments.
28098         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28099
28100 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
28101
28102         [BZ #13550]
28103         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
28104         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
28105         <bp-sym.h> and <bp-asm.h>.
28106         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28107         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
28108         and <bp-asm.h>.
28109         (memcpy): Don't use BP_SYM.
28110         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
28111         <bp-asm.h>.
28112         (__mpn_add_n): Don't use BP_SYM.
28113         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
28114         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
28115         and <bp-asm.h>.
28116         (__mpn_addmul_1): Don't use BP_SYM.
28117         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28118         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
28119         <bp-sym.h>.
28120         (_setjmp): Don't use BP_SYM.
28121         (__novmx_setjmp): Likewise.
28122         (__GI__setjmp): Likewise.
28123         (__vmx_setjmp): Likewise.
28124         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
28125         <bp-sym.h>.
28126         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
28127         (__bzero): Don't use BP_SYM.
28128         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28129         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28130         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
28131         <bp-sym.h> and <bp-asm.h>.
28132         (memcpy): Don't use BP_SYM.
28133         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
28134         <bp-sym.h> and <bp-asm.h>.
28135         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28136         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
28137         <bp-sym.h> and <bp-asm.h>.
28138         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28139         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
28140         <bp-asm.h>.
28141         (__mpn_lshift): Don't use BP_SYM.
28142         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28143         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
28144         <bp-asm.h>.
28145         (memset): Don't use BP_SYM.
28146         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28147         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28148         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
28149         <bp-asm.h>.
28150         (__mpn_mul_1): Don't use BP_SYM.
28151         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28152         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
28153         <bp-sym.h> and <bp-asm.h>.
28154         (memcmp): Don't use BP_SYM.
28155         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
28156         <bp-sym.h> and <bp-asm.h>.
28157         (memcpy): Don't use BP_SYM.
28158         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
28159         <bp-sym.h> and <bp-asm.h>.
28160         (memset): Don't use BP_SYM.
28161         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
28162         <bp-sym.h> and <bp-asm.h>.
28163         (strncmp): Don't use BP_SYM.
28164         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
28165         <bp-sym.h> and <bp-asm.h>.
28166         (memcpy): Don't use BP_SYM.
28167         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
28168         <bp-sym.h> and <bp-asm.h>.
28169         (memset): Don't use BP_SYM.
28170         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
28171         <bp-sym.h> and <bp-asm.h>.
28172         (__memchr): Don't use BP_SYM.
28173         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
28174         <bp-sym.h> and <bp-asm.h>.
28175         (memcmp): Don't use BP_SYM.
28176         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
28177         <bp-sym.h> and <bp-asm.h>.
28178         (memcpy): Don't use BP_SYM.
28179         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
28180         <bp-sym.h> and <bp-asm.h>.
28181         (__mempcpy): Don't use BP_SYM.
28182         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
28183         <bp-sym.h> and <bp-asm.h>.
28184         (__memrchr): Don't use BP_SYM.
28185         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
28186         <bp-sym.h> and <bp-asm.h>.
28187         (memset): Don't use BP_SYM.
28188         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
28189         <bp-sym.h> and <bp-asm.h>.
28190         (__rawmemchr): Don't use BP_SYM.
28191         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
28192         <bp-sym.h> and <bp-asm.h>.
28193         (__STRCMP): Don't use BP_SYM.
28194         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
28195         <bp-sym.h> and <bp-asm.h>.
28196         (strchr): Don't use BP_SYM.
28197         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
28198         <bp-sym.h> and <bp-asm.h>.
28199         (__strchrnul): Don't use BP_SYM.
28200         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
28201         <bp-sym.h> and <bp-asm.h>.
28202         (strlen): Don't use BP_SYM.
28203         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
28204         <bp-sym.h> and <bp-asm.h>.
28205         (strncmp): Don't use BP_SYM.
28206         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
28207         <bp-sym.h> and <bp-asm.h>.
28208         (__strnlen): Don't use BP_SYM.
28209         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
28210         <bp-asm.h>.
28211         (__mpn_rshift): Don't use BP_SYM.
28212         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28213         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
28214         <bp-sym.h> and <bp-asm.h>.
28215         (__sigsetjmp): Don't use BP_SYM.
28216         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
28217         (L(start_addresses)): Don't use BP_SYM.
28218         (_start): Likewise.
28219         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
28220         <bp-asm.h>.
28221         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
28222         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28223         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28224         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
28225         <bp-asm.h>.
28226         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
28227         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28228         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28229         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
28230         <bp-asm.h>.
28231         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28232         comments.
28233         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28234         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
28235         <bp-asm.h>.
28236         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
28237         FIXME comments.
28238         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28239         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28240         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
28241         <bp-asm.h>.
28242         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28243         comment.
28244         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
28245         and <bp-asm.h>.
28246         (strncmp): Don't use BP_SYM,
28247         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
28248         <bp-asm.h>.
28249         (__mpn_sub_n): Don't use BP_SYM.
28250         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28251         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
28252         and <bp-asm.h>.
28253         (__mpn_submul_1): Don't use BP_SYM.
28254         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28255         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
28256         <bp-sym.h> and <bp-asm.h>.
28257         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28258         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
28259         <bp-sym.h> and <bp-asm.h>.
28260         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
28261         comment.
28262
28263 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28264
28265         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
28266         Use ZK to minimize writes to Z.
28267         (sub_magnitudes): Simplify code a bit.
28268         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
28269         Use ZK to minimize writes to Z.
28270         (sub_magnitudes): Simplify code a bit.
28271
28272 2013-02-27  Roland McGrath  <roland@hack.frob.com>
28273
28274         * csu/gmon-start.c: Add special exception to license text.
28275
28276 2013-02-27  Richard Henderson  <rth@redhat.com>
28277
28278         * scripts/config.guess: Update from config.git.
28279         * scripts/config.sub: Likewise.
28280
28281 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28282
28283         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
28284
28285         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
28286
28287         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
28288
28289         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
28290
28291         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
28292
28293 2013-02-26  Roland McGrath  <roland@hack.frob.com>
28294
28295         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
28296         [$(build-shared = yes].
28297
28298 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28299
28300         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
28301         (__mul): Reduce iterations for calculating mantissa.
28302
28303         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
28304         MPTWO.
28305         (__mpranred): Likewise.
28306
28307         [BZ #15160]
28308         * malloc/memusagestat.c (main): Draw graphs for heap and stack
28309         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
28310
28311 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
28312
28313         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
28314         Define __attribute__.
28315
28316 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28317
28318         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
28319         unused.
28320         * posix/regex_internal.h (__attribute): Remove.
28321         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
28322         (re_string_context_at): Likewise.
28323         (bitset_not): Use __attribute__ and mark function as possibly
28324         unused.
28325         (bitset_merge): Likewise.
28326         (bitset_mask): Likewise.
28327         (re_string_char_size_at): Likewise.
28328         (re_string_wchar_at): Likewise.
28329         (re_string_elem_size_at): Likewise.
28330
28331 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
28332
28333         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
28334         code.
28335         (cc32): Likewise.
28336
28337         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
28338         (__acr): Likewise.
28339         (__cpy): Likewise.
28340         (norm): Likewise.
28341         (denorm): Likewise.
28342         (__dbl_mp): Likewise.
28343         (add_magnitudes): Likewise.
28344         (sub_magnitudes): Likewise.
28345         (__mul): Likewise.
28346         (__inv): Likewise.
28347
28348         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
28349         style.
28350
28351         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
28352         style.
28353
28354         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
28355         code.
28356
28357         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
28358         up changes with default code.
28359         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
28360         Likewise.
28361
28362 2013-02-24  Allan McRae  <allan@archlinux.org>
28363
28364         * manual/socket.texi (The Internet Namespace): Order menu items
28365         to match that in the file.
28366
28367         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
28368         node listing of the info page menu.
28369
28370 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
28371
28372         [BZ #13550]
28373         * sysdeps/i386/bp-asm.h: Remove file.
28374         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28375         (PARMS): Do not use macros from bp-asm.h.
28376         (S1): Likewise.
28377         (S2): Likewise.
28378         (SIZE): Likewise.
28379         (__mpn_add_n): Do not use BP_SYM
28380         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
28381         "bp-asm.h".
28382         (PARMS): Do not use macros from bp-asm.h.
28383         (S1): Likewise.
28384         (SIZE): Likewise.
28385         (__mpn_addmul_1): Do not use BP_SYM
28386         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
28387         "bp-asm.h".
28388         (PARMS): Do not use macros from bp-asm.h.
28389         (SIGMSK): Likewise.
28390         (_setjmp): Likewise.  Do not use BP_SYM.
28391         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
28392         "bp-asm.h".
28393         (PARMS): Do not use macros from bp-asm.h.
28394         (SIGMSK): Likewise.
28395         (setjmp): Likewise.  Do not use BP_SYM.
28396         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
28397         "bp-asm.h".
28398         (PARMS): Do not use macros from bp-asm.h.
28399         (__frexp): Do not use BP_SYM.
28400         (frexp): Likewise.
28401         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
28402         "bp-asm.h".
28403         (PARMS): Do not use macros from bp-asm.h.
28404         (__frexpf): Do not use BP_SYM.
28405         (frexpf): Likewise.
28406         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
28407         "bp-asm.h".
28408         (PARMS): Do not use macros from bp-asm.h.
28409         (__frexpl): Do not use BP_SYM.
28410         (frexpl): Likewise.
28411         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
28412         "bp-asm.h".
28413         (PARMS): Do not use macros from bp-asm.h.
28414         (__remquo): Do not use BP_SYM.
28415         (remquo): Likewise.
28416         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
28417         "bp-asm.h".
28418         (PARMS): Do not use macros from bp-asm.h.
28419         (__remquof): Do not use BP_SYM.
28420         (remquof): Likewise.
28421         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
28422         "bp-asm.h".
28423         (PARMS): Do not use macros from bp-asm.h.
28424         (__remquol): Do not use BP_SYM.
28425         (remquol): Likewise.
28426         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
28427         "bp-asm.h".
28428         (PARMS): Do not use macros from bp-asm.h.
28429         (DEST): Likewise.
28430         (SRC): Likewise.
28431         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
28432         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
28433         "bp-asm.h".
28434         (PARMS): Do not use macros from bp-asm.h.
28435         (strlen): Do not use BP_SYM.
28436         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
28437         "bp-asm.h".
28438         (PARMS): Do not use macros from bp-asm.h.
28439         (S1): Likewise.
28440         (S2): Likewise.
28441         (SIZE): Likewise.
28442         (__mpn_add_n): Do not use BP_SYM.
28443         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
28444         "bp-asm.h".
28445         (PARMS): Do not use macros from bp-asm.h.
28446         (S1): Likewise.
28447         (SIZE): Likewise.
28448         (__mpn_addmul_1): Do not use BP_SYM.
28449         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
28450         weak_alias.
28451         (bzero): Likewise.
28452         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
28453         "bp-asm.h".
28454         (PARMS): Do not use macros from bp-asm.h.
28455         (S): Likewise.
28456         (SIZE): Likewise.
28457         (__mpn_lshift): Do not use BP_SYM.
28458         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
28459         "bp-asm.h".
28460         (PARMS): Do not use macros from bp-asm.h.
28461         (DEST): Likewise.
28462         (SRC): Likewise.
28463         (LEN): Likewise.
28464         (memcpy): Likewise.  Do not use BP_SYM.
28465         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
28466         libc_hidden_def and weak_alias.
28467         (mempcpy): Do not use BP_SYM in weak_alias.
28468         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
28469         "bp-asm.h".
28470         (PARMS): Do not use macros from bp-asm.h.
28471         (DEST): Likewise.
28472         (LEN): Likewise.
28473         [!BZERO_P] (CHR): Likewise.
28474         (memset): Likewise.  Do not use BP_SYM.
28475         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
28476         "bp-asm.h".
28477         (PARMS): Do not use macros from bp-asm.h.
28478         (S1): Likewise.
28479         (SIZE): Likewise.
28480         (__mpn_mul_1): Do not use BP_SYM.
28481         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
28482         "bp-asm.h".
28483         (PARMS): Do not use macros from bp-asm.h.
28484         (S): Likewise.
28485         (SIZE): Likewise.
28486         (__mpn_rshift): Do not use BP_SYM.
28487         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
28488         "bp-asm.h".
28489         (PARMS): Do not use macros from bp-asm.h.
28490         (STR): Likewise.
28491         (CHR): Likewise.
28492         (strchr): Likewise.  Do not use BP_SYM.
28493         (index): Do not use BP_SYM in weak_alias.
28494         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
28495         "bp-asm.h".
28496         (PARMS): Do not use macros from bp-asm.h.
28497         (DEST): Likewise.
28498         (SRC): Likewise.
28499         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
28500         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
28501         "bp-asm.h".
28502         (PARMS): Do not use macros from bp-asm.h.
28503         (strlen): Do not use BP_SYM.
28504         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
28505         "bp-asm.h".
28506         (PARMS): Do not use macros from bp-asm.h.
28507         (S1): Likewise.
28508         (S2): Likewise.
28509         (SIZE): Likewise.
28510         (__mpn_sub_n): Do not use BP_SYM.
28511         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
28512         "bp-asm.h".
28513         (PARMS): Do not use macros from bp-asm.h.
28514         (S1): Likewise.
28515         (SIZE): Likewise.
28516         (__mpn_submul_1): Do not use BP_SYM.
28517         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
28518         "bp-asm.h".
28519         (PARMS): Do not use macros from bp-asm.h.
28520         (S1): Likewise.
28521         (S2): Likewise.
28522         (SIZE): Likewise.
28523         (__mpn_add_n): Do not use BP_SYM.
28524         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
28525         weak_alias.
28526         (bzero): Likewise.
28527         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
28528         "bp-asm.h".
28529         (PARMS): Do not use macros from bp-asm.h.
28530         (BLK2): Likewise.
28531         (LEN): Likewise.
28532         (memcmp): Do not use BP_SYM.
28533         (bcmp): Do not use BP_SYM in weak_alias.
28534         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
28535         "bp-asm.h".
28536         (PARMS): Do not use macros from bp-asm.h.
28537         (DEST): Likewise.
28538         (SRC): Likewise.
28539         (LEN): Likewise.
28540         (memcpy): Likewise.  Do not use BP_SYM.
28541         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
28542         "bp-asm.h".
28543         (PARMS): Do not use macros from bp-asm.h.
28544         (DEST): Likewise.
28545         (SRC): Likewise.
28546         (LEN): Likewise.
28547         (memmove): Likewise.  Do not use BP_SYM.
28548         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
28549         "bp-asm.h".
28550         (PARMS): Do not use macros from bp-asm.h.
28551         (DEST): Likewise.
28552         (SRC): Likewise.
28553         (LEN): Likewise.
28554         (__mempcpy): Likewise.  Do not use BP_SYM.
28555         (mempcpy): Do not use BP_SYM in weak_alias.
28556         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
28557         "bp-asm.h".
28558         (PARMS): Do not use macros from bp-asm.h.
28559         (DEST): Likewise.
28560         (LEN): Likewise.
28561         [!BZERO_P] (CHR): Likewise.
28562         (memset): Likewise.  Do not use BP_SYM.
28563         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
28564         "bp-asm.h".
28565         (PARMS): Do not use macros from bp-asm.h.
28566         (STR2): Likewise.
28567         (strcmp): Do not use BP_SYM.
28568         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
28569         "bp-asm.h".
28570         (PARMS): Do not use macros from bp-asm.h.
28571         (STR): Likewise.
28572         (DELIM): Likewise.
28573         [USE_AS_STRTOK_R] (SAVE): Likewise.
28574         (FUNCTION): Likewise.  Do not use BP_SYM.
28575         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
28576         aliases.
28577         (strtok_r): Likewise.
28578         (__GI___strtok_r): Likewise.
28579         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28580         (PARMS): Do not use macros from bp-asm.h.
28581         (S): Likewise.
28582         (SIZE): Likewise.
28583         (__mpn_lshift): Do not use BP_SYM.
28584         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28585         (PARMS): Do not use macros from bp-asm.h.
28586         (STR): Likewise.
28587         (CHR): Likewise.
28588         (__memchr): Do not use BP_SYM.
28589         (memchr): Do not use BP_SYM in weak_alias.
28590         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28591         (PARMS): Do not use macros from bp-asm.h.
28592         (BLK2): Likewise.
28593         (LEN): Likewise.
28594         (memcmp): Do not use BP_SYM.
28595         (bcmp): Do not use BP_SYM in weak_alias.
28596         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
28597         (PARMS): Do not use macros from bp-asm.h.
28598         (S1): Likewise.
28599         (SIZE): Likewise.
28600         (__mpn_mul_1): Do not use BP_SYM.
28601         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
28602         "bp-asm.h".
28603         (PARMS): Do not use macros from bp-asm.h.
28604         (STR): Likewise.
28605         (CHR): Likewise.
28606         (__rawmemchr): Do not use BP_SYM.
28607         (rawmemchr): Do not use BP_SYM in weak_alias.
28608         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28609         (PARMS): Do not use macros from bp-asm.h.
28610         (S): Likewise.
28611         (SIZE): Likewise.
28612         (__mpn_rshift): Do not use BP_SYM.
28613         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28614         (PARMS): Do not use macros from bp-asm.h.
28615         (SIGMSK): Likewise.
28616         (__sigsetjmp): Likewise.  Do not use BP_SYM.
28617         * sysdeps/i386/start.S: Do not include "bp-sym.h".
28618         (_start): Do not use BP_SYM.
28619         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28620         (PARMS): Do not use macros from bp-asm.h.
28621         (DEST): Likewise.
28622         (SRC): Likewise.
28623         (__stpcpy): Likewise.  Do not use BP_SYM.
28624         (stpcpy): Do not use BP_SYM in weak_alias.
28625         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
28626         "bp-asm.h".
28627         (PARMS): Do not use macros from bp-asm.h.
28628         (DEST): Likewise.
28629         (SRC): Likewise.
28630         (LEN): Likewise.
28631         (__stpncpy): Likewise.  Do not use BP_SYM.
28632         (stpncpy): Do not use BP_SYM in weak_alias.
28633         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28634         (PARMS): Do not use macros from bp-asm.h.
28635         (STR): Likewise.
28636         (CHR): Likewise.
28637         (strchr): Likewise.  Do not use BP_SYM.
28638         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
28639         "bp-asm.h".
28640         (PARMS): Do not use macros from bp-asm.h.
28641         (STR): Likewise.
28642         (CHR): Likewise.
28643         (__strchrnul): Likewise.  Do not use BP_SYM.
28644         (strchrnul): Do not use BP_SYM in weak_alias.
28645         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28646         "bp-asm.h".
28647         (PARMS): Do not use macros from bp-asm.h.
28648         (STOP): Likewise.
28649         (strcspn): Do not use BP_SYM.
28650         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28651         "bp-asm.h".
28652         (PARMS): Do not use macros from bp-asm.h.
28653         (STR): Likewise.
28654         (STOP): Likewise.
28655         (strpbrk): Likewise.  Do not use BP_SYM.
28656         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28657         "bp-asm.h".
28658         (PARMS): Do not use macros from bp-asm.h.
28659         (STR): Likewise.
28660         (CHR): Likewise.
28661         (strrchr): Likewise.  Do not use BP_SYM.
28662         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28663         (PARMS): Do not use macros from bp-asm.h.
28664         (SKIP): Likewise.
28665         (strspn): Do not use BP_SYM.
28666         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28667         (PARMS): Do not use macros from bp-asm.h.
28668         (STR): Likewise.
28669         (DELIM): Likewise.
28670         (SAVE): Likewise.
28671         (FUNCTION): Likewise.  Do not use BP_SYM.
28672         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28673         aliases.
28674         (strtok_r): Likewise.
28675         (__GI___strtok_r): Likewise.
28676         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28677         (PARMS): Do not use macros from bp-asm.h.
28678         (S1): Likewise.
28679         (S2): Likewise.
28680         (SIZE): Likewise.
28681         (__mpn_sub_n): Do not use BP_SYM.
28682         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28683         "bp-asm.h".
28684         (PARMS): Do not use macros from bp-asm.h.
28685         (S1): Likewise.
28686         (SIZE): Likewise.
28687         (__mpn_submul_1): Do not use BP_SYM.
28688         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28689         <bp-sym.h>.
28690         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28691         and <bp-asm.h>.
28692         (PARMS): Do not use macros from bp-asm.h.
28693         (FLAGS): Likewise.
28694         (PTID): Likewise.
28695         (TLS): Likewise.
28696         (CTID): Likewise.
28697         (__clone): Do not use BP_SYM.
28698         (clone): Do not use BP_SYM in weak_alias.
28699         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28700         and <bp-asm.h>.
28701         (PARMS): Do not use macros from bp-asm.h.
28702         (LEN): Likewise.
28703         (__mmap64): Do not use BP_SYM.
28704         (mmap64): Do not use BP_SYM in weak_alias.
28705         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28706         <bp-sym.h> and <bp-asm.h>.
28707         (PARMS): Do not use macros from bp-asm.h.
28708         (__posix_fadvise64_l64): Do not use BP_SYM.
28709         * sysdeps/unix/sysv/linux/i386/semtimedop.S
28710         (PARMS): Do not use macros from bp-asm.h.
28711         (NSOPS): Likewise.
28712         (semtimedop): Do not use BP_SYM.
28713         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28714         and <bp-asm.h>.
28715
28716 2013-02-21  Allan McRae  <allan@archlinux.org>
28717
28718         * manual/message.texi (Charset conversion in gettext):
28719         Move @end statement to beginning of line.
28720
28721 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28722
28723         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28724         static.
28725         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28726         Likewise.
28727
28728         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28729         (denorm): Likewise.
28730         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28731         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28732
28733 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28734
28735         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28736         tail-call to the resolved function if pltexit isn't needed.
28737
28738 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28739
28740         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28741         or Y being zero as being unlikely.
28742         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28743         Likewise.
28744
28745 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
28746
28747         * manual/nss.texi (System Databases and Name Service Switch):
28748         Remove frobnicate @pxref.
28749
28750 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28751
28752         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28753         __attribute__ ((unused)) to __attribute__ ((__unused__)).
28754
28755 2013-02-20  Petr Machata  <pmachata@redhat.com>
28756
28757         * elf/elf.h (R_ARM_TARGET1): New macro.
28758         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28759         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28760         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28761         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28762         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28763         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28764         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28765         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28766         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28767         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28768         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28769         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28770         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28771         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28772         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28773         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28774         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28775         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28776         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28777         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28778         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28779         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28780         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28781         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28782         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28783         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28784         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28785         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28786         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28787         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28788         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28789         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28790         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28791         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28792         (R_ARM_THM_GOT_BREL12): Likewise.
28793         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28794         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28795         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28796         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28797         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28798         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28799         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28800         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28801         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28802
28803 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28804
28805         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28806         __attribute_used__ to __attribute__ ((unused)).
28807
28808 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28809
28810         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28811         powerpc mpa.c.
28812         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28813         comment formatting.
28814         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28815
28816 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
28817
28818         [BZ #13550]
28819         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28820         Remove macro.
28821         (ENTER): Remove both macro definitions.
28822         (LEAVE): Likewise.
28823         (CHECK_BOUNDS_LOW): Likewise.
28824         (CHECK_BOUNDS_HIGH): Likewise.
28825         (CHECK_BOUNDS_BOTH): Likewise.
28826         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28827         (RETURN_BOUNDED_POINTER): Likewise.
28828         (RETURN_NULL_BOUNDED_POINTER): Likewise.
28829         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28830         (POP_ERRNO_LOCATION_RETURN): Likewise.
28831         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28832         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28833         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28834         macros.
28835         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28836         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28837         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28838         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28839         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28840         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28841         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28842         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28843         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28844         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28845         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28846         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28847         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28848         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28849         removed macros.
28850         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28851         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28852         macros.
28853         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28854         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28855         * sysdeps/i386/i586/memset.S (memset): Likewise.
28856         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28857         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28858         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28859         macros.
28860         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28861         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28862         Change uses of L(2) to L(out).
28863         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28864         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28865         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28866         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28867         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28868         removed macros.
28869         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28870         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28871         macros.
28872         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28873         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28874         (RETURN): Do not use macro LEAVE.
28875         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28876         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28877         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28878         * sysdeps/i386/i686/memset.S (memset): Likewise.
28879         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28880         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28881         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28882         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28883         Likewise.
28884         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28885         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
28886         L(1_2) and L(1_3) into L(1).
28887         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28888         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28889         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28890         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28891         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28892         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28893         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28894         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28895         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28896         macros.
28897         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28898         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28899         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28900         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28901         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28902         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28903         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28904         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28905         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28906         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28907         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28908         * sysdeps/i386/strspn.S (strspn): Likewise.
28909         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28910         conditional code.
28911         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28912         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28913         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28914         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28915         L(1_3) into L(1_1).
28916         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28917         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28918         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28919         macros.
28920         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28921
28922 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28923
28924         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28925         macro.
28926
28927 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28928
28929         * math/atest-exp.c (exp_mpn): Remove ROUND.
28930         * math/atest-exp2.c (exp_mpn): Likewise.
28931         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28932
28933         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28934         * stdlib/tst-tls-atexit-lib.c: Likewise.
28935         * stdlib/tst-tls-atexit.c: Likewise.
28936
28937 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28938
28939         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28940         and __attribute_alloc_size__.
28941
28942 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28943
28944         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28945         __attribute_alloc_size__.
28946         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28947         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28948
28949 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28950
28951         * include/programs/xmalloc.h: New file.
28952         * catgets/gencat.c: Include it.
28953         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28954         * elf/pldd.c: Likewise.
28955         * iconv/iconv_charmap.c: Likewise.
28956         * iconv/iconvconfig.c: Likewise.
28957         * iconv/strtab.c: Likewise.
28958         * locale/programs/locale.c: Likewise.
28959         * locale/programs/localedef.h: Likewise.
28960         * locale/programs/simple-hash.c: Likewise.
28961         * nscd/nscd.h: Likewise.
28962         * nss/makedb.c: Likewise.
28963         * sysdeps/generic/ldconfig.h: Likewise.
28964
28965 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28966
28967         * Versions.def: Add GLIBC_2.18.
28968         * include/link.h (struct link_map): New member l_tls_dtor_count.
28969         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28970         (__call_tls_dtors): Likewise.
28971         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28972         __cxa_thread_atexit_impl.
28973         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28974         Likewise.
28975         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28976         Likewise.
28977         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28978         Likewise.
28979         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28980         Likewise.
28981         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28982         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28983         Likewise.
28984         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28985         Likewise.
28986         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28987         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28988         Likewise.
28989         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28990         (tests): Add test case tst-tls-atexit.
28991         (modules-names): Add shared library for tst-tls-atexit.
28992         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
28993         (GLIBC_PRIVATE): Add __call_tls_dtors.
28994         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
28995         for libstdc++.
28996         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
28997         * stdlib/tst-tls-atexit.c: New test case.
28998         * stdlib/tst-tls-atexit-lib.c: New test case.
28999
29000         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
29001
29002         * elf/Versions (ld): Add _dl_find_dso_for_object.
29003         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
29004         * elf/dl-open.c (_dl_find_dso_for_object): New function.
29005         (dl_open_worker): Use _dl_find_dso_for_object.
29006         * elf/dl-sym.c (do_sym): Likewise.
29007         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
29008
29009 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29010
29011         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
29012         Syntactic changes only.
29013         (_dl_runtime_profile): Do a tail-call to the resolved function.
29014
29015 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
29016
29017         [BZ #13550]
29018         * sysdeps/x86_64/bp-asm.h: Remove file.
29019         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
29020         <bp-sym.h> and <bp-asm.h>.
29021         (__clone): Do not use BP_SYM.
29022         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
29023         <bp-sym.h> and <bp-asm.h>.
29024         * sysdeps/unix/x86_64/sysdep.S: Likewise.
29025         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
29026         "bp-asm.h".
29027         (_setjmp): Do not use BP_SYM.
29028         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
29029         "bp-asm.h".
29030         (setjmp): Do not use BP_SYM.
29031         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
29032         libc_hidden_def.
29033         (mempcpy): Do not use BP_SYM in weak_alias.
29034         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
29035         "bp-asm.h".
29036         (strchr): Do not use BP_SYM.
29037         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
29038         "bp-asm.h".
29039         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
29040         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
29041         (_start): Do not use BP_SYM.
29042         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
29043         "bp-asm.h".
29044         (strcat): Do not use BP_SYM.
29045         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
29046         "bp-asm.h".
29047         (STRCMP): Do not use BP_SYM.
29048         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
29049         "bp-asm.h".
29050         (STRCPY): Do not use BP_SYM.
29051         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
29052         "bp-asm.h".
29053         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
29054         "bp-asm.h".
29055         (FUNCTION): Do not use BP_SYM.
29056         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
29057         weak_alias.
29058         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
29059
29060 2013-02-17  Andreas Jaeger  <aj@suse.de>
29061
29062         * time/Versions: Sort entries.
29063         * string/Versions: Likewise.
29064         * resolv/Versions: Likewise.
29065         * posix/Versions: Likewise.
29066         * iconv/Versions: Likewise.
29067         * elf/Versions: Likewise.
29068         * wcsmbs/Versions: Likewise.
29069
29070 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29071
29072         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
29073         loop termination condition.
29074
29075         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
29076         variable to calculate EZ.
29077         (__sqr): Likewise.
29078
29079         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
29080         the lower precision input.
29081
29082 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
29083
29084         [BZ #13550]
29085         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
29086         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
29087         (run-via-rtld-prefix): Do not handle %-bp tests.
29088         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
29089         (all-object-suffixes): Remove .ob.
29090         (bppfx): Remove variable.
29091         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
29092         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
29093         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
29094         [$(build-bounded) = yes] (libtype.ob): Likewise.
29095         * Makerules (elide-routines.ob): Remove variable.
29096         (do-tests-clean): Do not handle *-bp.out.
29097         (common-mostlyclean): Do not handle *-bp and *-bp.out.
29098         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
29099         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
29100         (tests): Do not include $(tests-bp.out).
29101         (xtests): Do not include $(xtests-bp.out).
29102         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
29103         [$(build-bounded) = yes] ($(addprefix
29104         $(objpfx),$(binaries-bounded))): Remove rule.
29105         ($(objpfx)%-bp.out): Remove rule.
29106         * config.make.in (build-bounded): Remove variable.
29107         * crypt/Makefile [$(build-bounded) = yes]
29108         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
29109         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
29110         append to variable.
29111         [$(build-bounded) = yes] (install-lib): Likewise.
29112         [$(build-bounded) = yes] (generated): Likewise.
29113         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
29114         Remove rule.
29115         * intl/Makefile [$(build-bounded) = yes]
29116         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
29117         * math/Makefile [$(build-bounded) = yes]
29118         ($(tests:%=$(objpfx)%-bp): Likewise.
29119         * misc/Makefile [$(build-bounded) = yes]
29120         ($(objpfx)tst-tsearch-bp): Likewise.
29121         * nptl/Makeconfig (bounded-thread-library): Remove variable.
29122         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
29123         Remove dependency.
29124         * string/Makefile (o-objects.ob): Remove variable.
29125         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
29126         (CFLAGS-.ob): Remove variable.
29127         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
29128         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
29129         both definitions of variable.
29130         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
29131         (ASFLAGS-.ob): Remove variable.
29132
29133 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
29134
29135         [BZ #13550]
29136         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
29137         Remove __BOUNDED_POINTERS__ from condition.
29138         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
29139         * string/bits/string2.h [!__NO_STRING_INLINES &&
29140         !__BOUNDED_POINTERS__]: Likewise.
29141         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
29142         Likewise.
29143         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
29144         Remove conditional code.
29145         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
29146         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
29147         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
29148         condition.
29149
29150         [BZ #13550]
29151         * csu/libc-start.c: Do not include <bp-sym.h>.
29152         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
29153         * elf/dl-open.c: Do not include <bp-sym.h>.
29154         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
29155         * math/fegetenv.c: Do not include <bp-sym.h>.
29156         (fegetenv): Do not use BP_SYM in versioned symbols.
29157         * nptl/sysdeps/pthread/bits/libc-lockP.h
29158         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
29159         <bp-sym.h>.
29160         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29161         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
29162         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29163         (__pthread_mutex_destroy): Likewise.
29164         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29165         (__pthread_mutex_lock): Likewise.
29166         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29167         (__pthread_mutex_trylock): Likewise.
29168         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29169         (__pthread_mutex_unlock): Likewise.
29170         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29171         (__pthread_mutexattr_init): Likewise.
29172         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29173         (__pthread_mutexattr_destroy): Likewise.
29174         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29175         (__pthread_mutexattr_settype): Likewise.
29176         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29177         (__pthread_rwlock_init): Likewise.
29178         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29179         (__pthread_rwlock_destroy): Likewise.
29180         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29181         (__pthread_rwlock_rdlock): Likewise.
29182         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29183         (__pthread_rwlock_tryrdlock): Likewise.
29184         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29185         (__pthread_rwlock_wrlock): Likewise.
29186         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29187         (__pthread_rwlock_trywrlock): Likewise.
29188         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29189         (__pthread_rwlock_unlock): Likewise.
29190         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29191         (__pthread_key_create): Likewise.
29192         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29193         (__pthread_setspecific): Likewise.
29194         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29195         (__pthread_getspecific): Likewise.
29196         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
29197         Likewise.
29198         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29199         (_pthread_cleanup_push_defer): Likewise.
29200         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29201         (_pthread_cleanup_pop_restore): Likewise.
29202         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29203         (pthread_setcancelstate): Likewise.
29204         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
29205         <bp-sym.h>.
29206         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
29207         (memchr): Do not use BP_SYM in weak_alias.
29208         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
29209         (fegetenv): Do not use BP_SYM in versioned symbols.
29210         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
29211         (fesetenv): Do not use BP_SYM in versioned symbols.
29212         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29213         (feupdateenv): Do not use BP_SYM in versioned symbols.
29214         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29215         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29216         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
29217         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
29218         (open64): Do not use BP_SYM in weak_alias.
29219         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
29220         (fegetenv): Do not use BP_SYM in versioned symbols.
29221         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
29222         (fesetenv): Do not use BP_SYM in versioned symbols.
29223         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29224         (feupdateenv): Do not use BP_SYM in versioned symbols.
29225         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
29226         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
29227         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
29228         (feraiseexcept): Do not use BP_SYM in versioned symbols.
29229         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29230         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29231         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
29232         <bp-sym.h>.
29233         (__libc_start_main): Do not use BP_SYM.
29234
29235 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29236
29237         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
29238         redundant return line.
29239         (norm): Likewise.
29240         (denorm): Likewise.
29241         (dbl_mp): Likewise.
29242         (sub_magnitudes): Likewise.
29243         (__add): Likewise.
29244         (__sub): Likewise.
29245         (__mul): Likewise.
29246         (__inv): Likewise.
29247         (__dvd): Likewise.
29248         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
29249         (norm): Likewise.
29250         (denorm): Likewise.
29251         (dbl_mp): Likewise.
29252         (sub_magnitudes): Likewise.
29253         (__add): Likewise.
29254         (__sub): Likewise.
29255         (__mul): Likewise.
29256         (__inv): Likewise.
29257         (__dvd): Likewise.
29258
29259         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
29260         instead of __mul.
29261         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
29262         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
29263         (cc32): Likewise.
29264
29265         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
29266         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
29267         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
29268         of __mul for squares.
29269         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
29270         function
29271         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
29272         Likewise.
29273         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
29274         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
29275
29276 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
29277
29278         [BZ #13550]
29279         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
29280         code.
29281         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
29282         prototype or function definition.  Rename ubp_* variables and
29283         parameters.  Remove argv definitions conditional on
29284         [__BOUNDED_POINTERS__].
29285         * debug/backtrace.c (__backtrace): Do not use __unbounded.
29286         * elf/dl-runtime.c (_dl_fixup): Likewise.
29287         * include/set-hooks.h (RUN_HOOK): Likewise.
29288         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
29289         definition.
29290         * string/strcpy.c (strcpy): Do not use __unbounded.
29291         * sysdeps/generic/frame.h (struct layout): Likewise.
29292         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
29293         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
29294         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
29295         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
29296         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
29297         (__backtrace): Likewise.
29298         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
29299         use __ptrvalue.
29300         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
29301         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
29302         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
29303         Likewise.
29304         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
29305         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
29306         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
29307         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29308         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
29309         Do not use __unbounded.
29310         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
29311         Rename __unboundedrlimits parameter to rlimits in prototype.
29312         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
29313         Do not use __unbounded.
29314         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
29315         not use __ptrvalue.
29316         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29317         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
29318         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29319         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
29320         __ptrvalue or __unbounded.
29321         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
29322         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
29323         use __unbounded.
29324         (__new_msgctl): Do not use __ptrvalue.
29325         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
29326         __unbounded.
29327         (__libc_msgrcv): Do not use __ptrvalue.
29328         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
29329         startup_info): Do not use __unbounded.
29330         (__libc_start_main): Likewise.  Rename ubp_* variables and
29331         parameters.  Remove argv definitions conditional on
29332         [__BOUNDED_POINTERS__].
29333         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
29334         __ptrvalue.
29335         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
29336         use __unbounded.
29337         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
29338         or __ptrvalue.
29339         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
29340         use __unbounded.
29341         (__new_shmctl): Do not use __ptrvalue.
29342         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
29343         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
29344         Likewise.
29345         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
29346         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
29347         (__libc_sigaction): Likewise.
29348         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
29349         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
29350         Likewise.
29351         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29352
29353 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
29354
29355         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
29356
29357         * string/mempcpy.c: Implement by calling memcpy.
29358
29359 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29360
29361         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
29362
29363         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
29364         evaluation.
29365
29366         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
29367         values in the mantissa.
29368
29369         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
29370         minimize writes to Z.
29371         (sub_magnitudes): Simplify code a bit.
29372
29373 2013-02-12  Roland McGrath  <roland@hack.frob.com>
29374
29375         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
29376         from the message.  The linker prefixes all warnings with that already.
29377
29378 2013-02-12  Andreas Schwab  <schwab@suse.de>
29379
29380         [BZ #15078]
29381         * posix/regexec.c (extend_buffers): Add parameter min_len.
29382         (check_matching): Pass minimum needed length.
29383         (clean_state_log_if_needed): Likewise.
29384         (get_subexp): Likewise.
29385         * posix/Makefile (tests): Add bug-regex34.
29386         (bug-regex34-ENV): Define.
29387         * posix/bug-regex34.c: New file.
29388
29389         [BZ #11561]
29390         * posix/regcomp.c (parse_bracket_exp): When looking up collating
29391         elements compare against the byte sequence of it, not its name.
29392         * posix/Makefile (tests): Add bug-regex35.
29393         (bug-regex35-ENV): Define.
29394         * posix/bug-regex35.c: New file.
29395
29396 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29397
29398         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
29399         comment.
29400         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
29401         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
29402         (CHECK_EOL): Add undef.
29403
29404 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
29405
29406         * bits/stdlib-bsearch.h: New file.
29407         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
29408         * stdlib/stdlib.h: Likewise.
29409
29410 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29411
29412         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
29413         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
29414         declaration.
29415         * manual/search.texi (Array Search Function): Add missing const in
29416         lfind prototype.
29417         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
29418         declaration to use rlim_t.
29419         (Basic Scheduling Functions): Remove erroneous const from
29420         sched_getparam prototype.  Remove erroneous * from
29421         sched_get_priority_max and sched_get_priority_min prototypes.
29422         (Resource Usage): Fix summary @comment on vtimes to refer to
29423         sys/vtimes.h rather than vtimes.h.
29424         Add missing *s in vtimes prototype.
29425         (Limits on Resources): Fix ulimit prototype to return long int.
29426         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
29427         prototypes to use long int rather than double.
29428         (BSD Random): Fix initstate and setstate to use char *, not void *.
29429         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
29430         prototype to make second argument 'struct aiocb64 *const[]'.
29431         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
29432         (Status of AIO Operations): Remove erroneous const in aio_return and
29433         aio_return64 prototypes.
29434         (Synchronizing I/O): Fix sync prototype to return void.
29435         * manual/startup.texi (Suboptions): Remove an erroneous const in
29436         getsubopt prototype.
29437         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
29438         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
29439         use size_t rather than int.
29440         (Scanning All Users): Likewise for getpwent_r.
29441         (Setting Groups): Add missing const to setgroups prototype.
29442         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
29443         * manual/socket.texi (Host Names): Fix gethostbyaddr and
29444         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
29445         'const void *' rather than 'const char *'.
29446         (Host Address Functions): Likewise for inet_ntop.
29447         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
29448         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
29449         ssize_t for return value.
29450         (Sending Data): Likewise for send, sendto, sendmsg.
29451         (Socket Option Functions): Add a missing const in setsockopt prototype.
29452         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
29453         use wchar_t for the argument.
29454         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
29455         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
29456         take no arguments.
29457         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
29458         double/float/long double for second argument.
29459         Fix return types of significand, significandf, significandl.
29460         * manual/filesys.texi (Setting Permissions): Use mode_t for second
29461         argument in fchmod prototype.
29462         (File Owner): Use uid_t and gid_t in fchown prototype.
29463         (File Times): Add const to utimes, futimes, and lutimes prototypes.
29464         (Making Special Files): Use mode_t and dev_t in mknod prototype.
29465         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
29466         use 'const struct dirent **' as argument types to CMP function pointer
29467         argument.
29468         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
29469         (File Times): Fix summary magic @comment for struct utimbuf and utime
29470         to refer to utime.h, not time.h.
29471         * manual/string.texi (Argz Functions): Add missing const in
29472         argz_extract and argz_next prototypes.
29473         (Finding Tokens in a String): Likewise for basename.
29474         (String/Array Comparison): Fix typo in wcscasecmp prototype.
29475         (Copying and Concatenation): Fix typo in wmemmove prototype.
29476         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
29477         (Signal Stack): Remove erroneous const in sigstack prototype.
29478         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
29479         prototype.
29480         (Simple Calendar Time): Likewise for stime.
29481         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
29482         prototype.
29483         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
29484         say sys/sysctl.h instead.
29485         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
29486         and vsyslog prototypes.
29487
29488 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29489
29490         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
29491         Remove.
29492
29493 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29494
29495         * misc/sys/mman.h: Fix typo in mremap comment.
29496
29497 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29498
29499         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
29500         the '\0' terminator.
29501
29502 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29503
29504         [BZ #13550]
29505         * debug/segfault.c: Don't include <bp-checks.h>.
29506         * sysdeps/generic/bp-checks.h: Remove file.
29507         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
29508         (__GETDENTS): Don't use CHECK_N.
29509         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
29510         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
29511         (__getgroups): Don't use CHECK_N.
29512         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
29513         (setgroups): Don't use CHECK_N.
29514         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
29515         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
29516         (__libc_msgrcv): Don't use CHECK_N.
29517         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
29518         (__libc_msgsnd): Don't use CHECK_N.
29519         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
29520         <bp-checks.h>.
29521         (__libc_pread): Don't use CHECK_N.
29522         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
29523         include <bp-checks.h>.
29524         (__libc_pread64): Don't use CHECK_N.
29525         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
29526         include <bp-checks.h>.
29527         (__libc_pwrite): Don't use CHECK_N.
29528         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
29529         include <bp-checks.h>.
29530         (__libc_pwrite64): Don't use CHECK_N.
29531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
29532         <bp-checks.h>.
29533         (__libc_pread): Don't use CHECK_N.
29534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
29535         include <bp-checks.h>.
29536         (__libc_pread64): Don't use CHECK_N.
29537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
29538         include <bp-checks.h>.
29539         (__libc_pwrite): Don't use CHECK_N.
29540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
29541         include <bp-checks.h>.
29542         (__libc_pwrite64): Don't use CHECK_N.
29543         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
29544         (do_pread): Don't use CHECK_N.
29545         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
29546         (do_pread64): Don't use CHECK_N.
29547         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
29548         (do_pwrite): Don't use CHECK_N.
29549         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
29550         (do_pwrite64): Don't use CHECK_N.
29551         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
29552         (__libc_readv): Don't use CHECK_N.
29553         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
29554         (semop): Don't use CHECK_N.
29555         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
29556         <bp-checks.h>.
29557         (semtimedop): Don't use CHECK_N.
29558         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
29559         (__libc_pread): Don't use CHECK_N.
29560         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
29561         <bp-checks.h>.
29562         (__libc_pread64): Don't use CHECK_N.
29563         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
29564         <bp-checks.h>.
29565         (__libc_pwrite): Don't use CHECK_N.
29566         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
29567         <bp-checks.h>.
29568         (__libc_pwrite64): Don't use CHECK_N.
29569         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
29570         <bp-checks.h>.
29571         (__libc_msgrcv): Don't use CHECK_N.
29572         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
29573         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
29574         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
29575         (__libc_writev): Don't use CHECK_N.
29576
29577 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29578
29579         * string/strcpy.c: Removed unused variable.
29580
29581         * Makeconfig (+sysdep-includes): Define with := rather than =.
29582         Use an existing include/ subdir of each sysdeps dir before it.
29583
29584 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29585
29586         * nscd/connection.c (register_traced_file): Comment function.
29587         [HAVE_INOTIFY] (union __inev): Define.
29588         [HAVE_INOTIFY] (inotify_check_files): New function.
29589         [HAVE_INOTIFY] (clear_db_cache): Likewise.
29590         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
29591         clear_db_cache.
29592         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
29593
29594 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29595
29596         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
29597         loaded if not already and that a failure is permanent.
29598
29599 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29600
29601         [BZ #15006]
29602         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
29603         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
29604
29605 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29606
29607         [BZ #13550]
29608         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
29609         (CHECK_1_NULL_OK): Likewise.
29610         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
29611         (__fxstat): Do not use CHECK_1.
29612         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
29613         <bp-checks.h>.
29614         (___fxstat64): Do not use CHECK_1.
29615         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
29616         <bp-checks.h>.
29617         (__fxstatat): Do not use CHECK_1.
29618         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29619         <bp-checks.h>.
29620         (__fxstatat64): Do not use CHECK_1.
29621         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29622         <bp-checks.h>.
29623         (__fxstat): Do not use CHECK_1.
29624         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29625         <bp-checks.h>.
29626         (__fxstatat): Do not use CHECK_1.
29627         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29628         <bp-checks.h>.
29629         (__getresgid): Do not use CHECK_1.
29630         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29631         <bp-checks.h>.
29632         (__getresuid): Do not use CHECK_1.
29633         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29634         <bp-checks.h>.
29635         (__lxstat): Do not use CHECK_1.
29636         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29637         <bp-checks.h>.
29638         (__old_msgctl): Do not use CHECK_1.
29639         (__new_msgctl): Likewise.
29640         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29641         <bp-checks.h>.
29642         (__new_setrlimit): Do not use CHECK_1.
29643         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29644         <bp-checks.h>.
29645         (__old_shmctl): Do not use CHECK_1.
29646         (__new_shmctl): Likewise.
29647         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29648         <bp-checks.h>.
29649         (__xstat): Do not use CHECK_1.
29650         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29651         (__lxstat): Do not use CHECK_1.
29652         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29653         <bp-checks.h>.
29654         (___lxstat64): Do not use CHECK_1.
29655         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29656         (__old_msgctl): Do not use CHECK_1.
29657         (__new_msgctl): Likewise.
29658         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29659         <bp-checks.h>.
29660         (__gettimeofday): Do not use CHECK_1.
29661         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29662         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29663         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29664         <bp-checks.h>.
29665         (__gettimeofday): Do not use CHECK_1.
29666         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29667         (__old_shmctl): Do not use CHECK_1_NULL_OK.
29668         (__new_shmctl): Do not use CHECK_1.
29669         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29670         <bp-checks.h>.
29671         (do_sigtimedwait): Do not use CHECK_1.
29672         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29673         <bp-checks.h>.
29674         (do_sigwaitinfo): Do not use CHECK_1.
29675         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29676         <bp-checks.h>.
29677         (msgctl): Do not use CHECK_1.
29678         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29679         <bp-checks.h>.
29680         (shmctl): Do not use CHECK_1.
29681         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29682         (ustat): Do not use CHECK_1.
29683         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29684         <bp-checks.h>.
29685         (__fxstat): Do not use CHECK_1.
29686         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29687         <bp-checks.h>.
29688         (__fxstatat): Do not use CHECK_1.
29689         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29690         <bp-checks.h>.
29691         (__lxstat): Do not use CHECK_1.
29692         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29693         <bp-checks.h>.
29694         (__xstat): Do not use CHECK_1.
29695         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29696         (__xstat): Do not use CHECK_1.
29697         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29698         (___xstat64): Do not use CHECK_1.
29699
29700         [BZ #13550]
29701         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29702         definitions.
29703         (CHECK_BOUNDS_HIGH): Likewise.
29704         * string/strcpy.c: Do not include <bp-checks.h>.
29705         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29706
29707 2013-02-07  Roland McGrath  <roland@hack.frob.com>
29708
29709         * nscd/nscd-client.h (__nscd_drop_map_ref):
29710         Add __attribute__ ((unused)).
29711         * nis/nss-nisplus.h (niserr2nss): Likewise.
29712
29713         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29714         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29715
29716         * csu/libc-tls.c (init_static_tls, init_slotinfo):
29717         Remove inline keyword.
29718         * include/rounding-mode.h (round_away): Likewise.
29719         * libio/wfileops.c (adjust_wide_data): Likewise.
29720         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29721         (__m128i_strloadu_tolower): Likewise.
29722         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29723         (__m128i_strloadu_tolower): Likewise.
29724         * time/mktime.c (ydhms_diff): Likewise.
29725         * locale/elem-hash.h (elem_hash): Likewise.
29726         * locale/setlocale.c (setdata): Likewise.
29727         * posix/regex_internal.h (re_string_char_size_at): Likewise.
29728         (re_string_wchar_at): Likewise.
29729         (bitset_not, bitset_merge, bitset_mask): Likewise.
29730         [!(__GNUC__ > 3)] (inline): Remove macro.
29731         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29732         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29733         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29734         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29735         * string/memcmp.c (memcmp_bytes): Likewise.
29736         * locale/programs/locarchive.c (compute_hashval): Likewise.
29737         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29738         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29739         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29740         * nss/getent.c (print_rpc, print_protocols): Likewise.
29741         (print_passwd, print_group, print_aliases): Likewise.
29742         * nis/nss-nisplus.h (niserr2nss): Likewise.
29743         * nscd/connections.c (restart_p): Likewise.
29744         Change return type to bool.
29745
29746 2013-02-05  Roland McGrath  <roland@hack.frob.com>
29747
29748         * Makeconfig (all-Depend-files): Add existing
29749         $(sorted-subdirs:=/Depend) files.
29750         (all-subdirs): Remove nss.
29751         * sysdeps/unix/inet/Subdirs: Add it here instead.
29752         * hesiod/Depend: New file.
29753
29754         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29755         instead of calling alloca.
29756
29757         * io/lseek.c (__lseek): Rename to __libc_lseek.
29758         Define __lseek as an alias.
29759
29760         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29761
29762 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
29763
29764         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29765         else clause and remove check for non-standard endianness.
29766
29767 2013-02-04  David S. Miller  <davem@davemloft.net>
29768
29769         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29770
29771 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
29772
29773         [BZ #13550]
29774         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29775         (__ubp_memchr): Remove prototype.
29776         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29777         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29778         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29779         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29780         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29781         Remove alias.
29782         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29783         (__ubp_memchr): Likewise.
29784         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29785         (__ubp_memchr): Likewise.
29786         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29787         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29788         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29789         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29790         CHECK_STRING.
29791         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29792         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29793         (__getcwd): Do not use CHECK_STRING.
29794         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29795         <bp-checks.h>.
29796         (__real_chown): Do not use CHECK_STRING.
29797         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29798         <bp-checks.h>.
29799         (fchownat): Do not use CHECK_STRING.
29800         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29801         CHECK_STRING.
29802         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29803         <bp-checks.h>.
29804         (__lchown): Do not use CHECK_STRING.
29805         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29806         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29807         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29808         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29809         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29810         include <bp-checks.h>.
29811         (truncate64): Do not use CHECK_STRING.
29812         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29813         <bp-checks.h>.
29814         (__real_chown): Do not use CHECK_STRING.
29815         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29816         <bp-checks.h>.
29817         (__lchown): Do not use CHECK_STRING.
29818         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29819         <bp-checks.h>.
29820         (__chown): Do not use CHECK_STRING.
29821         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29822         <bp-checks.h>.
29823         (truncate64): Do not use CHECK_STRING.
29824         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29825         Likewise.
29826         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29827         (__xmknod): Do not use CHECK_STRING.
29828         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29829         <bp-checks.h>.
29830         (__xmknodat): Do not use CHECK_STRING.
29831         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29832         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29833
29834 2013-02-04  Andreas Schwab  <schwab@suse.de>
29835
29836         [BZ #14142]
29837         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29838         * include/netdb.h: Likewise for h_errno.
29839         * elf/tst-stackguard1.c: Include <tls.h>.
29840
29841 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
29842
29843         * elf/link.h (struct link_map): Extend the l_addr comment.
29844         * include/link.h (struct link_map): Likewise.
29845
29846 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
29847
29848         [BZ #13550]
29849         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29850         (BOUNDED_1): Remove macro.
29851         * debug/backtrace.c: Don't include <bp-checks.h>.
29852         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29853         (__backtrace): Likewise.
29854         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29855         <bp-checks.h>.
29856         (__backtrace): Don't use BOUNDED_1.
29857         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29858         <bp-checks.h>.
29859         (__backtrace): Don't use BOUNDED_1.
29860         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29861         (__backtrace): Don't use BOUNDED_1.
29862         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29863         (shmat): Don't use BOUNDED_N.
29864
29865 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
29866
29867         [BZ #13550]
29868         * sysdeps/generic/bp-start.h: Remove file.
29869         * csu/libc-start.c: Don't include <bp-start.h>.
29870         (LIBC_START_MAIN): Set up __environ directly instead of using
29871         INIT_ARGV_and_ENVIRON.
29872         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29873         <bp-start.h>.
29874
29875         [BZ #13550]
29876         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29877         definitions.
29878         (CHECK_FCNTL): Likewise.
29879         (CHECK_N_PAGES): Likewise.
29880
29881         [BZ #13550]
29882         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29883         definitions.
29884         (CHECK_SIGSET_NULL_OK): Likewise.
29885         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29886         <bp-checks.h>.
29887         (sigpending): Don't use CHECK_SIGSET.
29888         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29889         <bp-checks.h>.
29890         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29891         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29892         <bp-checks.h>.
29893         (do_sigsuspend): Don't use CHECK_SIGSET.
29894         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29895         use CHECK_SIGSET.
29896         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29897         (do_sigwait): Don't use CHECK_SIGSET.
29898         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29899         use CHECK_SIGSET.
29900         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29901         include <bp-checks.h>.
29902         (sigpending): Don't use CHECK_SIGSET.
29903         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29904         include <bp-checks.h>.
29905         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29906         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29907         <bp-checks.h>.
29908         (sigpending): Don't use CHECK_SIGSET.
29909         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29910         <bp-checks.h>.
29911         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29912
29913         [BZ #13550]
29914         * sysdeps/generic/bp-semctl.h: Remove file.
29915         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29916         <bp-checks.h> and <bp-semctl.h>.
29917         (__old_semctl): Don't use CHECK_SEMCTL.
29918         (__new_semctl): Likewise.
29919         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29920         and <bp-semctl.h>.
29921         (__old_semctl): Don't use CHECK_SEMCTL.
29922         (__new_semctl): Likewise.
29923         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29924         <bp-checks.h> and <bp-semctl.h>.
29925         (__old_semctl): Don't use CHECK_SEMCTL.
29926         (__new_semctl): Likewise.
29927         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29928         <bp-checks.h> and <bp-semctl.h>.
29929         (semctl): Don't use CHECK_SEMCTL.
29930
29931         [BZ #13550]
29932         * Makerules (elide-bp-thunks): Remove variable.
29933         (elide-routines.oS): Don't use $(elide-bp-thunks).
29934         (elide-routines.os): Likewise.
29935         (elide-routines.o): Likewise.
29936         (elide-routines.op): Likewise.
29937         (elide-routines.og): Likewise.
29938         (objects): Don't use $(bp-thunks).
29939         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29940         include.
29941         (common-generated): Do not add s-proto-bp.d.
29942         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29943         (int): Likewise.
29944         (typ): Likewise.
29945         Do not generate makefile rules for bounded-pointer thunks.
29946         * sysdeps/generic/bp-thunks.h: Remove file.
29947         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29948         * sysdeps/unix/s-proto-bp.S: Likewise.
29949
29950         [BZ #15062]
29951         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29952         parts of result separately when argument is not close to line from
29953         -i to i and one part of argument is small.
29954         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29955         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29956         * math/libm-test.inc (cacos_test): Add more tests.
29957         (casin_test): Likewise.
29958         (casinh_test): Likewise.
29959         * sysdeps/i386/fpu/libm-test-ulps: Update.
29960         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29961
29962 2013-01-31  David S. Miller  <davem@davemloft.net>
29963
29964         * po/de.po: Update from translation team.
29965
29966 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29967
29968         * time/tzfile.c: Include stdint.h for SIZE_MAX.
29969
29970 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
29971
29972         * configure.in (_AC_PROG_CC_C89): New definition.
29973         * configure: Regenerate.
29974
29975         * configure.in (AC_PROG_CPP): New definition.
29976         * configure: Regenerate.
29977
29978 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29979
29980         * debug/tst-backtrace.h: New file.
29981         * debug/tst-backtrace2.c: Include tst-backtrace.h.
29982         (ret): Remove variable.
29983         (x): Likewise.
29984         (FAIL): Remove macro.
29985         (NO_INLINE): Likewise.
29986         (fn1): Use match function instead of strstr.
29987         * debug/tst-backtrace3.c: Include tst-backtrace.h.
29988         (ret): Remove variable.
29989         (x): Likewise.
29990         (FAIL): Remove macro.
29991         (NO_INLINE): Likewise.
29992         (fn): Use match function instead of strstr.
29993         * debug/tst-backtrace4.c: Include tst-backtrace.h.
29994         (ret): Remove variable.
29995         (x): Likewise.
29996         (FAIL): Remove macro.
29997         (NO_INLINE): Likewise.
29998         (handle_signal): Use match function instead of strstr.
29999         * debug/tst-backtrace5.c: Include tst-backtrace.h.
30000         (ret): Remove variable.
30001         (x): Likewise.
30002         (FAIL): Remove macro.
30003         (NO_INLINE): Likewise.
30004         (handle_signal): Use match function instead of strstr.
30005
30006 2013-01-23  Roland McGrath  <roland@hack.frob.com>
30007
30008         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
30009
30010 2013-01-23  David S. Miller  <davem@davemloft.net>
30011
30012         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
30013         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
30014         argument of CAS if possible.
30015         * sysdeps/sparc/sparc64/bits/atomic.h
30016         (__arch_compare_and_exchange_val_32_acq): Likewise.
30017         (__arch_compare_and_exchange_val_64_acq): Likewise.
30018
30019 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
30020
30021         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
30022         * sysdeps/posix/ulimit.c: ... this.
30023         Include <limits.h>.
30024         * sysdeps/unix/bsd/ulimit.c: Remove file.
30025
30026 2013-01-23  Adam Conrad  <adconrad@0c3.net>
30027
30028         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
30029         (LDFLAGS-tst-array5): Likewise.
30030
30031 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
30032
30033         [BZ #15036]
30034         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
30035         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
30036         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
30037         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
30038
30039 2013-01-21  David S. Miller  <davem@davemloft.net>
30040
30041         * sysdeps/sparc/backtrace.c: New file.
30042         * sysdeps/sparc/sparc32/backtrace.h: New file.
30043         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
30044         * sysdeps/sparc/sparc64/backtrace.h: New file.
30045         * sysdeps/sparc/sparc64/backtrace.c: Delete.
30046         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
30047         -funwind-tables.
30048
30049 2013-01-21  Andreas Schwab  <schwab@suse.de>
30050
30051         [BZ #15020]
30052         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
30053         closed its stdout.
30054
30055 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
30056
30057         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
30058         "mpa2.h".
30059         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30060
30061 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
30062             Mark Mitchell  <mark@codesourcery.com>
30063             Tom de Vries  <tom@codesourcery.com>
30064             Paul Pluzhnikov  <ppluzhnikov@google.com>
30065
30066         * debug/tst-backtrace2.c: New file.
30067         * debug/tst-backtrace3.c: Likewise.
30068         * debug/tst-backtrace4.c: Likewise.
30069         * debug/tst-backtrace5.c: Likewise.
30070         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
30071         (CFLAGS-tst-backtrace3.c): Likewise.
30072         (CFLAGS-tst-backtrace4.c): Likewise.
30073         (CFLAGS-tst-backtrace5.c): Likewise.
30074         (LDFLAGS-tst-backtrace2): Likewise.
30075         (LDFLAGS-tst-backtrace3): Likewise.
30076         (LDFLAGS-tst-backtrace4): Likewise.
30077         (LDFLAGS-tst-backtrace5): Likewise.
30078         (tests): Add new tests tst-backtrace2, tst-backtrace3,
30079         tst-backtrace4 and tst-backtrace5.
30080
30081 2013-01-18  Anton Blanchard  <anton@samba.org>
30082             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
30083
30084         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
30085         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
30086         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
30087         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
30088         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
30089         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
30090         "+r" and remove output regs list as redundant.  Add explicit inline
30091         asm to specify register of return val to work around compiler codegen
30092         bug.  Remove (int) cast on return value.  Add return type parameter to
30093         use in macro so that this macro does not truncate return value for
30094         64-bit values.
30095         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
30096         pass to INTERNAL_VSYSCALL_NCS.
30097         (INLINE_VSYSCALL): Add 'long int' as return type to
30098         INTERNAL_VSYSCALL_NCS macro invocation.
30099         (INTERNAL_VSYSCALL): Add 'long int' as return type to
30100         INTERNAL_VSYSCALL_NCS macro invocation.
30101         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30102
30103 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30104
30105         [BZ #14496]
30106         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
30107         Fix application of SIMD FP exception mask.
30108
30109         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
30110         mp_no from a power of two.
30111         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
30112         __mpexp_twomm1.  Use __pow_mp.
30113
30114         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
30115         multiplication.
30116
30117 2013-01-17  David S. Miller  <davem@davemloft.net>
30118
30119         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30120
30121 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30122
30123         [BZ #15023]
30124         * include/complex.h: Condition contents on [!_COMPLEX_H].
30125         (__kernel_casinhf): New prototype.
30126         (__kernel_casinh): Likewise.
30127         (__kernel_casinhl): Likewise.
30128         * math/Makefile (libm_calls): Add k_casinh.
30129         * math/k_casinh.c: New file.
30130         * math/k_casinhf.c: Likewise.
30131         * math/k_casinhl.c: Likewise.
30132         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
30133         finite nonzero arguments.
30134         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
30135         finite nonzero arguments.
30136         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
30137         finite nonzero arguments.
30138         * math/s_casinh.c: Do not include <float.h>.
30139         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
30140         * math/s_casinhf.c: Do not include <float.h>.
30141         (__casinhf): Move code for finite nonzero arguments to
30142         k_casinhf.c.
30143         * math/s_casinhl.c: Do not include <float.h>.
30144         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
30145         redefine.
30146         (__casinhl): Move code for finite nonzero arguments to
30147         k_casinhl.c.
30148         * math/libm-test.inc (cacos_test): Add more tests.
30149         * sysdeps/i386/fpu/libm-test-ulps: Update.
30150         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30151
30152 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
30153
30154         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
30155         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
30156         [!HAVE_MREMAP]: Remove [defined linux] case.
30157         * malloc/arena.c: Do not include <malloc-sysdep.h>.
30158
30159 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30160
30161         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
30162
30163 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
30164
30165         * elf/elf.h (R_386_SIZE32): New relocation.
30166         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
30167         R_386_SIZE32.
30168         (elf_machine_rela): Likewise.
30169         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
30170         R_X86_64_SIZE64 and R_X86_64_SIZE32.
30171
30172 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30173
30174         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
30175         (FP_FAST_FMA): Do not define.
30176         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
30177         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
30178         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
30179         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
30180         !_SOFT_FLOAT]: Likewise.
30181         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
30182         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
30183         value.
30184         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
30185         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
30186         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
30187         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
30188         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
30189         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
30190         file.
30191
30192 2013-01-16  Andreas Schwab  <schwab@suse.de>
30193
30194         [BZ #14327]
30195         * include/stdlib.h (__mktemp): Add declaration.
30196         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
30197         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
30198
30199 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30200
30201         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
30202         definitions.
30203         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30204         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
30205         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
30206         definitions here.
30207         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
30208         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
30209         definitions.
30210         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
30211         and ONE.
30212         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
30213         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
30214         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
30215         definitions.
30216         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
30217         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
30218         definitions.
30219         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30220
30221         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
30222
30223 2013-01-15  David S. Miller  <davem@davemloft.net>
30224
30225         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30226         trunc{,f} to libm-sysdep_routes.
30227         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30228         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
30229         file.
30230         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
30231         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
30232         file.
30233         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
30234         file.
30235         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
30236         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
30237         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
30238         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
30239         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
30240         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
30241         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
30242         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
30243
30244         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30245         nearbyint{,f} to libm-sysdep_routes.
30246         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30247         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
30248         New file.
30249         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
30250         file.
30251         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
30252         New file.
30253         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
30254         file.
30255         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
30256         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
30257         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
30258         file.
30259         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
30260         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
30261         file.
30262         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
30263         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
30264         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
30265
30266         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
30267         libc_feholdexcept and libc_fesetenv.
30268
30269 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
30270
30271         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
30272
30273 2013-01-14  David S. Miller  <davem@davemloft.net>
30274
30275         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
30276         (SPARC_ASM_VIS2_IFUNC): Likewise.
30277         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
30278         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
30279         use of 'siam' instruction.
30280         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
30281         Likewise.
30282         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
30283         Likewise.
30284         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
30285         Likewise.
30286         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
30287         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
30288         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
30289         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
30290         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
30291         file.
30292         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
30293         file.
30294         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
30295         file.
30296         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
30297         file.
30298         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
30299         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
30300         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
30301         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
30302         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
30303         new VIS2 routines.
30304         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
30305         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
30306         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
30307         Likewise.
30308         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
30309         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
30310         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
30311         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
30312         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
30313         routines to libm-sysdep_routines.
30314         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30315
30316         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30317         fdim/fdimf to libm-sysdep_routines.
30318         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
30319         file.
30320         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
30321         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
30322         file.
30323         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
30324         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
30325         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
30326         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
30327         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
30328         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
30329         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
30330
30331 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30332
30333         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
30334         to optimize copies.
30335
30336         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
30337         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30338         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30339
30340         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
30341         local variable MPTWO.
30342         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30343         Likewise.
30344
30345 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30346
30347         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
30348         GLOB_NOESCAPE.
30349
30350 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30351
30352         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
30353
30354 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30355
30356         * manual/pattern.texi (glob_t): Document gl_flags.
30357         (glob64_t): Likewise.
30358
30359 2013-01-11  David S. Miller  <davem@davemloft.net>
30360
30361         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
30362         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
30363         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
30364         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
30365         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
30366         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
30367         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
30368         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
30369         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
30370         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
30371         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
30372         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
30373         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
30374
30375         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30376         sparc V9 rather than using V8 code.
30377         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30378         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30379
30380         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
30381         Move to...
30382         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
30383         Here.
30384
30385 2013-01-11  Roland McGrath  <roland@hack.frob.com>
30386
30387         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
30388         not in the main loop.
30389         * configure: Regenerated.
30390
30391 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
30392
30393         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
30394         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
30395         to just #else.
30396         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
30397         [!__GLIBC_HAVE_LONG_LONG] case.
30398         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
30399         condition to just #else.
30400         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
30401         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
30402         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
30403         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
30404         unconditional.
30405         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
30406         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30407         #elif condition to just #else.
30408         * sysdeps/unix/sysv/linux/sys/sysmacros.h
30409         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
30410         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30411         #elif condition to just #else.
30412
30413 2013-01-11  Steve Ellcey  <sellcey@mips.com>
30414
30415         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
30416         (EF_MIPS_ARCH_64): Fix value.
30417         (EF_MIPS_ARCH_32R2): New.
30418         (EF_MIPS_ARCH_64R2): New.
30419
30420 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
30421
30422         * Makeconfig (+link-pie-before-libc): New.
30423         (+link-pie-after-libc): Likewise.
30424         (+link-pie-tests): Likewise.
30425         (+link-pie): Rewritten.
30426         (link-before-libc): Remove $(config-LDFLAGS).
30427         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
30428         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
30429         (config-LDFLAGS): Renamed to ...
30430         (rtld-LDFLAGS): This.
30431         (rtld-tests-LDFLAGS): New macro.
30432         (link-libc-rpath-link): Likewise.
30433         (link-libc-tests-rpath-link): Likewise.
30434         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
30435         (link-libc): Prepand $(link-libc-rpath-link).
30436         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
30437         (test-program-prefix): New macro.
30438         (test-via-rtld-prefix): Likewise.
30439         (test-program-cmd): Likewise.
30440         (host-test-program-cmd): Likewise.
30441         * Makefile ($(common-objpfx)testrun.sh): Replace
30442         $(run-program-prefix) with $(test-program-prefix).
30443         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
30444         $(rtld-LDFLAGS).
30445         ($(common-objpfx)shlib.lds): Likewise.
30446         (build-module-helper): Likewise.
30447         ($(common-objpfx)format.lds): Likewise.
30448         * Rules (binaries-pie-tests): New.
30449         (binaries-pie-notests): Likewise.
30450         (binaries-pie): Rewritten.
30451         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
30452         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
30453         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
30454         (make-test-out): Replace $(host-built-program-cmd) with
30455         $(host-test-program-cmd).
30456         * config.make.in (build-hardcoded-path-in-tests): New variable.
30457         * configure.in (--enable-hardcoded-path-in-tests): New configure
30458         option.
30459         (hardcoded_path_in_tests): New AC_SUBST.
30460         * configure: Regenerated.
30461         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
30462         $(built-program-cmd) with $(test-program-cmd).
30463         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
30464         (test_program_cmd): This.
30465         * elf/Makefile ($(objpfx)order.out): Run test with
30466         $(test-program-prefix).
30467         ($(objpfx)order2.out): Likewise.
30468         ($(objpfx)tst-initorder.out): Likewise.
30469         ($(objpfx)tst-initorder2.out): Likewise.
30470         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
30471         $(test-program-cmd).
30472         ($(objpfx)tst-array1-static.out): Likewise.
30473         ($(objpfx)tst-array2.out): Likewise.
30474         ($(objpfx)tst-array3.out): Likewise.
30475         ($(objpfx)tst-array4.out): Likewise.
30476         ($(objpfx)tst-array5.out): Likewise.
30477         ($(objpfx)tst-array5-static.out): Likewise.
30478         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
30479         $(test-program-cmd).
30480         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
30481         $(run-program-prefix) with $(test-program-prefix).
30482         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
30483         (test_program_prefix): This.
30484         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
30485         $(run-program-prefix) with $(test-program-prefix).
30486         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
30487         (test_program_prefix): This.
30488         * iconvdata/tst-tables.sh: Likewise.
30489         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
30490         $(run-program-prefix) with $(test-program-prefix).
30491         ($(objpfx)tst-translit.out): Likewise.
30492         ($(objpfx)tst-gettext2.out): Likewise.
30493         ($(objpfx)tst-gettext4.out): Likewise.
30494         ($(objpfx)tst-gettext6.out): Likewise.
30495         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
30496         (test_program_prefix): This.
30497         * intl/tst-gettext2.sh: Likewise.
30498         * intl/tst-gettext4.sh  Likewise.
30499         * intl/tst-gettext6.sh: Likewise.
30500         * intl/tst-translit.sh: Likewise.
30501         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
30502         with $(test-program-cmd).
30503         * libio/Makefile ($(objpfx)test-freopen.out): Replace
30504         $(run-program-prefix) with $(test-program-prefix).
30505         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
30506         (test_program_prefix): This.
30507         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
30508         $(run-program-prefix) with $(test-program-prefix).
30509         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
30510         (test_program_prefix): This.
30511         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
30512         * posix/Makefile ($(objpfx)globtest.out): Replace
30513         $(run-via-rtld-prefix) and $(test-wrapper) with
30514         $(test-program-prefix) and $(test-via-rtld-prefix).
30515         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
30516         $(test-program-prefix).
30517         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
30518         $(host-test-program-cmd).
30519         (tst-spawn-ARGS): Likewise.
30520         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
30521         $(test-program-prefix).
30522         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
30523         (test_via_rtld_prefix): This.
30524         (test_wrapper): Renamed to ...
30525         (test_program_prefix): This.
30526         (run_program_prefix): Replaced by test_program_prefix.
30527         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
30528         (test_program_prefix): This.
30529         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
30530         with $(host-test-program-cmd).
30531         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
30532         $(run-program-prefix) with $(test-program-prefix).
30533         ($(objpfx)tst-printf.out): Likewise.
30534         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
30535         $(test-program-cmd).
30536         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
30537         (test_program_prefix): This.
30538         * stdio-common/tst-unbputc.sh: Likewise.
30539         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
30540         $(run-program-prefix) with $(test-program-prefix).
30541         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
30542         (test_program_prefix): This.
30543         * string/Makefile ($(objpfx)tst-svc.out):  Replace
30544         $(built-program-cmd) with $(test-program-cmd).
30545
30546 2013-01-11  Andreas Jaeger  <aj@suse.de>
30547
30548         [BZ #15003]
30549         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
30550         value. Sync with Linux 3.7.
30551
30552 2013-01-10  David S. Miller  <davem@davemloft.net>
30553
30554         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
30555         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30556         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30557
30558 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30559
30560         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
30561         never set.
30562         * configure: Regenerated.
30563
30564 2013-01-10  David S. Miller  <davem@davemloft.net>
30565
30566         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30567         sparc V9 rather than using V8 code.
30568         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30569         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30570
30571 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30572
30573         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
30574         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
30575         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
30576         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
30577         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
30578         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
30579         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
30580         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
30581         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
30582         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
30583         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
30584         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
30585         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
30586         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
30587         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
30588         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
30589         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
30590         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
30591         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
30592         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
30593         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
30594         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
30595         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
30596         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
30597         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
30598         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
30599         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
30600
30601 2013-01-10  David S. Miller  <davem@davemloft.net>
30602
30603         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30604
30605 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30606
30607         * posix/Makefile (tests-static): New variable.
30608         (tests): Add $(tests-static).
30609         (tst-exec-static-ARGS): New variable.
30610         (tst-spawn-static-ARGS): Likewise.
30611         * posix/tst-exec-static.c: New file.
30612         * posix/tst-spawn-static.c: Likewise.
30613         * posix/tst-exec.c: Support run directly.
30614         * posix/tst-spawn.c: Likewise.
30615
30616 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
30617
30618         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30619         long.
30620         * math/bits/mathcalls.h (llrint): Likewise.
30621         (llround): Likewise.
30622         * stdlib/stdlib.h (struct drand48_data): Likewise.
30623         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30624         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30625         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30626         Likewise.
30627         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30628         Likewise.
30629         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30630         (elf_greg_t): Likewise.
30631         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30632         (__jmp_buf): Likewise.
30633         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30634         definitions.
30635         (llrint): Likewise, for all definitions.
30636         (llrintl): Likewise.
30637
30638         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30639         Remove [__GNUC__] condition.
30640         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30641         condition to just [__USE_ISOC99].
30642         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30643
30644 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30645
30646         [BZ #14200]
30647         * sysdeps/unix/sysv/linux/x86/bits/environments.h
30648         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30649         defined.
30650         (_POSIX_V6_ILP32_OFF32): Likewise.
30651         (_XBS5_ILP32_OFF32): Likewise.
30652         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30653         (__ILP32_OFFBIG_LDFLAGS): Likewise.
30654
30655 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30656
30657         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30658
30659         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30660         doubles __mpexp_twomm1.  Adjust usage.
30661         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30662         Remove.
30663
30664 2013-01-10  Andreas Schwab  <schwab@suse.de>
30665
30666         [BZ #14964]
30667         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30668         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30669
30670 2013-01-09  David S. Miller  <davem@davemloft.net>
30671
30672         [BZ #15003]
30673         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30674         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30675         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30676         (TCP_FASTOPEN): Define.
30677         (tcp_repair_opt): New structure.
30678         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30679         enum values.
30680         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30681         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30682         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
30683         (tcp_cookie_transactions): New structure.
30684
30685 2013-01-09  Anton Blanchard  <anton@samba.org>
30686
30687         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30688         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30689         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30690         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30691
30692 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
30693
30694         * include/features.h (__USE_ANSI): Remove.
30695
30696 2013-01-09  Roland McGrath  <roland@hack.frob.com>
30697
30698         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30699
30700         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30701
30702 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
30703
30704         * sysdeps/s390/fpu/libm-test-ulps: Update.
30705
30706         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30707
30708         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30709         (__acr): Likewise.
30710         (__cpy): Likewise.
30711         (norm): Likewise.
30712         (denorm): Likewise.
30713         (__mp_dbl): Likewise.
30714         (__dbl_mp): Likewise.
30715         (add_magnitudes): Likewise.
30716         (sub_magnitudes): Likewise.
30717         (__add): Likewise.
30718         (__sub): Likewise.
30719         (__mul): Likewise.
30720         (__inv): Likewise.
30721         (__dvd): Likewise.
30722         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30723         (__acr): Likewise.
30724         (__cpy): Likewise.
30725         (norm): Likewise.
30726         (denorm): Likewise.
30727         (__mp_dbl): Likewise.
30728         (__dbl_mp): Likewise.
30729         (add_magnitudes): Likewise.
30730         (sub_magnitudes): Likewise.
30731         (__add): Likewise.
30732         (__sub): Likewise.
30733         (__mul): Likewise.
30734         (__inv): Likewise.
30735         (__dvd): Likewise.
30736         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30737         (__acr): Likewise.
30738         (__cpy): Likewise.
30739         (norm): Likewise.
30740         (denorm): Likewise.
30741         (__mp_dbl): Likewise.
30742         (__dbl_mp): Likewise.
30743         (add_magnitudes): Likewise.
30744         (sub_magnitudes): Likewise.
30745         (__add): Likewise.
30746         (__sub): Likewise.
30747         (__mul): Likewise.
30748         (__inv): Likewise.
30749         (__dvd): Likewise.
30750
30751 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
30752
30753         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30754         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30755         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30756         2 && __USE_EXTERN_INLINES]: Likewise.
30757
30758 2013-01-08  Andreas Jaeger  <aj@suse.de>
30759
30760         [BZ# 14985]
30761         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30762         Remove.
30763         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30764         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30765
30766 2013-01-07  Anton Blanchard  <anton@samba.org>
30767
30768         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30769         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30770         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30771         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30772         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30773         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30774         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30775         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30776         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30777         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30778         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30779         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30780         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30781         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30782         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30783         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30784         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30785         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30786         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30787         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30788         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30789         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30790         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30791         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30792         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30793         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30794         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30795         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30796         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30797         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30798         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30799         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30800         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30801         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30802         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30803         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30804         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30805         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30806         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30807         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30808         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30809         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30810         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30811
30812 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
30813
30814         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30815         (__MALLOC_PMT): Likewise.
30816         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30817         [__GNUC__], only on [_LIBC].
30818         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30819         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30820         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30821         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30822         forward declaration.
30823         (realloc_hook_ini): Likewise.
30824         (memalign_hook_ini): Likewise.
30825         (__libc_memalign): Do not use __MALLOC_PMT in variable
30826         declaration.
30827         (__libc_valloc): Likewise.
30828         (__libc_pvalloc): Likewise.
30829         (__libc_calloc): Likewise.
30830         (__posix_memalign): Likewise.
30831
30832         [BZ #14996]
30833         * math/s_casinh.c: Include <float.h>.
30834         (__casinh): Do not do computation with squaring and square root
30835         for large arguments.
30836         * math/s_casinhf.c: Include <float.h>.
30837         (__casinhf): Do not do computation with squaring and square root
30838         for large arguments.
30839         * math/s_casinhl.c: Include <float.h>.
30840         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30841         (__casinhl): Do not do computation with squaring and square root
30842         for large arguments.
30843         * math/libm-test.inc (casin_test): Add more tests.
30844         (casinh_test): Likewise.
30845         * sysdeps/i386/fpu/libm-test-ulps: Update.
30846         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30847
30848 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30849
30850         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30851         (__x86_64_raw_data_cache_size): Likewise.
30852         (__x86_64_data_cache_size_half): Likewise.
30853         (__x86_64_raw_data_cache_size_half): Likewise.
30854         (__x86_64_shared_cache_size): Likewise.
30855         (__x86_64_raw_shared_cache_size): Likewise.
30856         (__x86_64_shared_cache_size_half): Likewise.
30857         (__x86_64_raw_shared_cache_size_half): Likewise.
30858         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30859         to ...
30860         (__x86_data_cache_size): This.
30861         (__x86_64_raw_data_cache_size): Renamed to ...
30862         (__x86_raw_data_cache_size): This.
30863         (__x86_64_data_cache_size_half): Renamed to ...
30864         (__x86_data_cache_size_half): This.
30865         (__x86_64_raw_data_cache_size_half): Renamed to ...
30866         (__x86_raw_data_cache_size_half): This.
30867         (__x86_64_shared_cache_size): Renamed to ...
30868         (__x86_shared_cache_size): This.
30869         (__x86_64_raw_shared_cache_size): Renamed to ...
30870         (__x86_raw_shared_cache_size): This.
30871         (__x86_64_shared_cache_size_half): Renamed to ...
30872         (__x86_shared_cache_size_half): This.
30873         (__x86_64_raw_shared_cache_size_half): Renamed to ...
30874         (__x86_raw_shared_cache_size_half): This.
30875         * sysdeps/x86_64/memcpy.S: Updated.
30876         * sysdeps/x86_64/memset.S: Likewise.
30877         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30878         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30879         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30880
30881 2013-01-04  David S. Miller  <davem@davemloft.net>
30882
30883         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30884
30885 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
30886
30887         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30888         1 to avoid redefinition warning.
30889         (__USE_GNU): Don't define.
30890         (init_signaling_nan): Protoize.
30891
30892         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30893
30894 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30895
30896         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30897         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30898         (__cpymn): Likewise.
30899         (norm): Remove commented code.
30900         (denorm): Likewise.
30901         (__mp_dbl): Likewise.
30902         (__inv): Likewise.
30903         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30904         (__cpymn): Likewise.
30905         (norm): Remove commented code.
30906         (denorm): Likewise.
30907         (__mp_dbl): Likewise.
30908         (__inv): Likewise.
30909
30910         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30911         mp_no value for 1.0 and 2.0.
30912         (norm): Use RADIXI instead of radixi.d.
30913         (denorm): Likewise.
30914         (__mul): Use 0.0 instead of zero.d.
30915         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30916         mp_no value for 1.0 and 2.0.
30917         (norm): Use RADIXI instead of radixi.d.
30918         (denorm): Likewise.
30919         (__mul): Use 0.0 instead of zero.d.
30920
30921 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30922
30923         [BZ #14994]
30924         * math/s_casinh.c (__casinh): Reduce finite argument to first
30925         quadrant then set signs of results at the end.
30926         * math/s_casinhf.c (__casinhf): Likewise.
30927         * math/s_casinhl.c (__casinhl): Likewise.
30928         * math/libm-test.inc (casin_test): Add more tests.
30929         (casinh_test): Likewise.
30930         * sysdeps/i386/fpu/libm-test-ulps: Update.
30931         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30932
30933 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30934
30935         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30936
30937         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30938
30939         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30940         declarations.
30941         (denorm): Likewise.
30942         (__mp_dbl): Likewise.
30943         (__inv): Likewise.
30944
30945         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30946         and adjust the header comment.
30947
30948         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30949         variable name from declaration.
30950
30951 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30952
30953         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30954         Initialize COMMON_CPUID_INDEX_7 element.
30955         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30956         (CPUID_RTM): Likewise.
30957         (HAS_RTM): Likewise.
30958         (COMMON_CPUID_INDEX_7): New enum.
30959
30960 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30961
30962         [BZ #14981]
30963         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30964         size is zero, record memory as freed.
30965
30966 2013-01-03  Andreas Jaeger  <aj@suse.de>
30967
30968         * po/ia.po: Add new Interlingua translation.
30969
30970 2012-01-03  Allan McRae  <allan@archlinux.org>
30971
30972         * locale/programs/localedef.c: Fix description of '--posix' flag.
30973
30974 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
30975
30976         * NEWS: Update dates in second copyright notice.
30977         * README: Update copyright dates in example.
30978         * manual/libc.texinfo: Update copyright dates.
30979         * scripts/test-installation.pl: Update copyright date in --version
30980         output.
30981
30982         * hurd/ctty-input.c: Fix copyright notice formatting.
30983         * hurd/ctty-output.c: Likewise.
30984         * hurd/dtable.c: Likewise.
30985         * hurd/hurd-raise.c: Likewise.
30986         * hurd/hurdprio.c: Likewise.
30987         * hurd/msgportdemux.c: Likewise.
30988         * misc/sys/file.h: Likewise.
30989         * misc/sys/ioctl.h: Likewise.
30990         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30991         * sysdeps/mach/hurd/chdir.c: Likewise.
30992         * sysdeps/mach/hurd/fchdir.c: Likewise.
30993         * sysdeps/mach/hurd/rename.c: Likewise.
30994         * sysdeps/mach/hurd/rmdir.c: Likewise.
30995         * sysdeps/mach/hurd/seekdir.c: Likewise.
30996         * sysdeps/mach/hurd/setsid.c: Likewise.
30997         * sysdeps/posix/wait3.c: Likewise.
30998
30999         * All files with FSF copyright notices: Update copyright dates
31000         using scripts/update-copyrights.
31001         * intl/plural.c: Regenerated.
31002         * locale/programs/charmap-kw.h: Likewise.
31003         * locale/programs/locfile-kw.h: Likewise.
31004
31005 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
31006
31007         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
31008         four values.
31009
31010         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
31011         calculation loop and add branch prediction.
31012
31013         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
31014         check access beyond bounds of m1np.
31015
31016         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31017         MPTWO.
31018         (__inv): Remove local variable MPTWO to use the global
31019         constant.
31020         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
31021         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31022         variable MPTWO.
31023         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
31024         MP3HALFS static const.
31025
31026 2013-01-01  David S. Miller  <davem@davemloft.net>
31027
31028         * po/ca.po: Update from translation team.
31029
31030 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
31031
31032         * scripts/update-copyrights: New file.
31033         * Makeconfig: Reformat copyright notice.
31034         * ctype/ctype.h: Likewise.
31035         * debug/swprintf_chk.c: Likewise.
31036         * elf/dl-cache.c: Likewise.
31037         * elf/dl-debug.c: Likewise.
31038         * elf/dl-object.c: Likewise.
31039         * grp/initgroups.c: Likewise.
31040         * hurd/Makefile: Likewise.
31041         * hurd/hurd/signal.h: Likewise.
31042         * hurd/hurdfault.c: Likewise.
31043         * hurd/hurdioctl.c: Likewise.
31044         * hurd/hurdlookup.c: Likewise.
31045         * hurd/intr-msg.c: Likewise.
31046         * iconv/gconv_open.c: Likewise.
31047         * libio/swprintf.c: Likewise.
31048         * locale/lc-ctype.c: Likewise.
31049         * locale/nl_langinfo.c: Likewise.
31050         * mach/Machrules: Likewise.
31051         * mach/Makefile: Likewise.
31052         * malloc/obstack.h: Likewise.
31053         * manual/Makefile: Likewise.
31054         * manual/tsort.awk: Likewise.
31055         * misc/bits/stab.def: Likewise.
31056         * nis/nis_print_group_entry.c: Likewise.
31057         * nis/nis_table.c: Likewise.
31058         * nis/nss_compat/compat-pwd.c: Likewise.
31059         * nis/nss_compat/compat-spwd.c: Likewise.
31060         * po/Makefile: Likewise.
31061         * posix/fnmatch.c: Likewise.
31062         * posix/regex.h: Likewise.
31063         * resolv/Makefile: Likewise.
31064         * resolv/nss_dns/dns-network.c: Likewise.
31065         * resolv/res_hconf.c: Likewise.
31066         * scripts/gen-sorted.awk: Likewise.
31067         * soft-fp/soft-fp.h: Likewise.
31068         * stdio-common/printf.h: Likewise.
31069         * stdlib/monetary.h: Likewise.
31070         * stdlib/random.c: Likewise.
31071         * stdlib/random_r.c: Likewise.
31072         * sysdeps/generic/Makefile: Likewise.
31073         * sysdeps/gnu/Makefile: Likewise.
31074         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
31075         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
31076         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
31077         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
31078         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
31079         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
31080         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
31081         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
31082         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
31083         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
31084         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
31085         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
31086         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
31087         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
31088         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
31089         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
31090         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
31091         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
31092         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
31093         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
31094         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
31095         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
31096         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
31097         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
31098         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
31099         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
31100         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
31101         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
31102         * sysdeps/mach/hurd/errnos.awk: Likewise.
31103         * sysdeps/mach/hurd/fork.c: Likewise.
31104         * sysdeps/mach/hurd/getcwd.c: Likewise.
31105         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
31106         * sysdeps/mach/hurd/mmap.c: Likewise.
31107         * sysdeps/mach/hurd/utimes.c: Likewise.
31108         * sysdeps/mach/hurd/xmknod.c: Likewise.
31109         * sysdeps/posix/profil.c: Likewise.
31110         * sysdeps/posix/readdir_r.c: Likewise.
31111         * sysdeps/powerpc/bits/mathdef.h: Likewise.
31112         * sysdeps/powerpc/bits/setjmp.h: Likewise.
31113         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
31114         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
31115         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
31116         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
31117         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
31118         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
31119         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31120         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
31121         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
31122         * sysdeps/pthread/lio_listio.c: Likewise.
31123         * sysdeps/sparc/dl-procinfo.h: Likewise.
31124         * sysdeps/unix/i386/sysdep.S: Likewise.
31125         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
31126         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
31127         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
31128         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
31129         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
31130         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
31131         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
31132         * sysdeps/unix/sysv/linux/speed.c: Likewise.
31133         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
31134         * sysdeps/wordsize-32/divdi3.c: Likewise.
31135         * time/sys/time.h: Likewise.
31136         * wcsmbs/Makefile: Likewise.
31137
31138 2013-01-01  David S. Miller  <davem@davemloft.net>
31139
31140         * po/fr.po: Update from translation team.
31141
31142         * catgets/gencat.c: Update copyright year.
31143         * csu/version.c: Likewise.
31144         * debug/catchsegv.sh: Likewise.
31145         * debug/pcprofiledump.c: Likewise.
31146         * debug/xtrace.sh: Likewise.
31147         * elf/ldconfig.c: Likewise.
31148         * elf/ldd.bash.in: Likewise.
31149         * elf/pldd.c: Likewise.
31150         * elf/sotruss.ksh: Likewise.
31151         * elf/sprof.c: Likewise.
31152         * iconv/iconv_prog.c: Likewise.
31153         * iconv/iconvconfig.c: Likewise.
31154         * locale/programs/locale.c: Likewise.
31155         * locale/programs/localedef.c: Likewise.
31156         * login/programs/pt_chown.c: Likewise.
31157         * malloc/memusage.sh: Likewise.
31158         * malloc/memusagestat.c: Likewise.
31159         * malloc/mtrace.pl: Likewise.
31160         * nscd/nscd.c: Likewise.
31161         * nss/getent.c: Likewise.
31162         * nss/makedb.c: Likewise.
31163         * posix/getconf.c: Likewise.
31164
31165 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
31166
31167         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
31168         numbers.
31169
31170 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
31171
31172         * math/bits/mathcalls.h (modf): Use __nonnull.
31173
31174 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31175
31176         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
31177         (split): Use macro CN instead of the bare value.
31178         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
31179         could be used.
31180         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
31181         instead of the bare value.
31182         (power1): Likewise.
31183
31184 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31185
31186         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
31187         __ATAN_TWOM.
31188         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31189
31190         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
31191         their values.
31192         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
31193         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31194         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
31195         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
31196
31197 2012-12-28  Andreas Jaeger  <aj@suse.de>
31198
31199         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
31200         values are from Linux 3.7.
31201
31202         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
31203         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
31204
31205 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31206
31207         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
31208         TRUE case.
31209
31210         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
31211         (norm): Likewise.
31212         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
31213         variables with preprocessor constants.
31214         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31215         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
31216         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
31217
31218 2012-12-27  Bruno Haible  <bruno@clisp.org>
31219
31220         [BZ #14317]
31221         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
31222         only if needed.
31223
31224 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31225
31226         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
31227         and use variable directly.
31228         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
31229
31230         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31231         MPONE.
31232         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
31233         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31234         variable MPONE.
31235         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31236         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
31237         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
31238         include directive.  Remove local variable MPONE.
31239         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
31240         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
31241         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31242
31243 2012-12-25  David S. Miller  <davem@davemloft.net>
31244
31245         * version.h (RELEASE): Set to "development".
31246         (VERSION): Set to "2.17.90".
31247         * NEWS: Add 2.18 section.
31248
31249 2012-12-21  David S. Miller  <davem@davemloft.net>
31250
31251         * po/hr.po: Update from translation team.
31252
31253 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31254
31255         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
31256
31257 2012-12-19  Steve Ellcey  <sellcey@mips.com>
31258
31259         * NEWS:  Mention new memcpy for MIPS.
31260
31261 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31262
31263         * manual/contrib.texi (Contributors): Spelling correction.
31264
31265 2012-12-15  David S. Miller  <davem@davemloft.net>
31266
31267         * po/ru.po: Update from translation team.
31268
31269 2012-12-13  David S. Miller  <davem@davemloft.net>
31270
31271         * NEWS: Mention IFUNC testsuite enhancements.
31272
31273         * po/pl.po: Update from translation team.
31274         * po/bg.po: Likewise.
31275
31276         * manual/contrib.texi (Contributors): Update entries for Hongjiu
31277         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
31278
31279 2012-12-11  David S. Miller  <davem@davemloft.net>
31280
31281         * po/sv.po: Update from translation team.
31282
31283         * po/vi.po: Update from translation team.
31284
31285         * po/cs.po: Update from translation team.
31286
31287         * po/de.po: Update from translation team.
31288         * po/eo.po: Likewise.
31289         * po/nl.po: Likewise.
31290
31291 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
31292
31293         [BZ #14246]
31294         * manual/argp.texi (Argp Helper Functions): Move node to follow
31295         Argp Parsing State.
31296
31297         [BZ #14872]
31298         * manual/conf.texi (Limits on File System Capacity): Mention if
31299         terminating null is included in the max size.
31300
31301 2012-12-10  Andreas Jaeger  <aj@suse.de>
31302
31303         * po/cs.po: Update from translation team.
31304
31305 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31306
31307         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
31308         void pointer and cast to uintptr_t.
31309         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
31310         path.
31311         * sysdeps/s390/s390-64/memcpy.S: Likewise.
31312         * sysdeps/s390/s390-64/memset.S: Likewise.
31313
31314 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
31315
31316         [BZ #14833]
31317         * menual/message.texi (Message Translation): Fix typos.
31318         (Helper programs for gettext): Likewise.
31319
31320 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
31321
31322         [BZ #14898]
31323         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
31324         Change to -1.
31325
31326 2012-12-07  David S. Miller  <davem@davemloft.net>
31327
31328         * po/libc.pot: Update.
31329
31330 2012-12-07  Richard Henderson  <rth@redhat.com>
31331
31332         [BZ #10114]
31333         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
31334         normal/normal case to before the switch.
31335         (_FP_DIV): Likewise.
31336
31337 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
31338             Mike Frysinger  <vapier@gentoo.org>
31339
31340         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
31341         check for __NR_fadvise64_64.
31342
31343 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
31344
31345         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
31346         0, not just to plain "0" as a statement.
31347         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
31348         with cw.
31349
31350 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
31351
31352         * NEWS: Use sourceware.org in Bugzilla URL.
31353
31354 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
31355
31356         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
31357         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31358
31359         * stdio-common/tst-put-error.c (do_test): Add newline to the
31360         padded test to ensure flush.
31361
31362 2012-12-05  Jeff Law  <law@redhat.com>
31363
31364         * sunrpc/etc.rpc (fedfs_admin): Add entry.
31365
31366 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
31367
31368         * README: Don't refer to ports add-on as distributed separately.
31369         Mention AArch64 in list of systems supported in the ports add-on.
31370
31371         * LICENSES: Add more non-FSF copyright and license notices.
31372
31373         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
31374         ((unused)).
31375
31376         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
31377
31378         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
31379         10000 as width of padded output.
31380
31381 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31382
31383         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
31384
31385         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
31386         variable LX with __attribute__ ((unused)).
31387         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
31388         Likewise.
31389         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
31390         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
31391         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
31392         with __attribute__ ((unused)).
31393
31394 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
31395
31396         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
31397
31398 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31399
31400         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
31401         (CFLAGS-nldbl-acos.c): New variable.
31402         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
31403         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
31404         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
31405         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
31406         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
31407         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
31408         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
31409         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
31410         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
31411         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
31412         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
31413         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
31414         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
31415         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
31416         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
31417         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
31418         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
31419         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
31420         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
31421         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
31422         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
31423         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
31424         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
31425         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
31426         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
31427         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
31428         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
31429         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
31430         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
31431         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
31432         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
31433         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
31434         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
31435         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
31436         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
31437         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
31438         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
31439         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
31440         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
31441         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
31442         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
31443         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
31444         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
31445         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
31446         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
31447         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
31448         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
31449         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
31450         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
31451         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
31452         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
31453         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
31454         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
31455         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
31456         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
31457         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
31458         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
31459         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
31460         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
31461         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
31462         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
31463         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
31464         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
31465         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
31466         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
31467         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
31468         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
31469         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
31470         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
31471         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
31472         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
31473         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
31474         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
31475         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
31476         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
31477         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
31478         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
31479         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
31480         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
31481         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
31482         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
31483         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
31484         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
31485         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
31486         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
31487         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
31488         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
31489         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
31490         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
31491         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
31492         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
31493         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
31494         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
31495         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
31496         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
31497         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
31498         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
31499
31500         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31501         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31502
31503         [BZ #14914]
31504         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
31505         whole low double instead of just low 47 bits when splitting values
31506         into two parts.
31507
31508 2012-12-03  Allan McRae  <allan@archlinux.org>
31509
31510         * manual/stdio.texi (Predefined Printf Handlers): Remove
31511         @hsep and @vsep usage.
31512
31513 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
31514
31515         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
31516         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
31517
31518 2012-12-03  Jeff Law  <law@redhat.com>
31519
31520         * time/sys/time.h (settimeofday): Do not mark TV argument
31521         as __nonnull.
31522
31523 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
31524
31525         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
31526         when currently writing and seek to current position when not.
31527         * libio/Makefile (tests): Remove bug-fclose1.
31528         * libio/bug-fclose1.c: Delete.
31529
31530 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
31531
31532         * manual/arith.texi (feenableexcept): Fix typo.
31533         (fedisableexcept): Likewise.
31534
31535 2012-11-30  Roland McGrath  <roland@hack.frob.com>
31536
31537         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
31538         second, differently-typed declaration, rather than a cast.
31539
31540 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
31541
31542         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
31543         * include/rpc/svc.h: ... here.
31544
31545 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
31546
31547         [BZ #13013]
31548         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
31549         depending n and resplen2 to catch cases where answer
31550         equals answerp2.
31551
31552 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
31553
31554         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
31555         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
31556
31557 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
31558
31559         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
31560
31561 2012-11-29  Roland McGrath  <roland@hack.frob.com>
31562
31563         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
31564
31565 2012-11-28  Jeff Law  <law@redhat.com>
31566
31567         [BZ #13761]
31568         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
31569         dataset_temporary.  Track alloca usage into alloca_used.
31570         If dataset is large allocate and release it via malloc/free.
31571
31572 2012-06-04  Florian Weimer  <fweimer@redhat.com>
31573
31574         [BZ #14197]
31575         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
31576
31577 2012-11-28  David S. Miller  <davem@davemloft.net>
31578
31579         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31580
31581 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31582
31583         [BZ #14803]
31584         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
31585         of pi/2 rounded to nearest to 64 bits.
31586         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
31587         nearest to 64 bits.
31588         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
31589         bits.
31590
31591 2012-11-28  Jeff Law <law@redhat.com>
31592             Martin Osvald <mosvald@redhat.com>
31593
31594         [BZ #14889]
31595         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
31596         * sunrpc/svc.c: Include time.h.
31597         (__svc_accept_failed): New function.
31598         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
31599         any reason other than EINTR, call __svc_accept_failed.
31600         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
31601         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
31602
31603 2012-11-28  Andreas Schwab  <schwab@suse.de>
31604
31605         * scripts/abilist.awk: Also handle indirect functions in .opd
31606         section.
31607
31608 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31609
31610         [BZ #13881]
31611         * sysdeps/x86/fpu/powl_helper.c: New file.
31612         * sysdeps/x86/fpu/Makefile: Likewise.
31613         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
31614         (p3): New object.
31615         (__ieee754_powl): Use __powl_helper for finite arguments except
31616         integer exponents below 8.
31617         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31618         (p3): New object.
31619         (__ieee754_powl): Use __powl_helper for finite arguments except
31620         integer exponents below 8.
31621         * math/libm-test.inc (pow_test): Add more tests and enable some
31622         previously disabled tests.
31623         * sysdeps/i386/fpu/libm-test-ulps: Update.
31624         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31625
31626 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31627             Carlos O'Donell  <carlos_odonell@mentor.com>
31628
31629         * nss/makedb.c (is_prime): Assert that input is odd and greater
31630         than 4.  Note that fact in a comment too.
31631         (next_prime): Add 4 to input.
31632
31633 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31634
31635         [BZ #11741]
31636         * libio/Makefile (tests): Add test case tst-fwrite-error.
31637         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31638         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31639         * libio/tst-fwrite-error.c: New test case.
31640
31641 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
31642
31643         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31644         before casting to void *.
31645         * include/libc-internal.h (__pointer_type): New macro.
31646         (__integer_if_pointer_type_sub): Likewise.
31647         (__integer_if_pointer_type): Likewise.
31648         (cast_to_integer): Likewise.
31649         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31650         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31651         before casting to atomic64_t.
31652         (atomic_exchange_acq): Likewise.
31653         (__arch_exchange_and_add_body): Likewise.
31654         (__arch_add_body): Likewise.
31655         (atomic_add_negative): Likewise.
31656         (atomic_add_zero): Likewise.
31657
31658 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
31659
31660         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31661         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31662         (add_fdes): Likewise.
31663         (linear_search_fdes): Likewise.
31664         (binary_search_unencoded_fdes): Likewise.
31665
31666 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
31667
31668         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31669
31670 2012-11-24  Adam Conrad  <adconrad@0c3.net>
31671
31672         * configure.in: Autodetect C++ header directories.
31673         * configure: Regenerated.
31674
31675 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
31676
31677         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31678
31679 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
31680
31681         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31682
31683 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
31684
31685         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31686         LDBL_MANT_DIG == 106]: Disable some tests.
31687         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31688         Likewise.
31689         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31690         Likewise.
31691
31692         [BZ #14871]
31693         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31694         input for small inputs.  Return +/- pi/2 for large inputs.
31695         * math/libm-test.inc (atan_test): Add more tests.
31696
31697         * sysdeps/generic/unwind-dw2-fde-glibc.c
31698         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31699         __attribute__ ((unused)).
31700
31701         [BZ #14645]
31702         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31703         x * y if x and y are nonzero and z is zero.
31704
31705         [BZ #14811]
31706         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31707         nonzero exponents with absolute value below 0x1p-117 to +/-
31708         0x1p-117.
31709
31710         [BZ #14869]
31711         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31712         up arguments below 2**-450, not just those below 2**-500.
31713         * math/libm-test.inc (hypot_test): Add another test.
31714
31715         [BZ #14868]
31716         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31717         Return a+b for ratio over 2**120, not 2**60.
31718         * math/libm-test.inc (hypot_test): Add another test.
31719
31720         * math/libm-test.inc (clog_test): Use
31721         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31722         (clog10_test): Likewise.
31723
31724         [BZ #6778]
31725         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31726
31727 2012-11-22  Andreas Schwab  <schwab@suse.de>
31728
31729         * sysdeps/i386/fpu/libm-test-ulps: Update.
31730
31731 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
31732
31733         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31734         printf output with newline.
31735
31736 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
31737
31738         [BZ #14865]
31739         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31740         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31741         -z nodlopen, -z initfirst and -z execstack support.
31742         * configure: Regenerated.
31743
31744         * elf/elf.h (DF_1_NODIRECT): New macro.
31745         (DF_1_IGNMULDEF): Likewise.
31746         (DF_1_NOKSYMS): Likewise.
31747         (DF_1_NOHDR): Likewise.
31748         (DF_1_EDITED): Likewise.
31749         (DF_1_NORELOC): Likewise.
31750         (DF_1_SYMINTPOSE): Likewise.
31751         (DF_1_GLOBAUDIT): Likewise.
31752         (DF_1_SINGLETON): Likewise.
31753         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31754         DT_1_SUPPORTED_MASK bits.
31755         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31756
31757 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
31758
31759         * sysdeps/unix/make-syscalls.sh: Document prefixes.
31760
31761 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
31762
31763         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31764         macro.
31765
31766         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31767         (sendmmsg): Move declarations...
31768         * socket/sys/socket.h: ... here.
31769         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31770         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31771         include it from...
31772         * socket/recvmmsg.c: ... this new file.
31773         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31774         (sendmmsg): Rename to __sendmmsg, create weak alias and make
31775         definition of __sendmmsg hidden.
31776         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31777         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31778         Move ENOSYS stub into and include it from...
31779         * socket/sendmmsg.c: ... this new file.
31780         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31781         (sysdep_routines): Move recvmmsg and sendmmsg...
31782         * socket/Makefile (routines): ... here.
31783         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31784         (GLIBC_PRIVATE): Add __sendmmsg.
31785         * include/sys/socket.h (__sendmmsg): Add declarations.
31786         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31787         sendmmsg.
31788
31789 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
31790
31791         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31792         variable I1 with __attribute__ ((unused)).
31793         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31794
31795 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31796
31797         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31798         DUMMY variables with __attribute__ ((unused)).
31799
31800         * bits/byteswap.h: Include <bits/types.h>.
31801         (__bswap_64): Use __uint64_t instead of unsigned long long int.
31802
31803 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31804
31805         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31806         string_t.  Do not manually set errno.
31807         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31808         length with __strnlen.  Make sure to both set errno and return it on
31809         failure.
31810
31811 2012-11-19  David S. Miller  <davem@davemloft.net>
31812
31813         With help from Joseph Myers.
31814         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31815         very large arguments properly.
31816         * math/libm-test.inc (atan_test): New tests.
31817         (atan2_test): New tests.
31818         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31819         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31820
31821 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31822
31823         [BZ #14856]
31824         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31825         Define to 3.
31826
31827         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31828         [POSIX] (EADDRNOTAVAIL): Likewise.
31829         [POSIX] (EAFNOSUPPORT): Likewise.
31830         [POSIX] (EALREADY): Likewise.
31831         [POSIX] (ECONNABORTED): Likewise.
31832         [POSIX] (ECONNREFUSED): Likewise.
31833         [POSIX] (ECONNRESET): Likewise.
31834         [POSIX] (EDESTADDRREQ): Likewise.
31835         [POSIX] (EDQUOT): Likewise.
31836         [POSIX] (EHOSTUNREACH): Likewise.
31837         [POSIX] (EIDRM): Likewise.
31838         [POSIX] (EISCONN): Likewise.
31839         [POSIX] (ELOOP): Likewise.
31840         [POSIX] (EMULTIHOP): Likewise.
31841         [POSIX] (ENETDOWN): Likewise.
31842         [POSIX] (ENETUNREACH): Likewise.
31843         [POSIX] (ENOBUFS): Likewise.
31844         [POSIX] (ENODATA): Likewise.
31845         [POSIX] (ENOLINK): Likewise.
31846         [POSIX] (ENOMSG): Likewise.
31847         [POSIX] (ENOPROTOOPT): Likewise.
31848         [POSIX] (ENOSR): Likewise.
31849         [POSIX] (ENOSTR): Likewise.
31850         [POSIX] (ENOTCONN): Likewise.
31851         [POSIX] (ENOTSOCK): Likewise.
31852         [POSIX] (EOPNOTSUPP): Likewise.
31853         [POSIX] (EOVERFLOW): Likewise.
31854         [POSIX] (EPROTO): Likewise.
31855         [POSIX] (EPROTONOSUPPORT): Likewise.
31856         [POSIX] (EPROTOTYPE): Likewise.
31857         [POSIX] (ESTALE): Likewise.
31858         [POSIX] (ETIME): Likewise.
31859         [POSIX] (ETXTBSY): Likewise.
31860         [POSIX] (EWOULDBLOCK): Likewise.
31861         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31862         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31863         [POSIX] (SEEK_CUR): Likewise.
31864         [POSIX] (SEEK_END): Likewise.
31865         [POSIX || UNIX98] (mode_t): Do not require.
31866         [POSIX] (off_t): Likewise.
31867         [POSIX] (pid_t): Likewise.
31868         [POSIX] (sys/stat.h): Do not allow header.
31869         [POSIX] (unistd.h): Likewise.
31870         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31871         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31872         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31873         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31874         require.
31875         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31876         sigevent): Specify elements.
31877         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31878         entry.
31879         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31880         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31881
31882         * conform/data/cpio.h-data [POSIX]: Disable whole file.
31883         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31884         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31885         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31886         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31887         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31888         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31889         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31890         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31891         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31892         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31893         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31894         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31895         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31896         Likewise.
31897         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31898         Likewise.
31899         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31900         Likewise.
31901         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31902         Likewise.
31903         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31904         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31905         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31906         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31907         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31908         Specify lower bound on value.
31909         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31910         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31911         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31912         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31913         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31914         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31915         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31916         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31917         value.
31918         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31919         as optional.
31920         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31921         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31922         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31923         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31924         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31925         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31926         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31927         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31928         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31929         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31930         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31931         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31932         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31933         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31934         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31935         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31936         entry.
31937         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31938         optional.
31939         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31940         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31941         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31942         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31943         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31944         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31945         Likewise.
31946         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31947         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31948         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31949         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31950         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31951         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31952         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31953         as optional.
31954         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31955         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31956         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31957         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31958         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31959         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31960         specify as optional.
31961         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31962         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31963         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31964         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31965         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31966         [XPG3] (NL_LANGMAX): Likewise.
31967         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31968         [POSIX || XPG3] (NL_NMAX): Likewise.
31969         [POSIX || XPG3] (NL_SETMAX): Likewise.
31970         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31971         [XPG3] (NZERO): Likewise.
31972         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31973         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31974         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31975         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31976         (REG_ERANGE): Expect.
31977         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31978         optional-constant.
31979         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31980         Use (void) in prototype.
31981         [POSIX] (*_t): Allow.
31982         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31983         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31984         (WRDE_BADVAL): Expect.
31985
31986         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31987         expect.
31988         [XPG3 || XPG4] (O_RSYNC): Likewise.
31989         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31990         Likewise.
31991         [XPG3 || XPG4] (pthread_sigmask): Likewise.
31992         [XPG3 || XPG4] (sigqueue): Likewise.
31993         [XPG3 || XPG4] (sigtimedwait): Likewise.
31994         [XPG3 || XPG4] (sigwaitinfo): Likewise.
31995         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
31996         [XPG3 || XPG4] (vsnprintf): Likewise.
31997         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
31998         Likewise.
31999         [XPG3 || XPG4] (blksize_t): Likewise.
32000         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
32001         Likewise.
32002         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
32003         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
32004         [XPG3 || XPG4] (struct itimerspec): Likewise.
32005         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
32006         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
32007         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
32008         [XPG3 || XPG4] (clockid_t): Likewise.
32009         [XPG3 || XPG4] (timer_t): Likewise.
32010         [XPG3 || XPG4] (clock_getres): Likewise.
32011         [XPG3 || XPG4] (clock_gettime): Likewise.
32012         [XPG3 || XPG4] (clock_settime): Likewise.
32013         [XPG3 || XPG4] (nanosleep): Likewise.
32014         [XPG3 || XPG4] (timer_create): Likewise.
32015         [XPG3 || XPG4] (timer_delete): Likewise.
32016         [XPG3 || XPG4] (timer_gettime): Likewise.
32017         [XPG3 || XPG4] (timer_getoverrun): Likewise.
32018         [XPG3 || XPG4] (timer_settime): Likewise.
32019         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
32020         [XPG3 || XPG4] (getlogin_r): Likewise.
32021         [XPG3 || XPG4] (pread): Likewise.
32022         [XPG3 || XPG4] (pthread_atfork): Likewise.
32023         [XPG3 || XPG4] (pwrite): Likewise.
32024
32025         [BZ #14835]
32026         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
32027         <bits/siginfo.h>.
32028
32029 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
32030
32031         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
32032         finalizing MALLSTREAM.
32033
32034         * sysdeps/mach/hurd/syncfs.c: New file.
32035
32036 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
32037
32038         [BZ #14719]
32039         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
32040         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
32041         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
32042         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
32043         (_nss_dns_gethostbyname4_r): Likewise.
32044         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
32045         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
32046
32047 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
32048
32049         [BZ #13763]
32050         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
32051
32052 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
32053
32054         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
32055         * elf/cache.c (print_entry): Print ",AArch64" for
32056         FLAG_AARCH64_LIB64
32057
32058         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
32059         * elf/cache.c (print_entry): Print ",hard-float" for
32060         FLAG_ARM_LIBHF.
32061
32062 2012-11-18  David S. Miller  <davem@davemloft.net>
32063
32064         With help from Joseph Myers.
32065         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
32066         cutoff to 2**-13.
32067         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
32068         cutoff to 2**-25.
32069         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
32070         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
32071         small.
32072         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
32073         * math/libm-test.inc (y0_test): New tests.
32074         (y1_test): New tests.
32075         * sysdeps/i386/fpu/libm-test-ulps: Update.
32076         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32077         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32078
32079 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
32080
32081         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
32082         64-bit targets.
32083         * configure: Regenerated.
32084
32085 2012-11-17  David S. Miller  <davem@davemloft.net>
32086
32087         [BZ #14811]
32088         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
32089         nonzero exponents with absolute value below 0x1p-128 to +/-
32090         0x1p-128.
32091
32092 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
32093
32094         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
32095
32096         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
32097
32098         * posix/getconf-speclist.c: New file.
32099         * posix/posix-envs.def: Likewise.
32100         * posix/confstr.c (START_ENV_GROUP): New macro.
32101         (END_ENV_GROUP): Likewise.
32102         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32103         (KNOWN_PRESENT_ENV_STRING): Likewise.
32104         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32105         (UNKNOWN_ENVIRONMENT): Likewise.
32106         (confstr): Include posix-envs.def instead of handling
32107         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
32108         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
32109         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
32110         (END_ENV_GROUP): Likewise.
32111         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32112         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32113         (UNKNOWN_ENVIRONMENT): Likewise.
32114         (__sysconf): Include posix-envs.def instead of handling associated
32115         cases directly here.
32116         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
32117         preprocessing getconf-speclist.c rather than running getconf or
32118         generating empty file.
32119
32120 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
32121
32122         * scripts/check-local-headers.sh: Ignore 'mach' headers.
32123
32124 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
32125
32126         [BZ #14672]
32127         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
32128
32129 2012-11-16  David S. Miller  <davem@davemloft.net>
32130
32131         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
32132         smaller than LDBL_EPSILON/2.0L, just return xm1.
32133
32134 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
32135
32136         * elf/tst-array1.c (init): Set constructor priority to 1000.
32137         (fini): Set destructor priority to 1000.
32138         * elf/tst-array2dep.c: Likewise.
32139
32140 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32141
32142         [BZ #11741]
32143         * libio/fileops.c (_IO_new_file_write): Correctly return error.
32144         (_IO_new_file_xsputn): Also return EOF if none of the input
32145         data was written when overflow failed.
32146         * libio/iopadn.c (_IO_padn): Likewise.
32147         * libio/iowpadn.c (_IO_wpadn): Likewise.
32148         * stdio-common/tst-put-error.c: Add copyright notice.
32149         (do_test): Add case for printing padded string.
32150         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
32151         _IO_padn returned error.
32152         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
32153         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
32154         return EOF.
32155
32156 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32157
32158         * libio/libioP.h: Add comment note that the references to C++
32159         bits are now obsolete.
32160
32161 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32162
32163         * math/libm-test.inc (check_complex): Use asprintf.
32164
32165 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
32166
32167         * debug/pcprofiledump.c (print_version): Update copyright year.
32168         * malloc/memusagestat.c (print_version): Likewise.
32169
32170 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
32171
32172         [BZ #14831]
32173         * elf/Makefile (tests): Add tst-audit8.
32174         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
32175         ($(objpfx)tst-audit8.out): New target.
32176         (tst-audit8-ENV): New variable.
32177         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
32178         audit if l_reloc_result is NULL.
32179         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
32180         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
32181         * elf/tst-audit8.c: New file.
32182
32183 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32184
32185         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
32186         * misc/Makefile (CFLAGS-select.c): Define.
32187         * posix/Makefile (CFLAGS-pause.c): Define.
32188
32189 2012-11-13  David S. Miller  <davem@davemloft.net>
32190
32191         * crypt/Makefile: Move test targets after toplevel Rules
32192         inclusion.  Grab any necessary sysdep routines when linking.
32193         * crypt/md5.c (md5_process_block): Remove define, we will always
32194         name it __md5_process_block.
32195         (md5_finish_ctx): Update md5_process_block call.
32196         (md5_stream): Likewise.
32197         (md5_process_bytes): Likewise.
32198         (md5_process_block): Rename to __md5_process_block and move to ...
32199         * crypt/md5-block.c: ... here.
32200         * crypt/sha256.c (sha256_process_block): Move to ...
32201         * crypt/sha256-block.c: ... here.
32202         * crypt/sha512.c (sha512_process_block): Move to ...
32203         * crypt/sha512-block.c: ... here.
32204         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
32205         path.
32206         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
32207         * sysdeps/sparc/sparc64/multiarch/Makefile
32208         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
32209         crypt subdir.
32210         (localedef-aux): Add md5 crypto assembler when in locale subdir.
32211         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
32212         multiarch changes.
32213         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
32214         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
32215         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
32216         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
32217         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
32218         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
32219         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
32220         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
32221         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
32222         file.
32223         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
32224         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
32225         file.
32226         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
32227
32228 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
32229
32230         * timezone/tzselect.ksh: Update from tzcode git revision
32231         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
32232         * timezone/zdump.c: Likewise.
32233         * timezone/zic.c: Likewise.
32234         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
32235         in TZVERSION setting, not $(PKGVERSION).
32236         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
32237         REPORT_BUGS_TO settings.
32238
32239         [BZ #14838]
32240         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
32241         macro.
32242
32243 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32244
32245         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
32246         detection to immediately after _FP_ROUND().
32247         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
32248         bits are 0.
32249
32250 2012-11-11  David S. Miller  <davem@davemloft.net>
32251
32252         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
32253         inttypes.h
32254         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
32255         __close rather than their public counterparts.
32256
32257 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
32258
32259         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
32260         file.
32261         [UNIX98] (sem_timedwait): Do not expect.
32262         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
32263         [XPG4 || UNIX98] (sockatmark): Do not expect.
32264         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
32265         (clock_getcpuclockid): Do not expect.
32266         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
32267         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
32268         Do not expect.
32269         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
32270         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
32271         [UNIX98] (vwscanf): Likewise.
32272         [UNIX98] (vswscanf): Likewise.
32273
32274 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
32275
32276         * timezone/version.h: Remove file.
32277         * timezone/README: Do not refer to version.h.
32278         * timezone/Makefile ($(objpfx)zic.o): New dependency on
32279         $(objpfx)version.h.
32280         ($(objpfx)zdump.o): Likewise.
32281         ($(objpfx)version.h): New target.
32282
32283         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
32284         2012i.
32285         * timezone/README: Don't mention modification to tzselect.ksh.
32286         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
32287         work on unmodified tzselect.ksh.  Substitute version numbers in
32288         tzselect.ksh.
32289
32290         * Makefile (format-me): Remove.
32291         (INSTALL): Adjust indentation.  Use commands directly instead of
32292         using $(format-me).
32293
32294         * aclocal.m4 (ACX_PKGVERSION): New macro.
32295         (ACX_BUGURL): Likewise.
32296         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
32297         (PKGVERSION): New AC_DEFINE_UNQUOTED.
32298         (REPORT_BUGS_TO): Likewise.
32299         * configure: Regenerated.
32300         * config.h.in (PKGVERSION): New macro.
32301         (REPORT_BUGS_TO): Likewise.
32302         * config.make.in (PKGVERSION): New variable.
32303         (PKGVERSION_TEXI): Likewise.
32304         (REPORT_BUGS_TO): Likewise.
32305         (REPORT_BUGS_TEXI): Likewise.
32306         * Makefile (format-me): Use -I$(common-objpfx)manual.
32307         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
32308         ($(common-objpfx)manual/%): New target.
32309         (manual/%): Remove target.
32310         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
32311         (print_version): Use PKGVERSION.
32312         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
32313         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
32314         and REPORT_BUGS_TO.
32315         ($(objpfx)xtrace): Likewise.
32316         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
32317         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
32318         (print_version): Use PKGVERSION.
32319         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
32320         (do_version): Use PKGVERSION.
32321         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
32322         REPORT_BUGS_TO.
32323         (common-ldd-rewrite): Likewise.
32324         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
32325         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
32326         (print_version): Use PKGVERSION.
32327         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
32328         * elf/pldd.c (argp_program_bug_address): Remove variable.
32329         (more_help): New function.
32330         (argp): Use more_help.
32331         (print_version): Use PKGVERSION.
32332         * elf/sln.c (main): Use PKGVERSION.
32333         (usage): Use REPORT_BUGS_TO.
32334         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
32335         (top level): Use PKGVERSION.
32336         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
32337         (print_version): Use PKGVERSION.
32338         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
32339         (print_version): Use PKGVERSION.
32340         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
32341         (print_version): Use PKGVERSION.
32342         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
32343         (print_version): Use PKGVERSION.
32344         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
32345         (print_version): Use PKGVERSION.
32346         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
32347         (print_version): Use PKGVERSION.
32348         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
32349         and BUGURL.
32350         ($(objpfx)memusage): Likewise.
32351         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
32352         (do_version): Use PKGVERSION.
32353         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
32354         (print_version): Use PKGVERSION.
32355         * malloc/mtrace.pl ($PACKAGE): Remove variable.
32356         ($PKGVERSION): New variable.
32357         ($REPORT_BUGS_TO): Likewise.
32358         (usage): Use $REPORT_BUGS_TO.
32359         (top level): Use $PKGVERSION.
32360         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
32361         ($(objpfx)pkgvers.texi): New rule.
32362         ($(objpfx)stamp-pkgvers): Likewise.
32363         * manual/install.texi: Include pkgvers.texi.
32364         (--with-pkgversion): Document new configure option.
32365         (--with-bugurl): Likewise.
32366         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
32367         than necessarily for this particular distribution.  Use
32368         REPORT_BUGS_TO for where to report bugs.
32369         * INSTALL: Regenerated.
32370         * manual/libc.texinfo: Include pkgvers.texi.
32371         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
32372         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
32373         (print_version): Use PKGVERSION.
32374         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
32375         (print_version): Use PKGVERSION.
32376         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
32377         (print_version): Use PKGVERSION.
32378         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
32379         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
32380         macro.
32381         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
32382         (print_version): Use PKGVERSION.
32383         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
32384         (print_version): Use PKGVERSION.
32385         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
32386         and PKGVERSION.
32387
32388         * timezone/checktab.awk: Update from tzcode 2012i.
32389         * timezone/ialloc.c: Likewise.
32390         * timezone/private.h: Likewise.
32391         * timezone/scheck.c: Likewise.
32392         * timezone/tzfile.h: Likewise.
32393         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
32394         (TZVERSION): Hardcode tzcode version number.
32395         * timezone/zdump.c: Update from tzcode 2012i.
32396         * timezone/zic.c: Likewise.
32397         * timezone/version.h: New file.
32398         * timezone/README: Describe version.h.  Update upstream location.
32399
32400         [BZ #14824]
32401         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
32402         (mktemp): Enable declaration.
32403         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
32404         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
32405         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
32406         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
32407         Likewise.
32408         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
32409         Likewise.
32410         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
32411         Likewise.
32412         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
32413         Likewise.
32414         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
32415         Likewise.
32416         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
32417         Likewise.
32418
32419         [BZ #14821]
32420         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
32421         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
32422         for copies of such integer values.
32423         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
32424         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
32425
32426 2012-11-09  Andreas Jaeger  <aj@suse.de>
32427
32428         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
32429         definitions and declarations that are provided by
32430         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32431
32432 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32433
32434         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
32435         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
32436         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
32437         definition.
32438
32439 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32440
32441         * elf/elf.h: Update comment before AArch64 relocations.
32442
32443 2012-11-07  David S. Miller  <davem@davemloft.net>
32444
32445         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
32446         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
32447         (__start_context): Declare.
32448         (__makecontext_ret): Delete.
32449         (__makecontext): Hook up __start_context instead of
32450         __makecontext_ret.
32451         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
32452         (sysdep_routines): Add __start_context when in stdlib.
32453
32454 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32455
32456         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
32457         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
32458         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
32459         hardcoded "nm".
32460         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
32461         (READELF): New variable.  Use it instead of hardcoded "readelf".
32462
32463 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
32464
32465         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
32466         * sysdeps/x86/Makefile: Here.
32467         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
32468         * sysdeps/x86/tst-xmmymm.sh: This.
32469
32470 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32471
32472         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
32473         expectations.
32474         [UNIX98] (pthread_barrier_t): Do not expect.
32475         [UNIX98] (pthread_barrierattr_t): Likewise.
32476         [UNIX98] (pthread_spinlock_t): Likewise.
32477         [UNIX98] (pthread_barrier_destroy): Likewise.
32478         [UNIX98] (pthread_barrier_init): Likewise.
32479         [UNIX98] (pthread_barrier_wait): Likewise.
32480         [UNIX98] (pthread_barrierattr_destroy): Likewise.
32481         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
32482         [UNIX98] (pthread_barrierattr_init): Likewise.
32483         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
32484         [UNIX98] (pthread_getcpuclockid): Likewise.
32485         [UNIX98] (pthread_mutex_timedlock): Likewise.
32486         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
32487         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
32488         [UNIX98] (pthread_sigmask): Likewise.
32489         [UNIX98] (pthread_spin_destroy): Likewise.
32490         [UNIX98] (pthread_spin_init): Likewise.
32491         [UNIX98] (pthread_spin_lock): Likewise.
32492         [UNIX98] (pthread_spin_trylock): Likewise.
32493         [UNIX98] (pthread_spin_unlock): Likewise.
32494         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
32495         Do not expect.
32496         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
32497         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
32498         [XPG3 || XPG4] (pthread_cond_t): Likewise.
32499         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
32500         [XPG3 || XPG4] (pthread_key_t): Likewise.
32501         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
32502         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
32503         [XPG3 || XPG4] (pthread_once_t): Likewise.
32504         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
32505         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
32506         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
32507         [XPG3 || XPG4] (pthread_t): Likewise.
32508
32509         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
32510         not expect.
32511         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
32512
32513         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
32514         Change function return type to int.
32515
32516         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
32517         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
32518         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
32519         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
32520         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
32521         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
32522         [!POSIX] (posix_madvise): Likewise.
32523         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
32524         && !UNIX98].
32525         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
32526         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
32527         (mode_t): Likewise.
32528         (posix_mem_offset): Likewise.
32529         (posix_typed_mem_get_info): Likewise.
32530         (posix_typed_mem_open): Likewise.
32531
32532         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
32533         Change condition to [XOPEN2K8].
32534
32535         * conform/conformtest.pl: Preprocess allow-header data with -x c
32536         instead of from stdin.
32537         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
32538         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
32539         [C99-based standards] (cerfc): Likewise.
32540         [C99-based standards] (cexp2): Likewise.
32541         [C99-based standards] (cexpm1): Likewise.
32542         [C99-based standards] (clog10): Likewise.
32543         [C99-based standards] (clog1p): Likewise.
32544         [C99-based standards] (clog2): Likewise.
32545         [C99-based standards] (clgamma): Likewise.
32546         [C99-based standards] (ctgamma): Likewise.
32547         [C99-based standards] (cerff): Likewise.
32548         [C99-based standards] (cerfcf): Likewise.
32549         [C99-based standards] (cexp2f): Likewise.
32550         [C99-based standards] (cexpm1f): Likewise.
32551         [C99-based standards] (clog10f): Likewise.
32552         [C99-based standards] (clog1pf): Likewise.
32553         [C99-based standards] (clog2f): Likewise.
32554         [C99-based standards] (clgammaf): Likewise.
32555         [C99-based standards] (ctgammaf): Likewise.
32556         [C99-based standards] (cerfl): Likewise.
32557         [C99-based standards] (cerfcl): Likewise.
32558         [C99-based standards] (cexp2l): Likewise.
32559         [C99-based standards] (cexpm1l): Likewise.
32560         [C99-based standards] (clog10l): Likewise.
32561         [C99-based standards] (clog1pl): Likewise.
32562         [C99-based standards] (clog2l): Likewise.
32563         [C99-based standards] (clgammal): Likewise.
32564         [C99-based standards] (ctgammal): Likewise.
32565         * conform/data/inttypes.h-data [C99-based standards]: Include
32566         stdint.h-data.  Remove all expectations for stdint.h contents.
32567         [C99-based standards] (PRI*): Do not allow.
32568         [C99-based standards] (SCN*): Likewise.
32569         [C99-based standards] (*_t): Likewise.
32570         [C99-based-standards] (PRId8): Expect macro.
32571         [C99-based-standards] (PRIi8): Likewise.
32572         [C99-based-standards] (PRIo8): Likewise.
32573         [C99-based-standards] (PRIu8): Likewise.
32574         [C99-based-standards] (PRIx8): Likewise.
32575         [C99-based-standards] (PRIX8): Likewise.
32576         [C99-based-standards] (SCNd8): Likewise.
32577         [C99-based-standards] (SCNi8): Likewise.
32578         [C99-based-standards] (SCNo8): Likewise.
32579         [C99-based-standards] (SCNu8): Likewise.
32580         [C99-based-standards] (SCNx8): Likewise.
32581         [C99-based-standards] (PRIdLEAST8): Likewise.
32582         [C99-based-standards] (PRIiLEAST8): Likewise.
32583         [C99-based-standards] (PRIoLEAST8): Likewise.
32584         [C99-based-standards] (PRIuLEAST8): Likewise.
32585         [C99-based-standards] (PRIxLEAST8): Likewise.
32586         [C99-based-standards] (PRIXLEAST8): Likewise.
32587         [C99-based-standards] (SCNdLEAST8): Likewise.
32588         [C99-based-standards] (SCNiLEAST8): Likewise.
32589         [C99-based-standards] (SCNoLEAST8): Likewise.
32590         [C99-based-standards] (SCNuLEAST8): Likewise.
32591         [C99-based-standards] (SCNxLEAST8): Likewise.
32592         [C99-based-standards] (PRIdFAST8): Likewise.
32593         [C99-based-standards] (PRIiFAST8): Likewise.
32594         [C99-based-standards] (PRIoFAST8): Likewise.
32595         [C99-based-standards] (PRIuFAST8): Likewise.
32596         [C99-based-standards] (PRIxFAST8): Likewise.
32597         [C99-based-standards] (PRIXFAST8): Likewise.
32598         [C99-based-standards] (SCNdFAST8): Likewise.
32599         [C99-based-standards] (SCNiFAST8): Likewise.
32600         [C99-based-standards] (SCNoFAST8): Likewise.
32601         [C99-based-standards] (SCNuFAST8): Likewise.
32602         [C99-based-standards] (SCNxFAST8): Likewise.
32603         [C99-based-standards] (PRId16): Likewise.
32604         [C99-based-standards] (PRIi16): Likewise.
32605         [C99-based-standards] (PRIo16): Likewise.
32606         [C99-based-standards] (PRIu16): Likewise.
32607         [C99-based-standards] (PRIx16): Likewise.
32608         [C99-based-standards] (PRIX16): Likewise.
32609         [C99-based-standards] (SCNd16): Likewise.
32610         [C99-based-standards] (SCNi16): Likewise.
32611         [C99-based-standards] (SCNo16): Likewise.
32612         [C99-based-standards] (SCNu16): Likewise.
32613         [C99-based-standards] (SCNx16): Likewise.
32614         [C99-based-standards] (PRIdLEAST16): Likewise.
32615         [C99-based-standards] (PRIiLEAST16): Likewise.
32616         [C99-based-standards] (PRIoLEAST16): Likewise.
32617         [C99-based-standards] (PRIuLEAST16): Likewise.
32618         [C99-based-standards] (PRIxLEAST16): Likewise.
32619         [C99-based-standards] (PRIXLEAST16): Likewise.
32620         [C99-based-standards] (SCNdLEAST16): Likewise.
32621         [C99-based-standards] (SCNiLEAST16): Likewise.
32622         [C99-based-standards] (SCNoLEAST16): Likewise.
32623         [C99-based-standards] (SCNuLEAST16): Likewise.
32624         [C99-based-standards] (SCNxLEAST16): Likewise.
32625         [C99-based-standards] (PRIdFAST16): Likewise.
32626         [C99-based-standards] (PRIiFAST16): Likewise.
32627         [C99-based-standards] (PRIoFAST16): Likewise.
32628         [C99-based-standards] (PRIuFAST16): Likewise.
32629         [C99-based-standards] (PRIxFAST16): Likewise.
32630         [C99-based-standards] (PRIXFAST16): Likewise.
32631         [C99-based-standards] (SCNdFAST16): Likewise.
32632         [C99-based-standards] (SCNiFAST16): Likewise.
32633         [C99-based-standards] (SCNoFAST16): Likewise.
32634         [C99-based-standards] (SCNuFAST16): Likewise.
32635         [C99-based-standards] (SCNxFAST16): Likewise.
32636         [C99-based-standards] (PRId32): Likewise.
32637         [C99-based-standards] (PRIi32): Likewise.
32638         [C99-based-standards] (PRIo32): Likewise.
32639         [C99-based-standards] (PRIu32): Likewise.
32640         [C99-based-standards] (PRIx32): Likewise.
32641         [C99-based-standards] (PRIX32): Likewise.
32642         [C99-based-standards] (SCNd32): Likewise.
32643         [C99-based-standards] (SCNi32): Likewise.
32644         [C99-based-standards] (SCNo32): Likewise.
32645         [C99-based-standards] (SCNu32): Likewise.
32646         [C99-based-standards] (SCNx32): Likewise.
32647         [C99-based-standards] (PRIdLEAST32): Likewise.
32648         [C99-based-standards] (PRIiLEAST32): Likewise.
32649         [C99-based-standards] (PRIoLEAST32): Likewise.
32650         [C99-based-standards] (PRIuLEAST32): Likewise.
32651         [C99-based-standards] (PRIxLEAST32): Likewise.
32652         [C99-based-standards] (PRIXLEAST32): Likewise.
32653         [C99-based-standards] (SCNdLEAST32): Likewise.
32654         [C99-based-standards] (SCNiLEAST32): Likewise.
32655         [C99-based-standards] (SCNoLEAST32): Likewise.
32656         [C99-based-standards] (SCNuLEAST32): Likewise.
32657         [C99-based-standards] (SCNxLEAST32): Likewise.
32658         [C99-based-standards] (PRIdFAST32): Likewise.
32659         [C99-based-standards] (PRIiFAST32): Likewise.
32660         [C99-based-standards] (PRIoFAST32): Likewise.
32661         [C99-based-standards] (PRIuFAST32): Likewise.
32662         [C99-based-standards] (PRIxFAST32): Likewise.
32663         [C99-based-standards] (PRIXFAST32): Likewise.
32664         [C99-based-standards] (SCNdFAST32): Likewise.
32665         [C99-based-standards] (SCNiFAST32): Likewise.
32666         [C99-based-standards] (SCNoFAST32): Likewise.
32667         [C99-based-standards] (SCNuFAST32): Likewise.
32668         [C99-based-standards] (SCNxFAST32): Likewise.
32669         [C99-based-standards] (PRId64): Likewise.
32670         [C99-based-standards] (PRIi64): Likewise.
32671         [C99-based-standards] (PRIo64): Likewise.
32672         [C99-based-standards] (PRIu64): Likewise.
32673         [C99-based-standards] (PRIx64): Likewise.
32674         [C99-based-standards] (PRIX64): Likewise.
32675         [C99-based-standards] (SCNd64): Likewise.
32676         [C99-based-standards] (SCNi64): Likewise.
32677         [C99-based-standards] (SCNo64): Likewise.
32678         [C99-based-standards] (SCNu64): Likewise.
32679         [C99-based-standards] (SCNx64): Likewise.
32680         [C99-based-standards] (PRIdLEAST64): Likewise.
32681         [C99-based-standards] (PRIiLEAST64): Likewise.
32682         [C99-based-standards] (PRIoLEAST64): Likewise.
32683         [C99-based-standards] (PRIuLEAST64): Likewise.
32684         [C99-based-standards] (PRIxLEAST64): Likewise.
32685         [C99-based-standards] (PRIXLEAST64): Likewise.
32686         [C99-based-standards] (SCNdLEAST64): Likewise.
32687         [C99-based-standards] (SCNiLEAST64): Likewise.
32688         [C99-based-standards] (SCNoLEAST64): Likewise.
32689         [C99-based-standards] (SCNuLEAST64): Likewise.
32690         [C99-based-standards] (SCNxLEAST64): Likewise.
32691         [C99-based-standards] (PRIdFAST64): Likewise.
32692         [C99-based-standards] (PRIiFAST64): Likewise.
32693         [C99-based-standards] (PRIoFAST64): Likewise.
32694         [C99-based-standards] (PRIuFAST64): Likewise.
32695         [C99-based-standards] (PRIxFAST64): Likewise.
32696         [C99-based-standards] (PRIXFAST64): Likewise.
32697         [C99-based-standards] (SCNdFAST64): Likewise.
32698         [C99-based-standards] (SCNiFAST64): Likewise.
32699         [C99-based-standards] (SCNoFAST64): Likewise.
32700         [C99-based-standards] (SCNuFAST64): Likewise.
32701         [C99-based-standards] (SCNxFAST64): Likewise.
32702         [C99-based-standards] (PRIdMAX): Likewise.
32703         [C99-based-standards] (PRIiMAX): Likewise.
32704         [C99-based-standards] (PRIoMAX): Likewise.
32705         [C99-based-standards] (PRIuMAX): Likewise.
32706         [C99-based-standards] (PRIxMAX): Likewise.
32707         [C99-based-standards] (PRIXMAX): Likewise.
32708         [C99-based-standards] (SCNdMAX): Likewise.
32709         [C99-based-standards] (SCNiMAX): Likewise.
32710         [C99-based-standards] (SCNoMAX): Likewise.
32711         [C99-based-standards] (SCNuMAX): Likewise.
32712         [C99-based-standards] (SCNxMAX): Likewise.
32713         [C99-based-standards] (PRIdPTR): Likewise.
32714         [C99-based-standards] (PRIiPTR): Likewise.
32715         [C99-based-standards] (PRIoPTR): Likewise.
32716         [C99-based-standards] (PRIuPTR): Likewise.
32717         [C99-based-standards] (PRIxPTR): Likewise.
32718         [C99-based-standards] (PRIXPTR): Likewise.
32719         [C99-based-standards] (SCNdPTR): Likewise.
32720         [C99-based-standards] (SCNiPTR): Likewise.
32721         [C99-based-standards] (SCNoPTR): Likewise.
32722         [C99-based-standards] (SCNuPTR): Likewise.
32723         [C99-based-standards] (SCNxPTR): Likewise.
32724         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32725         allow.
32726         * conform/data/stdint.h-data: Update comments to clarify
32727         requirements.
32728         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
32729         type.
32730         [C99-based standards] (INT8_MAX): Likewise.
32731         [C99-based standards] (INT16_MIN): Likewise.
32732         [C99-based standards] (INT16_MAX): Likewise.
32733         [C99-based standards] (INT32_MIN): Likewise.
32734         [C99-based standards] (INT32_MAX): Likewise.
32735         [C99-based standards] (INT64_MIN): Likewise.
32736         [C99-based standards] (INT64_MAX): Likewise.
32737         [C99-based standards] (UINT8_MAX): Likewise.
32738         [C99-based standards] (UINT16_MAX): Likewise.
32739         [C99-based standards] (UINT32_MAX): Likewise.
32740         [C99-based standards] (UINT64_MAX): Likewise.
32741         [C99-based standards] (INT_LEAST8_MIN): Likewise.
32742         [C99-based standards] (INT_LEAST8_MAX): Likewise.
32743         [C99-based standards] (INT_LEAST16_MIN): Likewise.
32744         [C99-based standards] (INT_LEAST16_MAX): Likewise.
32745         [C99-based standards] (INT_LEAST32_MIN): Likewise.
32746         [C99-based standards] (INT_LEAST32_MAX): Likewise.
32747         [C99-based standards] (INT_LEAST64_MIN): Likewise.
32748         [C99-based standards] (INT_LEAST64_MAX): Likewise.
32749         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32750         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32751         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32752         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32753         [C99-based standards] (INT_FAST8_MIN): Likewise.
32754         [C99-based standards] (INT_FAST8_MAX): Likewise.
32755         [C99-based standards] (INT_FAST16_MIN): Likewise.
32756         [C99-based standards] (INT_FAST16_MAX): Likewise.
32757         [C99-based standards] (INT_FAST32_MIN): Likewise.
32758         [C99-based standards] (INT_FAST32_MAX): Likewise.
32759         [C99-based standards] (INT_FAST64_MIN): Likewise.
32760         [C99-based standards] (INT_FAST64_MAX): Likewise.
32761         [C99-based standards] (UINT_FAST8_MAX): Likewise.
32762         [C99-based standards] (UINT_FAST16_MAX): Likewise.
32763         [C99-based standards] (UINT_FAST32_MAX): Likewise.
32764         [C99-based standards] (UINT_FAST64_MAX): Likewise.
32765         [C99-based standards] (INTPTR_MIN): Likewise.
32766         [C99-based standards] (INTPTR_MAX): Likewise.
32767         [C99-based standards] (UINTPTR_MAX): Likewise.
32768         [C99-based standards] (INTMAX_MIN): Likewise.
32769         [C99-based standards] (INTMAX_MAX): Likewise.
32770         [C99-based standards] (UINTMAX_MAX): Likewise.
32771         [C99-based standards] (PTRDIFF_MIN): Likewise.
32772         [C99-based standards] (PTRDIFF_MAX): Likewise.
32773         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32774         [C99-based standards] (SIZE_MAX): Likewise.
32775         [C99-based standards] (WCHAR_MAX): Likewise.
32776         [C99-based standards] (WINT_MAX): Likewise.
32777         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
32778         constraint on value.
32779         [C99-based standards] (WCHAR_MIN): Likewise.
32780         [C99-based standards] (WINT_MIN): Likewise.
32781         [C99-based standards] (*_t): Allow.
32782         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32783         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32784         Include math.h-data and complex.h-data.  Remove all expectations
32785         of math.h and complex.h contents.
32786         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32787         at end of line.
32788         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32789         (struct tm): Expect tag.
32790         [C99-based-standards] (wcstof): Expect function.
32791         [C99-based-standards] (wcstold): Likewise.
32792         [C99-based-standards] (wcstoll): Likewise.
32793         [C99-based-standards] (wcstoull): Likewise.
32794         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32795         macro-int-constant.  Specify type.
32796         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
32797         constraint on value.
32798         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32799         Specify type.
32800         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32801         Specify value.
32802         [ISO C standards]: Do not allow headers.
32803         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32804         wcs[abcdefghijklmnopqrstuvwxyz]*.
32805         [ISO C standards] (*_t): Do not allow.
32806         * conform/data/wctype.h-data [C99-based standards] (iswblank):
32807         Expect function.
32808         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32809         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32810         Specify type.
32811         [ISO C standards]: Do not allow headers.
32812         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32813         is[abcdefghijklmnopqrstuvwxyz]*.
32814         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32815         to[abcdefghijklmnopqrstuvwxyz]*.
32816         [ISO C standards] (*_t): Do not allow.
32817         * conform/data/stdalign.h-data: New file.
32818         * conform/data/stdbool.h-data: Likewise.
32819         * conform/data/stdnoreturn.h-data: Likewise.
32820
32821 2012-11-07  Roland McGrath  <roland@hack.frob.com>
32822
32823         [BZ #14815]
32824         * manual/filesys.texi (Directory Entries): Typo fix.
32825         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32826
32827 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32828
32829         * elf/elf.h (EM_AARCH64): New macro.
32830         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32831         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32832         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32833         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32834         (R_AARCH64_TLSDESC): Likewise.
32835         (NT_ARM_TLS): Likewise.
32836         (NT_ARM_HW_BREAK): Likewise.
32837         (NT_ARM_HW_WATCH): Likewise.
32838
32839 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32840
32841         [BZ #14811]
32842         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32843         (__ieee754_powl): Saturate nonzero exponents with absolute value
32844         below 0x1p-79 to +/- 0x1p-79.
32845         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32846         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32847         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32848         nonzero exponents with absolute value below 0x1p-32 to +/-
32849         0x1p-32.
32850         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32851         (__ieee754_powl): Saturate nonzero exponents with absolute value
32852         below 0x1p-79 to +/- 0x1p-79.
32853         * math/libm-test.inc (pow_test): Add more tests.
32854
32855 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32856
32857         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32858         _dl_s390_cap_flags with kernel. Increase string length.
32859         (_dl_s390_platforms): Add z196 and zEC12.
32860
32861 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32862
32863         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32864         Change XOPEN21K to XOPEN2K.
32865
32866 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32867
32868         * string/memmove.c: Use memcpy when possible.
32869
32870 2012-11-06  Andreas Jaeger  <aj@suse.de>
32871
32872         * po/eo.po: Update from translation team.
32873
32874 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
32875
32876         [BZ #14793]
32877         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32878         exponent and small x and y exponents, scale x or y up.  Increase
32879         by 2 the exponent used in scaling up.
32880         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32881         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32882         * math/libm-test.inc (fma_test): Add more tests.
32883         (fma_test_towardzero): Likewise.
32884         (fma_test_downward): Likewise.
32885         (fma_test_upward): Likewise.
32886
32887 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
32888
32889         [BZ #14805]
32890         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32891         fenv_t *.
32892
32893         [BZ #14801]
32894         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32895         namespace for names of struct fields.
32896         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32897         fenv_t fields.
32898         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32899         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32900
32901 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32902
32903         [BZ #3665]
32904         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32905
32906 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32907
32908         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32909         PTR_DEMANGLE.
32910
32911         [BZ #5246]
32912         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32913         PTR_DEMANGLE.
32914
32915 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32916
32917         [BZ #14797]
32918         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32919         definitely overflow as x * y not x * y + z.
32920         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32921         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32922         * math/libm-test.inc (fma_test): Add more tests.
32923         (fma_test_towardzero): Likewise.
32924         (fma_test_downward): Likewise.
32925         (fma_test_upward): Likewise.
32926
32927 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32928
32929         [BZ #157]
32930
32931         * include/stub-tag.h: Remove file.
32932         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32933         '#include' of it.
32934         * manual/maint.texi (Porting): Don't reference it.
32935         * Makerules ($(objpfx)stubs): Likewise.
32936         * dirent/closedir.c: Don't include <stub-tag.h>.
32937         * dirent/dirfd.c: Likewise.
32938         * dirent/fdopendir.c: Likewise.
32939         * dirent/getdents.c: Likewise.
32940         * dirent/getdents64.c: Likewise.
32941         * dirent/opendir.c: Likewise.
32942         * dirent/readdir.c: Likewise.
32943         * dirent/readdir64.c: Likewise.
32944         * dirent/readdir64_r.c: Likewise.
32945         * dirent/readdir_r.c: Likewise.
32946         * dirent/rewinddir.c: Likewise.
32947         * dirent/seekdir.c: Likewise.
32948         * dirent/telldir.c: Likewise.
32949         * gmon/profil.c: Likewise.
32950         * grp/setgroups.c: Likewise.
32951         * inet/if_index.c: Likewise.
32952         * io/access.c: Likewise.
32953         * io/chdir.c: Likewise.
32954         * io/chmod.c: Likewise.
32955         * io/chown.c: Likewise.
32956         * io/close.c: Likewise.
32957         * io/dup.c: Likewise.
32958         * io/dup2.c: Likewise.
32959         * io/dup3.c: Likewise.
32960         * io/euidaccess.c: Likewise.
32961         * io/faccessat.c: Likewise.
32962         * io/fchdir.c: Likewise.
32963         * io/fchmod.c: Likewise.
32964         * io/fchmodat.c: Likewise.
32965         * io/fchown.c: Likewise.
32966         * io/fchownat.c: Likewise.
32967         * io/fcntl.c: Likewise.
32968         * io/flock.c: Likewise.
32969         * io/fstatfs.c: Likewise.
32970         * io/fstatfs64.c: Likewise.
32971         * io/fstatvfs.c: Likewise.
32972         * io/fstatvfs64.c: Likewise.
32973         * io/futimens.c: Likewise.
32974         * io/fxstat.c: Likewise.
32975         * io/fxstat64.c: Likewise.
32976         * io/fxstatat.c: Likewise.
32977         * io/fxstatat64.c: Likewise.
32978         * io/getcwd.c: Likewise.
32979         * io/isatty.c: Likewise.
32980         * io/lchmod.c: Likewise.
32981         * io/lchown.c: Likewise.
32982         * io/link.c: Likewise.
32983         * io/linkat.c: Likewise.
32984         * io/lseek.c: Likewise.
32985         * io/lseek64.c: Likewise.
32986         * io/lxstat64.c: Likewise.
32987         * io/mkdir.c: Likewise.
32988         * io/mkdirat.c: Likewise.
32989         * io/mkfifo.c: Likewise.
32990         * io/mkfifoat.c: Likewise.
32991         * io/open.c: Likewise.
32992         * io/open64.c: Likewise.
32993         * io/openat.c: Likewise.
32994         * io/openat64.c: Likewise.
32995         * io/pipe.c: Likewise.
32996         * io/pipe2.c: Likewise.
32997         * io/poll.c: Likewise.
32998         * io/posix_fadvise.c: Likewise.
32999         * io/posix_fadvise64.c: Likewise.
33000         * io/posix_fallocate.c: Likewise.
33001         * io/posix_fallocate64.c: Likewise.
33002         * io/read.c: Likewise.
33003         * io/readlink.c: Likewise.
33004         * io/readlinkat.c: Likewise.
33005         * io/rmdir.c: Likewise.
33006         * io/sendfile.c: Likewise.
33007         * io/sendfile64.c: Likewise.
33008         * io/statfs.c: Likewise.
33009         * io/statfs64.c: Likewise.
33010         * io/statvfs.c: Likewise.
33011         * io/statvfs64.c: Likewise.
33012         * io/symlink.c: Likewise.
33013         * io/symlinkat.c: Likewise.
33014         * io/ttyname.c: Likewise.
33015         * io/ttyname_r.c: Likewise.
33016         * io/umask.c: Likewise.
33017         * io/unlink.c: Likewise.
33018         * io/unlinkat.c: Likewise.
33019         * io/utime.c: Likewise.
33020         * io/utimensat.c: Likewise.
33021         * io/write.c: Likewise.
33022         * io/xmknod.c: Likewise.
33023         * io/xmknodat.c: Likewise.
33024         * io/xstat.c: Likewise.
33025         * io/xstat64.c: Likewise.
33026         * login/getpt.c: Likewise.
33027         * login/grantpt.c: Likewise.
33028         * login/unlockpt.c: Likewise.
33029         * math/e_acoshl.c: Likewise.
33030         * math/e_acosl.c: Likewise.
33031         * math/e_asinl.c: Likewise.
33032         * math/e_atan2l.c: Likewise.
33033         * math/e_atanhl.c: Likewise.
33034         * math/e_coshl.c: Likewise.
33035         * math/e_expl.c: Likewise.
33036         * math/e_fmodl.c: Likewise.
33037         * math/e_gammal_r.c: Likewise.
33038         * math/e_hypotl.c: Likewise.
33039         * math/e_j0l.c: Likewise.
33040         * math/e_j1l.c: Likewise.
33041         * math/e_jnl.c: Likewise.
33042         * math/e_lgammal_r.c: Likewise.
33043         * math/e_log10l.c: Likewise.
33044         * math/e_log2l.c: Likewise.
33045         * math/e_logl.c: Likewise.
33046         * math/e_powl.c: Likewise.
33047         * math/e_rem_pio2l.c: Likewise.
33048         * math/e_sinhl.c: Likewise.
33049         * math/e_sqrtl.c: Likewise.
33050         * math/fclrexcpt.c: Likewise.
33051         * math/fedisblxcpt.c: Likewise.
33052         * math/feenablxcpt.c: Likewise.
33053         * math/fegetenv.c: Likewise.
33054         * math/fegetexcept.c: Likewise.
33055         * math/fegetround.c: Likewise.
33056         * math/feholdexcpt.c: Likewise.
33057         * math/fesetenv.c: Likewise.
33058         * math/fesetround.c: Likewise.
33059         * math/feupdateenv.c: Likewise.
33060         * math/fgetexcptflg.c: Likewise.
33061         * math/fraiseexcpt.c: Likewise.
33062         * math/fsetexcptflg.c: Likewise.
33063         * math/ftestexcept.c: Likewise.
33064         * math/k_cosl.c: Likewise.
33065         * math/k_rem_pio2l.c: Likewise.
33066         * math/k_sinl.c: Likewise.
33067         * math/k_tanl.c: Likewise.
33068         * math/s_asinhl.c: Likewise.
33069         * math/s_atanl.c: Likewise.
33070         * math/s_cbrtl.c: Likewise.
33071         * math/s_erfl.c: Likewise.
33072         * math/s_expm1l.c: Likewise.
33073         * math/s_log1pl.c: Likewise.
33074         * math/s_tanhl.c: Likewise.
33075         * misc/acct.c: Likewise.
33076         * misc/brk.c: Likewise.
33077         * misc/chflags.c: Likewise.
33078         * misc/chroot.c: Likewise.
33079         * misc/fchflags.c: Likewise.
33080         * misc/fgetxattr.c: Likewise.
33081         * misc/flistxattr.c: Likewise.
33082         * misc/fremovexattr.c: Likewise.
33083         * misc/fsetxattr.c: Likewise.
33084         * misc/fsync.c: Likewise.
33085         * misc/ftruncate.c: Likewise.
33086         * misc/futimes.c: Likewise.
33087         * misc/futimesat.c: Likewise.
33088         * misc/getdomain.c: Likewise.
33089         * misc/getdtsz.c: Likewise.
33090         * misc/gethostid.c: Likewise.
33091         * misc/gethostname.c: Likewise.
33092         * misc/getloadavg.c: Likewise.
33093         * misc/getpagesize.c: Likewise.
33094         * misc/getsysstats.c: Likewise.
33095         * misc/getxattr.c: Likewise.
33096         * misc/gtty.c: Likewise.
33097         * misc/ioctl.c: Likewise.
33098         * misc/lgetxattr.c: Likewise.
33099         * misc/listxattr.c: Likewise.
33100         * misc/llistxattr.c: Likewise.
33101         * misc/lremovexattr.c: Likewise.
33102         * misc/lsetxattr.c: Likewise.
33103         * misc/lutimes.c: Likewise.
33104         * misc/madvise.c: Likewise.
33105         * misc/mincore.c: Likewise.
33106         * misc/mlock.c: Likewise.
33107         * misc/mlockall.c: Likewise.
33108         * misc/mmap.c: Likewise.
33109         * misc/mprotect.c: Likewise.
33110         * misc/msync.c: Likewise.
33111         * misc/munlock.c: Likewise.
33112         * misc/munlockall.c: Likewise.
33113         * misc/munmap.c: Likewise.
33114         * misc/preadv.c: Likewise.
33115         * misc/preadv64.c: Likewise.
33116         * misc/ptrace.c: Likewise.
33117         * misc/pwritev.c: Likewise.
33118         * misc/pwritev64.c: Likewise.
33119         * misc/readv.c: Likewise.
33120         * misc/reboot.c: Likewise.
33121         * misc/remap_file_pages.c: Likewise.
33122         * misc/removexattr.c: Likewise.
33123         * misc/revoke.c: Likewise.
33124         * misc/select.c: Likewise.
33125         * misc/setdomain.c: Likewise.
33126         * misc/setegid.c: Likewise.
33127         * misc/seteuid.c: Likewise.
33128         * misc/sethostid.c: Likewise.
33129         * misc/sethostname.c: Likewise.
33130         * misc/setregid.c: Likewise.
33131         * misc/setreuid.c: Likewise.
33132         * misc/setxattr.c: Likewise.
33133         * misc/sstk.c: Likewise.
33134         * misc/stty.c: Likewise.
33135         * misc/swapoff.c: Likewise.
33136         * misc/swapon.c: Likewise.
33137         * misc/sync.c: Likewise.
33138         * misc/syncfs.c: Likewise.
33139         * misc/syscall.c: Likewise.
33140         * misc/truncate.c: Likewise.
33141         * misc/ualarm.c: Likewise.
33142         * misc/usleep.c: Likewise.
33143         * misc/ustat.c: Likewise.
33144         * misc/utimes.c: Likewise.
33145         * misc/vhangup.c: Likewise.
33146         * misc/writev.c: Likewise.
33147         * posix/_exit.c: Likewise.
33148         * posix/alarm.c: Likewise.
33149         * posix/execve.c: Likewise.
33150         * posix/fexecve.c: Likewise.
33151         * posix/fork.c: Likewise.
33152         * posix/fpathconf.c: Likewise.
33153         * posix/getaddrinfo.c: Likewise.
33154         * posix/getegid.c: Likewise.
33155         * posix/geteuid.c: Likewise.
33156         * posix/getgid.c: Likewise.
33157         * posix/getgroups.c: Likewise.
33158         * posix/getlogin.c: Likewise.
33159         * posix/getlogin_r.c: Likewise.
33160         * posix/getpgid.c: Likewise.
33161         * posix/getpid.c: Likewise.
33162         * posix/getppid.c: Likewise.
33163         * posix/getresgid.c: Likewise.
33164         * posix/getresuid.c: Likewise.
33165         * posix/getsid.c: Likewise.
33166         * posix/getuid.c: Likewise.
33167         * posix/glob64.c: Likewise.
33168         * posix/nanosleep.c: Likewise.
33169         * posix/pathconf.c: Likewise.
33170         * posix/pause.c: Likewise.
33171         * posix/posix_madvise.c: Likewise.
33172         * posix/pread.c: Likewise.
33173         * posix/pread64.c: Likewise.
33174         * posix/pwrite.c: Likewise.
33175         * posix/pwrite64.c: Likewise.
33176         * posix/sched_getaffinity.c: Likewise.
33177         * posix/sched_getp.c: Likewise.
33178         * posix/sched_gets.c: Likewise.
33179         * posix/sched_primax.c: Likewise.
33180         * posix/sched_primin.c: Likewise.
33181         * posix/sched_rr_gi.c: Likewise.
33182         * posix/sched_setaffinity.c: Likewise.
33183         * posix/sched_setp.c: Likewise.
33184         * posix/sched_sets.c: Likewise.
33185         * posix/sched_yield.c: Likewise.
33186         * posix/setgid.c: Likewise.
33187         * posix/setlogin.c: Likewise.
33188         * posix/setpgid.c: Likewise.
33189         * posix/setresgid.c: Likewise.
33190         * posix/setresuid.c: Likewise.
33191         * posix/setsid.c: Likewise.
33192         * posix/setuid.c: Likewise.
33193         * posix/sleep.c: Likewise.
33194         * posix/spawni.c: Likewise.
33195         * posix/sysconf.c: Likewise.
33196         * posix/times.c: Likewise.
33197         * posix/wait.c: Likewise.
33198         * posix/wait3.c: Likewise.
33199         * posix/wait4.c: Likewise.
33200         * posix/waitpid.c: Likewise.
33201         * resolv/gai_sigqueue.c: Likewise.
33202         * resource/getpriority.c: Likewise.
33203         * resource/getrlimit.c: Likewise.
33204         * resource/getrusage.c: Likewise.
33205         * resource/nice.c: Likewise.
33206         * resource/setpriority.c: Likewise.
33207         * resource/setrlimit.c: Likewise.
33208         * resource/ulimit.c: Likewise.
33209         * rt/aio_cancel.c: Likewise.
33210         * rt/aio_fsync.c: Likewise.
33211         * rt/aio_read.c: Likewise.
33212         * rt/aio_sigqueue.c: Likewise.
33213         * rt/aio_suspend.c: Likewise.
33214         * rt/aio_write.c: Likewise.
33215         * rt/clock_getres.c: Likewise.
33216         * rt/clock_gettime.c: Likewise.
33217         * rt/clock_nanosleep.c: Likewise.
33218         * rt/clock_settime.c: Likewise.
33219         * rt/lio_listio.c: Likewise.
33220         * rt/mq_close.c: Likewise.
33221         * rt/mq_getattr.c: Likewise.
33222         * rt/mq_notify.c: Likewise.
33223         * rt/mq_open.c: Likewise.
33224         * rt/mq_receive.c: Likewise.
33225         * rt/mq_send.c: Likewise.
33226         * rt/mq_setattr.c: Likewise.
33227         * rt/mq_timedreceive.c: Likewise.
33228         * rt/mq_timedsend.c: Likewise.
33229         * rt/mq_unlink.c: Likewise.
33230         * rt/shm_open.c: Likewise.
33231         * rt/shm_unlink.c: Likewise.
33232         * rt/timer_create.c: Likewise.
33233         * rt/timer_delete.c: Likewise.
33234         * rt/timer_getoverr.c: Likewise.
33235         * rt/timer_gettime.c: Likewise.
33236         * rt/timer_settime.c: Likewise.
33237         * setjmp/__longjmp.c: Likewise.
33238         * setjmp/setjmp.c: Likewise.
33239         * signal/kill.c: Likewise.
33240         * signal/killpg.c: Likewise.
33241         * signal/raise.c: Likewise.
33242         * signal/sigaction.c: Likewise.
33243         * signal/sigaltstack.c: Likewise.
33244         * signal/sigblock.c: Likewise.
33245         * signal/sigignore.c: Likewise.
33246         * signal/sigintr.c: Likewise.
33247         * signal/signal.c: Likewise.
33248         * signal/sigpause.c: Likewise.
33249         * signal/sigpending.c: Likewise.
33250         * signal/sigqueue.c: Likewise.
33251         * signal/sigreturn.c: Likewise.
33252         * signal/sigset.c: Likewise.
33253         * signal/sigsetmask.c: Likewise.
33254         * signal/sigstack.c: Likewise.
33255         * signal/sigsuspend.c: Likewise.
33256         * signal/sigtimedwait.c: Likewise.
33257         * signal/sigvec.c: Likewise.
33258         * signal/sigwait.c: Likewise.
33259         * signal/sigwaitinfo.c: Likewise.
33260         * signal/sysv_signal.c: Likewise.
33261         * socket/accept.c: Likewise.
33262         * socket/accept4.c: Likewise.
33263         * socket/bind.c: Likewise.
33264         * socket/connect.c: Likewise.
33265         * socket/getpeername.c: Likewise.
33266         * socket/getsockname.c: Likewise.
33267         * socket/getsockopt.c: Likewise.
33268         * socket/isfdtype.c: Likewise.
33269         * socket/listen.c: Likewise.
33270         * socket/recv.c: Likewise.
33271         * socket/recvfrom.c: Likewise.
33272         * socket/recvmsg.c: Likewise.
33273         * socket/send.c: Likewise.
33274         * socket/sendmsg.c: Likewise.
33275         * socket/sendto.c: Likewise.
33276         * socket/setsockopt.c: Likewise.
33277         * socket/shutdown.c: Likewise.
33278         * socket/sockatmark.c: Likewise.
33279         * socket/socket.c: Likewise.
33280         * socket/socketpair.c: Likewise.
33281         * stdio-common/ctermid.c: Likewise.
33282         * stdio-common/cuserid.c: Likewise.
33283         * stdio-common/remove.c: Likewise.
33284         * stdio-common/rename.c: Likewise.
33285         * stdio-common/renameat.c: Likewise.
33286         * stdio-common/tempname.c: Likewise.
33287         * stdlib/getcontext.c: Likewise.
33288         * stdlib/makecontext.c: Likewise.
33289         * stdlib/setcontext.c: Likewise.
33290         * stdlib/swapcontext.c: Likewise.
33291         * stdlib/system.c: Likewise.
33292         * streams/fattach.c: Likewise.
33293         * streams/fdetach.c: Likewise.
33294         * streams/getmsg.c: Likewise.
33295         * streams/getpmsg.c: Likewise.
33296         * streams/putmsg.c: Likewise.
33297         * streams/putpmsg.c: Likewise.
33298         * sysdeps/unix/bsd/getpt.c: Likewise.
33299         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
33300         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
33301         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
33302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
33303         Likewise.
33304         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
33305         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
33306         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
33307         * sysvipc/msgctl.c: Likewise.
33308         * sysvipc/msgget.c: Likewise.
33309         * sysvipc/msgrcv.c: Likewise.
33310         * sysvipc/msgsnd.c: Likewise.
33311         * sysvipc/semctl.c: Likewise.
33312         * sysvipc/semget.c: Likewise.
33313         * sysvipc/semop.c: Likewise.
33314         * sysvipc/semtimedop.c: Likewise.
33315         * sysvipc/shmat.c: Likewise.
33316         * sysvipc/shmctl.c: Likewise.
33317         * sysvipc/shmdt.c: Likewise.
33318         * sysvipc/shmget.c: Likewise.
33319         * termios/tcdrain.c: Likewise.
33320         * termios/tcflow.c: Likewise.
33321         * termios/tcflush.c: Likewise.
33322         * termios/tcgetattr.c: Likewise.
33323         * termios/tcgetpgrp.c: Likewise.
33324         * termios/tcsendbrk.c: Likewise.
33325         * termios/tcsetattr.c: Likewise.
33326         * termios/tcsetpgrp.c: Likewise.
33327         * time/adjtime.c: Likewise.
33328         * time/clock.c: Likewise.
33329         * time/getitimer.c: Likewise.
33330         * time/gettimeofday.c: Likewise.
33331         * time/setitimer.c: Likewise.
33332         * time/settimeofday.c: Likewise.
33333         * time/stime.c: Likewise.
33334         * time/time.c: Likewise.
33335
33336 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
33337
33338         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
33339         /usr/old/bin.
33340
33341         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
33342         instead of spaces.
33343         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
33344
33345 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
33346
33347         [BZ #14796]
33348         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
33349         FE_TONEAREST before applying Dekker multiplication and Knuth
33350         addition.  Clear inexact exceptions and check for exact zero
33351         results afterwards.
33352         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33353         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33354         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33355         * math/libm-test.inc (fma_test): Add more tests.
33356         (fma_test_towardzero): Likewise.
33357         (fma_test_downward): Likewise.
33358         (fma_test_upward): Likewise.
33359         * sysdeps/generic/math_private.h (default_libc_fesetround): New
33360         function.
33361         (libc_fesetround): New macro.
33362         (libc_fesetroundf): Likewise.
33363         (libc_fesetroundl): Likewise.
33364         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
33365         function.
33366         (libc_fesetround_387): Likewise.
33367         (libc_fesetroundf): New macro.
33368         (libc_fesetround): Likewise.
33369         (libc_fesetroundl): Likewise.
33370         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
33371         function.
33372         (libc_fesetroundf): New macro.
33373         (libc_fesetround): Likewise.
33374         (libc_fesetroundl): Likewise.
33375         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
33376         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
33377         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
33378         libm_hidden_ver.
33379         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
33380         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
33381         libm_hidden_def.
33382         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
33383         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
33384         libm_hidden_ver.
33385         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
33386         libm_hidden_def.
33387
33388         [BZ #3439]
33389         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
33390         integer constant usable in #if and use that to give value to enum
33391         constant.
33392         (FE_DIVBYZERO): Likewise.
33393         (FE_UNDERFLOW): Likewise.
33394         (FE_OVERFLOW): Likewise.
33395         (FE_INVALID): Likewise.
33396         (FE_INVALID_SNAN): Likewise.
33397         (FE_INVALID_ISI): Likewise.
33398         (FE_INVALID_IDI): Likewise.
33399         (FE_INVALID_ZDZ): Likewise.
33400         (FE_INVALID_IMZ): Likewise.
33401         (FE_INVALID_COMPARE): Likewise.
33402         (FE_INVALID_SOFTWARE): Likewise.
33403         (FE_INVALID_SQRT): Likewise.
33404         (FE_INVALID_INTEGER_CONVERSION): Likewise.
33405         (FE_TONEAREST): Likewise.
33406         (FE_TOWARDZERO): Likewise.
33407         (FE_UPWARD): Likewise.
33408         (FE_DOWNWARD): Likewise.
33409         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
33410         (FE_DIVBYZERO): Likewise.
33411         (FE_OVERFLOW): Likewise.
33412         (FE_UNDERFLOW): Likewise.
33413         (FE_INEXACT): Likewise.
33414         (FE_TONEAREST): Likewise.
33415         (FE_DOWNWARD): Likewise.
33416         (FE_UPWARD): Likewise.
33417         (FE_TOWARDZERO): Likewise.
33418         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
33419         (FE_UNDERFLOW): Likewise.
33420         (FE_OVERFLOW): Likewise.
33421         (FE_DIVBYZERO): Likewise.
33422         (FE_INVALID): Likewise.
33423         (FE_TONEAREST): Likewise.
33424         (FE_TOWARDZERO): Likewise.
33425         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
33426         (FE_OVERFLOW): Likewise.
33427         (FE_UNDERFLOW): Likewise.
33428         (FE_DIVBYZERO): Likewise.
33429         (FE_INEXACT): Likewise.
33430         (FE_TONEAREST): Likewise.
33431         (FE_TOWARDZERO): Likewise.
33432         (FE_UPWARD): Likewise.
33433         (FE_DOWNWARD): Likewise.
33434         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
33435         (FE_DIVBYZERO): Likewise.
33436         (FE_OVERFLOW): Likewise.
33437         (FE_UNDERFLOW): Likewise.
33438         (FE_INEXACT): Likewise.
33439         (FE_TONEAREST): Likewise.
33440         (FE_DOWNWARD): Likewise.
33441         (FE_UPWARD): Likewise.
33442         (FE_TOWARDZERO): Likewise.
33443
33444 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
33445
33446         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
33447
33448 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
33449
33450         * scripts/cross-test-ssh.sh (command): Use newlines to separate
33451         commands.  Quote $PWD.
33452         (blacklist_exports): Don't use remove_newlines.  Replace "declare
33453         -x" by "export".
33454         (remove_newlines): Remove.
33455
33456 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
33457
33458         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
33459         * stdlib/stdlib.h (atof): Moved to ...
33460         * include/bits/stdlib-float.h: Here.  New file.
33461         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
33462         * stdlib/bits/stdlib-float.h: New file.
33463         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
33464         -mno-sse -mno-mmx.
33465         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
33466         <xmmintrin.h>.
33467
33468 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33469
33470         * conform/conformtest.pl (@headers): Add fenv.h.
33471         * conform/data/fenv.h-data: New file.
33472         * include/fenv.h [_ISOMAC]: Disable all contents of file except
33473         include of <math/fenv.h>.
33474
33475         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
33476         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
33477         && !UNIX98].  Enables tests for XOPEN2K8.
33478         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
33479         POSIX2008]: Likewise.
33480
33481         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
33482         (struct rusage): Do not expect type or its members.
33483
33484         [BZ #3439]
33485         * math/math.h (FP_NAN): Define macro to integer constant usable in
33486         #if and use that to give value to enum constant.
33487         (FP_INFINITE): Likewise.
33488         (FP_ZERO): Likewise.
33489         (FP_SUBNORMAL): Likewise.
33490         (FP_NORMAL): Likewise.
33491
33492 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
33493
33494         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
33495         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
33496         arguments.
33497
33498 2012-11-02  Roland McGrath  <roland@hack.frob.com>
33499
33500         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
33501         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
33502         autoconf-time if not.
33503         * configure.in: Remove AC_PREREQ.
33504
33505 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33506
33507         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
33508         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
33509         of the internal implementation.
33510
33511 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33512
33513         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
33514         except include of <misc/sys/syslog.h>.
33515
33516 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33517
33518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
33519         function returns with a NULL context exit with zero.
33520
33521 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33522
33523         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
33524
33525 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
33526
33527         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
33528         (run_program_cmd): This.
33529         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
33530         (tst_langinfo): New variable.  Use it.
33531
33532 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
33533
33534         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
33535         floating point opcodes.
33536
33537 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33538
33539         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
33540         variable.
33541
33542         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
33543
33544         * sysdeps/mach/hurd/powerpc: Remove directory.
33545         * sysdeps/mach/powerpc: Likewise.
33546
33547 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33548
33549         * scripts/check-local-headers.sh: Ignore c++ headers.
33550
33551 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33552
33553         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
33554         __libc_cleanup_region_start argument.
33555
33556 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
33557
33558         [BZ #14784]
33559         [BZ #14785]
33560         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
33561         x * y using scaling, not as x * y + z.
33562         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33563         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33564         * math/libm-test.inc (fma_test): Add more tests.
33565         (fma_test_towardzero): Likewise.
33566         (fma_test_downward): Likewise.
33567         (fma_test_upward): Likewise.
33568
33569 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33570
33571         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
33572
33573 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33574
33575         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
33576         New variable.
33577
33578 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
33579
33580         * rt/tst-shm.c (worker): Correct checking for mmap failure.
33581
33582 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33583
33584         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33585         Fix sort order.
33586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33587         Likewise.
33588
33589 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33590
33591         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33592         Fix the order of the list for glibc 2.17.
33593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33594         Likewise.
33595
33596 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33597
33598         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33599
33600 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33601
33602         [BZ #14610]
33603         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
33604         for low part of x being zero before using __atanl (y).
33605         * math/libm-test.inc (atan2_test): Add another test.
33606
33607         * manual/install.texi (Configuring and compiling): Document
33608         general use of test-wrapper and test-wrapper-env.
33609         * INSTALL: Regenerated.
33610
33611         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
33612         (__fma): Do not extract and scale down low bits on after-rounding
33613         systems when result rounded to normal precision would have normal
33614         exponent.
33615         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
33616         (__fmal): Do not extract and scale down low bits on after-rounding
33617         systems when result rounded to normal precision would have normal
33618         exponent.
33619         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33620         (__fmal): Do not extract and scale down low bits on after-rounding
33621         systems when result rounded to normal precision would have normal
33622         exponent.
33623         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33624         macro.
33625         (fma_test): Add more tests.
33626         (fma_test_towardzero): Likewise.
33627         (fma_test_downward): Likewise.
33628         (fma_test_upward): Likewise.
33629
33630 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
33631
33632         * sysdeps/i386/tininess.h: Renamed to ...
33633         * sysdeps/x86/tininess.h: This.
33634         * sysdeps/x86_64/tininess.h: Removed.
33635
33636 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33637
33638         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33639         input.  Use $(build-program-cmd).
33640         ($(objpfx)tst-array1-static.out): Likewise.
33641         ($(objpfx)tst-array2.out): Likewise.
33642         ($(objpfx)tst-array3.out): Likewise.
33643         ($(objpfx)tst-array4.out): Likewise.
33644         ($(objpfx)tst-array5.out): Likewise.
33645         ($(objpfx)tst-array5-static.out): Likewise.
33646
33647 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
33648
33649         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33650         if defined.
33651
33652         * nss/nsswitch.h (nss_interface_function): Provide new
33653         macro for use with NSS functions.
33654         * grp/initgroups.c: Use new macro.
33655         * nss/getXXbyYY.c: Likewise.
33656         * nss/getXXbyYY_r.c: Likewise.
33657         * nss/getXXent.c: Likewise.
33658         * nss/getXXent_r.c: Likewise.
33659         * sysdeps/posix/getaddrinfo.c: Likewise.
33660
33661 2012-10-30  Andreas Jaeger  <aj@suse.de>
33662
33663         * po/ru.po: Update Russion translation from translation project.
33664
33665 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33666
33667         [BZ #14152]
33668         [BZ #14783]
33669         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33670         result and shift together with sticky bit instead of replicating
33671         round-to-nearest rounding.
33672         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33673         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33674         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
33675         missing underflow exceptions.
33676         (fma_test_towardzero): Add more tests.
33677         (fma_test_downward): Likewise.
33678         (fma_test_upward): Likewise.
33679
33680         [BZ #14047]
33681         * sysdeps/generic/tininess.h: New file.
33682         * sysdeps/i386/tininess.h: Likewise.
33683         * sysdeps/sh/tininess.h: Likewise.
33684         * sysdeps/x86_64/tininess.h: Likewise.
33685         * stdlib/tst-strtod-underflow.c: Likewise.
33686         * stdlib/tst-tininess.c: Likewise.
33687         * stdlib/strtod_l.c: Include <tininess.h>.
33688         (round_and_return): Do not set errno for exact underflow cases.
33689         Force an underflow exception when setting errno for underflow.
33690         Determine underflow based on rounding to normal precision if
33691         TININESS_AFTER_ROUNDING.
33692         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33693         ERANGE for exact underflow cases.
33694         * stdlib/Makefile (tests): Add tst-tininess and
33695         tst-strtod-underflow.
33696         ($(objpfx)tst-tininess): Use $(link-libm).
33697         ($(objpfx)tst-strtod-underflow): Likewise.
33698
33699 2012-10-30  Andreas Jaeger  <aj@suse.de>
33700
33701         [BZ#14767]
33702         * elf/Makefile (tests): Remove conditional for have-initfini-array
33703         since this is now always required and the variable does not exist
33704         anymore.
33705         (tests-static): Likewise.
33706         (modules-names): Likewise.
33707
33708         * po/eo.po: Add Esperanto translation from translation project.
33709
33710         * elf/tst-array1.c (fini_array): Make writeable so that it can be
33711         merged with constructor/destructor.
33712         (init_array): Likewise.
33713         * elf/tst-array2dep.c (fini_array): Likewise.
33714         (init_array): Likewise.
33715
33716 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
33717
33718         * manual/message.texi: Delete @cartouche tags.
33719
33720 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
33721
33722         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33723         EOPNOTSUPP.
33724         * sysdeps/mach/hurd/fsync.c: Likewise.
33725
33726         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33727         [_POSIX_REALTIME_SIGNALS]: Change condition to
33728         [_POSIX_REALTIME_SIGNALS > 0].
33729
33730 2012-10-27  Andreas Jaeger  <aj@suse.de>
33731
33732         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33733         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33734         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33735         [__WORDSIZE != 64]: Likewise.
33736
33737 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
33738
33739         *  iconvdata/tst-table.sh: Remove ${SHELL}.
33740         *  iconvdata/tst-tables.sh: Likewise.
33741
33742 2012-10-25  David S. Miller  <davem@davemloft.net>
33743
33744         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33745         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33746         of strtoull.
33747
33748         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33749         ifunc-impl-list.c
33750         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33751         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33752         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33753         file.
33754
33755 2012-10-25  Roland McGrath  <roland@hack.frob.com>
33756
33757         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33758         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33759         __getdirentries.
33760
33761 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33762             Jim Blandy  <jimb@codesourcery.com>
33763
33764         * scripts/cross-test-ssh.sh: New file.
33765         * manual/install.texi (Configuring and compiling): Document use of
33766         cross-test-ssh.sh.
33767         * INSTALL: Regenerated.
33768
33769 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
33770
33771         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33772         EOPNOTSUPP.
33773
33774 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33775
33776         * Makeconfig (run-program-prefix): Fix comment.
33777
33778 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33779             Jim Blandy  <jimb@codesourcery.com>
33780
33781         * Makeconfig (test-wrapper): New variable,
33782         (test-wrapper-env): Likewise.
33783         [$(cross-compiling) = yes && $(test-wrapper) != ""]
33784         (run-built-tests): Define to yes.
33785         (run-program-prefix): Use $(test-wrapper).
33786         (built-program-cmd): Likewise.
33787         * Rules (make-test-out): Use $(test-wrapper-env) and
33788         $(host-built-program-cmd).
33789         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33790         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33791         tst-pathopt.sh.
33792         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33793         $(test-wrapper-env) to tst-rtld-load-self.sh.
33794         ($(objpfx)order2.out): Use $(test-wrapper).
33795         ($(objpfx)tst-initorder.out): Likewise.
33796         ($(objpfx)tst-initorder2.out): Likewise.
33797         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33798         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33799         (test_wrapper_env): New variable.  Use it to run ld.so.
33800         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33801         Use it to run ld.so.
33802         (test_wrapper_env): Likewise.
33803         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33804         $(test-wrapper) to run-iconv-test.sh.
33805         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33806         (ICONV): Use $test_wrapper.
33807         * posix/Makefile ($(objpfx)globtest.out): Pass
33808         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33809         globtest.sh, not $(run-program-prefix).
33810         * posix/globtest.sh (run_via_rtld_prefix): New variable.
33811         (test_wrapper): Likewise.
33812         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
33813         set together with run_via_rtld_prefix.
33814         (run_program_prefix): Define in terms of test_wrapper and
33815         run_via_rtld_prefix.
33816
33817 2012-10-24  Roland McGrath  <roland@hack.frob.com>
33818
33819         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33820         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33821         Targets removed.
33822
33823         [BZ #14743]
33824         * include/time.h: Remove librt_hidden_proto (clock_gettime).
33825         Declare __clock_getres, __clock_gettime, __clock_settime,
33826         __clock_nanosleep, and __clock_getcpuclockid.
33827         * rt/clock_gettime.c: Define __clock_gettime as an alias.
33828         Remove librt_hidden_def (clock_gettime).
33829         * sysdeps/unix/clock_gettime.c: Likewise.
33830         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33831         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33832         * rt/clock_getres.c: Define __clock_getres as an alias.
33833         * sysdeps/posix/clock_getres.c: Likewise.
33834         * rt/clock_settime.c: Define __clock_settime as an alias.
33835         * sysdeps/unix/clock_settime.c: Likewise.
33836         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33837         * sysdeps/unix/clock_nanosleep.c: Likewise.
33838         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33839         * rt/clock-compat.c: New file.
33840         * rt/Makefile (librt-routines): Add clock-compat and move
33841         $(clock-routines) to ...
33842         (routines): ... here, new variable.
33843         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33844         Don't add get_clockfreq here.
33845         * rt/Versions (libc: GLIBC_2.17): New version set.
33846         Add clock_* symbols here.
33847         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
33848         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33849         (GLIBC_2.17): Add clock_* symbols.
33850         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33851         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33852         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33853         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33854         Likewise.
33855         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33856         Likewise.
33857         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33858         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33859         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33860         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33861         * NEWS: Mention the move.
33862
33863         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33864         Use __open, __read, __close rather than their public counterparts.
33865         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33866         (__get_clockfreq_via_cpuinfo): Likewise.
33867         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33868         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33869
33870         * config.h.in (HAVE_IFUNC): New #undef.
33871         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33872         was successful.
33873         * configure: Regenerated.
33874
33875 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33876
33877         * configure.in: Move READELF check to start of file.
33878         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33879         libc_cv_asm_gnu_indirect_function in the process.
33880         * configure: Regenerated.
33881
33882 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33883
33884         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33885         send the output to /dev/null.
33886         (libc_cv_cc_with_libunwind): Likewise.
33887         (libc_cv_as_noexecstack): Likewise.
33888         * configure: Regenerate.
33889
33890 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33891
33892         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33893
33894         * posix/globtest.sh (TMPDIR): Do not set.
33895         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33896         (testout): Likewise.
33897
33898 2012-10-24  Andreas Jaeger  <aj@suse.de>
33899
33900         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33901         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33902         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33903         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33904         posix_fadvise64, posix_fallocate64.
33905
33906         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33907         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33908         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33909         Likewise.
33910         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33911         Likewise.
33912         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33913
33914         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33915         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33916         <bits/fcntl-linux.h>.
33917         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33918
33919         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33920         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33921         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33922         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33923         [__WORDSIZE != 64]: Likewise.
33924
33925 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33926
33927         * Makeconfig (run-built-tests): New variable.
33928         * Rules [$(cross-compiling) = yes]: Change condition to
33929         [$(run-built-tests) = no].
33930         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33931         to [$(run-built-tests) = yes].
33932         * elf/Makefile [$(cross-compiling) = no]: Likewise
33933         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33934         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33935         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33936         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33937         * io/Makefile [$(cross-compiling) = no]: Likewise.
33938         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33939         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33940         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33941         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33942         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33943         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33944         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33945         * string/Makefile [$(cross-compiling) = no]: Likewise.
33946
33947         * posix/Makefile ($(objpfx)globtest.out): Pass
33948         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33949         $(rtld-installed-name).
33950         * posix/globtest.sh (elf_objpfx): Remove variable.
33951         (rtld_installed_name): Likewise.
33952         (library_path): Likewise.
33953         (run_program_prefix): New variable.  Use for running globtest
33954         binary.
33955
33956 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33957             Joseph Myers  <joseph@codesourcery.com>
33958
33959         * Makeconfig (host-built-program-cmd): New variable.
33960         * elf/Makefile (tst-stackguard1-ARGS): Use
33961         $(host-built-program-cmd).
33962         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33963         (tst-spawn-ARGS): Likewise.
33964         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33965
33966 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33967             Jim Blandy  <jimb@codesourcery.com>
33968
33969         * Makeconfig (run-via-rtld-prefix): New variable.
33970         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33971         (built-program-cmd): Likewise.
33972
33973 2012-10-22  Andreas Jaeger  <aj@suse.de>
33974
33975         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33976         __O_RSYNC if it exists, otherwise to O_SYNC.
33977
33978 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
33979             Joseph Myers  <joseph@codesourcery.com>
33980
33981         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33982         /dev/null.
33983         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33984         from /dev/null
33985         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33986         /dev/null.
33987
33988 2012-10-22  Andreas Jaeger  <aj@suse.de>
33989
33990         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33991         Define always.
33992         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33993
33994         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33995         bits/fcntl-linux.h.
33996
33997         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
33998         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
33999
34000         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
34001         to __O_LARGEFILE.
34002         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
34003         to __O_LARGEFILE.
34004
34005 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
34006             Joseph Myers  <joseph@codesourcery.com>
34007
34008         * config.make.in (NM): New variable.
34009
34010 2012-10-21  Andreas Jaeger  <aj@suse.de>
34011
34012         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
34013         definitions and declarations that are provided by
34014         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
34015
34016 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
34017
34018         [BZ #14683]
34019         * elf/Makefile (tests-static): Add tst-leaks1-static.
34020         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
34021         ($(objpfx)tst-leaks1-static): New rule.
34022         ($(objpfx)tst-leaks1-static-mem): Likewise.
34023         (tst-leaks1-static-ENV): New macro.
34024         * elf/dl-open.c (dl_open_worker): Check the main application
34025         only if SHARED is defined.
34026         * elf/tst-leaks1-static.c: New file.
34027
34028 2012-10-20  Andreas Jaeger  <aj@suse.de>
34029
34030         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
34031         generic values for Linux.
34032         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
34033         and declarations that are provided by <bits/fcntl-linux.h> and
34034         include <bits/fcntl-linux.h>.
34035         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
34036         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
34037
34038 2012-10-20  Roland McGrath  <roland@hack.frob.com>
34039
34040         * io/fcntl.h: Move include of <bits/types.h> to the top and
34041         include it unconditionally.
34042
34043 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
34044
34045         * wcsmbs/Makefile (tests-ifunc): New variable.
34046         (tests): Add $(tests-ifunc).
34047         * wcsmbs/test-wcschr-ifunc.c: New file.
34048         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
34049         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
34050         * wcsmbs/test-wcslen-ifunc.c: Likewise.
34051         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
34052         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
34053
34054         * string/Makefile (tests-ifunc): New variable.
34055         (tests): Add $(tests-ifunc).
34056         * string/test-memccpy.c (TEST_NAME): New macro.
34057         * string/test-memchr.c (TEST_NAME): Likewise.
34058         * string/test-memcmp.c (TEST_NAME): Likewise.
34059         * string/test-memcpy.c (TEST_NAME): Likewise.
34060         * string/test-memmem.c (TEST_NAME): Likewise.
34061         * string/test-memmove.c (TEST_NAME): Likewise.
34062         * string/test-memset.c (TEST_NAME): Likewise.
34063         * string/test-rawmemchr.c (TEST_NAME): Likewise.
34064         * string/test-stpcpy.c (TEST_NAME): Likewise.
34065         * string/test-stpncpy.c (TEST_NAME): Likewise.
34066         * string/test-strcasecmp.c (TEST_NAME): Likewise.
34067         * string/test-strcasestr.c (TEST_NAME): Likewise.
34068         * string/test-strcat.c (TEST_NAME): Likewise.
34069         * string/test-strchr.c (TEST_NAME): Likewise.
34070         * string/test-strcmp.c(TEST_NAME): Likewise.
34071         * string/test-strcpy.c (TEST_NAME): Likewise.
34072         * string/test-strcspn.c (TEST_NAME): Likewise.
34073         * string/test-strlen.c (TEST_NAME): Likewise.
34074         * string/test-strncasecmp.c (TEST_NAME): Likewise.
34075         * string/test-strncmp.c (TEST_NAME): Likewise.
34076         * string/test-strncpy.c (TEST_NAME): Likewise.
34077         * string/test-strnlen.c (TEST_NAME): Likewise.
34078         * string/test-strpbrk.c (TEST_NAME): Likewise.
34079         * string/test-strrchr.c (TEST_NAME): Likewise.
34080         * string/test-strspn.c (TEST_NAME): Likewise.
34081         * string/test-strstr.c (TEST_NAME): Likewise.
34082         * string/test-bcopy-ifunc.c: New file.
34083         * string/test-bzero-ifunc.c: Likewise.
34084         * string/test-memccpy-ifunc.c: Likewise.
34085         * string/test-memchr-ifunc.c: Likewise.
34086         * string/test-memcmp-ifunc.c: Likewise.
34087         * string/test-memcpy-ifunc.c: Likewise.
34088         * string/test-memmem-ifunc.c: Likewise.
34089         * string/test-memmove-ifunc.c: Likewise.
34090         * string/test-mempcpy-ifunc.c: Likewise.
34091         * string/test-memset-ifunc.c: Likewise.
34092         * string/test-rawmemchr-ifunc.c: Likewise.
34093         * string/test-stpcpy-ifunc.c: Likewise.
34094         * string/test-stpncpy-ifunc.c: Likewise.
34095         * string/test-strcasecmp-ifunc.c: Likewise.
34096         * string/test-strcasestr-ifunc.c: Likewise.
34097         * string/test-strcat-ifunc.c: Likewise.
34098         * string/test-strchr-ifunc.c: Likewise.
34099         * string/test-strchrnul-ifunc.c: Likewise.
34100         * string/test-strcmp-ifunc.c: Likewise.
34101         * string/test-strcpy-ifunc.c: Likewise.
34102         * string/test-strcspn-ifunc.c: Likewise.
34103         * string/test-strlen-ifunc.c: Likewise.
34104         * string/test-strncasecmp-ifunc.c: Likewise.
34105         * string/test-strncat-ifunc.c: Likewise.
34106         * string/test-strncmp-ifunc.c: Likewise.
34107         * string/test-strncpy-ifunc.c: Likewise.
34108         * string/test-strnlen-ifunc.c: Likewise.
34109         * string/test-strpbrk-ifunc.c: Likewise.
34110         * string/test-strrchr-ifunc.c: Likewise.
34111         * string/test-strspn-ifunc.c: Likewise.
34112         * string/test-strstr-ifunc.c: Likewise.
34113
34114         * debug/Makefile (tests-ifunc): New variable.
34115         (tests): Add $(tests-ifunc).
34116         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
34117         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
34118         * debug/test-stpcpy_chk-ifunc.c: New file.
34119         * debug/test-strcpy_chk-ifunc.c: Likewise.
34120
34121 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
34122
34123         [BZ #13601]
34124         * elf/dl-load.c (open_verify): Retry read if the entire ELF
34125         header is not read in.
34126
34127 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
34128
34129         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
34130         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
34131         directly.  Pass built executable to script as
34132         $(built-program-cmd).
34133         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
34134         $testprogram without using LD_LIBRARY_PATH and $ldso.
34135
34136         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
34137         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
34138         $(rtld-installed-name).
34139         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
34140         (rtld_installed_name): Likewise.
34141         (library_path): Likewise.
34142         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
34143         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
34144         $(run-program-prefix) to tst-tables.sh.
34145         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
34146         it to run tst-table-from and tst-table-to.
34147         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
34148         Pass it to tst-table.sh.
34149         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
34150         $(run-program-prefix) to tst-gettext.sh.
34151         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
34152         tst-translit.sh.
34153         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
34154         tst-gettext2.sh.
34155         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
34156         to run tst-gettext.
34157         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
34158         to run tst-gettext2.
34159         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
34160         to run tst-translit.
34161         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
34162         $(run-program-prefix) to tst-mtrace.sh.
34163         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
34164         to run tst-mtrace.
34165         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
34166         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
34167         $(rtld-installed-name).
34168         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
34169         (rtld_installed_name): Likewise.
34170         (run_program_prefix): New variable.  Use it to run wordexp-test.
34171
34172         * Makeconfig (ARCH): Remove all definitions.
34173         (machine): Likewise.
34174         [ARCH]: Remove conditional code.
34175         [!objdir]: Give error.
34176         [!objdir] (objpfx): Remove.
34177         [!objdir] (common-objpfx): Likewise.
34178         [!objdir] (common-objdir): Likewise.
34179         * configure.in (config_makefile): Remove.  Hardcode Makefile in
34180         AC_CONFIG_FILES call.
34181         * configure: Regenerated.
34182
34183         [BZ #13888]
34184         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
34185         or TMPDIR.
34186         (testout): Likewise.
34187
34188         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
34189         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
34190         $(rtld-installed-name).
34191         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
34192         (rtld_installed_name): Likwise.
34193         (runit): Remove function.
34194         (run_getconf): New variable,  Use it for running getconf binary.
34195
34196 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
34197
34198         [BZ #14716]
34199         * string/test-memmem.c (check_result): New function.
34200         (do_one_test): Use it.
34201         (check1): New function.
34202         (test_main): Use it.
34203
34204 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
34205
34206         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
34207
34208 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
34209
34210         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
34211         (_G_LSEEK64): Likewise.
34212         (_G_MMAP64): Likewise.
34213         (_G_FSTAT64): Likewise.
34214         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
34215         (_G_LSEEK64): Likewise.
34216         (_G_MMAP64): Likewise.
34217         (_G_FSTAT64): Likewise.
34218         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
34219         unconditional.  Call __mmap64 directly.
34220         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
34221         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
34222         __lseek64 directly.
34223         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
34224         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
34225         __mmap64 directly.
34226         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
34227         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34228         __lseek64 directly.
34229         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
34230         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34231         __lseek64 directly.
34232         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
34233         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
34234         __lseek64 directly.
34235         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
34236         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
34237         __fxstat64 directly.
34238         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
34239         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
34240         unconditional.
34241         (freopen64) [!_G_OPEN64]: Remove conditional code.
34242         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
34243         unconditional.
34244         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
34245         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
34246         unconditional.
34247         (ftello64) [!_G_LSEEK64]: Remove conditional code.
34248         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
34249         unconditional.
34250         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34251         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
34252         unconditional.
34253         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
34254         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
34255         unconditional.
34256         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34257         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
34258         unconditional.
34259         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34260         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
34261         unconditional.
34262         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34263
34264 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
34265
34266         [BZ #12140]
34267         * manual/memory.texi (Malloc Tunable Parameters): Add note
34268         about free list pointers overwriting some perturb bytes.
34269         Wording suggested by Roland McGrath.
34270
34271 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
34272
34273         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
34274         (lgamma_test): Likewise.
34275         (tgamma_test): Likewise.
34276
34277 2012-10-16  Florian Weimer  <fweimer@redhat.com>
34278
34279         [BZ #14700]
34280         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
34281         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
34282
34283 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
34284
34285         * NEWS: Mention BZ #14716.
34286         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
34287         when removing AVAILABLE1_USES_J macro.
34288
34289 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
34290
34291         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
34292         (__bswap_64): __uint64_t for unsigned 64-bit int.
34293
34294 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
34295
34296         * include/string.h (memmem): Declare libc hidden alias.
34297         * string/memmem.c (memmem): Define libc hidden alias.
34298         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
34299         __read, __close instead of open, read, close.
34300
34301 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
34302
34303         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
34304         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
34305         global and hidden.
34306         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
34307         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
34308         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
34309         Likewise.
34310         (__rawmemchr_sse2): Likewise.
34311         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
34312         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
34313         (__strchr_sse2): Likewise.
34314         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
34315         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
34316         (__strcasecmp_sse2): Likewise.
34317         (__strncasecmp_sse2): Likewise.
34318         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
34319         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
34320         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
34321         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
34322         (__strrchr_sse2): Likewise.
34323         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
34324         ifunc-impl-list.c.
34325         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
34326         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
34327         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
34328         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
34329         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
34330         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
34331         * sysdeps/x86_64/multiarch/memset.S: Likewise.
34332         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
34333         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
34334         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
34335         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
34336         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
34337         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
34338         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
34339         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
34340         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
34341         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
34342         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
34343         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
34344         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
34345         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
34346         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
34347         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
34348         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
34349         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
34350         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
34351         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
34352         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
34353         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
34354         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
34355
34356         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
34357         global and hidden.
34358         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
34359         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
34360         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
34361         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
34362         Likewise.
34363         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
34364         Likewise.
34365         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
34366         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
34367         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
34368         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
34369         ifunc-impl-list.c.
34370         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
34371         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
34372         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
34373         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
34374         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
34375         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
34376         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
34377         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
34378         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
34379         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
34380         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
34381         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
34382         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
34383         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
34384         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
34385         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
34386         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
34387         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
34388         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
34389         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
34390         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
34391         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
34392         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
34393         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
34394         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
34395         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
34396         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
34397         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
34398         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
34399         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
34400         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
34401         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
34402         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
34403         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
34404         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
34405         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
34406         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
34407         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
34408         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
34409         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
34410         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
34411
34412         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
34413         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
34414         * include/ifunc-impl-list.h: New file.
34415         * misc/ifunc-impl-list.c: Likewise.
34416         * misc/Makefile (routines): Add ifunc-impl-list.
34417         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
34418         * string/test-string.h: Include <ifunc-impl-list.h>.
34419         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
34420         TEST_NAME]: New variables.
34421         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
34422         are defined.
34423         (test_init): Call __libc_ifunc_impl_list to initialize
34424         func_list if TEST_IFUNC and TEST_NAME are defined.
34425
34426         * string/Makefile (strop-tests): Add bcopy and bzero.
34427         * string/test-bcopy.c: New file.
34428         * string/test-bzero.c: Likewise.
34429         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
34430         defined.
34431         * string/test-memset.c: Support bzero test if TEST_BZERO is
34432         defined.
34433         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
34434         __libc_memmove.
34435         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
34436         __libc_memset.
34437         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
34438         of memset.
34439
34440 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
34441
34442         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
34443         * configure: Regenerated.
34444
34445         * Makeconfig (+link-static-before-libc): Don't include
34446         $(link-static-libc).
34447
34448         * libio/libio.h (_IO_pos_t): Remove.
34449
34450 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34451
34452         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
34453         McGrath.
34454
34455 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34456
34457         * crypt/crypt-entry.c: Include fips-private.h.
34458         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
34459         * crypt/md5c-test.c (main): Tolerate disabled MD5.
34460         * sysdeps/unix/sysv/linux/fips-private.h: New file.
34461         * sysdeps/generic/fips-private.h: New file, dummy fallback.
34462
34463 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34464
34465         * crypt/crypt-private.h: Include stdbool.h.
34466         (_ufc_setup_salt_r): Return bool.
34467         * crypt/crypt-entry.c: Include errno.h.
34468         (__crypt_r): Return NULL with EINVAL for bad salt.
34469         * crypt/crypt_util.c (bad_for_salt): New.
34470         (_ufc_setup_salt_r): Check that salt is long enough and within
34471         the specified alphabet.
34472         * crypt/badsalttest.c: New file.
34473         * crypt/Makefile (tests): Add it.
34474         ($(objpfx)badsalttest): New.
34475
34476 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
34477
34478         * NEWS: Add entry for BZ #14602.
34479
34480 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34481
34482         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
34483         type-generic.
34484         * math/libm-test.inc: Update comment listing what functions and
34485         macros are tested.
34486         (isgreater_test): New function.
34487         (isgreaterequal_test): Likewise.
34488         (isless_test): Likewise.
34489         (islessequal_test): Likewise.
34490         (islessgreater_test): Likewise.
34491         (isunordered_test): Likewise.
34492         (main): Call the new functions.
34493
34494 2012-10-09  Roland McGrath  <roland@hack.frob.com>
34495
34496         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
34497         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
34498         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
34499         * sysdeps/i386/configure: Regenerated.
34500         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
34501         * sysdeps/mach/configure: Regenerated.
34502         * sysdeps/mach/hurd/configure: Regenerated.
34503         * sysdeps/powerpc/configure: Regenerated.
34504         * sysdeps/powerpc/powerpc32/configure: Regenerated.
34505         * sysdeps/powerpc/powerpc64/configure: Regenerated.
34506         * sysdeps/s390/s390-32/configure: Regenerated.
34507         * sysdeps/s390/s390-64/configure: Regenerated.
34508         * sysdeps/sh/configure: Regenerated.
34509         * sysdeps/sparc/configure: Regenerated.
34510         * sysdeps/unix/sysv/linux/configure: Regenerated.
34511         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
34512         * sysdeps/x86_64/configure: Regenerated.
34513
34514         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
34515         defined.  Don't check if MAP is NULL.
34516
34517 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34518
34519         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
34520         (_G_stat64): Likewise.
34521         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
34522         (_G_stat64): Likewise.
34523         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
34524         instead of struct _G_stat64.
34525         * libio/fileops.c (mmap_remap_check): Likewise.
34526         (decide_maybe_mmap): Likewise.
34527         (_IO_new_file_seekoff): Likewise.
34528         (_IO_file_stat): Likewise.
34529         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
34530         _G_off64_t.
34531         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
34532         instead of struct _G_stat64.
34533         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34534
34535 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
34536
34537         [BZ #14602]
34538         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34539         Replace with ...
34540         (CHECK_EOL): New macro.
34541         (two_way_short_needle): Check beginning of haystack for EOL.  Use
34542         CHECK_EOL.
34543         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34544         Replace with CHECK_EOL.
34545         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34546         Replace with CHECK_EOL.
34547
34548 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
34549
34550         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
34551         type-generic.
34552         * math/libm-test.inc: Update comment listing what functions and
34553         macros are tested.
34554         (finite_test): New function.
34555         (isinf_test): Likewise.
34556         (isnan_test): Likewise.
34557         (fpclassify_test): Test subnormal input.
34558         (isfinite_test): Likewise.
34559         (isnormal_test): Likewise.
34560         (main): Call the new functions.
34561
34562 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
34563
34564         [BZ #14660]
34565         * Makerules (%.dynsym): Force C locale when running
34566         $(OBJDUMP) --dynamic-syms.
34567
34568 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
34569
34570         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
34571         <stdint.h>.
34572
34573 2012-10-06  David S. Miller  <davem@davemloft.net>
34574
34575         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
34576         upper 32-bits of the length value in %o2 since we use branch-on-register
34577         tests which consider the entire 64-bit register.
34578
34579 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
34580
34581         * string/test-strstr.c (check2): Add a test for page boundary.
34582
34583 2012-10-05  David S. Miller  <davem@davemloft.net>
34584
34585         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
34586         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
34587         file.
34588         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34589         sysdep_routines.
34590         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34591         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
34592         and bzero when HWCAP_SPARC_CRYPTO is present.
34593
34594 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
34595
34596         [BZ #14602]
34597         * string/test-strstr.c (check2): New function.
34598         (test_main): Call check2.
34599
34600         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
34601         and bug-strchr1.
34602         * string/bug-strcasestr1.c (do_test): Moved to ...
34603         * string/test-strcasestr.c (check1): Here.  New function.
34604         (do_one_test): Break out result checking code into ...
34605         (check_result): This.  New function.
34606         (do_one_test): Call check_result.
34607         (test_main): Call check1.
34608         * string/bug-strchr1.c (do_test): Moved to ...
34609         * string/test-strchr.c (check1): Here.  New function.
34610         (do_one_test): Break out result checking code into ...
34611         (check_result): This.  New function.
34612         (do_one_test): Call check_result.
34613         (test_main): Call check1.
34614         * string/bug-strstr1.c (main): Moved to ...
34615         * string/test-strstr.c (check1): Here.  New function.
34616         (do_one_test): Break out result checking code into ...
34617         (check_result): This.  New function.
34618         (do_one_test): Call check_result.
34619         (test_main): Call check1.
34620         * string/bug-strcasestr1.c: Removed.
34621         * string/bug-strchr1.c: Likewise.
34622         * string/bug-strstr1.c: Likewise.
34623
34624         * elf/Makefile (dl-routines): Add hwcaps.
34625         * elf/dl-support.c (_dl_important_hwcaps): Removed.
34626         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34627         (_dl_important_hwcaps): Moved to ...
34628         * elf/dl-hwcaps.c: Here.  New file.
34629         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34630
34631         [BZ #14557]
34632         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34633         if IS_IN_rtld isn't defined.
34634
34635         * elf/dl-support.c (_dl_sysinfo_map): New.
34636         Include "get-dynamic-info.h" and "setup-vdso.h".
34637         (_dl_non_dynamic_init): Call setup_vdso.
34638         * elf/dynamic-link.h: Don't include <assert.h>.
34639         (elf_get_dynamic_info): Moved to ...
34640         * elf/get-dynamic-info.h: Here.  New file.
34641         * elf/dynamic-link.h: Include "get-dynamic-info.h".
34642         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34643         * elf/setup-vdso.h: Here.  New file.
34644         * elf/rtld.c: Include "setup-vdso.h".
34645         (dl_main): Call setup_vdso.
34646
34647 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
34648
34649         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34650         creal in comment listing functions tested.  List finite, isinf,
34651         isnan, isless, islessequal, isgreater, isgreaterequal,
34652         islessgreater, isunordered, lgamma_r and pow10 as functions and
34653         macros not tested.  Mention which functions not tested are aliases
34654         for other functions.  Fix typo.  Note that signs of NaNs are not
34655         tested.
34656
34657         * scripts/config.guess: Update from config.git.
34658         * scripts/config.sub: Likewise.
34659
34660 2012-10-04  Roland McGrath  <roland@hack.frob.com>
34661
34662         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34663         * misc/madvise.c (madvise): Renamed to __madvise.
34664         Make madvise a weak alias.
34665         * include/sys/mman.h: Declare __madvise.
34666         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34667         * sysdeps/unix/syscalls.list
34668         (madvise): Make __madvise the strong name, and madvise a weak alias.
34669         * sysdeps/unix/sysv/linux/syscalls.list
34670         (madvise, mmap): Remove redundant entries.
34671         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34672         * malloc/malloc.c (mtrim): Likewise.
34673         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34674
34675 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34676
34677         * sysdeps/mach/hurd/dl-cache.c: File removed.
34678         * config.h.in (USE_LDCONFIG): New #undef.
34679         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34680         * configure: Regenerated.
34681         * elf/Makefile (dl-routines): Add dl-cache only under
34682         [$(use-ldconfig) = yes].
34683         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34684         cache on [USE_LDCONFIG].
34685         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34686         [USE_LDCONFIG].
34687         * elf/rtld.c (dl_main): Likewise.
34688
34689 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
34690
34691         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34692         _SC_LEVEL4_CACHE_LINESIZE.
34693
34694 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34695
34696         * sysdeps/unix/bsd/confstr.h: File removed.
34697
34698 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
34699
34700         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34701         sys/sdt-config.h.
34702
34703 2012-10-02  Roland McGrath  <roland@hack.frob.com>
34704
34705         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34706         Make 'mapoff' field ElfW(Off) rather than off_t.
34707
34708 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
34709
34710         * nscd/Makefile: Remove nscd-cflags and all its users.
34711         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34712         (CFLAGS-nonlib): Add compiler flags for nscd modules.
34713
34714         [BZ #10631]
34715         * malloc.c (malloc_printerr): Clarify error message.
34716
34717 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
34718
34719         [BZ #14648]
34720         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34721         Set bit_FMA_Usable if FMA is supported.
34722         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34723         macro.
34724         (bit_FMA4_Usable): Updated.
34725         (index_FMA_Usable): New macro.
34726         (CPUID_FMA): Likewise
34727         (HAS_FMA): Defined with bit_FMA_Usable.
34728
34729 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34730
34731         * bits/types.h (__swblk_t): Type removed.
34732         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34733         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34734         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34735         (__SWBLK_T_TYPE): Likewise.
34736         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34737         (__SWBLK_T_TYPE): Likewise.
34738         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34739         (__SWBLK_T_TYPE): Likewise.
34740         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34741         (__SWBLK_T_TYPE): Likewise.
34742
34743 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
34744             Honza Horak <hhorak@redhat.com>
34745
34746         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34747         (xdr_mapname): Use YPMAXMAP as maxsize.
34748         (xdr_peername): Use YPMAXPEER as maxsize.
34749         (xdr_keydat): Use YPAXRECORD as maxsize.
34750         (xdr_valdat): Use YPMAXRECORD as maxsize.
34751
34752 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34753
34754         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34755
34756         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34757         * csu/init-first.c: ... here.
34758         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34759         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34760         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34761         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34762         * sysdeps/i386/init-first.c: File removed.
34763         * sysdeps/sh/init-first.c: File removed.
34764
34765 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
34766
34767         [BZ #14645]
34768         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34769         if x * y might underflow to zero and z is zero.
34770         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34771         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34772         * math/libm-test.inc (min_subnorm_value): New variable.
34773         (fma_test): Add more tests.
34774         (fma_test_towardzero): Likewise.
34775         (fma_test_downward): Likewise
34776         (fma_test_upward): Likewise.
34777         (initialize): Set min_subnorm_value.
34778
34779 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
34780
34781         [BZ #14638]
34782         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34783         0 + 0.
34784         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34785         mode for addition resulting in exact zero.
34786         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34787         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34788         exact 0 + 0.
34789         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34790         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34791         * math/libm-test.inc (fma_test): Add more tests.
34792         (fma_test_towardzero): New function.
34793         (fma_test_downward): Likewise.
34794         (fma_test_upward): Likewise.
34795         (main): Call the new functions.
34796
34797 2012-09-28  David S. Miller  <davem@davemloft.net>
34798
34799         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34800
34801 2012-09-28  Roland McGrath  <roland@hack.frob.com>
34802
34803         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34804         instead of SIGALRM.
34805
34806         * sysdeps/gnu/_G_config.h: Moved to ...
34807         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34808         * sysdeps/mach/hurd/_G_config.h: Moved to ...
34809         * sysdeps/generic/_G_config.h: ... here.
34810
34811         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
34812
34813         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34814
34815         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34816         Conditionalize target on [libnss_test1.so-version].
34817
34818         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34819
34820         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34821         (elfobjdir): Move out of conditionals.
34822
34823         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34824         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34825         (__nss_lookup_function): Conditionalize label remove_from_tree on
34826         [!DO_STATIC_NSS || SHARED], matching its only use.
34827
34828 2012-09-28  David S. Miller  <davem@davemloft.net>
34829
34830         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34831         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34832         file.
34833         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34834         sysdep_routines.
34835         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34836         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34837         when HWCAP_SPARC_CRYPTO is present.
34838
34839 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34840
34841         * io/tst-mknodat.c: Create a FIFO instead of a socket.
34842
34843 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
34844
34845         [BZ #6530]
34846         * stdio-common/vfprintf.c (process_string_arg): Revert
34847         2000-07-22 change.
34848
34849 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
34850
34851         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34852         for testcase.
34853         * stdio-common/tst-sprintf.c: Include <locale.h>
34854         (main): Test sprintf's handling of incomplete multibyte
34855         characters.
34856
34857 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
34858
34859         * elf/dl-runtime.c (VERSYMIDX): Removed.
34860         * elf/dl-version.c (VERSYMIDX): Likewise.
34861         * elf/do-rel.h (VERSYMIDX): Likewise.
34862         (VALIDX): Likewise.
34863         * elf/dynamic-link.h (VERSYMIDX): Likewise.
34864         * elf/rtld.c (VALIDX): Likewise.
34865         (ADDRIDX): Likewise.
34866         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34867         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34868         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
34869         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34870         (VALIDX): Likewise.
34871         (ADDRIDX): Likewise.
34872
34873 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34874
34875         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34876
34877 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
34878
34879         [BZ #11438]
34880         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34881         to global scope.
34882         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34883         addresses are in the same scope as 192.0.2/24.
34884         * posix/gai.conf: Document new scope table defaults.
34885
34886 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34887
34888         [BZ #5298]
34889         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34890         for ftell.  Compute offsets from write pointers instead.
34891         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34892
34893 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34894
34895         [BZ #14543]
34896         * libio/Makefile (tests): New test case tst-fseek.
34897         * libio/tst-fseek.c: New test case to verify that fseek/ftell
34898         combination works in wide mode.
34899         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34900         state when the external buffer state changes.
34901
34902 2012-09-27  David S. Miller  <davem@davemloft.net>
34903
34904         [BZ #14376]
34905         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34906         pass reloc->r_addend in as the 'high' argument to
34907         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34908
34909         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34910
34911 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34912
34913         * rt/tst-aio2.c: Include <pthread.h>.
34914         * rt/tst-aio3.c: Likewise.
34915
34916 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34917
34918         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34919
34920 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34921
34922         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34923         contents on [SHARED].
34924
34925 2012-09-26  Marek Polacek  <polacek@redhat.com>
34926
34927         [BZ #14530]
34928         [BZ #13741]
34929         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34930         for C++ and GCC <4.3 as well as for non GCC compilers.
34931
34932 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34933
34934         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34935
34936 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34937
34938         * Makefile.in (all, install): Declare with .PHONY.
34939         Reported by Michael Hope <michael.hope@linaro.org>.
34940
34941 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34942
34943         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34944         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34945         system header.
34946         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34947         Likewise.
34948         (sydep_routines): Add the new and the internal functions.
34949         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34950         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34951         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34952         (GLIBC_2.17): Add the new function.
34953         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34954         (GLIBC_2.17): Likewise.
34955         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34956         (GLIBC_2.17): Likewise.
34957         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34958         (GLIBC_2.17): Likewise.
34959         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34960
34961 2012-09-25  Alan Modra  <amodra@gmail.com>
34962
34963         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34964         Add release barrier before setting once_control to say
34965         initialisation is done.  Add hints on lwarx.  Use macro in
34966         place of isync.
34967         (clear_once_control): Add release barrier.
34968
34969 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34970
34971         [BZ #13629]
34972         * math/s_clog.c (__clog): Handle more values close to |z| = 1
34973         specially.
34974         * math/s_clog10.c (__clog10): Likewise.
34975         * math/s_clog10f.c (__clog10f): Likewise.
34976         * math/s_clog10l.c (__clog10l): Likewise.
34977         * math/s_clogf.c (__clogf): Likewise.
34978         * math/s_clogl.c (__clogl): Likewise.
34979         * math/Makefile (libm-calls): Add x2y2m1.
34980         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34981         (__x2y2m1): Likewise.
34982         (__x2y2m1l): Likewise.
34983         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34984         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34985         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34986         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34987         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34988         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34989         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34990         * sysdeps/i386/fpu/libm-test-ulps: Update.
34991         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34992
34993         [BZ #14621]
34994         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
34995         int as type of variable DEPTH.
34996         (glob): Use size_t instead of int as type of variables NEWCOUNT
34997         and OLD_PATHC.
34998
34999 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35000
35001         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35002         Add s_sincosf-sse2.
35003         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
35004         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
35005         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
35006         macros for using routine as __sincosf_ia32.
35007         Use macro for function declaration and weak_alias.
35008         * sysdeps/i386/fpu/libm-test-ulps: Update.
35009
35010         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
35011         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35012
35013         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
35014         subnormal argument.
35015         * math/s_cexpf.c (__cexpf): Likewise.
35016         * math/s_csinf.c (__csinf): Likewise.
35017         * math/s_csinhf.c (__csinhf): Likewise.
35018         * math/s_ctanf.c (__ctanf): Likewise.
35019         * math/s_ctanhf.c (__ctanhf): Likewise.
35020         * math/s_ccosh.c (__ccoshf): Likewise.
35021         * math/s_cexp.c (__cexpl): Likewise.
35022         * math/s_csin.c (__csin): Likewise.
35023         * math/s_csinh.c (__csinh): Likewise.
35024         * math/s_ctan.c (__ctan): Likewise.
35025         * math/s_ctanh.c (ctanh): Likewise.
35026         * math/s_ccoshl.c (__ccoshl): Likewise.
35027         * math/s_cexpl.c (__cexpl): Likewise.
35028         * math/s_csinl.c (__csinl): Likewise.
35029         * math/s_csinhl.c (__csinhl): Likewise.
35030         * math/s_ctanl.c (__ctanl): Likewise.
35031         * math/s_ctanhl.c (__ctanhl): Likewise.
35032
35033 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
35034
35035         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
35036         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
35037         (_IO_off_t): Define to __off_t, not _G_off_t.
35038         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
35039         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
35040         (_IO_wint_t): Define to wint_t, not _G_wint_t.
35041         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
35042         type of __dummy and __dummy2 fields.
35043         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
35044         (_G_ssize_t): Likewise.
35045         (_G_off_t): Likewise.
35046         (_G_pid_t): Likewise.
35047         (_G_uid_t): Likewise.
35048         (_G_wchar_t): Likewise.
35049         (_G_wint_t): Likewise.
35050         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
35051         (_G_ssize_t): Likewise.
35052         (_G_off_t): Likewise.
35053         (_G_pid_t): Likewise.
35054         (_G_uid_t): Likewise.
35055         (_G_wchar_t): Likewise.
35056         (_G_wint_t): Likewise.
35057         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
35058         (_G_ssize_t): Likewise.
35059         (_G_off_t): Likewise.
35060         (_G_pid_t): Likewise.
35061         (_G_uid_t): Likewise.
35062         (_G_wchar_t): Likewise.
35063         (_G_wint_t): Likewise.
35064
35065 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
35066
35067         * malloc/arena.c: Include malloc-sysdep.h.
35068         (shrink_heap): Use check_may_shrink_heap to decide if madvise
35069         is sufficient to shrink the heap or an unmap is needed.
35070         * sysdeps/generic/malloc-sysdep.h: New file.  Define
35071         new function check_may_shrink_heap.
35072         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
35073         new function check_may_shrink_heap.
35074
35075 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
35076
35077         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
35078         comments.
35079
35080 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
35081
35082         * catgets/test-gencat.sh: Add "set -e".
35083         * elf/tst-pathopt.sh: Likewise.
35084         * grp/tst_fgetgrent.sh: Likewise.
35085         * iconvdata/run-iconv-test.sh: Likewise.
35086         * intl/tst-gettext.sh: Likewise.
35087         * intl/tst-gettext2.sh: Likewise.
35088         * intl/tst-gettext4.sh: Likewise.
35089         * intl/tst-gettext6.sh: Likewise.
35090         * intl/tst-translit.sh: Likewise.
35091         * io/ftwtest-sh: Likewise.
35092         * libio/test-freopen.sh: Likewise.
35093         * malloc/tst-mtrace.sh: Likewise.
35094         * posix/globtest.sh: Likewise.
35095         * posix/tst-getconf.sh: Likewise.
35096         * posix/wordexp-tst.sh: Likewise.
35097         * stdio-common/tst-printf.sh: Likewise.
35098         * stdio-common/tst-unbputc.sh: Likewise.
35099         * stdlib/tst-fmtmsg.sh: Likewise.
35100         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35101         * catgets/Makefile: Do not specify -e option when running
35102         testsuite shell scripts.
35103         * elf/Makefile: Likewise.
35104         * grp/Makefile: Likewise.
35105         * iconvdata/Makefile: Likewise.
35106         * intl/Makefile: Likewise.
35107         * io/Makefile: Likewise.
35108         * libio/Makefile: Likewise.
35109         * malloc/Makefile: Likewise.
35110         * posix/Makefile: Likewise.
35111         * stdio-common/Makefile: Likewise.
35112         * stdlib/Makefile: Likewise.
35113         * sysdeps/x86_64/Makefile: Likewise.
35114
35115         * io/ftwtest-sh: Add copyright header.
35116         * posix/globtest.sh: Likewise.
35117         * posix/tst-getconf.sh: Likewise.
35118         * posix/wordexp-tst.sh: Likewise.
35119         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35120
35121 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
35122
35123         [BZ #13679]
35124         * Makeconfig (+link): Defined as $(+link-static) if
35125         $(build-shared) isn't yes.
35126         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
35127         isn't yes.
35128         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
35129
35130         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
35131
35132         [BZ #14562]
35133         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
35134         new chunk size with MALLOC_ALIGN_MASK.
35135
35136 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
35137
35138         [BZ #5044]
35139         * stdio-common/printf_fphex.c: Include <stdbool.h> and
35140         <rounding-mode.h>.
35141         (__printf_fphex): Determine rounding using get_rounding_mode and
35142         round_away.
35143         * stdio-common/tst-printf-round.c (struct hex_test): New
35144         structure.
35145         (hex_tests): New variable.
35146         (test_hex_in_one_mode): New function.
35147         (do_test): Also run tests for hex float output.
35148
35149 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
35150
35151         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35152         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35153         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
35154         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35155         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35156         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
35157         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35158         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35159
35160 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
35161
35162         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
35163         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
35164         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
35165         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
35166
35167 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
35168
35169         [BZ #14579]
35170         * elf/rtld.c (dl_main): Limit the check for self loading to normal
35171         mode only.
35172         * elf/tst-rtld-load-self.sh: New test.
35173         * elf/Makefile: Run it.
35174
35175 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
35176
35177         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
35178         (tst-writev-ENV): Remove.
35179         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
35180
35181 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
35182
35183         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
35184
35185 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
35186
35187         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
35188         unconditional.
35189         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
35190         Likewise.
35191         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
35192         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
35193         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
35194         Likewise.
35195
35196 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
35197
35198         [BZ #14587]
35199         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
35200         * config.make.in (have-cpp-asm-debuginfo): Removed.
35201         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
35202         * configure: Regenerated.
35203
35204 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
35205
35206         [BZ #5044]
35207         * stdio-common/printf_fp.c: Include <stdbool.h> and
35208         <rounding-mode.h>.
35209         (___printf_fp): Determine rounding using get_rounding_mode and
35210         round_away.
35211         * stdio-common/tst-printf-round.c: New file.
35212         * stdio-common/Makefile (tests): Add tst-printf-round.
35213         (link-libm): New variable.
35214         ($(objpfx)tst-printf-round): Depend in $(link-libm).
35215
35216 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
35217
35218         [BZ #14576]
35219         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
35220         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
35221         Likewise.
35222         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
35223         Likewise.
35224
35225 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
35226
35227         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
35228         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35229         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35230         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35231
35232 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
35233
35234         [BZ #14518]
35235         * include/rounding-mode.h: New file.
35236         * sysdeps/generic/get-rounding-mode.h: Likewise.
35237         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
35238         * stdlib/strtod_l.c: Include <rounding-mode.h>.
35239         (MAX_VALUE): New macro.
35240         (MIN_VALUE): Likewise.
35241         (overflow_value): New function.
35242         (underflow_value): Likewise.
35243         (round_and_return): Use overflow_value and underflow_value to
35244         determine return values in overflow and underflow cases.  Use
35245         round_away to determine rounding depending on rounding mode.
35246         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
35247         determine return values in overflow and underflow cases.
35248         * stdlib/tst-strtod-round.c: Include <fenv.h>.
35249         (struct test_results): New structure.
35250         (struct test): Use struct test_results to store expected results
35251         for all rounding modes.
35252         (TEST): Include expected results for all rounding modes.
35253         (test_in_one_mode): New function.
35254         (do_test): Use test_in_one_mode to compute and check results.
35255         Check results for all rounding modes.
35256         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
35257         $(link-libm).
35258
35259 2012-12-09  Allan McRae  <allan@archlinux.org>
35260
35261         * sysdeps/i386/fpu/libm-test-ulps: Update
35262
35263 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
35264
35265         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
35266         (_G_int32_t): Likewise.
35267         (_G_uint16_t): Likewise.
35268         (_G_uint32_t): Likewise.
35269         (_G_HAVE_BOOL): Likewise.
35270         (_G_HAVE_ATEXIT): Likewise.
35271         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35272         (_G_HAVE_IO_FILE_OPEN): Likewise.
35273         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
35274         (_G_int32_t): Likewise.
35275         (_G_uint16_t): Likewise.
35276         (_G_uint32_t): Likewise.
35277         (_G_HAVE_BOOL): Likewise.
35278         (_G_HAVE_ATEXIT): Likewise.
35279         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35280         (_G_HAVE_IO_FILE_OPEN): Likewise.
35281         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
35282         (_G_int32_t): Likewise.
35283         (_G_uint16_t): Likewise.
35284         (_G_uint32_t): Likewise.
35285         (_G_HAVE_BOOL): Likewise.
35286         (_G_HAVE_ATEXIT): Likewise.
35287         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35288         (_G_HAVE_IO_FILE_OPEN): Likewise.
35289
35290 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
35291
35292         * csu/libc-tls.c: Update copyright years.
35293
35294 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
35295
35296         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
35297         [!_G_USING_THUNKS]: Remove conditional code.
35298         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
35299         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
35300
35301         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
35302         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
35303         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35304         (_G_VTABLE_LABEL_PREFIX): Likewise.
35305         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35306         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35307         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35308         (_G_VTABLE_LABEL_PREFIX): Likewise.
35309         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35310         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35311         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35312         (_G_VTABLE_LABEL_PREFIX): Likewise.
35313         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35314
35315 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
35316
35317         * libio/Makefile: Include ../Makeconfig before tests.
35318         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
35319         only if $(build-shared) is yes.
35320
35321         * iconv/gconv_db.c: Update copyright years.
35322
35323 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35324
35325         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
35326         unwind info if defined PIC. Fix special cases description.
35327         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
35328
35329         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
35330         DP_HI_MASK entry.
35331         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
35332
35333 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
35334
35335         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
35336
35337         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
35338         is NULL.
35339
35340         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
35341         (LDLIBS-tst-chk4): This.
35342         (LDFLAGS-tst-chk5): Renamed to ...
35343         (LDLIBS-tst-chk5): This.
35344         (LDFLAGS-tst-chk6): Renamed to ...
35345         (LDLIBS-tst-chk6): This.
35346         (LDFLAGS-tst-lfschk4): Renamed to ...
35347         (LDLIBS-tst-lfschk4): This.
35348         (LDFLAGS-tst-lfschk5): Renamed to ...
35349         (LDLIBS-tst-lfschk5): This.
35350         (LDFLAGS-tst-lfschk6): Renamed to ...
35351         (LDLIBS-tst-lfschk6): This.
35352
35353         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
35354         on $(common-objpfx)soversions.mk.
35355
35356 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
35357
35358         [BZ #10014]
35359         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
35360         example host name.
35361
35362 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
35363
35364         * malloc/arena.c (arena_get_retry): New function that gets
35365         another arena for the caller to try its request on.
35366         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
35367         current arena cannot fulfill the request.
35368         (__libc_memalign): Likewise.
35369         (__libc_memalign): Likewise.
35370         (__libc_pvalloc): Likewise.
35371         (__libc_calloc): Likewise.
35372
35373 2012-09-05  John Tobey  <john.tobey@gmail.com>
35374
35375         [BZ #13542]
35376         * manual/arith.texi (Operations on Complex): Fix description
35377         of carg branch cut.
35378
35379 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35380
35381         [BZ #10014]
35382         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
35383         host name.
35384
35385         [BZ #10038]
35386         * manual/memory.texi (Memory): Make order of menu items match
35387         order of sections.
35388
35389 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35390
35391         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
35392         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
35393         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
35394
35395 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35396
35397         * csu/libc-tls.c (static_dtv): Renamed to ...
35398         (_dl_static_dtv): This.  Make it global.
35399         (_dl_initial_dtv): Removed.
35400         (__libc_setup_tls): Updated.
35401         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
35402         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
35403         DL_INITIAL_DTV.
35404
35405 2012-09-06  Petr Machata  <pmachata@redhat.com>
35406
35407         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
35408         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
35409         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
35410         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
35411
35412 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35413
35414         [BZ #14545]
35415         * csu/libc-tls.c (_dl_initial_dtv): New variable.
35416         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
35417         freeing dtv[-1].
35418
35419 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35420
35421         [BZ #14544]
35422         * Makeconfig (link-static-before-libc): Replace $(+prector)
35423         with $(+prectorT).
35424         (link-static-after-libc): Replace $(+postctor) with
35425         $(+postctorT).
35426         (link-bounded): Replace $(+prector)/$(+postctor) with
35427         $(+prectorT)/$(+postctorT).
35428         (+prectorT): New macro.
35429         (+postctorT): Likewise.
35430
35431 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35432
35433         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
35434         (round_str): Handle values above the maximum for IBM long double
35435         as inexact.
35436         * stdlib/tst-strtod-round.c (tests): Regenerated.
35437
35438 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35439
35440         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
35441         assembler flag.
35442         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
35443         zarch_nohighgprs around the zarch optimized routines.
35444         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
35445         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
35446         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
35447         for zarch.
35448
35449 2012-09-05  David S. Miller  <davem@davemloft.net>
35450
35451         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35452
35453         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
35454         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
35455         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
35456         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
35457         entries.
35458
35459 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35460
35461         * malloc/arena.c: Fold copyright years.
35462         * malloc/mcheck.c, malloc/memusage.c: Likewise.
35463
35464 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35465
35466         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
35467
35468 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35469
35470         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
35471
35472 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35473
35474         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
35475         change internal state upon failure.
35476
35477 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35478
35479         * malloc/mcheck.c (mcheck_check_all): Fix typo.
35480         * malloc/memusage.c (mmap): Likewise.
35481         (mmap64, mremap): Likewise.  Adjust name in comment.
35482
35483 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35484
35485         * libio/fileops.c: Fix typos in comments.
35486         * libio/oldfileops.c: Likewise.
35487         * libio/wfileops.c: Likewise.
35488
35489 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35490
35491         [BZ #1349]
35492         * malloc/Makefile (tests): Add tst-malloc-usable test case.
35493         (tst-malloc-usable-ENV): Set environment for test case.
35494         * malloc/hooks.c (malloc_check_get_size): New function to get
35495         requested size.
35496         * malloc/malloc.c (musable): Use malloc_check_get_size.
35497         * malloc/tst-malloc-usable.c: New test case.
35498
35499 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35500
35501         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
35502
35503 2012-09-05  Allan McRae  <allan@archlinux.org>
35504
35505         [BZ #13966]
35506         * configure.in (CXX_SYSINCLUDES): Use compiler output to
35507         determine header location.
35508         * configure: Regenerated.
35509
35510 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35511
35512         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
35513         float format.
35514         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
35515         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
35516         format.
35517         (test): Regenerate.
35518
35519 2012-09-04  David S. Miller  <davem@davemloft.net>
35520
35521         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
35522         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
35523         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
35524
35525 2012-09-04  Florian Weimer  <fweimer@redhat.com>
35526
35527         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
35528         failures.
35529
35530         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
35531
35532 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
35533
35534         [BZ #9914]
35535         * libio/iogetdelim.c: Include <limits.h>.
35536         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
35537         + len + 1 would overflow.
35538
35539 2012-09-03  Andreas Jaeger  <aj@suse.de>
35540
35541         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35542         * sysdeps/i386/fpu/libm-test-ulps: Update.
35543
35544 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35545
35546         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35547         Add s_sinf-sse2, s_conf-sse2.
35548
35549         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
35550         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
35551         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
35552         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
35553
35554         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
35555         for using routine as __sinf_ia32.
35556         Use macro for function declaration and weak_alias.
35557         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
35558         for using routine as __cosf_ia32.
35559         Use macro for function declaration and weak_alias.
35560
35561         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
35562         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
35563
35564         * sysdeps/x86_64/fpu/s_sinf.S: New file.
35565         * sysdeps/x86_64/fpu/s_cosf.S: New file.
35566         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35567
35568         * math/libm-test.inc (cos_test): Add more test cases.
35569         (sin_test): Likewise.
35570         (sincos_test): Likewise.
35571
35572 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35573
35574         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35575         (IFUNC_RESOLVE): Make pointers to the specialized implementations
35576         hidden.
35577         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35578
35579 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
35580
35581         [BZ #14538]
35582         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
35583         first element of the GOT.
35584         (elf_machine_load_address): Return the difference between
35585         the runtime address of _DYNAMIC and elf_machine_dynamic ().
35586
35587 2012-09-01  Allan McRae  <allan@archlinux.org>
35588
35589         [BZ #13412]
35590         * configure.in (AWK): Require gawk version 3.0 or later.
35591         * configure: Regenerated.
35592
35593 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
35594
35595         * sysdeps/unix/sysv/linux/kernel-features.h
35596         (__ASSUME_POSIX_CPU_TIMERS): Remove.
35597         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35598         [__NR_clock_getres]: Make code unconditional.
35599         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
35600         (clock_getcpuclockid): Remove code left unreachable by removal of
35601         conditionals.
35602         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
35603         code unconditional.
35604         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35605         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35606         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
35607         Make code unconditional.
35608         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35609         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35610         * sysdeps/unix/sysv/linux/clock_settime.c
35611         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
35612         conditional code.
35613         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
35614         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35615
35616 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
35617
35618         [BZ #14476]
35619         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35620         scripts/test-installation.pl.
35621
35622         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35623         and $ld_so_version if it is set.
35624
35625 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35626
35627         [BZ #14516]
35628         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35629         failure if reading from procfs failed.
35630         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35631
35632 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35633
35634         * sysdeps/unix/sysv/linux/kernel-features.h
35635         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35636         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35637         Remove conditional code.
35638         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35639         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35640         Remove conditional code.
35641         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35642         * sysdeps/unix/sysv/linux/i386/fxstat.c
35643         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35644         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35645         * sysdeps/unix/sysv/linux/i386/fxstatat.c
35646         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35647         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35648         * sysdeps/unix/sysv/linux/i386/lxstat.c
35649         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35650         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35651         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35652         Remove conditional code.
35653         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35654         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35655         Remove conditional code.
35656         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35657         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35658         <kernel-features.h>.
35659         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35660         Remove.
35661         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35662         Remove conditional code.
35663         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35664         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35665         Remove conditional.
35666
35667 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
35668
35669         [BZ #5400]
35670         * NEWS: Add fixed bug number.
35671
35672 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35673
35674         [BZ #14519]
35675         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35676         underflowing exponent in case of negative sign.
35677         * stdlib/tst-strtod-round-data: Add more tests.
35678         * stdlib/tst-strtod-round.c (tests): Regenerated.
35679
35680         [BZ #3479]
35681         * stdlib/strtod_l.c (NDIG): Remove.
35682         (HEXNDIG): Likewise.
35683         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35684         smallest representable value.
35685         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35686         lie within an exact representation of 1/2 ulp of the result.
35687         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35688         unconditionally.
35689         (TENS_P9_IDX): Define unconditionally.
35690         (TENS_P9_SIZE): Likewise.
35691         (TENS_P10_IDX): Likewise.
35692         (TENS_P10_SIZE): Likewise.
35693         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35694         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35695         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35696         entries for 10^2^13 and 10^2^14.
35697         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35698         (TENS_P13_IDX): Define.
35699         (TENS_P13_SIZE): Likewise.
35700         (TENS_P14_IDX): Likewise.
35701         (TENS_P14_SIZE): Likewise.
35702         (_fpioconst_pow10): Change array size to
35703         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
35704         unconditional.
35705         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35706         1024]: Add entries for 10^2^13 and 10^2^14.
35707         [LAST_POW10 > _LAST_POW10]: Remove #error.
35708         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35709         (_fpioconst_pow10): Change array size to
35710         FPIOCONST_POW10_ARRAY_SIZE.
35711         * stdlib/gen-fpioconst.c: New file.
35712         * stdlib/gen-tst-strtod-round.c: Likewise.
35713         * stdlib/tst-strtod-round-data: Likewise.
35714         * stdlib/tst-strtod-round.c: Likewise.
35715         * stdlib/Makefile (tests): Add tst-strtod-round.
35716
35717         [BZ #14459]
35718         * stdlib/strtod_l.c: Include <stdint.h>.
35719         (NDEBUG): Do not define.
35720         (round_and_return): Change EXPONENT parameter to type intmax_t.
35721         Rearrange calculations to avoid internal overflow possibilities.
35722         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35723         Rearrange calculations to avoid internal overflow possibilities.
35724         Assert that number fits inside MPNSIZE limbs.
35725         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35726         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
35727         calculations and add assertions to avoid internal overflow
35728         possibilities.  Add casts to avoid signed/unsigned operations.
35729         * stdlib/tst-strtod-overflow.c: New file.
35730         * stdlib/Makefile (tests): Add tst-strtod-overflow.
35731
35732 2012-08-25  Marek Polacek  <polacek@redhat.com>
35733
35734         * time/time.h: Fix some typos in comments.
35735
35736 2012-08-23  Roland McGrath  <roland@hack.frob.com>
35737
35738         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35739         * posix/tst-rfc3484-2.c: Likewise.
35740         * posix/tst-rfc3484-3.c: Likewise.
35741
35742 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
35743
35744         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35745         (EF_ARM_ABI_FLOAT_HARD): Likewise.
35746
35747 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
35748
35749         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35750         #include of fxstatat64.c.
35751
35752 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35753
35754         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35755         * shadow/getspent_r.c: Likewise.
35756         * shadow/getspnam.c: Likewise.
35757         * shadow/getspnam_r.c: Likewise.
35758         * gshadow/getsgent.c: Likewise.
35759         * gshadow/getsgent_r.c: Likewise.
35760         * gshadow/getsgnam.c: Likewise.
35761         * gshadow/getsgnam_r.c: Likewise.
35762         * inet/getnetbyad.c: Likewise.
35763         * inet/getnetbyad_r.c: Likewise.
35764         * inet/getnetbynm.c: Likewise.
35765         * inet/getnetbynm_r.c: Likewise.
35766         * inet/getnetent.c: Likewise.
35767         * inet/getnetent_r.c: Likewise.
35768         * inet/getproto.c: Likewise.
35769         * inet/getproto_r.c: Likewise.
35770         * inet/getprtent.c: Likewise.
35771         * inet/getprtent_r.c: Likewise.
35772         * inet/getprtname.c: Likewise.
35773         * inet/getprtname_r.c: Likewise.
35774         * inet/getrpcbyname.c: Likewise.
35775         * inet/getrpcbyname_r.c: Likewise.
35776         * inet/getrpcbynumber.c: Likewise.
35777         * inet/getrpcbynumber_r.c: Likewise.
35778         * inet/getrpcent.c: Likewise.
35779         * inet/getrpcent_r.c: Likewise.
35780         * inet/getaliasent.c: Likewise.
35781         * inet/getaliasent_r.c: Likewise.
35782         * inet/getaliasname.c: Likewise.
35783         * inet/getaliasname_r.c: Likewise.
35784         * nscd/getgrgid_r.c: Likewise.
35785         * nscd/getgrnam_r.c: Likewise.
35786         * nscd/gethstbyad_r.c: Likewise.
35787         * nscd/gethstbynm3_r.c: Likewise.
35788         * nscd/getpwnam_r.c: Likewise.
35789         * nscd/getpwuid_r.c: Likewise.
35790         * nscd/getsrvbynm_r.c: Likewise.
35791         * nscd/getsrvbypt_r.c: Likewise.
35792         * nscd/gai.c: Likewise.
35793
35794         * configure.in (build_nscd): New substituted variable, set
35795         by --disable-build-nscd and defaults to $use_nscd.
35796         * configure: Regenerated.
35797         * config.make.in (build-nscd): New substituted variable.
35798         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35799         Change conditional to require [$(build-nscd) = yes] as well.
35800         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35801
35802         [BZ# 13696]
35803         * configure.in (use_nscd): New substituted variable, set by
35804         --disable-nscd.  If enabled, define USE_NSCD.
35805         * configure: Regenerated.
35806         * config.h.in: Add USE_NSCD.
35807         * config.make.in (use-nscd): New substituted variable.
35808         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35809         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35810         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35811         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35812         (CFLAGS-getgrnam_r.c): Likewise.
35813         (CFLAGS-initgroups.c): Likewise.
35814         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35815         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35816         Variables removed.
35817         * inet/getnetgrent_r.c
35818         (nscd_setnetgrent): New function, broken out of ...
35819         (setnetgrent): ... here.  Call it.
35820         (innetgr): Conditionalize nscd bits on [USE_NSCD].
35821         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35822         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35823         * nscd/Makefile (routines, aux): Move definitions after include of
35824         Makeconfig.  Conditionalize on [$(use-nscd) != no].
35825         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35826         Conditionalize on [USE_NSCD].
35827         (is_nscd, nscd_init_cb): Likewise.
35828         (nss_load_library): Conditionalize init callback on [USE_NSCD].
35829         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35830         * nss/nss_db/db-init.c: Likewise.
35831         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35832         [USE_NSCD].
35833         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35834         (make_request): Use it.
35835         (cache_valid_p): New function.
35836         (__check_pf): Use it.
35837         * NEWS: Add item for --disable-nscd.
35838
35839 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
35840
35841         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35842         to support sed >= 4.2.1-20-ga9bf076.
35843         * configure: Regenerated.
35844
35845 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35846
35847         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35848         Conditionalize whole body on [IREL].
35849
35850 2012-08-22  Jeff Law <law@redhat.com>
35851
35852         [BZ #14505]
35853         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35854         if the family is PF_UNSPEC.
35855
35856 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
35857
35858         * Makerules (lib-version): Rename from V.
35859         (install-lib-nosubdir): Change V to lib-version.
35860
35861 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
35862
35863         [BZ #14252]
35864         * powerpc32/power6/wcschr.c: New file.
35865         * powerpc32/power6/wcscpy.c: New file.
35866         * powerpc32/power6/wcsrchr.c: New file.
35867         * powerpc64/power6/wcschr.c: New file.
35868         * powerpc64/power6/wcscpy.c: New file.
35869         * powerpc64/power6/wcsrchr.c: New file.
35870
35871 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35872
35873         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35874         (two_way_short_needle): Use it.
35875         * string/strstr.c (AVAILABLE1_USES_J): Define.
35876         * string/strcasestr.c: Likewise.
35877
35878         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35879         array references.
35880         * string/strcasestr.c (TOLOWER): Make side-effect safe.
35881
35882         [BZ #11607]
35883         * NEWS: Add an entry.
35884         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35885         define their defaults.
35886         (two_way_short_needle): Detect end-of-string on-the-fly.
35887         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35888         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35889         * string/bug-strcasestr1.c: New test.
35890         * string/Makefile: Run it.
35891
35892 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35893
35894         [BZ #11607]
35895         * string/str-two-way.h (two_way_short_needle): Optimize matching of
35896         the first character.
35897
35898 2012-08-21  Roland McGrath  <roland@hack.frob.com>
35899
35900         * csu/elf-init.c (__libc_csu_irel): Function removed.
35901         * csu/libc-start.c (apply_irel): New function.
35902         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35903
35904 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35905
35906         * sysdeps/unix/sysv/linux/kernel-features.h
35907         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35908         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35909         <kernel-features.h>.
35910         [__NR_fadvise64_64]: Make code unconditional.
35911         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35912         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35913         !__NR_fadvise64_64)]: Likewise.
35914         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35915         !__NR_fadvise64_64))]: Likewise.
35916         [__NR_fadvise64]: Make code unconditional.
35917         [!__NR_fadvise64]: Remove conditional code.
35918         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35919         <kernel-features.h>.
35920         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35921         unconditional.
35922         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35923         conditional code.
35924         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35925         not include <kernel-features.h>.
35926         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35927         unconditional.
35928         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35929         conditional code.
35930         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35931         include <kernel-features.h>.
35932         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35933         unconditional.
35934         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35935         conditional code.
35936
35937 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35938
35939         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35940         slight instruction rearrangements per scrollpipe analysis.
35941         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35942
35943 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35944
35945         * manual/syslog.texi (syslog; vsyslog, closelog):
35946         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35947         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35948
35949         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35950         DSOCAPS to match condition on defining it.
35951
35952 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35953
35954         * sysdeps/unix/sysv/linux/kernel-features.h
35955         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35956         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35957         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35958         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35959         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35960         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35961         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35963         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35964         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35965
35966         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35967         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35968
35969         * sysdeps/unix/sysv/linux/kernel-features.h
35970         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35971         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35972         unconditional.
35973         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35974         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35975         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35976         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35977         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35978         Make code unconditional.
35979         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35980         (__mmap64) [!__NR_mmap2]: Likewise.
35981         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35982         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35983         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35984         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35985         [__NR_mmap2]: Make code unconditional.
35986         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35987         (__mmap64) [!__NR_mmap2]: Likewise.
35988
35989 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35990
35991         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35992
35993 2012-08-18  Andreas Jaeger  <aj@suse.de>
35994
35995         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
35996
35997 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35998
35999         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
36000         * include/unistd.h (__have_sock_cloexec): Likewise.
36001         (__have_pipe2): Likewise.
36002         (__have_dup3): Likewise.
36003
36004 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
36005
36006         [BZ #9685]
36007         * include/unistd.h (__have_pipe2): Change define into an extern int.
36008         (__have_dup3): Likewise.
36009         * socket/have_sock_cloexec.c: Include fcntl.h.
36010         (__have_pipe2): New variable.
36011         (__have_dup3): Likewise.
36012
36013 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
36014
36015         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
36016
36017 2012-08-17  Marek Polacek  <polacek@redhat.com>
36018
36019         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
36020         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
36021
36022 2012-08-17  Roland McGrath  <roland@hack.frob.com>
36023
36024         * configure.in: Add AC_SUBST for sysheaders.
36025         * configure: Regenerated.
36026         * config.make.in (sysheaders): New substituted variable.
36027
36028         * sysdeps/unix/mkfifo.c: Moved ...
36029         * sysdeps/posix/mkfifo.c: ... here.
36030         * sysdeps/unix/mkfifoat.c: Moved ...
36031         * sysdeps/posix/mkfifoat.c: ... here.
36032
36033         * sysdeps/unix/utime.c: Moved ...
36034         * sysdeps/posix/utime.c: ... here.
36035
36036         * sysdeps/unix/time.c: Moved ...
36037         * sysdeps/posix/time.c: ... here.
36038         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
36039         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
36040
36041         * sysdeps/unix/nice.c: Moved ...
36042         * sysdeps/posix/nice.c: ... here.
36043
36044         * sysdeps/unix/alarm.c: Moved ...
36045         * sysdeps/posix/alarm.c: ... here.
36046
36047         * intl/Makefile ($(codeset_mo)): Depend on the input file.
36048
36049 2012-08-17  Jeff Law <law@redhat.com>
36050
36051         * intl/Makefile (codeset_mo): New variable.
36052         ($(codeset_mo)): New target.
36053         (tst-codeset.out): Depend on that.  Remove explicit rule.
36054         (tst-gettext3.out, tst-gettext5.out): Likewise.
36055         (LOCPATH-ENV, tst-codeset-ENV): New variables.
36056         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
36057         * intl/tst-codeset.sh: Remove.
36058         * intl/tst-gettext3.sh: Likewise.
36059         * intl/tst-gettext5.sh: Likewise.
36060
36061 2012-08-17  Roland McGrath  <roland@hack.frob.com>
36062
36063         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
36064         * sysdeps/unix/syscalls.list: ... here.
36065
36066         * sysdeps/posix/getaddrinfo.c
36067         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
36068         (gaiconf_init, gaiconf_reload): Use them.
36069         [!_STATBUF_ST_NSEC]
36070         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
36071         Define using time_t rather than struct timespec.
36072
36073         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
36074         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
36075         Macros removed.
36076         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
36077         [!NO_THREADS].
36078         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
36079         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
36080         Likewise.
36081
36082         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
36083         __libc_cleanup_push argument.
36084
36085         * bits/param.h: New file.
36086         * misc/sys/param.h: New file.
36087         * include/sys/param.h: New file.
36088         * misc/Makefile (headers): Add bits/param.h.
36089         * sysdeps/generic/sys/param.h: File removed.
36090         * sysdeps/unix/sysv/linux/bits/param.h: New file.
36091         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
36092         * sysdeps/mach/hurd/bits/param.h: New file.
36093         * sysdeps/mach/hurd/sys/param.h: File removed.
36094
36095         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
36096         last change.
36097
36098         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
36099         [_IO_MTSAFE_IO].
36100         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
36101         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
36102         New macros.
36103
36104         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
36105         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
36106         rather than -D_IO_MTSAFE_IO conditionally.
36107         * stdio-common/Makefile (CPPFLAGS): Likewise.
36108         * wcsmbs/Makefile (CPPFLAGS): Likewise.
36109         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
36110         Use $(libio-mtsafe).
36111         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
36112         of -D_IO_MTSAFE_IO.
36113         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
36114         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
36115         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
36116         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
36117         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
36118         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
36119         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
36120         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
36121         (CFLAGS-fread_u_chk.c): Likewise.
36122         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
36123         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
36124         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
36125         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
36126         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
36127         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
36128         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
36129         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
36130         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
36131
36132         * libio/Makefile: Test [$(libc-reentrant) = yes]
36133         instead of [$(filter %REENTRANT, $(defines)) nonempty].
36134
36135         * Makeconfig
36136         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
36137         * sysdeps/pthread/configure: File removed.
36138         * sysdeps/pthread/Makeconfig: New file.
36139         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
36140         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
36141
36142 2012-08-16  Gary Benson  <gbenson@redhat.com>
36143
36144         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
36145         unmapping the first object in a namespace.
36146
36147 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36148
36149         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
36150         (__internal_setnetgrent): ... this.  Add internal_function to
36151         definition.  Add libc_hidden_def.
36152         (setnetgrent): Update caller.
36153         (internal_endnetgrent): Renamed to ...
36154         (__internal_endnetgrent): ... this.  Add internal_function to
36155         definition.  Add libc_hidden_def.
36156         (endnetgrent): Update caller.
36157         (internal_getnetgrent_r): Renamed to ...
36158         (__internal_getnetgrent_r): ... this.  Add internal_function to
36159         definition.  Add libc_hidden_def.
36160         (__getnetgrent_r): Update caller.
36161         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
36162
36163 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36164
36165         * stdlib/longlong.h: Update from GCC.
36166
36167 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36168
36169         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
36170         on _QL, which is set by umul_ppmm but never used.
36171         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
36172         variables, which are set by GMP macros but never used.
36173         * stdio-common/_itowa.c (_itowa): Likewise.
36174         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
36175         * stdlib/mod_1.c (mpn_mod_1): Likewise.
36176
36177 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
36178
36179         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
36180         struct La_sh_regs is not constant.
36181         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
36182         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
36183         and struct La_sparc64_regs are not constant.
36184
36185 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36186
36187         * sysdeps/unix/sysv/linux/kernel-features.h
36188         (__ASSUME_POSIX_TIMERS): Remove.
36189         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
36190         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36191         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
36192         Make code unconditional.
36193         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36194         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
36195         Make code unconditional.
36196         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36197         * sysdeps/unix/sysv/linux/clock_nanosleep.c
36198         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
36199         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36200         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
36201         Make code unconditional.
36202         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36203         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
36204         (__libc_missing_posix_timers): Remove.
36205
36206 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36207
36208         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
36209         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
36210
36211         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
36212
36213         * elf/dl-sym.c: Include <stdlib.h>.
36214
36215         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
36216         constants, which avoids warnings in 32-bit builds.
36217
36218         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
36219         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
36220
36221         * misc/lseek.c: File moved to ...
36222         * io/lseek.c: ... here.
36223
36224         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
36225
36226         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
36227         shifting LEN more than 31 bits at once.
36228
36229 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36230
36231         [BZ #14195]
36232         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
36233         segmentation fault for a case of two empty input strings.
36234         * string/test-strncasecmp.c (check1): Renamed to...
36235         (bz12205): ...this.
36236         (bz14195): Add new testcase for two empty input strings and N > 0.
36237         (test_main): Call new testcase, adapt for renamed function.
36238
36239 2012-08-15  Andreas Jaeger  <aj@suse.de>
36240
36241         [BZ #14090]
36242         * crypt/md5test2.c: New test, based on test supplied by Serge
36243         Belyshev <belyshev@depni.sinp.msu.ru>.
36244         * crypt/Makefile (xtests): Add md5test-giant..
36245         * crypt/Makefile ($(objpfx)md5test-giant): Add.
36246
36247 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
36248
36249         [BZ #14090]
36250         * crypt/md5.c (md5_process_block): Don't assume the buffer
36251         length is less than 2**32.
36252         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
36253         length is less than 2**64.
36254
36255 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36256
36257         * string/str-two-way.h: Include <sys/param.h>.
36258         (MAX): Macro removed.
36259
36260         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
36261         Move #define and #undef of memmove to just before and after
36262         including <string.h>.
36263
36264         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
36265         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
36266         and after including <string.h>.  Move declarations of
36267         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
36268         to before #include "string/memmove.c".
36269
36270         * include/dirent.h: Declare __getdirentries.
36271
36272         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
36273         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
36274
36275 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
36276
36277         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
36278         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
36279         * sysdeps/i386/configure: Regenerated.
36280         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
36281         STABS_CURRENT_FILE, and STABS_FUN.
36282         (END): Remove call to STABS_FUN_END.
36283         (STABS_CURRENT_FILE1): Delete.
36284         (STABS_CURRENT_FILE): Likewise.
36285         (STABS_FUN): Likewise.
36286         (STABS_FUN_END): Likewise.
36287         (STABS_FUN2): Likewise.
36288         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
36289         * sysdeps/x86_64/configure: Regenerated.
36290
36291 2012-08-14  Roland McGrath  <roland@hack.frob.com>
36292
36293         * elf/dl-open.c: Include <atomic.h>.
36294         * elf/dl-lookup.c: Likewise.
36295
36296 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
36297
36298         * sysdeps/unix/sysv/linux/kernel-features.h
36299         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
36300         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
36301         unconditionally.
36302         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
36303         unconditionally.
36304         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
36305         condition on __ASSUME_CLONE_THREAD_FLAGS.
36306
36307 2012-08-14  Andreas Jaeger  <aj@suse.de>
36308
36309         * sysdeps/i386/fpu/libm-test-ulps: Update.
36310
36311 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
36312
36313         * include/atomic.h (atomic_exchange_and_add): Split into ...
36314         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
36315         New atomic macros.
36316
36317 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
36318
36319         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36320
36321 2012-08-13  Jeff Law <law@redhat.com>
36322
36323         * manual/stdio.texi (snprintf): Clarify handling of the trailing
36324         null byte in the output string.
36325
36326 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
36327
36328         * sysdeps/unix/sysv/linux/kernel-features.h
36329         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
36330         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
36331         (__ASSUME_ARG_MAX_STACK_BASED): Define.
36332         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
36333         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
36334         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
36335         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
36336
36337 2012-08-09  Jeff Law <law@redhat.com>
36338
36339         [BZ #13939]
36340         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
36341         When avoid_arena is set, don't retry in the that arena.  Pick the
36342         next one, whatever it might be.
36343         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
36344         (arena_lock): Pass in new parameter to arena_get2.
36345         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
36346         arena_get2.
36347         (__libc_malloc): Unify retrying after main arena failure with
36348         __libc_memalign version.
36349         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
36350
36351 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
36352
36353         [BZ #14166]
36354         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
36355         to __redirect_strstr.
36356         (__strstr_sse42): Use typeof __redirect_strstr.
36357         (__strstr_ia32): Likewise.
36358         (__libc_strstr): New prototype.
36359         (strstr): Renamed to ...
36360         (__libc_strstr): This.
36361         (strstr): New strong alias of __libc_strstr.
36362         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36363         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
36364         __redirect_time.
36365         Include <time.h>.
36366         (__libc_time): New prototype.
36367         (time_ifunc): Replace time with __libc_time.
36368         (time): New strong alias and hidden definition of __libc_time.
36369         (__GI_time): Remove strong alias.
36370         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
36371         Include <stddef.h>.
36372         (memmove): Redefined to __redirect_memmove.
36373         (__memmove_sse2): Use typeof __redirect_memmove.
36374         (__memmove_ssse3): Likewise.
36375         (__memmove_ssse3_back): Likewise.
36376         (__libc_memmove): New prototype.
36377         (memmove): Renamed to ...
36378         (__libc_memmove): This.
36379         (memmove): New strong alias of __libc_memmove.
36380
36381 2012-08-08  Mark Salter  <msalter@redhat.com>
36382
36383         * elf/elf.h
36384         (R_MN10300_TLS_GD): Define.
36385         (R_MN10300_TLS_LD): Likewise.
36386         (R_MN10300_TLS_LDO): Likewise.
36387         (R_MN10300_TLS_GOTIE): Likewise.
36388         (R_MN10300_TLS_IE): Likewise.
36389         (R_MN10300_TLS_LE): Likewise.
36390         (R_MN10300_TLS_DTPMOD): Likewise.
36391         (R_MN10300_TLS_DTPOFF): Likewise.
36392         (R_MN10300_TLS_TPOFF): Likewise.
36393         (R_MN10300_SYM_DIFF): Likewise.
36394         (R_MN10300_ALIGN): Likewise.
36395         (R_MN10300_NUM): Update.
36396
36397 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
36398
36399         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
36400         Remove.
36401
36402 2012-08-08  Roland McGrath  <roland@hack.frob.com>
36403
36404         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
36405
36406         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
36407         sysdeps/unix -> sysdeps/posix move.
36408         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
36409
36410 2012-08-07      Allan McRae     <allan@archlinux.org>
36411
36412         [BZ #14303]
36413         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
36414         (SUNOS_CPP): Likewise.
36415         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
36416         not found.
36417         (open_input): Call CPP using execvp.
36418
36419 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36420
36421         * sysdeps/unix/sysv/linux/kernel-features.h
36422         (__ASSUME_PROT_GROWSUPDOWN): Remove.
36423         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36424         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36425         (__ASSUME_WAITID_SYSCALL): Likewise.
36426         * sysdeps/unix/sysv/linux/dl-execstack.c
36427         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
36428         code unconditional.
36429         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
36430         conditional code.
36431         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
36432         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
36433         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
36434         code.
36435         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
36436         unconditional.
36437         [__ASSUME_WAITID_SYSCALL]: Likewise.
36438         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
36439
36440 2012-08-07  Roland McGrath  <roland@hack.frob.com>
36441
36442         * sysdeps/unix/closedir.c: Renamed to ...
36443         * sysdeps/posix/closedir.c: ... here.
36444         * sysdeps/unix/dirfd.c: Renamed to ...
36445         * sysdeps/posix/dirfd.c: ... here.
36446         * sysdeps/unix/dirstream.h: Renamed to ...
36447         * sysdeps/posix/dirstream.h: ... here.
36448         * sysdeps/unix/fdopendir.c: Renamed to ...
36449         * sysdeps/posix/fdopendir.c: ... here.
36450         * sysdeps/unix/opendir.c: Renamed to ...
36451         * sysdeps/posix/opendir.c: ... here.
36452         * sysdeps/unix/readdir.c: Renamed to ...
36453         * sysdeps/posix/readdir.c: ... here.
36454         * sysdeps/unix/readdir_r.c: Renamed to ...
36455         * sysdeps/posix/readdir_r.c: ... here.
36456         * sysdeps/unix/rewinddir.c: Renamed to ...
36457         * sysdeps/posix/rewinddir.c: ... here.
36458         * sysdeps/unix/seekdir.c: Renamed to ...
36459         * sysdeps/posix/seekdir.c: ... here.
36460         * sysdeps/unix/telldir.c: Renamed to ...
36461         * sysdeps/posix/telldir.c: ... here.
36462         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
36463         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
36464         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
36465         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
36466
36467         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
36468         * bits/fcntl.h: ... here.
36469
36470         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
36471         not 0.
36472         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
36473         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
36474         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
36475         (struct flock): Move l_start, l_len to the beginning.
36476         Use __pid_t for l_pid.
36477         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
36478         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
36479         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
36480         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
36481         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
36482         [__USE_LARGEFILE64] (struct flock64): New type.
36483         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
36484
36485         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
36486         * bits/dirent.h: ... here.
36487
36488         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
36489         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
36490
36491 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36492
36493         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36494         Change from 2.6.0 to 2.6.16.
36495         * sysdeps/unix/sysv/linux/configure: Regenerated.
36496         * sysdeps/unix/sysv/linux/kernel-features.h
36497         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
36498         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
36499         version.
36500         (__ASSUME_UTIMES): Likewise.
36501         (__ASSUME_CLONE_STOPPED): Remove.
36502         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
36503         architectures, not kernel version.
36504         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
36505         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36506         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36507         (__ASSUME_WAITID_SYSCALL): Likewise.
36508         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
36509         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
36510         * README: State 2.6.16 as minimum Linux kernel version.  Do not
36511         refer to older versions.
36512
36513 2012-08-06  Roland McGrath  <roland@hack.frob.com>
36514
36515         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
36516         Define alphasort64 as an alias.
36517         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
36518         Define versionsort64 as an alias.
36519         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
36520         Define scandir64 as an alias.
36521         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
36522         Define scandirat64 as an alias.
36523         * dirent/alphasort64.c (alphasort64):
36524         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
36525         * dirent/versionsort64.c: Likewise.
36526         * dirent/scandir64.c: Likewise.
36527         * dirent/scandirat64.c: Likewise.
36528         * sysdeps/wordsize-64/alphasort.c: File removed.
36529         * sysdeps/wordsize-64/alphasort64.c: File removed.
36530         * sysdeps/wordsize-64/scandir.c: File removed.
36531         * sysdeps/wordsize-64/scandir64.c: File removed.
36532         * sysdeps/wordsize-64/scandirat.c: File removed.
36533         * sysdeps/wordsize-64/scandirat64.c: File removed.
36534         * sysdeps/wordsize-64/versionsort.c: File removed.
36535         * sysdeps/wordsize-64/versionsort64.c: File removed.
36536         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
36537         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
36538         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
36539         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
36540         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
36541         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
36542         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
36543         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
36544
36545         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
36546         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36547         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
36548         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36549         [defined __arch64__ || defined __sparcv9]
36550         (__INO_T_MATCHES_INO64_T): New macro.
36551         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36552         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
36553         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
36554         * sysdeps/unix/sysv/linux/bits/dirent.h
36555         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
36556         (_DIRENT_MATCHES_DIRENT64): New macro.
36557
36558         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
36559         Define lockf64 as an alias.
36560         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
36561         Define fseeko64 as an alias.
36562         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
36563         Define ftello64 as an alias.
36564         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
36565         Define _IO_fgetpos64 and fgetpos64 as aliases.
36566         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
36567         Define _IO_fsetpos64 and fsetpos64 as aliases.
36568         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
36569         Conditionalize body on this.
36570         * libio/fseeko64.c: Likewise.
36571         * libio/ftello64.c: Likewise.
36572         * libio/iofgetpos64.c: Likewise.
36573         * libio/iofsetpos64.c: Likewise.
36574         * sysdeps/wordsize-64/lockf.c: File removed.
36575         * sysdeps/wordsize-64/lockf64.c: File removed.
36576         * sysdeps/wordsize-64/fseeko.c: File removed.
36577         * sysdeps/wordsize-64/fseeko64.c: File removed.
36578         * sysdeps/wordsize-64/ftello.c: File removed.
36579         * sysdeps/wordsize-64/ftello64.c: File removed.
36580         * sysdeps/wordsize-64/iofgetpos.c: File removed.
36581         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
36582         * sysdeps/wordsize-64/iofsetpos.c: File removed.
36583         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
36584         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
36585         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
36586         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
36587         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
36588         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
36589         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
36590         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
36591         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
36592         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
36593         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
36594
36595         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36596         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36597         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
36598         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36599         [defined __arch64__ || defined __sparcv9]
36600         (__OFF_T_MATCHES_OFF64_T): New macro.
36601         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36602         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36603         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36604         (__OFF_T_MATCHES_OFF64_T): New macro.
36605
36606 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36607
36608         * stdlib/secure-getenv.c (__secure_getenv): Replace
36609         GLIBC_2_16 with GLIBC_2_17.
36610
36611 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36612
36613         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
36614         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36615
36616 2012-08-03  David S. Miller  <davem@davemloft.net>
36617
36618         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36619
36620 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36621
36622         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36623         Remove.
36624         (__ASSUME_CORRECT_SI_PID): Likewise.
36625         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36626         (__ASSUME_TMPFS_NAME): Likewise.
36627         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36628         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36629         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36630         (HAVE_AUX_SECURE): Make definition unconditional.
36631         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36632         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36633
36634 2012-08-03  Roland McGrath  <roland@hack.frob.com>
36635
36636         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36637         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36638         * sysdeps/mach/hurd/eloop-threshold.h: New file.
36639         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36640         __eloop_threshold instead of SYMLOOP_MAX.
36641
36642         * sysdeps/generic/eloop-threshold.h: New file.
36643         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36644         of MAXSYMLINKS.
36645         * elf/chroot_canon.c (chroot_canon): Likewise.
36646
36647 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36648
36649         [BZ #13717]
36650         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36651         Change to 2.6.0 everywhere.
36652         * sysdeps/unix/sysv/linux/configure: Regenerated.
36653         * sysdeps/unix/sysv/linux/kernel-features.h
36654         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36655         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36656         kernel versions.
36657         (__ASSUME_POSIX_TIMERS): Define unconditionally.
36658         (__ASSUME_FUTEX_REQUEUE): Remove.
36659         (__ASSUME_STATFS64): Define unconditionally.
36660         (__ASSUME_AT_SECURE): Likewise.
36661         (__ASSUME_CORRECT_SI_PID): Likewise.
36662         (__ASSUME_TGKILL): Define without depending on kernel version for
36663         i386.
36664         (__ASSUME_UTIMES): Likewise.
36665         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36666         kernel version.
36667         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36668         (__ASSUME_TMPFS_NAME): Likewise.
36669         * README: Update reference to Linux kernel versions.
36670
36671 2012-08-02  Marek Polacek  <polacek@redhat.com>
36672
36673         [BZ# 14150]
36674         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
36675         libc_cv_asm_type_prefix with %.
36676         * configure: Regenerated.
36677         * include/libc-symbols.h: Remove comment about
36678         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36679         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36680         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36681         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36682         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36683         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36684         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36685         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36686         * elf/tst-unique2mod1.c: Likewise.
36687         * elf/tst-unique1mod2.c: Likewise.
36688         * elf/tst-unique1mod1.c: Likewise.
36689         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36690         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36691         Replace ASM_TYPE_DIRECTIVE with .type.
36692         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36693         * sysdeps/i386/sysdep.h: Likewise.
36694         * sysdeps/x86_64/sysdep.h: Likewise.
36695         * sysdeps/sh/sysdep.h: Likewise.
36696         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36697         Do not define ASM_TYPE_DIRECTIVE.
36698         * sysdeps/powerpc/sysdep.h: Likewise.
36699         * sysdeps/powerpc/powerpc32/sysdep.h:
36700         Replace ASM_TYPE_DIRECTIVE with .type.
36701         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36702         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36703         * sysdeps/i386/fpu/e_powf.S: Likewise.
36704         * sysdeps/i386/fpu/e_expl.S: Likewise.
36705         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36706         * sysdeps/i386/fpu/e_acosh.S: Likewise.
36707         * sysdeps/i386/fpu/e_pow.S: Likewise.
36708         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36709         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36710         * sysdeps/i386/fpu/s_expm1.S: Likewise.
36711         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36712         * sysdeps/i386/fpu/e_log2.S: Likewise.
36713         * sysdeps/i386/fpu/e_log2l.S: Likewise.
36714         * sysdeps/i386/fpu/e_scalb.S: Likewise.
36715         * sysdeps/i386/fpu/e_powl.S: Likewise.
36716         * sysdeps/i386/fpu/e_log10f.S: Likewise.
36717         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36718         * sysdeps/i386/fpu/e_logl.S: Likewise.
36719         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36720         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36721         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36722         * sysdeps/i386/fpu/e_log2f.S: Likewise.
36723         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36724         * sysdeps/i386/fpu/e_log.S: Likewise.
36725         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36726         * sysdeps/i386/fpu/e_logf.S: Likewise.
36727         * sysdeps/i386/fpu/e_log10l.S: Likewise.
36728         * sysdeps/i386/fpu/e_atanh.S: Likewise.
36729         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36730         * sysdeps/i386/fpu/e_log10.S: Likewise.
36731         * sysdeps/i386/fpu/s_frexp.S: Likewise.
36732         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36733         * sysdeps/i386/fpu/s_asinh.S: Likewise.
36734         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36735         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36736         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36737         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36738         * sysdeps/i386/i686/strtok.S: Likewise.
36739         * sysdeps/i386/i386-mcount.S: Likewise.
36740         * sysdeps/i386/strtok.S: Likewise.
36741         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36742         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36743         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36744         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36745         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36746         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36747         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36748         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36749         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36750         * sysdeps/x86_64/_mcount.S: Likewise.
36751         * sysdeps/x86_64/strtok.S: Likewise.
36752         * sysdeps/sh/_mcount.S: Likewise.
36753
36754 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36755
36756         * libio/iofopen.c: Include <fcntl.h>.
36757         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36758         (_IO_fopen64, fopen64): Define as aliases.
36759         * libio/iofopen64.c: Include <fcntl.h>.
36760         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36761         Conditionalize body on this.
36762         * sysdeps/wordsize-64/iofopen.c: File removed.
36763         * sysdeps/wordsize-64/iofopen64.c: File removed.
36764
36765 2012-08-01  Marek Polacek  <polacek@redhat.com>
36766
36767         * libc/Makeconfig: Use elf in place of binfmt-subdir.
36768         Use dlfcn directly instead of a variable.
36769         (binfmt-subdir): Do not define.
36770         (dlfcn): Likewise.
36771
36772 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
36773
36774         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36775         Remove all definitions.
36776         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36777         <kernel-features.h>.
36778         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36779         (miss_F_GETOWN_EX): Remove all definitions.
36780         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36781         macro definition.
36782         [!__ASSUME_FCNTL64]: Remove conditional code.
36783         [__ASSUME_FCNTL64]: Make code unconditional.
36784         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36785         <kernel-features.h>.
36786         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36787         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36788         (lockf64) [__NR_fcntl64]: Make code unconditional.
36789         (lockf64) [__ASSUME_FCNTL64]: Likewise.
36790
36791         * sysdeps/unix/sysv/linux/kernel-features.h
36792         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36793         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36794         Make code unconditional.
36795         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36796         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36797         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36798         [__NR_vfork]: Make code unconditional.
36799         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36800         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36801         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36802         [__NR_vfork]: Make code unconditional.
36803         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36804         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36805
36806 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36807
36808         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36809         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36810
36811         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36812         Define mkstemp64 as an alias.
36813         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36814         Define mkstemps64 as an alias.
36815         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36816         Define mkostemp64 as an alias.
36817         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36818         Define mkostemps64 as an alias.
36819         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36820         Conditionalize body on this.
36821         * misc/mkostemp64.c: Likewise.
36822         * misc/mkostemps64.c: Likewise.
36823         * misc/mkstemps64.c: Likewise.
36824         * sysdeps/wordsize-64/mkstemp64.c: File removed.
36825         * sysdeps/wordsize-64/mkostemp64.c: File removed.
36826         * sysdeps/wordsize-64/mkostemp.c: File removed.
36827         * sysdeps/wordsize-64/mkstemp.c: File removed.
36828         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36829         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36830         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36831         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36832
36833         [BZ #14138]
36834         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36835         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36836         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36837         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36838
36839         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36840         compat_symbol macros from <shlib-compat.h> rather than the underlying
36841         default_symbol_version and symbol_version macros, so that DEFAULT
36842         lines in shlib-versions are respected.
36843         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36844
36845 2012-08-01  Florian Weimer  <fweimer@redhat.com>
36846
36847         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36848         Declare with warn_unused_result.
36849         (setgid, setregid, setegid, setresgid): Likewise.
36850         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36851         Likewise.
36852         * WUR-REPORT: Remove set*id functions.
36853
36854 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
36855
36856         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36857
36858 2012-07-31  Roland McGrath  <roland@hack.frob.com>
36859
36860         [BZ #10191]
36861         * include/sys/socket.h (__libc_accept, __libc_accept4):
36862         Add attribute_hidden.
36863         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36864
36865         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36866         use of PTR_MANGLE.
36867         * inet/getnetgrent_r.c (setup): Likewise.
36868
36869         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36870
36871 2012-07-31  David S. Miller  <davem@davemloft.net>
36872
36873         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36874
36875 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
36876
36877         [BZ #13629]
36878         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36879         value between 1.0 and 2.0 and smaller part has absolute value less
36880         than 1.0.
36881         * math/s_clog10.c (__clog10): Likewise.
36882         * math/s_clog10f.c (__clog10f): Likewise.
36883         * math/s_clog10l.c (__clog10l): Likewise.
36884         * math/s_clogf.c (__clogf): Likewise.
36885         * math/s_clogl.c (__clogl): Likewise.
36886         * math/libm-test.inc (clog_test): Add more tests.
36887         (clog10_test): Likewise.
36888         * sysdeps/i386/fpu/libm-test-ulps: Update.
36889         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36890
36891 2012-07-31  Florian Weimer  <fweimer@redhat.com>
36892
36893         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36894         Exit with zero in case no suitable GID is found, and write a
36895         message to standard error.
36896
36897 2012-07-30  Roland McGrath  <roland@hack.frob.com>
36898
36899         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36900         rather than to 1.
36901         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36902         (MAXPATHLEN): Removed.
36903         (NOGROUP, NODEV): New macros.
36904         (setbit, clrbit, isset, isclr): New macros.
36905         (howmany, roundup, powerof2): New macros.
36906         (DEV_BSIZE): New macro.
36907
36908         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36909         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36910
36911         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36912         definition on [!__NO_LONG_DOUBLE_MATH].
36913
36914         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36915         PTR_MANGLE and PTR_DEMANGLE.
36916
36917         * socket/accept4.c (accept4): Rename to __libc_accept4.
36918         Define accept4 as a weak alias.
36919
36920         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36921         on [_DIRENT_HAVE_D_TYPE].
36922         * io/ftw.c (ftw_dir): Likewise.
36923
36924         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36925
36926         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36927
36928         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36929         Use the BSD numbers rather than the arbitrary ones we had.
36930         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36931         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36932         (SIGXCPU, SIGXFSZ): New macros.
36933         (_NSIG): Now 32.
36934
36935         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36936         initializer on [_LIBC_REENTRANT].
36937
36938         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36939         definitions inside [_POSIX_MAPPED_FILES].
36940
36941         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36942
36943         * dirent/opendir.c: Include <fcntl.h>.
36944
36945         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36946         (__libc_getspecific): Likewise.
36947         (__libc_key_create): Likewise.
36948
36949         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36950         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36951         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36952         (tmpfile64): Define as alias.
36953         * sysdeps/wordsize-64/tmpfile.c: File removed.
36954         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36955         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36956         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36957
36958         * stdio-common/vfscanf.c: Include <stdbool.h>.
36959         * nss/makedb.c: Likewise.
36960         * stdio-common/_i18n_number.h: Likewise.
36961         * argp/argp-help.c: Likewise.
36962         * posix/wordexp.c: Likewise.
36963         * sysdeps/posix/spawni.c: Likewise.
36964         * nss/nss_files/files-initgroups.c: Likewise.
36965         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36966         * nss/nss_files/files-initgroups.c: Likewise.
36967         * nss/nss_db/db-netgrp.c: Likewise.
36968         * nss/nss_db/db-initgroups.c: Likewise.
36969         * io/fchmodat.c: Include <sys/stat.h>.
36970
36971         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36972         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36973
36974         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36975         [HAVE_MMAP].
36976
36977         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36978         Add multiple inclusion protection.
36979
36980 2012-07-27  David S. Miller  <davem@davemloft.net>
36981
36982         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36983
36984 2012-07-27  Gary Benson  <gbenson@redhat.com>
36985
36986         [BZ #14298]
36987         * elf/rtld.c: Include <stap-probe.h>.
36988         (dl_main): Added static probes "init_start" and "init_complete".
36989         * elf/dl-load.c: Include <stap-probe.h>.
36990         (lose): Take new parameter "nsid".
36991         Added static probe "map_failed".
36992         (_dl_map_object_from_fd): Pass namespace id to lose.
36993         Added static probe "map_start".
36994         (open_verify): Pass namespace id to lose.
36995         * elf/dl-open.c: Include <stap-probe.h>.
36996         (dl_open_worker) Added static probes "map_complete", "reloc_start"
36997         and "reloc_complete".
36998         * elf/dl-close.c: Include <stap-probe.h>.
36999         (_dl_close_worker): Added static probes "unmap_start" and
37000         "unmap_complete".
37001         * elf/rtld-debugger-interface.txt: New file documenting the above.
37002
37003 2012-07-26  Roland McGrath  <roland@hack.frob.com>
37004
37005         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
37006         rather than a string variable.
37007         * sunrpc/rpc_main.c (h_output): Likewise.
37008         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
37009
37010 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
37011
37012         * inet/check_native.c: New file.
37013
37014 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
37015
37016         [BZ #13629]
37017         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
37018         if larger part has absolute value 1.0.
37019         * math/s_clog10.c (__clog10): Likewise.
37020         * math/s_clog10f.c (__clog10f): Likewise.
37021         * math/s_clog10l.c (__clog10l): Likewise.
37022         * math/s_clogf.c (__clogf): Likewise.
37023         * math/s_clogl.c (__clogl): Likewise.
37024         * math/libm-test.inc (clog_test): Add more tests.
37025         (clog10_test): Likewise.
37026         * sysdeps/i386/fpu/libm-test-ulps: Update.
37027         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37028
37029         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
37030         (pltexit): Likewise.
37031         (La_regs): Likewise.
37032         (La_retval): Likewise.
37033         (int_retval): Likewise.
37034         Update #error for removed macros to refer only to definitions in
37035         tst-audit.h.
37036         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
37037         macro.
37038         (pltexit): Likewise.
37039         (La_regs): Likewise.
37040         (La_retval): Likewise.
37041         (int_retval): Likewise.
37042         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
37043         macro.
37044         (pltexit): Likewise.
37045         (La_regs): Likewise.
37046         (La_retval): Likewise.
37047         (int_retval): Likewise.
37048         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
37049         macro.
37050         (pltexit): Likewise.
37051         (La_regs): Likewise.
37052         (La_retval): Likewise.
37053         (int_retval): Likewise.
37054         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
37055         macro.
37056         (pltexit): Likewise.
37057         (La_regs): Likewise.
37058         (La_retval): Likewise.
37059         (int_retval): Likewise.
37060         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
37061         macro.
37062         (pltexit): Likewise.
37063         (La_regs): Likewise.
37064         (La_retval): Likewise.
37065         (int_retval): Likewise.
37066         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
37067         macro.
37068         (pltexit): Likewise.
37069         (La_regs): Likewise.
37070         (La_retval): Likewise.
37071         (int_retval): Likewise.
37072         * sysdeps/generic/tst-audit.h: Update comment to refer only to
37073         macro definitions in tst-audit.h.
37074         * sysdeps/i386/tst-audit.h: New file.
37075         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
37076         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
37077         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
37078         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
37079         * sysdeps/sh/tst-audit.h: Likewise.
37080         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
37081         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
37082         * sysdeps/x86_64/tst-audit.h: Likewise.
37083
37084 2012-07-26  Andreas Jaeger  <aj@suse.de>
37085
37086         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
37087         ptrace.
37088
37089         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
37090         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
37091         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
37092         PTRACE_O_MASK.
37093         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
37094         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
37095         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
37096
37097         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
37098         value.
37099
37100         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
37101         _sigsys.
37102         (si_call_addr, si_syscall, si_arch): Define new macro.
37103         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
37104         _sigsys.
37105         (si_call_addr, si_syscall, si_arch): Define new marcro.
37106         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
37107         _sigsys.
37108         (si_call_addr, si_syscall, si_arch): Define new macro.
37109         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
37110         _sigsys.
37111         (si_call_addr, si_syscall, si_arch): Define new macro.
37112
37113 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37114
37115         [BZ #13717]
37116         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37117         Change to 2.4.21 where previously 2.4.1.
37118         * sysdeps/unix/sysv/linux/configure: Regenerated.
37119         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
37120         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
37121         Linux kernel version.
37122         (__ASSUME_STD_AUXV): Remove.
37123         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
37124         kernel version.
37125         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
37126         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
37127         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
37128         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
37129         (__ASSUME_NETLINK_SUPPORT): Likewise.
37130         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
37131         (__no_netlink_support): Remove conditional definition.
37132         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
37133         Remove.
37134         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37135         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
37136         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
37137         (if_nameindex_ioctl): Remove.
37138         (if_nameindex_netlink): Do not handle __no_netlink_support.
37139         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37140         code.
37141         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
37142         Remove conditional code.
37143         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37144         code.
37145         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
37146         unconditional.
37147         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37148         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
37149         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
37150         Remove.
37151         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
37152         [!__ASSUME_STD_AUXV]: Remove conditional code.
37153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
37154         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
37155         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
37156         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
37157         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
37158         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37159         code.
37160         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37161         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
37162         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
37163         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37164         conditional code.
37165         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37166         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
37167         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37168         code.
37169         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
37170         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37171         conditional code.
37172         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
37173         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37174         code unconditional.
37175         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37176         conditional code.
37177         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37178         unconditional.
37179         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37180         conditional code.
37181         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
37182         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37183         unconditional.
37184         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37185         conditional code.
37186         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
37187         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37188         code unconditional.
37189         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37190         conditional code.
37191         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37192         unconditional.
37193         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37194         conditional code.
37195         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
37196         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37197         code unconditional.
37198         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37199         conditional code.
37200         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37201         unconditional.
37202         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37203         conditional code.
37204
37205 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
37206
37207         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
37208         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
37209         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
37210         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
37211         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
37212         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
37213         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
37214         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
37215         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
37216         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
37217         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
37218         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
37219         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
37220         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
37221         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
37222         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
37223         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
37224         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
37225         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
37226         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
37227         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
37228         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
37229         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
37230
37231 2012-07-25  Florian Weimer  <fweimer@redhat.com>
37232
37233         * Versions.def: Add GLIBC_2.17.
37234         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
37235         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
37236         Introduce __libc_secure_getenv.
37237         * stdlib/Versions (2.17): Add secure_getenv
37238         (GLIBC_PRIVATE): Add __libc_secure_getenv.
37239         * stdlib/secure-getenv.c: Rename __secure_getenv to
37240         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
37241         symbol __secure_getenv for GLIBC_2.0.
37242         * stdlib/tst-secure-getenv.c: New.
37243         * stdlib/Makefile (tests): Add testcase.
37244         * manual/startup.texi (Environment Access): Document
37245         secure_getenv.
37246         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
37247         __libc_secure_getenv.
37248         * inet/ruserpass.c (ruserpass): Likewise.
37249         * malloc/mtrace.c (mtrace): Likewise.
37250         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
37251         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
37252         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
37253         * sysdeps/posix/tempname.c: Likewise.  Evaluate
37254         HAVE_SECURE_GETENV.
37255         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
37256         __secure_getenv to __libc_secure_getenv.
37257         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
37258         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37259         Likewise.
37260         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37261         Likewise.
37262         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37263         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37264         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37265         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37266         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37267         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37268         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37269
37270 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37271
37272         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
37273         (struct La_i86_retval): Likewise.
37274         (struct La_x86_64_regs): Likewise.
37275         (struct La_x86_64_retval): Likewise.
37276         (struct La_x32_regs): Likewise.
37277         (struct La_x32_retval): Likewise.
37278         (struct La_ppc32_regs): Likewise.
37279         (struct La_ppc32_retval): Likewise.
37280         (struct La_ppc64_regs): Likewise.
37281         (struct La_ppc64_retval): Likewise.
37282         (struct La_sh_regs): Likewise.
37283         (struct La_sh_retval): Likewise.
37284         (struct La_s390_32_regs): Likewise.
37285         (struct La_s390_32_retval): Likewise.
37286         (struct La_s390_64_regs): Likewise.
37287         (struct La_s390_64_retval): Likewise.
37288         (struct La_sparc32_regs): Likewise.
37289         (struct La_sparc32_retval): Likewise.
37290         (struct La_sparc64_regs): Likewise.
37291         (struct La_sparc64_retval): Likewise.
37292         (struct audit_ifaces): Remove architecture-specific pltenter and
37293         pltexit members.
37294         * sysdeps/i386/ldsodefs.h: New file.
37295         * sysdeps/powerpc/ldsodefs.h: Likewise.
37296         * sysdeps/s390/ldsodefs.h: Likewise.
37297         * sysdeps/sh/ldsodefs.h: Likewise.
37298         * sysdeps/sparc/ldsodefs.h: Likewise.
37299         * sysdeps/x86_64/ldsodefs.h: Likewise.
37300
37301 2012-07-25  Marek Polacek  <polacek@redhat.com>
37302
37303         [BZ #6808]
37304         * math/libm-test.inc (yn_test): Add another test.
37305         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
37306         to ERANGE when the result is +-Inf.
37307         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
37308         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
37309         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
37310         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
37311
37312 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
37313
37314         * conform/data/time.h-data (NULL): Use macro-constant.  Require
37315         equal to 0.
37316         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
37317         clock_t.
37318         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
37319
37320 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
37321
37322         * configure.in <sysdeps resolving>: Correct printing
37323         Implies_before.
37324         * configure: Regenerate.
37325
37326 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
37327
37328         * math/w_ilogb.c: Include <limits.h>.
37329         * math/w_ilogbl.c: Likewise.
37330
37331 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37332
37333         * manual/lang.texi (__va_copy): Document primarily as ISO C99
37334         va_copy.  Document allowing for unavailable va_copy only as
37335         pre-C99 compatibility.
37336         * manual/string.texi (Copying and Concatenation): Use va_copy
37337         instead of __va_copy in concat example.
37338
37339 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
37340
37341         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
37342         (__sendto): Use create_address_port.  Initialize APORT and deallocate
37343         it if not null.
37344
37345         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
37346         with O_NOLINK passed to __file_name_lookup.
37347
37348         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
37349         with O_NOLINK passed to __file_name_lookup.
37350
37351         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
37352         negative N or less than NGIDS.
37353
37354         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
37355         type to string_t.  Set ERANGE as errno and return it if NAME is not big
37356         enough.  Use memcpy instead of strncpy.
37357
37358 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37359
37360         * elf/Makefile (check-data): Remove.
37361         (localplt.data): New vpath directive.
37362         ($(objpfx)check-localplt.out): Use localplt.data from vpath
37363         instead of $(check-data).
37364         * scripts/data/localplt-generic.data: Move to ...
37365         * sysdeps/generic/localplt.data: ... here.
37366         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
37367         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
37368         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
37369         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
37370         ... here.
37371         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
37372         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
37373         ... here.
37374         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
37375         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
37376         ... here.
37377         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
37378         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
37379         ... here.
37380         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
37381         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
37382         ... here.
37383         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
37384         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
37385         ... here.
37386
37387 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37388
37389         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
37390         PPC32 and PPC64 files.
37391         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
37392         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
37393
37394 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37395
37396         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
37397         __makecontext_ret to ...
37398         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
37399         ... here and call exit if uc_link is NULL.  New file.
37400         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
37401         __makecontext_ret.S.
37402         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
37403         __makecontext_ret to ...
37404         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
37405         ... here and call exit if uc_link is NULL.  New file.
37406         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
37407         __makecontext_ret.S.
37408
37409 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37410
37411         * elf/elf.h (R_390_IRELATIVE): New definition.
37412         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
37413         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
37414         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
37415         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
37416         (elf_machine_lazy_rel): Likewise.
37417         * sysdeps/s390/dl-irel.h: New file.
37418         * sysdeps/s390/s390-64/memcpy.S: New asm code.
37419         * sysdeps/s390/s390-64/memset.S: New asm code.
37420         * sysdeps/s390/s390-64/memcmp.S: New asm code.
37421         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
37422         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
37423         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
37424         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
37425         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
37426         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
37427         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
37428         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
37429         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
37430         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
37431         * sysdeps/s390/s390-32/memcpy.S: New asm code.
37432         * sysdeps/s390/s390-32/memset.S: New asm code.
37433         * sysdeps/s390/s390-32/memcmp.S: New asm code.
37434
37435 2012-07-17  Marek Polacek  <polacek@redhat.com>
37436
37437         [BZ #14349]
37438         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
37439         * sysdeps/s390/s390-64/configure.in: Likewise.
37440         * sysdeps/sparc/configure.in: Likewise.
37441         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
37442         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
37443         * sysdeps/i386/configure.in: Likewise.
37444         * sysdeps/x86_64/configure.in: Likewise.
37445         * sysdeps/sh/configure.in: Likewise.
37446         * sysdeps/s390/s390-32/configure: Regenerated.
37447         * sysdeps/s390/s390-64/configure: Likewise.
37448         * sysdeps/x86_64/configure: Likewise.
37449         * sysdeps/sh/configure: Likewise.
37450         * sysdeps/powerpc/powerpc64/configure: Likewise.
37451         * sysdeps/powerpc/powerpc32/configure: Likewise.
37452         * sysdeps/sparc/configure: Likwise.
37453         * sysdeps/i386/configure: Likewise.
37454
37455         * elf/dl-open.c: Comment fixes.
37456
37457 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
37458
37459         * Makefile [CXX] (check-data): Remove.
37460         [CXX] (c++-types.data): New vpath directive.
37461         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
37462         vpath.  Do not allow for C++ type data being missing.
37463         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
37464         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
37465         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
37466         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
37467         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
37468         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
37469         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
37470         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
37471         ... here.
37472         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
37473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
37474         ... here.
37475         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
37476         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
37477         ... here.
37478         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
37479         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
37480         ... here.
37481         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
37482         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
37483         ... here.
37484         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
37485         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
37486         ... here.
37487         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
37488         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
37489         ... here.
37490         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
37491         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
37492
37493         * elf/tls-macros.h (TLS_LE): Move architecture-specific
37494         definitions to architecture-specific files.
37495         (TLS_IE): Likewise.
37496         (TLS_LD): Likewise.
37497         (TLS_GD): Likewise.
37498         * sysdeps/i386/tls-macros.h: New file.
37499         * sysdeps/powerpc/tls-macros.h: Likewise.
37500         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
37501         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
37502         * sysdeps/sh/tls-macros.h: Likewise.
37503         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
37504         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
37505         * sysdeps/x86_64/tls-macros.h: Likewise.
37506
37507 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37508
37509         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
37510         zero value for regular exit case.
37511
37512         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
37513         (__start_context): Preserve zero value for regular exit case.
37514
37515 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37516             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37517
37518         * manual/setjmp.texi (setcontext): Clarify normal process
37519         termination when uc_link is the null pointer.
37520         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
37521         exit call.
37522
37523 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
37524
37525         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
37526         preprocessor.  Test for each exception mask separately.
37527
37528 2012-07-16  Andreas Jaeger  <aj@suse.de>
37529
37530         * po/ru.po: Update from translation team.
37531
37532 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
37533
37534         * conform/data/string.h-data (NULL): Use macro-constant.  Require
37535         equal to 0.
37536         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37537         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37538         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
37539         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
37540         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37541
37542 2012-07-13  Andreas Jaeger  <aj@suse.de>
37543
37544         * po/fr.po: Update from translation team.
37545
37546 2012-07-12  Marek Polacek  <polacek@redhat.com>
37547
37548         [BZ #14173]
37549         * math/libm-test.inc (yn_test): Add test for BZ #14173.
37550         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
37551         loop condition.
37552
37553 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
37554
37555         [BZ #13717]
37556         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37557         Change to 2.4.1 where previously 2.4.0.
37558         * sysdeps/unix/sysv/linux/configure: Regenerated.
37559         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
37560         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
37561         version.
37562         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
37563         (__ASSUME_AT_CLKTCK): Remove.
37564         (__ASSUME_AT_PAGESIZE): Likewise.
37565         (__ASSUME_AT_XID): Likewise.
37566         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
37567         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
37568         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
37569         unconditionally.
37570         (HAVE_AUX_PAGESIZE): Likewise.
37571         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
37572         [__ASSUME_AT_CLKTCK]: Make code unconditional.
37573         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
37574
37575 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
37576
37577         [BZ #14307]
37578         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
37579         the temporary buffer used to invoke __gethostbyname2_r,
37580         __gethostbyaddr_r and gethostbyname4_r to make room for struct
37581         host_data / struct gaih_addrtuple.
37582         * resolv/nss_dns/dns-host.c (global scope): Move definition of
37583         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
37584         header file nss/nsswitch.h.
37585         * nss/nsswitch.h (global scope): Add definition of implementation
37586         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
37587         resolv/nss_dns/dns-host.c).
37588
37589 2012-07-11  Andreas Jaeger  <aj@suse.de>
37590
37591         * po/fr.po: Update from translation team.
37592
37593         * po/sv.po: Update from translation team
37594         * po/fr.po: Another update from translation team.
37595
37596 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37597
37598         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
37599         for subnormals or multiply small sinh result by itself.
37600         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37601         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37602
37603 2012-07-11  David S. Miller  <davem@davemloft.net>
37604
37605         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37606
37607 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
37608
37609         [BZ #14347]
37610         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
37611         (INTERNAL_MARK): Shift it here.
37612
37613 2012-07-10  Marek Polacek  <polacek@redhat.com>
37614
37615         [BZ #14151]
37616         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
37617         libc_cv_asm_global_directive with .globl.
37618         * configure: Regenerated.
37619         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37620         with .globl.
37621         * sysdeps/i386/configure: Regenerated.
37622         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37623         with .globl.
37624         * sysdeps/x86_64/configure: Regenerated.
37625         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37626         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37627         * elf/tst-unique2mod2.c: Likewise.
37628         * elf/tst-unique2mod1.c: Likewise.
37629         * elf/tst-unique1mod2.c: Likewise.
37630         * elf/tst-unique1mod1.c: Likewise.
37631         * sysdeps/s390/s390-32/sysdep.h: Likewise.
37632         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37633         * sysdeps/s390/s390-64/sysdep.h: Likewise.
37634         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37635         * sysdeps/mach/sysdep.h: Likewise.
37636         * sysdeps/i386/sysdep.h: Likewise.
37637         * sysdeps/i386/i386-mcount.S: Likewise.
37638         * sysdeps/x86_64/_mcount.S: Likewise.
37639         * sysdeps/x86_64/sysdep.h: Likewise.
37640         * sysdeps/sh/_mcount.S: Likewise.
37641         * sysdeps/sh/sysdep.h: Likewise.
37642         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37643         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37644         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37645         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37646         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37647         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37648         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37649         * locale/localeinfo.h: Likewise.
37650         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37651         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37652
37653 2012-07-09  Roland McGrath  <roland@hack.frob.com>
37654
37655         [BZ #14336]
37656         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37657         system".
37658         * manual/message.texi (The Uniforum approach): Likewise.
37659         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37660         (glibc iconv Implementation): Likewise.
37661
37662 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
37663
37664         [BZ #14337]
37665         * math/s_clog.c (__clog): Avoid scaling a value down where that
37666         could result in underflow.
37667         * math/s_clog10.c (__clog10): Likewise.
37668         * math/s_clog10f.c (__clog10f): Likewise.
37669         * math/s_clog10l.c (__clog10l): Likewise.
37670         * math/s_clogf.c (__clogf): Likewise.
37671         * math/s_clogl.c (__clogl): Likewise.
37672         * math/libm-test.inc (clog_test): Add more tests.
37673         (clog10_test): Likewise.
37674         * sysdeps/i386/fpu/libm-test-ulps: Update.
37675         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37676
37677 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
37678
37679         [BZ #14283]
37680         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37681         by 7 not 8 to examine high bit of fractional part.
37682
37683         [BZ #14042]
37684         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37685         for call to __mcount_internal.
37686         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37687         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37688         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37689
37690 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
37691
37692         [BZ #14154]
37693         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37694         approximation for values within 0x1p-13f of an odd multiple of
37695         pi/4.
37696         * math/libm-test.inc (tan_test): Do not allow spurious underflow
37697         exception.  Add more tests.
37698         * sysdeps/i386/fpu/libm-test-ulps: Update.
37699
37700         [BZ #6778]
37701         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37702         inputs and return -1 for them.  Do not check for +Inf in case not
37703         reachable for +Inf.
37704         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37705         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37706         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37707         and return -1 for them.  Do not check for +Inf in case not
37708         reachable for +Inf.
37709         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37710         define.
37711         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37712         and return -1 for them.  Do not check for +Inf in case not
37713         reachable for +Inf.
37714         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
37715         spurious underflow.
37716         * sysdeps/i386/fpu/libm-test-ulps: Update.
37717         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37718
37719 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
37720
37721         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37722
37723 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
37724
37725         [BZ #14157]
37726         [BZ #14331]
37727         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37728         could result in spurious underflow.  Scale down values above
37729         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37730         * math/s_csqrtf.c (__csqrtf): Likewise.
37731         * math/s_csqrtl.c (__csqrtl): Likewise.
37732         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
37733         spurious underflow.
37734         * sysdeps/i386/fpu/libm-test-ulps: Update.
37735         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37736
37737 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
37738
37739         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37740         xopen-msg.sed.
37741         * catgets/xopen-msg.awk: New file.
37742         * catgets/xopen-msg.sed: Removed.
37743
37744         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37745         po2text.sed.
37746         * intl/po2test.awk: New file.
37747         * intl/po2test.sed: Removed.
37748
37749 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
37750
37751         [BZ #14328]
37752         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37753         or multiply small sinh result by itself.
37754         * math/s_ctanf.c (__ctanf): Likewise.
37755         * math/s_ctanh.c (__ctanh): Likewise.
37756         * math/s_ctanhf.c (__ctanhf): Likewise.
37757         * math/s_ctanhl.c (__ctanhl): Likewise.
37758         * math/s_ctanl.c (__ctanl): Likewise.
37759         * math/libm-test.inc (ctan_test_tonearest): New function.
37760         (ctan_test_towardzero): Likewise.
37761         (ctan_test_downward): Likewise.
37762         (ctan_test_upward): Likewise.
37763         (ctanh_test_tonearest): Likewise.
37764         (ctanh_test_towardzero): Likewise.
37765         (ctanh_test_downward): Likewise.
37766         (ctanh_test_upward): Likewise.
37767         (main): Call these new functions.
37768         * sysdeps/i386/fpu/libm-test-ulps: Update.
37769         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37770
37771 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
37772
37773         * .gitignore: Delete /ports entry.
37774
37775 2012-07-03  Andreas Jaeger  <aj@suse.de>
37776
37777         * po/bg.po: Update from translation team.
37778         * po/cs.po: Likewise.
37779         * po/de.po: Likewise.
37780         * po/hr.po: Likewise.
37781         * po/nl.pl: Likewise.
37782         * po/pl.po: Likewise.
37783         * po/vi.po: Likewise.
37784
37785 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
37786
37787         * Makeconfig [!+link] (+link-before-libc): New variable.
37788         [!+link] (+link-after-libc): Likewise.
37789         [!+link] (+link-tests): Likewise.
37790         [!+link] (+link): Define in terms of $(+link-before-libc) and
37791         $(+link-after-libc).
37792         [!+link-static] (+link-static-before-libc): New variable.
37793         [!+link-static] (+link-static-after-libc): Likewise.
37794         [!+link-static] (+link-static-tests): Likewise.
37795         [!+link-static] (+link-static): Define in terms of
37796         $(+link-static-before-libc) and $(+link-static-after-libc).
37797         [build-shared] (link-libc-before-gnulib): New variable.
37798         [build-shared] (link-libc-tests): Likewise.
37799         [build-shared] (link-libc): Define in terms of
37800         $(link-libc-before-gnulib).
37801         [!build-shared] (link-libc-tests): New variable.
37802         (link-libc-static-tests): New variable.
37803         [!gnulib] (gnulib-arch): New variable.
37804         [!gnulib] (gnulib-tests): Likewise.
37805         [!gnulib] (static-gnulib-arch): Likewise.
37806         [!gnulib] (static-gnulib-tests): Likewise.
37807         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
37808         Define with "=" instead of ":=".
37809         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
37810         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
37811         * Rules (binaries-all-notests): New variable.
37812         (binaries-all-tests): Likewise.
37813         (binaries-static-notests): Likewise.
37814         (binaries-static-tests): Likewise.
37815         (binaries-all): Define using $(binaries-all-notests) and
37816         $(binaries-all-tests).
37817         (binaries-static): Define using $(binaries-static-notests) and
37818         $(binaries-static-tests).
37819         (binaries-shared-tests): New variable.
37820         (binaries-shared-notests): Likewise.
37821         (binaries-shared): Remove variable.
37822         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37823         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37824         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37825         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37826         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37827         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37828         * elf/Makefile (sln-modules): New variable.
37829         (extra-objs): Add $(sln-modules:=.o).
37830         (ldconfig-modules): Add static-stubs.
37831         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37832         * elf/static-stubs.c: New file.
37833
37834         [BZ #14283]
37835         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37836         by 7 not 8 to examine high bit of fractional part.  Use volatile
37837         variables when splitting into final array of floats if
37838         __FLT_EVAL_METHOD__ != 0.
37839         * math/libm-test.inc (cos_test): Add another test.
37840         (sin_test): Likewise.
37841         * sysdeps/i386/fpu/libm-test-ulps: Update.
37842
37843         [BZ #14273]
37844         * math/libm-test.inc (cosh_test): Add more tests.
37845
37846         * version.h (RELEASE): Set to "development".
37847         (VERSION): Set to "2.16.90".
37848
37849 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
37850
37851         * NEWS: Update copyright. Remove last-updated date.
37852         Mention math library bug fixes and timezone data changes.
37853         * README: Mention GNU/Hurd, x32, and HPPA support status.
37854
37855 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
37856
37857         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37858
37859 2012-06-27  Andreas Jaeger  <aj@suse.de>
37860
37861         * manual/contrib.texi (Contributors): Add Samuel Thibault.
37862
37863 2012-06-25  Andreas Jaeger  <aj@suse.de>
37864
37865         * sysdeps/s390/fpu/libm-test-ulps: Update.
37866
37867 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
37868             Thomas Schwinge  <thomas@codesourcery.com>
37869
37870         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37871         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37872         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37873         fanotify_mark.
37874
37875 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
37876
37877         * sysdeps/mach/start.c: Remove file.
37878         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37879         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37880         * sysdeps/sh/init-first.c: Likewise.
37881
37882         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37883         registers for frame unwinding purposes, add CFI directives.
37884         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37885         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37886         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37887         Likewise.
37888
37889         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37890         __fortify_fail returning.
37891         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37892
37893         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37894         sysdeps/sh/____longjmp_chk.S.
37895         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37896         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37897         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37898         (gen-as-const-headers): Append sigaltstack-offsets.sym.
37899
37900         * sysdeps/sh/abort-instr.h: New file.
37901         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37902         process in case exit returns.
37903
37904         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37905         initialize the GOT register before use.
37906
37907         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37908         calculation of ARGC > 4.
37909
37910         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37911         meaningful names to some local labels.
37912
37913 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37914             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37915
37916         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37917         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37918         (__arch_compare_and_exchange_val_16_acq): Likewise.
37919         (__arch_compare_and_exchange_val_32_acq): Likewise.
37920         (atomic_exchange_and_add): Fix gUSA sequence.
37921         (atomic_add): Likewise.
37922         (atomic_add_negative): Likewise.
37923         (atomic_add_zero): Likewise.
37924         (atomic_bit_test_set): Likewise.
37925
37926 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37927
37928         [BZ #13579]
37929         * include/link.h (struct link_map): Add l_free_initfini.
37930         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37931         l_initfini.
37932         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37933         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37934         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37935         set.
37936
37937 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37938
37939         * configure.in: Use AC_LANG_SOURCE.
37940         * configure: Regenerate.
37941
37942 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37943
37944         * configure.in (libc_cv_localstatedir): New substituted variable.
37945         * configure: Regenerated.
37946         * config.make.in (localstatedir): New variable, substituted from
37947         libc_cv_localstatedir.
37948         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37949         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37950         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37951         * sysdeps/gnu/configure: Regenerated.
37952
37953 2012-06-21  Jeff Law  <law@redhat.com>
37954
37955         [BZ #14277]
37956         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37957         free.  Simplify list management for _LIBC case.
37958
37959 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37960
37961         [BZ #14273]
37962         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37963         Clear sign bit of 64-bit integer value before comparing against
37964         overflow value.
37965
37966         * sysdeps/mach/configure: Regenerated.
37967
37968 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
37969
37970         [BZ #14278]
37971         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37972
37973 2012-06-21  Jeff Law  <law@redhat.com>
37974
37975         [BZ #13882]
37976         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
37977         uint16_t for elements in the "seen" array to avoid char overflows.
37978         * elf/dl-fini.c (_dl_sort_fini): Likewise.
37979         * elf/dl-open.c (dl_open_worker): Likewise.
37980
37981 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
37982
37983         * scripts/list-sources.sh: Scan PORTS for translations.
37984         * po/libc.pot: Regenerated.
37985
37986 2012-06-21  Andreas Jaeger  <aj@suse.de>
37987
37988         [BZ #12194]
37989         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37990         warning.
37991         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37992         * bits/byteswap-16.h (__bswap_16): Likewise.
37993         * bits/byteswap.h (__bswap_constant_16): Likewise.
37994
37995 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
37996
37997         [BZ #14117]
37998         * sysdeps/i386/fpu_control.h: Removed.
37999         * sysdeps/x86_64/fpu_control.h: Moved to ...
38000         * sysdeps/x86/fpu_control.h: Here.
38001
38002         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
38003         (_FPU_SETCW): Likewise.
38004
38005 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
38006
38007         [BZ #14117]
38008         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
38009         * sysdeps/x86/fpu/bits/mathinline.h: This.
38010         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
38011
38012         [BZ #14050]
38013         [BZ #14117]
38014         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
38015         functions if __x86_64__ is defined.
38016
38017 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
38018
38019         * string/endian.h: Add !__ASSEMBLER__ condition for including
38020         conversion interfaces.
38021
38022 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
38023
38024         [BZ #14241]
38025         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
38026         of ABS(x) in calculating zero to negative powers other than odd
38027         integers.
38028         * math/libm-test.inc (pow_test): Add more tests.
38029
38030 2012-06-15  Andreas Jaeger  <aj@suse.de>
38031
38032         * manual/contrib.texi (Contributors): Update entry of Liubov
38033         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
38034         Machado Filho.
38035
38036 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
38037
38038         * string/string.h: Add __wur to GNU version of strerror_r.
38039
38040 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
38041
38042         [BZ #14229]
38043         * string/Makefile (tests): Add tst-strtok_r.
38044         * string/tst-strtok_r.c: New file.
38045         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
38046         RAX_LP/RDX_LP on SAVE_PTR.
38047
38048 2012-06-14  Roland McGrath  <roland@hack.frob.com>
38049
38050         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
38051
38052 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
38053
38054         * libm_test.inc (csqrt_test): Allow more spurious underflow
38055         exceptions.
38056         (j0_test): Likewise.
38057         (j1_test): Likewise.
38058         (y0_test): Likewise.
38059         (y1_test): Likewise.
38060
38061 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
38062
38063         * po/Makefile (libc.pot): Use UTF-8 charset.
38064
38065 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
38066
38067         [BZ #14210]
38068         Suppress sign-conversion warning from FD_SET.
38069         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
38070         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
38071         not unsigned long int.
38072         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
38073
38074 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
38075
38076         [BZ #14050]
38077         [BZ #14117]
38078         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
38079         __extern_always_inline instead of __extern_inline.
38080         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
38081         (__signbit): Likewise.
38082         (__signbitl): Support C++ namespace.
38083         (lrintf): New inline function.
38084         (lrint): Likewise.
38085         (llrintf): Likewise.
38086         (llrint): Likewise.
38087         (fmaxf): Likewise.
38088         (fmax): Likewise.
38089         (fminf): Likewise.
38090         (fmin): Likewise.
38091         (rint): Likewise.
38092         (rintf): Likewise.
38093         (ceil): Likewise.
38094         (ceilf): Likewise.
38095         (floor): Likewise.
38096         (floorf): Likewise.
38097         (nearbyint): Likewise.
38098         (nearbyintf): Likewise.
38099
38100 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
38101
38102         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
38103         non-default versions.
38104
38105 2012-06-11  Roland McGrath  <roland@hack.frob.com>
38106
38107         [BZ #14218]
38108         * manual/argp.texi (Argp): Reword argp_parse description slightly.
38109
38110 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
38111
38112         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
38113         (FE_UPWARD, FE_DOWNWARD): Don't define.
38114         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
38115         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38116
38117         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
38118         reading it.
38119         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38120         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38121
38122 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38123
38124         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38125         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
38126         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
38127         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
38128
38129 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
38130
38131         [BZ #14117]
38132         * sysdeps/i386/fpu/bits/fenv.h: Removed.
38133         * sysdeps/i386/fpu/Implies: New file.
38134         * sysdeps/x86_64/fpu/Implies: Likewise.
38135         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
38136         * sysdeps/x86/fpu/bits/fenv.h: This.
38137
38138         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
38139         __SSE_MATH__.
38140
38141 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
38142
38143         [BZ #14134]
38144         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
38145         character 0xffff that matches the last element of the
38146         conversion table.
38147
38148 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38149
38150         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
38151         fmodl commit.
38152
38153 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38154
38155         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
38156         values higher than 25.6283.
38157
38158 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38159
38160         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
38161         subnormal exponent extraction and add some __builtin_expect.
38162         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
38163         Fix for subnormal mantissa calculation.
38164
38165 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
38166
38167         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
38168         cpu2 is -1 and errno is not ENOSYS.
38169
38170 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
38171
38172         [BZ #14117]
38173         * sysdeps/i386/i486/bits/string.h: Renamed to ...
38174         * sysdeps/x86/bits/string.h: This.
38175         * sysdeps/x86_64/bits/string.h: Removed.
38176
38177         * sysdeps/i386/i486/bits/string.h: Define inline functions only
38178         if not compiling for x86-64, but compiling for >= i486.
38179
38180         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
38181         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
38182
38183         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
38184         New macro from Linux kernel 3.4.0.
38185         (FP_XSTATE_MAGIC2): Likewise.
38186         (FP_XSTATE_MAGIC2_SIZE): Likewise.
38187         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
38188         (struct _fpx_sw_bytes): New struct.
38189         (struct _xsave_hdr): Likewise.
38190         (struct _ymmh_state): Likewise.
38191         (struct _xstate): Likewise.
38192
38193         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
38194         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
38195         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
38196         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
38197         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
38198         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
38199
38200         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
38201         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
38202         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
38203         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
38204         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
38205         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
38206
38207 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38208
38209         [BZ #13743]
38210         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
38211         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
38212         (sysdep_headers): Include sys/platform/ppc.h.
38213         * sysdeps/powerpc/test-gettimebase.c: Test for
38214         __ppc_get_timebase() to catch future ISA opcode/insn changes.
38215         * manual/Makefile (appendices): Include platform.texi.
38216         * manual/contrib.texi (Contributors): Update @node pointers.
38217         * manual/maint.texi (Maintenance): Likewise.
38218         (Platform): New node.
38219         * manual/platform.texi: New file.  Document the new features.
38220
38221 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
38222             Jakub Jelinek  <jakub@redhat.com>
38223
38224         [BZ #14188]
38225         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
38226         where __builtin_expect is unavailable.
38227
38228 2012-06-03  David S. Miller  <davem@davemloft.net>
38229
38230         * stdlib/longlong.h: Updated from GCC.
38231
38232 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
38233
38234         [BZ #14042]
38235         * sysdeps/powerpc/powerpc32/mcount.c: New file.
38236         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
38237         __mcount_internal.
38238         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38239         (GLIBC_2.16): Likewise.
38240
38241 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38242
38243         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
38244
38245 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38246
38247         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
38248         (default-abi): New variable.
38249         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
38250         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
38251         variable.
38252         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
38253         Likewise.
38254         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
38255         Likewise.
38256         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
38257         Likewise.
38258
38259         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
38260         definition.  Document in comment.
38261
38262 2012-06-01  David S. Miller  <davem@davemloft.net>
38263
38264         * stdlib/longlong.h: Updated from GCC.
38265
38266 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38267
38268         [BZ #14117]
38269         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
38270         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
38271         sys/debugreg.h sys/io.h here.
38272         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
38273         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
38274         sys/io.h.
38275         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
38276         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
38277         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
38278         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
38279         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
38280         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
38281
38282         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
38283         Define only if __x86_64__ is defined.
38284
38285 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38286
38287         [BZ #14048]
38288         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
38289         Use int64_t for variable i.
38290         * math/libm-test.inc (fmod_test): Add more tests.
38291
38292         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
38293         z computation is not scheduled after fetestexcept.
38294         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
38295         Use math_force_eval instead of asm to ensure calculation scheduled
38296         before exception test.
38297         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
38298         Ensure a1 + u.d computation is not scheduled after fetestexcept.
38299
38300 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
38301
38302         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
38303         computation is not scheduled after fetestexcept.
38304
38305 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38306
38307         [BZ #14117]
38308         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
38309         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
38310
38311 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38312
38313         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
38314         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
38315
38316 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38317
38318         [BZ #14117]
38319         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
38320         <bits/wordsize.h>.
38321         (__WCHAR_MIN): Support __WORDSIZE == 64.
38322         (__WCHAR_MAX): Likewise.
38323
38324         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
38325         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
38326
38327         [BZ #14183]
38328         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
38329         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
38330
38331         [BZ #14117]
38332         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
38333         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
38334
38335         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
38336         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
38337
38338         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
38339         Defined to 1 if __x86_64__ isn't defined.
38340         (_STAT_VER_LINUX_OLD): New.
38341         (st_atime): Remove duplicate.
38342         (st_mtime): Likewise.
38343         (st_ctime): Likewise.
38344
38345 2012-05-31  David S. Miller  <davem@davemloft.net>
38346
38347         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
38348         entries.
38349
38350 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
38351
38352         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
38353         gen-libm-test.pl.
38354
38355         [BZ #14132]
38356         * elf/dl-reloc.c: Include <_itoa.h>.
38357         (_dl_reloc_bad_type): Remove use of INTUSE.
38358         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
38359         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
38360         * stdio-common/psiginfo.c (psiginfo): Likewise.
38361         * stdio-common/psignal.c (psignal): Likewise.
38362         * string/strsignal.c (strsignal): Likewise.
38363         * include/signal.h (_sys_siglist): Declare hidden proto.
38364         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
38365         INTVARDEF with libc_hidden_data_def.
38366         * stdio-common/itoa-udigits.c: Likewise.
38367         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
38368         (_itoa_lower_digits_internal): Remove declaration.
38369         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
38370         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
38371         (_sys_sigabbrev_internal): Remove aliases.
38372         (_sys_siglist): Define hidden alias.
38373
38374 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
38375
38376         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38377         bits/sysctl.h.
38378
38379 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38380
38381         [BZ #14117]
38382         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
38383         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
38384
38385         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
38386         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
38387         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
38388         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
38389         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
38390         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
38391
38392         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
38393         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
38394         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
38395
38396         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
38397         with __addr.
38398         (insw): Likewise.
38399         (insl): Likewise.
38400         (outsb): Likewise.
38401         (outsw): Likewise.
38402         (outsl): Likewise.
38403
38404         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
38405         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
38406         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
38407
38408         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
38409         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
38410         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
38411         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
38412         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
38413         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
38414
38415         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
38416         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
38417
38418         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
38419         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
38420
38421         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
38422         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
38423         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
38424
38425         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
38426         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
38427         to ...
38428         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
38429
38430         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
38431         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
38432         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
38433
38434         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
38435         for x86-64.
38436         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
38437
38438 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
38439
38440         * math/math.h (M_El): Use two more decimal places.
38441         (M_LOG2El): Likewise.
38442         (M_LOG10El): Likewise.
38443         (M_LN2l): Likewise.
38444         (M_LN10l): Likewise.
38445         (M_PIl): Likewise.
38446         (M_PI_2l): Likewise.
38447         (M_PI_4l): Likewise.
38448         (M_1_PIl): Likewise.
38449         (M_2_PIl): Likewise.
38450         (M_2_SQRTPIl): Likewise.
38451         (M_SQRT2l): Likewise.
38452         (M_SQRT1_2l): Likewise.
38453
38454 2012-05-31  David S. Miller  <davem@davemloft.net>
38455
38456         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
38457         values between float registers.
38458         * sysdeps/sparc/sparc64/memset.S: Likewise.
38459         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38460
38461 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
38462
38463         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
38464         -D_FORTIFY_SOURCE=1.
38465         (CPPFLAGS-tst-longjmp_chk.c): Define.
38466         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
38467         (CPPFLAGS-tst-longjmp_chk2.c): Define.
38468         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
38469         CFLAGS-tst-wchar-h.c.
38470
38471 2012-05-31  Marek Polacek  <polacek@redhat.com>
38472
38473         [BZ #14132]
38474         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
38475         __endmntent_internal): Remove declaration.
38476         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
38477         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
38478         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
38479
38480 2012-05-30  David S. Miller  <davem@davemloft.net>
38481
38482         * sysdeps/sparc/sparc32/soft-fp/q_util.c
38483         (___Q_simulate_exceptions): Use real FP ops rather than writing
38484         into the %fsr.
38485         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
38486         Likewise.
38487
38488 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38489
38490         [BZ #14117]
38491         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
38492         * sysdeps/x86/bits/xtitypes.h: This.
38493
38494         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
38495         * sysdeps/x86/bits/wordsize.h: This.
38496
38497         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
38498         * sysdeps/x86/bits/huge_vall.h: This.
38499
38500         * sysdeps/i386/bits/select.h: Removed.
38501         * sysdeps/x86_64/bits/select.h: Renamed to ...
38502         * sysdeps/x86/bits/select.h: This.
38503
38504         * sysdeps/i386/bits/setjmp.h: Removed.
38505         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
38506         * sysdeps/x86/bits/setjmp.h: This.
38507
38508         * sysdeps/i386/bits/mathdef.h: Removed.
38509         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
38510         * sysdeps/x86/bits/mathdef.h: This.
38511
38512 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
38513
38514         [BZ #14132]
38515         * include/sys/socket.h (__connect_internal)
38516         (__libc_sa_len_internal): Remove declaration.
38517         (__connect, __libc_sa_len): Declare hidden_proto.
38518         (SA_LEN): Remove use of INTUSE.
38519         * socket/connect.c: Add libc_hidden_def.
38520         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
38521         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
38522         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
38523         alias.
38524         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
38525         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
38526         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
38527         of adding _internal alias.
38528
38529 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38530
38531         [BZ #14117]
38532         * sysdeps/i386/bits/link.h: Removed.
38533         * sysdeps/i386/bits/linkmap.h: Likewise.
38534         * sysdeps/x86_64/bits/link.h: Renamed to ...
38535         * sysdeps/x86/bits/link.h: This.
38536         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
38537         * sysdeps/x86/bits/linkmap.h: This.
38538
38539         * sysdeps/i386/bits/endian.h: Removed.
38540         * sysdeps/x86_64/bits/endian.h: Renamed to ...
38541         * sysdeps/x86/bits/endian.h: This.
38542
38543         * sysdeps/i386/bits/byteswap.h: Removed.
38544         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38545         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
38546         * sysdeps/x86/bits/byteswap.h: This.
38547         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
38548         * sysdeps/x86/bits/byteswap-16.h: This.
38549         * sysdeps/i386/Implies: Add x86.
38550         * sysdeps/x86_64/Implies: Likewise.
38551
38552 2012-05-30  David S. Miller  <davem@davemloft.net>
38553
38554         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
38555         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
38556         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
38557         (FP_TRAPPING_EXCEPTIONS): Define.
38558         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
38559         (FP_TRAPPING_EXCEPTIONS): Define.
38560         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
38561         subnormals only when inexact has been signalled or underflow
38562         exceptions are enabled.
38563         (_FP_PACK_CANONICAL): Likewise.
38564
38565 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38566
38567         [BZ #14183]
38568         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
38569         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
38570
38571 2012-05-30  Richard Henderson  <rth@twiddle.net>
38572
38573         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
38574         with #ifndef NOT_IN_libc.
38575
38576         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
38577         marked to avoid plt entry.
38578
38579 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38580
38581         [BZ #14112]
38582         * Makeconfig (default-abi): New macro.
38583         (abi-includes): Likewise.
38584         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
38585         $(abi-$(default-abi)-lib-soname) for soname if defined.
38586         ($(common-objpfx)gnu/lib-names.stmp): Generate from
38587         abi-variants.
38588         * Makefile (installed-stubs): Likewise.
38589         * include/stubs-biarch.h: Removed.
38590         * scripts/lib-names.awk: Only handle one library at a time.
38591         * scripts/soversions.awk: Remove WORDSIZE support.
38592         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
38593         entries.
38594         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
38595         Removed.
38596         (syscall-list-default-condition): Likewise.
38597         (syscall-list-default-condition): Likewise.
38598         (syscall-list-includes): Likewise.
38599         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
38600         syscall-list-* with abi-*.  Handle undefined abi-variants.
38601         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
38602         * sysdeps/unix/sysv/linux/i386/Implies: New file.
38603         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
38604         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
38605         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
38606         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
38607         Removed.
38608         (syscall-list-32-options): Likewise.
38609         (syscall-list-32-condition): Likewise.
38610         (syscall-list-64-options): Likewise.
38611         (syscall-list-64-condition): Likewise.
38612         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
38613         macro.
38614         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
38615         Renamed to ...
38616         (abi-*): This.
38617         (abi-64-ld-soname): New macro.
38618         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38619         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38620         Renamed to ...
38621         (abi-*): This.
38622         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38623         * sysdeps/x86_64/x32/shlib-versions: Likewise.
38624
38625 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
38626
38627         * sysdeps/unix/sysv/linux/kernel-features.h
38628         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38629         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
38630         include <kernel-features.h>.
38631         [!__NR_ftruncate64]: Remove conditional code.
38632         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38633         [__NR_ftruncate64]: Make code unconditional.
38634         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38635         * sysdeps/unix/sysv/linux/truncate64.c: Do not
38636         include <kernel-features.h>.
38637         [!__NR_ftruncate64]: Remove conditional code.
38638         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38639         [__NR_ftruncate64]: Make code unconditional.
38640         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38641         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
38642         include <kernel-features.h>.
38643         [!__NR_ftruncate64]: Remove conditional code.
38644         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38645         [__NR_ftruncate64]: Make code unconditional.
38646         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38647         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38648         include <kernel-features.h>.
38649         [!__NR_ftruncate64]: Remove conditional code.
38650         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38651         [__NR_ftruncate64]: Make code unconditional.
38652         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38653
38654         * configure.in (libc_cv_fpie): Weaken to a compile test using
38655         LIBC_TRY_CC_OPTION.
38656         * configure: Regenerated.
38657
38658 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38659
38660         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38661         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38662         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38663         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38664         Refreshed.
38665         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38666         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38667         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38668         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38669         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38670         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38671         Refreshed.
38672
38673 2012-05-27  David S. Miller  <davem@davemloft.net>
38674
38675         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38676         (___Q_zero): New.
38677         (__Q_simulate_exceptions): Return void.  Change to simulate
38678         exceptions by writing into the %fsr.
38679         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38680         (__Qp_handle_exceptions): Likewise.
38681         (numbers): Delete.
38682         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38683         __Qp_handle_exceptions.
38684         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38685         __Qp_handle_exceptions.
38686         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38687         as unused and give dummy FP_RND_NEAREST initializer.
38688         (FP_INHIBIT_RESULTS): Define.
38689         (___Q_simulate_exceptions): Update declaration.
38690         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38691         formatting.
38692         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38693         as unused and give dummy FP_RND_NEAREST initializer.
38694         (__Qp_handle_exceptions): Update declaration.
38695         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38696         formatting.
38697
38698 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
38699
38700         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38701         the temporary FPU control word.
38702         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38703         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38704         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38705         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38706         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38707         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38708         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38709         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38710         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38711         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38712         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38713
38714 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38715
38716         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38717         fields.
38718
38719 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
38720
38721         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38722         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38723         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38724         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38725         Likewise.
38726         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38727         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38728         Likewise.
38729
38730 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
38731
38732         * po/h.po: Update from translation team.
38733
38734 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
38735
38736         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38737
38738         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38739         handling of denormals.
38740         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38741         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38742         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38743         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38744         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38745         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38746         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38747         Likewise.
38748
38749 2012-05-26  Marek Polacek  <polacek@redhat.com>
38750
38751         [BZ #14152]
38752         * math/libm-test.inc (fma_test): Don't always expect underflow
38753         exception.
38754
38755 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38756
38757         [BZ #12416]
38758         * elf/tst-execstack.c: Include stackinfo.h.
38759         (do_test): Adjust test case to ensure that pthread_getattr_np
38760         behaviour remains the same after marking stack executable.
38761
38762 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38763
38764         * sysdeps/unix/sysv/linux/kernel-features.h
38765         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38766         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38767         kernel-features.h.
38768         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38769         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38770         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38771         kernel-features.h.
38772         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38773         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38774
38775 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
38776
38777         * configure.in: Define the default includes to being none.
38778         * configure: Regenerated.
38779
38780 2012-05-25  Roland McGrath  <roland@hack.frob.com>
38781
38782         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38783         * sysdeps/x86_64/setjmp.S: Likewise.
38784         * sysdeps/i386/bsd-setjmp.S: Likewise.
38785         * sysdeps/i386/bsd-_setjmp.S: Likewise.
38786         * sysdeps/i386/setjmp.S: Likewise.
38787         * sysdeps/i386/__longjmp.S: Likewise.
38788         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38789         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38790
38791         * include/stap-probe.h: New file.
38792         * configure.in: Handle --enable-systemtap.
38793         * configure: Regenerated.
38794         * config.h.in (USE_STAP_PROBE): New #undef.
38795         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38796         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38797         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38798
38799 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38800
38801         [BZ #13717]
38802         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38803         to 2.4.0 where earlier.
38804         * sysdeps/unix/sysv/linux/configure: Regenerated.
38805         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
38806         <kernel-features.h>.
38807         [__ASSUME_32BITUIDS]: Make code unconditional.
38808         [!__ASSUME_32BITUIDS]: Remove conditional code.
38809         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
38810         <kernel-features.h>.
38811         [__ASSUME_32BITUIDS]: Make code unconditional.
38812         [!__ASSUME_32BITUIDS]: Remove conditional code.
38813         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
38814         [__ASSUME_32BITUIDS]: Make code unconditional.
38815         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38816         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
38817         <kernel-features.h>.
38818         [__ASSUME_32BITUIDS]: Make code unconditional.
38819         [!__ASSUME_32BITUIDS]: Remove conditional code.
38820         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
38821         <kernel-features.h>.
38822         [__ASSUME_32BITUIDS]: Make code unconditional.
38823         [!__ASSUME_32BITUIDS]: Remove conditional code.
38824         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
38825         <kernel-features.h>.
38826         [__ASSUME_32BITUIDS]: Make code unconditional.
38827         [!__ASSUME_32BITUIDS]: Remove conditional code.
38828         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
38829         <kernel-features.h>.
38830         [__ASSUME_32BITUIDS]: Make code unconditional.
38831         [!__ASSUME_32BITUIDS]: Remove conditional code.
38832         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38833         <kernel-features.h>.
38834         [__ASSUME_32BITUIDS]: Make code unconditional.
38835         [!__ASSUME_32BITUIDS]: Remove conditional code.
38836         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
38837         <kernel-features.h>.
38838         [__ASSUME_32BITUIDS]: Make code unconditional.
38839         [!__ASSUME_32BITUIDS]: Remove conditional code.
38840         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
38841         <kernel-features.h>.
38842         [__ASSUME_32BITUIDS]: Make code unconditional.
38843         [!__ASSUME_32BITUIDS]: Remove conditional code.
38844         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
38845         <kernel-features.h>.
38846         [__ASSUME_32BITUIDS]: Make code unconditional.
38847         [!__ASSUME_32BITUIDS]: Remove conditional code.
38848         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
38849         <kernel-features.h>.
38850         [__ASSUME_32BITUIDS]: Make code unconditional.
38851         [!__ASSUME_32BITUIDS]: Remove conditional code.
38852         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
38853         <kernel-features.h>.
38854         [__ASSUME_32BITUIDS]: Make code unconditional.
38855         [!__ASSUME_32BITUIDS]: Remove conditional code.
38856         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38857         <kernel-features.h>.
38858         [__NR_setresgid] (__setresgid): Do not declare.
38859         [__ASSUME_32BITUIDS]: Make code unconditional.
38860         [!__ASSUME_32BITUIDS]: Remove conditional code.
38861         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38862         <kernel-features.h>.
38863         [__NR_setresuid] (__setresuid): Do not declare.
38864         [__ASSUME_32BITUIDS]: Make code unconditional.
38865         [!__ASSUME_32BITUIDS]: Remove conditional code.
38866         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
38867         <kernel-features.h>.
38868         [__ASSUME_32BITUIDS]: Make code unconditional.
38869         [!__ASSUME_32BITUIDS]: Remove conditional code.
38870         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
38871         <kernel-features.h>.
38872         [__ASSUME_32BITUIDS]: Make code unconditional.
38873         [!__ASSUME_32BITUIDS]: Remove conditional code.
38874         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
38875         <kernel-features.h>.
38876         [__ASSUME_32BITUIDS]: Make code unconditional.
38877         [!__ASSUME_32BITUIDS]: Remove conditional code.
38878         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
38879         <kernel-features.h>.
38880         [__ASSUME_32BITUIDS]: Make code unconditional.
38881         [!__ASSUME_32BITUIDS]: Remove conditional code.
38882         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
38883         <kernel-features.h>.
38884         [__ASSUME_32BITUIDS]: Make code unconditional.
38885         [!__ASSUME_32BITUIDS]: Remove conditional code.
38886         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
38887         <kernel-features.h>.
38888         [__ASSUME_32BITUIDS]: Make code unconditional.
38889         [!__ASSUME_32BITUIDS]: Remove conditional code.
38890         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
38891         <kernel-features.h>.
38892         [__ASSUME_32BITUIDS]: Make code unconditional.
38893         [!__ASSUME_32BITUIDS]: Remove conditional code.
38894         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
38895         <kernel-features.h>.
38896         [__ASSUME_32BITUIDS]: Make code unconditional.
38897         [!__ASSUME_32BITUIDS]: Remove conditional code.
38898         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
38899         <kernel-features.h>.
38900         [__ASSUME_32BITUIDS]: Make code unconditional.
38901         [!__ASSUME_32BITUIDS]: Remove conditional code.
38902         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
38903         <kernel-features.h>.
38904         [__ASSUME_32BITUIDS]: Make code unconditional.
38905         [!__ASSUME_32BITUIDS]: Remove conditional code.
38906         * sysdeps/unix/sysv/linux/kernel-features.h
38907         (__ASSUME_SETRESUID_SYSCALL): Remove.
38908         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38909         (__ASSUME_32BITUIDS): Likewise.
38910         (__ASSUME_LDT_WORKS): Likewise.
38911         (__ASSUME_O_DIRECTORY): Likewise.
38912         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38913         architecture but not kernel version.
38914         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38915         (__ASSUME_MMAP2_SYSCALL): Likewise.
38916         (__ASSUME_STAT64_SYSCALL): Likewise.
38917         (__ASSUME_IPC64): Likewise.
38918         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38919         <kernel-features.h>.
38920         [__ASSUME_32BITUIDS]: Make code unconditional.
38921         [!__ASSUME_32BITUIDS]: Remove conditional code.
38922         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38923         <kernel-features.h>.
38924         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38925         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38926         132096]: Remove conditional code.
38927         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38928         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38929         <kernel-features.h>.
38930         [__ASSUME_32BITUIDS]: Make code unconditional.
38931         [!__ASSUME_32BITUIDS]: Remove conditional code.
38932         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38933         <kernel-features.h>.
38934         [__ASSUME_32BITUIDS]: Make code unconditional.
38935         [!__ASSUME_32BITUIDS]: Remove conditional code.
38936         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38937         <kernel-features.h>.
38938         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38939         unconditional.
38940         (__setresgid): Do not declare.
38941         [__ASSUME_32BITUIDS]: Make code unconditional.
38942         [!__ASSUME_32BITUIDS]: Remove conditional code.
38943         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38944         <kernel-features.h>.
38945         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38946         unconditional.
38947         (__setresuid): Do not declare.
38948         [__ASSUME_32BITUIDS]: Make code unconditional.
38949         [!__ASSUME_32BITUIDS]: Remove conditional code.
38950         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38951         <kernel-features.h>.
38952         [__ASSUME_32BITUIDS]: Make code unconditional.
38953         [!__ASSUME_32BITUIDS]: Remove conditional code.
38954         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38955         <kernel-features.h>.
38956         [__ASSUME_32BITUIDS]: Make code unconditional.
38957         [!__ASSUME_32BITUIDS]: Remove conditional code.
38958
38959 2012-05-25  Richard Henderson  <rth@twiddle.net>
38960
38961         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38962         dl_hwcap to ifunc resolver.
38963         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38964         elf_ifunc_invoke.
38965         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38966         dl_hwcap to ifunc resolver.
38967         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38968
38969 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38970
38971         [BZ #14153]
38972         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38973         for |x| <= 2**-26, not 2**-57.
38974         * math/libm-test.inc (acos_test): Do not allow spurious underflow
38975         exception.
38976
38977 2012-05-24  Jeff Law  <law@redhat.com>
38978
38979         * stdio-common/Makefile (tests): Add bug25.
38980         * stdio-common/bug25.c: New test.
38981
38982 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38983
38984         [BZ #13576]
38985         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38986         multiple of MALLOC_ALIGNMENT in size.
38987         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38988
38989 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38990
38991         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38992         Require >= 256.
38993         (FILENAME_MAX): Use macro-int-constant.
38994         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
38995         (_IOFBF): Use macro-int-constant.
38996         (_IOLBF): Likewise.
38997         (_IONBF): Likewise.
38998         (SEEK_CUR): Likewise.
38999         (SEEK_END): Likewise.
39000         (SEEK_SET): Likewise.
39001         (TMP_MAX): Likewise.
39002         (EOF): Use macro-int-constant.  Require < 0.
39003         (NULL): Use macro-constant.  Require == 0.
39004         (stdin): Require type to be FILE *.
39005         (stdout): Likewise.
39006         (stderr): Likewise.
39007         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
39008         macro-int-constant.
39009         (EXIT_SUCCESS): Likewise.
39010         (NULL): Use macro-constant.  Require == 0.
39011         (RAND_MAX): Use macro-int-constant.
39012         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
39013         [C99-based standards] (strtof): Require function.
39014         [C99-based standards] (strtold): Likewise.
39015         [C99-based standards] (strtoll): Likewise.
39016         [C99-based standards] (strtoull): Likewise.
39017         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
39018         [ISO || ISO99 || ISO11] (limits.h): Likewise.
39019         [ISO || ISO99 || ISO11] (math.h): Likewise.
39020         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
39021         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
39022         [ISO || ISO99 || ISO11] (*_t): Do not allow.
39023
39024 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
39025
39026         [BZ #14132]
39027         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
39028         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
39029         * intl/dgettext.c (DCGETTEXT): Likewise.
39030         * intl/gettext.c (DCGETTEXT): Likewise.
39031         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
39032         * posix/regex_internal.h (gettext): Likewise.
39033         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
39034         Remove declaration.
39035         * include/argz.h (__argz_count_internal)
39036         (__argz_stringify_internal): Remove declaration.
39037         (__argz_count, __argz_stringify): Declare hidden proto.
39038         * intl/dcgettext.c: Remove use of INTDEF.
39039         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
39040         * string/argz-stringify.c: Likewise.
39041         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
39042         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
39043         Declare hidden proto.
39044         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
39045         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
39046         Declare hidden proto.
39047         * include/stdio.h (__asprintf_internal): Don't declare.
39048         (__asprintf): Don't define as macro.  Declare hidden proto.
39049         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
39050         (__fsetlocking): Declare hidden proto.
39051         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
39052         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
39053         hidden proto.
39054         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
39055         (_IO_setlinebuf): Remove use of INTUSE.
39056         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
39057         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
39058         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
39059         Remove declaration.
39060         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
39061         (_IO_do_flush): Remove use of INTUSE.
39062         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
39063         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
39064         (_IO_adjust_column, _IO_least_wmarker)
39065         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
39066         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
39067         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
39068         (_IO_default_doallocate, _IO_wdefault_doallocate)
39069         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
39070         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
39071         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
39072         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
39073         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
39074         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
39075         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
39076         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
39077         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
39078         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
39079         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
39080         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
39081         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
39082         proto.
39083         (_IO_flush_all_internal, _IO_adjust_column_internal)
39084         (_IO_default_uflow_internal, _IO_default_finish_internal)
39085         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
39086         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
39087         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
39088         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
39089         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
39090         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
39091         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
39092         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
39093         (_IO_file_close_internal, _IO_file_close_it_internal)
39094         (_IO_file_underflow_internal, _IO_file_overflow_internal)
39095         (_IO_file_init_internal, _IO_file_attach_internal)
39096         (_IO_file_fopen_internal, _IO_file_read_internal)
39097         (_IO_file_sync_internal, _IO_file_seek_internal)
39098         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
39099         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
39100         (_IO_str_underflow_internal, _IO_str_overflow_internal)
39101         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
39102         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
39103         (_IO_list_all_internal, _IO_link_in_internal)
39104         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
39105         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
39106         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
39107         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
39108         (_IO_do_write_internal, _IO_padn_internal)
39109         (_IO_getline_info_internal, _IO_getline_internal)
39110         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
39111         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
39112         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
39113         (_IO_vfscanf_internal, _IO_vfprintf_internal)
39114         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
39115         (_IO_init_internal, _IO_un_link_internal): Don't declare.
39116         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
39117         with libc_hidden_ver, remove use of INTUSE.
39118         * libio/genops.c: Likewise.
39119         * libio/freopen.c: Likewise.
39120         * libio/freopen64.c: Likewise.
39121         * libio/iofclose.c: Likewise.
39122         * libio/iofdopen.c: Likewise.
39123         * libio/iofflush.c: Likewise.
39124         * libio/iofflush_u.c: Likewise.
39125         * libio/iofgets.c: Likewise.
39126         * libio/iofgets_u.c: Likewise.
39127         * libio/iofopen.c: Likewise.
39128         * libio/iofopncook.c: Likewise.
39129         * libio/iofread.c: Likewise.
39130         * libio/iofread_u.c: Likewise.
39131         * libio/ioftell.c: Likewise.
39132         * libio/iofwrite.c: Likewise.
39133         * libio/iogetline.c: Likewise.
39134         * libio/iogets.c: Likewise.
39135         * libio/iogetwline.c: Likewise.
39136         * libio/iopadn.c: Likewise.
39137         * libio/iopopen.c: Likewise.
39138         * libio/ioseekoff.c: Likewise.
39139         * libio/ioseekpos.c: Likewise.
39140         * libio/iosetbuffer.c: Likewise.
39141         * libio/iosetvbuf.c: Likewise.
39142         * libio/ioungetc.c: Likewise.
39143         * libio/ioungetwc.c: Likewise.
39144         * libio/iovdprintf.c: Likewise.
39145         * libio/iovsprintf.c: Likewise.
39146         * libio/iovsscanf.c: Likewise.
39147         * libio/memstream.c: Likewise.
39148         * libio/obprintf.c: Likewise.
39149         * libio/oldfileops.c: Likewise.
39150         * libio/oldiofclose.c: Likewise.
39151         * libio/oldiofdopen.c: Likewise.
39152         * libio/oldiofopen.c: Likewise.
39153         * libio/oldiopopen.c: Likewise.
39154         * libio/oldstdfiles.c: Likewise.
39155         * libio/putc.c: Likewise.
39156         * libio/setbuf.c: Likewise.
39157         * libio/setlinebuf.c: Likewise.
39158         * libio/stdfiles.c: Likewise.
39159         * libio/strops.c: Likewise.
39160         * libio/vasprintf.c: Likewise.
39161         * libio/vscanf.c: Likewise.
39162         * libio/vsnprintf.c: Likewise.
39163         * libio/vswprintf.c: Likewise.
39164         * libio/wfiledoalloc.c: Likewise.
39165         * libio/wfileops.c: Likewise.
39166         * libio/wgenops.c: Likewise.
39167         * libio/wmemstream.c: Likewise.
39168         * libio/wstrops.c: Likewise.
39169         * libio/__fpurge.c: Likewise.
39170         * libio/__fsetlocking.c: Likewise.
39171         * assert/assert.c: Likewise.
39172         * debug/fgets_chk.c: Likewise.
39173         * debug/fgets_u_chk.c: Likewise.
39174         * debug/fread_chk.c: Likewise.
39175         * debug/fread_u_chk.c: Likewise.
39176         * debug/gets_chk.c: Likewise.
39177         * debug/obprintf_chk.c: Likewise.
39178         * debug/vasprintf_chk.c: Likewise.
39179         * debug/vdprintf_chk.c: Likewise.
39180         * debug/vsnprintf_chk.c: Likewise.
39181         * debug/vsprintf_chk.c: Likewise.
39182         * malloc/mtrace.c: Likewise.
39183         * misc/error.c: Likewise.
39184         * misc/syslog.c: Likewise.
39185         * stdio-common/asprintf.c: Likewise.
39186         * stdio-common/fxprintf.c: Likewise.
39187         * stdio-common/getw.c: Likewise.
39188         * stdio-common/isoc99_fscanf.c: Likewise.
39189         * stdio-common/isoc99_scanf.c: Likewise.
39190         * stdio-common/isoc99_vfscanf.c: Likewise.
39191         * stdio-common/isoc99_vscanf.c: Likewise.
39192         * stdio-common/isoc99_vsscanf.c: Likewise.
39193         * stdio-common/printf-prs.c: Likewise.
39194         * stdio-common/printf_fp.c: Likewise.
39195         * stdio-common/printf_fphex.c: Likewise.
39196         * stdio-common/printf_size.c: Likewise.
39197         * stdio-common/putw.c: Likewise.
39198         * stdio-common/scanf.c: Likewise.
39199         * stdio-common/sprintf.c: Likewise.
39200         * stdio-common/tmpfile.c: Likewise.
39201         * stdio-common/vfprintf.c: Likewise.
39202         * stdio-common/vfscanf.c: Likewise.
39203         * stdlib/strfmon_l.c: Likewise.
39204         * sunrpc/openchild.c: Likewise.
39205         * sunrpc/xdr_stdio.c: Likewise.
39206         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
39207         * sysdeps/mach/hurd/tmpfile.c: Likewise.
39208
39209 2012-05-24  Roland McGrath  <roland@hack.frob.com>
39210
39211         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39212
39213         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
39214         in the third column, to generate for the shared library an IFUNC
39215         that uses _dl_vdso_vsym.
39216         * Makerules (COMPILE.c, compile-stdin.c): New variables.
39217         * Makeconfig (object-suffixes-noshared): New variable.
39218
39219         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
39220         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
39221         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
39222         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
39223
39224         [BZ #14132]
39225         * include/sys/time.h (__gettimeofday): Remove macro.
39226         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
39227         * time/gettimeofday.c (__gettimeofday): Remove #undef.
39228         Remove INTDEF.
39229         (__gettimeofday): Add libc_hidden_def.
39230         (gettimeofday): Add libc_hidden_weak.
39231         * sysdeps/mach/gettimeofday.c: Likewise.
39232         * sysdeps/posix/gettimeofday.c: Likewise.
39233         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
39234         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
39235         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
39236         (__gettimeofday_internal): Remove strong_alias.
39237         (__gettimeofday): Add libc_hidden_def.
39238         (gettimeofday): Add libc_hidden_weak.
39239         * sysdeps/unix/syscalls.list (gettimeofday):
39240         Remove __gettimeofday_internal alias.
39241
39242 2012-05-24  Daniel Jacobowitz  <drow@false.org>
39243             H.J. Lu  <hongjiu.lu@intel.com>
39244
39245         [BZ #12495]
39246         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
39247         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
39248         (largebin_index_32_big): New.
39249         (largebin_index): Use it for 16-byte alignment.
39250         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
39251         correction with front_misalign.
39252
39253 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
39254
39255         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
39256         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
39257         Likewise.
39258         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
39259         Likewise.
39260         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
39261         Likewise.
39262         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
39263         Likewise.
39264         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
39265         Likewise.
39266         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
39267         Likewise.
39268         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
39269         Likewise.
39270         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
39271         Likewise.
39272         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
39273         Likewise.
39274         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
39275         Likewise.
39276         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
39277         Likewise.
39278         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
39279         Likewise.
39280
39281         * scripts/data/c++-types-x32-linux-gnu.data: New file.
39282         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
39283
39284 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39285
39286         [BZ #10846]
39287         [BZ #14036]
39288         * math/libm-test.inc (exp_test): Add test from bug 14036.
39289         (pow_test): Add test from bug 10846.
39290
39291         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
39292         and other flags.
39293         (special_function): Do not include flags in test name.
39294         (parse_args): Likewise.
39295         * sysdeps/i386/fpu/libm-test-ulps: Update.
39296         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
39297         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
39298         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
39299         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39300
39301         * math/gen-libm-test.pl (%beautify): Add entries for underflow
39302         exceptions.
39303         * math/libm-test.inc ("Philosophy"): Update comment about
39304         exception testing.
39305         (UNDERFLOW_EXCEPTION): New macro.
39306         (UNDERFLOW_EXCEPTION_OK): Likewise.
39307         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
39308         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
39309         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
39310         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
39311         (INVALID_EXCEPTION_OK): Update value.
39312         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39313         (OVERFLOW_EXCEPTION_OK): Likewise.
39314         (IGNORE_ZERO_INF_SIGN): Likewise.
39315         (test_exceptions): Handle underflow exceptions.
39316         (acos_test): Update for underflow exception expectations.
39317         (cexp_test): Likewise.
39318         (clog_test): Likewise.
39319         (clog10_test): Likewise.
39320         (csqrt_test): Likewise.
39321         (ctan_test): Likewise.
39322         (ctanh_test): Likewise.
39323         (exp_test): Likewise.
39324         (exp10_test): Likewise.
39325         (exp2_test): Likewise.
39326         (expm1_test): Likewise.
39327         (fma_test): Likewise.
39328         (j0_test): Likewise.
39329         (jn_test): Likewise.
39330         (nexttoward_test): Likewise.
39331         (pow_test): Likewise.
39332         (scalbn_test): Likewise.
39333         (scalbln_test): Likewise.
39334         (tan_test): Likewise.
39335         (y1_test): Likewise.
39336         * sysdeps/i386/fpu/libm-test-ulps: Update.
39337         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39338
39339 2012-05-23  David S. Miller  <davem@davemloft.net>
39340
39341         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39342         (__libc_sigaction): Remove unused local variables.
39343
39344 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39345
39346         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
39347
39348 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
39349
39350         mktime: avoid signed integer overflow
39351         * time/mktime.c (__mktime_internal): Do not mishandle the case
39352         where diff == INT_MIN.
39353
39354         mktime: simplify computation of average
39355         * time/mktime.c (ranged_convert): Use new time_t_avg function
39356         instead of rolling our own (probably-slower) code.
39357
39358         mktime: do not assume signed right shift propagates sign bit
39359         * time/mktime.c (isdst_differ): New static function.
39360         (__mktime_internal): No need to normalize tm_isdst now.
39361         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
39362         tm_isdst values.
39363
39364         mktime: merge another wrapv change from gnulib
39365         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
39366         from some compilers.
39367
39368         mktime: remove incorrect attempt at unusual arithmetics
39369         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
39370         The code didn't really work on such machines anyway.
39371         (TYPE_MINIMUM): Assume two's complement.
39372         (twos_complement_arithmetic): Verify that long_int and time_t
39373         are two's complement (or unsigned, in the latter case).
39374
39375         mktime: check signed shifts on long_int and time_t, too
39376         * time/mktime.c (SHR): Check that shifts work as desired
39377         on the types long_int and time_t too, as SHR is used on
39378         such types.
39379
39380         mktime: do not assume 'long' is wide enough
39381         * time/mktime.c (verify): Move decl up.
39382         (long_int): New type.
39383         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
39384         to remove assumption in the code that 'long' is wide enough to
39385         store year values.  This assumption is not true on x32 and on
39386         some non-glibc platforms.
39387
39388         mktime: merge wrapv change from gnulib
39389         * time/mktime.c (WRAPV): New macro.
39390         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
39391         (guess_time_tm, __mktime_internal): Do not assume that signed
39392         integer overflow wraps around; modern compilers generate code
39393         where this assumption is no longer valid.
39394
39395 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39396
39397         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39398         Replace "jmp L(pseudo_end)" with "ret".
39399         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
39400         Likewise.
39401
39402 2012-05-23  Andreas Jaeger  <aj@suse.de>
39403
39404         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
39405         * sysdeps/unix/sysv/linux/poll.c: Remove file.
39406
39407 2012-05-23  Andreas Jaeger  <aj@suse.de>
39408             Maximilian Attems  <max@stro.at>
39409
39410         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
39411         New macros.
39412
39413 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39414
39415         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
39416         code so that pseudo_end is just ret and the stack pointer is
39417         correct also for static library in error case.
39418
39419 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
39420
39421         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
39422         move to syscalls.list.
39423         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
39424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
39425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
39426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
39427
39428         * manual/install.texi (Running make install): Do not mention Linux
39429         kernel version for which pt_chown is not needed.
39430         (Linux): Do not mention problems with nscd with 2.0 kernels.
39431         * INSTALL: Regenerated.
39432
39433 2012-05-23  Andreas Jaeger  <aj@suse.de>
39434
39435         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
39436         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
39437         macro.
39438         * sysdeps/unix/sysv/linux/s390/bits/mman.h
39439         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39440         * sysdeps/unix/sysv/linux/sh/bits/mman.h
39441         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39442         * sysdeps/unix/sysv/linux/i386/bits/mman.h
39443         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39444         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
39445         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39446         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
39447         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39448         * sysdeps/unix/sysv/linux/bits/in.h
39449         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
39450
39451 2012-05-22  Roland McGrath  <roland@hack.frob.com>
39452
39453         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
39454         (PREPARE_VERSION): Just use assert instead, it will be elided
39455         under [NDEBUG] anyway.
39456
39457 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39458
39459         * sysdeps/unix/sysv/linux/Makefile: Include
39460         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
39461         (sysdep_routines): Remove sysctl.
39462         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
39463         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
39464         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
39465         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
39466         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
39467
39468 2012-05-22  Andreas Jaeger  <aj@suse.de>
39469
39470         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
39471         that pseudo_end is just ret and the stack pointer is correct also
39472         for static library in error case.
39473
39474 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
39475
39476         [BZ #14122]
39477         * nss/nsswitch.c (defconfig_entries): New variable.
39478         (__nss_database_lookup): Don't leak defconfig entries.
39479         (nss_parse_service_list): Don't leak on error paths.
39480         (free_database_entries): New function.
39481         (free_defconfig): New function.
39482         (free_mem): Move common code to free_database_entries.
39483
39484 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39485
39486         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
39487         Add arch_prctl.
39488         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
39489
39490         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
39491         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
39492         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
39493         New macro.
39494         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
39495         (INTERNAL_SYSCALL_TYPES): Likewise.
39496         (LOAD_ARGS_TYPES_[1-6]): Likewise.
39497         (LOAD_REGS_TYPES_[1-6]): Likewise.
39498         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
39499         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
39500
39501 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39502
39503         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
39504         copysignl for GLIBC_2_0.
39505         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
39506         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
39507         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
39508         logbl for GLIBC_2_0.
39509         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
39510         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
39511
39512 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39513
39514         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
39515         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39516
39517         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39518         Use "neg %eax".
39519
39520         * time/mktime.c: Update copyright years.
39521
39522 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
39523
39524         mktime: merge comment-quoting-style change from gnulib
39525         * time/mktime.c: Quote 'like this' in comments.
39526         The GNU coding standards suggest that we no longer quote `like this',
39527         as "`" and "'" are typically rendered asymmetrically nowadays.
39528         The typical gnulib style is to quote 'like this' when quoting
39529         code, and "like this" when quoting English.
39530
39531         * time/mktime.c (compile-command): Add "-I.".
39532
39533         mktime: merge mktime-internal.h change from gnulib
39534         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
39535
39536         mktime: merge time_r change from gnulib
39537         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
39538
39539         mktime: merge DEBUG change from gnulib
39540         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
39541         case system <time.h> has a #define.
39542
39543         mktime: merge <sys/types.h> change from gnulib
39544         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
39545         since <time.t> is now guaranteed to define time_t.
39546
39547         mktime: merge HAVE_CONFIG_H change from gnulib
39548         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
39549
39550 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39551
39552         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39553         Use "neg %eax".
39554
39555         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
39556         __rlim_t cast.
39557         (struct rusage): Use anonymous union to pad each field to
39558         __syscall_slong_t.
39559
39560 2012-05-21  David S. Miller  <davem@davemloft.net>
39561
39562         * Makefules (o-iterator): Remove .s cases.
39563         (compile-command.s): Delete.
39564         (COMPILE.s): Delete.
39565         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
39566
39567 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
39568
39569         * configure.in (libc_cv_predef_stack_protector): Only consider
39570         "foobar" and "__stack_chk_fail" lines in libc_undefs.
39571         * configure: Regenerated.
39572
39573 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39574
39575         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39576         New macro.  Use R*LP on int and pointer.
39577         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
39578         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
39579         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
39580         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
39581
39582         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
39583         [__WORDSIZE_TIME64_COMPAT32] instead of
39584         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
39585         (struct utmp): Likewise.
39586         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
39587         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
39588         Renamed to ...
39589         (__WORDSIZE_TIME64_COMPAT32): This.
39590         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
39591         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
39592         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
39593         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
39594         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
39595         (__WORDSIZE_TIME64_COMPAT32): New macro.
39596
39597 2012-05-21  Andreas Jaeger  <aj@suse.de>
39598
39599         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
39600         only if [SHARED]. Add prototype for __wcschr_ia32.
39601
39602 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39603
39604         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
39605         of %rbp unmolested in the jmp_buf while mangling the low bits.
39606         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
39607         unmolested high bits of %rbp while demangling the low bits.
39608         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39609
39610 2012-05-21  Andreas Jaeger  <aj@suse.de>
39611
39612         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
39613         * sunrpc/svc_simple.c: Use it for registerrpc.
39614         * sunrpc/xcrypt.c: Use it for passwd2des.
39615
39616         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39617
39618 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39619
39620         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39621         Don't define if [__SYSCALL_WORDSIZE != 32].
39622         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39623         New macro.
39624
39625 2012-05-21  Bruno Haible  <bruno@clisp.org>
39626             Andreas Jaeger  <aj@suse.de>
39627
39628         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39629         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39630         inptr and inend for must_buffer_ch.
39631         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39632         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39633         * stdio-common/Makefile (tests): Remove bug15.
39634         (bug15-ENV): Remove macro.
39635         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39636         anymore.
39637
39638 2012-05-19  Andreas Jaeger  <aj@suse.de>
39639             Roland McGrath  <roland@hack.frob.com>
39640
39641         * manual/contrib.texi: Completely rewritten. It contains now an
39642         alphabetical list of contributors and their contributions.
39643
39644 2012-05-21  Richard Henderson  <rth@twiddle.net>
39645
39646         * misc/getauxval.c (__getauxval): Use unsigned long int.
39647         * misc/sys/auxv.h: Include <sys/cdefs.h>.
39648         (getauxval): Use unsigned long int.
39649
39650 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39651
39652         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39653
39654 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39655
39656         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39657         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39658         __alignof__ (long double).
39659
39660 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39661
39662         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39663
39664 2012-05-20  Richard Henderson  <rth@twiddle.net>
39665
39666         * misc/getauxval.c: New file.
39667         * misc/sys/auxv.h: New file.
39668         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39669         (routines): Add getauxval.
39670         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39671         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39672         * elf/dl-sysdep.c (_dl_auxv): Remove.
39673         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39674         * elf/dl-support.c (_dl_auxv): New variable.
39675         (_dl_aux_init): Initialize it.
39676         * manual/startup.texi (Auxiliary Vector): New node.
39677         * sysdeps/generic/bits/hwcap.h: New file.
39678         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39679         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
39680         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39681         * sysdeps/sparc/sysdep.h: ... here.  Include it.
39682         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39683         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
39684         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39685         Update.
39686         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39687         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39688         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39689         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39690         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39691         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39692         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39693         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39694
39695 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39696
39697         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39698
39699 2012-05-19  David S. Miller  <davem@davemloft.net>
39700
39701         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39702
39703 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39704
39705         [BZ #14123]
39706         * math/s_ccosh.c: Include <float.h>
39707         (__ccosh): Avoid internal overflow calculating sinh and cosh
39708         values before multiplying by sin and cos values.
39709         * math/s_ccoshf.c: Likewise.
39710         * math/s_ccoshl.c: Likewise.
39711         * math/s_csin.c: Likewise.
39712         * math/s_csinf.c: Likewise.
39713         * math/s_csinl.c: Likewise.
39714         * math/s_csinh.c: Likewise.
39715         * math/s_csinhf.c: Likewise.
39716         * math/s_csinhl.c: Likewise.
39717         * math/libm-test.inc (ccos_test): Add more tests.
39718         (ccosh_test): Likewise.
39719         (csin_test): Likewise.
39720         (csinh_test): Likewise.
39721         * sysdeps/i386/fpu/libm-test-ulps: Update.
39722         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39723
39724 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
39725
39726         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39727         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39728
39729         * sysdeps/x86_64/x32/_itoa.h: Add comment.
39730
39731 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39732
39733         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39734         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39735         * sysdeps/powerpc/soft-fp/Versions: Likewise.
39736         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39737         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39738         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39739         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39740         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39741         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39742         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39743         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39744         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39745         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39746         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39747         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39748         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39749         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39750         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39751         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39752         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39753         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39754         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39755         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39756         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39757         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39758         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39759         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39760         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39761         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39762         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39763         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39764
39765 2012-05-18  Andreas Jaeger  <aj@suse.de>
39766
39767         * csu/.gitignore: Delete.
39768
39769 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39770
39771         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39772         (timex): Use __syscall_slong_t.
39773
39774 2012-05-18  Andreas Jaeger  <aj@suse.de>
39775             Carlos O'Donell  <carlos_odonell@mentor.com>
39776
39777         * manual/install.texi (Configuring and compiling): Update
39778         description about files modified in the source directory.
39779         * INSTALL: Regenerated.
39780
39781 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39782
39783         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39784         value.  Use "or" to set return value to -1.
39785         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39786         negate return value.
39787
39788 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39789
39790         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39791         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
39792         failure if the compiler has Graphite support disabled.
39793         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39794         Likewise.
39795         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39796         (CFLAGS-memmove.c): Likewise.
39797         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39798         Likewise.
39799
39800 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39801
39802         * sysdeps/x86_64/x32/_itoa.h: New file.
39803
39804         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39805         getdents system call only if kernel and user dirents have the
39806         same d_ino and d_off.
39807
39808         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39809         LLONG_MAX != LONG_MAX.
39810         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39811         (_fitoa_word): Likewise.
39812
39813         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39814         years.
39815         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39816         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39817         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39818
39819         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39820         include <bits/wordsize.h>.  Check __x86_64__ instead of
39821         __WORDSIZE.
39822         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39823         if __x86_64__ is defined.  Use anonymous union on fpstate.
39824
39825         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39826         anonymous union.
39827
39828 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
39829
39830         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39831         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39832         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39833         Refer to _rtld_local_ro instead of _rtld_global_ro.
39834         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39835         Likewise.
39836         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39837         Likewise.
39838         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39839         Likewise.
39840         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39841         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39842         of _rtld_global, and rtld_progname instead of _dl_argv[0].
39843
39844         * sysdeps/powerpc/powerpc32/dl-machine.c
39845         (__elf_machine_runtime_setup) [PROF]: Don't reference
39846         _dl_prof_resolve.
39847
39848 2012-05-18  Andreas Jaeger  <aj@suse.de>
39849
39850         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39851         function only available for GCCs before 3.4 since GCC 3.4
39852         introduced a builtin.
39853         (lrint): Likewise.
39854         (llrintf): Likewise.
39855         (llrint): Likewise.
39856         (fmaxf): Likewise.
39857         (fmax): Likewise.
39858         (fminf): Likewise.
39859         (fmin): Likewise.
39860         (rint): Likewise.
39861         (rintf): Likewise.
39862         (nearbyint): Likewise.
39863         (nearbyintf): Likewise.
39864         (ceil): Likewise.
39865         (ceilf): Likewise.
39866         (floor): Likewise.
39867         (floorf): Likewise.
39868
39869 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39870
39871         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39872         on both fields and cast pointer to __syscall_ulong_t.
39873
39874         * bits/types.h (__fsword_t): New type.
39875         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39876         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39877         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39878         (__FSWORD_T_TYPE): Likewise.
39879         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39880         (__FSWORD_T_TYPE): Likewise.
39881         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39882         (__FSWORD_T_TYPE): Likewise.
39883         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39884         (__FSWORD_T_TYPE): Likewise.
39885         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39886         __SWORD_TYPE with __fsword_t.
39887         (statfs64): Likewise.
39888
39889 2012-05-17  David S. Miller  <davem@davemloft.net>
39890
39891         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39892
39893 2012-05-17  Andreas Jaeger  <aj@suse.de>
39894
39895         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39896         warning.
39897
39898 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39899
39900         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39901
39902 2012-05-17  Andreas Jaeger  <aj@suse.de>
39903
39904         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39905         when it is used.
39906
39907 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39908
39909         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39910
39911 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39912
39913         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39914         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39915
39916 2012-05-17  Andreas Jaeger  <aj@suse.de>
39917             Carlos O'Donell  <carlos_odonell@mentor.com>
39918
39919         [BZ #14059]
39920         * sysdeps/x86_64/multiarch/init-arch.h
39921         (bit_YMM_Usable): Rename to...
39922         (bit_AVX_Usable): ... this.
39923         (bit_FMA4_Usable): New macro.
39924         (bit_XMM_state): New macro.
39925         (bit_YMM_state): New macro.
39926         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39927         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39928         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39929         (CPUID_OSXSAVE): New macro.
39930         (CPUID_AVX): New macro.
39931         (CPUID_FMA4): New macro.
39932         (index_YMM_Usable): Rename to...
39933         (index_AVX_Usable): ... this.
39934         (HAS_AVX): Use HAS_ARCH_FEATURE.
39935         (HAS_FMA4): Likewise.
39936         (HAS_YMM_USABLE): Remove.
39937         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39938         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39939         are present.
39940         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39941         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39942         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39943         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39944         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39945
39946 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39947
39948         * math/libm-test.c: Support platforms without multiple rounding modes.
39949         * math/bug-nextafter.c: Support platforms without FP exceptions.
39950         * math/bug-nexttoward.c: Likewise.
39951         * math/test-fenv.c: Likewise.
39952         * math/test-misc.c: Likewise.
39953         * stdlib/bug-getcontext.c: Likewise.
39954
39955 2012-05-17  Andreas Jaeger  <aj@suse.de>
39956
39957         * manual/examples/search.c (critter_cmp): Change signature to
39958         avoid warnings.
39959         * manual/string.texi (Collation Functions): Likewise.
39960
39961 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39962
39963         * bits/types.h: Fold copyright years.
39964         * bits/typesizes.h: Likewise.
39965         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39966         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39967         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39968         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39969         * time/time.h: Likewise.
39970
39971 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
39972
39973         [BZ #208]
39974         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39975         in instead of returning them.  Return void.
39976         (__libc_mallinfo): Accumulate over all arenas.
39977         (__malloc_stats): Adjust for change in int_mallinfo interface.
39978
39979 2012-05-16  Roland McGrath  <roland@hack.frob.com>
39980
39981         [BZ #10375]
39982         * configure.in (NM): Add AC_CHECK_TOOL for it.
39983         (libc_extra_cflags): New substituted variable.
39984         Check for -fstack-protector being used implicitly.
39985         * configure: Regenerated.
39986         * config.make.in (config-extra-cflags): New variable,
39987         gets @libc_extra_cflags@.
39988         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39989
39990         [BZ #10375]
39991         * configure.in: Check for _FORTIFY_SOURCE being predefined.
39992         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39993         * configure: Regenerated.
39994         * config.make.in (CPPUNDEFS): New substituted variable.
39995         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
39996         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
39997         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
39998
39999 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40000
40001         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
40002         (mq_attr): Use __syscall_slong_t.
40003
40004 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40005
40006         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
40007         Check __x86_64__ instead of __WORDSIZE.
40008         (_STAT_VER_LINUX): Likewise.
40009         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
40010         __syscall_ulong_t and __syscall_slong_t.
40011         (stat64): Likewise.
40012
40013 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40014
40015         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
40016
40017 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40018
40019         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
40020
40021 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40022
40023         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
40024         __syscall_ulong_t.
40025
40026         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
40027         include <bits/wordsize.h>.  Check __x86_64__ instead of
40028         __WORDSIZE.
40029         (greg_t): Use "__extension__ long long int" if __x86_64__ is
40030         defined.
40031         (mcontext_t): Replace "unsigned long" with "unsigned long long".
40032
40033         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
40034         include <bits/wordsize.h>.  Check __x86_64__ instead of
40035         __WORDSIZE.
40036         (user_regs_struct): Use "__extension__ unsigned long long"
40037         instead of "unsigned long" if __x86_64__ is defined.
40038         (user): Likewise.  Pad after pointer field if __ILP32__ is
40039         defined.
40040
40041 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
40042
40043         * configure.in (makeinfo): Require version 4.5 or later.  Allow
40044         versions 5 to 9.
40045         * configure: Regenerated.
40046         * manual/install.texi (texinfo): Increase version requirement to
40047         4.5 or later.
40048         * INSTALL: Regenerated.
40049
40050         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
40051
40052 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40053
40054         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
40055
40056         * sysdeps/x86_64/x32/ffs.c: New file.
40057
40058         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
40059         __syscall_ulong_t.
40060         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
40061         defined.  Use __syscall_ulong_t.
40062         (shminfo): Use __syscall_ulong_t.
40063         (shm_info): Likewise.
40064
40065         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
40066         __syscall_ulong_t.
40067
40068         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
40069         <bits/wordsize.h>.
40070         (msgqnum_t): Use __syscall_ulong_t.
40071         (msglen_t): Likewise.
40072         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
40073         __syscall_ulong_t.
40074
40075         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
40076         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
40077
40078         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
40079
40080         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
40081         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
40082
40083         * sysvipc/sys/msg.h (msgbuf): Replace long int with
40084         __syscall_slong_t.
40085
40086         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
40087         include <bits/wordsize.h>.  Check __x86_64__ instead of
40088         __WORDSIZE.
40089
40090         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
40091         "unsigned long long int" if __x86_64__ is defined.
40092         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
40093
40094         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
40095         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
40096         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
40097
40098         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
40099         <stdint.h>.
40100         (GET_PC): Cast to uintptr_t first.
40101         (GET_FRAME): Likewise.
40102         (GET_STACK): Likewise.
40103
40104         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
40105         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
40106         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
40107         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
40108         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
40109         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
40110         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
40111         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
40112         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
40113         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
40114         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
40115         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
40116         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40117         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
40118         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
40119         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
40120         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
40121         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
40122         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
40123         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
40124         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
40125         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
40126         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
40127         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
40128         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
40129         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
40130         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
40131         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
40132         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
40133
40134 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
40135
40136         * Makerules (+depfiles): Also collect depfiles from .oS in
40137         $(extra-objs).
40138         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
40139         .oS, $(libnldbl-routines)).
40140
40141         * Makerules (native-compile-mkdep-flags): Define.
40142         * sunrpc/Makefile (extra-objs): Add $(addprefix
40143         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
40144         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
40145         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
40146         calling $(make-target-directory).
40147
40148 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40149
40150         * bits/types.h (__snseconds_t): Removed.
40151         * time/time.h (struct timespec): Replace __snseconds_t with
40152         __syscall_slong_t.
40153         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
40154         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
40155         Likewise.
40156         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40157         (__SNSECONDS_T_TYPE): Likewise.
40158         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40159         (__SNSECONDS_T_TYPE): Likewise.
40160         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40161         (__SNSECONDS_T_TYPE): Likewise.
40162
40163 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40164
40165         * sysdeps/mach/hurd/bits/typesizes.h
40166         (__SYSCALL_SLONG_TYPE): New macro.
40167         (__SYSCALL_ULONG_TYPE): Likewise.
40168
40169 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40170
40171         * bits/types.h (__syscall_slong_t): New type.
40172         (__syscall_ulong_t): Likewise.
40173
40174         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
40175         (__SYSCALL_ULONG_TYPE): Likewise.
40176         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40177         (__SYSCALL_SLONG_TYPE): Likewise.
40178         (__SYSCALL_ULONG_TYPE): Likewise.
40179         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40180         (__SYSCALL_SLONG_TYPE): Likewise.
40181         (__SYSCALL_ULONG_TYPE): Likewise.
40182         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40183         (__SYSCALL_SLONG_TYPE): Likewise.
40184         (__SYSCALL_ULONG_TYPE): Likewise.
40185
40186 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40187
40188         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
40189         Add sigaltstack-offsets.sym.
40190         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
40191         <sigaltstack-offsets.h>.
40192         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
40193         longjmp_msg pointer.
40194         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
40195         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
40196         signal stack.
40197         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
40198
40199 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40200
40201         * elf/stackguard-macros.h: Remove file.
40202         * sysdeps/generic/stackguard-macros.h: New file.
40203         * sysdeps/i386/stackguard-macros.h: Likewise.
40204         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
40205         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
40206         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
40207         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
40208         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
40209         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
40210         * sysdeps/x86_64/stackguard-macros.h: Likewise.
40211         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
40212         <elf/stackguard-macros.h>.
40213
40214         [BZ #14109]
40215         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
40216         __aligned__ in attribute.
40217         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
40218         (gregset_t): Likewise.
40219
40220 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40221
40222         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
40223         * sysdeps/x86_64/64/Implies-after: Here.  New file.
40224         * sysdeps/x86_64/x32/Implies-after: New file.
40225
40226 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40227
40228         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
40229         and access return value for _dl_profile_fixup.  Use R10_LP to
40230         load frame size.
40231
40232 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40233
40234         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
40235
40236 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40237
40238         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
40239         * sysdeps/x86_64/x32/sysdep.h: New file.
40240
40241 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40242
40243         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
40244         * sysdeps/x86_64/setjmp.S: Likewise.
40245
40246 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40247
40248         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
40249         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
40250         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
40251         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
40252         remove unused global constant.
40253
40254 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
40255
40256         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
40257         include of <not-cancel.h>.
40258
40259 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40260
40261         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
40262
40263 2012-05-15  Jeff Law  <law@redhat.com>
40264             Andreas Jaeger  <aj@suse.de>
40265
40266         [BZ #13594]
40267         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
40268         out from...
40269         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
40270         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
40271         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
40272         code changing __hst_map_handle.map.
40273
40274 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40275
40276         * configure.in (sysnames): Look for Implies-before and Implies-after
40277         files.
40278         * configure: Regenerated.
40279
40280 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40281
40282         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
40283         8-byte data alignment with LP_SIZE alignment.
40284
40285 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40286
40287         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
40288         into R10_LP.
40289
40290 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40291
40292         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
40293
40294 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40295
40296         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
40297         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
40298         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
40299         Likewise.
40300         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40301
40302 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40303
40304         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
40305         (stackinfo_sub_sp): Likewise.
40306
40307 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40308
40309         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
40310         RAX_LP.
40311
40312 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40313
40314         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
40315         into R*_LP.
40316
40317 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40318
40319         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
40320         sizes into R*_LP.
40321
40322 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40323
40324         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
40325
40326 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40327
40328         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
40329         into R11_LP and load __x86_64_shared_cache_size_half into
40330         R8_LP.
40331
40332 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40333
40334         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
40335         R8_LP.
40336
40337 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40338
40339         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
40340         logb for POWER7.
40341         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
40342         logbf for POWER7.
40343         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
40344         logbl for POWER7.
40345         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
40346         powerpc32/power7/fpu/s_logb.c via #include.
40347         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
40348         powerpc32/power7/fpu/s_logbf.c via #include.
40349         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
40350         powerpc32/power7/fpu/s_logbl.c via #include.
40351
40352 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40353
40354         * README.libm: Remove file.
40355
40356 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40357
40358         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
40359         count for x32.  Use R*_LP and omit operand-size suffix.
40360
40361 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40362
40363         * shlib-versions: Move x86_64-.*-linux.* entries to ...
40364         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
40365         * sysdeps/x86_64/x32/shlib-versions: New file.
40366
40367 2012-05-14  Roland McGrath  <roland@hack.frob.com>
40368
40369         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
40370         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
40371         Use _dl_fatal_printf instead.
40372
40373 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40374
40375         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
40376         set if not set by the user.  Do not allow for being unset.
40377         * sysdeps/unix/sysv/linux/configure: Regenerated.
40378
40379 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40380
40381         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
40382         the `q' suffix from lea and replace .quad with ASM_ADDR.
40383
40384 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40385
40386         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
40387         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
40388         instead of $17.
40389         (PTR_DEMANGLE): Likewise.
40390
40391 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40392
40393         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
40394         (LP_OP): Likewise.
40395         (ASM_ADDR): Likewise.
40396         (RAX_LP): Likewise.
40397         (RBP_LP): Likewise.
40398         (RBX_LP): Likewise.
40399         (RCX_LP): Likewise.
40400         (RDI_LP): Likewise.
40401         (RSI_LP): Likewise.
40402         (RSP_LP): Likewise.
40403         (R8_LP): Likewise.
40404         (R9_LP): Likewise.
40405         (R10_LP): Likewise.
40406         (R10_LP): Likewise.
40407         (R11_LP): Likewise.
40408         (R12_LP): Likewise.
40409         (R13_LP): Likewise.
40410         (R14_LP): Likewise.
40411         (R15_LP): Likewise.
40412
40413 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40414
40415         * sysdeps/x86_64/x32/dl-machine.h: New file.
40416
40417 2012-05-14  Andreas Jaeger  <aj@suse.de>
40418
40419         * manual/Makefile (subdir): Remove export of subdir.
40420         (all): Remove target.
40421         (.PHONY): Remove all from list.
40422         (mkinstalldirs): Remove.
40423         (.PHONY): Remove installdirs from list.
40424         ($(inst_infodir)/libc.info): Use make-target-directory.
40425         (installdirs): Remove.
40426         (subdir_%): Remove.
40427         (glibc-targets): Remove.
40428         (lib): Remove.
40429         (stubs): Remove.
40430         ($(objpfx)stubs ../po/manual.pot): Remove.
40431         ($(objpfx)stamp%): Remove.
40432         (make-target-directory): Remove.
40433         (subdir_install): Remove.
40434         (routines): Remove.
40435         (aux): Remove.
40436         (sources): Remove.
40437         (objects): Remove.
40438         (headers): Remove.
40439
40440         [BZ #13750]
40441         * manual/.gitignore: Remove, it's not needed anymore.
40442         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
40443         all files in it.
40444         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
40445         directory.
40446         (texis): Renamed to $(objpfx)texis.
40447         (texis-path): New, contains path to generated files.
40448         (chapters.%): Use texis-path for complete path, add extra argument
40449         libc-texinfo.sh.
40450         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
40451         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
40452         (summary,texi, stamp-summary): Use complete path of
40453         files. Generate files in build dir.
40454         (dir-add.texi): Build in build dir.
40455         (libm-err.texi,stamp-libm-err): Likewise.
40456         (version.texi, stamp-version): Likewise.
40457         (.%c.texi): Likewise.
40458         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
40459         (mostlyclean): Remove target.
40460         (realclean): Remove target.
40461         (generated): Add new variable with contents from mostlyclean and
40462         realclean, remove entries duplicated in common-mostlyclean, add
40463         stamp-libm-err and stamp-version.
40464         (generated-dirs): Add libc directory.
40465         ($(inst_infodir)/libc.info): Install files from build dir.
40466
40467         * manual/install.texi (Configuring and compiling): Adjust since
40468         the info files are not part of the tar ball anymore.
40469
40470 2012-05-14  Andreas Jaeger  <aj@suse.de>
40471
40472         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
40473         variable.
40474
40475 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40476
40477         [BZ #13717]
40478         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40479         to 2.2.0 where earlier.
40480         * sysdeps/unix/sysv/linux/configure: Regenerated.
40481         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
40482         Remove conditional code.
40483         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
40484         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
40485         Remove conditional code.
40486         [!__NR_lchown]: Likewise.
40487         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40488         [__NR_lchown]: Likewise.
40489         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
40490         comment referencing __ASSUME_LCHOWN_SYSCALL.
40491         * sysdeps/unix/sysv/linux/i386/sigaction.c
40492         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40493         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40494         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
40495         Remove conditional code.
40496         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
40497         (__protocol_available): Remove #if 0 code.
40498         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
40499         conditional code.
40500         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
40501         * sysdeps/unix/sysv/linux/kernel-features.h
40502         (__ASSUME_GETCWD_SYSCALL): Don't define.
40503         (__ASSUME_REALTIME_SIGNALS): Likewise.
40504         (__ASSUME_PREAD_SYSCALL): Likewise.
40505         (__ASSUME_PWRITE_SYSCALL): Likewise.
40506         (__ASSUME_POLL_SYSCALL): Likewise.
40507         (__ASSUME_LCHOWN_SYSCALL): Likewise.
40508         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
40509         non-SPARC.
40510         (__ASSUME_SIOCGIFNAME): Don't define.
40511         (__ASSUME_MSG_NOSIGNAL): Likewise.
40512         (__ASSUME_SENDFILE): Define unconditionally.
40513         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
40514         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
40515         conditional code.
40516         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
40517         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
40518         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40519         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40520         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
40521         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40522         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40523         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
40524         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40525         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40526         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
40527         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40528         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40529         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
40530         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40531         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40532         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
40533         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40534         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
40536         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40537         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
40539         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40540         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
40542         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40543         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40544         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
40545         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40546         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40547         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
40548         Remove conditional code.
40549         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40550         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40551         Remove conditional code.
40552         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40553         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
40554         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
40555         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40556         Remove conditional code.
40557         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40558         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
40559         Remove conditional code.
40560         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40561         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
40562         Remove conditional code.
40563         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40564         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40565         Remove conditional code.
40566         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40567         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40568         Remove conditional code.
40569         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40570         * sysdeps/unix/sysv/linux/sh/pwrite64.c
40571         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40572         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40573         * sysdeps/unix/sysv/linux/sigaction.c
40574         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40575         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40576         * sysdeps/unix/sysv/linux/sigpending.c
40577         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40578         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40579         * sysdeps/unix/sysv/linux/sigprocmask.c
40580         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40581         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40582         * sysdeps/unix/sysv/linux/sigsuspend.c
40583         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40584         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40585         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40586         (__libc_missing_rt_sigs): Remove.
40587         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
40588         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
40589         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
40590         Remove conditional code.
40591         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
40592         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
40593         return 1.
40594         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
40595         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
40596         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
40597         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
40598
40599 2012-05-14  Andreas Jaeger  <aj@suse.de>
40600
40601         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
40602         it's not used in glibc.
40603         (__coshm1): Likewise.
40604         (__acosh1p): Likewise.
40605         (__sgn): Likewise.
40606
40607         * manual/string.texi (Copying and Concatenation): Add missing
40608         variable in concat example.
40609         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
40610
40611 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40612
40613         [BZ #14103]
40614         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
40615         __builtin_clzl with __builtin_clzll.
40616
40617 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40618
40619         [BZ #14104]
40620         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40621         libc_freeres_ptr.
40622
40623 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40624
40625         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40626         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40627         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40628         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40629
40630 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
40631
40632         * NEWS: Update ia64 info.
40633
40634 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
40635
40636         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40637         used as bcopy.
40638
40639 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
40640
40641         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40642         * sysdeps/unix/syscalls.list (dup3): Likewise.
40643         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40644         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40645
40646 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40647
40648         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40649         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40650
40651 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40652
40653         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40654         thread pointer.
40655         (TLS_IE): Use mov/add instead of movq/addq to load thread
40656         pointer.
40657         (TLS_GD_PREFIX): New.
40658         (TLS_GD): Use it.
40659
40660 2012-05-11  David S. Miller  <davem@davemloft.net>
40661
40662         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40663         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40664         (_FPU_SETCW): Likewise.
40665
40666 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40667
40668         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40669         is 32-byte aligned.
40670
40671 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
40672
40673         [BZ #11837]
40674         * iconvdata/gb18030.c: Update tables.
40675         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
40676         characters specially.
40677         (BODY for TO_LOOP): Add encoding of missing ranges.
40678
40679 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
40680
40681         [BZ #13673]
40682         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40683         * sysdeps/mach/hurd/dup3.c: Likewise.
40684         * sysdeps/mach/hurd/readlinkat.c: Likewise.
40685         * sysdeps/powerpc/memmove.c:: Likewise.
40686
40687 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40688
40689         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40690         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40691
40692 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40693
40694         * elf/elf.h (R_X86_64_RELATIVE64): New.
40695         (R_X86_64_NUM): Updated.
40696         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40697         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
40698         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40699         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40700         tst-quad1pie tst-quad2pie
40701         (modules-names): Add tst-quadmod1 tst-quadmod2.
40702         ($(objpfx)tst-quad1): New dependency.
40703         ($(objpfx)tst-quad2): Likewise.
40704         ($(objpfx)tst-quad1pie): Likewise.
40705         ($(objpfx)tst-quad2pie): Likewise.
40706         * sysdeps/x86_64/tst-quad1.c: New file.
40707         * sysdeps/x86_64/tst-quad1pie.c: New file.
40708         * sysdeps/x86_64/tst-quad2.c: Likewise.
40709         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40710         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40711         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40712         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40713         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40714
40715 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40716
40717         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40718         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40719         * streams/stropts.h (t_scalar_t): Define type.
40720
40721         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40722         (_PATH_PRESERVE): Set to "/var/lib".
40723         (_PATH_RWHODIR): Set to "/var/spool/rwho".
40724
40725         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40726         instead of int.
40727
40728         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40729         if __dir_mkfile succeeded.
40730
40731         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40732         checking for _hurd_dtablesize.  Unlock it right after having
40733         finished _hurd_dtable allocation.
40734
40735 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40736
40737         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40738         * sysdeps/mach/hurd/configure: Regenerated.
40739         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40740         special-casing to...
40741         * sysdeps/gnu/configure.in: ... this new file.
40742         * sysdeps/unix/sysv/linux/configure: Regenerated.
40743         * sysdeps/gnu/configure: New generated file.
40744
40745         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40746         for Linux: use nsec instead of usec, as well as:
40747         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40748         members of type struct timespec.
40749         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40750         New macros.
40751         (struct stat64): Likewise.
40752         (_STATBUF_ST_NSEC): New macro.
40753         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40754
40755         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40756         __strtoul_internal rather than strtoul.
40757
40758 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40759
40760         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40761         and reject them.
40762
40763 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40764
40765         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40766         which preserves existing values.
40767         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40768
40769 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40770
40771         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40772         TIMEOUT values.  Return EINVAL for NFDS values either negative or
40773         greater than FD_SETSIZE.
40774
40775 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40776
40777         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40778         allocated, call __vm_protect to finish enabling the existing space, and
40779         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40780         allocate the remainder.
40781
40782 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40783
40784         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40785         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
40786
40787 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40788
40789         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40790         sysdeps/mach/hurd/readlink.c.
40791
40792         * posix/tst-sysconf.c (posix_options): Only use
40793         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40794         _POSIX_SYNCHRONIZED_IO when they are defined
40795         * sysdeps/mach/hurd/bits/posix_opt.h:
40796         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40797         (_XOPEN_REALTIME): Undefine macro.
40798         (_XOPEN_REALTIME_THREADS): Undefine macro.
40799         (_XOPEN_SHM): Undefine macro.
40800         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40801         macro to -1.
40802         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40803         macro to -1.
40804         (_POSIX_ASYNC_IO): Undefine macro.
40805         (_POSIX_PRIORITIZED_IO): Undefine macro.
40806         (_POSIX_SPIN_LOCKS): Define macro to -1.
40807
40808         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40809         SA_NODEFER, SA_RESETHAND.
40810         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40811         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40812         F_DUPFD_CLOEXEC.
40813
40814 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40815
40816         * elf/Makefile (pldd-modules): Define unconditionally.
40817
40818 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40819
40820         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40821
40822 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40823
40824         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40825         Return ENOENT when name is empty.
40826         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40827
40828 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40829
40830         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40831
40832         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40833
40834 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40835
40836         Fix mlock in all cases except non-readable pages.
40837         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40838         instead of VM_PROT_ALL as parameter to __vm_wire function.
40839
40840         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40841         (__mkdir): When path is `/', just fail with EEXIST.
40842         * sysdeps/mach/hurd/mkdirat.c: Likewise.
40843
40844 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40845
40846         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40847         <sys/uio.h> (for writev).
40848         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40849         and <sys/param.h> (for MIN).
40850
40851 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40852
40853         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40854         REQUESTED_TIME.  Properly set the remaining time and return EINTR
40855         if interrupted.
40856
40857 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40858
40859         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40860         Depend on against $(link-rpcuserlibs).
40861
40862 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40863
40864         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40865         (__libc_stack_end): Do not use attribute_relro.
40866         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40867         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
40868         to libthread-provided value.
40869         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40870         attribute_relro.
40871
40872 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40873
40874         [BZ #3748]
40875         * bits/libc-lock.h (__libc_once_get): New macro.
40876         * sysdeps/mach/bits/libc-lock.h: Likewise.
40877         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40878         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40879         instead of using implementation details.
40880
40881         * libio/fileops.c: Unconditionally include <kernel-features.h>.
40882         * libio/freopen.c: Likewise.
40883         * libio/freopen64.c: Likewise.
40884         * misc/syslog.c: Likewise.
40885         * nscd/connections.c: Likewise.
40886         * nscd/netgroupcache.c: Likewise.
40887         * sysdeps/posix/getcwd.c: Likewise.
40888
40889 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40890
40891         * math/w_ilogbf.c: Add #include <limits.h>.
40892
40893 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40894
40895         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
40896         path instead of returning without unlocking.
40897
40898         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40899         immediate-write ioctls.
40900         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40901
40902 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40903
40904         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40905         __builtin_frame_address instead of making assumptions about the
40906         location of the return address relative to DATA.  Force early load of
40907         the return address.
40908         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40909         __builtin_frame_address.
40910
40911         dup3 for GNU Hurd.
40912         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40913         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40914         implement dup3 and do some further code clean-ups.
40915         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40916         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40917
40918 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40919
40920         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40921
40922         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40923         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40924         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40925         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40926         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40927         d->port.lock.
40928
40929         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40930         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40931         when handler == SIG_ERR, not when handler != SIG_ERR.
40932
40933 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40934
40935         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40936         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40937         definitions.
40938
40939         accept4 for GNU Hurd.
40940         * include/sys/socket.h (__libc_accept4): New prototype.
40941         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40942         to implement __libc_accept4.
40943         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40944         __libc_accept4.
40945         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40946
40947         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40948         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40949         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40950         signal-defines.sym.
40951
40952 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40953
40954         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40955
40956 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40957
40958         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40959         assertion on O_CLOEXEC flag.
40960         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40961         * hurd/intern-fd.c: Likewise.
40962         * hurd/port2fd.c: Likewise.
40963
40964 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40965
40966         [BZ #3906]
40967         * bits/in.h (IPV6_PKTINFO): Define new macro.
40968         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40969
40970 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40971
40972         [BZ #13954]
40973         [BZ #13955]
40974         [BZ #13956]
40975         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40976         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40977         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40978         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40979         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40980         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40981         * math/libm-test.inc (logb_test) : Additional logb tests.
40982
40983 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
40984             Andreas Jaeger  <aj@suse.de>
40985
40986         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40987         * configure: Regenerated.
40988         * config.h.in (LINK_OBSOLETE_RPC): New macro.
40989         * config.make.in (link-obsolete-rpc): New substituted variable.
40990         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40991         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40992         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40993         (shared-only-routines): Don't set it under [link-obsolete-rpc],
40994         so that libc.a contains the symbols.
40995         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40996         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
40997         * sunrpc/auth_none.c: Likewise.
40998         * sunrpc/auth_unix.c: Likewise.
40999         * sunrpc/authdes_prot.c: Likewise.
41000         * sunrpc/authuxprot.c: Likewise.
41001         * sunrpc/clnt_gen.c: Likewise.
41002         * sunrpc/clnt_perr.c: Likewise.
41003         * sunrpc/clnt_raw.c: Likewise.
41004         * sunrpc/clnt_simp.c: Likewise.
41005         * sunrpc/clnt_tcp.c: Likewise.
41006         * sunrpc/clnt_udp.c: Likewise.
41007         * sunrpc/clnt_unix.c: Likewise.
41008         * sunrpc/des_crypt.c: Likewise.
41009         * sunrpc/des_soft.c: Likewise.
41010         * sunrpc/get_myaddr.c: Likewise.
41011         * sunrpc/key_call.c: Likewise.
41012         * sunrpc/key_prot.c: Likewise.
41013         * sunrpc/netname.c: Likewise.
41014         * sunrpc/pm_getmaps.c: Likewise.
41015         * sunrpc/pm_getport.c: Likewise.
41016         * sunrpc/pmap_clnt.c: Likewise.
41017         * sunrpc/pmap_prot.c: Likewise.
41018         * sunrpc/pmap_prot2.c: Likewise.
41019         * sunrpc/pmap_rmt.c: Likewise.
41020         * sunrpc/publickey.c: Likewise.
41021         * sunrpc/rpc_cmsg.c: Likewise.
41022         * sunrpc/rpc_common.c: Likewise.
41023         * sunrpc/rpc_dtable.c: Likewise.
41024         * sunrpc/rpc_prot.c: Likewise.
41025         * sunrpc/rpc_thread.c: Likewise.
41026         * sunrpc/rtime.c: Likewise.
41027         * sunrpc/svc.c: Likewise.
41028         * sunrpc/svc_auth.c: Likewise.
41029         * sunrpc/svc_raw.c: Likewise.
41030         * sunrpc/svc_run.c: Likewise.
41031         * sunrpc/svc_tcp.c: Likewise.
41032         * sunrpc/svc_udp.c: Likewise.
41033         * sunrpc/svc_unix.c: Likewise.
41034         * sunrpc/svcauth_des.c: Likewise.
41035         * sunrpc/xcrypt.c: Likewise.
41036         * sunrpc/xdr.c: Likewise.
41037         * sunrpc/xdr_array.c: Likewise.
41038         * sunrpc/xdr_float.c: Likewise.
41039         * sunrpc/xdr_intXX_t.c: Likewise.
41040         * sunrpc/xdr_mem.c: Likewise.
41041         * sunrpc/xdr_rec.c: Likewise.
41042         * sunrpc/xdr_ref.c: Likewise.
41043         * sunrpc/xdr_sizeof.c: Likewise.
41044         * sunrpc/xdr_stdio.c: Likewise.
41045
41046 2012-05-10  Roland McGrath  <roland@hack.frob.com>
41047
41048         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
41049         change.  Update copyright years.
41050
41051 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
41052
41053         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
41054
41055 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
41056             Joseph Myers  <joseph@codesourcery.com>
41057             Paul Pluzhnikov  <ppluzhnikov@google.com>
41058
41059         [BZ #14012]
41060         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
41061         requiring rpcgen.
41062         [cross-compiling] (extra-libs): Likewise.
41063         [cross-compiling] (extra-libs-others): Likewise.
41064         [cross-compiling] (librpcsvc-routines): Likewise.
41065         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
41066         [cross-compiling] (omit-deps): Likewise.
41067         (sunrpc-CPPFLAGS): New variable.
41068         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
41069         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
41070         (cross-rpcgen-objs): New variable.
41071         (extra-objs): Append $(cross-rpcgen-objs).
41072         ($(cross-rpcgen-objs)): New rule.
41073         ($(objpfx)cross-rpcgen): Likewise.
41074         (rpcgen-cmd): Define to use $(built-program-file).  Expand
41075         comment.
41076         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
41077         ($(objpfx)x%.stmp): Likewise.
41078         * sunrpc/proto.h [IS_IN_build] (_): Define.
41079         [IS_IN_build] (_libc_intl_domainname): Likewise.
41080
41081 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
41082
41083         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
41084         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
41085         and R_X86_64_TPOFF64.
41086
41087 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
41088
41089         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
41090         sysdeps/unix/sysv/syscalls.list.
41091         (stime): Likewise.
41092         (utime): Likewise.
41093         * sysdeps/unix/sysv/syscalls.list: Remove file.
41094
41095 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
41096
41097         [BZ #3440]
41098         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
41099         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
41100         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
41101         (__LC_IDENTIFICATION): Make these macros useful in #if
41102         expressions, as required by C99.
41103
41104 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
41105
41106         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
41107         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
41108         after this.
41109
41110 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
41111
41112         * stdlib/longlong.h: Updated from GCC.
41113
41114 2012-05-09  Andreas Jaeger  <aj@suse.de>
41115
41116         * nscd/nscd.c (run_modes): Make named enum, reorder so that
41117         default is first entry.
41118         (run_mode): Set type.
41119         (main): Remove informal message about syslog.
41120         (options): Fix typo.
41121
41122         [BZ #14053]
41123         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
41124         to asm.
41125         (lrint): Likewise.
41126         (llrintf): Likewise.
41127         (llrint): Likewise.
41128         (rint): Likewise.
41129         (rintf): Likewise.
41130         (nearbyint): Likewise.
41131         (nearbyintf): Likewise.
41132
41133 2012-05-09  Andreas Jaeger  <aj@suse.de>
41134             Pedro Alves  <palves@redhat.com>
41135
41136         * nscd/nscd.c (run_mode): Use enum.
41137         (main): Cleanup coding style issue.
41138
41139 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
41140             Andreas Jaeger  <aj@suse.de>
41141
41142         * nscd/nscd.c (go_background): Replaced with...
41143         (run_mode): ... this.
41144         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
41145         (options): Add -F --foreground.
41146         (main): Implement it.
41147         (parse_opt): Parse it.
41148
41149 2012-05-09  Andreas Jaeger  <aj@suse.de>
41150
41151         [BZ #14083]
41152         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
41153         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
41154         -Wconversion warning.
41155         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
41156         Likewise.
41157
41158 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
41159
41160         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
41161         == 0.
41162         (LC_ALL): Use macro-int-constant.
41163         (LC_COLLATE): Likewise.
41164         (LC_CTYPE): Likewise.
41165         (LC_MESSAGES): Likewise.
41166         (LC_MONETARY): Likewise.
41167         (LC_NUMERIC): Likewise.
41168         (LC_TIME): Likewise.
41169         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
41170         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41171         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41172         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
41173         Specify type.
41174         [C99-based standards] (float_t): Expect type.
41175         [C99-based standards] (double_t): Expect type.
41176         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
41177         type.
41178         [C99-based standards] (HUGE_VALL): Likewise.
41179         [C99-based standards] (INFINITY): Likewise.
41180         [C99-based standards] (NAN): Likewise.
41181         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
41182         [C99-based standards] (FP_NAN): Likewise.
41183         [C99-based standards] (FP_NORMAL): Likewise.
41184         [C99-based standards] (FP_SUBNORMAL): Likewise.
41185         [C99-based standards] (FP_ZERO): Likewise.
41186         [C99-based standards] (FP_FAST_FMA): Use
41187         optional-macro-int-constant.  Specify type.  Require == 1.
41188         [C99-based standards] (FP_FAST_FMAF): Likewise.
41189         [C99-based standards] (FP_FAST_FMAL): Likewise.
41190         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
41191         [C99-based standards] (FP_ILOGBNAN): Likewise.
41192         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
41193         Specify type.
41194         [C99-based standards] (MATH_ERREXCEPT): Likewise.
41195         [C99-based standards] (math_errhandling): Specify type.
41196         [ISO99 || ISO11] (signgam): Do not allow.
41197         [non-C99-based standards] (copysignf): Do not allow.
41198         [non-C99-based standards] (exp2f): Likewise.
41199         [non-C99-based standards] (log2f): Likewise.
41200         [non-C99-based standards] (modff): Allow.
41201         [non-C99-based standards] (erff): Do not allow.
41202         [non-C99-based standards] (erfcf): Likewise.
41203         [non-C99-based standards] (gammaf): Likewise.
41204         [non-C99-based standards] (hypotf): Likewise.
41205         [non-C99-based standards] (j0f): Likewise.
41206         [non-C99-based standards] (j1f): Likewise.
41207         [non-C99-based standards] (jnf): Likewise.
41208         [non-C99-based standards] (lgammaf): Likewise.
41209         [non-C99-based standards] (tgammaf): Likewise.
41210         [non-C99-based standards] (y0f): Likewise.
41211         [non-C99-based standards] (y1f): Likewise.
41212         [non-C99-based standards] (ynf): Likewise.
41213         [non-C99-based standards] (isnanf): Likewise.
41214         [non-C99-based standards] (acoshf): Likewise.
41215         [non-C99-based standards] (asinhf): Likewise.
41216         [non-C99-based standards] (atanhf): Likewise.
41217         [non-C99-based standards] (cbrtf): Likewise.
41218         [non-C99-based standards] (expm1f): Likewise.
41219         [non-C99-based standards] (ilogbf): Likewise.
41220         [non-C99-based standards] (log1pf): Likewise.
41221         [non-C99-based standards] (logbf): Likewise.
41222         [non-C99-based standards] (nextafterf): Likewise.
41223         [non-C99-based standards] (remainderf): Likewise.
41224         [non-C99-based standards] (rintf): Likewise.
41225         [non-C99-based standards] (scalbf): Likewise.
41226         [non-C99-based standards] (copysignl): Likewise.
41227         [non-C99-based standards] (exp2l): Likewise.
41228         [non-C99-based standards] (log2l): Likewise.
41229         [non-C99-based standards] (modfl): Allow.
41230         [non-C99-based standards] (erfl): Do not allow.
41231         [non-C99-based standards] (erfcl): Likewise.
41232         [non-C99-based standards] (gammal): Likewise.
41233         [non-C99-based standards] (hypotl): Likewise.
41234         [non-C99-based standards] (j0l): Likewise.
41235         [non-C99-based standards] (j1l): Likewise.
41236         [non-C99-based standards] (jnl): Likewise.
41237         [non-C99-based standards] (lgammal): Likewise.
41238         [non-C99-based standards] (tgammal): Likewise.
41239         [non-C99-based standards] (y0l): Likewise.
41240         [non-C99-based standards] (y1l): Likewise.
41241         [non-C99-based standards] (ynl): Likewise.
41242         [non-C99-based standards] (isnanl): Likewise.
41243         [non-C99-based standards] (acoshl): Likewise.
41244         [non-C99-based standards] (asinhl): Likewise.
41245         [non-C99-based standards] (atanhl): Likewise.
41246         [non-C99-based standards] (cbrtl): Likewise.
41247         [non-C99-based standards] (expm1l): Likewise.
41248         [non-C99-based standards] (ilogbl): Likewise.
41249         [non-C99-based standards] (log1pl): Likewise.
41250         [non-C99-based standards] (logbl): Likewise.
41251         [non-C99-based standards] (nextafterl): Likewise.
41252         [non-C99-based standards] (remainderl): Likewise.
41253         [non-C99-based standards] (rintl): Likewise.
41254         [non-C99-based standards] (scalbl): Likewise.
41255         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41256         [non-C99-based standards] (FP_*): Do not allow.
41257         [C99-based standards] (FP_*): Change to
41258         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41259         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41260         allow.
41261         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
41262         (SIG_ERR): Likewise.
41263         [X/Open-based standards] (SIG_HOLD): Likewise.
41264         (SIG_IGN): Likewise.
41265         (SIGABRT): Use macro-int-constant.  Specify type.  Require
41266         positive value.
41267         (SIGFPE): Likewise.
41268         (SIGILL): Likewise.
41269         (SIGINT): Likewise.
41270         (SIGSEGV): Likewise.
41271         (SIGTER): Likewise.
41272         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
41273         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
41274         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
41275         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
41276         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
41277         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
41278         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
41279         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
41280         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
41281         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
41282         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
41283         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
41284         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
41285         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
41286         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
41287         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
41288         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
41289         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
41290         [X/Open-based standards] (SIGTRAP): Likewise.
41291         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
41292         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
41293         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
41294         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
41295         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41296         allow.
41297
41298 2012-05-08  Ian Wienand  <ianw@vmware.com>
41299
41300         [BZ #14080]
41301         * time/tzset.c (__tzset_parse_tz): Update default rules for
41302         daylight time changes in the Energy Policy Act of 2005.
41303
41304 2012-05-09  Andreas Jaeger  <aj@suse.de>
41305
41306         [BZ #13983]
41307         * elf/ldconfig.c (parse_conf): Change string to make clear that
41308         ldconfig only issued a warning if ld.so.conf does not exist.
41309
41310 2012-05-08  David S. Miller  <davem@davemloft.net>
41311
41312         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
41313         movxtod instead of popping the value on the stack.
41314
41315         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41316
41317 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
41318
41319         * config.h.in: Add HAVE_ARM_PCS_VFP.
41320
41321 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
41322
41323         [BZ #13979]
41324         * include/features.h: Warn if user requests __FORTIFY_SOURCE
41325         checking but the checks are disabled for any reason.
41326
41327 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
41328
41329         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
41330         and ELF64_R_TYPE with ELFW(R_TYPE).
41331
41332 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
41333
41334         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
41335         (ulimit): Likewise.
41336
41337         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
41338         (settimeofday): Likewise.
41339
41340 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
41341
41342         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
41343         a struct th_u2 inside the union, and move tu_block/tu_code into
41344         a new th_u3 union of tu_block/tu_code inside of that.  Move
41345         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
41346         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
41347         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
41348         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
41349         (th_stuff): Change to th_u1.tu_stuff.
41350         (th_data): Define.
41351         (th_msg): Change to th_u1.th_u2.tu_data.
41352
41353 2012-05-07  David S. Miller  <davem@davemloft.net>
41354
41355         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41356
41357         [BZ #14074]
41358         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
41359         (SETUP_PIC_REG): Use it.
41360         (SETUP_PIC_REG_LEAF): Use it.
41361
41362 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
41363
41364         [BZ #13885]
41365         [BZ #13923]
41366         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41367         USE_AS_EXPM1L.
41368         (EXPL_FINITE): Likewise.
41369         (FLDLOG): Likewise.
41370         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41371         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41372         e_expl.S.
41373         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41374         USE_AS_EXPM1L.
41375         (EXPL_FINITE): Likewise.
41376         (FLDLOG): Likewise.
41377         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41378         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41379         e_expl.S.
41380         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
41381         test of -max_value argument for long double.
41382         * sysdeps/i386/fpu/libm-test-ulps: Update.
41383         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41384
41385 2012-05-06  David S. Miller  <davem@davemloft.net>
41386
41387         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
41388         quad soft-float symbols whose references which are compiler
41389         generated.
41390         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
41391
41392 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
41393
41394         [BZ #13884]
41395         [BZ #13914]
41396         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41397         USE_AS_EXP10L.
41398         (EXPL_FINITE): Likewise.
41399         (FLDLOG): Likewise.
41400         (c0): Likewise.
41401         (c1): Likewise.
41402         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41403         Adjust comments for base varying.
41404         (__expl_finite): Change alias to EXPL_FINITE.
41405         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
41406         e_expl.S.
41407         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
41408         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
41409         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
41410         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
41411         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41412         USE_AS_EXP10L.
41413         (EXPL_FINITE): Likewise.
41414         (FLDLOG): Likewise.
41415         (c0): Likewise.
41416         (c1): Likewise.
41417         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41418         Adjust comments for base varying.
41419         (__expl_finite): Change alias to EXPL_FINITE.
41420         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
41421         tests for bugs.
41422         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41423
41424         [BZ #14064]
41425         * math/libm-test.inc (check_float_internal): Correct ulp
41426         calculation for subnormal expected results.
41427
41428 2012-05-06  Andreas Jaeger  <aj@suse.de>
41429
41430         * Makeconfig (+math-flags): New, set to -frounding-math.
41431         (+cflags): Add +math-flags so that all of glibc gets compiled with
41432         it.
41433
41434         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
41435
41436 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
41437
41438         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
41439         Disable one test.
41440
41441         [BZ #13787]
41442         [BZ #13922]
41443         [BZ #14036]
41444         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
41445         (__ieee754_expl): Allow for and saturate large arguments.
41446         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
41447         (u_threshold): Likewise.
41448         (__exp): Call __ieee754_exp before checking for overflow and
41449         underflow.
41450         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
41451         (u_threshold): Likewise.
41452         (__expf): Call __ieee754_expf before checking for overflow and
41453         underflow.
41454         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
41455         (u_threshold): Likewise.
41456         (__expl): Call __ieee754_expl before checking for overflow and
41457         underflow.
41458         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
41459         (__ieee754_expl): Allow for and saturate large arguments.
41460         * math/libm-test.inc (exp_test): Add another test.  Do not allow
41461         missing overflow exception on overflow.
41462         (expm1_test): Do not allow missing overflow exception on overflow.
41463
41464         * sysdeps/i386/fpu/e_expl.c: Move to ...
41465         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
41466         rather than using inline asm.
41467         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
41468         * sysdeps/x86_64/fpu/e_expl.S: Copy from
41469         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
41470
41471         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
41472         (nice): Likewise.
41473         (poll): Likewise.
41474         (signal): Likewise.
41475         (time): Likewise.
41476         (times): Likewise.
41477
41478 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41479
41480         * sysdeps/unix/syscalls.list (adjtime): Add entry from
41481         sysdeps/unix/common/syscalls.list.
41482         (fchmod): Likewise.
41483         (fchown): Likewise.
41484         (ftruncate): Likewise.
41485         (getrusage): Likewise.
41486         (gettimeofday): Likewise.
41487         (setpgid): Likewise.
41488         (setregid): Likewise.
41489         (setreuid): Likewise.
41490         (sigaction): Likewise.
41491         (truncate): Likewise.
41492         (vhangup): Likewise.
41493         * sysdeps/unix/common/syscalls.list: Remove file.
41494         * sysdeps/unix/bsd/Implies: Don't include unix/common.
41495         * sysdeps/unix/sysv/linux/Implies: Likewise.
41496
41497 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
41498
41499         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
41500         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
41501         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
41502         Moved to ...
41503         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
41504         Here.
41505         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
41506         to ...
41507         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
41508         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
41509         to ...
41510         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
41511         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
41512         to ...
41513         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
41514         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
41515         to ...
41516         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
41517         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
41518         to ...
41519         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
41520         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
41521         to ...
41522         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
41523         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
41524         to ...
41525         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
41526         Here.
41527         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
41528         to ...
41529         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
41530         Here.
41531         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
41532         to ...
41533         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
41534         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
41535         Moved to ...
41536         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
41537         Here.
41538         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
41539         to ...
41540         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
41541
41542 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41543
41544         * sysdeps/unix/common/bits/dirent.h: Remove file.
41545         * sysdeps/unix/common/bits/fcntl.h: Likewise.
41546
41547         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
41548         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
41549         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
41550         * sysdeps/unix/bsd/isatty.c: Likewise.
41551         * sysdeps/unix/bsd/tcdrain.c: Likewise.
41552         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
41553         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
41554
41555 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41556
41557         [BZ #13563]
41558         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
41559         long double comparison inaccuracies.
41560         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
41561         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41562
41563 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
41564
41565         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
41566         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
41567
41568 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41569
41570         [BZ #14049]
41571         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
41572         nonzero digits before rounding a hex value.
41573         * stdlib/tst-strtod.c (tests): Add another test.
41574
41575 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41576
41577         * sysdeps/s390/fpu/libm-test-ulps: Update.
41578
41579 2012-05-03  Andreas Jaeger  <aj@suse.de>
41580
41581         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
41582         does not get optimized out.
41583         (malloc_opt_barrier): New.
41584
41585 2012-05-03  Andreas Jaeger  <aj@suse.de>
41586             Roland McGrath  <roland@hack.frob.com>
41587
41588         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
41589         intermediate file deletion.
41590         (generated): Add .symlist files.
41591
41592 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
41593
41594         [BZ #13775]
41595         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
41596         Redirect under this condition.
41597         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41598         [__USE_GNU] (__dprintf_chk): Not under this condition.
41599         [__USE_GNU] (__vdprintf_chk): Likewise.
41600         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
41601         under this condition.
41602         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41603         [__USE_XOPEN2K8] (dprintf): Define under this condition.
41604         [__USE_XOPEN2K8] (vdprintf): Likewise.
41605         [__USE_GNU] (__dprintf_chk): Not under this condition.
41606         [__USE_GNU] (__vdprintf_chk): Likewise.
41607         [__USE_GNU] (dprintf): Likewise.
41608         [__USE_GNU] (vdprintf): Likewise.
41609
41610 2012-05-03  Roland McGrath  <roland@hack.frob.com>
41611
41612         * elf/Makefile (common-generated): Set this instead of generated for
41613         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
41614         $(all-built-dso)-derived lists.
41615
41616 2012-05-03  Andreas Jaeger  <aj@suse.de>
41617
41618         * sysdeps/i386/fpu/libm-test-ulps: Update.
41619
41620         * FAQ: Removed.
41621         * FAQ.in: Likewise.
41622         * scripts/gen-FAQ.pl: Likewise.
41623         * manual/install.texi (Installation): Point to online location of
41624         FAQ.
41625         * Makefile (files-for-dist): Remove FAQ.
41626         (FAQ): Remove.
41627
41628 2012-05-02  Allan McRae  <allan@archlinux.org>
41629
41630         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41631         (LDFLAGS-reldepmod5.so): Likewise.
41632         (LDFLAGS-reldep6mod1.so): Likewise.
41633         (LDFLAGS-reldep6mod4.so): Likewise.
41634         (LDFLAGS-reldep8mod3.so): Likewise.
41635         (LDFLAGS-unload4mod1.so): Likewise.
41636         (LDFLAGS-unload4mod2.so): Likewise.
41637         (LDFLAGS-tst-initorder): Likewise.
41638         (LDFLAGS-tst-initordera2.so): Likewise.
41639         (LDFLAGS-tst-initordera3.so): Likewise.
41640         (LDFLAGS-tst-initordera4.so): Likewise.
41641         (LDFLAGS-tst-initorderb2.so): Likewise.
41642         (LDFLAGS-noload): Likewise.
41643         (LDFLAGS-next): Likewise.
41644         (LDFLAGS-order2mod1.so): Likewise.
41645         (LDFLAGS-order2mod2.so): Likewise.
41646         (LDFLAGS-tst-initorder2): Likewise.
41647         (LDFLAGS-tst-initorder2a.so): Likewise.
41648         (LDFLAGS-tst-initorder2b.so): Likewise.
41649         (LDFLAGS-tst-initorder2c.so): Likewise.
41650         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41651
41652 2012-05-02  David S. Miller  <davem@davemloft.net>
41653
41654         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41655
41656 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
41657
41658         [BZ #14055]
41659         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41660
41661 2012-05-02  Andreas Jaeger  <aj@suse.de>
41662
41663         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41664         since we manipulate rounding mode.
41665         (CPPFLAGS-test-idouble.c): Likewise.
41666         (CPPFLAGS-test-ifloat.c): Likewise.
41667         (CFLAGS-test-ldouble.c): Likewise.
41668         (CFLAGS-test-double.c): Likewise.
41669         (CFLAGS-test-float.c): Likewise.
41670         (CFLAGS-test-misc.c): Likewise.
41671         (CFLAGS-test-test-fenv.c): Likewise.
41672
41673 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41674
41675         [BZ #2550]
41676         [BZ #2570]
41677         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41678         comparisons to determine direction to adjust input.
41679
41680 2012-05-01  Roland McGrath  <roland@hack.frob.com>
41681
41682         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41683         output to the target.
41684
41685         * scripts/localplt.awk: New file.
41686         * elf/Makefile ($(objpfx)check-localplt): Target removed.
41687         (check-localplt-CFLAGS): Variable removed.
41688         ($(all-built-dso:=.jmprel)): New static pattern rule.
41689         (generated): Add those targets.
41690         (localplt-built-dso): New variable.
41691         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41692
41693         * elf/check-localplt.c: File removed.
41694
41695         * scripts/check-execstack.awk: New file.
41696         * elf/Makefile ($(objpfx)check-execstack): Target removed.
41697         (check-execstack-CFLAGS): Variable removed.
41698         ($(objpfx)check-execstack.h): Target removed.
41699         ($(objpfx)execstack-default): New target.
41700         (generated): Add that instead of check-execstack.h.
41701         ($(all-built-dso:=.phdr)): New static pattern rule.
41702         (generated): Add those targets.
41703         * elf/check-execstack.c: File removed.
41704
41705         * scripts/check-textrel.awk: New file.
41706         * elf/Makefile ($(objpfx)check-textrel): Target removed.
41707         (check-textrel-CFLAGS): Variable removed.
41708         (all-built-dso): Use := to define.o
41709         ($(all-built-dso:=.dyn)): New static pattern rule.
41710         (generated): Add those targets.
41711         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41712         * config.make.in (READELF): New substituted variable.
41713         * elf/check-textrel.c: File removed.
41714
41715 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41716
41717         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41718         allow.
41719         * conform/data/ctype.h-data [C99-based standards] (isblank):
41720         Expect function.
41721         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41722         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41723         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41724         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41725         Specify type.  Require positive value.
41726         (EILSEQ): Likewise.
41727         (ERANGE): Likewise.
41728         [ISO || POSIX] (EILSEQ): Do not expect.
41729         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41730         Specify type.  Require positive value.
41731         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41732         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41733         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41734         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41735         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41736         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41737         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41738         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41739         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41740         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41741         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41742         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41743         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41744         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41745         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41746         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41747         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41748         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41749         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41750         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41751         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41752         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41753         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41754         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41755         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41756         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41757         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41758         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41759         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41760         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41761         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41762         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41763         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41764         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41765         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41766         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41767         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41768         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41769         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41770         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41771         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41772         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41773         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41774         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41775         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41776         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41777         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41778         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41779         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41780         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41781         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41782         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41783         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41784         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41785         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41786         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41787         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41788         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41789         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41790         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41791         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41792         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41793         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41794         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41795         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41796         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41797         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41798         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41799         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41800         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41801         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41802         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41803         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41804         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41805         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41806         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41807         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41808         Require >= 2.
41809         (FLT_ROUNDS): Expect as macro, not constant.
41810         (FLT_MANT_DIG): Use macro-int-constant.
41811         (DBL_MANT_DIG): Likewise.
41812         (LDBL_MANT_DIG): Likewise.
41813         (FLT_DIG): Likewise.
41814         (DBL_DIG): Likewise.
41815         (LDBL_DIG): Likewise.
41816         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
41817         (DBL_MIN_EXP): Likewise.
41818         (LDBL_MIN_EXP): Likewise.
41819         (FLT_MAX_EXP): Use macro-int-constant.
41820         (DBL_MAX_EXP): Likewise.
41821         (LDBL_MAX_EXP): Likewise.
41822         (FLT_MAX_10_EXP): Likewise.
41823         (DBL_MAX_10_EXP): Likewise.
41824         (LDBL_MAX_10_EXP): Likewise.
41825         (FLT_MAX): Use macro-constant.
41826         (DBL_MAX): Likewise.
41827         (LDBL_MAX): Likewise.
41828         (FLT_EPSILON): Use macro-constant.  Give upper bound.
41829         (DBL_EPSILON): Likewise.
41830         (LDBL_EPSILON): Likewise.
41831         (FLT_MIN): Likewise.
41832         (DBL_MIN): Likewise.
41833         (LDBL_MIN): Likewise.
41834         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41835         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41836         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41837         [ISO11] (FLT_HAS_SUBNORM): Likewise.
41838         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41839         [ISO11] (DBL_DECIMAL_DIG): Likewise.
41840         [ISO11] (FLT_DECIMAL_DIG): Likewise.
41841         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41842         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41843         [ISO11] (FLT_TRUE_MIN): Likewise.
41844         [ISO11] (LDBL_TRUE_MIN): Likewise.
41845         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41846         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41847         (SCHAR_MIN): Use macro-int-constant.  Specify type.
41848         (SCHAR_MAX): Likewise.
41849         (UCHAR_MAX): Likewise.
41850         (CHAR_MIN): Likewise.
41851         (CHAR_MAX): Likewise.
41852         (MB_LEN_MAX): Use macro-int-constant.
41853         (SHRT_MIN): Use macro-int-constant.  Specify type.
41854         (SHRT_MAX): Likewise.
41855         (USHRT_MAX): Likewise.
41856         (INT_MAX): Likewise.
41857         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
41858         bound negative.
41859         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41860         bound with "U".
41861         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41862         bound with "L".
41863         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
41864         bound negative.  Suffix upper bound with "L".
41865         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41866         bound with "UL".
41867         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41868         Specify type.
41869         [C99-based standards] (LLONG_MAX): Likewise.
41870         [C99-based standards] (ULLONG_MAX): Likewise.
41871         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
41872         == 0.
41873         [ISO11] (max_align_t): Require type.
41874         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41875
41876         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41877         from $CFLAGS, without defining away __attribute__ calls.
41878         (checknamespace): Use $CFLAGS_namespace.
41879
41880         * conform/conformtest.pl (@keywords): Only include C99 keywords
41881         for standards based on C99 or C11.
41882
41883         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41884         Disable tests.
41885         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41886         UNIX98]: Likewise.
41887
41888         * conform/conformtest.pl: Handle "macro-int-constant" and test for
41889         usability of symbols in #if.
41890
41891         * conform/conformtest.pl: If macro or constant types start
41892         "promoted:", expect the symbol to be of the following type
41893         promoted by the integer promotions.
41894
41895         * conform/conformtest.pl: Parse all "constant" and "macro" lines
41896         in one place.  Also handle "macro-constant".
41897
41898         * conform/conformtest.pl: Only accept expected macro values with
41899         "==".  Parse all "macro" lines in one place.
41900         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41901
41902         * conform/conformtest.pl: Handle braced types on "constant" lines
41903         instead of handling "typed-constant".
41904         * conform/data/signal.h-data: Use "constant" instead of
41905         "typed-constant".
41906
41907         * conform/conformtest.pl: Handle "optional-" at start of lines in
41908         one place rather than duplicating several cases.  Handle each
41909         format of "macro" line with initial "optional-".
41910
41911         * conform/conformtest.pl: Only accept expected constant or
41912         optional-constant values with "==".  Parse all "constant" lines in
41913         one place.  Parse all "optional-constant" lines in one place.
41914         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41915         * conform/data/fmtmsg.h-data: Likewise.
41916         * conform/data/netinet/in.h-data: Likewise.
41917         * conform/data/tar.h-data: Likewise.
41918         * conform/data/limits.h-data: Use "==" form on "constant" and
41919         "optional-constant" lines.
41920
41921         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41922         Use -std=c99 for XOPEN2K.
41923         (@knownproblems): Remove.
41924         (newtoken): Don't check %isknown.
41925
41926         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41927         Do not expect macro.
41928         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41929         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41930         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41931         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41932         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41933         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41934         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41935         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41936         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41937         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41938         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41939         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41940         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41941         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41942         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41943         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41944         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41945         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41946         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41947         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41948         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41949         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41950         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41951         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41952         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41953         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41954         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41955         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41956         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41957         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41958         [XPG3] (acosh): Likewise.
41959         [XPG3] (asinh): Likewise.
41960         [XPG3] (atanh): Likewise.
41961         [XPG3] (cbrt): Likewise.
41962         [XPG3] (expm1): Likewise.
41963         [XPG3] (ilogb): Likewise.
41964         [XPG3] (log1p): Likewise.
41965         [XPG3] (logb): Likewise.
41966         [XPG3] (nextafter): Likewise.
41967         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41968         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41969         [XPG3] (remainder): Likewise.
41970         [XPG3] (rint): Likewise.
41971         [XPG3 || XPG4 || UNIX98] (round): Likewise.
41972         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41973         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41974         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41975         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41976         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41977         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41978         [UNIX98 || XOPEN2K] (scalb): Expect.
41979         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41980         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41981         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41982         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41983         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41984         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41985         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41986         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41987         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41988         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41989         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41990         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41991         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41992         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41993         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
41994         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
41995         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
41996         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
41997         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
41998         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
41999         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
42000         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
42001         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
42002         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
42003         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
42004         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
42005         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
42006         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
42007         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
42008         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
42009         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
42010         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
42011         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
42012         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
42013         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
42014         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
42015         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
42016         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
42017         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
42018         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
42019         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
42020         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
42021         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
42022         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
42023         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
42024         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
42025         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
42026         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
42027         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
42028         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
42029         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
42030         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
42031         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
42032         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
42033         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
42034         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
42035         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
42036         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
42037         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
42038         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
42039         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
42040         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
42041         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
42042         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
42043         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
42044         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
42045         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
42046         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
42047         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
42048         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
42049         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
42050         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
42051         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
42052         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
42053         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
42054         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
42055         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
42056         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
42057         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
42058         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
42059         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
42060         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
42061         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
42062         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
42063         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
42064         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
42065         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
42066         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
42067         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
42068         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
42069         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
42070         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
42071         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
42072         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
42073         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
42074         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
42075         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
42076         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
42077         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
42078         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
42079         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
42080         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
42081         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
42082         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
42083         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
42084         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
42085         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
42086         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
42087         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
42088         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
42089         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
42090         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
42091         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
42092         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
42093         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
42094         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
42095         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
42096         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
42097         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
42098         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
42099         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
42100         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
42101         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
42102         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
42103         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
42104         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
42105         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
42106         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
42107         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
42108         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
42109         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
42110         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
42111         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
42112         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
42113         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
42114         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
42115         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
42116
42117         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
42118         _XOPEN_SOURCE_EXTENDED for XPG4.
42119
42120         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
42121
42122         * Makeconfig (localtime): Remove variable.
42123         (inst_localtime-file): Likewise.
42124
42125 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42126
42127         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
42128         Update.
42129         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42130         Update.
42131         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
42132         Update.
42133         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
42134         Update.
42135         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
42136         Update.
42137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
42138         Update.
42139         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
42140         Update.
42141         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
42142         Update.
42143         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42144         Update.
42145
42146 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
42147
42148         [BZ #2550]
42149         [BZ #2570]
42150         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
42151         comparisons to determine direction to adjust input.
42152         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
42153         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
42154         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
42155         Likewise.
42156         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
42157         Likewise.
42158         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
42159         Likewise.
42160         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
42161         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
42162         Likewise.
42163         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
42164         Likewise.
42165         * math/libm-test.inc (nexttoward_test): Add more tests.
42166
42167 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42168
42169         [BZ #14040]
42170         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
42171         in version GLIBC_2.1, not GLIBC_2.0.
42172         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
42173         Likewise.
42174
42175 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
42176
42177         [BZ #13942]
42178         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
42179         (1 - x) * (1 + x).
42180         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42181         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
42182         * math/libm-test.inc (acos_test): Add more tests.
42183         (asin_test): Likewise.
42184         * sysdeps/i386/fpu/libm-test-ulps: Update.
42185         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42186
42187         [BZ #14034]
42188         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
42189         of square root.
42190         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
42191         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42192         * math/libm-test.inc (acos_test_tonearest): New function.
42193         (acos_test_towardzero): Likewise.
42194         (acos_test_downward): Likewise.
42195         (acos_test_upward): Likewise.
42196         (asin_test_tonearest): Likewise.
42197         (asin_test_towardzero): Likewise.
42198         (asin_test_downward): Likewise.
42199         (asin_test_upward): Likewise.
42200         (main): Call the new functions.
42201         * sysdeps/i386/fpu/libm-test-ulps: Update.
42202         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42203
42204         [BZ #13884]
42205         [BZ #13924]
42206         * math/e_exp10.c: Include <float.h>.
42207         (__ieee754_exp10): Handle underflow here rather than multiplying
42208         large negative argument by M_LN10.
42209         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
42210         of __ieee754_expf.
42211         * math/e_exp10l.c: Include <float.h>.
42212         (__ieee754_exp10l): Handle underflow here rather than multiplying
42213         large negative argument by M_LN10l.
42214         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
42215         spurious overflow exception on underflow.
42216
42217 2012-04-29  Marek Polacek  <polacek@redhat.com>
42218
42219         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
42220         (__fortify_function): New macro.
42221         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
42222         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
42223         __extern_always_inline.
42224         * libio/bits/stdio2.h: Likewise.
42225         * libio/bits/stdio.h: Likewise.
42226         * string/string.h: Likewise.
42227         * string/bits/string3.h: Likewise.
42228         * include/stdio.h: Likewise.
42229         * stdlib/bits/stdlib.h: Likewise.
42230         * stdlib/stdlib.h: Likewise.
42231         * rt/bits/mqueue2.h: Likewise.
42232         * rt/mqueue.h: Likewise.
42233         * posix/bits/unistd.h: Likewise.
42234         * posix/unistd.h: Likewise.
42235         * io/bits/poll2.h: Likewise.
42236         * io/bits/fcntl2.h: Likewise.
42237         * io/fcntl.h: Likewise.
42238         * io/sys/poll.h: Likewise.
42239         * misc/bits/syslog.h: Likewise.
42240         * misc/bits/syslog-ldbl.h: Likewise.
42241         * misc/sys/syslog.h: Likewise.
42242         * socket/bits/socket2.h: Likewise.
42243         * socket/sys/socket.h: Likewise.
42244         * debug/tst-chk1.c: Likewise.
42245         * wcsmbs/bits/wchar2.h: Likewise.
42246         * wcsmbs/bits/wchar-ldbl.h: Likewise.
42247         * wcsmbs/wchar.h: Likewise.
42248
42249 2012-04-29  Andreas Jaeger  <aj@suse.de>
42250
42251         * Makerules (tests): Remove enable-check-abi protection.
42252         (check-abi-warn): Remove.
42253         (check-abi-%): Remove check-abi-warn usage.
42254
42255         * configure.in: Remove check-abi configure option.
42256         * configure: Regenerated.
42257         * config.make.in (enable-check-abi): Remove.
42258
42259 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
42260
42261         [BZ #14033]
42262         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
42263         double functions to double *_finite functions.
42264
42265         [BZ #13941]
42266         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
42267         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
42268         LDBL_MIN_EXP.
42269         * stdio-common/Makefile (tests): Add tst-sprintf3.
42270         * stdio-common/tst-sprintf3.c: New file.
42271
42272         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
42273         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
42274
42275 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42276
42277         * conform/conformtest.pl: Remove duplicate typed-constant
42278         handling.
42279
42280 2012-04-28  David S. Miller  <davem@davemloft.net>
42281
42282         * Makerules (%.abilist): Add vpath on sysdep_dirs.
42283         (check-abi-%): Remove AWK script prerequisite and explicit
42284         abilist directory.
42285         (check-abi): Rewrite to just diff the symlist with the abilist.
42286         (config-tls, config-abi-config): Delete, no longer used.
42287         (update-abi-%): Remove AWK script and explicit abilist directory.
42288         (update-abi): Rewrite to simply compare and conditionally copy the
42289         symlist and the sysdep abilist file.  Remove update-abi-config
42290         checks.
42291         * abilist/ld.abilist: Remove.
42292         * abilist/libBrokenLocale.abilist: Remove.
42293         * abilist/libanl.abilist: Remove.
42294         * abilist/libcrypt.abilist: Remove.
42295         * abilist/libdl.abilist: Remove.
42296         * abilist/librt.abilist: Remove.
42297         * abilist/libthread_db.abilist: Remove.
42298         * abilist/libutil.abilist: Remove.
42299         * scripts/extract-abilist.awk: Remove.
42300         * scripts/merge-abilist.awk: Remove.
42301         * sysdeps/generic/libcidn.abilist: New file.
42302         * sysdeps/generic/libnss_compat.abilist: New file.
42303         * sysdeps/generic/libnss_db.abilist: New file.
42304         * sysdeps/generic/libnss_dns.abilist: New file.
42305         * sysdeps/generic/libnss_files.abilist: New file.
42306         * sysdeps/generic/libnss_hesiod.abilist: New file.
42307         * sysdeps/generic/libnss_nis.abilist: New file.
42308         * sysdeps/generic/libnss_nisplus.abilist: New file.
42309         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
42310         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
42311         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
42312         file.
42313         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
42314         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
42315         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
42316         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
42317         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
42318         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
42319         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
42320         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
42321         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
42322         file.
42323         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
42324         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
42325         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
42326         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
42327         file.
42328         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
42329         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
42330         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
42331         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
42332         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
42333         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
42334         file.
42335         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
42336         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
42337         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
42338         file.
42339         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
42340         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
42341         New file.
42342         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
42343         New file.
42344         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
42345         New file.
42346         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
42347         New file.
42348         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
42349         New file.
42350         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
42351         New file.
42352         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
42353         New file.
42354         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
42355         New file.
42356         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
42357         New file.
42358         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
42359         New file.
42360         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
42361         New file.
42362         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
42363         New file.
42364         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
42365         New file.
42366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
42367         file.
42368         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
42369         New file.
42370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
42371         New file.
42372         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
42373         file.
42374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
42375         New file.
42376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
42377         New file.
42378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
42379         file.
42380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
42381         New file.
42382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42383         New file.
42384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
42385         New file.
42386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
42387         New file.
42388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
42389         New file.
42390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
42391         New file.
42392         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
42393         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
42394         file.
42395         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
42396         New file.
42397         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
42398         file.
42399         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
42400         file.
42401         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
42402         file.
42403         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
42404         file.
42405         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
42406         file.
42407         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42408         New file.
42409         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
42410         file.
42411         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
42412         file.
42413         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
42414         New file.
42415         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
42416         file.
42417         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
42418         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
42419         file.
42420         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
42421         New file.
42422         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
42423         file.
42424         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
42425         file.
42426         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
42427         file.
42428         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
42429         file.
42430         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
42431         file.
42432         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42433         New file.
42434         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
42435         file.
42436         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
42437         file.
42438         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
42439         New file.
42440         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
42441         file.
42442         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42443         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
42444         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
42445         file.
42446         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
42447         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
42448         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
42449         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
42450         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
42451         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
42452         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
42453         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
42454         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
42455         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
42456         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
42457         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
42458         file.
42459         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
42460         New file.
42461         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
42462         file.
42463         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
42464         file.
42465         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
42466         file.
42467         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
42468         file.
42469         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
42470         file.
42471         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
42472         New file.
42473         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
42474         New file.
42475         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
42476         file.
42477         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
42478         New file.
42479         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
42480         file.
42481         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
42482         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
42483         file.
42484         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
42485         New file.
42486         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
42487         file.
42488         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
42489         file.
42490         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
42491         file.
42492         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
42493         file.
42494         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
42495         file.
42496         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
42497         New file.
42498         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
42499         New file.
42500         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
42501         file.
42502         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
42503         New file.
42504         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
42505         file.
42506
42507 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42508
42509         * conform/conformtest.pl: Fix typo in handling typed-constant from
42510         allow-header.
42511
42512 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42513
42514         * README: Cut down references to pre-2.6 Linux kernels and
42515         Linuxthreads.  Update lists of configurations in libc and ports
42516         and sort alphabetically.  Say "or newer" with Linux kernel version
42517         requirements.
42518
42519         * config.h.in [IS_IN_build]: Allow compiling without optimization.
42520
42521 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
42522
42523         [BZ #887]
42524         * math/libm-test.inc (logb_test_downward): New test to expose
42525         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
42526         rounding mode.
42527
42528 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42529
42530         [BZ #14027]
42531         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
42532         to be done.
42533         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
42534         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
42535
42536 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
42537
42538         * sysdeps/unix/i386/brk.S: Remove file.
42539         * sysdeps/unix/i386/dl-brk.S: Likewise.
42540         * sysdeps/unix/i386/pipe.S: Likewise.
42541         * sysdeps/unix/i386/sigreturn.S: Likewise.
42542         * sysdeps/unix/i386/syscall.S: Likewise.
42543         * sysdeps/unix/i386/vfork.S: Likewise.
42544         * sysdeps/unix/i386/wait.S: Likewise.
42545
42546         * sysdeps/unix/common/tcsendbrk.c: Move to ...
42547         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
42548
42549         * configure.in (arm*-none*): Do not allow without
42550         --enable-hacker-mode.
42551         (netbsd*): Remove case setting base_os.
42552         (386bsd*): Likewise.
42553         (freebsd*): Likewise.
42554         (bsdi*): Likewise.
42555         (osf*): Likewise.
42556         (sunos*): Likewise.
42557         (ultrix*): Likewise.
42558         (newsos*): Likewise.
42559         (dynix*): Likewise.
42560         (*bsd*): Likewise.
42561         (sysv*): Likewise.
42562         (isc*): Likewise.
42563         (esix*): Likewise.
42564         (sco*): Likewise.
42565         (minix*): Likewise.
42566         (irix4*): Likewise.
42567         (irix6*): Likewise.
42568         (solaris[2-9]*): Likewise.
42569         (none): Likewise.
42570         * configure: Regenerated.
42571
42572 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42573
42574         [BZ #11521]
42575         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
42576         overflow or cancellation in calculating denominator.
42577         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
42578         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
42579         down expression to avoid unexpected rounding in newer GCCs.
42580         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
42581
42582 2012-04-26  David S. Miller  <davem@davemloft.net>
42583
42584         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
42585         long-double compat symbols.
42586         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
42587         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
42588         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
42589         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
42590         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
42591         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
42592         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
42593         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
42594         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
42595         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
42596         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
42597         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
42598         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42599
42600 2012-04-25  David S. Miller  <davem@davemloft.net>
42601
42602         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
42603         HWCAP_* values only after the memory barriers have been defined.
42604         (atomic_full_barrier): Define.
42605         (atomic_read_barrier): Define.
42606         (atomic_write_barrier): Define.
42607
42608 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42609
42610         * shlib-versions: Add libgcc_s version information.
42611         * sysdeps/generic/libgcc_s.h: Remove.
42612         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
42613         libgcc_s.h.
42614         * sysdeps/gnu/unwind-resume.c: Likewise.
42615         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
42616
42617 2012-04-25  David S. Miller  <davem@davemloft.net>
42618
42619         * sysdeps/unix/sparc/brk.S: Delete.
42620         * sysdeps/unix/sparc/dl-brk.S: Delete.
42621         * sysdeps/unix/sparc/pipe.S: Delete.
42622         * sysdeps/unix/sparc/sysdep.S: Delete.
42623         * sysdeps/unix/sparc/sysdep.h: Delete.
42624         * sysdeps/unix/sparc/vfork.S: Delete.
42625         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42626         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42627         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42628         (ret_ERRVAL, r0, r1, MOVE): Define.
42629         (JUMPTARGET): Remove.
42630         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42631         sysdeps/unix/sparc/sysdep.h
42632         (ENTRY, END): Remove.
42633         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42634
42635 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
42636
42637         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42638         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42639         -DIS_IN_build.
42640
42641         * timezone/README: Update upstream location and email address for
42642         tzcode and tzdata.
42643         * timezone/zdump.c: Update from tzcode 2012b.
42644         * timezone/zic.c: Likewise.
42645
42646         * configure.in (libc_cv_as_needed): Remove test.
42647         * configure: Regenerated.
42648         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42649         conditional definition.
42650         [$(have-as-needed) != yes] (no-as-needed): Likewise.
42651         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42652         * config.make.in (have-as-needed): Remove variable.
42653
42654 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42655             Paul Pluzhnikov  <ppluzhnikov@google.com>
42656
42657         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42658         strings correctly.
42659
42660 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
42661
42662         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42663         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42664         * sysdeps/sh/strlen.S: Likewise.
42665
42666 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42667
42668         * sysdeps/unix/fork.S: Remove file.
42669         * sysdeps/unix/i386/fork.S: Likewise.
42670         * sysdeps/unix/sparc/fork.S: Likewise.
42671
42672         * sysdeps/unix/system.c: Remove file.
42673         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42674
42675         * sysdeps/unix/getegid.S: Remove file.
42676         * sysdeps/unix/geteuid.S: Likewise.
42677
42678 2012-04-24  Roland McGrath  <roland@hack.frob.com>
42679
42680         * scripts/check-localplt.awk: New file.
42681         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42682         of diff.
42683         * scripts/data/localplt-generic.data: Add a comment.
42684
42685         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42686         NODE when __dir_mkfile failed.
42687         * sysdeps/mach/hurd/symlinkat.c: Likewise.
42688         Reported by Ludovic Courtès <ludo@gnu.org>.
42689
42690 2012-04-24  Andreas Jaeger  <aj@suse.de>
42691
42692         * Makerules (common-clean): Also remove gen-as-const-headers
42693         files.
42694
42695 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42696
42697         * Makerules (native-compile): Do not change working directory for
42698         build.  Use $(OUTPUT_OPTION) in command.
42699         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42700
42701 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42702
42703         [BZ #13886]
42704         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42705         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42706         * math/libm-test.inc (floor_test): Add more tests.
42707         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42708
42709 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42710
42711         * sysdeps/unix/getdents.c: Remove file.
42712         * sysdeps/unix/sysv/getdents.c: Likewise.
42713         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42714
42715         * sysdeps/unix/syscalls.list (madvise): Add syscall from
42716         sysdeps/unix/mman/syscalls.list.
42717         (mmap): Likewise.
42718         (mprotect): Likewise.
42719         (msync): Likewise.
42720         (munmap): Likewise.
42721         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42722         * sysdeps/unix/mman/syscalls.list: Remove.
42723         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42724
42725         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42726         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42727         * configure: Regenerated.
42728         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42729         $(libgcc_s_suffix).
42730         * config.make.in (libgcc_s_suffix): Remove variable.
42731
42732 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
42733
42734         * sysdeps/unix/sysv/gethostname.c: Move to ...
42735         * sysdeps/posix/gethostname.c: ... here.
42736
42737         * sysdeps/unix/execve.S: Remove file.
42738
42739         * sysdeps/unix/_exit.S: Remove file.
42740
42741 2012-04-23  Andreas Jaeger  <aj@suse.de>
42742
42743         [BZ #13739]
42744         * manual/Makefile: Remove make dist support, there's no
42745         need for a stand-alone documentation tar ball.
42746         (TEXI2DVI): Define always, it's not in Makeconfig.
42747         (dist): Removed.
42748         (tar-it): Removed.
42749         (edition): Removed.
42750         (glibc-doc-$(edition).tar): Removed
42751         (%.Z): Removed.
42752         (%.gz): Removed.
42753         (%.uu): Removed.
42754         (ETAGS): Remove, it's in Makeconfig.
42755         (move-if-change): Remove, it's in Makeconfig.
42756
42757 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
42758
42759         [BZ #13970]
42760         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42761         (strtod, strtof, strtold, strtol, strtoul, strtoq)
42762         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42763         (strtod_l, strtof_l, strtold_l): Remove __wur.
42764         It is not necessarily an error to ignore strtol's return value.
42765         One can reliably look at the stored endptr to decide whether
42766         the number had valid syntax.
42767
42768 2012-04-21  Andreas Jaeger  <aj@suse.de>
42769
42770         [BZ #13739]
42771         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42772
42773 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
42774
42775         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42776         * sysdeps/unix/sysv/Versions: Remove file.
42777
42778 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
42779
42780         [BZ #13927]
42781         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42782
42783 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
42784
42785         [BZ #7064]
42786         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42787         version from __vm86.
42788
42789 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
42790
42791         * sysdeps/unix/common/lxstat.c: Remove file.
42792         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42793
42794         * sysdeps/unix/sysv/Makefile: Remove file.
42795
42796         * sysdeps/unix/sysv/direct.h: Remove file.
42797
42798         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42799         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42800         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42801         * sysdeps/unix/sysv/bits/signum.h: Likewise.
42802         * sysdeps/unix/sysv/bits/stat.h: Likewise.
42803         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42804         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42805
42806         * sysdeps/unix/sysv/setrlimit.c: Remove file.
42807
42808         * sysdeps/unix/xmknod.c: Remove file.
42809         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42810
42811         * sysdeps/unix/sysv/settimeofday.c: Remove file.
42812
42813         * sysdeps/unix/sysv/i386/time.S: Remove file.
42814
42815         * sysdeps/unix/fxstat.c: Remove file.
42816         * sysdeps/unix/xstat.c: Likewise.
42817         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42818
42819         * sysdeps/unix/sysv/sigaction.c: Remove file.
42820
42821         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42822         (sysdep_headers): Remove variable.
42823         [termio.h not in sysdep_headers] (generated): Likewise.
42824         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42825         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42826         * sysdeps/unix/sysv/tcdrain.c: Likewise.
42827         * sysdeps/unix/sysv/tcflow.c: Likewise.
42828         * sysdeps/unix/sysv/tcflush.c: Likewise.
42829         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42830         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42831         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42832         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42833         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42834
42835         * sysdeps/unix/siglist.c: Remove file.
42836
42837         * sysdeps/unix/getppid.S: Remove file.
42838
42839         * sysdeps/unix/mkdir.c: Remove file.
42840         * sysdeps/unix/rmdir.c: Likewise.
42841
42842 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
42843
42844         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42845         ERR_MAX value.
42846         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42847         errlist-compat value.
42848
42849 2012-04-18  David S. Miller  <davem@davemloft.net>
42850
42851         * sysdeps/generic/memcopy.h (reg_char): Delete.
42852         * debug/strcat_chk.c: Use char, not reg_char.
42853         * debug/strcpy_chk.c: Likewise.
42854         * debug/strncat_chk.c: Likewise.
42855         * debug/strncpy_chk.c: Likewise.
42856         * string/memchr.c: Likewise.
42857         * string/memrchr.c: Likewise.
42858         * string/rawmemchr.c: Likewise.
42859         * string/strcat.c: Likewise.
42860         * string/strchr.c: Likewise.
42861         * string/strchrnul.c: Likewise.
42862         * string/strcmp.c: Likewise.
42863         * string/strcpy.c: Likewise.
42864         * string/strncat.c: Likewise.
42865         * string/strncmp.c: Likewise.
42866         * string/strncpy.c: Likewise.
42867
42868 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42869
42870         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42871         __builtin_memcopy is called when src and dest ranges are known to not
42872         overlap.
42873
42874 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42875
42876         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42877         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42878         fwd_align_merge macro call.
42879         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42880         bwd_align_merge macro call.
42881         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42882
42883 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42884
42885         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42886         bwd_align_merge macros.
42887         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42888         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42889         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42890
42891 2012-04-18  David S. Miller  <davem@davemloft.net>
42892
42893         * sysdeps/sparc/sparc64/memcopy.h: Delete.
42894
42895 2012-04-18  Andreas Jaeger  <aj@suse.de>
42896
42897         [BZ# 6794]
42898         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42899         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42900         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42901
42902         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42903         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42904         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42905
42906         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42907         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42908         Adjust for changed ldbl-128 files.
42909
42910         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42911         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42912         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42913
42914 2012-04-17  David S. Miller  <davem@davemloft.net>
42915
42916         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42917
42918 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42919
42920         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42921         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42922         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42923         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42924         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42925         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42926
42927 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42928
42929         [BZ #6794]
42930         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42931         * math/libm-test.inc: Add ilogb errno and exception tests.
42932         * math/w_ilogb.c: New file: ilogb wrapper.
42933         * math/w_ilogbf.c: New file: ilogbf wrapper.
42934         * math/w_ilogbl.c: New file: ilogbl wrapper.
42935         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42936         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42937         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42938         exception being thrown with 0.0 as argument.
42939         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42940         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42941         exception being thrown with 0.0 as argument.
42942         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42943         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42944         exception being thrown with 0.0 as argument.
42945         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42946         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42947         exception being thrown with 0.0 as argument.
42948         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42949         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42950         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42951         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42952         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42953         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42954         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42955         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42956         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42957
42958 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42959
42960         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42961         with altivec.
42962
42963 2012-04-16  Marek Polacek  <polacek@redhat.com>
42964
42965         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42966
42967 2012-04-16  Marek Polacek  <polacek@redhat.com>
42968
42969         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42970         operands of fdivp instruction.
42971
42972 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42973
42974         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42975         * elf/tst-auditmod3b.c: Likewise.
42976         * elf/tst-auditmod4b.c: Likewise.
42977         * elf/tst-auditmod5b.c: Likewise.
42978         * elf/tst-auditmod6b.c: Likewise.
42979         * elf/tst-auditmod6c.c: Likewise.
42980         * elf/tst-auditmod7b.c: Likewise.
42981         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42982         * sysdeps/x86_64/preconfigure.in: Likewise.
42983         * sysdeps/x86_64/preconfigure: Regenerated.
42984
42985 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42986
42987         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42988         __ILP32__.
42989
42990 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
42991
42992         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42993         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
42994
42995 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
42996
42997         [BZ #13973]
42998         * locale/iso-639.def: Fix gl language name. Spotted by
42999         Yaron Shahrabani.
43000
43001 2012-04-12  Roland McGrath  <roland@hack.frob.com>
43002
43003         [BZ #2074]
43004         * libio/libio.h (__io_write_fn): Update comment.
43005
43006 2012-04-12  Petr Baudis  <pasky@ucw.cz>
43007
43008         [BZ #2074]
43009         * stdio.texi (Hook Functions): The user provided writer function
43010         is not allowed to return -1.
43011
43012 2012-04-11  David S. Miller  <davem@davemloft.net>
43013
43014         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43015
43016 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
43017
43018         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
43019         Add a leading slash to rtkaio.
43020
43021 2012-04-11  Jim Meyering  <meyering@redhat.com>
43022
43023         [BZ #11959]
43024         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
43025         It is not necessarily an error to ignore fwrite's return
43026         value.  One can reliably use ferror to test for errors after
43027         the fact.
43028
43029 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
43030
43031         * bits/types.h (__snseconds_t): New type.
43032         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
43033
43034         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
43035         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43036         (__SNSECONDS_T_TYPE): Likewise.
43037         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43038         (__SNSECONDS_T_TYPE): Likewise.
43039         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43040         (__SNSECONDS_T_TYPE): Likewise.
43041
43042 2012-04-10  Andreas Jaeger  <aj@suse.de>
43043
43044         [BZ #2636]
43045         * manual/time.texi (Processor Time): Return type of times is
43046         elapsed real time since an arbitrary point in the past.
43047         (CPU Time): Move CLK_TCK from here...
43048         (Processor Time): ...to here.  Correct description.
43049         * manual/conf.texi (Constants for Sysconf): Correct description of
43050         _SC_CLK_TCK.
43051
43052 2012-04-10  David S. Miller  <davem@davemloft.net>
43053
43054         [BZ #13967]
43055         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
43056         where the is a gap between DT_REL(A) and DT_JMPREL.
43057
43058 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
43059
43060         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
43061         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43062         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43063
43064 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
43065
43066         * elf/dl-support.c (_dl_inhibit_cache): New variable.
43067         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
43068         (dl_main): Handle --inhibit-cache.
43069         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
43070         _dl_inhibit_cache.
43071         * elf/dl-load.c (_dl_map_object): Use it.
43072         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
43073
43074 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
43075
43076         [BZ #13872]
43077         * sysdeps/i386/fpu/e_powl.S (p78): New object.
43078         (__ieee754_powl): Saturate large exponents rather than testing for
43079         overflow of y*log2(x).
43080         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43081         * math/libm-test.inc (pow_test): Do not permit spurious overflow
43082         exceptions.
43083
43084         [BZ #11521]
43085         * math/s_ctan.c: Include <float.h>.
43086         (__ctan): Avoid internal overflow or cancellation in calculating
43087         denominator.
43088         * math/s_ctanf.c: Likewise.
43089         * math/s_ctanl.c: Likewise.
43090         * math/s_ctanh.c: Likewise.
43091         * math/s_ctanhf.c: Likewise.
43092         * math/s_ctanhl.c: Likewise.
43093         * math/libm-test.inc (ctan_test): Add more tests.
43094         (ctanh_test): Likewise.
43095         * sysdeps/i386/fpu/libm-test-ulps: Update.
43096         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43097
43098 2012-04-09  Andreas Jaeger  <aj@suse.de>
43099
43100         [BZ #6894]
43101         * manual/filesys.texi (Directory Entries): Mention that d_namlen
43102         is an optional BSD extension.
43103
43104         [BZ #10254]
43105         * manual/stdio.texi (Opening Streams): Document additional fopen
43106         parameters.
43107
43108 2012-04-09  Roland McGrath  <roland@hack.frob.com>
43109
43110         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
43111         %eax without telling the compiler.
43112
43113 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
43114
43115         [BZ # 13963]
43116         * manual/install.texi: Use sourceware.org.
43117
43118 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
43119
43120         [BZ #13873]
43121         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
43122         (__ieee754_pow): Generate overflow and underflow using huge*huge
43123         and tiny*tiny rather than just returning constant infinity or zero
43124         for large exponents.
43125         * math/libm-test.inc (pow_test): Require overflow exceptions for
43126         applicable cases of large exponents.
43127
43128         [BZ #706]
43129         * sysdeps/i386/fpu/e_pow.S (p10): New object.
43130         (__ieee754_pow): Use iterative multiplication algorithm only for
43131         integer exponents with absolute value below 1024.  Check for odd
43132         integer exponents when using algorithm for real exponents.
43133         * math/libm-test.inc (pow_test): Add more tests.
43134         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43135
43136 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
43137
43138         [BZ #13705]
43139         * math/libm-test.inc (exp_test): Do not allow overflow exception
43140         on underflow test.
43141
43142 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
43143
43144         [BZ #13705]
43145         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
43146         instead of __kernel_standard_f.
43147
43148 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
43149
43150         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
43151         * sysdeps/x86_64/memset_chk.S: Likewise.
43152
43153 2012-04-08  Andreas Jaeger  <aj@suse.de>
43154
43155         [BZ #10153]
43156         * manual/startup.texi (Environment Access): Describe return value
43157         for putenv and setenv.
43158
43159         [BZ #6895]
43160         * manual/filesys.texi (Directory Entries): Add description for
43161         DT_LNK.
43162
43163         [BZ #6890]
43164         * manual/filesys.texi (Directory Entries): Clarify that it's file
43165         system not operating system in the description of DT_UNKNOWN.
43166
43167         [BZ #6578]
43168         * manual/syslog.texi (closelog): Fix reference, it's openlog.
43169
43170 2012-04-08  Stephen Compall  <s11@member.fsf.org>
43171
43172         [BZ #6649]
43173         * manual/llio.texi (Opening and Closing Files): Add cross
43174         reference to explain mode argument.
43175
43176 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
43177
43178         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
43179         * sysdeps/x86_64/memset_chk.S: Likewise.
43180
43181 2012-04-07  David S. Miller  <davem@davemloft.net>
43182
43183         * elf/elf.h (R_SPARC_WDISP10): Define.
43184         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
43185         R_SPARC_SIZE32.
43186         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
43187         R_SPARC_SIZE64 and R_SPARC_H34.
43188
43189 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
43190
43191         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
43192         conditions and remove no longer applicable assertion.
43193
43194 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43195
43196         * bits/byteswap.h: Include <features.h>.
43197         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43198         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43199
43200 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43201
43202         * bits/byteswap.h (__bswap_16): Removed.
43203         Include <bits/byteswap-16.h> to get __bswap_16.
43204         * sysdeps/i386/bits/byteswap.h: Likewise.
43205         * sysdeps/s390/bits/byteswap.h: Likewise.
43206         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43207         * bits/byteswap-16.h: New file.
43208         * sysdeps/i386/bits/byteswap-16.h: Likewise.
43209         * sysdeps/s390/bits/byteswap-16.h: Likewise.
43210         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
43211         * string/Makefile (headers): Add bits/byteswap-16.h.
43212
43213 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
43214
43215         [BZ #13895]
43216         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
43217         extra indirection.
43218         * nss/Makefile (tests-static, tests): Add tst-nss-static.
43219         * nss/tst-nss-static.c: New.
43220
43221 2012-04-06  Robert Millan  <rmh@gnu.org>
43222
43223         [BZ #6486]
43224         * manual/llio.texi (File Position Primitive): lseek
43225         refers to WHENCE when it really means OFFSET.
43226
43227 2012-04-06  Andreas Jaeger  <aj@suse.de>
43228
43229         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
43230         strncmp declarations.
43231
43232         * abilist/libc.abilist: Add __poll and __ppoll.
43233
43234 2012-04-05  David S. Miller  <davem@davemloft.net>
43235
43236         * scripts/check-local-headers.sh: Accept a host triplet in the
43237         path matched by the exclude regexp.
43238
43239         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
43240         definition.
43241         * sysdeps/powerpc/powerpc32/dl-machine.h
43242         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
43243         * sysdeps/s390/s390-32/dl-machine.h
43244         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43245         * sysdeps/sparc/sparc32/dl-machine.h
43246         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43247         * sysdeps/sparc/sparc64/dl-machine.h
43248         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43249
43250         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
43251         lazy binding.
43252         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
43253         undefined symbol errors.
43254
43255         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
43256         DT_NEEDED entries.
43257
43258 2012-04-05  Michael Matz  <matz@suse.de>
43259
43260         [BZ #13592]
43261         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
43262
43263 2012-04-05  Andreas Jaeger  <aj@suse.de>
43264
43265         [BZ #13908]
43266         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
43267         comment.
43268
43269 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43270
43271         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
43272         which ROUND is no valid rounding mode.
43273
43274 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43275
43276         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
43277         read again.
43278         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
43279
43280 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43281
43282         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
43283         an exception using FPU order intentionally.
43284
43285 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43286
43287         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
43288         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
43289         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
43290         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
43291
43292 2012-04-05  Simon Josefsson  <simon@josefsson.org>
43293
43294         [BZ #12340]
43295         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
43296         EINVAL when BUFLEN is too smal.
43297
43298 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
43299
43300         [BZ #13553]
43301         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
43302         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
43303
43304 2012-04-03  Andreas Jaeger  <aj@suse.de>
43305
43306         [BZ #13938]
43307         * manual/setjmp.texi (System V contexts): Fix sentence.
43308
43309         [BZ #13926]
43310         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
43311         New macro for this case.
43312         [!__GNUC__] (__bswap_64): New inline function for this case.
43313         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43314         * bits/byteswap.h: Likewise.
43315         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
43316         ull, guard with __GLIBC_HAVE_LONG_LONG.
43317
43318         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
43319         __GLIBC_HAVE_LONG_LONG.
43320
43321         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
43322         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
43323
43324 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
43325
43326         [BZ #13691]
43327         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
43328         inptr and inend, rather than using last_ch.
43329
43330 2012-04-02  David S. Miller  <davem@davemloft.net>
43331
43332         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
43333         * stdio-common/printf-parse.h (read_int): Change return type to
43334         'int', return -1 on INT_MAX overflow.
43335         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
43336         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
43337         overflows INT_MAX.  Check for overflow of in-format-string precision
43338         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
43339         SIZE_MAX not INT_MAX for integer overflow test.
43340         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
43341         skip the construct in the format string but do not record anything.
43342         * stdio-common/bug22.c: Adjust to test both width/prevision
43343         INT_MAX overflow as well as total length INT_MAX overflow.  Check
43344         explicitly for proper errno values.
43345
43346 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
43347
43348         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
43349         CHAR_MAX.
43350         * string/test-strcmp.c [! WIDE]: Likewise.
43351         * time/tst-mktime2.c: Likewise for INT_MAX.
43352         * string/test-string.h: #include <sys/param.h> for MIN.
43353
43354         * csu/init-first.c (__libc_init_first): Call __ctype_init.
43355         * sysdeps/i386/init-first.c (init): Likewise.
43356         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
43357         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
43358         * sysdeps/sh/init-first.c (init): Likewise.
43359
43360 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
43361
43362         * po/ru.po: Update from translation team.
43363         * po/vi.po: Likewise.
43364
43365 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
43366
43367         * resolv/nss_dns/dns-host.c: Merge copyright years.
43368
43369 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43370
43371         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43372         Optimize memcpy with prefetch if
43373         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
43374         src, dst pointers have unequal 16 byte alignments.
43375
43376 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
43377
43378         [BZ #13928]
43379         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
43380         from a CNAME entry and return the minimum ttl for the query.
43381         (gaih_getanswer_slice): Likewise.
43382
43383 2012-03-30  Jeff Law  <law@redhat.com>
43384
43385         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
43386         due to long keys.
43387         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
43388         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
43389
43390         * resolv/nss_dns/dns-host.c: Update copyright year.
43391
43392 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
43393
43394         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
43395         requests to save a system call.  Fix check that all bytes are sent.
43396
43397         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
43398         comments for sendmmsg.
43399
43400 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43401
43402         [BZ #13691]
43403         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
43404         with only 1 character between 0x0041 and 0x01b0.
43405         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
43406         * wcsmbs/tst-mbsnrtowcs.c: New file.
43407
43408 2012-03-29  David S. Miller  <davem@davemloft.net>
43409
43410         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
43411         small copies by hand.
43412
43413 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
43414
43415         [BZ #13761]
43416         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
43417         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
43418         group memberships.
43419
43420 2012-03-28  David S. Miller  <davem@davemloft.net>
43421
43422         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
43423         that branches into memcpy.
43424         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
43425         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
43426         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43427         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
43428         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
43429         bits.
43430         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
43431         implementation too.
43432         * sysdeps/sparc/mempcpy.S: New file.
43433
43434         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
43435         the IFUNC routine in the libc case.
43436         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43437
43438         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
43439         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
43440         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
43441         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
43442         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
43443         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
43444         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
43445         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
43446
43447         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
43448         loop to 256 bytes instead of 64 bytes and fix test signedness.
43449
43450         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
43451         * sysdeps/sparc/sparc32/Makefile: rather than here...
43452         * sysdeps/sparc/sparc64/Makefile: and here.
43453
43454 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
43455
43456         * malloc/mallocbug.c: Avoid warnings about unused variables.
43457
43458 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
43459
43460         [BZ #13760]
43461         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
43462         in the right place. Discard and retry query if response is
43463         larger than input buffer size.
43464
43465 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
43466
43467         [BZ #369]
43468         [BZ #2678]
43469         [BZ #3866]
43470         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
43471         x for large integer exponent.
43472         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
43473         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
43474         sign of result as needed afterwards.
43475         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
43476         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
43477         result for underflowing pow the same as for overflow.
43478         (__kernel_standard_l): Handle powl overflow and underflow here
43479         rather than calling __kernel_standard.
43480         * math/libm-test.inc (pow_test): Add more tests.
43481
43482         [BZ #3868]
43483         [BZ #13879]
43484         [BZ #13910]
43485         [BZ #13911]
43486         [BZ #13912]
43487         [BZ #13913]
43488         [BZ #13915]
43489         [BZ #13916]
43490         [BZ #13917]
43491         [BZ #13918]
43492         [BZ #13919]
43493         [BZ #13920]
43494         [BZ #13921]
43495         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
43496         * sysdeps/ieee754/k_standard.c: Include <float.h>.
43497         (__kernel_standard_l): New function.
43498         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
43499         __kernel_standard.
43500         * math/w_acosl.c (__acosl): Likewise.
43501         * math/w_asinl.c (__asinl): Likewise.
43502         * math/w_atan2l.c (__atan2l): Likewise.
43503         * math/w_atanhl.c (__atanhl): Likewise.
43504         * math/w_coshl.c (__coshl): Likewise.
43505         * math/w_exp10l.c (__exp10l): Likewise.
43506         * math/w_exp2l.c (__exp2l): Likewise.
43507         * math/w_fmodl.c (__fmodl): Likewise.
43508         * math/w_hypotl.c (__hypotl): Likewise.
43509         * math/w_j0l.c (__j0l, __y0l): Likewise.
43510         * math/w_j1l.c (__j1l, __y1l): Likewise.
43511         * math/w_jnl.c (__jnl, __ynl): Likewise.
43512         * math/w_lgammal.c (__lgammal): Likewise.
43513         * math/w_log10l.c (__log10l): Likewise.
43514         * math/w_log2l.c (__log2l): Likewise.
43515         * math/w_logl.c (__logl): Likewise.
43516         * math/w_powl.c (__powl): Likewise.
43517         * math/w_remainderl.c (__remainderl): Likewise.
43518         * math/w_scalbl.c (sysv_scalbl): Likewise.
43519         * math/w_sinhl.c (__sinhl): Likewise.
43520         * math/w_sqrtl.c (__sqrtl): Likewise.
43521         * math/w_tgammal.c (__tgammal): Likewise.
43522         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
43523         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
43524         * math/libm-test.inc (acos_test): Add more tests.
43525         (acosh_test): Likewise.
43526         (asin_test): Likewise.
43527         (atanh_test): Likewise.
43528         (exp_test): Likewise.
43529         (exp10_test): Likewise.
43530         (exp2_test): Likewise.
43531         (expm1_test): Likewise.
43532         (lgamma_test): Likewise.
43533         (log_test): Likewise.
43534         (log10_test): Likewise.
43535         (log1p_test): Likewise.
43536         (log2_test): Likewise.
43537         (pow_test): Do not allow some spurious overflow exceptions.
43538         (sqrt_test): Add more tests.
43539         (tgamma_test): Likewise.
43540         (y0_test): Likewise.
43541         (y1_test): Likewise.
43542         (yn_test): Likewise.
43543
43544 2012-03-27  Anton Blanchard  <anton@samba.org>
43545
43546         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
43547         MAP_HUGETLB.
43548         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
43549         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
43550         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
43551
43552 2012-03-27  David S. Miller  <davem@davemloft.net>
43553
43554         * conform/Makefile: Run run-conformtest.sh using $(BASH).
43555
43556         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
43557         have-as-vis3 check.
43558
43559 2012-03-27  Andreas Jaeger  <aj@suse.de>
43560
43561         * sysdeps/x86_64/elf/configure.in: Moved to ...
43562         * sysdeps/x86_64/configure.in: ... here.
43563         * sysdeps/x86_64/elf/start.S: Moved to ...
43564         * sysdeps/x86_64/start.S: ... here.
43565         * sysdeps/x86_64/elf/configure: Delete.
43566
43567         * sysdeps/x86_64/configure.in: Merge contents from
43568         sysdeps/i386/configure.in (without i686 check).
43569
43570         * sysdeps/i386/elf/Versions: Merge into ...
43571         * sysdeps/i386/Versions: ... this.
43572         * sysdeps/i386/elf/Versions: Delete file.
43573         * sysdeps/i386/elf/start.S: Moved to ...
43574         * sysdeps/i386/start.S: ...here.
43575         * sysdeps/i386/elf/configure.in: Merge into...
43576         * sysdeps/i386/configure.in: ...here.
43577         * sysdeps/i386/elf/configure.in: Delete file.
43578         * sysdeps/i386/elf/configure: Delete file.
43579
43580         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
43581         * debug/backtracesyms.c: ... here.
43582         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
43583         * debug/backtracesymsfd.c: ... here.
43584         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
43585         * sysdeps/generic/ifunc-sel.h: ... here.
43586
43587         * sysdeps/unix/i386/start.c: Delete file.
43588         * sysdeps/unix/sparc/start.c: Delete file.
43589         * sysdeps/unix/start.c: Delete file.
43590
43591         * sysdeps/sh/elf/configure.in: Moved to ...
43592         * sysdeps/sh/configure.in: ... here.
43593         * sysdeps/sh/elf/start.S: Moved to ...
43594         * sysdeps/sh/start.S: ... here.
43595         * sysdeps/sh/elf/configure: Delete file.
43596
43597         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
43598         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
43599         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
43600         * sysdeps/powerpc/powerpc64/entry.h: ... here.
43601         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
43602         * sysdeps/powerpc/powerpc64/start.S: here.
43603         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
43604         * sysdeps/powerpc/powerpc64/Makefile: ... this.
43605         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
43606         * sysdeps/powerpc/powerpc64/configure.in: ... this.
43607         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
43608
43609         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
43610         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
43611         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
43612         * sysdeps/powerpc/powerpc32/start.S: ... here.
43613         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
43614         * sysdeps/powerpc/powerpc32/configure.in: ... this.
43615         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
43616
43617         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43618         * sysdeps/powerpc/ifunc-sel.h: ... here.
43619         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43620         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43621
43622         * sysdeps/sparc/elf/configure.in: Moved to ...
43623         * sysdeps/sparc/configure.in: ... here.
43624         * sysdeps/sparc/elf/configure: Delete file.
43625         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43626         * sysdeps/sparc/sparc32/start.S: ... here.
43627         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43628         * sysdeps/sparc/sparc64/start.S: ... here.
43629         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43630         * sysdeps/sparc/sparc32/Makefile: ... this.
43631         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43632         * sysdeps/sparc/sparc64/Makefile: ... this.
43633
43634         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43635         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43636         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43637         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43638         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43639         * sysdeps/s390/s390-32/setjmp.S: ... here.
43640         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43641         * sysdeps/s390/s390-32/configure.in: ... here.
43642         * sysdeps/s390/s390-32/elf/configure: Delete file.
43643         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43644         * sysdeps/s390/s390-32/start.S: ... here.
43645
43646         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43647         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43648         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43649         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43650         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43651         * sysdeps/s390/s390-64/setjmp.S: ... here.
43652         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43653         * sysdeps/s390/s390-64/configure.in: ... here
43654         * sysdeps/s390/s390-64/elf/configure: Delete file.
43655         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43656         * sysdeps/s390/s390-64/start.S: ... here.
43657         * sysdeps/s390/s390-64/elf/configure: Delete.
43658
43659         * configure.in: Remove support for elf directories in sysdeps.
43660
43661         * configure: Regenerated.
43662         * sysdeps/i386/configure: Regenerated.
43663         * sysdeps/powerpc/powerpc32/configure: Regenerated.
43664         * sysdeps/powerpc/powerpc64/configure: Regenerated.
43665         * sysdeps/s390/s390-32/configure: Regenerated.
43666         * sysdeps/s390/s390-64/configure: Regenerated.
43667         * sysdeps/sh/configure: Regenerated.
43668         * sysdeps/sparc/configure: Regenerated.
43669         * sysdeps/x86_64/configure: Regenerated.
43670
43671 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
43672
43673         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43674
43675         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43676         denormal result into account.
43677
43678 2012-03-25  Roland McGrath  <roland@hack.frob.com>
43679
43680         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43681         Reported by Allan McRae <allan@archlinux.org>.
43682
43683 2012-03-23  Jeff Law  <law@redhat.com>
43684
43685         * nss/getnssent.c (__nss_getent): Fix typo.
43686
43687 2012-03-23  David S. Miller  <davem@davemloft.net>
43688
43689         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43690
43691 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
43692
43693         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43694         to pad to uint64_t for each field.
43695         (dl_tls_index): Replace unsigned long with uint64_t.
43696
43697 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
43698         Paul Pluzhnikov  <ppluzhnikov@google.com>
43699
43700         [BZ #6528]
43701         * grp/Makefile (otherlibs): Don't set it.
43702         * inet/Makefile (otherlibs): Likewise.
43703         * login/Makefile (otherlibs): Likewise.
43704         * nscd/Makefile (otherlibs): Likewise.
43705         * posix/Makefile (otherlibs): Likewise.
43706         * pwd/Makefile (otherlibs): Likewise.
43707         * rt/Makefile (otherlibs): Likewise.
43708         * sunrpc/Makefile (otherlibs): Likewise.
43709         * nss/Makefile (otherlibs): Likewise.
43710         Add libnss_files to routines and static-only-routines.
43711         ($(objpfx)getent): Remove rule.
43712         * resolv/Makefile: Add libnss_dns and libresolv to routines and
43713         static-only-routines.
43714
43715 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43716
43717         [BZ #13892]
43718         * math/s_cexp.c: Include <float.h>.
43719         (__cexp): Handle exp result overflowing not necessarily
43720         overflowing both real and imaginary parts of result.
43721         * math/s_cexpf.c: Likewise.
43722         * math/s_cexpl.c: Likewise.
43723         * math/libm-test.inc (cexp_test): Add more tests.
43724         * sysdeps/i386/fpu/libm-test-ulps: Update.
43725         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43726
43727 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43728
43729         * include/link.h (ELFW): New macro.
43730         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43731         Replace ELF64_R_TYPE with ELFW(R_TYPE).
43732
43733 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43734
43735         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43736         with uint64_t.
43737
43738 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43739
43740         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43741         declaration.
43742         (struct La_x32_retval): Likewise.
43743
43744 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43745
43746         * sysdeps/x86_64/preconfigure.in: New file.
43747         * sysdeps/x86_64/preconfigure: New generated file.
43748
43749 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43750
43751         [BZ #13824]
43752         * math/e_exp2l.c: Include <float.h>.
43753         (__ieee754_exp2l): Handle overflow and underflow cases
43754         separately.  Only pass fractional part of argument to
43755         __ieee754_expl.
43756         * math/libm-test.inc (exp2_test): Add more tests.
43757
43758         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43759         negating x to take absolute value.
43760         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43761         Likewise.
43762         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43763         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43764         Likewise.
43765         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43766         computing low part if x was negated.
43767         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43768
43769 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43770
43771         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43772         la_x32_gnu_pltexit.
43773         (pltexit): Cast int_retval to ptrdiff_t.
43774         * elf/tst-auditmod3b.c: Likewise.
43775         * elf/tst-auditmod4b.c: Likewise.
43776         * elf/tst-auditmod5b.c: Likewise.
43777         * elf/tst-auditmod6b.c: Likewise.
43778         * elf/tst-auditmod6c.c: Likewise.
43779         * elf/tst-auditmod7b.c: Likewise.
43780
43781         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43782         and x32_gnu_pltexit.
43783
43784         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43785         __ELF_NATIVE_CLASS.
43786         (La_x32_regs): New macro.
43787         (La_x32_retval): Likewise.
43788         (la_x32_gnu_pltenter): New function prototype.
43789         (la_x32_gnu_pltexit): Likewise.
43790
43791 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
43792
43793         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43794         exponent.
43795
43796         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43797
43798         * configure.in (libc_cv_cc_nofma): Check for option to disable
43799         generation of FMA instructions.
43800         * configure: Regenerate.
43801         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43802         * sysdeps/ieee754/dbl-64/Makefile: New file.
43803         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43804         Remove brandred-fma4.
43805         (CFLAGS-brandred-fma4.c): Remove.
43806         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43807         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43808         define.
43809         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43810         define.
43811
43812 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43813
43814         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43815         LLONG_MAX != LONG_MAX.
43816         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43817         (_fitoa_word): Likewise.
43818         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43819         LLONG_MAX != LONG_MAX.
43820         * stdio-common/_itowa.h: Include <_itoa.h>.
43821         (_itowa_word): Use _ITOA_WORD_TYPE on value.
43822         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
43823         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
43824         only if not defined.
43825         (_ITOA_WORD_TYPE): Likewise.
43826         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43827         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43828
43829 2012-03-21  David S. Miller  <davem@davemloft.net>
43830
43831         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43832
43833 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43834
43835         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43836         of x86_64 when setting libc_cv_slibdir, libdir and
43837         libc_cv_localedir.
43838         * sysdeps/unix/sysv/linux/configure: Regenerated.
43839
43840 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43841
43842         * manual/lang.texi (Old Varargs): Remove section.
43843         (How Variadic): Update menu.
43844         (va_start): Do not mention varargs.h.
43845
43846 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43847             Joseph Myers  <joseph@codesourcery.com>
43848
43849         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43850         link test.
43851         * configure: Regenerated.
43852
43853 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43854
43855         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43856         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43857         conformtest.pl
43858
43859 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43860
43861         * NOTES: Remove.
43862         * Makefile (files-for-dist): Remove NOTES.
43863         (NOTES): Remove rule.
43864         * README: Don't refer to NOTES.
43865         * manual/creature.texi: Don't include macros.texi.
43866         * manual/intro.texi (creature.texi): Remove comment referring to
43867         NOTES.
43868
43869         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43870         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43871         * configure: Regenerated.
43872         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43873         LIBC_TRY_CC_OPTION.
43874         (libc_cv_as_i686): Likewise.
43875         (libc_cv_cc_avx): Likewise.
43876         (libc_cv_cc_sse2avx): Likewise.
43877         (libc_cv_cc_fma4): Likewise.
43878         (libc_cv_cc_novzeroupper): Likewise.
43879         * sysdeps/i386/configure: Regenerated.
43880
43881         [BZ #13883]
43882         * sysdeps/i386/fpu/s_cexp.S: Remove.
43883         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43884         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43885         * math/libm-test.inc (cexp_test): Add more tests.
43886         * sysdeps/i386/fpu/libm-test-ulps: Update.
43887         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43888
43889 2012-03-21  Allan McRae  <allan@archlinux.org>
43890
43891         * timezone/Makefile: Do not install iso3166.tab and zone.tab
43892
43893 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43894
43895         [BZ #13871]
43896         * math/w_exp2.c: Do not include <float.h>.
43897         (o_threshold, u_threshold): Remove.
43898         (__exp2): Calculate result before checking finiteness and calling
43899         __kernel_standard.
43900         * math/w_exp2f.c: Likewise.
43901         * math/w_exp2l.c: Likewise.
43902         * math/libm-test.inc (exp2_test): Require overflow exception for
43903         1e6 input.
43904
43905         [BZ #3866]
43906         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43907         range of signed 64-bit integers before using fistpll.  Remove
43908         checks for whether integers fit in mantissa bits.
43909         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43910         the range of signed 32-bit integers before using fistpl.  Remove
43911         checks for whether integers fit in mantissa bits.
43912         * sysdeps/i386/fpu/e_powl.S (p64): New object.
43913         (__ieee754_powl): Test for y outside the range of signed 64-bit
43914         integers before using fistpll.  Reduce 64-bit values to 63-bit
43915         ones as needed.
43916         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43917         divide-by-zero is raised for zero to large negative powers.
43918         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43919         (__ieee754_powl): Test for y outside the range of signed 64-bit
43920         integers before using fistpll.  Reduce 64-bit values to 63-bit
43921         ones as needed.
43922         * math/libm-test.inc (pow_test): Add more tests.
43923
43924 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43925
43926         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43927         <stdio-common/_itoa.h>.
43928         * debug/segfault.c: Likewise.
43929         * elf/dl-cache.c: Likewise.
43930         * elf/dl-minimal.c: Likewise.
43931         * elf/dl-misc.c: Likewise.
43932         * elf/dl-sysdep.c: Likewise.
43933         * elf/dl-version.c: Likewise.
43934         * elf/rtld.c: Likewise.
43935         * hurd/hurdsock.c: Likewise.
43936         * hurd/lookup-retry.c: Likewise.
43937         * malloc/malloc.c: Likewise.
43938         * malloc/mtrace.c: Likewise.
43939         * nscd/nscd_getgr_r.c: Likewise.
43940         * nscd/nscd_getpw_r.c: Likewise.
43941         * nscd/nscd_getserv_r.c: Likewise.
43942         * posix/getopt_init.c: Likewise.
43943         * posix/wordexp.c: Likewise.
43944         * stdio-common/_itoa.c: Likewise.
43945         * stdio-common/printf_fphex.c: Likewise.
43946         * stdio-common/vfprintf.c: Likewise.
43947         * string/_strerror.c: Likewise.
43948         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43949         * sysdeps/i386/i686/hp-timing.h: Likewise.
43950         * sysdeps/mach/_strerror.c: Likewise.
43951         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43952         * sysdeps/mach/hurd/sethostid.c: Likewise.
43953         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43954         * sysdeps/mach/xpg-strerror.c: Likewise.
43955         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43956         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43957         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43958         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43959         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43960         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43961         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43962         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43963         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43964         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43965         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43966         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43967         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43968         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43969         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43970         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43971         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43972         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43973         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43974         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43975         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43976
43977         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43978
43979         * stdio-common/_itoa.h: Moved to ...
43980         * sysdeps/generic/_itoa.h: Here.
43981
43982         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43983
43984         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43985         instead of "_itoa.h" and "_itowa.h".
43986         * stdio-common/vfprintf.: Likewise.
43987
43988 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43989
43990         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43991         <bits/wordsize.h>.
43992         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43993         (__signbit): Likwise.
43994         (llrintf): Likwise.
43995         (llrint): Likwise.
43996
43997 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43998
43999         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
44000         __WORDSIZE != 64.
44001
44002 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
44003
44004         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
44005         OVERFLOW_EXCEPTION_OK.
44006         * math/libm-test.inc ("Philosophy"): Update comment about
44007         exception testing.
44008         (OVERFLOW_EXCEPTION): Define.
44009         (OVERFLOW_EXCEPTION_OK): Likewise.
44010         (INVALID_EXCEPTION_OK): Renumber.
44011         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
44012         (IGNORE_ZERO_INF_SIGN): Likewise.
44013         (test_exceptions): Handle FE_OVERFLOW.
44014         (exp10_test): Expect overflow exceptions.
44015         (exp2_test): Likewise.
44016         (expm1_test): Likewise.
44017         (nextafter_test): Likewise.
44018         (pow_test): Likewise.
44019         (scalbn_test): Likewise.
44020         (scalbln_test): Likewise.
44021
44022 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44023
44024         * sysdeps/x86_64/bits/atomic.h
44025         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
44026         64bit integer.
44027         (atomic_exchange_acq): Likewise.
44028         (__arch_exchange_and_add_body): Likewise.
44029         (__arch_add_body): Likewise.
44030         (atomic_add_negative): Likewise.
44031         (atomic_add_zero): Likewise.
44032
44033 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44034
44035         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
44036         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
44037
44038 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44039
44040         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
44041         Check __x86_64__ instead of __WORDSIZE.
44042
44043 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44044
44045         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
44046
44047 2012-03-19  David S. Miller  <davem@davemloft.net>
44048
44049         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44050
44051         * sysdeps/sparc/fpu/fenv_private.h: New file.
44052         * sysdeps/sparc/fpu/math_private.h: Use it.
44053         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
44054         Remove.
44055         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
44056         (libc_feholdexcept_setroundl): Remove.
44057         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
44058         Remove.
44059         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
44060         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
44061
44062 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44063
44064         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
44065         int64_t instead of long int.
44066         (INSERT_WORDS64): Likwise.
44067
44068 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44069
44070         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
44071         _Unwind_GetCFA return to _Unwind_Ptr first.
44072
44073 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
44074
44075         [BZ #13629]
44076         * math/s_clog.c: Include <float.h>.
44077         (__clog): Scale large or subnormal inputs.
44078         * math/s_clogf.c: Likewise.
44079         * math/s_clogl.c: Likewise.
44080         * math/s_clog10.c: Include <float.h>.
44081         (M_LOG10_2): Define.
44082         (__clog10): Scale large or subnormal inputs.
44083         * math/s_clog10f.c: Likewise.
44084         * math/s_clog10l.c: Likewise.
44085         * math/libm-test.inc (clog_test): Add more tests.
44086         (clog10_test): Likewise.
44087         * sysdeps/i386/fpu/libm-test-ulps: Update.
44088         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44089
44090         [BZ #11451]
44091         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
44092         x and y.
44093         * math/libm-test.inc (atan2_test): Add another test.
44094
44095         * Makerules (common-objdir-compile): Remove.
44096         * sysdeps/unix/Makefile (config-generated): Do not add
44097         $(unix-generated) to variable.
44098         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
44099         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
44100         Remove rule.
44101         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
44102         Likewise.
44103         [generic bits/local_lim.h] (before-compile): Do not append to
44104         variable.
44105         [generic bits/local_lim.h] (common-generated): Likewise.
44106         [generic sys/param.h] (before-compile): Do not append to variable.
44107         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
44108         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
44109         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
44110         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
44111         include.
44112         [generic sys/param.h] (sys/param.h-includes): Remove variable.
44113         [generic sys/param.h] (sys/param.h-includes): Remove rule.
44114         [generic sys/param.h] ($(addprefix
44115         $(common-objpfx),$(sys/param.h-includes))): Likewise.
44116         [generic sys/param.h] (common-generated): Do not append to
44117         variable.
44118         [generic sys/param.h] (sysdep_headers): Likewise.
44119         [generic bits/errno.h] (before-compile): Do not append to
44120         variable.
44121         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
44122         rule.
44123         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
44124         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
44125         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
44126         [generic bits/errno.h] (common-generated): Do not append to
44127         variable.
44128         [generic bits/ioctls.h] (before-compile): Do not append to
44129         variable.
44130         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
44131         rule.
44132         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
44133         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
44134         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
44135         rule.
44136         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
44137         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
44138         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
44139         [generic bits/ioctls.h] (common-generated): Do not append to
44140         variable.
44141         [generic sys/syscall.h] (syscall.h): Remove variable.
44142         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
44143         rule.
44144         [generic sys/syscall.h] (before-compile): Do not append to
44145         variable.
44146         [generic sys/syscall.h] (common-generated): Likewise.
44147         * sysdeps/unix/errnos-tmpl.c: Remove file.
44148         * sysdeps/unix/errnos.awk: Likewise.
44149         * sysdeps/unix/ioctls-tmpl.c: Likewise.
44150         * sysdeps/unix/ioctls.awk: Likewise.
44151         * sysdeps/unix/mk-local_lim.c: Likewise.
44152         * sysdeps/unix/snarf-ioctls: Likewise.
44153
44154 2012-03-19  Richard Henderson  <rth@twiddle.net>
44155
44156         * sysdeps/i386/fpu/fenv_private.h: New file.
44157         * sysdeps/i386/fpu/math_private.h: Use it.
44158         (math_opt_barrier, math_force_eval): Remove.
44159         (libc_feholdexcept_setround_53bit): Remove.
44160         (libc_feupdateenv_53bit): Remove.
44161         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44162         (math_opt_barrier, math_force_eval): Remove.
44163         (libc_feholdexcept): Remove.
44164         (libc_feholdexcept_setround): Remove.
44165         (libc_fetestexcept, libc_fesetenv): Remove.
44166         (libc_feupdateenv_test): Remove.
44167         (libc_feupdateenv, libc_feholdsetround): Remove.
44168         (libc_feresetround): Remove.
44169
44170         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
44171         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
44172
44173         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
44174         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
44175         (libc_feupdateenv_testl): New.
44176         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
44177         (libc_feupdateenv_testf): New.
44178         (libc_feupdateenv): Use libc_feupdateenv_test.
44179         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
44180         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
44181
44182         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
44183         (libc_feholdsetroundf, libc_feholdsetroundl): New.
44184         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
44185         (libc_feresetround_noex): New.
44186         (libc_feresetround_noexf): New.
44187         (libc_feresetround_noexl): New.
44188         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
44189         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
44190         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
44191         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
44192         SET_RESTORE_ROUND.
44193         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
44194         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
44195         (__cos): Likewise.
44196         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
44197         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
44198         SET_RESTORE_ROUND_NOEX.
44199         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
44200         SET_RESTORE_ROUND_NOEXF.
44201         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
44202         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
44203         (libc_feholdsetroundf): New.
44204         (libc_feresetround, libc_feresetroundf): New.
44205
44206         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
44207         (libc_feholdexcept_setround_53bit): Convert from macro to function.
44208         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
44209
44210         * sysdeps/generic/math_private.h: Include <fenv.h>.
44211         (default_libc_feholdexcept): New.
44212         (default_libc_feholdexcept_setround): New.
44213         (default_libc_fesetenv, default_libc_feupdateenv): New.
44214         (libc_feholdexcept): Only define if undefined.
44215         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
44216         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
44217         (libc_feholdexcept_setroundl): Likewise.
44218         (libc_feholdexcept_setround_53bit): Likewise.
44219         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
44220         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
44221         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
44222         (libc_feupdateenv_53bit): Likewise.
44223         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
44224         (libc_feholdexcept): Convert from macro to inline function.
44225         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
44226         (libc_fesetenv, libc_feupdateenv): Likewise.
44227
44228         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
44229         not previously defined.
44230         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
44231         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
44232         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
44233         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
44234         * sysdeps/ieee754/flt-32/math_private.h: New file.
44235         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
44236         math_private.h below SET_FLOAT_WORD.
44237         (__isnan, __isinf_ns, __finite): Remove.
44238         (__isnanf, __isinf_nsf, __finitef): Remove.
44239
44240 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
44241
44242         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44243
44244 2012-03-17  David S. Miller  <davem@davemloft.net>
44245
44246         [BZ #6471]
44247         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
44248         for 2.16.
44249
44250 2012-03-16  David S. Miller  <davem@davemloft.net>
44251
44252         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
44253         warnings.
44254
44255         [BZ #6471]
44256         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
44257         properly.
44258         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
44259         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
44260         sysdep_routines when subdir is sysvipc.
44261         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
44262         __getshmlba helper.
44263
44264         * sysdeps/sparc/fpu/libm-test/ulps: Update.
44265
44266 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44267
44268         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
44269         [__LP64__].
44270
44271 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44272
44273         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
44274         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
44275         (__lround): Renamed to ...
44276         (__llround): This.  Replace long int with long long int.
44277         Define lround functions as aliases of llround functions.
44278         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
44279
44280 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44281
44282         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
44283         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
44284         adresses to uintptr_t.  Replace "long int" and "unsigned long
44285         int" with "greg_t" on va_arg.
44286
44287 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44288
44289         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
44290         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
44291
44292         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
44293         Move e_machine check before EI_CLASS check.  Handle x32
44294         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
44295         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
44296         SKIP_EM_IA_64 and include
44297         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
44298
44299         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
44300         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
44301         (add_system_dir): New macro.
44302
44303         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
44304         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
44305
44306 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44307
44308         [BZ #2551]
44309         [BZ #2552]
44310         [BZ #2553]
44311         [BZ #2554]
44312         [BZ #2562]
44313         [BZ #2563]
44314         [BZ #2565]
44315         [BZ #2566]
44316         [BZ #2576]
44317         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
44318         (y0): Likewise.
44319         * math/w_j0f.c (j0f): Likewise.
44320         (y0f): Likewise.
44321         * math/w_j0l.c (__j0l): Likewise.
44322         (__y0l): Likewise.
44323         * math/w_j1.c (j1): Likewise.
44324         (y1): Likewise.
44325         * math/w_j1f.c (j1f): Likewise.
44326         (y1f): Likewise.
44327         * math/w_j1l.c (__j1l): Likewise.
44328         (__y1l): Likewise.
44329         * math/w_jn.c (jn): Likewise.
44330         (yn): Likewise.
44331         * math/w_jnf.c (jnf): Likewise.
44332         (ynf): Likewise.
44333         * math/w_jnl.c (__jnl): Likewise.
44334         (__ynl): Likewise.
44335         * math/libm-test.inc (j0_test): Add more tests.
44336         (j1_test): Likewise.
44337         (jn_test): Likewise.  Add trailing semicolon to existing test.
44338         (y0_test): Likewise.
44339         (y1_test): Likewise.
44340         * sysdeps/i386/fpu/libm-test-ulps: Update.
44341         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44342
44343         [BZ #13851]
44344         [BZ #13854]
44345         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
44346         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
44347         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
44348         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
44349         (__tanl): Set errno for infinite argument.
44350         * sysdeps/i386/fpu/mptan.c: Remove.
44351         * sysdeps/i386/fpu/s_tan.S: Likewise.
44352         * sysdeps/i386/fpu/s_tanl.S: Likewise.
44353         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
44354         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
44355         * math/libm-test.inc (tan_test): Add more tests and enable more
44356         tests for double and long double.
44357         * sysdeps/i386/fpu/libm-test-ulps: Update.
44358         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44359
44360 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
44361
44362         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
44363         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
44364
44365 2012-03-16  Roland McGrath  <roland@hack.frob.com>
44366
44367         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
44368         * configure.in: Use it for both main tree and add-ons.
44369         * configure: Regenerated.
44370
44371 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44372
44373         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
44374
44375 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44376
44377         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
44378         in comment.
44379
44380         [BZ #13851]
44381         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
44382         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
44383         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
44384         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
44385         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
44386         infinite argument.
44387         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
44388         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
44389         != 0 for prec == 2.
44390         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
44391         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
44392         * sysdeps/i386/fpu/s_cosl.S: Likewise.
44393         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
44394         * sysdeps/i386/fpu/s_sinl.S: Likewise.
44395         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
44396         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
44397         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
44398         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
44399         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
44400         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
44401         * math/libm-test.inc (cos_test): Add more tests and enable more
44402         tests for long double.
44403         (sin_test): Likewise.
44404         (sincos_test): Likewise.
44405         * sysdeps/i386/fpu/libm-test-ulps: Update.
44406         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44407
44408 2012-03-16  David S. Miller  <davem@davemloft.net>
44409
44410         * sysdeps/sparc/fpu/math_private.h: New file.
44411
44412 2012-03-15  David S. Miller  <davem@davemloft.net>
44413
44414         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
44415         file.
44416         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
44417         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
44418         file.
44419         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
44420         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
44421         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
44422         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
44423         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
44424         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
44425         sysdep routines.
44426         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44427
44428         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
44429         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
44430
44431         * sysdeps/sparc/sparc-ifunc.h: New file.
44432         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
44433         sparc-ifunc.h
44434         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
44435         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
44436         Likewise.
44437         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
44438         Likewise.
44439         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
44440         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
44441         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44442         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
44443         Likewise.
44444         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44445         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
44446         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44447         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
44448         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
44449         Likewise.
44450         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
44451         Likewise.
44452         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44453         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
44454         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
44455         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
44456         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
44457         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
44458         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
44459         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
44460         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
44461         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
44462         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
44463         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
44464         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
44465         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
44466         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
44467         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
44468         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
44469         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
44470         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
44471         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
44472         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
44473         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
44474         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
44475         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
44476
44477 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44478
44479         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
44480         scaling.
44481         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44482
44483 2012-03-15  Andreas Jaeger  <aj@suse.de>
44484
44485         [BZ #13852]
44486         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
44487         ieee754/flt-32 implementation for sin, cos and sincos.
44488         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
44489         * sysdeps/i386/fpu/s_cosf.S: Likewise.
44490         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
44491         * sysdeps/i386/fpu/s_sinf.S: Likewise.
44492         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
44493         ieee754/flt-32 implementation for tan.
44494
44495         * math/libm-test.inc (cos_test): Enable some large input tests for
44496         float as well
44497         (sin_test): Likewise.
44498         (sincos_test): Likewise.
44499         (tan_test): Add tests for large input.
44500
44501         * sysdeps/i386/fpu/libm-test-ulps: Update.
44502
44503 2012-03-15  Andreas Jaeger  <aj@suse.de>
44504
44505         [BZ #13658]
44506         * math/libm-test.inc (cos_test): Add more test cases.
44507         (sin_test): Likewise.
44508         (sincos_test): Likewise.
44509
44510 2012-03-15  Andreas Jaeger  <aj@suse.de>
44511
44512         [BZ #13837]
44513         * math/libm-test.inc (cos_test): Add a test case for large input
44514         value.
44515         (sin_test): Likewise.
44516         (sincos_test): Likewise.
44517
44518 2012-03-15  Andreas Jaeger  <aj@suse.de>
44519             Joseph Myers  <joseph@codesourcery.com>
44520
44521         [BZ #13658]
44522         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
44523         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
44524         * sysdeps/i386/fpu/branred.c: Likewise.
44525         * sysdeps/i386/fpu/dosincos.c: Likewise.
44526         * sysdeps/i386/fpu/mpa.c: Likewise.
44527         * sysdeps/i386/fpu/s_cos.S: Likewise.
44528         * sysdeps/i386/fpu/s_sin.S: Likewise.
44529         * sysdeps/i386/fpu/s_sincos.S: Likewise.
44530         * sysdeps/i386/fpu/sincos32.c: Likewise.
44531
44532         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
44533         Define.
44534         (libc_feupdateenv_53bit): Define.
44535         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
44536         Define.
44537         (libc_feupdateenv_53bit): Define.
44538
44539         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
44540         53 bit (without extend i386 double precision).
44541
44542         * math/libm-test.inc (sincos_test): Add tests for large input.
44543         (sin): Likewise.
44544         (cos): Likewise.
44545
44546         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
44547
44548 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44549
44550         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44551
44552 2012-03-15  David S. Miller  <davem@davemloft.net>
44553
44554         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
44555         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
44556         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
44557         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
44558         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
44559         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
44560         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
44561         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
44562         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
44563         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
44564         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
44565         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
44566         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
44567         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
44568         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
44569         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
44570         file.
44571         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
44572         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
44573         file.
44574         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
44575         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
44576         file.
44577         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
44578         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
44579         file.
44580         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
44581         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
44582         fmin/fmax sysdep routines.
44583         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44584
44585 2012-03-14  David S. Miller  <davem@davemloft.net>
44586
44587         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
44588         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
44589         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
44590         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
44591         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
44592         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
44593         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
44594         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
44595         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
44596         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
44597         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
44598         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
44599         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
44600         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
44601         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
44602         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
44603         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
44604         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
44605         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
44606         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
44607         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
44608         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
44609         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
44610         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
44611         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
44612         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
44613         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
44614         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
44615         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
44616         routines.
44617         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44618         file.
44619         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
44620         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44621         file.
44622         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
44623         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44624         file.
44625         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
44626         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44627         file.
44628         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
44629         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44630         file.
44631         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
44632         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44633         file.
44634         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44635         file.
44636         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44637         file.
44638         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44639         file.
44640         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44641         New file.
44642         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44643         file.
44644         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44645         file.
44646         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
44647         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44648         file.
44649         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
44650         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44651         file.
44652         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
44653         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44654         file.
44655         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
44656         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44657         VIS3 routines.
44658
44659         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44660         New file.
44661
44662         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44663
44664         * sysdeps/sparc/configure.in: New file.
44665         * sysdeps/sparc/configure: Generate.
44666         * configure.in (libc_cv_sparc_as_vis3): Substitute.
44667         * configure: Regenerate.
44668         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44669         * config.make.in (have-as-vis3): New.
44670         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44671         available use -Av9d instead of -Av9a.
44672         * sysdeps/sparc/sparc64/Makefile: Likewise.
44673         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
44674         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44675         New file.
44676         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44677         file.
44678         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44679         New file.
44680         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44681         file.
44682         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44683         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44684         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44685         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44686         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44687
44688         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44689         fzeros/fnegs to load 0x80000000 into a float register instead of
44690         using the stack.
44691         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44692
44693 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44694
44695         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44696         bits/syscall.h.
44697         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44698         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44699         ($(inst_includedir)/bits/syscall.h): Remove rule.
44700         ($(objpfx)bits/syscall.d): Include instead of
44701         $(objpfx)syscall-list.d.
44702         (generated): Change syscall-list.h and syscall-list.d to
44703         bits/syscall.h and bits/syscall.d.
44704
44705 2012-03-14  Roland McGrath  <roland@hack.frob.com>
44706
44707         [BZ #13846]
44708         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44709
44710 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44711
44712         [BZ #13841]
44713         * math/s_csqrt.c: Include <float.h>.
44714         (__csqrt): Scale large or subnormal inputs.
44715         * math/s_csqrtf.c: Likewise.
44716         * math/s_csqrtl.c: Likewise.
44717         * math/libm-test.inc (csqrt_test): Add more tests.
44718         * sysdeps/i386/fpu/libm-test-ulps: Update.
44719         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44720
44721         [BZ #13840]
44722         * math/libm-test.inc (hypot_test): Add more tests.
44723
44724 2012-03-13  David S. Miller  <davem@davemloft.net>
44725
44726         [BZ #13840]
44727         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44728         double-precision for the calculation instead of scaling.
44729
44730 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
44731
44732         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44733         manipulate bits before adding and subtracting TWO52[sx].
44734         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44735         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44736         Likewise.
44737         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44738
44739 2012-03-13  David S. Miller  <davem@davemloft.net>
44740
44741         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44742         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44743         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44744         rtld-global-offsets.h
44745         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44746
44747         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44748         large parameters.
44749
44750         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44751
44752         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44753         'err' in the ifdef scope in which it is actually used.
44754
44755         * nss/nss_db/db-init.c: Include string.h
44756
44757 2012-03-12  David S. Miller  <davem@davemloft.net>
44758
44759         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44760         masking out of the most significant byte of random value used.
44761         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44762         Fix coding style in previous change.
44763
44764         * sysdeps/unix/sysv/linux/kernel-features.h
44765         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44766         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44767         expression.
44768         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44769         later.
44770
44771 2012-03-11  David S. Miller  <davem@davemloft.net>
44772
44773         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44774         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44775         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44776         for 'resultvar' otherwise things get truncated on 64-bit.
44777
44778         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44779         Fix masking out of the most significant byte of random value used.
44780
44781         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44782
44783 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
44784
44785         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44786
44787 2012-03-09  David S. Miller  <davem@davemloft.net>
44788
44789         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44790         variables with appropriate CPP guards.
44791         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44792         from the frame pointer, not the stack pointer.  Correct layout
44793         comments.  Fix test on resulting framesize and the management of
44794         the outregs buffer for pltexit.  Preserve floating point return
44795         values across _dl_call_pltexit call.
44796         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44797         framesize and the management of the outregs buffer for pltexit.
44798         Preserve floating point return values across _dl_call_pltexit
44799         call.
44800         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44801         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44802         (la_sparc64_gnu_pltexit): New functions.
44803         (print_exit): Fix format string for return register value.
44804
44805 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
44806
44807         * sunrpc/Makefile (others): Add rpcgen.
44808         ($(objpfx)rpcgen): Remove special build rule and dependency on
44809         libc.
44810         * sunrpc/rpcgen.c: New file.
44811
44812 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
44813
44814         [BZ #13673]
44815         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44816         * stdio-common/bug-vfprintf-nargs.c: Likewise.
44817         * sysdeps/i386/crti.S: Likewise.
44818         * sysdeps/i386/crtn.S: Likewise.
44819         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44820         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44821         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44822         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44823         * sysdeps/sh/crti.S: Likewise.
44824         * sysdeps/sh/crtn.S: Likewise.
44825         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44826
44827         [BZ #13673]
44828         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44829         with URL.
44830         * locale/programs/locfile-kw.gperf: Likewise.
44831         * locale/programs/charmap-kw.h: Regenerated.
44832         * locale/programs/locfile-kw.h: Likewise.
44833
44834         [BZ #13673]
44835         * intl/plural.y: Replace FSF snail mail address with URL.
44836         * intl/plural.c: Regenerated.
44837
44838 2012-03-09  Richard Henderson  <rth@twiddle.net>
44839
44840         * include/math_private.h: Remove file.
44841         * math/math_private.h: Move file ...
44842         * sysdeps/generic/math_private.h: ... here.
44843
44844         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44845         * sysdeps/powerpc/fpu/math_private.h: Likewise.
44846         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44847
44848         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
44849         and <math_private.h>.
44850         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44851         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44852         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44853         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44854         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44855         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44856         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44857         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44858         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44859         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44860         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44861         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44862         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44863         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44864         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44865         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44866         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44867         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44868         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44869         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44870         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44871         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44872         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44873         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44874         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44875         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44876         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44877         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44878         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44879         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44880         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44881         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44882         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44883         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44884         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44885         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44886         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44887         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44888         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44889         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44890         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44891         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44892         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44893         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44894         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44895         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44896         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44897         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44898         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44899         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44900         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44901         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44902         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44903         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44904         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44905         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44906         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44907         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44908         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44909         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44910         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44911         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44912         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44913         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44914         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44915         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44916         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44917         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44918         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44919         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44920         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44921         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44922         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44923         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44924         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44925         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44926         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44927         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44928         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44929         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44930         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44931         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44932         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44933         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44934         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44935         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44936         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44937         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44938         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44939         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44940         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44941         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44942         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44943         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44944         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44945         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44946         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44947         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44948         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44949         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44950         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44951         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44952         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44953         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44954         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44955         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44956         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44957         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44958         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44959         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44960         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44961         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44962         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44963         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44964         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44965         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44966         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44967         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44968         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44969         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44970         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44971         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44972         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44973         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44974         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44975         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44976         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44977         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44978         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44979         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44980         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44981         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44982         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44983         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44984         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44985         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44986         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44987         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44988         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44989         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44990         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44991         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44992         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44993         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
44994         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
44995         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44996         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44997         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44998         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
44999         * sysdeps/ieee754/k_standard.c: Likewise.
45000         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
45001         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
45002         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
45003         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
45004         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
45005         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
45006         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
45007         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
45008         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
45009         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
45010         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45011         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
45012         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
45013         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
45014         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
45015         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
45016         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
45017         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
45018         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
45019         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
45020         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
45021         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
45022         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
45023         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
45024         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
45025         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
45026         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
45027         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
45028         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
45029         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
45030         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
45031         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
45032         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
45033         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
45034         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
45035         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
45036         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
45037         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
45038         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
45039         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
45040         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
45041         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
45042         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
45043         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
45044         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
45045         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
45046         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
45047         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
45048         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
45049         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
45050         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
45051         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
45052         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
45053         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
45054         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
45055         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
45056         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
45057         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
45058         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
45059         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
45060         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
45061         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
45062         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
45063         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
45064         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
45065         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
45066         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
45067         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
45068         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
45069         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
45070         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
45071         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
45072         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
45073         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
45074         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
45075         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
45076         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
45077         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
45078         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45079         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
45080         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
45081         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
45082         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
45083         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
45084         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
45085         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
45086         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
45087         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
45088         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
45089         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
45090         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
45091         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
45092         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
45093         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
45094         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
45095         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
45096         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
45097         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
45098         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
45099         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
45100         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
45101         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
45102         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
45103         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
45104         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
45105         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
45106         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
45107         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
45108         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
45109         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
45110         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
45111         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
45112         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
45113         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
45114         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
45115         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45116         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
45117         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45118         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45119         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
45120         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45121         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
45122         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
45123         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
45124         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45125         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
45126         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
45127         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
45128         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
45129         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
45130         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
45131         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
45132         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
45133         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
45134         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
45135         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
45136         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
45137         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
45138         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
45139         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
45140         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
45141         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
45142         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
45143         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
45144         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
45145         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
45146         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
45147         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
45148         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
45149         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
45150         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
45151         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45152         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
45153         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
45154         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
45155         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
45156         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
45157         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
45158         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
45159         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
45160         * sysdeps/ieee754/s_lib_version.c: Likewise.
45161         * sysdeps/ieee754/s_matherr.c: Likewise.
45162         * sysdeps/ieee754/s_signgam.c: Likewise.
45163         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
45164         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
45165         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
45166         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
45167         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
45168         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
45169         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
45170         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
45171         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
45172         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
45173         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
45174         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
45175         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
45176         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
45177         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
45178         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
45179         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
45180         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
45181         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
45182         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
45183         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
45184
45185 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45186
45187         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
45188         * sunrpc/rpc_main.c: Likewise.
45189         * sunrpc/rpc_svcout.c: Likewise.
45190
45191 2012-03-09  David S. Miller  <davem@davemloft.net>
45192
45193         * include/math_private.h: New file.
45194
45195 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45196
45197         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
45198         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
45199         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
45200         from <bits/socket_type.h>.
45201         (enum __socket_type): Don't define here.
45202         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
45203         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45204         bits/socket_type.h.
45205
45206         [BZ #13566]
45207         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
45208         checking __USE_GNU.
45209
45210         * Makerules ($(inst_includedir)/%.h): New rule.
45211         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
45212         (install-others): Remove variable setting.
45213         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
45214
45215 2012-03-08  Richard Henderson  <rth@twiddle.net>
45216
45217         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
45218         from macro to inline function; merge with the
45219         !__LIBC_INTERNAL_MATH_INLINES version.
45220         (__ieee754_sqrtf): Likewise.
45221
45222         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
45223         to inline function.
45224         (__rintf, __floor, __floorf): Likewise.
45225
45226         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
45227         macro to inline function.
45228         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
45229
45230         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
45231         not <math/math_private.h>.
45232
45233 2012-03-08  David S. Miller  <davem@davemloft.net>
45234
45235         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
45236         copyright year.
45237         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
45238
45239 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
45240
45241         * resolv/gai_misc.c (handle_requests): Fix struct timespec
45242         normalization.
45243         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
45244         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
45245
45246 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
45247
45248         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
45249         be defined individually, they must be defined as a block.  Define
45250         S for printing a string instead of hidint the different by using a
45251         macro for adding the 'l'.
45252         * stdio-common/tst-fphex-wide.c: Adjust.
45253
45254 2012-03-07  Marek Polacek  <polacek@redhat.com>
45255
45256         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
45257
45258 2012-03-08  Marek Polacek  <polacek@redhat.com>
45259
45260         [BZ #13806]
45261         * stdio-common/Makefile (tests): Add tst-fphex-wide.
45262         * stdio-common/tst-fphex.c: Define a few macros to make the
45263         test reusable.  Use them.
45264         * stdio-common/tst-fphex-wide.c: New file.
45265
45266 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
45267
45268         [BZ #6911]
45269         * manual/macros.texi (gnusystems): New macro.
45270         (nongnusystems): Likewise.
45271         (gnulinuxhurdsystems): Likewise.
45272         (gnuhurdsystems): Likewise..
45273         (gnulinuxsystems): Likewise.
45274         * manual/charset.texi: Use new macros or @theglibc{} to refer to
45275         variants of the GNU system, not "GNU system".
45276         * manual/conf.texi: Likewise.
45277         * manual/errno.texi: Likewise.  Update example of errno macro
45278         expansion.
45279         * manual/filesys.texi: Likewise.
45280         (getumask): Document as specific to GNU/Hurd.
45281         * manual/install.texi: Likewise.  Reword some references to
45282         GNU/Linux.
45283         * manual/intro.texi: Likewise.
45284         * manual/io.texi: Likewise.
45285         (File Name Portability): Detail which constraints are inapplicable
45286         to all GNU systems and which are only inapplicable to GNU/Hurd.
45287         * manual/job.texi: Likewise.
45288         * manual/llio.texi: Likewise.
45289         (O_NOCTTY): Document as present on GNU/Linux.
45290         * manual/maint.texi: Likewise.
45291         * manual/memory.texi: Likewise.
45292         * manual/pattern.texi: Likewise.
45293         * manual/pipe.texi: Likewise.
45294         * manual/process.texi: Likewise.
45295         * manual/resource.texi: Likewise.
45296         (RUSAGE_CHILDREN): Remove statement about specifying a particular
45297         child on GNU/Hurd.
45298         * manual/setjmp.texi: Likewise.
45299         * manual/signal.texi: Likewise.
45300         * manual/startup.texi: Likewise.
45301         * manual/stdio.texi: Likewise.
45302         * manual/terminal.texi: Likewise.
45303         (ONLCR): Document as POSIX.
45304         (OXTABS): Document availability on GNU/Linux as XTABS.
45305         (ONOEOT): Document availability separately from other bits.
45306         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
45307         * manual/time.texi: Likewise.
45308         * manual/users.texi: Likewise.
45309         * INSTALL: Regenerated.
45310         * sysdeps/gnu/errlist.c: Regenerated.
45311
45312         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
45313         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
45314         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
45315         puts.
45316         * configure: Regenerated.
45317
45318 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
45319
45320         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
45321         default includes instead of AC_HEADER_CHECK.
45322         * sysdeps/i386/configure: Regenerated.
45323
45324         [BZ #10716]
45325         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
45326         * math/s_cacoshf.c (__cacoshf): Likewise.
45327         * math/s_cacoshl.c (__cacoshl): Likewise.
45328         * math/s_casinh.c (__casinh): Set signs of result from argument.
45329         * math/s_casinhf.c (__casinhf): Likewise.
45330         * math/s_casinhl.c (__casinhl): Likewise.
45331         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
45332         (casinh_test): Add more tests.
45333         * sysdeps/i386/fpu/libm-test-ulps: Update.
45334         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45335
45336 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
45337
45338         * po/zh_TW.po: Update from translation team.
45339
45340         * login/Makefile (distribute): Remove variable.
45341         * catgets/Makefile: Likewise.
45342         * mach/Makefile: Likewise.
45343         * malloc/Makefile: Likewise.
45344         * misc/Makefile: Likewise.
45345         * iconv/Makefile: Likewise.
45346         * nscd/Makefile: Likewise.
45347         * hurd/Makefile: Likewise.
45348         * manual/Makefile: Likewise.
45349         * locale/Makefile: Likewise.
45350         * intl/Makefile: Likewise.
45351         * conform/Makefile: Likewise.
45352         * nss/Makefile: Likewise.
45353         * time/Makefile: Likewise.
45354         * soft-fp/Makefile: Likewise.
45355         * dirent/Makefile: Likewise.
45356         * gmon/Makefile: Likewise.
45357         * po/Makefile: Likewise.
45358         * rt/Makefile: Likewise.
45359         * socket/Makefile: Likewise.
45360         * math/Makefile: Likewise.
45361         * signal/Makefile: Likewise.
45362         * debug/Makefile: Likewise.
45363         * elf/Makefile: Likewise.
45364         * timezone/Makefile: Likewise.
45365         * stdlib/Makefile: Likewise.
45366         * iconvdata/Makefile: Likewise.
45367         * sunrpc/Makefile: Likewise.
45368         * io/Makefile: Likewise.
45369         * argp/Makefile: Likewise.
45370         * inet/Makefile: Likewise.
45371         * hesiod/Makefile: Likewise.
45372         * grp/Makefile: Likewise.
45373         * csu/Makefile: Likewise.
45374         * wctype/Makefile: Likewise.
45375         * crypt/Makefile: Likewise.
45376         * libio/Makefile: Likewise.
45377         * string/Makefile: Likewise.
45378         * nis/Makefile: Likewise.
45379         * resolv/Makefile: Likewise.
45380         * stdio-common/Makefile: Likewise.
45381         * wcsmbs/Makefile: Likewise.
45382         * dlfcn/Makefile: Likewise.
45383         * posix/Makefile: Likewise.
45384
45385         [BZ #6959]
45386         * timezone/Makefile: Don't install timezone files, just the programs
45387         and scripts.
45388
45389 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
45390
45391         * nss/databases.def: Add missing gshadow entry.
45392
45393         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
45394
45395 2012-03-06  Marek Polacek  <polacek@redhat.com>
45396
45397         [BZ #13726]
45398         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
45399         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
45400         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
45401         * stdio-common/tst-long-dbl-fphex.c: New file.
45402
45403 2012-03-06  David S. Miller  <davem@davemloft.net>
45404
45405         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45406         (set_obp_int): New function.
45407         (get_obp_int): New function.
45408         (__get_clockfreq_via_dev_openprom): Likewise.
45409         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
45410         Avoid unused variable warnings on 'val' and use builtin_expect.
45411         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
45412         __builtin_expect.
45413         (INLINE_CLONE_SYSCALL): Likewise.
45414
45415 2012-03-05  David S. Miller  <davem@davemloft.net>
45416
45417         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45418
45419 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
45420
45421         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45422
45423         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
45424         only for |x| >= 40.
45425         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45426
45427 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
45428
45429         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
45430         Replace gettimeofday with __vdso_gettimeofday.
45431
45432         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45433         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
45434         __vdso_clock_gettime and __vdso_getcpu.
45435
45436         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
45437         time with __vdso_time.
45438
45439 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45440
45441         * manual/lang.texi (size_t): Note types to which size_t may be
45442         equivalent with the GNU C Library, but do not describe when
45443         differences between them are significant.
45444
45445 2012-03-05  Andreas Jaeger  <aj@suse.de>
45446
45447         * sysdeps/i386/fpu/libm-test-ulps: Update.
45448
45449 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45450
45451         [BZ #3976]
45452         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
45453         (__ieee754_pow): Save and restore rounding mode and use
45454         round-to-nearest for main computations.
45455         * math/libm-test.inc (pow_test_tonearest): New function.
45456         (pow_test_towardzero): Likewise.
45457         (pow_test_downward): Likewise.
45458         (pow_test_upward): Likewise.
45459         (main): Call the new functions.
45460         * sysdeps/i386/fpu/libm-test-ulps: Update.
45461         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45462
45463         [BZ #3976]
45464         * math/libm-test.inc (cosh_test_tonearest): New function.
45465         (cosh_test_towardzero): Likewise.
45466         (cosh_test_downward): Likewise.
45467         (cosh_test_upward): Likewise.
45468         (sinh_test_tonearest): Likewise.
45469         (sinh_test_towardzero): Likewise.
45470         (sinh_test_downward): Likewise.
45471         (sinh_test_upward): Likewise.
45472         (main): Call the new functions.
45473         * sysdeps/i386/fpu/libm-test-ulps: Update.
45474         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45475
45476 2012-03-05  Tom de Vries  <tom@codesourcery.com>
45477
45478         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
45479         default stack guard is set in last bytes.
45480         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
45481
45482 2012-03-05  Kees Cook  <keescook@chromium.org>
45483
45484         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
45485
45486         [BZ #13656]
45487         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
45488         possibly allocate from heap instead of stack.
45489         * stdio-common/bug-vfprintf-nargs.c: New file.
45490         * stdio-common/Makefile (tests): Add nargs overflow test.
45491
45492 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
45493
45494         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45495
45496 2012-03-03  Marek Polacek  <polacek@redhat.com>
45497
45498         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
45499         * math/math_private.h: Likewise.
45500         * stdlib/tst-strtod.c: Likewise.
45501         * sysdeps/i386/i486/bits/atomic.h: Likewise.
45502         * sysdeps/x86_64/bits/atomic.h: Likewise.
45503
45504 2012-03-02  David S. Miller  <davem@davemloft.net>
45505
45506         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
45507         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
45508         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
45509         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
45510         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
45511         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
45512         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
45513         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
45514
45515 2012-03-02  Roland McGrath  <roland@hack.frob.com>
45516
45517         [BZ #13792]
45518         * manual/examples/README: New file, says the example source files
45519         can be used under GPL>=2.
45520         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
45521         line containing just "*/".
45522         * manual/examples/add.c: Add copyright header (GPL>=2).
45523         * manual/examples/argp-ex1.c: Likewise.
45524         * manual/examples/argp-ex2.c: Likewise.
45525         * manual/examples/argp-ex3.c: Likewise.
45526         * manual/examples/argp-ex4.c: Likewise.
45527         * manual/examples/atexit.c: Likewise.
45528         * manual/examples/db.c: Likewise.
45529         * manual/examples/dir.c: Likewise.
45530         * manual/examples/dir2.c: Likewise.
45531         * manual/examples/execinfo.c: Likewise.
45532         * manual/examples/filecli.c: Likewise.
45533         * manual/examples/filesrv.c: Likewise.
45534         * manual/examples/fmtmsgexpl.c: Likewise.
45535         * manual/examples/genpass.c: Likewise.
45536         * manual/examples/inetcli.c: Likewise.
45537         * manual/examples/inetsrv.c: Likewise.
45538         * manual/examples/isockad.c: Likewise.
45539         * manual/examples/longopt.c: Likewise.
45540         * manual/examples/memopen.c: Likewise.
45541         * manual/examples/memstrm.c: Likewise.
45542         * manual/examples/mkfsock.c: Likewise.
45543         * manual/examples/mkisock.c: Likewise.
45544         * manual/examples/mygetpass.c: Likewise.
45545         * manual/examples/pipe.c: Likewise.
45546         * manual/examples/popen.c: Likewise.
45547         * manual/examples/rprintf.c: Likewise.
45548         * manual/examples/search.c: Likewise.
45549         * manual/examples/select.c: Likewise.
45550         * manual/examples/setjmp.c: Likewise.
45551         * manual/examples/sigh1.c: Likewise.
45552         * manual/examples/sigusr.c: Likewise.
45553         * manual/examples/stpcpy.c: Likewise.
45554         * manual/examples/strdupa.c: Likewise.
45555         * manual/examples/strftim.c: Likewise.
45556         * manual/examples/strncat.c: Likewise.
45557         * manual/examples/subopt.c: Likewise.
45558         * manual/examples/swapcontext.c: Likewise.
45559         * manual/examples/termios.c: Likewise.
45560         * manual/examples/testopt.c: Likewise.
45561         * manual/examples/testpass.c: Likewise.
45562         * manual/examples/timeval_subtract.c: Likewise.
45563
45564         [BZ #13792]
45565         * manual/time.texi (Elapsed Time): Move timeval_subtract example
45566         function to ...
45567         * manual/timeval_subtract.c.texi: ... here, new file.
45568
45569 2012-03-02  David S. Miller  <davem@davemloft.net>
45570
45571         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
45572
45573 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
45574
45575         [BZ #3976]
45576         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
45577         (__sin): Save and restore rounding mode and use round-to-nearest
45578         for all computations.
45579         (__cos): Save and restore rounding mode and use round-to-nearest
45580         for all computations.
45581         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
45582         <fenv.h>.
45583         (tan): Save and restore rounding mode and use round-to-nearest for
45584         all computations.
45585         * math/libm-test.inc (cos_test_tonearest): New function.
45586         (cos_test_towardzero): Likewise.
45587         (cos_test_downward): Likewise.
45588         (cos_test_upward): Likewise.
45589         (sin_test_tonearest): Likewise.
45590         (sin_test_towardzero): Likewise.
45591         (sin_test_downward): Likewise.
45592         (sin_test_upward): Likewise.
45593         (tan_test_tonearest): Likewise.
45594         (tan_test_towardzero): Likewise.
45595         (tan_test_downward): Likewise.
45596         (tan_test_upward): Likewise.
45597         (main): Call the new functions.
45598         * sysdeps/i386/fpu/libm-test-ulps: Update.
45599         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45600
45601         [BZ #10135]
45602         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
45603         small n, then large n, before computing and testing k+n.
45604         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
45605         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
45606         Likewise.
45607         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
45608         Likewise.
45609         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
45610         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
45611         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
45612         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
45613         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
45614         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
45615         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
45616         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
45617         * math/libm-test.inc (scalbn_test): Add more tests.
45618         (scalbln_test): Likewise.
45619
45620         * manual/filesys.texi (mode_t): Describe constraints on size and
45621         signedness, not exact equivalence to a particular type.
45622         (ino_t): Likewise.
45623         (ino64_t): Likewise.
45624         (dev_t): Likewise.
45625         (nlink_t): Likewise.
45626         (blkcnt_t): Likewise.
45627         (blkcnt64_t): Likewise.
45628         * manual/llio.texi (off_t): Likewise.
45629
45630         [BZ #3976]
45631         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45632         (__ieee754_exp): Save and restore rounding mode and use
45633         round-to-nearest for all computations.
45634         * math/libm-test.inc (exp_test_tonearest): New function.
45635         (exp_test_towardzero): Likewise.
45636         (exp_test_downward): Likewise.
45637         (exp_test_upward): Likewise.
45638         (main): Call the new functions.
45639         * sysdeps/i386/fpu/libm-test-ulps: Update.
45640         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45641
45642 2012-03-01  Chris Demetriou  <cgd@google.com>
45643
45644         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45645         have predictable order.
45646
45647 2012-03-01  David S. Miller  <davem@davemloft.net>
45648
45649         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45650
45651         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45652         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45653         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45654         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45655
45656         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45657         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45658         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45659         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45660         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45661         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45662         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45663         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45664         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45665
45666         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45667
45668         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45669         * sysdeps/sparc/fpu/libm-test-ulps: to here.
45670         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45671
45672         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45673         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45674         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45675         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45676         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45677         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45678         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45679         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45680         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45681         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45682         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45683         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45684         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45685         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45686         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45687         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45688         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45689         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45690         * sysdeps/sparc/elf/configure: Regenerated.
45691
45692 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
45693
45694         * configure.in (AS, LD): Require binutils 2.20 or later.
45695         * configure: Regenerated.
45696         * manual/install.texi (Tools for Compilation): Give binutils 2.20
45697         as required minimum version.
45698         * INSTALL: Regenerated.
45699
45700         [BZ #2541]
45701         [BZ #4108]
45702         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45703         before squaring exponent.
45704         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45705         bottom long double and 27 bits of top long double before squaring
45706         exponent.
45707         * math/libm-test.inc (erfc_test): Add more tests.
45708         * sysdeps/i386/fpu/libm-test-ulps: Update.
45709         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45710         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45711
45712 2012-03-01  Kai Tietz  <ktietz@redhat.com>
45713
45714         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45715         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45716         containing bit-fields.
45717         * soft-fp/extended.h (_FP_UNION_E): Likewise.
45718         * soft-fp/single.h (_FP_UNION_S): Likewise.
45719         * soft-fp/double.h (_FP_UNION_D): Likewise.
45720
45721 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45722
45723         [BZ #13786]
45724         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45725         not include ../strcmp.S.
45726         [USE_AS_STRNCASECMP_L]: Likewise.
45727         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45728         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45729         * sysdeps/i386/i686/multiarch/strncase_l-c.c
45730         (__strncasecmp_l_ia32): Define as alias to
45731         __strncasecmp_l_nonascii.
45732
45733         [BZ #5794]
45734         * math/libm-test.inc (expm1_test): Add test for bug 5794.
45735         * sysdeps/i386/fpu/libm-test-ulps: Update.
45736         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45737
45738         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45739         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45740
45741 2012-02-29  Jeff Law  <law@redhat.com>
45742
45743         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45744         out of bounds read.
45745
45746 2012-02-29  Marek Polacek  <polacek@redhat.com>
45747
45748         [BZ #13706]
45749         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45750         * elf/Makefile: Add rules to run tst-unused-dep.out.
45751
45752 2012-02-28  David S. Miller  <davem@davemloft.net>
45753
45754         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45755         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45756         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45757         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45758         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45759         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45760
45761 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45762
45763         * math/libm-test.inc (llround_test): Move one test from
45764         lround_test.  Use TEST_f_L in moved test.
45765         (lround_test): Move misplaced test to llround_test.  Add testcase
45766         from bug 2561.
45767
45768 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
45769
45770         * sysdeps/x86_64/fpu/e_expf.S: New file.
45771         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45772
45773 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
45774
45775         [BZ #13637]
45776         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45777         of remain_len that may cause incomplete multi-byte character and
45778         false match.
45779         * posix/bug-regex33.c: New file.
45780         * posix/Makefile (tests): Add bug-regex33.
45781
45782 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
45783
45784         * manual/macros.texi: New file.
45785         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45786         * manual/libc.texinfo: Include macros.texi.
45787         * manual/creatute.texi: Likewise.
45788         * manual/install.texi: Likewise.
45789         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45790         @glibcadj{} in references to the GNU C Library.
45791         * manual/charset.texi: Likewise.
45792         * manual/conf.texi: Likewise.
45793         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
45794         when not using those macros.
45795         * manual/creature.texi: Likewise.
45796         * manual/crypt.texi: Likewise.
45797         * manual/errno.texi: Likewise.
45798         * manual/filesys.texi: Likewise.
45799         * manual/header.texi: Likewise.
45800         * manual/install.texi: Likewise.
45801         * manual/intro.texi: Likewise.
45802         * manual/io.texi: Likewise.
45803         * manual/job.texi: Likewise.
45804         * manual/lang.texi: Likewise.
45805         * manual/libc.texiinfo: Likewise.
45806         * manual/llio.texi: Likewise.
45807         * manual/locale.texi: Likewise.
45808         * manual/maint.texi: Likewise.
45809         * manual/math.texi: Likewise.
45810         * manual/memory.texi: Likewise.
45811         * manual/message.texi: Likewise.
45812         * manual/nss.texi: Likewise.
45813         * manual/pattern.texi: Likewise.
45814         * manual/process.texi: Likewise.
45815         * manual/resource.texi: Likewise.
45816         * manual/search.texi: Likewise.
45817         * manual/setjmp.texi: Likewise.
45818         * manual/signal.texi: Likewise.
45819         * manual/socket.texi: Likewise.
45820         * manual/startup.texi: Likewise.
45821         * manual/stdio.texi: Likewise.
45822         * manual/string.texi: Likewise.
45823         * manual/sysinfo.texi: Likewise.
45824         * manual/syslog.texi: Likewise.
45825         * manual/terminal.texi: Likewise.
45826         * manual/time.texi: Likewise.
45827         * manual/users.texi: Likewise.
45828         * INSTALL: Regenerated.
45829         * NOTES: Regenerated.
45830         * sysdeps/gnu/errlist.c: Regenerated.
45831
45832 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
45833
45834         * include/dirent.h: Include <dirstream.h> before
45835         <dirent/dirent.h>.
45836
45837 2012-02-28  David S. Miller  <davem@davemloft.net>
45838
45839         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45840         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45841         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45842         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45843
45844 2012-02-27  David S. Miller  <davem@davemloft.net>
45845
45846         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45847         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45848         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45849         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45850
45851         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45852         frame pointer instead of stack pointer relative arg slot.
45853         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45854         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45855         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45856
45857 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
45858
45859         [BZ #3992]
45860         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45861
45862 2012-02-27  David S. Miller  <davem@davemloft.net>
45863
45864         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45865         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45866         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45867         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45868         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45869         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45870         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45871         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45872
45873 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45874
45875         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45876         later.  Allow versions 5-9.
45877         * configure: Regenerated.
45878         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45879         required minimum version and 4.6 as recommended version.  Do not
45880         mention bugs in GCC 2.7 and 2.8.
45881         * INSTALL: Regenerated.
45882
45883 2012-02-27  David S. Miller  <davem@davemloft.net>
45884
45885         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45886         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45887         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45888         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45889         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45890         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45891         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45892         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45893
45894         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45895         manipulate bits before adding and subtracting TWO112[sx].
45896         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45897
45898 2012-02-27  Roland McGrath  <roland@hack.frob.com>
45899
45900         [BZ #13775]
45901         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45902         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45903         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45904         being in POSIX, because they are in 1003.1-2008.
45905
45906         * rt/tst-aio.c: Include <fcntl.h>.
45907         * rt/tst-aio7.c: Likewise.
45908         * rt/tst-aio64.c: Likewise.
45909
45910         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45911
45912 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45913
45914         * manual/install.texi (--with-headers): Describe headers as
45915         interface headers, not private headers.
45916         (Specific advice for GNU/Linux systems): Describe use of headers
45917         from "make headers_install", not private headers from older
45918         kernels.
45919         * INSTALL: Regenerated.
45920         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45921         Change to 2.6.19.
45922         * sysdeps/unix/sysv/linux/configure: Regenerated.
45923
45924         * manual/llio.texi (fclean): Remove documentation.
45925
45926         * manual/Makefile (libc-texi-generated): New variable.  Include
45927         version.texi.
45928         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45929         $(libc-texi-generated), not duplicated list of files.
45930         (version.texi, stamp-version): New rules.
45931         (realclean): Remove $(libc-texi-generated), not individual files
45932         from that list.  Do not remove dir-add.texinfo.
45933         * manual/libc.texinfo: Comment out uses of edition numbers and
45934         references to printed manual.  Remove last-updated dates.
45935         (EDITION): Comment out.
45936         (ISBN): Likewise.
45937         (VERSION, UPDATED): Remove.
45938         (version.texi): Include.
45939
45940 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45941
45942         * sysdeps/posix/spawni.c: Include <signal.h>.
45943         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45944         * sysdeps/pthread/aio_fsync.c: Likewise.
45945
45946 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45947
45948         * conform/Makefile (tests): Run only when not cross-compiling and
45949         when fast-check is not defined.
45950
45951         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45952         * conform/data/limits.h-data: Fixes for POSIX2008.
45953         * conform/run-conformtest.sh: Run all tests.
45954         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45955         headers.
45956         * include/bits/dlfcn.h: Likewise.
45957         * include/langinfo.h: Likewise.
45958         * include/monetary.h: Likewise.
45959         * include/sys/poll.h: Likewise.
45960
45961         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45962         for __USE_GNU.
45963         * posix/spawn.h: Define __need_sigset_t.
45964         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45965         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45966         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45967         to get sigevent_t only.
45968         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45969         only for __USE_GNU.
45970         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45971         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45972         process_vm_writev only for __USE_GNU.
45973         * termios/termios.h: Declare tcgetsid also for POSIX2008.
45974
45975         * conform/Makefile: For now ignore errors from run-conformtest.
45976         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
45977         POSIX to avoid namespace pollution.  Don't prepend headers.
45978         * conform/data/aio.h-data: Fixes for POSIX testing.
45979         * conform/data/fcntl.h-data: Likewise.
45980         * conform/data/glob.h-data: Likewise.
45981         * conform/data/grp.h-data: Likewise.
45982         * conform/data/pthread.h-data: Likewise.
45983         * conform/data/pwd.h-data: Likewise.
45984         * conform/data/signal.h-data: Likewise.
45985         * conform/data/spawn.h-data: Likewise.
45986         * conform/data/stdio.h-data: Likewise.
45987         * conform/data/stdlib.h-data: Likewise.
45988         * conform/data/stropts.h-data: Likewise.
45989         * conform/data/sys/mman.h-data: Likewise.
45990         * conform/data/sys/stat.h-data: Likewise.
45991         * conform/data/sys/types.h-data: Likewise.
45992         * conform/data/sys/wait.h-data: Likewise.
45993         * conform/data/time.h-data: Likewise.
45994         * conform/data/unistd.h-data: Likewise.
45995         * conform/data/utime.h-data: Likewise.
45996
45997         * io/sys/stat.h: fchmod was always in POSIX.
45998         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
45999         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
46000         * rt/aio.h: Define __need_timespec before including <time.h>.
46001         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
46002         struct.  Add forward declaration of pthread_attr_t and use it in
46003         sigevent.
46004         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
46005         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
46006         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
46007         always remove CLK_TCK definition.
46008
46009 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
46010
46011         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
46012
46013 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
46014
46015         * conform/run-conformtest.sh: New file.
46016         * conform/Makefile: Run run-conformtest for tests.
46017         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
46018         support.
46019
46020         * conform/data/uchar.h-data: New file.
46021         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
46022         * conform/data/arpa/inet.h-data: Likewise.
46023         * conform/data/assert.h-data: Likewise.
46024         * conform/data/complex.h-data: Likewise.
46025         * conform/data/cpio.h-data: Likewise.
46026         * conform/data/ctype.h-data: Likewise.
46027         * conform/data/dirent.h-data: Likewise.
46028         * conform/data/dlfcn.h-data: Likewise.
46029         * conform/data/errno.h-data: Likewise.
46030         * conform/data/fcntl.h-data: Likewise.
46031         * conform/data/float.h-data: Likewise.
46032         * conform/data/fmtmsg.h-data: Likewise.
46033         * conform/data/fnmatch.h-data: Likewise.
46034         * conform/data/ftw.h-data: Likewise.
46035         * conform/data/glob.h-data: Likewise.
46036         * conform/data/grp.h-data: Likewise.
46037         * conform/data/iconv.h-data: Likewise.
46038         * conform/data/inttypes.h-data: Likewise.
46039         * conform/data/langinfo.h-data: Likewise.
46040         * conform/data/libgen.h-data: Likewise.
46041         * conform/data/limits.h-data: Likewise.
46042         * conform/data/locale.h-data: Likewise.
46043         * conform/data/math.h-data: Likewise.
46044         * conform/data/monetary.h-data: Likewise.
46045         * conform/data/mqueue.h-data: Likewise.
46046         * conform/data/ndbm.h-data: Likewise.
46047         * conform/data/net/if.h-data: Likewise.
46048         * conform/data/netdb.h-data: Likewise.
46049         * conform/data/netinet/in.h-data: Likewise.
46050         * conform/data/nl_types.h-data: Likewise.
46051         * conform/data/poll.h-data: Likewise.
46052         * conform/data/pthread.h-data: Likewise.
46053         * conform/data/pwd.h-data: Likewise.
46054         * conform/data/regex.h-data: Likewise.
46055         * conform/data/sched.h-data: Likewise.
46056         * conform/data/search.h-data: Likewise.
46057         * conform/data/semaphore.h-data: Likewise.
46058         * conform/data/setjmp.h-data: Likewise.
46059         * conform/data/signal.h-data: Likewise.
46060         * conform/data/spawn.h-data: Likewise.
46061         * conform/data/stdarg.h-data: Likewise.
46062         * conform/data/stdio.h-data: Likewise.
46063         * conform/data/stdlib.h-data: Likewise.
46064         * conform/data/string.h-data: Likewise.
46065         * conform/data/strings.h-data: Likewise.
46066         * conform/data/stropts.h-data: Likewise.
46067         * conform/data/sys/ipc.h-data: Likewise.
46068         * conform/data/sys/mman.h-data: Likewise.
46069         * conform/data/sys/msg.h-data: Likewise.
46070         * conform/data/sys/resource.h-data: Likewise.
46071         * conform/data/sys/select.h-data: Likewise.
46072         * conform/data/sys/sem.h-data: Likewise.
46073         * conform/data/sys/shm.h-data: Likewise.
46074         * conform/data/sys/socket.h-data: Likewise.
46075         * conform/data/sys/stat.h-data: Likewise.
46076         * conform/data/sys/statvfs.h-data: Likewise.
46077         * conform/data/sys/time.h-data: Likewise.
46078         * conform/data/sys/timeb.h-data: Likewise.
46079         * conform/data/sys/times.h-data: Likewise.
46080         * conform/data/sys/types.h-data: Likewise.
46081         * conform/data/sys/uio.h-data: Likewise.
46082         * conform/data/sys/un.h-data: Likewise.
46083         * conform/data/sys/utsname.h-data: Likewise.
46084         * conform/data/sys/wait.h-data: Likewise.
46085         * conform/data/syslog.h-data: Likewise.
46086         * conform/data/tar.h-data: Likewise.
46087         * conform/data/termios.h-data: Likewise.
46088         * conform/data/utime.h-data: Likewise.
46089         * conform/data/utmpx.h-data: Likewise.
46090         * conform/data/varargs.h-data: Likewise.
46091         * conform/data/wchar.h-data: Likewise.
46092         * conform/data/wctype.h-data: Likewise.
46093         * conform/data/wordexp.h-data: Likewise.
46094
46095         * include/stropts.h: New file.
46096         * include/uchar.h: New file.
46097         * include/aio.h: Changes to allow conformtest.pl to use the headers.
46098         * include/assert.h: Likewise.
46099         * include/ctype.h: Likewise.
46100         * include/dirent.h: Likewise.
46101         * include/dlfcn.h: Likewise.
46102         * include/fcntl.h: Likewise.
46103         * include/fnmatch.h: Likewise.
46104         * include/glob.h: Likewise.
46105         * include/grp.h: Likewise.
46106         * include/libio.h: Likewise.
46107         * include/locale.h: Likewise.
46108         * include/math.h: Likewise.
46109         * include/net/if.h: Likewise.
46110         * include/netdb.h: Likewise.
46111         * include/netinet/in.h: Likewise.
46112         * include/pthread.h: Likewise.
46113         * include/pwd.h: Likewise.
46114         * include/regex.h: Likewise.
46115         * include/sched.h: Likewise.
46116         * include/search.h: Likewise.
46117         * include/setjmp.h: Likewise.
46118         * include/signal.h: Likewise.
46119         * include/stdio.h: Likewise.
46120         * include/stdlib.h: Likewise.
46121         * include/string.h: Likewise.
46122         * include/sys/cdefs.h: Likewise.
46123         * include/sys/mman.h: Likewise.
46124         * include/sys/msg.h: Likewise.
46125         * include/sys/resource.h: Likewise.
46126         * include/sys/select.h: Likewise.
46127         * include/sys/socket.h: Likewise.
46128         * include/sys/stat.h: Likewise.
46129         * include/sys/statvfs.h: Likewise.
46130         * include/sys/time.h: Likewise.
46131         * include/sys/times.h: Likewise.
46132         * include/sys/uio.h: Likewise.
46133         * include/sys/utsname.h: Likewise.
46134         * include/sys/wait.h: Likewise.
46135         * include/termios.h: Likewise.
46136         * include/time.h: Likewise.
46137         * include/ulimit.h: Likewise.
46138         * include/unistd.h: Likewise.
46139         * include/utime.h: Likewise.
46140         * include/wchar.h: Likewise.
46141         * include/wctype.h: Likewise.
46142         * include/wordexp.h: Likewise.
46143
46144         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
46145
46146         * time/time.h: TIME_UTC must be a macro.
46147         Make timespec_get available for ISO C11 only as well.
46148
46149 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
46150
46151         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
46152         Reported by Peng Haitao <penght@cn.fujitsu.com>.
46153
46154 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46155
46156         * configure.in: Use -o not -a in test for unsupported multi-arch.
46157
46158 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46159
46160         * manual/texinfo.tex: Update to version 2012-01-19.16.
46161
46162 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46163
46164         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
46165
46166 2012-02-24  Roland McGrath  <roland@hack.frob.com>
46167
46168         [BZ #13738]
46169         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
46170         * manual/fdl-1.3.texi: New file.
46171         * manual/fdl-1.1.texi: File removed.
46172
46173         [BZ #13738]
46174         * manual/libc.texinfo (FDL_VERSION): New @set.
46175         Use it for mention of FDL in cover text.
46176         (Documentation License): Use it in @include file name.
46177
46178 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46179             Roland McGrath  <roland@hack.frob.com>
46180
46181         [BZ #5461]
46182         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
46183         (not LONG_LONG_MAX and LONG_LONG_MIN.
46184         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
46185         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
46186         name.
46187         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
46188
46189 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46190
46191         [BZ #2547]
46192         [BZ #11365]
46193         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
46194         manipulate bits before adding and subtracting TWO23[sx].
46195         * math/libm-test.inc (nearbyint_test): Add more tests.
46196
46197 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46198
46199         [BZ #2548]
46200         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
46201         bits before adding and subtracting TWO23[sx].
46202         * math/libm-test.inc (rint_test): Add more tests.
46203         (rint_test_tonearest): Likewise.
46204         (rint_test_towardzero): Likewise.
46205         (rint_test_downward): Likewise.
46206         (rint_test_upward: Likewise.
46207
46208 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46209
46210         [BZ #10110]
46211         * include/stdc-predef.h: New file.  Extracted from features.h.
46212         * include/features.h: Include stdc-predef.h.
46213         * Makefile (headers): Add stdc-predef.h.
46214         * CONFORMANCE (Compiler limitations): Update.
46215
46216 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46217
46218         * manual/libc.texinfo (VERSION, UPDATED): Revert.
46219
46220 2012-02-21  David S. Miller  <davem@davemloft.net>
46221
46222         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
46223         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46224
46225 2012-02-20  David S. Miller  <davem@davemloft.net>
46226
46227         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
46228         using a normal save/restore sequence, rather than allocating a
46229         dummy stack frame just to store a frame pointer and restore.
46230         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46231
46232 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46233
46234         * manual/install.texi: Fix stray word in line-wrapped comment.
46235
46236 2012-02-20  David S. Miller  <davem@davemloft.net>
46237
46238         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
46239         both binutils and gcc support GOTDATA.
46240
46241         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
46242         "rd %pc" in the PIC register setup sequences.
46243
46244         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
46245         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
46246         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
46247         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
46248         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
46249         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46250         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46251         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46252         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
46253         (SYSCALL_ERROR_HANDLER): Likewise.
46254         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
46255         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
46256         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
46257         (SYSCALL_ERROR_HANDLER): Likewise.
46258
46259         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
46260         (HAVE_GCC_GOTDATA): New.
46261         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
46262         relocation support in both binutils and gcc.
46263         * sysdeps/sparc/elf/configure: Regenerate.
46264
46265         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
46266         * sysdeps/sparc/sparc32/elf/configure: Delete.
46267         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
46268         * sysdeps/sparc/sparc64/elf/configure: Delete.
46269         * sysdeps/sparc/elf/configure.in: New file.
46270         * sysdeps/sparc/elf/configure: Generate.
46271
46272         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
46273         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
46274         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46275         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
46276         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
46277
46278 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46279
46280         * manual/install.texi: Do not mention specific glibc version
46281         numbers.
46282         * manual/libc.texinfo (VERSION, UPDATED): Update.
46283         (@copying): Use @copyright{} and range of years.
46284
46285 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46286
46287         [BZ #13695]
46288         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
46289         [crti.S not in sysdirs] (generated): Do not append.
46290         [crti.S not in sysdirs] (omit-deps): Likewise.
46291         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
46292         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
46293         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
46294         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
46295         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
46296         Likewise.
46297         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
46298         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
46299         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
46300         * csu/defs.awk: Remove file.
46301         * sysdeps/generic/initfini.c: Likewise.
46302         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
46303         variable.
46304         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
46305         Likewise.
46306
46307 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46308
46309         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
46310         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
46311         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
46312         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
46313         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46314         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
46315         <bits/epoll.h>.
46316         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
46317         (__EPOLL_PACKED): Define to empty if not defined by
46318         <bits/epoll.h>.
46319         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
46320         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46321         bits/epoll.h.
46322
46323 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46324
46325         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
46326         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
46327         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
46328         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
46329         <bits/timerfd.h>.
46330         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
46331         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46332         bits/timerfd.h.
46333
46334 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46335
46336         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
46337         in C locale.
46338         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
46339         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
46340         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
46341         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46342
46343 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
46344
46345         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46346         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46347
46348 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
46349
46350         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
46351         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
46352         defined.
46353         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
46354         Likewise.
46355         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
46356         entry for 2.16.
46357
46358 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
46359
46360         * math/w_acos.c: Use non-signaling floating-point comparisons.
46361         * math/w_acosf.c: Likewise.
46362         * math/w_acosh.c: Likewise.
46363         * math/w_acoshf.c: Likewise.
46364         * math/w_acoshl.c: Likewise.
46365         * math/w_acosl.c: Likewise.
46366         * math/w_asin.c: Likewise.
46367         * math/w_asinf.c: Likewise.
46368         * math/w_asinl.c: Likewise.
46369         * math/w_atanh.c: Likewise.
46370         * math/w_atanhf.c: Likewise.
46371         * math/w_atanhl.c: Likewise.
46372         * math/w_exp2.c: Likewise.
46373         * math/w_exp2f.c: Likewise.
46374         * math/w_exp2l.c: Likewise.
46375         * math/w_j0.c: Likewise.
46376         * math/w_j0f.c: Likewise.
46377         * math/w_j0l.c: Likewise.
46378         * math/w_j1.c: Likewise.
46379         * math/w_j1f.c: Likewise.
46380         * math/w_j1l.c: Likewise.
46381         * math/w_jn.c: Likewise.
46382         * math/w_jnf.c: Likewise.
46383         * math/w_log.c: Likewise.
46384         * math/w_log10.c: Likewise.
46385         * math/w_log10f.c: Likewise.
46386         * math/w_log10l.c: Likewise.
46387         * math/w_log2.c: Likewise.
46388         * math/w_log2f.c: Likewise.
46389         * math/w_log2l.c: Likewise.
46390         * math/w_logf.c: Likewise.
46391         * math/w_logl.c: Likewise.
46392         * math/w_sqrt.c: Likewise.
46393         * math/w_sqrtf.c: Likewise.
46394         * math/w_sqrtl.c: Likewise.
46395         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46396         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
46397         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46398         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46399         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46400
46401 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46402
46403         [BZ #9739]
46404         * manual/string.texi (strnlen): Use correct parameter name in
46405         equivalent expression.
46406
46407 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46408
46409         [BZ #11174]
46410         * manual/users.texi (seteuid): Consistently use neweuid for
46411         argument name.
46412
46413 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46414
46415         [BZ #13704]
46416         * manual/nss.texi (Services in the NSS configuration): Correct
46417         list of services in example configuration file.
46418
46419 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
46420
46421         [BZ #11322]
46422         * manual/arith.texi: Remove statements about negative zero
46423         behaving identically to zero.
46424
46425 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46426
46427         [BZ #5993]
46428         * manual/install.texi: Do not document upgrading from libc5.
46429
46430 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46431
46432         [BZ #4596]
46433         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
46434
46435 2012-02-18  David S. Miller  <davem@davemloft.net>
46436
46437         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
46438         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
46439         %o7 across the call.
46440         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
46441         instead.
46442         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
46443         SETUP_PIC_REG_LEAF.
46444         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46445         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
46446         * sysdeps/sparc/crtn.S: Likewise.
46447
46448 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
46449
46450         * aout/Makefile: Remove.
46451
46452 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
46453
46454         [BZ #13058]
46455         * manual/examples/argp-ex1.c (main): Format definition in GNU
46456         style.
46457         * manual/examples/argp-ex2.c (main): Likewise.
46458         * manual/examples/argp-ex3.c (main): Likewise.
46459         * manual/examples/argp-ex4.c (main): Likewise.
46460         * manual/examples/longopt.c (main): Use new-style prototype
46461         definition.
46462         * manual/examples/strncat.c (main): Specify return type and use
46463         (void) for arguments.
46464         * manual/examples/subopt.c (main): Use char **argv argument.
46465
46466 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46467
46468         [BZ #5077]
46469         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
46470         rounding modes.
46471
46472 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
46473
46474         [BZ #6907]
46475         * manual/string.texi (strchr): Change when strchrnul is
46476         recommended.
46477
46478 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
46479
46480         [BZ #174]
46481         * manual/locale.texi (setlocale): Document LOCPATH.
46482
46483 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46484
46485         [BZ #10210]
46486         * manual/process.texi (execle): Move @dots{} before last argument.
46487
46488 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
46489
46490         [BZ #12047]
46491         * manual/charset.texi (Generic Charset Conversion): Fix typo
46492         (LC_TYPE -> LC_CTYPE).
46493
46494 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
46495
46496         [BZ #5805]
46497         * manual/arith.texi (scalbn): Use @var{} on parameter names.
46498         (scalbnf): Likewise.
46499         (scalbnl): Likewise.
46500         (scalbln): Likewise.
46501         (scalblnf): Likewise.
46502         (scalblnl): Likewise.
46503         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
46504         (vwarnx): Likewise.
46505         (verr): Likewise.
46506         (verrx): Likewise.
46507         * manual/filesys.texi (telldir): Use braces around return type.
46508         * manual/llio.texi (mmap): Add space after comma.
46509         (mmap64): Likewise.
46510         * manual/math.texi (jn): Use @var{} on parameter names.
46511         (jnf): Likewise.
46512         (jnl): Likewise.
46513         (yn): Likewise.
46514         (ynf): Likewise.
46515         (ynl): Likewise.
46516         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
46517         line.
46518         * manual/resource.texi (ulimit): Use @dots{} instead of literal
46519         "...".
46520         (sched_get_priority_min): Remove semicolon on @deftypefun line.
46521         (sched_get_priority_max): Likewise.
46522         * manual/signal.texi (sigvec): Add space after comma.
46523         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
46524         names.
46525         (if_indextoname): Likewise.
46526         (if_freenameindex): Likewise.
46527         (sendto): Use ',' instead of '.' in prototype.
46528         * manual/startup.texi (syscall): Use @dots{} instead of literal
46529         "...".
46530         * manual/stdio.texi (__fpending): Separate initial words of
46531         paragraph from @deftypefun line.
46532         * manual/syslog.texi (syslog): Use @dots{} instead of literal
46533         "...".
46534         (vsyslog): Use @var{} on parameter names.
46535         * manual/terminal.texi (stty): Use @var{} on parameter names.
46536         * manual/users.texi (getutmp): Use @var{} on parameter names.
46537         (getutmpx): Likewise.
46538
46539 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46540
46541         [BZ #6884]
46542         * manual/stdio.texi (fopen): Fix typos in description of
46543         ",ccs=STRING".
46544
46545 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
46546
46547         [BZ #4026]
46548         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
46549         get clock_id definition.
46550
46551 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
46552
46553         [BZ #4822]
46554         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
46555         (madvise): Cast every argument to void on its own.
46556
46557 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46558
46559         [BZ #9902]
46560         * manual/startup.texi (Exit Status): Fix typo.
46561
46562 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46563
46564         [BZ #10140]
46565         * manual/examples/argp-ex1.c: Include <stdlib.h>.
46566         * manual/examples/argp-ex2.c: Likewise.
46567         * manual/examples/argp-ex3.c: Likewise.
46568
46569 2012-02-16  Richard Henderson  <rth@redhat.com>
46570
46571         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
46572         * sysdeps/s390/s390-32/initfini.c: Remove.
46573         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
46574         * sysdeps/s390/s390-64/initfini.c: Remove.
46575
46576 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
46577
46578         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
46579         compiler output for sysdeps/generic/initfini.c.
46580         * sysdeps/sh/elf/initfini.c: Remove file.
46581
46582 2012-02-16  David S. Miller  <davem@davemloft.net>
46583
46584         [BZ #11494]
46585         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
46586
46587         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
46588         * sysdeps/sparc/crti.S: New file.
46589         * sysdeps/sparc/crtn.S: New file.
46590         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
46591         * sysdeps/sparc/sparc64/Makefile: Likewise.
46592
46593 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
46594
46595         [BZ #3335]
46596         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
46597
46598 2012-02-15  Roland McGrath  <roland@hack.frob.com>
46599
46600         [BZ #4822]
46601         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
46602
46603         * mach/devstream.c (cookie_io_functions_t): Macro removed.
46604         (write, read, close): Likewise.
46605         Patch by Aurelien Jarno <aurelien@aurel32.net>.
46606
46607 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
46608
46609         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
46610         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
46611         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
46612         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
46613         <bits/signalfd.h>.
46614         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
46615         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46616         bits/signalfd.h.
46617
46618 2012-02-14  Marek Polacek  <polacek@redhat.com>
46619
46620         * sysdeps/x86_64/crti.S: New file.
46621         * sysdeps/x86_64/crtn.S: New file.
46622         * sysdeps/x86_64/elf/initfini.c: Remove file.
46623
46624 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46625
46626         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46627         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46628         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46629         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46630         <bits/inotify.h>.
46631         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46632         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46633         bits/inotify.h.
46634
46635 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46636
46637         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46638         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46639         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46640         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46641         <bits/eventfd.h>.
46642         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46643         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46644         bits/eventfd.h.
46645
46646 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
46647
46648         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46649         __feraiseexcept instead of feraiseexcept.
46650
46651         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46652         nanosleep invocations.
46653         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46654         strings, and add error checking for a nanosleep invocations.
46655
46656 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
46657
46658         Replace FSF snail mail address with URLs, as per GNU coding standards.
46659         Most of the snail mail addresses were wrong anyway, and omitting
46660         them makes the source code easier to maintain.  Almost all of the
46661         changes are to license notices and to locale LC_IDENTIFICATION
46662         addresses, except for this one:
46663         * manual/libc.texinfo: In "Published by", give the FSF's URL,
46664         not its snail mail address.
46665
46666 2012-02-09  Richard Henderson  <rth@twiddle.net>
46667
46668         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46669         of kernel-features.h.
46670
46671         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46672
46673 2012-02-08  Marek Polacek  <polacek@redhat.com>
46674
46675         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46676         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46677         * sysdeps/gnu/_G_config.h: Likewise.
46678         * sysdeps/generic/_G_config.h: Likewise.
46679
46680 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
46681
46682         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46683         tests.
46684         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46685
46686         * sysdeps/powerpc/powerpc32/crti.S: New file.
46687         * sysdeps/powerpc/powerpc32/crtn.S: New file.
46688         * sysdeps/powerpc/powerpc64/crti.S: New file.
46689         * sysdeps/powerpc/powerpc64/crtn.S: New file.
46690
46691         * Makeconfig (have-initfini): Don't set.
46692         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46693         * configure.in (nopic_initfini): Don't substitute.
46694         * config.h.in (HAVE_INITFINI): Don't #undef.
46695         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46696         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46697
46698 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
46699
46700         Support crti.S and crtn.S provided directly by architectures.
46701         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46702         [crti.S in sysdirs] (omit-deps): Likewise.
46703         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46704         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46705         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46706         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46707         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46708         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46709         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46710         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46711         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46712         compiler output for sysdeps/generic/initfini.c.
46713         * sysdeps/i386/elf/Makefile: Remove file.
46714         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46715
46716 2012-02-07  Marek Polacek  <polacek@redhat.com>
46717
46718         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46719         * sysdeps/gnu/_G_config.h: Likewise.
46720         * sysdeps/mach/hurd/_G_config.h: Likewise.
46721
46722 2012-02-07  Marek Polacek  <polacek@redhat.com>
46723
46724         * math/Makefile (tests): Add tst-CMPLX2.
46725         * math/tst-CMPLX2.c: New file.
46726
46727 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
46728
46729         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46730
46731         * math/libm-test.inc (jn_test): Add missing L suffix.
46732
46733 2012-02-06  Marek Polacek  <polacek@redhat.com>
46734
46735         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46736         * sysdeps/i386/fpu/e_powf.S: Likewise.
46737         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46738         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46739         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46740         * sysdeps/i386/fpu/e_pow.S: Likewise.
46741         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46742         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46743         * sysdeps/i386/fpu/s_expm1.S: Likewise.
46744         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46745         * sysdeps/i386/fpu/e_log2.S: Likewise.
46746         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46747         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46748         * sysdeps/i386/fpu/e_powl.S: Likewise.
46749         * sysdeps/i386/fpu/s_log1p.S: Likewise.
46750         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46751         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46752         * sysdeps/i386/fpu/e_logl.S: Likewise.
46753         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46754         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46755         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46756         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46757         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46758         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46759         * sysdeps/i386/fpu/e_log.S: Likewise.
46760         * sysdeps/i386/fpu/s_cexp.S: Likewise.
46761         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46762         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46763         * sysdeps/i386/fpu/e_logf.S: Likewise.
46764         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46765         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46766         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46767         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46768         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46769         * sysdeps/i386/fpu/e_log10.S: Likewise.
46770         * sysdeps/i386/fpu/s_frexp.S: Likewise.
46771         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46772         * sysdeps/i386/fpu/s_asinh.S: Likewise.
46773         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46774         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46775         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46776         * sysdeps/i386/asm-syntax.h: Likewise.
46777         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46778         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46779         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46780         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46781         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46782         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46783         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46784         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46785         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46786         * sysdeps/powerpc/sysdep.h: Likewise.
46787         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46788         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46789
46790 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46791
46792         [BZ #411]
46793         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46794
46795 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46796
46797         * sysdeps/i386/sysdep.h: Include <features.h>.
46798         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46799         version.
46800
46801 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
46802
46803         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46804         Define.
46805         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46806         LOAD_PIC_REG_STR.
46807
46808 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46809
46810         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46811         (SETUP_PIC_REG): Use GET_PC_THUNK.
46812         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46813         macro.
46814
46815 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46816
46817         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46818         for non-PIC compilation.
46819         (SETUP_PIC_REG): Add .p2align directive.
46820         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46821         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46822         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46823         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46824         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46825         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46826         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46827         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46828         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46829         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46830         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46831         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46832         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46833         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46834         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46835         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46836         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46837         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46838         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46839         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46840         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46841         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46842         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46843         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46844         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46845         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46846         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46847         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46848         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46849         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46850         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46851         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46852         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46853         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46854         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46855         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46856         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46857         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46858         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46859         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46860         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46861
46862 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46863
46864         * math/tst-CMPLX.c: Include <stdio.h>.
46865
46866 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
46867
46868         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46869         float.
46870         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46871         * sysdeps/sparc/bits/mathdef.h: Likewise.
46872
46873 2012-01-31  Marek Polacek  <polacek@redhat.com>
46874
46875         * libio/libio.h: Don't define _PARAMS.
46876         * locale/programs/config.h: Don't define PARAMS.
46877         * stdlib/strtol_l.c: Likewise.
46878         (__strtol_l): Remove PARAMS from the prototype.
46879
46880 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
46881
46882         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
46883         names.  Just use the correct names.  Remove unnecessary wrapper
46884         functions.
46885         * malloc/arena.c: Likewise.
46886         * malloc/hooks.c: Likewise.
46887
46888         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46889         ARENA_TEST says not to.  Simplify test for creation of a new arena.
46890         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46891
46892 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
46893
46894         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46895         into tail calls.
46896         (update_get_addr): New function.
46897         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46898         GET_ADDR_MODULE parameter.
46899
46900 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46901
46902         * crypt/cert.c: Remove __STDC__ conditionals.
46903         * crypt/crypt-entry.c: Likewise.
46904         * crypt/crypt_util.c: Likewise.
46905         * libio/filedoalloc.c: Likewise.
46906         * libio/fileops.c: Likewise.
46907         * libio/genops.c: Likewise.
46908         * libio/iofclose.c: Likewise.
46909         * libio/iofdopen.c: Likewise.
46910         * libio/iofopen.c: Likewise.
46911         * libio/iofopen64.c: Likewise.
46912         * libio/iogetdelim.c: Likewise.
46913         * libio/iopopen.c: Likewise.
46914         * libio/obprintf.c: Likewise.
46915         * libio/oldfileops.c: Likewise.
46916         * libio/oldiofclose.c: Likewise.
46917         * libio/oldiofdopen.c: Likewise.
46918         * libio/oldiofopen.c: Likewise.
46919         * libio/oldiopopen.c: Likewise.
46920         * libio/wfiledoalloc.c: Likewise.
46921         * libio/wgenops.c: Likewise.
46922         * locale/programs/xmalloc.c: Likewise.
46923         * misc/syslog.c: Likewise.
46924         * stdio-common/xbug.c: Likewise.
46925         * string/memchr.c: Likewise.
46926         * string/memcmp.c: Likewise.
46927         * string/memrchr.c: Likewise.
46928         * string/rawmemchr.c: Likewise.
46929         * sysdeps/posix/getcwd.c: Likewise.
46930         * time/strftime_l.c: Likewise.
46931
46932 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46933
46934         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46935         * config.make.in (config-cflags-sse2avx): Define.
46936         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46937         Fix typo.
46938
46939 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46940
46941         * scripts/config.guess: Update from upstream config git repository.
46942         * scripts/config.sub: Likewise.
46943
46944 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46945
46946         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46947         (EM_NUM): Update.
46948         (R_TILEPRO_*, R_TILEGX_*): New macros.
46949
46950         * scripts/firstversions.awk: Fix bug in version range handling.
46951
46952         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46953
46954         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46955
46956         * include/sys/epoll.h: New file.
46957         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46958         libc_hidden_def.
46959
46960 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46961
46962         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46963         Avoid unnecessary __WORDSIZE == 64 test.
46964         (fmaxf): Use VEX format if possible.
46965         (fmax): Likewise.
46966         (fminf): Likewise.
46967         (fmin): Likewise.
46968
46969         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46970         * math/math_private.h: Remove libc_fegetround* and
46971         libc_fesetround*.
46972         * sysdeps/i386/configure.in: Check for -msse2avx.
46973         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46974         also if SSE2AVX is defined.
46975         Remove libc_fegetround* and libc_fesetround*.
46976         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46977         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
46978         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46979         of HAS_YMM_USABLE.
46980         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46981         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46982         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46983         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46984         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46985
46986         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46987
46988 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46989
46990         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46991         size is not set.
46992         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46993
46994 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
46995
46996         [BZ #13618]
46997         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
46998         relocation.
46999         * Makeconfig (libm): Define.
47000         * elf/Makefile: Add rules to build and run tst-relsort1.
47001         * elf/tst-relsort1.c: New file.
47002         * elf/tst-relsort1mod1.c: New file.
47003         * elf/tst-relsort1mod2.c: New file.
47004
47005 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
47006
47007         * math/s_ldexp.c: Remove __STDC__ conditionals.
47008         * math/s_ldexpf.c: Likewise.
47009         * math/s_ldexpl.c: Likewise.
47010         * math/s_nextafter.c: Likewise.
47011         * math/s_nexttowardf.c: Likewise.
47012         * math/s_significand.c: Likewise.
47013         * math/s_significandf.c: Likewise.
47014         * math/s_significandl.c: Likewise.
47015         * math/w_jnl.c: Likewise.
47016         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
47017         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
47018         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
47019         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
47020         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
47021         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
47022         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
47023         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
47024         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
47025         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
47026         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
47027         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47028         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
47029         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
47030         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
47031         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
47032         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
47033         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
47034         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
47035         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
47036         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
47037         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
47038         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
47039         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
47040         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
47041         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
47042         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
47043         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
47044         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
47045         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
47046         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
47047         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
47048         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
47049         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
47050         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
47051         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
47052         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
47053         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
47054         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
47055         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
47056         * sysdeps/ieee754/k_standard.c: Likewise.
47057         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
47058         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
47059         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
47060         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
47061         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
47062         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
47063         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
47064         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
47065         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
47066         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
47067         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
47068         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
47069         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
47070         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
47071         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
47072         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
47073         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
47074         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
47075         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
47076         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
47077         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
47078         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
47079         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
47080         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
47081         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
47082         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
47083         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
47084         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
47085         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47086         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
47087         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
47088         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
47089         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
47090         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
47091         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
47092         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
47093         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
47094         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47095         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47096         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
47097         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
47098         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
47099         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
47100         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
47101         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
47102         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
47103         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
47104         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
47105         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
47106         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
47107         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
47108         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47109         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47110         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47111         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47112         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47113         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
47114         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47115         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47116         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47117         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47118         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47119         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47120         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47121         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47122         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47123         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47124         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47125         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47126         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47127         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47128         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47129         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47130         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47131         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47132         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47133         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47134         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47135         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47136         * sysdeps/ieee754/s_matherr.c: Likewise.
47137         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47138         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47139         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47140         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47141
47142 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47143
47144         * crypt/md5.h: Remove __STDC__ conditionals.
47145         * libio/libioP.h: Likewise.
47146         * locale/programs/config.h: Likewise.
47147         * sysdeps/generic/sysdep.h: Likewise.
47148         * sysdeps/i386/asm-syntax.h: Likewise.
47149         * sysdeps/s390/asm-syntax.h: Likewise.
47150         * sysdeps/unix/sysdep.h: Likewise.
47151         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
47152         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
47153
47154 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47155
47156         * libio/libio.h: Remove __STDC__ conditionals.
47157         * malloc/obstack.h: Likewise.
47158         * math/complex.h: Likewise.
47159         * math/math.h: Likewise.
47160         * sysdeps/generic/_G_config.h: Likewise.
47161         * sysdeps/gnu/_G_config.h: Likewise.
47162         * sysdeps/mach/hurd/_G_config.h: Likewise.
47163         * sysdeps/powerpc/bits/mathdef.h: Likewise.
47164         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
47165         * sysdeps/sparc/bits/mathdef.h: Likewise.
47166
47167 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
47168
47169         [BZ #13583]
47170         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
47171         Clean up HAS_* macros.
47172         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
47173         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
47174         possible.
47175         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
47176         HAS_AVX.
47177         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47178         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47179         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47180         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47181         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47182
47183 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
47184
47185         * elf/tst-unique3.cc (gets): Remove declaration.
47186         * elf/tst-unique3lib.cc (gets): Likewise.
47187         * elf/tst-unique3lib2.cc (gets): Likewise.
47188         * elf/tst-unique4.cc (gets): Likewise.
47189
47190 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
47191
47192         * include/stdio.h: Add C++ protection.  Add gets declarations and
47193         definitions.
47194         * debug/tst-chk1.c: Don't declare gets here.
47195         * stdio-common/tst-gets.c: Likewise.
47196
47197 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47198
47199         * posix/glob: Remove directory.
47200
47201 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47202
47203         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
47204
47205 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
47206
47207         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
47208         of the non-standard EPFNOSUPPORT.
47209
47210 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47211
47212         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
47213         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
47214         ANYWHERE set to 1 only on KERN_NO_SPACE error.
47215
47216 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
47217
47218         * wcsmbs/uchar.h: Test __STDC_VERSION__.
47219
47220 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
47221
47222         * nscd/aicache.c (addhstaiX): Do not cache negative results of
47223         transient errors.
47224         * nscd/grpcache.c (cache_addgr): Likewise.
47225         * nscd/hstcache.c (cache_addhst): Likewise.
47226         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47227         * nscd/pwdcache.c (cache_addpw): Likewise.
47228         * nscd/servicescache.c (cache_addserv): Likewise.
47229
47230 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
47231
47232         * malloc/malloc.c: Various cleanups.
47233         * malloc/hooks.c: Likewise.
47234
47235         * stdlib/Makefile (tests): Add bug-fmtmsg1.
47236         * stdlib/bug-fmtmsg1.c: New file.
47237
47238         * stdlib/fmtmsg.c (init): Add missing unlock.
47239         Patch by Peng Haitao <penght@cn.fujitsu.com>.
47240
47241 2012-01-12  Marek Polacek  <polacek@redhat.com>
47242
47243         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
47244         and _GNU_SOURCE.
47245
47246 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
47247
47248         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
47249         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
47250         macro to ensure uniqueness of label name.
47251         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47252         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47253
47254 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
47255
47256         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
47257
47258         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
47259         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47260         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47261         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
47262
47263 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
47264
47265         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
47266
47267         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
47268         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47269         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47270
47271         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
47272
47273         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
47274         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47275         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47276         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
47277
47278         * math/bits/math-finite.h: Add ldexp support.
47279
47280 2012-01-10  Marek Polacek  <polacek@redhat.com>
47281
47282         * locale/programs/localedef.h (show_archive_content): Add noreturn
47283         attribute.
47284
47285 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
47286
47287         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
47288
47289 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47290
47291         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
47292
47293         * io/Makefile (headers): Add bits/poll2.h.
47294
47295 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
47296
47297         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
47298         typo #include statement.
47299
47300 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47301
47302         * include/sys/cdefs.h: Define __attribute_alloc_size.
47303         * catgets/gencat.c: Add alloc_size attribute and apply consistently
47304         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
47305         * elf/pldd.c: Likewise.
47306         * iconv/iconv_charmap.c: Likewise.
47307         * iconv/iconvconfig.c: Likewise.
47308         * iconv/strtab.c: Likewise.
47309         * locale/programs/locale.c: Likewise.
47310         * locale/programs/localedef.h: Likewise.
47311         * locale/programs/simple-hash.c: Likewise.
47312         * nscd/nscd.h: Likewise.
47313         * nss/makedb.c: Likewise.
47314         * sysdeps/generic/ldconfig.h: Likewise.
47315         * locale/programs/localedef.c: Remove xmalloc prototype.
47316         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
47317
47318 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
47319
47320         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
47321         appropriate.
47322
47323 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47324
47325         * math/Makefile (tests): Add tst-CMPLX.
47326         * math/tst-CMPLX.c: New file.
47327
47328         * math/complex.h (CMPLXL): Fix typo.
47329
47330         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
47331         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
47332         GLIBC_2.16.
47333         * debug/tst-chk1.c: Add poll and ppoll tests.
47334         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
47335         * include/sys/poll.h: Add hidden proto for ppoll.
47336         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
47337         * sysdeps/mach/hurd/ppoll.c: Likewise.
47338         * io/ppoll.c: Likewise.
47339         * debug/poll_chk.c: New file.
47340         * debug/ppoll_chk.c: New file.
47341         * include/bits/poll2.h: New file.
47342         * io/bits/poll2.h: New file.
47343
47344         [BZ #1350]
47345         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
47346
47347         * configure.in: static is always set to yes.  Remove.
47348         * config.make.in: Don't set build-static.
47349         * Makeconfig: Remove use of build-static.
47350         * dlfcn/Makefile: Likewise.
47351         * elf/Makefile: Likewise.
47352         * math/Makefile: Likewise.
47353         * misc/Makefile: Likewise.
47354         * nptl/Makefile: Likewise.
47355         * sysdeps/mach/hurd/Makefile: Likewise.
47356
47357         * configure.in: PWD_P is not used anymore.
47358         * config.make.in: Remove PWD_P entry.
47359
47360         * configure.in: Remove last remnants of RANLIB.
47361         No need to check for signed size_t anymore.
47362         Don't set libc_commonpagesize and libc_relro_required here for Alpha
47363         and IA-64.
47364         Remove __builtin_expect test because we require at least gcc 3.4.
47365         * aclocal.m4: Likewise.
47366
47367         * wcsmbs/mbrtoc16.c: Implement using towc function.
47368         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
47369         * wcsmbs/wcsmbsload.c: Likewise.
47370         * iconv/gconv_simple.c: Likewise.
47371         * iconv/gconv_int.h: Likewise.
47372         * iconv/gconv_builtin.h: Likewise.
47373         * iconv/iconv_prog.c: Remove CHAR16 handling.
47374
47375         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
47376
47377         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
47378
47379         * configure.in: Remove --with-elf and --enable-bounded options.
47380         Dont set base_machine for ia64.  More non-ELF conditions removed.
47381         Remove testing and setting of leading underscore information.
47382         * config.make.in (build-bounded): Set to no.
47383         * config.h.in: Remove NO_UNDERSCORES entry.
47384         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
47385         them.
47386         * csu/start.c: Remove !NO_UNDERSCORE code.
47387         * locale/localeinfo.h: Likewise.
47388         * sysdeps/generic/machine-gmon.h: Likewise.
47389         * sysdeps/generic/sysdep.h: Likewise.
47390         * sysdeps/i386/sysdep.h: Likewise.
47391         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47392         * sysdeps/mach/sysdep.h: Likewise.
47393         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47394         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47395         * sysdeps/sh/sysdep.h: Likewise.
47396         * sysdeps/sparc/sparc32/alloca.S: Likewise.
47397         * sysdeps/unix/i386/sysdep.S: Likewise.
47398         * sysdeps/unix/sparc/start.c: Likewise.
47399         * sysdeps/unix/sparc/sysdep.S: Likewise.
47400         * sysdeps/unix/sparc/sysdep.h: Likewise.
47401         * sysdeps/unix/start.c: Likewise.
47402         * sysdeps/unix/x86_64/sysdep.S: Likewise.
47403         * sysdeps/x86_64/sysdep.h: Likewise.
47404
47405 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
47406
47407         [BZ #13553]
47408         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
47409         for non-gcc.
47410         * argp/argp-fmtstream.h: Use const instead __const.
47411         * argp/argp.h: Likewise.
47412         * assert/assert.h: Likewise.
47413         * bits/fenv.h: Likewise.
47414         * bits/sched.h: Likewise.
47415         * bits/sigset.h: Likewise.
47416         * bits/sigthread.h: Likewise.
47417         * catgets/nl_types.h: Likewise.
47418         * conform/data/pthread.h-data: Likewise.
47419         * crypt/crypt-private.h: Likewise.
47420         * crypt/crypt.h: Likewise.
47421         * crypt/crypt_util.c: Likewise.
47422         * ctype/ctype.h: Likewise.
47423         * debug/execinfo.h: Likewise.
47424         * debug/mbsnrtowcs_chk.c: Likewise.
47425         * debug/mbsrtowcs_chk.c: Likewise.
47426         * debug/wcsnrtombs_chk.c: Likewise.
47427         * debug/wcsrtombs_chk.c: Likewise.
47428         * debug/wcstombs_chk.c: Likewise.
47429         * dirent/dirent.h: Likewise.
47430         * dlfcn/dlfcn.h: Likewise.
47431         * elf/neededtest4.c: Likewise.
47432         * grp/grp.h: Likewise.
47433         * gshadow/gshadow.h: Likewise.
47434         * iconv/gconv.h: Likewise.
47435         * iconv/gconv_int.h: Likewise.
47436         * iconv/gconv_simple.c: Likewise.
47437         * iconv/iconv.h: Likewise.
47438         * iconv/loop.c: Likewise.
47439         * iconv/skeleton.c: Likewise.
47440         * include/aio.h: Likewise.
47441         * include/aliases.h: Likewise.
47442         * include/argz.h: Likewise.
47443         * include/arpa/inet.h: Likewise.
47444         * include/assert.h: Likewise.
47445         * include/dirent.h: Likewise.
47446         * include/dlfcn.h: Likewise.
47447         * include/execinfo.h: Likewise.
47448         * include/fcntl.h: Likewise.
47449         * include/fenv.h: Likewise.
47450         * include/glob.h: Likewise.
47451         * include/grp.h: Likewise.
47452         * include/libintl.h: Likewise.
47453         * include/mntent.h: Likewise.
47454         * include/netdb.h: Likewise.
47455         * include/pwd.h: Likewise.
47456         * include/rpc/netdb.h: Likewise.
47457         * include/sched.h: Likewise.
47458         * include/search.h: Likewise.
47459         * include/shadow.h: Likewise.
47460         * include/signal.h: Likewise.
47461         * include/stdio.h: Likewise.
47462         * include/stdlib.h: Likewise.
47463         * include/string.h: Likewise.
47464         * include/sys/socket.h: Likewise.
47465         * include/sys/stat.h: Likewise.
47466         * include/sys/statfs.h: Likewise.
47467         * include/sys/statvfs.h: Likewise.
47468         * include/sys/syslog.h: Likewise.
47469         * include/sys/time.h: Likewise.
47470         * include/sys/uio.h: Likewise.
47471         * include/time.h: Likewise.
47472         * include/unistd.h: Likewise.
47473         * include/utmp.h: Likewise.
47474         * include/wchar.h: Likewise.
47475         * include/wctype.h: Likewise.
47476         * inet/aliases.h: Likewise.
47477         * inet/arpa/inet.h: Likewise.
47478         * inet/netinet/ether.h: Likewise.
47479         * inet/netinet/in.h: Likewise.
47480         * intl/libintl.h: Likewise.
47481         * io/bits/fcntl2.h: Likewise.
47482         * io/fcntl.h: Likewise.
47483         * io/ftw.h: Likewise.
47484         * io/sys/poll.h: Likewise.
47485         * io/sys/stat.h: Likewise.
47486         * io/sys/statfs.h: Likewise.
47487         * io/sys/statvfs.h: Likewise.
47488         * io/utime.h: Likewise.
47489         * libio/bits/stdio.h: Likewise.
47490         * libio/bits/stdio2.h: Likewise.
47491         * libio/libio.h: Likewise.
47492         * libio/libioP.h: Likewise.
47493         * libio/stdio.h: Likewise.
47494         * locale/lc-ctype.c: Likewise.
47495         * locale/locale.h: Likewise.
47496         * login/utmp.h: Likewise.
47497         * malloc/arena.c: Likewise.
47498         * malloc/malloc.c: Likewise.
47499         * malloc/malloc.h: Likewise.
47500         * malloc/mcheck.c: Likewise.
47501         * malloc/mtrace.c: Likewise.
47502         * math/bits/mathcalls.h: Likewise.
47503         * math/fenv.h: Likewise.
47504         * math/math_private.h: Likewise.
47505         * misc/bits/error.h: Likewise.
47506         * misc/bits/syslog.h: Likewise.
47507         * misc/err.h: Likewise.
47508         * misc/error.h: Likewise.
47509         * misc/fstab.h: Likewise.
47510         * misc/mntent.h: Likewise.
47511         * misc/regexp.h: Likewise.
47512         * misc/search.h: Likewise.
47513         * misc/sgtty.h: Likewise.
47514         * misc/sys/mman.h: Likewise.
47515         * misc/sys/syslog.h: Likewise.
47516         * misc/sys/uio.h: Likewise.
47517         * misc/sys/xattr.h: Likewise.
47518         * misc/ttyent.h: Likewise.
47519         * nis/rpcsvc/ypclnt.h: Likewise.
47520         * nss/nss.h: Likewise.
47521         * posix/bits/unistd.h: Likewise.
47522         * posix/fnmatch.h: Likewise.
47523         * posix/glob.h: Likewise.
47524         * posix/sched.h: Likewise.
47525         * posix/spawn.h: Likewise.
47526         * posix/sys/wait.h: Likewise.
47527         * posix/unistd.h: Likewise.
47528         * posix/wordexp.h: Likewise.
47529         * pwd/pwd.h: Likewise.
47530         * resolv/netdb.h: Likewise.
47531         * resource/sys/resource.h: Likewise.
47532         * rt/aio.h: Likewise.
47533         * rt/bits/mqueue2.h: Likewise.
47534         * rt/mqueue.h: Likewise.
47535         * shadow/shadow.h: Likewise.
47536         * signal/signal.h: Likewise.
47537         * socket/send.c: Likewise.
47538         * socket/sendto.c: Likewise.
47539         * socket/sys/socket.h: Likewise.
47540         * stdio-common/printf.h: Likewise.
47541         * stdlib/bits/stdlib.h: Likewise.
47542         * stdlib/fmtmsg.h: Likewise.
47543         * stdlib/monetary.h: Likewise.
47544         * stdlib/stdlib.h: Likewise.
47545         * stdlib/ucontext.h: Likewise.
47546         * streams/stropts.h: Likewise.
47547         * string/argz.h: Likewise.
47548         * string/bits/string2.h: Likewise.
47549         * string/string.h: Likewise.
47550         * string/strings.h: Likewise.
47551         * sunrpc/rpc/auth.h: Likewise.
47552         * sunrpc/rpc/auth_des.h: Likewise.
47553         * sunrpc/rpc/clnt.h: Likewise.
47554         * sunrpc/rpc/netdb.h: Likewise.
47555         * sunrpc/rpc/pmap_clnt.h: Likewise.
47556         * sunrpc/rpc/xdr.h: Likewise.
47557         * sysdeps/generic/inttypes.h: Likewise.
47558         * sysdeps/generic/net/if.h: Likewise.
47559         * sysdeps/generic/sys/swap.h: Likewise.
47560         * sysdeps/gnu/net/if.h: Likewise.
47561         * sysdeps/gnu/utmpx.h: Likewise.
47562         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
47563         * sysdeps/i386/i486/bits/string.h: Likewise.
47564         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
47565         * sysdeps/s390/bits/string.h: Likewise.
47566         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
47567         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
47568         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
47569         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
47570         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
47571         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
47572         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
47573         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
47574         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
47575         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
47576         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
47577         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
47578         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
47579         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
47580         * sysdeps/unix/sysv/linux/readv.c: Likewise.
47581         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
47582         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
47583         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47584         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47585         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47586         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47587         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
47588         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
47589         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
47590         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
47591         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
47592         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
47593         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47594         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
47595         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
47596         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
47597         * sysvipc/sys/ipc.h: Likewise.
47598         * sysvipc/sys/msg.h: Likewise.
47599         * sysvipc/sys/sem.h: Likewise.
47600         * sysvipc/sys/shm.h: Likewise.
47601         * termios/termios.h: Likewise.
47602         * time/sys/time.h: Likewise.
47603         * time/time.h: Likewise.
47604         * wcsmbs/bits/wchar2.h: Likewise.
47605         * wcsmbs/uchar.h: Likewise.
47606         * wcsmbs/wchar.h: Likewise.
47607         * wctype/wctype.h: Likewise.
47608
47609         [BZ #13551]
47610         * Makeconfig: Remove all but ELF support including AIX support.
47611         * Makerules: Likewise.
47612         * config.h.in: Likewise.
47613         * config.make.in: Likewise.
47614         * configure: Likewise.
47615         * configure.in: Likewise.
47616         * csu/Makefile: Likewise.
47617         * csu/version.c: Likewise.
47618         * debug/Makefile: Likewise.
47619         * dlfcn/Makefile: Likewise.
47620         * elf/Makefile: Likewise.
47621         * extra-lib.mk: Likewise.
47622         * iconv/Makefile: Likewise.
47623         * include/libc-symbols.h: Likewise.
47624         * include/shlib-compat.h: Likewise.
47625         * resolv/Makefile: Likewise.
47626         * resolv/res_libc.c: Likewise.
47627         * rt/Makefile: Likewise.
47628         * sysdeps/i386/asm-syntax.h: Likewise.
47629         * sysdeps/i386/sysdep.h: Likewise.
47630         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47631         * sysdeps/mach/sysdep.h: Likewise.
47632         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47633         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47634         * sysdeps/s390/asm-syntax.h: Likewise.
47635         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47636         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47637         * sysdeps/sh/sysdep.h: Likewise.
47638         * sysdeps/unix/sparc/sysdep.h: Likewise.
47639         * sysdeps/wordsize-32/divdi3.c: Likewise.
47640         * sysdeps/x86_64/sysdep.h: Likewise.
47641
47642         * argp/Versions: Remove _argp_unlock_xxx.
47643
47644         [BZ #13559]
47645         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
47646         * abilist/libBrokenLocale.abilist: Likewise.
47647         * abilist/libanl.abilist: Likewise.
47648         * abilist/libc.abilist: Likewise.
47649         * abilist/libcrypt.abilist: Likewise.
47650         * abilist/libdl.abilist: Likewise.
47651         * abilist/libm.abilist: Likewise.
47652         * abilist/libnsl.abilist: Likewise.
47653         * abilist/libpthread.abilist: Likewise.
47654         * abilist/libresolv.abilist: Likewise.
47655         * abilist/librt.abilist: Likewise.
47656         * abilist/libthread_db.abilist: Likewise.
47657         * abilist/libutil.abilist: Likewise.
47658         * abilist/libnss_db.abilist: New file.
47659
47660         * scripts/abilist.awk: Add support for indirect functions.
47661
47662         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47663
47664         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47665
47666         * shlib-versions: Remove entries for ports architectures.
47667
47668         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
47669         files in ports.
47670         * elf/stackguard-macros.h: Remove support for IA-64.
47671         * elf/tst-auditmod1.c: Likewise.
47672         * sysdeps/generic/ldsodefs.h: Likewise.
47673
47674         * sysdeps/unix/sysv/linux/configure.in: Ports should define
47675         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47676         configure files.
47677
47678         [BZ #13552]
47679         * configure.in: Remove --enable-omitfp support.
47680         * FAQ.in: Adjust.
47681         * config.make.in: Likewise.
47682         * Makeconfig: Likewise.
47683         * manual/install.texi: Likewise.
47684
47685         In case anyone cares, the IA-64 architecture could move to ports.
47686         * sysdeps/ia64/*: Removed.
47687         * sysdeps/unix/sysv/linux/ia64/*: Removed.
47688         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
47689
47690         [BZ #13555]
47691         * configure.in: Remove entries for unsupported architectures.
47692
47693         [BZ #13533]
47694         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47695         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
47696         routines.
47697         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47698         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47699         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
47700         fall back to using wcrtomb.
47701         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47702         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
47703         renaming.
47704         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47705         * wcsmbs/tst-c16c32-1.c: New file.
47706
47707         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47708         local variable.
47709
47710         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47711
47712         * elf/tst-unique3.cc: Add explicit declaration of gets.
47713         * elf/tst-unique3lib.cc: Likewise.
47714         * elf/tst-unique3lib2.cc: Likewise.
47715         * elf/tst-unique4.cc: Likewise.
47716
47717         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47718
47719 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
47720
47721         [BZ #13566]
47722         * assert/assert.h (static_assert): Don't define for C++.
47723         * libio/stdio.h (gets): Do declare for C++ <= C++11.
47724         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47725
47726 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
47727
47728         * iconv/loop.c (single loop): Fix assertion in storing of
47729         remaining bytes.
47730
47731         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47732
47733 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
47734
47735         * posix/getconf.c: Update copyright year.
47736         * nss/getent.c: Likewise.
47737         * nss/makedb.c: Likewise.
47738         * iconv/iconvconfig.c: Likewise.
47739         * iconv/iconv_prog.c: Likewise.
47740         * elf/ldconfig.c: Likewise.
47741         * elf/pldd.c: Likewise.
47742         * elf/sotruss.ksh: Likewise.
47743         * catgets/gencat.c: Likewise.
47744         * csu/version.c: Likewise.
47745         * elf/ldd.bash.in: Likewise.
47746         * elf/sprof.c (print_version): Likewise.
47747         * locale/programs/locale.c: Likewise.
47748         * locale/programs/localedef.c: Likewise.
47749         * login/programs/pt_chown.c: Likewise.
47750         * nscd/nscd.c (print_version): Likewise.
47751         * debug/xtrace.sh: Likewise.
47752         * malloc/memusage.sh: Likewise.
47753         * malloc/mtrace.pl: Likewise.
47754         * debug/catchsegv.sh: Likewise.
47755
47756 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
47757
47758         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47759         pure attribute.
47760
47761 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
47762
47763         [BZ #13533]
47764         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47765         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47766         transformations.
47767         * iconv/gconv_int.h: Likewise.
47768         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47769         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47770         from libc for GLIBC_2.16.
47771         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47772         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47773         * wcsmbs/uchar.h: Really define mbstate_t.
47774         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47775         * wcsmbs/c16rtomb.c: New file.
47776         * wcsmbs/mbrtoc16.c: New file.
47777         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47778         for C/POSIX locale.
47779         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47780         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47781
47782         * wcsmbs/wchar.h: Add missing __restrict.
47783
47784 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47785
47786         [BZ #13532]
47787         * time/Makefile (routines): Add timespec_get.
47788         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47789         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
47790         timespec for ISO C11.
47791         * time/timespec_get.c: New file.
47792         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47793         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47794
47795         [BZ #13531]
47796         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47797         * stdlib/stdlib.h: Declare aligned_alloc.
47798         * Versions.def: Add GLIBC_2.16 for libc.
47799         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47800
47801         [BZ 13527]
47802         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47803         ISO C11.
47804
47805         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
47806         code.
47807
47808         [BZ #13528]
47809         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47810
47811         [BZ #13529]
47812         * assert/assert.h (static_assert): Define.
47813
47814         * version.h: Update for 2.16 development version.
47815
47816         [BZ #13526]
47817         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47818         _ISOC11_SOURCE.
47819
47820         * version.h (RELEASE): Bump for 2.15 release.
47821         * include/features.h (__GLIBC_MINOR__): Bump to 15.
47822
47823         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47824         Patch by Marek Polacek <mpolacek@redhat.com>.
47825
47826         * bits/byteswap.h: Protect long long constants with __extension__.
47827         * sysdeps/i386/bits/byteswap.h: Likewise.
47828         * sysdeps/ia64/bits/byteswap.h: Likewise.
47829         * sysdeps/s390/bits/byteswap.h: Likewise.
47830         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47831
47832 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47833
47834         [BZ #13540]
47835         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47836         destination buffer.
47837         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47838
47839 2011-12-23  Marek Polacek  <polacek@redhat.com>
47840
47841         * elf/dl-addr.c (determine_info): Add inline keyword.
47842         * elf/tst-auditmod4b.c (check_avx): Likewise.
47843         * elf/tst-auditmod6b.c (check_avx): Likewise.
47844         * elf/tst-auditmod6c.c (check_avx): Likewise.
47845         * elf/tst-auditmod7b.c (check_avx): Likewise.
47846
47847 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47848
47849         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47850         !__SSE_MATH__.
47851
47852 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47853
47854         [BZ #13540]
47855         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47856         processing for last bytes.
47857
47858 2011-08-06  Bruno Haible  <bruno@clisp.org>
47859
47860         [BZ #13061]
47861         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47862         U+0385, not to U+1FEE.
47863
47864         [BZ #13062]
47865         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47866         entry for U+00A5 U+0301.
47867
47868 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47869
47870         [BZ #13166]
47871         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47872         buffer for the output is too small.
47873
47874         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47875         optimization.
47876
47877         [BZ #13185]
47878         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47879         SSE flags if possible.
47880
47881 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47882
47883         [BZ #13540]
47884         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47885         processing for last bytes.
47886
47887 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
47888
47889         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47890         (syscall-list-default-options, syscall-list-default-condition)
47891         (syscall-list-includes): Define.
47892         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47893         list of ABIs and options and #if conditions for each ABI.  Do not
47894         handle common syscalls between ABIs specially.
47895         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47896         Remove.
47897         (syscall-list-variants, syscall-list-32bit-options)
47898         (syscall-list-32bit-condition, syscall-list-64bit-options)
47899         (syscall-list-64bit-condition): Define.
47900         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47901         (syscall-list-variants, syscall-list-32bit-options)
47902         (syscall-list-32bit-condition, syscall-list-64bit-options)
47903         (syscall-list-64bit-condition): Define.
47904         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47905         Remove.
47906         (syscall-list-variants, syscall-list-32bit-options)
47907         (syscall-list-32bit-condition, syscall-list-64bit-options)
47908         (syscall-list-64bit-condition): Define.
47909         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47910         Remove.
47911         (syscall-list-variants, syscall-list-32bit-options)
47912         (syscall-list-32bit-condition, syscall-list-64bit-options)
47913         (syscall-list-64bit-condition): Define.
47914
47915 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47916
47917         * locale/iso-639.def: Add brx entry.
47918
47919         [BZ #13328]
47920         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47921         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47922
47923         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47924         __feraiseexcept_renamed.
47925
47926 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47927
47928         [BZ #13538]
47929         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47930         EPOLLET with unsigned values.
47931         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47932         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47933
47934         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47935         to large cancellation.
47936         * math/s_cacoshf.c: Likewise.
47937         * math/s_cacoshl.c: Likewise.
47938
47939 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47940
47941         [BZ #13305]
47942         [BZ #12786]
47943         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47944         * math/s_cacoshf.c: Likewise.
47945         * math/s_cacoshl.c: Likewise.
47946
47947 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47948
47949         [BZ #13439]
47950         * iconv/gconv.h: Define __GCONV_SWAP.
47951         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47952         * iconvdata/utf-16.c: Likewise.
47953         * iconvdata/utf-32.c: Likewise.
47954
47955 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47956
47957         [BZ #13524]
47958         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47959         numerator after shifting it by one limb.
47960
47961 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47962
47963         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47964         under [__USE_EXTERN_INLINES].
47965
47966 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47967
47968         [BZ #13446]
47969         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47970
47971 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47972
47973         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47974         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47975         optimized code.
47976         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47977         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47978         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47979         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47980         for strncasecmp/strncasecmp_l compilation.
47981         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47982         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47983
47984 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
47985
47986         [BZ #13484]
47987         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47988         of __asm__.
47989
47990 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47991
47992         [BZ #13506]
47993         * time/tzfile.c (__tzfile_read): Check values from file header.
47994
47995 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
47996
47997         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
47998         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
47999         * powerpc/powerpc32/dl-start.S: Likewise.
48000         * powerpc/powerpc32/elf/start.S: Likewise.
48001         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
48002         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
48003         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
48004         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
48005         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
48006         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
48007         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
48008         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
48009         * powerpc/powerpc32/fpu/s_round.S: Likewise.
48010         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
48011         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
48012         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
48013         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
48014         * powerpc/powerpc32/memset.S: Likewise.
48015         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
48016         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
48017         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
48018         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
48019         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
48020         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
48021         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
48022         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
48023         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
48024         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
48025         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
48026         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
48027         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
48028
48029 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48030
48031         * math/libm-test.inc: Added more nearbyint tests.
48032         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
48033         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
48034         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
48035         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
48036
48037 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
48038
48039         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
48040         FD_CLOEXEC.
48041
48042 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48043
48044         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
48045         Add wcscpy-ssse3 wcscpy-c.
48046         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
48047         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
48048         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
48049         * sysdeps/x86_64/wcschr.S: New file.
48050         * sysdeps/x86_64/wcsrchr.S: New file.
48051         * string/test-strcmp.c: Remove checking of wcscmp function for
48052         wrong alignments.
48053         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
48054         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
48055         wcsrchr-sse2 wcsrchr-c.
48056         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
48057         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
48058         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
48059         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
48060         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
48061         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
48062         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
48063         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
48064         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
48065         * wcsmbc/wcschr.c (WCSCHR): New macro.
48066
48067 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48068
48069         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
48070         * wcsmbs/test-wcsrchr.c: New file.
48071         * string/test-strrchr.c: Add wcsrchr support.
48072         (WIDE): New macro.
48073         * wcsmbs/test-wcscpy.c: New file.
48074         * string/test-strcpy.c: Add wcscpy support.
48075         (WIDE): New macro.
48076
48077 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
48078
48079         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
48080         the inner loop.
48081
48082 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
48083
48084         [BZ #13472]
48085         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
48086
48087 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
48088
48089         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
48090         Minor optimizations.
48091
48092         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
48093         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
48094         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
48095
48096 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
48097
48098         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
48099         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
48100         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
48101         for gcc to avoid warnings.
48102         * inet/Makefile (tests): Add tst-checks.
48103         * inet/tst-checks.c: New file.
48104
48105         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
48106         warning.
48107
48108         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
48109         __wmemcmp_sse2.
48110
48111         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
48112         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
48113
48114         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
48115
48116 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
48117
48118         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
48119         problem.
48120
48121         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
48122
48123 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
48124
48125         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
48126         conditional on GCC version.
48127         (__arch_compare_and_exchange_val_8_acq)
48128         (__arch_compare_and_exchange_val_16_acq)
48129         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
48130         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
48131         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
48132
48133 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
48134
48135         * sysdeps/sh/backtrace.c: New file.
48136
48137 2011-12-02  Andreas Schwab  <schwab@redhat.com>
48138
48139         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
48140         parenthesis.
48141
48142 2011-12-01  Andreas Schwab  <schwab@redhat.com>
48143
48144         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
48145         falling back to utime.
48146
48147 2011-11-30  Andreas Schwab  <schwab@redhat.com>
48148
48149         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
48150         expectations for float.
48151
48152 2011-11-29  Andreas Schwab  <schwab@redhat.com>
48153
48154         * locale/weight.h (findidx): Add parameter len.
48155         * locale/weightwc.h (findidx): Likewise.
48156         * posix/fnmatch_loop.c (FCT): Adjust caller.
48157         * posix/regcomp.c (build_equiv_class): Likewise.
48158         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
48159         * posix/regexec.c (check_node_accept_bytes): Likewise.
48160         * string/strcoll_l.c (STRCOLL): Likewise.
48161         * string/strxfrm_l.c (STRXFRM): Likewise.
48162
48163 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
48164
48165         * Makefile.in: Remove CVSOPT handling.
48166         * configure.in: Remove use of AC_REVISION.
48167         * iconvdata/Makefile (distribute): No need to filter out CVS.
48168         * scripts/list-sources.sh: Remove CVS, subversion and monotone
48169         handling.
48170
48171 2011-11-16  Andreas Schwab  <schwab@redhat.com>
48172
48173         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
48174         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
48175         [USE_AS_STRNCASECMP_L]: Likewise.
48176         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
48177         NO_TLS_DIRECT_SEG_REFS.
48178         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
48179         Fix argument offsets for non-PIC.
48180         [USE_AS_STRNCASECMP_L]: Likewise.
48181         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
48182         NO_TLS_DIRECT_SEG_REFS.
48183
48184 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48185
48186         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
48187         O_CLOEXEC.
48188         * locale/loadlocale.c (_nl_load_locale): Likewise.
48189
48190 2011-11-15  Andreas Schwab  <schwab@redhat.com>
48191
48192         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
48193         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
48194         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
48195         (SYSCALL_GETTIME): Set errno on error.
48196
48197         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
48198         count references to noai6ai_cached.
48199
48200 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48201
48202         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
48203
48204         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
48205         FD_CLOEXEC for /proc/self/maps.
48206
48207         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
48208         FD_CLOEXEC for /proc/meminfo.
48209
48210         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
48211         gai.conf.
48212
48213         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
48214         FD_CLOEXEC for given file.
48215
48216         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
48217
48218         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
48219         FD_CLOEXEC for /etc/hosts.
48220         (_gethtent): Likewise.
48221
48222         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
48223
48224         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
48225         cancellation and set FD_CLOEXEC for /etc/netgroup.
48226
48227         * nss/nss_files/files-key.c (search): Don't allow cancellation when
48228         reading /etc/publickey.
48229
48230         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
48231         allow cancellation when reading /etc/group.
48232
48233         * nss/nss_files/files-alias.c (internal_setent): Don't allow
48234         cancellation.
48235         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
48236
48237         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
48238         when using data file.
48239
48240         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
48241
48242         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
48243         (write_nis_obj): Use "c" and "e" in fopen.
48244
48245         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
48246
48247         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
48248
48249         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
48250
48251         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
48252
48253         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
48254         locale.alias.
48255
48256         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
48257
48258         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
48259
48260         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
48261
48262         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
48263         file parsing and set FD_CLOEXEC.
48264
48265 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48266
48267         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
48268
48269 2011-11-14  Andreas Schwab  <schwab@redhat.com>
48270
48271         * malloc/arena.c (arena_get2): Don't call reused_arena when
48272         _int_new_arena failed.
48273
48274 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48275
48276         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
48277         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
48278         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
48279         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48280         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48281         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
48282         to compile strcasecmp and strncasecmp.
48283         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
48284         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
48285
48286         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
48287
48288 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
48289
48290         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
48291         locale-defines.sym to gen-as-const-headers.
48292         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
48293         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
48294         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
48295         to compile strcasecmp and strncasecmp.
48296         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
48297         strcasecmp_l and strncasecmp_l.
48298         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
48299         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
48300         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
48301         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
48302         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
48303         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
48304         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
48305         * sysdeps/i386/i686/multiarch/strncase.S: New file.
48306         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
48307         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
48308         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
48309
48310 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
48311
48312         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
48313         result of SYSDEP_GETTIME_CPU to retval.
48314         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
48315         parameter list to macro.  Remove trailing semicolon.  Adjust users.
48316
48317         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
48318         variable.
48319
48320         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
48321         mantissa words.
48322         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
48323
48324         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
48325         from unused variable.
48326
48327         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
48328         DWARF definitions.
48329         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
48330         for assembling.
48331
48332         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
48333         over namespaces.
48334
48335         * sunrpc/rpc_prot.c (rejected): Fix case value.
48336
48337         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
48338         unsigned long long int to avoid warnings in shift.
48339
48340         * posix/regex_internal.c (re_string_reconstruct): Actually use result
48341         of use of trans.
48342         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
48343         variable tmp.
48344
48345         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
48346         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
48347         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
48348
48349         * nis/nis_table.c (nis_list): Use variable of correct type for
48350         result of __follow_path call.
48351
48352 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48353
48354         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
48355         of math functions ceil, trunc, floor, round, and sqrt, when
48356         avaliable on the platform.
48357         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
48358         name clash.
48359         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48360         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48361         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48362
48363 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
48364
48365         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
48366         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
48367
48368 2011-11-11  Roland McGrath  <roland@hack.frob.com>
48369
48370         * include/unistd.h: Fix __readlink return type.
48371         Reported by Chris Metcalf <cmetcalf@tilera.com>.
48372
48373 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
48374
48375         * stdlib/ucontext.h: Undo last change for makecontext.
48376
48377 2011-11-11  Andreas Schwab  <schwab@redhat.com>
48378
48379         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
48380
48381         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
48382         * setjmp/setjmp.h: Mark functions as non-leaf.
48383         * setjmp/bits/setjmp2.h: Likewise.
48384         * stdlib/ucontext.h: Likewise.
48385
48386 2011-11-10  Andreas Schwab  <schwab@redhat.com>
48387
48388         * malloc/arena.c (_int_new_arena): Don't increment narenas.
48389         (reused_arena): Don't check arena limit.
48390         (arena_get2): Atomically check arena limit.
48391
48392 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
48393
48394         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
48395         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
48396
48397         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
48398         instructions.
48399
48400 2011-11-07  Andreas Schwab  <schwab@redhat.com>
48401
48402         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
48403         handler when locking.
48404
48405         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
48406         Fix size of allocated buffer.
48407
48408 2011-11-04  Andreas Schwab  <schwab@redhat.com>
48409
48410         [BZ #10103]
48411         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
48412         declarations for long double functions.
48413         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
48414
48415         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
48416
48417 2011-11-03  Andreas Schwab  <schwab@redhat.com>
48418
48419         * nscd/nscd.c (main): Don't start AVC thread until credentials are
48420         installed.
48421
48422         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
48423         is disabled.
48424
48425 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48426
48427         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
48428
48429 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
48430
48431         * include/alloca.h (stackinfo_alloca_round): Define.
48432         (extend_alloca): Use it.
48433         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
48434         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
48435         here.
48436
48437         * scripts/check-local-headers.sh: Ignore libaudit.h.
48438
48439         * nscd/Makefile (extra-objs): Make recursively expanded.
48440
48441 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
48442
48443         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
48444         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
48445
48446         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
48447         * posix/tst-rfc3484-2.c: Likewise.
48448         * posix/tst-rfc3484-3.c: Likewise.
48449
48450         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48451         process_vm_writev.
48452         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
48453         process_vm_writev.
48454         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
48455         process_vm_writev from libc using GLIBC_2.15 version.
48456
48457         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
48458
48459 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
48460
48461         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
48462         stack usage.
48463
48464 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
48465
48466         [BZ #13367]
48467         * nss/getent.c (initgroups_keys): Show error message in case no group
48468         names are given.
48469
48470         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
48471         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
48472         __bump_nl_timestamp.
48473         * nscd/connections (nscd_init): When host database is served open
48474         netlink socket and request notification about configuration changes.
48475         (main_loop_poll): Track netlink file descriptor and bump timestamp
48476         in case data becomes available.
48477         (main_loop_epoll): Likewise.
48478         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
48479         (database_pers_head): Add extra_data fileds.
48480         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
48481         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
48482         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
48483         Adjust caller.
48484         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
48485         in6ai data, call __free_in6ai.
48486         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
48487         Add -DHAVE_NETLINK.
48488         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
48489         interface information.  Reuse previous data if netlink timestamp
48490         is not changed.
48491         (__bump_nl_timestamp): New function.
48492         (__free_in6ai): New function.
48493
48494 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
48495
48496         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
48497         close_not_cancel_no_status here.
48498         (__check_pf): Reorganize code a bit to not call close twice if OOM.
48499
48500 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48501
48502         [BZ #13276]
48503         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
48504         return value.
48505
48506         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
48507         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
48508         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
48509
48510 2011-07-03  Andreas Jaeger  <aj@suse.de>
48511
48512         [BZ #10709]
48513         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
48514         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
48515         * math/libm-test.inc (sin_test): Add test case.
48516
48517 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48518
48519         [BZ #13337]
48520         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
48521         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48522
48523         * elf/chroot_canon.c (chroot_canon): Cleanups.
48524
48525         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
48526
48527         [BZ #13335]
48528         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
48529         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48530
48531         * string/test-strchr.c: Make usable for strchrnul testing.
48532         * string/test-strchrnul.c: New file.
48533         * string/Makefile (strop-tests): Add strchrnul.
48534
48535         * po/it.po: Update from translation team.
48536         * po/es.po: Likewise.
48537
48538 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
48539
48540         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
48541         the three constants needed as parameters.  Drop the others.
48542         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
48543         __m128i_strloadu_tolower.
48544         Create and initialize variable zero and use it in all the places
48545         where _mm_setzero_si128 was used.
48546
48547         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
48548         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
48549         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
48550         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
48551         anymore.
48552         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
48553         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
48554         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
48555         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
48556         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
48557         __mpranred, __mptan.
48558         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
48559         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
48560         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
48561         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
48562         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
48563         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
48564         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
48565         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
48566         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
48567
48568 2011-10-28  Andreas Schwab  <schwab@redhat.com>
48569
48570         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
48571         redefine if SHARED.
48572         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
48573
48574         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
48575         wide char related routines to wcsmbs subdir.
48576
48577 2011-10-27  Andreas Schwab  <schwab@redhat.com>
48578
48579         [BZ #13344]
48580         * misc/sys/cdefs.h (__THROWNL): Define.
48581         * posix/unistd.h: Use __THREADNL instead of __THREAD
48582         for memory synchronization functions.
48583
48584 2011-10-26  Roland McGrath  <roland@hack.frob.com>
48585
48586         [BZ #13349]
48587         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
48588         doesn't exist.
48589         * manual/stdio.texi (Obstack Streams): Node removed.
48590
48591 2011-10-26  Andreas Schwab  <schwab@redhat.com>
48592
48593         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
48594         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48595         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48596
48597         * math/math_private.h (math_force_eval): Allow non-addressable
48598         arguments.
48599         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
48600
48601 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48602
48603         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
48604         file is not needed.
48605
48606         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
48607         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
48608         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48609         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48610         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48611         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48612         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48613         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
48614         Add AVX variants.
48615         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
48616         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
48617         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48618         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48619         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48620         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48621         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48622         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48623         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48624         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48625         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48626         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48627         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48628         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48629         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48630         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48631         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48632         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48633         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48634
48635         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48636         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
48637
48638         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48639         place.  Use VEX encoding when compiling for AVX.
48640
48641 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48642
48643         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48644         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48645
48646         * string/test-strchr.c (do_test): Don't generate NUL bytes.
48647
48648 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48649
48650         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
48651         useless if() expression.
48652         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48653         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48654         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48655         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48656         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48657         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48658         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48659         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48660         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48661         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48662         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48663         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48664         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48665         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48666         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48667         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48668         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48669         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48670         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48671
48672         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48673
48674 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48675
48676         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48677         condition.
48678         * elf/dl-fini.c (_dl_sort_fini): Likewise.
48679
48680 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48681
48682         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48683         .text section.  Avoid duplicate constants.
48684         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48685         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48686         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48687         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48688         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48689         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48690         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48691         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48692         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48693         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48694         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48695         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48696         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48697         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48698         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48699         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48700         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48701         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48702         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48703         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48704         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48705         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48706         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48707         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48708         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48709         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48710         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48711         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48712         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48713         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48714         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48715         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48716         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48717         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48718         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48719         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48720         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48721         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48722         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48723         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48724         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48725         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48726         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48727         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48728         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48729
48730 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
48731
48732         * sysdeps/x86_64/dla.h: Move to ...
48733         * sysdeps/x86_64/fpu/dla.h: ...here.
48734         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48735         situations.  Use __builtin_fma only for gcc 4.6 and up.
48736
48737         * config.make.in: Add have-mfma4 entry.
48738         * configure.in: Substitute libc_cv_cc_fma4.
48739         * math/Makefile (dbl-only-routines): Add sincostab.
48740         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48741         Use __sincostab not sincos.
48742         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48743         name is a macro.
48744         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48745         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48746         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48747         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
48748         using __copysign.
48749         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
48750         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
48751         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48752         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48753         and __inv.
48754         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48755         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48756         __copysign.
48757         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
48758         define aliases when function name is a macro.
48759         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48760         sysdeps/ieee754/dbl-64/sincos.tbl.
48761         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48762         fma4-enabled routines.
48763         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48764         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48765         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48766         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48767         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48768         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48769         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48770         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48771         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48772         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48773         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48774         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48775         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48776         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48777         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48778         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48779         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48780         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48781         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48782         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48783         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48784         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48785         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48786         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48787         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48788         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48789         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48790         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48791         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48792         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48793
48794         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48795         rename.
48796         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48797         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48798         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48799         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48800         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48801         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48802         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48803         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48804
48805 2011-10-24  Andreas Schwab  <schwab@redhat.com>
48806
48807         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48808
48809 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48810
48811         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48812
48813         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48814         prediction.
48815         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48816
48817         * string/strnlen.c: Don't define STRNLEN, reverse logic.
48818         Remove unused variable magic_bits.
48819         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48820
48821         * string/strnlen.c: Define and use STRNLEN macro.
48822         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48823         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48824         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48825         * wcsmbs/wcslen.c: Define and use WCSLEN.
48826         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48827         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48828         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48829         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48830         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48831         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48832         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48833
48834 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48835
48836         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48837         strnlen-sse2-no-bsf.
48838         Rename strlen-no-bsf to strlen-sse2-no-bsf.
48839         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48840         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48841         Add strnlen support.
48842         (USE_AS_STRNLEN): New macro.
48843         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48844         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48845         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48846         * sysdeps/x86_64/wcslen.S: New file.
48847
48848 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
48849
48850         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48851         XMM-moves are used for copying on small sizes.
48852
48853 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48854
48855         * wcsmbs/Makefile (strop-tests): Add wcschr.
48856         * wcsmbs/test-wcschr.c: New file.
48857         * string/test-strchr.c: Update.
48858         Add wcschr support.
48859         (WIDE): New macro.
48860
48861 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48862
48863         * wcsmbs/Makefile (strop-tests): Add wcslen.
48864         * wcsmbs/test-wcslen.c: New file.
48865         * string/test-strlen.c: Update.
48866         Add wcslen support.
48867         (WIDE): New macro.
48868
48869 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48870
48871         * po/it.po: Update from translation team.
48872
48873 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48874
48875         * sysdeps/x86_64/wcscmp.S: Update.
48876         Fix wrong comparison semantics.
48877         wcscmp shall use signed comparison not unsigned.
48878         Don't use substraction to avoid overflow bug.
48879         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48880         * wcsmbc/wcscmp.c: Likewise.
48881         * string/test-strcmp.c: Likewise.
48882         Add new tests to check cases with negative values.
48883
48884 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48885
48886         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48887         * sysdeps/x86_64/dla.h: ...here.  New file.
48888         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48889         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48890         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48891         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48892         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48893         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48894         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48895         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48896         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48897
48898 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
48899
48900         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48901         __ynl_finite aliases.
48902
48903 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48904
48905         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48906
48907         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48908         define DLA_FMA.
48909         [DLA_FMA] (EMULV): Use DLA_FMA.
48910         [DLA_FMA] (MUL12): Use EMULV.
48911         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48912         that are not needed.
48913         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48914         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48915         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48916         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48917         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48918         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48919         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48920
48921 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48922
48923         * math/s_nan.c: Undef __nan.
48924         * math/s_nanf.c: Undef __nanf.
48925         * math/s_nanl.c: Undef __nanl.
48926         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48927         "math_private.h".
48928
48929 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48930
48931         * math/s_catan.c: Add branch predictions.
48932         * math/s_catanf.c: Likewise.
48933         * math/s_catanh.c: Likewise.
48934         * math/s_catanhf.c: Likewise.
48935         * math/s_catanhl.c: Likewise.
48936         * math/s_catanl.c: Likewise.
48937         * math/s_cexp.c: Likewise.
48938         * math/s_cexpf.c: Likewise.
48939         * math/s_cexpl.c: Likewise.
48940         * math/s_clog.c: Likewise.
48941         * math/s_clog10.c: Likewise.
48942         * math/s_clog10f.c: Likewise.
48943         * math/s_clog10l.c: Likewise.
48944         * math/s_clogf.c: Likewise.
48945         * math/s_clogl.c: Likewise.
48946         * math/s_csqrt.c: Likewise.
48947         * math/s_csqrtf.c: Likewise.
48948         * math/s_csqrtl.c: Likewise.
48949         * math/s_ctanf.c: Likewise.
48950         * math/s_ctanh.c: Likewise.
48951         * math/s_ctanhf.c: Likewise.
48952         * math/s_ctanhl.c: Likewise.
48953         * math/s_ctanl.c: Likewise.
48954
48955         * math/math_private.h: Define __nan, __nanf, __nanl.
48956         * math/s_cacosh.c: Include <math_private.h>.
48957         * math/s_cacoshl.c: Likewise.
48958         * math/s_casinh.c: Likewise.
48959         * math/s_casinhf.c: Likewise.
48960         * math/s_casinhl.c: Likewise.
48961         * math/s_ccos.c: Rely entire on ccosh.
48962         * math/s_ccosf.c: Rely entire on ccoshf.
48963         * math/s_ccosl.c: Rely entirely on ccoshl.
48964         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48965         Remove tests for FE_INVALID.
48966         * math/s_ccoshf.c: Likewise.
48967         * math/s_ccoshl.c: Likewise.
48968         * math/s_csin.c: Likewise.
48969         * math/s_csinf.c: Likewise.
48970         * math/s_csinh.c Likewise.
48971         * math/s_csinhf.c: Likewise.
48972         * math/s_csinhl.c: Likewise.
48973         * math/s_csinl.c: Likewise.
48974         * math/s_ctan.c: Likewise.
48975         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48976         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48977         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48978
48979 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
48980
48981         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48982         compilation problems.
48983
48984         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48985         __builtin_expect.
48986
48987 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
48988
48989         * sysdeps/i386/configure.in: Test for -mfma4 option.
48990         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48991         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48992         COMMON_CPUID_INDEX_80000001.
48993         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
48994         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
48995         use it if FMA3 is not supported.
48996         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
48997
48998         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
48999         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
49000
49001 2011-10-20  Andreas Schwab  <schwab@redhat.com>
49002
49003         [BZ #12892]
49004         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
49005         it would create a cycle with a link time dependency.
49006
49007 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
49008
49009         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
49010         instruction.
49011         * string/Makefile (strop-tests): Add rawmemchr.
49012         * string/test-rawmemchr.c: New file.
49013
49014         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
49015         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
49016         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
49017         when compiling str{,n}casecmp and when AVX is available.  Hook up
49018         new optimized code in initializers.
49019
49020 2011-10-19  Andreas Schwab  <schwab@redhat.com>
49021
49022         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
49023         __feraiseexcept instead of feraiseexcept.
49024
49025 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
49026
49027         * math/math_private.h: Define defaults for libc_fetestexcept and
49028         libc_feupdateenv.
49029         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
49030         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
49031         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49032         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49033         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
49034         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
49035         libc_fetestexcept and libc_feupdateenv.
49036
49037         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
49038         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
49039         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
49040         * sysdeps/x86_64/fpu/math_private.h: Define special version of
49041         libc_feholdexcept_setround.
49042
49043         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
49044         Add s_nearbyint-c and s_nearbyintf-c.
49045         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
49046         nearbyintf inlines.
49047         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
49048         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
49049         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
49050         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
49051
49052         * math/math_private.h: Define defaults for libc_fegetround,
49053         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
49054         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
49055         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
49056         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
49057         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
49058         standard functions.
49059         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49060         Remove comments and hacks for old compiler versions.
49061         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
49062         libc_fegetround, libc_fesetround, libc_feholdexcept, and
49063         libc_feholdexceptl.
49064
49065 2011-10-18  Andreas Schwab  <schwab@redhat.com>
49066
49067         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
49068         (__feraiseexcept_renamed): Add __NTH.
49069         (feraiseexcept): Add __NTH.  Rename local variables to fix
49070         namespace violations.
49071
49072 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
49073
49074         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
49075
49076         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
49077
49078         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
49079         recently added interfaces.
49080         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
49081
49082         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
49083         about macro parameter expansion.
49084
49085         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
49086         __NO_MATH_INLINES is defined.  Cleanups.
49087
49088         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
49089         and __floorf is target has SSE4.1.
49090         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
49091         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
49092         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
49093         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
49094
49095         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
49096         name.
49097         (floorf): Likewise.
49098
49099         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
49100
49101 2011-10-17  Andreas Schwab  <schwab@redhat.com>
49102
49103         * misc/sys/cdefs.h: Fix last change.
49104
49105         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
49106         database lookup.
49107
49108 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
49109
49110         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
49111
49112         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
49113         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49114         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
49115         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
49116         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
49117         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
49118         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
49119         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49120         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
49121         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
49122         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
49123         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
49124         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
49125         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
49126         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
49127         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
49128         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
49129         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
49130         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
49131         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
49132         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
49133         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
49134
49135         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
49136         ceil, ceilf, floor, floorf.
49137
49138         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
49139         Perform IRELATIVE relocations last.
49140
49141         * elf/do-rel.h: Add another parameter nrelative, replacing the
49142         local variable with the same name.  Change name of the function
49143         to end in Rel or Rela (uppercase).
49144         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
49145         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
49146         elf_dynamic_do_##reloc function.
49147
49148 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49149
49150         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
49151         is sufficient, at least on modern CPUs.
49152
49153         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
49154
49155         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
49156         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
49157
49158         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
49159         __expl_finite.
49160         * math/bits/math-finite.h: Add entries for exp.
49161         * math/e_expl.c: Add __*_finite alias.
49162         * sysdeps/i386/fpu/e_exp.S: Likewise.
49163         * sysdeps/i386/fpu/e_expf.S: Likewise.
49164         * sysdeps/i386/fpu/e_expl.c: Likewise.
49165         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49166         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49167         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
49168         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
49169         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
49170         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49171         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49172
49173         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
49174         is sufficient, at least on modern CPUs.
49175
49176         * ctype/ctype-info.c (__ctype_init): Define.
49177         * include/ctype.h (__ctype_init): Declare.
49178         (__ctype_b_loc): The variable is always initialized.
49179         (__ctype_toupper_loc): Likewise.
49180         (__ctype_tolower_loc): Likewise.
49181         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
49182         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
49183
49184 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
49185
49186         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
49187
49188         * configure.in: Also look in $cxxmachine/include for C++ system
49189         headers.
49190
49191 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49192
49193         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
49194         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
49195         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
49196         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
49197         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
49198         (USE_AS_WMEMCMP): New macro.
49199         Fixing indents.
49200         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
49201         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
49202         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
49203         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
49204         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49205         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
49206         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
49207         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
49208         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
49209         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
49210         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
49211         (USE_AS_WMEMCMP): New macro.
49212         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
49213         * sysdeps/string/test-memcmp.c: Update.
49214         Fix simple_wmemcmp.
49215         Add new tests.
49216         * wcsmbs/wmemcmp.c: Update.
49217         (WMEMCMP): New macro.
49218         Fix overflow bug.
49219
49220 2011-10-12  Andreas Jaeger  <aj@suse.de>
49221
49222         [BZ #13268]
49223         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
49224
49225 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49226
49227         * libio/iofwide.c (do_length): Avoid warning.
49228
49229         * ctype/ctype.h (__isctype_f): Add missing __THROW.
49230
49231 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
49232
49233         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
49234
49235         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
49236         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
49237         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
49238         * sysdeps/i386/i686/fpu/e_log.S: New file.
49239         * sysdeps/i386/i686/fpu/e_logf.S: New file.
49240         * sysdeps/i386/i686/fpu/e_logl.S: New file.
49241
49242         * ctype/ctype.h: Add support for inlined isXXX functions when
49243         compiling C++ code.
49244
49245 2011-10-14  Andreas Schwab  <schwab@redhat.com>
49246
49247         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49248
49249         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
49250
49251 2011-10-13  Roland McGrath  <roland@hack.frob.com>
49252
49253         [BZ #13291]
49254         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
49255
49256 2011-10-13  Andreas Schwab  <schwab@redhat.com>
49257
49258         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
49259         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
49260         feraiseexcept.
49261
49262         * sysdeps/x86_64/memrchr.S: Check for zero size.
49263
49264         * string/stratcliff.c: Add memrchr tests.
49265
49266 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49267
49268         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49269         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
49270         rawmemchr-sse2 rawmemchr-sse2-bsf.
49271         * sysdeps/i386/i686/multiarch/memchr.S: New file.
49272         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
49273         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
49274         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
49275         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
49276         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
49277         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
49278         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
49279         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
49280         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
49281         * string/memrchr.c (MEMRCHR): New macro.
49282
49283 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
49284
49285         Add integration with gcc's -ffinite-math-only and optimize wrapper
49286         functions in libm.
49287         * Versions.def: Define GLIBC_2.15 version for libm.
49288         * math/Makefile (headers): Add bits/math-finite.h.
49289         * math/bits/math-finite.h: New file.
49290         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
49291         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
49292         * math/e_acoshl.c: Add __*_finite alias.
49293         * math/e_acosl.c: Likewise.
49294         * math/e_asinl.c: Likewise.
49295         * math/e_atan2l.c: Likewise.
49296         * math/e_atanhl.c: Likewise.
49297         * math/e_coshl.c: Likewise.
49298         * math/e_exp10.c: Likewise.
49299         * math/e_exp10f.c: Likewise.
49300         * math/e_exp10l.c: Likewise.
49301         * math/e_exp2l.c: Likewise.
49302         * math/e_fmodl.c: Likewise.
49303         * math/e_gammal_r.c: Likewise.
49304         * math/e_hypotl.c: Likewise.
49305         * math/e_j0l.c: Likewise.
49306         * math/e_j1l.c: Likewise.
49307         * math/e_jnl.c: Likewise.
49308         * math/e_lgammal_r.c: Likewise.
49309         * math/e_log10l.c: Likewise.
49310         * math/e_log2l.c: Likewise.
49311         * math/e_logl.c: Likewise.
49312         * math/e_powl.c: Likewise.
49313         * math/e_sinhl.c: Likewise.
49314         * math/e_sqrtl.c: Likewise.
49315         * math/e_scalb.c: Completely rewritten and optimized.
49316         * math/e_scalbf.c: Likewise.
49317         * math/e_scalbl.c: Likewise.
49318         * math/w_acos.c: Likewise.
49319         * math/w_acosf.c: Likewise.
49320         * math/w_acosl.c: Likewise.
49321         * math/w_acosh.c: Likewise.
49322         * math/w_acoshf.c: Likewise.
49323         * math/w_acoshl.c: Likewise.
49324         * math/w_asin.c: Likewise.
49325         * math/w_asinf.c: Likewise.
49326         * math/w_asinl.c: Likewise.
49327         * math/w_atan2.c: Likewise.
49328         * math/w_atan2f.c: Likewise.
49329         * math/w_atan2l.c: Likewise.
49330         * math/w_atanh.c: Likewise.
49331         * math/w_atanhf.c: Likewise.
49332         * math/w_atanhl.c: Likewise.
49333         * math/w_exp10.c: Likewise.
49334         * math/w_exp10f.c: Likewise.
49335         * math/w_exp10l.c: Likewise.
49336         * math/w_fmod.c: Likewise.
49337         * math/w_fmodf.c: Likewise.
49338         * math/w_fmodl.c: Likewise.
49339         * math/w_j0.c: Likewise.
49340         * math/w_j0f.c: Likewise.
49341         * math/w_j0l.c: Likewise.
49342         * math/w_j1.c: Likewise.
49343         * math/w_j1f.c: Likewise.
49344         * math/w_j1l.c: Likewise.
49345         * math/w_jn.c: Likewise.
49346         * math/w_jnf.c: Likewise.
49347         * math/w_log.c: Likewise.
49348         * math/w_logf.c: Likewise.
49349         * math/w_logl.c: Likewise.
49350         * math/w_log10.c: Likewise.
49351         * math/w_log10f.c: Likewise.
49352         * math/w_log10l.c: Likewise.
49353         * math/w_log2.c: Likewise.
49354         * math/w_log2f.c: Likewise.
49355         * math/w_log2l.c: Likewise.
49356         * math/w_pow.c: Likewise.
49357         * math/w_powf.c: Likewise.
49358         * math/w_powl.c: Likewise.
49359         * math/w_remainder.c: Likewise.
49360         * math/w_remainderf.c: Likewise.
49361         * math/w_remainderl.c: Likewise.
49362         * math/w_scalb.c: Likewise.
49363         * math/w_scalbf.c: Likewise.
49364         * math/w_scalbl.c: Likewise.
49365         * math/w_sqrt.c: Likewise.
49366         * math/w_sqrtf.c: Likewise.
49367         * math/w_sqrtl.c: Likewise.
49368         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
49369         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
49370         used.
49371         * math/math_private.h: Declare __kernel_standard_f.
49372         * math/w_cosh.c: Remove cruft and optimize a bit.
49373         * math/w_coshf.c: Likewise.
49374         * math/w_coshl.c: Likewise.
49375         * math/w_exp2.c: Likewise.
49376         * math/w_exp2f.c: Likewise.
49377         * math/w_exp2l.c: Likewise.
49378         * math/w_hypot.c: Likewise.
49379         * math/w_hypotf.c: Likewise.
49380         * math/w_hypotl.c: Likewise.
49381         * math/w_lgamma.c: Likewise.
49382         * math/w_lgamma_r.c: Likewise.
49383         * math/w_lgammaf.c: Likewise.
49384         * math/w_lgammaf_r.c: Likewise.
49385         * math/w_lgammal.c: Likewise.
49386         * math/w_lgammal_r.c: Likewise.
49387         * math/w_sinh.c: Likewise.
49388         * math/w_sinhf.c: Likewise.
49389         * math/w_sinhl.c: Likewise.
49390         * math/w_tgamma.c: Likewise.
49391         * math/w_tgammaf.c: Likewise.
49392         * math/w_tgammal.c: Likewise.
49393         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49394         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49395         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
49396         Minor optimizations.  Pretty printing.  Remove cruft.
49397         * sysdeps/i386/fpu/e_acosf.S: Likewise.
49398         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49399         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49400         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49401         * sysdeps/i386/fpu/e_acosl.c: Likewise.
49402         * sysdeps/i386/fpu/e_asin.S: Likewise.
49403         * sysdeps/i386/fpu/e_asinf.S: Likewise.
49404         * sysdeps/i386/fpu/e_atan2.S: Likewise.
49405         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
49406         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
49407         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49408         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49409         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49410         * sysdeps/i386/fpu/e_exp10.S: Likewise.
49411         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
49412         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
49413         * sysdeps/i386/fpu/e_exp2.S: Likewise.
49414         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
49415         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
49416         * sysdeps/i386/fpu/e_fmod.S: Likewise.
49417         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
49418         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
49419         * sysdeps/i386/fpu/e_hypot.S: Likewise.
49420         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
49421         * sysdeps/i386/fpu/e_log.S: Likewise.
49422         * sysdeps/i386/fpu/e_log10.S: Likewise.
49423         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49424         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49425         * sysdeps/i386/fpu/e_log2.S: Likewise.
49426         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49427         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49428         * sysdeps/i386/fpu/e_logf.S: Likewise.
49429         * sysdeps/i386/fpu/e_logl.S: Likewise.
49430         * sysdeps/i386/fpu/e_pow.S: Likewise.
49431         * sysdeps/i386/fpu/e_powf.S: Likewise.
49432         * sysdeps/i386/fpu/e_powl.S: Likewise.
49433         * sysdeps/i386/fpu/e_remainder.S: Likewise.
49434         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
49435         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
49436         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49437         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49438         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49439         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
49440         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
49441         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
49442         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49443         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49444         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49445         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49446         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49447         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49448         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
49449         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49450         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49451         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49452         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49453         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49454         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49455         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49456         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49457         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49458         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49459         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49460         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49461         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49462         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49463         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49464         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49465         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49466         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49467         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49468         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49469         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49470         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
49471         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49472         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49473         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49474         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49475         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49476         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49477         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49478         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49479         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49480         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49481         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49482         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49483         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49484         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49485         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49486         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49487         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49488         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49489         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49490         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49491         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
49492         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49493         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49494         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49495         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49496         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49497         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49498         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49499         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49500         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49501         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49502         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49503         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49504         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49505         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49506         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49507         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49508         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49509         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49510         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
49511         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49512         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49513         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49514         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49515         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49516         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49517         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49518         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
49519         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49520         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49521         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49522         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49523         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49524         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
49525         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49526         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49527         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49528         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49529         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49530         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49531         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49532         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49533         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49534         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49535         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
49536         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49537         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49538         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49539         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
49540         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
49541         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
49542         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
49543         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
49544         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
49545         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
49546         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49547         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49548         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49549         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49550         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
49551         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49552         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
49553         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
49554         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
49555         (__isnanf): Likewise.
49556         (__isinf_ns): Likewise.
49557         (__isinf_nsf): Likewise.
49558         (__finite): Likewise.
49559         (__finitef): Likewise.
49560         (__ieee754_sqrt): Define as macro.
49561         (__ieee754_sqrtf): Define as macro.
49562         (__ieee754_sqrtl): Define as macro.
49563         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
49564         inlined copy.
49565         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
49566         __FINITE_MATH_ONLY__ consistent.
49567         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
49568
49569 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
49570
49571         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
49572         of rawmemchr.
49573
49574         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
49575
49576 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
49577
49578         * po/ja.po: Update from translation team.
49579
49580 2011-10-08  Roland McGrath  <roland@hack.frob.com>
49581
49582         * locale/programs/locarchive.c (prepare_address_space): New function.
49583         (create_archive, enlarge_archive, open_archive): Use it.
49584
49585         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
49586         inside [SHARED], where it is used.
49587
49588         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
49589
49590         * nss/getent.c (netgroup_keys): Remove unused variable.
49591         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49592
49593 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
49594
49595         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
49596         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
49597         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
49598         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
49599         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
49600         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
49601         * math/Makefile (libm-calls): Add s_isinf_ns.
49602         * math/divtc3.c: Use __isinf_nsl instead of isinf.
49603         * math/multc3.c: Likewise.
49604         * math/s_casin.c: Likewise.
49605         * math/s_casinf.c: Likewise.
49606         * math/s_casinl.c: Likewise.
49607         * math/s_ccos.c: Likewise.
49608         * math/s_ccosf.c: Likewise.
49609         * math/s_ccosl.c: Likewise.
49610         * math/s_ctan.c: Likewise.
49611         * math/s_ctanf.c: Likewise.
49612         * math/s_ctanh.c: Likewise.
49613         * math/s_ctanhf.c: Likewise.
49614         * math/s_ctanhl.c: Likewise.
49615         * math/s_ctanl.c: Likewise.
49616         * math/w_fmod.c: Likewise.
49617         * math/w_fmodf.c: Likewise.
49618         * math/w_fmodl.c: Likewise.
49619         * math/w_remainder.c: Likewise.
49620         * math/w_remainderf.c: Likewise.
49621         * math/w_remainderl.c: Likewise.
49622         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49623         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49624         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49625         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49626         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49627         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49628         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49629         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49630
49631         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49632         of the number.
49633         * stdio-common/printf_fphex.c: Likewise.
49634         * stdio-common/printf_size.c: Likewise.
49635
49636         * math/e_exp10.c: Include math_private.h using <...> not "...".
49637         * math/e_exp10f.c: Likewise.
49638         * math/e_exp10l.c: Likewise.
49639         * math/e_exp2l.c: Likewise.
49640         * math/e_j0l.c: Likewise.
49641         * math/e_j1l.c: Likewise.
49642         * math/e_jnl.c: Likewise.
49643         * math/e_lgammal_r.c: Likewise.
49644         * math/e_rem_pio2l.c: Likewise.
49645         * math/e_scalb.c: Likewise.
49646         * math/e_scalbf.c: Likewise.
49647         * math/e_scalbl.c: Likewise.
49648         * math/k_cosl.c: Likewise.
49649         * math/k_sinl.c: Likewise.
49650         * math/k_tanl.c: Likewise.
49651         * math/s_cacoshf.c: Likewise.
49652         * math/s_catan.c: Likewise.
49653         * math/s_catanf.c: Likewise.
49654         * math/s_catanh.c: Likewise.
49655         * math/s_catanhf.c: Likewise.
49656         * math/s_catanhl.c: Likewise.
49657         * math/s_catanl.c: Likewise.
49658         * math/s_ccosh.c: Likewise.
49659         * math/s_ccoshf.c: Likewise.
49660         * math/s_ccoshl.c: Likewise.
49661         * math/s_cexp.c: Likewise.
49662         * math/s_cexpf.c: Likewise.
49663         * math/s_cexpl.c: Likewise.
49664         * math/s_clog.c: Likewise.
49665         * math/s_clog10.c: Likewise.
49666         * math/s_clog10f.c: Likewise.
49667         * math/s_clog10l.c: Likewise.
49668         * math/s_clogf.c: Likewise.
49669         * math/s_clogl.c: Likewise.
49670         * math/s_csin.c: Likewise.
49671         * math/s_csinf.c: Likewise.
49672         * math/s_csinh.c: Likewise.
49673         * math/s_csinhf.c: Likewise.
49674         * math/s_csinhl.c: Likewise.
49675         * math/s_csinl.c: Likewise.
49676         * math/s_csqrt.c: Likewise.
49677         * math/s_csqrtf.c: Likewise.
49678         * math/s_csqrtl.c: Likewise.
49679         * math/s_ctan.c: Likewise.
49680         * math/s_ctanf.c: Likewise.
49681         * math/s_ctanh.c: Likewise.
49682         * math/s_ctanhf.c: Likewise.
49683         * math/s_ctanhl.c: Likewise.
49684         * math/s_ctanl.c: Likewise.
49685         * math/s_ldexp.c: Likewise.
49686         * math/s_ldexpf.c: Likewise.
49687         * math/s_ldexpl.c: Likewise.
49688         * math/s_significand.c: Likewise.
49689         * math/s_significandf.c: Likewise.
49690         * math/s_significandl.c: Likewise.
49691         * math/w_acos.c: Likewise.
49692         * math/w_acosf.c: Likewise.
49693         * math/w_acosh.c: Likewise.
49694         * math/w_acoshf.c: Likewise.
49695         * math/w_acoshl.c: Likewise.
49696         * math/w_acosl.c: Likewise.
49697         * math/w_asin.c: Likewise.
49698         * math/w_asinf.c: Likewise.
49699         * math/w_asinl.c: Likewise.
49700         * math/w_atan2.c: Likewise.
49701         * math/w_atan2f.c: Likewise.
49702         * math/w_atan2l.c: Likewise.
49703         * math/w_atanh.c: Likewise.
49704         * math/w_atanhf.c: Likewise.
49705         * math/w_atanhl.c: Likewise.
49706         * math/w_cosh.c: Likewise.
49707         * math/w_coshf.c: Likewise.
49708         * math/w_coshl.c: Likewise.
49709         * math/w_dremf.c: Likewise.
49710         * math/w_exp10.c: Likewise.
49711         * math/w_exp10f.c: Likewise.
49712         * math/w_exp10l.c: Likewise.
49713         * math/w_exp2.c: Likewise.
49714         * math/w_exp2f.c: Likewise.
49715         * math/w_fmod.c: Likewise.
49716         * math/w_fmodf.c: Likewise.
49717         * math/w_fmodl.c: Likewise.
49718         * math/w_hypot.c: Likewise.
49719         * math/w_hypotf.c: Likewise.
49720         * math/w_hypotl.c: Likewise.
49721         * math/w_j0.c: Likewise.
49722         * math/w_j0f.c: Likewise.
49723         * math/w_j0l.c: Likewise.
49724         * math/w_j1.c: Likewise.
49725         * math/w_j1f.c: Likewise.
49726         * math/w_j1l.c: Likewise.
49727         * math/w_jn.c: Likewise.
49728         * math/w_jnf.c: Likewise.
49729         * math/w_jnl.c: Likewise.
49730         * math/w_lgamma.c: Likewise.
49731         * math/w_lgamma_r.c: Likewise.
49732         * math/w_lgammaf.c: Likewise.
49733         * math/w_lgammaf_r.c: Likewise.
49734         * math/w_lgammal.c: Likewise.
49735         * math/w_lgammal_r.c: Likewise.
49736         * math/w_log.c: Likewise.
49737         * math/w_log10.c: Likewise.
49738         * math/w_log10f.c: Likewise.
49739         * math/w_log10l.c: Likewise.
49740         * math/w_log2.c: Likewise.
49741         * math/w_log2f.c: Likewise.
49742         * math/w_log2l.c: Likewise.
49743         * math/w_logf.c: Likewise.
49744         * math/w_logl.c: Likewise.
49745         * math/w_pow.c: Likewise.
49746         * math/w_powf.c: Likewise.
49747         * math/w_powl.c: Likewise.
49748         * math/w_remainder.c: Likewise.
49749         * math/w_remainderf.c: Likewise.
49750         * math/w_remainderl.c: Likewise.
49751         * math/w_scalb.c: Likewise.
49752         * math/w_scalbf.c: Likewise.
49753         * math/w_scalbl.c: Likewise.
49754         * math/w_sinh.c: Likewise.
49755         * math/w_sinhf.c: Likewise.
49756         * math/w_sinhl.c: Likewise.
49757         * math/w_sqrt.c: Likewise.
49758         * math/w_sqrtf.c: Likewise.
49759         * math/w_sqrtl.c: Likewise.
49760         * math/w_tgamma.c: Likewise.
49761         * math/w_tgammaf.c: Likewise.
49762         * math/w_tgammal.c: Likewise.
49763
49764         * po/ja.po: Update from translation team.
49765
49766 2011-09-29  Andreas Jaeger  <aj@suse.de>
49767
49768         [BZ #13179]
49769         * sunrpc/netname.c (netname2host): Fix logic.
49770
49771         [BZ #6779]
49772         [BZ #6783]
49773         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49774         correctly.
49775         * math/w_remainder.c (__remainder): Likewise.
49776         * math/w_remainderf.c (__remainderf): Likewise.
49777         * math/libm-test.inc (remainder_test): Add test cases.
49778
49779 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49780
49781         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
49782         sdiv_qrnnd.
49783
49784 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49785
49786         * string/test-memcmp.c: Avoid unncessary #defines.
49787         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49788
49789 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49790
49791         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49792         Use new sse2 version for core i3 - i7 as it's faster
49793         than sse42 version.
49794         (bit_Prefer_PMINUB_for_stringop): New.
49795         * sysdeps/x86_64/rawmemchr.S: Update.
49796         Replace with faster SSE2 version.
49797         * sysdeps/x86_64/memrchr.S: New file.
49798         * sysdeps/x86_64/memchr.S: Update.
49799         Replace with faster SSE2 version.
49800
49801 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
49802
49803         * elf/dl-load.c (lose): Add cast to avoid warning.
49804
49805 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49806
49807         * po/ca.po: Update from translation team.
49808
49809         * inet/getnetgrent_r.c: Hook up nscd.
49810         * nscd/Makefile (routines): Add nscd_netgroup.
49811         (nscd-modules): Add netgroupcache.
49812         (CFLAGS-netgroupcache.c): Define.
49813         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49814         (cache_search): Add const to second parameter.
49815         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49816         INNETGR.
49817         (dbs): Add netgrdb entry.
49818         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49819         (verify_persistent_db): Handle netgrdb.
49820         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49821         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49822         GETFDNETGR.
49823         (netgroup_response_header): Define.
49824         (innetgroup_response_header): Define.
49825         (datahead): Add netgroup_response_header and innetgroup_response_header
49826         elements.
49827         * nscd/nscd.conf: Add entries for netgroup cache.
49828         * nscd/nscd.h (dbtype): Add netgrdb.
49829         (_PATH_NSCD_NETGROUP_DB): Define.
49830         (netgroup_iov_disabled): Declare.
49831         (xmalloc, xcalloc, xrealloc): Move declarations here.
49832         (cache_search): Adjust prototype.
49833         Add netgroup-related prototypes.
49834         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49835         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49836         (__nscd_innetgr): Declare.
49837         * nscd/selinux.c (perms): Use access_vector_t as element type and
49838         add netgroup-related initializers.
49839         * nscd/netgroupcache.c: New file.
49840         * nscd/nscd_netgroup.c: New file.
49841         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49842         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49843         For four parameters use innetgr.
49844         * nss/nss_files/files-init.c: Add definition and callback for netgr.
49845         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49846         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49847         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49848
49849         * nscd/connections.c (register_traced_file): Don't register file
49850         for disabled databases.
49851
49852 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49853
49854         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49855
49856         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49857         from tree and freeing node.
49858
49859 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
49860
49861         * nss/nsswitch.c (__nss_database_lookup): Handle
49862         nss_parse_service_list out of memory case.
49863
49864 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
49865
49866         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49867         out of memory case.
49868
49869 2011-10-04  Andreas Schwab  <schwab@redhat.com>
49870
49871         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49872         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49873         pass it down.
49874         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49875         elf_machine_rela, elf_machine_lazy_rel.
49876         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49877         (ELF_DYNAMIC_DO_REL): Likewise.
49878         (ELF_DYNAMIC_DO_RELA): Likewise.
49879         (ELF_DYNAMIC_RELOCATE): Likewise.
49880         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49881         to ELF_DYNAMIC_DO_REL.
49882         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49883         (dl_main): In trace mode always set __RTLD_NOIFUNC.
49884         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49885         elf_machine_rela.
49886         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49887         skip_ifunc, don't call ifunc function if non-zero.
49888         (elf_machine_rela): Likewise.
49889         (elf_machine_lazy_rel): Likewise.
49890         (elf_machine_lazy_rela): Likewise.
49891         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49892         (elf_machine_lazy_rel): Likewise.
49893         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49894         Likewise.
49895         (elf_machine_lazy_rel): Likewise.
49896         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49897         Likewise.
49898         (elf_machine_lazy_rel): Likewise.
49899         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49900         (elf_machine_lazy_rel): Likewise.
49901         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49902         (elf_machine_lazy_rel): Likewise.
49903         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49904         (elf_machine_lazy_rel): Likewise.
49905         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49906         (elf_machine_lazy_rel): Likewise.
49907         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49908         (elf_machine_lazy_rel): Likewise.
49909         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49910         (elf_machine_lazy_rel): Likewise.
49911
49912 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49913
49914         * nss/nss_files/files-init.c (_nss_files_init): Use static
49915         initialization for all the *_traced_file variables.
49916
49917 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49918
49919         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49920
49921 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49922
49923         [BZ #13226]
49924         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49925
49926 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49927
49928         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49929         Reread the line before reparsing it.
49930
49931 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49932
49933         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49934
49935 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49936             Maxim Kuvyrkov  <maxim@codesourcery.com>
49937             Joseph Myers  <joseph@codesourcery.com>
49938
49939         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49940         if needed for __stack_chk_guard.
49941
49942 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49943
49944         * sysdeps/posix/spawni.c (script_execute): Always define it.
49945         It will be optimized away if unused.
49946         (maybe_script_execute): New function.
49947         (__spawni): Call it.
49948
49949         * Makerules: Don't include tls.make.
49950         (config-tls): Always set to thread.
49951         * tls.make.c: File removed.
49952
49953 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49954
49955         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49956         * config.make.in (CPPFLAGS-config): New substituted variable.
49957
49958 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49959
49960         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49961
49962         [BZ #13192]
49963         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49964         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49965
49966 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49967
49968         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49969         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49970         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49971         (CALL_FAIL): Likewise.
49972         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49973         (CALL_FAIL): Macro removed.
49974         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49975
49976 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49977
49978         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49979         for __FINITE_MATH_ONLY__ == 1.
49980
49981 2011-09-15  Andreas Schwab  <schwab@redhat.com>
49982
49983         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49984         __ieee754_sqrt instead of sqrt.
49985         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49986         __ieee754_sqrtf instead of sqrtf.
49987         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49988         __floorf instead of floorf.
49989         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49990         __floorf, __truncf instead of floorf, truncf.
49991
49992 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
49993
49994         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
49995
49996         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
49997         __extern_always_inline.
49998         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
49999         32-bit.
50000
50001 2011-09-14  Andreas Schwab  <schwab@redhat.com>
50002
50003         * elf/rtld.c (dl_main): Also relocate in dependency order when
50004         doing symbol dependency testing.
50005
50006 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
50007
50008         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50009         Always define `refsym'.
50010
50011 2011-09-13  Andreas Schwab  <schwab@redhat.com>
50012
50013         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
50014         (__FD_ELT): Renamed from __FDELT.
50015         * misc/bits/select2.h (__FD_ELT): Likewise.
50016         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
50017         __FD_MASK instead of __FDELT, __FDMASK.
50018         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
50019         Likewise.
50020         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
50021         Likewise.
50022
50023         * elf/Makefile (gen-ldd): Fix pattern.
50024
50025         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
50026         (init_tls): Likewise.
50027
50028 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
50029
50030         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
50031
50032 2011-09-12  Andreas Schwab  <schwab@redhat.com>
50033
50034         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
50035         `struct cmsghdr *' instead of `void *'.
50036         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
50037         Likewise.
50038
50039 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
50040
50041         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
50042         if non-absolute.
50043         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
50044         ldd_rewrite_script.
50045
50046 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
50047
50048         * configure.in: Remove --with-tls option.
50049         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
50050         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
50051         out in case it is missing.
50052         * sysdeps/ia64/elf/configure.in: Likewise.
50053         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
50054         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
50055         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
50056         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
50057         * sysdeps/sh/elf/configure.in: Likewise.
50058         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
50059         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
50060         * sysdeps/x86_64/elf/configure.in: Likewise.
50061         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
50062         * sysdeps/mach/hurd/tls.h: Likewise.
50063
50064         [BZ #13067]
50065         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
50066
50067         [BZ #13090]
50068         * configure.in: Fix use of AC_INIT.
50069
50070         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
50071
50072 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
50073
50074         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
50075         __set_errno.
50076         * malloc/hooks.c: Likewise.
50077
50078         [BZ #11929]
50079         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
50080         variables statically.
50081         (narenas): Initialize.
50082         (list_lock): Initialize.
50083         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
50084         initializtion of main_arena and list_lock.  Small cleanups.
50085         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
50086         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
50087         Add initializers to main_arena and mp_.
50088         (malloc_state): Remove pagesize member.  Change all users to use
50089         GLRO(dl_pagesize).
50090
50091         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
50092         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
50093         is always initialized.
50094
50095         * malloc/malloc.c: Removed unused configurations and dead code.
50096         * malloc/arena.c: Likewise.
50097         * malloc/hooks.c: Likewise.
50098         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
50099
50100         * include/tls.h: Removed.  USE___THREAD must always be defined.
50101         * bits/libc-tsd.h: Don't handle !USE___THREAD.
50102         * elf/dl-libc.c: Likewise.
50103         * elf/dl-tsd.c: Likewise.
50104         * include/errno.h: Likewise.
50105         * include/netdb.h: Likewise.
50106         * include/resolv.h: Likewise.
50107         * inet/herrno-loc.c: Likewise.
50108         * inet/herrno.c: Likewise.
50109         * malloc/arena.c: Likewise.
50110         * malloc/hooks.c: Likewise.
50111         * malloc/malloc.c: Likewise.
50112         * resolv/res-state.c: Likewise.
50113         * resolv/res_libc.c: Likewise.
50114         * sysdeps/i386/dl-machine.h: Likewise.
50115         * sysdeps/ia64/dl-machine.h: Likewise.
50116         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
50117         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
50118         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
50119         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
50120         * sysdeps/sh/dl-machine.h: Likewise.
50121         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
50122         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
50123         * sysdeps/unix/i386/sysdep.S: Likewise.
50124         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
50125         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
50126         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
50127         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
50128         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
50129         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
50130         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
50131         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
50132         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50133         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
50134         * sysdeps/unix/x86_64/sysdep.S: Likewise.
50135         * sysdeps/x86_64/dl-machine.h: Likewise.
50136         * tls.make.c: Likewise.
50137
50138         * configure.in: Remove --with-__thread option.  Make tests for
50139         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
50140         tls_model attribute fail if no support is available.  Remove
50141         USE_IN_LIBIO.
50142         * Makeconfig: Adjust for dropped configure option.  All features are
50143         now mandatory.
50144         * Makerules: Likewise.
50145         * Versions.def: Likewise.
50146         * argp/argp-fmtstream.c: Likewise.
50147         * argp/argp-fmtstream.h: Likewise.
50148         * argp/argp-help.c: Likewise.
50149         * assert/assert.c: Likewise.
50150         * config.h.in: Likewise.
50151         * config.make.in: Likewise.
50152         * configure: Likewise.
50153         * configure.in: Likewise.
50154         * csu/Versions: Likewise.
50155         * csu/init.c: Likewise.
50156         * elf/tst-audit2.c: Likewise.
50157         * elf/tst-tls10.c: Likewise.
50158         * elf/tst-tls10.h: Likewise.
50159         * elf/tst-tls11.c: Likewise.
50160         * elf/tst-tls12.c: Likewise.
50161         * elf/tst-tls14.c: Likewise.
50162         * elf/tst-tlsmod11.c: Likewise.
50163         * elf/tst-tlsmod12.c: Likewise.
50164         * elf/tst-tlsmod13.c: Likewise.
50165         * elf/tst-tlsmod13a.c: Likewise.
50166         * elf/tst-tlsmod14a.c: Likewise.
50167         * elf/tst-tlsmod15b.c: Likewise.
50168         * elf/tst-tlsmod16a.c: Likewise.
50169         * elf/tst-tlsmod16b.c: Likewise.
50170         * elf/tst-tlsmod7.c: Likewise.
50171         * elf/tst-tlsmod8.c: Likewise.
50172         * elf/tst-tlsmod9.c: Likewise.
50173         * gmon/gmon.c: Likewise.
50174         * grp/fgetgrent_r.c: Likewise.
50175         * grp/putgrent.c: Likewise.
50176         * hurd/fopenport.c: Likewise.
50177         * include/libc-symbols.h: Likewise.
50178         * include/tls.h: Likewise.
50179         * intl/gettextP.h: Likewise.
50180         * intl/loadinfo.h: Likewise.
50181         * locale/global-locale.c: Likewise.
50182         * locale/localeinfo.h: Likewise.
50183         * mach/devstream.c: Likewise.
50184         * malloc/arena.c: Likewise.
50185         * malloc/set-freeres.c: Likewise.
50186         * misc/err.c: Likewise.
50187         * misc/getttyent.c: Likewise.
50188         * misc/mntent_r.c: Likewise.
50189         * posix/getopt.c: Likewise.
50190         * posix/wordexp.c: Likewise.
50191         * pwd/fgetpwent_r.c: Likewise.
50192         * resolv/Versions: Likewise.
50193         * resolv/res_hconf.c: Likewise.
50194         * shadow/fgetspent_r.c: Likewise.
50195         * shadow/putspent.c: Likewise.
50196         * stdio-common/printf_fphex.c: Likewise.
50197         * stdio-common/tmpfile.c: Likewise.
50198         * stdlib/abort.c: Likewise.
50199         * stdlib/fmtmsg.c: Likewise.
50200         * sunrpc/auth_unix.c: Likewise.
50201         * sunrpc/clnt_perr.c: Likewise.
50202         * sunrpc/clnt_tcp.c: Likewise.
50203         * sunrpc/clnt_udp.c: Likewise.
50204         * sunrpc/clnt_unix.c: Likewise.
50205         * sunrpc/openchild.c: Likewise.
50206         * sunrpc/svc_simple.c: Likewise.
50207         * sunrpc/svc_tcp.c: Likewise.
50208         * sunrpc/svc_udp.c: Likewise.
50209         * sunrpc/svc_unix.c: Likewise.
50210         * sunrpc/xdr.c: Likewise.
50211         * sunrpc/xdr_array.c: Likewise.
50212         * sunrpc/xdr_rec.c: Likewise.
50213         * sunrpc/xdr_ref.c: Likewise.
50214         * sunrpc/xdr_stdio.c: Likewise.
50215
50216 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50217
50218         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50219
50220 2011-07-03  Andreas Jaeger  <aj@suse.de>
50221
50222         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
50223         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
50224         regenerate with gen-libm-tests.pl.
50225
50226 2010-05-12  Petr Baudis  <pasky@suse.cz>
50227
50228         [BZ #11589]
50229         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
50230         around j0() zero points by switching to j1().
50231         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
50232         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
50233         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50234         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
50235
50236 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50237
50238         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
50239         instead of 0.
50240         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
50241         instead of 0.
50242         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50243         Patch in part by Pavel Roskin <proski@gnu.org>.
50244
50245         [BZ #13138]
50246         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
50247         realloc.
50248         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
50249         Free memory block if necessary.
50250
50251         [BZ #12847]
50252         * libio/genops.c (INTDEF): For string streams the _lock pointer can
50253         be NULL.  Don't lock in this case.
50254
50255 2011-09-09  Roland McGrath  <roland@hack.frob.com>
50256
50257         * elf/elf.h (ELFOSABI_GNU): New macro.
50258         (ELFOSABI_LINUX): Define to that.
50259
50260 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
50261
50262         * string/strncat.c (strncat): Undef the symbol in case it has been
50263         defined in bits/string.h.
50264
50265 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50266
50267         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
50268
50269         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
50270         link map.
50271
50272 2011-08-17  Andreas Jaeger  <aj@suse.de>
50273
50274         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
50275
50276 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
50277             Ian Lance Taylor  <iant@google.com>
50278
50279         * math/libm-test.inc (lround_test): New testcase.
50280         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
50281
50282 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
50283
50284         * Makefile: Remove support for automatic cvs check-ins.
50285         * Makerules: Likewise.
50286         * config.make.in: Likewise.
50287         * configure.in: Likewise.
50288         * intl/Makefile: Likewise.
50289         * locale/Makefile: Likewise.
50290         * po/Makefile: Likewise.
50291         * posix/Makefile: Likewise.
50292         * sysdeps/gnu/Makefile: Likewise.
50293         * sysdeps/mach/hurd/Makefile: Likewise.
50294         * sysdeps/sparc/sparc32/Makefile: Likewise.
50295
50296         [BZ #13118]
50297         * posix/Makefile (bug-regex32-ENV): Define.
50298         Patch by John Stanley <jpsinthemix@verizon.net>.
50299
50300         * misc/Makefile (headers): Add bits/select2.h.
50301         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
50302         * misc/bits/select2.h: New file.
50303         * include/bits/select2.h: New file.
50304         * debug/Makefile (routines): Add fdelt_chk.
50305         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
50306         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
50307         FD_ISSET.
50308         * debug/fdelt_chk.c: New file.
50309
50310         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
50311         * wcsmbs/test-wmemcmp.c: Likewise.
50312         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
50313         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
50314
50315 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50316
50317         * string/Makefile (strop-tests): Add memcmp.
50318         * string/test-wmemcmp.c: New file.
50319         * string/test-memcmp.c: Add wmemcmp support.
50320
50321 2011-09-08  Roland McGrath  <roland@hack.frob.com>
50322
50323         [BZ #13153]
50324         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
50325         2011-07-19 change.
50326
50327         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
50328         garbage value in a __mach_port_mod_refs call in the cases of the
50329         task-self and thread-self ports.
50330
50331 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50332
50333         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
50334
50335 2011-09-08  Andreas Schwab  <schwab@redhat.com>
50336
50337         * elf/dl-load.c (lose): Check for non-null L.
50338
50339 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50340
50341         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
50342
50343         * elf/dl-libc.c (dlerror_run): Pass back error code from
50344         dl_catch_error.
50345
50346         [BZ #13123]
50347         * elf/dl-load.c (lose): Free l_origin if it is valid.
50348
50349         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
50350         names.
50351         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
50352         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50353         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50354         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50355         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
50356         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
50357
50358 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50359
50360         * sysdeps/powerpc/fpu/e_hypot.c: New file.
50361         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
50362         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
50363         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
50364         * sysdeps/powerpc/fpu/k_cosf.c: New file.
50365         * sysdeps/powerpc/fpu/k_sinf.c: New file.
50366         * sysdeps/powerpc/fpu/s_cosf.c: New file.
50367         * sysdeps/powerpc/fpu/s_sinf.c: New file.
50368         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
50369         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
50370
50371 2011-08-15  Alan Modra  <amodra@gmail.com>
50372
50373         [BZ #13092]
50374         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
50375         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
50376         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
50377         ppc_mcount to static-only-routines.
50378         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
50379         __mcount_internal.
50380         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
50381         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
50382
50383 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
50384
50385         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
50386         for finite and infinity parameters.
50387
50388 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50389
50390         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
50391         and add nop instructions for throughput optimization.
50392         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
50393
50394 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
50395
50396         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
50397         aligned copy for power7 with vector-scalar instructions.
50398         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
50399
50400 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
50401
50402         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
50403         AVX check.
50404
50405 2011-09-07  Andreas Schwab  <schwab@redhat.com>
50406
50407         [BZ #13144]
50408         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
50409         last change.
50410
50411 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50412
50413         * sysdeps/unix/sysv/linux/x86_64/init-first.c
50414         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
50415         syscall wrapper around clock_gettime in __vdso_clock_gettime.
50416         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
50417         clock_gettime.
50418
50419 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50420
50421         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
50422         Forgot to demangle the pointer.
50423
50424         * sysdeps/i386/sysdep.h: Define atom_text_section.
50425         * sysdeps/x86_64/sysdep.h: Likewise.
50426         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
50427         section with atom_text_section.
50428         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50429         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50430         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
50431         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50432         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
50433
50434         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
50435         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
50436         already be defined.  Change to take two parameters and don't assign
50437         result to variable.  Adjust all users.
50438         Define INTERNAL_GETTIME if not already defined.
50439         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
50440         call.
50441         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
50442         HAVE_CLOCK_GETTIME_VSYSCALL.
50443         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
50444
50445         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
50446         gettimeofday vsyscall, just use time.
50447
50448 2011-09-06  Andreas Schwab  <schwab@redhat.com>
50449
50450         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
50451         <errno.h>.
50452
50453 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50454
50455         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
50456         syscall on x86-64.
50457         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
50458         syscall.
50459         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
50460         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
50461         syscall if possible.
50462
50463 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50464
50465         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
50466         e_ident.  Don't pass to find_mapsXX.
50467         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
50468
50469 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50470
50471         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50472         strchr-sse2-no-bsf strrchr-sse2-no-bsf
50473         * sysdeps/x86_64/multiarch/strchr.S: Update.
50474         Check bit_slow_BSF bit.
50475         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
50476         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
50477         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
50478
50479 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50480
50481         [BZ #13134]
50482         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
50483         before glibc 2.15.
50484         (tryshell): Define.
50485         (__spawni): Change last parameter to be flag.  Test
50486         SPAWN_XFLAGS_USE_PATH flag to use path or not.
50487         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
50488         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
50489         * posix/spawni.c: Likewise.
50490         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
50491         * posix/spawnp.c: Likewise.  Change normal version to use
50492         SPAWN_XFLAGS_USE_PATH.
50493         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
50494         SPAWN_XFLAGS_TRY_SHELL.
50495
50496         [BZ #13150]
50497         * posix/glob.h: Remove gcc 1.x support.
50498
50499         [BZ #13068]
50500         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
50501
50502 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50503
50504         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50505         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
50506         strrchr-sse2-bsf
50507         * sysdeps/i386/i686/multiarch/strchr.S: New file.
50508         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
50509         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
50510         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
50511         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
50512         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
50513
50514 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50515
50516         * sysdeps/x86_64/wcscmp.S: New file.
50517
50518         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
50519         wcscmp-c wcscmp-sse2
50520         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
50521         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
50522         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
50523         * wcsmbs/wcscmp.c: Allow renaming.
50524
50525 2011-09-05  David S. Miller  <davem@davemloft.net>
50526
50527         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
50528         stack slot, rather than the struct return pointer slot.
50529         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
50530         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
50531         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
50532         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
50533
50534 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50535
50536         * po/ja.po: Update from translation team.
50537
50538         [BZ #13144]
50539         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
50540         kernel in 64-bit binaries.
50541
50542 2011-09-01  David S. Miller  <davem@davemloft.net>
50543
50544         * elf/elf.h (HWCAP_SPARC_*): Move to..
50545         * sysdeps/sparc/sysdep.h: this new file and add new values.
50546         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
50547         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
50548         _DL_HWCAP_COUNT to 24.
50549         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
50550         entries.
50551         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
50552         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
50553         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
50554         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
50555         instead of magic constants.
50556         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50557
50558 2011-08-31  David S. Miller  <davem@davemloft.net>
50559
50560         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
50561         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
50562         Reimplement to do errno handling inline.
50563         (SYSCALL_ERROR_HANDLER): New macro.
50564         (__SYSCALL_STRING): Do not do errno handling in asm.
50565         (__CLONE_SYSCALL_STRING): Delete.
50566         (__INTERNAL_SYSCALL_STRING): Delete.
50567         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
50568         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
50569         (PSEUDO): Reimplement to do errno handling inline.
50570         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
50571         (SYSCALL_ERROR_HANDLER): New macro.
50572         (__SYSCALL_STRING): Do not do errno handling in asm.
50573         (__CLONE_SYSCALL_STRING): Delete.
50574         (__INTERNAL_SYSCALL_STRING): Delete.
50575         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
50576         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
50577         i386.
50578         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
50579         (inline_syscall*): Add 'err' argument.
50580         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
50581         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
50582         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
50583         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
50584
50585         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
50586         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50587
50588 2011-08-30  Andreas Schwab  <schwab@redhat.com>
50589
50590         * elf/rtld.c (dl_main): Relocate objects in dependency order.
50591
50592 2011-08-29  Jiri Olsa <jolsa@redhat.com>
50593
50594         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
50595         directive.
50596
50597 2011-08-24  David S. Miller  <davem@davemloft.net>
50598
50599         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
50600
50601 2011-08-24  Andreas Schwab  <schwab@redhat.com>
50602
50603         * elf/Makefile: Add rules to build and run unload8 test.
50604         * elf/unload8.c: New file.
50605         * elf/unload8mod1.c: New file.
50606         * elf/unload8mod1x.c: New file.
50607         * elf/unload8mod2.c: New file.
50608         * elf/unload8mod3.c: New file.
50609
50610         * elf/dl-close.c (_dl_close_worker): Reset private search list if
50611         it wasn't used.
50612
50613 2011-08-23  David S. Miller  <davem@davemloft.net>
50614
50615         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
50616         subtract stack bias.
50617         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50618         %sp not %fp in calculations.
50619         (_JMPBUF_UNWINDS_ADJ): Likewise.
50620
50621         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50622         (aio_suspend): Call it to force an exception region around the
50623         AIO_MISC_WAIT() invocation.
50624
50625 2011-08-23  Andreas Schwab  <schwab@redhat.com>
50626
50627         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50628         backslash.
50629
50630 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
50631
50632         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50633         protection macro.
50634         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50635         and <dl-machine.h>.
50636         (Elf64_FuncDesc): Remove.
50637
50638 2011-08-22  David S. Miller  <davem@davemloft.net>
50639
50640         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50641         sigaltstack check, add missing cfi directives.
50642         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50643         missing cfi directives, and sigaltstack handling.
50644
50645 2011-08-16  Andreas Schwab  <schwab@redhat.com>
50646
50647         [BZ #11724]
50648         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50649         object is seen twice.
50650         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50651
50652         * elf/Makefile (distribute): Add tst-initorder2.c.
50653         (tests): Add tst-initorder2.
50654         (modules-names): Add tst-initorder2a tst-initorder2b
50655         tst-initorder2c tst-initorder2d.  Add rules to build them.
50656         ($(objpfx)tst-initorder2.out): New rule.
50657         * elf/tst-initorder2.c: New file.
50658         * elf/tst-initorder2.exp: New file.
50659
50660 2011-08-22  Andreas Schwab  <schwab@redhat.com>
50661
50662         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50663
50664         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50665         dependencies back to end of function.
50666
50667         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50668         $(elfobjdir)/ld.so.
50669
50670 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
50671
50672         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50673         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50674         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50675         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50676         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50677         of __vdso_gettimeofday.
50678         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50679         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
50680         attribute_hidden.
50681         (_libc_vdso_platform_setup): Remove initialization of
50682         __vdso_gettimeofday and __vdso_time.
50683
50684 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50685
50686         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50687         and fgetc_unlocked.
50688         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50689         getc_unlocked.
50690
50691         * elf/dl-open.c (add_to_global): Report additions to the global scope
50692         for LD_DEBUG=scopes.
50693         (dl_open_worker): Also print scope of newly loaded dependencies.
50694         (_dl_show_scope): Indicate if there is no scope.
50695
50696         [BZ #13114]
50697         * stdio-common/Makefile (tests): Add bug24.
50698         * stdio-common/bug24.c: New file.
50699
50700 2011-08-19  Andreas Jaeger  <aj@suse.de>
50701
50702         [BZ #13114]
50703         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50704         non-existant file when using close-on-exec mode.
50705
50706 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50707
50708         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50709         the very first instruction.
50710
50711         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50712         the CFI state in the end.
50713         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50714         inclusion of dl-trampoline.h.
50715         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50716
50717 2011-08-19  Andreas Schwab  <schwab@redhat.com>
50718
50719         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50720         expectations for long double.
50721
50722         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50723         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50724
50725 2011-08-14  David S. Miller  <davem@davemloft.net>
50726
50727         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50728         artificual limit depends upon the system page size.
50729
50730 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50731
50732         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50733         * resolv/Makefile: Define CFLAGS-libresolv.
50734
50735 2011-08-17  Andreas Schwab  <schwab@redhat.com>
50736
50737         * nss/makedb.c (compute_tables): Make variables used in nested
50738         function static.
50739
50740 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50741
50742         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50743         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50744         if buffer was too small.
50745
50746         * elf/pldd.c (main): Attach to all threads in the process.
50747         Rewrite /proc handling to use *at functions.
50748
50749 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
50750
50751         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50752         specifies first scope to show.
50753         (dl_open_worker): Update callers.  Move printing scope of new
50754         object to before the relocation.
50755         * elf/rtld.c (dl_main): Update _dl_show_scope call.
50756         * sysdeps/generic/ldsodefs.h: Update declaration.
50757
50758         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50759         string for the scope number.
50760
50761 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
50762
50763         * nscd/servicescache.c (cache_addserv): Make sure written is always
50764         initialized.
50765
50766 2011-08-14  Roland McGrath  <roland@hack.frob.com>
50767
50768         * sysdeps/i386/i486/bits/atomic.h
50769         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50770         statement expression, so as to suppress "set but not used" warning.
50771         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50772
50773         * string/strncat.c (STRNCAT): Use prototype definition.
50774
50775         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50776         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50777         -Iprograms here.
50778         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50779         (localedef-modules): Add localedef.
50780         (locale-modules): Add locale.
50781
50782         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50783         * elf/rtld.c (dl_main): Invert order of assignment in last change,
50784         to avoid a warning.
50785
50786 2011-08-14  David S. Miller  <davem@davemloft.net>
50787
50788         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50789         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50790
50791 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
50792
50793         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
50794         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50795         * elf/rtld.c (dl_main): Set l_name of vDSO.
50796         Call _dl_show_scope when DL_DEBUG_SCOPES.
50797         (process_dl_debug): Recognize scopes flag and also set it for all.
50798         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50799         Declare _dl_show_scope.
50800
50801         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50802         (do_dlopen): Pass caller_dlopen to dl_open.
50803         (__libc_dlopen_mode): Initialize caller_dlopen.
50804
50805         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50806         of libc.  Make tolower call locale-independent.  Optimize a bit by
50807         using isdigit instead of isalnum.
50808         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50809
50810 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
50811
50812         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50813         was a dependency or dynamically loaded.
50814
50815 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
50816
50817         * intl/l10nflist.c: Allow architecture-specific pop function.
50818         * sysdeps/x86_64/l10nflist.c: New file.
50819
50820         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50821         classification.
50822
50823 2011-08-10  Andreas Schwab  <schwab@redhat.com>
50824
50825         * include/dirent.h: Add libc_hidden_proto for scandirat and
50826         scandirat64.  Don't declare __scandirat64.
50827         * dirent/scandirat.c: Add libc_hidden_def.
50828         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50829         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50830
50831 2011-08-10  David S. Miller  <davem@davemloft.net>
50832
50833         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50834         enum.
50835         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50836         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50837         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50838
50839 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
50840
50841         * Versions.def [libc]: Add GLIBC_2.15.
50842         * dirent/Makefile (routines): Add scandirat and scandirat64.
50843         * dirent/Versions [libc]: Export scandirat and scandirat64 for
50844         GLIBC_2.15.
50845         * dirent/dirent.h: Declare scandirat and scandirat64.
50846         * dirent/scandirat.c: New file.
50847         * dirent/scandirat64.c: New file.
50848         * sysdeps/wordsize-64/scandirat.c: New file.
50849         * sysdeps/wordsize-64/scandirat64.c: New file.
50850         * dirent/opendir.c: Define opendirat.
50851         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
50852         using scandirat.
50853         * dirent/scandir64.c: Adjust for scandir.c change.
50854         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
50855         __scandirat64, and __scandir_cancel_handler.
50856         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
50857         additional parameter and use openat instead of open (outside of ld.so).
50858         Add new __opendir as wrapper around __opendirat.
50859         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50860         here without requiring old scandirat implementation.
50861
50862 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
50863
50864         * dirent/scandir.c (cancel_handler): Renamed to
50865         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
50866         defined.  Adjust users.
50867         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50868         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50869
50870 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
50871
50872         * string/test-string.h (IMPL): Use __STRING to expand name and then
50873         stringify it.
50874
50875         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
50876         of cleanups.
50877
50878 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50879
50880         * string/Makefile: Update.
50881         (strop-tests): Append strncat.
50882         * string/test-wcscmp.c: New file.
50883         New comprehensive test for wcscmp.
50884         * string/test-strcmp.c: Update.
50885         (WIDE): New define.
50886
50887 2011-07-22  Andreas Schwab  <schwab@redhat.com>
50888
50889         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50890         line.
50891
50892 2011-07-26  Andreas Schwab  <schwab@redhat.com>
50893
50894         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50895         encoding to ACE if AI_IDN.
50896
50897 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
50898
50899         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50900         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50901
50902 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50903
50904         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50905         Fix overflow bug in strncat.
50906         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50907
50908         * string/test-strncat.c: Update.
50909         Add new tests for checking overflow bugs.
50910
50911 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50912
50913         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50914         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50915         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50916         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50917         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50918         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50919         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50920         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50921         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50922
50923         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50924         (USE_AS_STRCAT): Define.
50925         Add strcat and strncat support.
50926         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50927
50928 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50929
50930         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50931         __n bigger than INT_MAX+1.
50932         (__strncmp_g): Likewise.
50933
50934 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50935
50936         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50937         * libio/stido.h: Likewise.
50938
50939         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50940         (AF_NFC): Define.
50941         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50942         (AF_NFC): Define.
50943
50944         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50945         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50946         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50947         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50948         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50949
50950         [BZ #13021]
50951         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50952         installed.
50953
50954         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50955         typo.
50956         (_dl_x86_64_save_sse): Likewise.
50957
50958 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50959
50960         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50961         OSXSAVE.
50962         (_dl_x86_64_save_sse): Likewise.
50963
50964         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50965
50966         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50967
50968 2011-07-21  Andreas Schwab  <schwab@redhat.com>
50969
50970         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50971         change.
50972         (_dl_x86_64_save_sse): Use correct AVX check.
50973
50974 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50975
50976         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50977         bug in strncpy/strncat.
50978         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50979
50980 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
50981
50982         * string/tester.c (test_strcat): Add tests for different alignments
50983         of source and destination.
50984         (test_strncat): Likewise.
50985
50986 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50987
50988         [BZ #12852]
50989         * posix/glob.c (glob): Check passed in values before using them in
50990         expressions to avoid some overflows.
50991         (glob_in_dir): Likewise.
50992
50993         [BZ #13007]
50994         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
50995         check for AVX enablement so that we don't crash with old kernels and
50996         new hardware.
50997         * elf/tst-audit4.c: Add same checks here.
50998         * elf/tst-audit6.c: Likewise.
50999
51000         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
51001
51002 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
51003
51004         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
51005
51006 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
51007
51008         * po/cs.po: Update from translation team.
51009         * po/bg.po: Likewise.
51010
51011 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
51012
51013         * misc/sys/cdefs.h: Add support for const attribute.
51014         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
51015         to gnu_dev_{major,minor,makedev} functions.
51016
51017 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
51018
51019         * intl/dcigettext.c (get_output_charset): Add missing bracket.
51020
51021 2011-07-20  Andreas Schwab  <schwab@redhat.com>
51022
51023         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
51024         strlen results.
51025
51026 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51027
51028         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
51029         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
51030         register in order to avoid conflicts with the soft frame pointer
51031         being held in r11 when necessary.
51032         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
51033         (INTERNAL_VSYSCALL_NCS): Likewise.
51034
51035 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
51036
51037         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
51038         * elf/dl-fini.c (_dl_fini): Adjust caller.
51039         * elf/dl-close.c (_dl_close_worker): Likewise.
51040         * sysdeps/generic/ldsodefs.h: Adjust declaration.
51041
51042 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
51043
51044         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
51045         "aux_cache->nlibs < 0".
51046
51047         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
51048         in the reload-count case.
51049
51050 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
51051
51052         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51053         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
51054         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
51055         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
51056         * sysdeps/x86_64/multiarch/strcat.S: New file.
51057         * sysdeps/x86_64/multiarch/strncat.S: New file.
51058         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
51059         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
51060         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
51061         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
51062         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
51063         (USE_AS_STRCAT): Define.
51064         Add strcat and strncat support.
51065         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
51066         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
51067         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
51068         * string/strncat.c: Update.
51069         (USE_AS_STRNCAT): Define.
51070         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51071         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
51072         and i7.
51073         * sysdeps/x86_64/multiarch/init-arch.h
51074         (bit_Prefer_PMINUB_for_stringop): New.
51075         (index_Prefer_PMINUB_for_stringop): Likewise.
51076         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
51077         bit_Prefer_PMINUB_for_stringop.
51078
51079 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
51080
51081         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
51082         buffer64.
51083         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
51084         of casting of buffer.
51085         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
51086         buffer32 and buffer64.
51087         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
51088         writes instead of casting of buffer.
51089         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
51090         buffer32.
51091         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
51092         casting of buffer.
51093
51094 2011-07-19  Andreas Schwab  <schwab@redhat.com>
51095
51096         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
51097
51098 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
51099
51100         * nscd/nscd.c (termination_handler): Don't do anything for a database
51101         if it has not yet been initialized.
51102
51103 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
51104
51105         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51106
51107 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
51108
51109         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51110
51111 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
51112
51113         * po/nl.po: Update from translation team.
51114         * po/sv.po: Likewise.
51115
51116 2011-07-16  Roland McGrath  <roland@hack.frob.com>
51117
51118         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
51119         now disallowed by GCC.
51120
51121         * configure.in (use-default-link): Default to yes if a test -shared
51122         link meets our qualifications.
51123         * configure: Regenerated.
51124
51125         * config.make.in (output-format): New variable.
51126         * configure.in: Check for ld --print-output-format support.
51127         * configure: Regenerated.
51128         * Makerules ($(common-objpfx)format.lds)
51129         [$(output-format) != unknown]: Just use $(output-format),
51130         instead of the linker-script munging.
51131
51132 2011-07-14  Roland McGrath  <roland@hack.frob.com>
51133
51134         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
51135         of $(common-objpfx)shlib.lds.
51136         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
51137
51138         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
51139         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
51140
51141         * configure.in (-z relro check): Adjust test code to add a large
51142         writable data section after it.
51143         * configure: Regenerated.
51144
51145 2011-07-11  Roland McGrath  <roland@hack.frob.com>
51146
51147         * configure.in (-z relro check): Fix test code to make the variable
51148         truly const.
51149         * configure: Regenerated.
51150
51151 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
51152
51153         * nscd/nscd.h (struct traced_file): Define.
51154         (struct database_dyn): Remove inotify_descr, reset_res, and filename
51155         elements.  Add traced_files.
51156         (inotify_fd): Declare.
51157         (register_traced_file): Declare.
51158         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
51159         (inotify_fd): Export.
51160         (resolv_conf_descr): Remove.
51161         (nscd_init): Move inotify descriptor creation to main.
51162         Don't register files for notification here.
51163         (register_traced_file): New function.
51164         (invalidate_cache): Don't use reset_res to determine whether to call
51165         res_init, go through the list of registered files.
51166         (main_loop_poll): The inotify descriptors are now stored in the
51167         structures for the traced files.
51168         (main_loop_epoll): Likewise
51169         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
51170         to __nss_disable_nscd.
51171         * nscd/cache.c (prune_cache): There is no single inotify descriptor
51172         for a database anymore.  Check the records for all the registered
51173         files instead.
51174         * nss/Makefile (libnss_files-routines): Add files-init.
51175         (libnss_db-routines): Add db-init.
51176         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
51177         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
51178         * nss/nss_db/db-init.c: New file.
51179         * nss/nss_files/files-init.c: New file.
51180         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
51181         __nss_lookup_function.
51182         (__nss_lookup_function): Call nss_load_library.
51183         (nss_load_all_libraries): New function.
51184         (__nss_disable_nscd): Take parameter with callback function for files
51185         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
51186         used for the cached services.
51187         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
51188         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
51189         options for features to all the files in nscd.
51190
51191         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
51192
51193 2011-07-10  Roland McGrath  <roland@hack.frob.com>
51194
51195         * csu/elf-init.c (__libc_csu_init): Comment typo.
51196
51197 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
51198
51199         * po/pl.po: Update from translation team.
51200         * po/ja.po: Likewise.
51201         * po/ru.po: Likewise.
51202         * po/ko.po: Likewise.
51203         * po/fr.po: Likewise.
51204
51205 2011-07-09  Roland McGrath  <roland@hack.frob.com>
51206
51207         * configure.in (.ctors/.dtors header and trailer check):
51208         Use an empirical test on a built program.
51209         * configure: Regenerated.
51210
51211         * configure.in (-z relro check): Use an empirical test on a built DSO.
51212         Detect, but do not require, on ia64.
51213         * configure: Regenerated.
51214
51215         * configure.in (READELF): Find it with AC_CHECK_TOOL.
51216         Update tests that use readelf to use $READELF instead.
51217         * configure: Regenerated.
51218
51219 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
51220
51221         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
51222         if the result is not used.
51223
51224 2011-07-05  Andreas Jaeger  <aj@suse.de>
51225
51226         [BZ#9696]
51227         * stdlib/tst-strtod.c: Add testcase.
51228
51229 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
51230
51231         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
51232         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
51233         The latter has a higher limit.  Take additional parameter to pass to
51234         the new function.
51235         (__pathconf): Pass file to __statfs_link_max.
51236         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
51237         __statfs_link_max.
51238         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
51239         __statfs_link_max.
51240
51241         [BZ #12868]
51242         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
51243         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
51244         Handle Lustre.
51245         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
51246         (__statfs_filesize_max): Likewise.
51247         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
51248
51249 2011-07-05  Andreas Jaeger  <aj@suse.de>
51250
51251         * resolv/res_comp.c (dn_skipname): Remove unused variable.
51252
51253 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
51254
51255         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
51256         `status' variable.
51257         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
51258         Likewise.
51259
51260 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
51261
51262         * Makefile (strop-tests): Add strncat.
51263         * string/test-strncat.c: New file.
51264
51265 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
51266
51267         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
51268
51269 2011-06-21  Andreas Jaeger  <aj@suse.de>
51270
51271         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
51272         Copy rule from iconvdata/Makefile.
51273
51274 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51275
51276         [BZ #12922]
51277         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
51278         but no long options are defined, just return 'W'.
51279
51280 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
51281
51282         [BZ #9696]
51283         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
51284
51285 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51286
51287         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
51288         netgroups to read.
51289         (innetgr): Likewise.
51290
51291 2011-07-05  Roland McGrath  <roland@hack.frob.com>
51292
51293         * config.make.in (install_root): Default to $(DESTDIR).
51294
51295 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
51296
51297         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
51298
51299 2011-07-02  Roland McGrath  <roland@hack.frob.com>
51300
51301         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
51302
51303         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
51304         containing directory rather than embedding absolute directory names.
51305
51306         * scripts/check-local-headers.sh: Rewritten using awk.
51307         Match by word, not by line.  Print error messages for matches.
51308         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
51309
51310         * Makerules [shlib-lds-flags empty]:
51311         ($(common-objpfx)libc_pic.opts): New target.
51312         ($(common-objpfx)libc_pic.os.clean): New target.
51313         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
51314
51315         * config.make.in (OBJCOPY): New variable.
51316         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
51317         * configure: Regenerated.
51318
51319         * config.make.in (use-default-link): New variable.
51320         * configure.in (use_default_link): Grok --with-default-link to set it.
51321         * configure: Regenerated.
51322         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
51323         (shlib-lds, shlib-lds-flags): Define to empty.
51324
51325         * Makerules (shlib-lds): New variable.
51326         (shlib-lds-flags): New variable.
51327         (build-shlib, build-moduile, build-module-asneeded): Use it.
51328         ($(common-objpfx)libc.so): Use $(shlib-lds).
51329         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
51330         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
51331
51332         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
51333         DT_FLAGS/DT_FLAGS_1 with zero flags.
51334
51335         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
51336         linker script munging.
51337
51338 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
51339
51340         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
51341         as 128-bit value.
51342         * crypt/sha512.c (sha512_process_block): Perform total addition using
51343         128-bit if possible.
51344         (__sha512_finish_ctx): Likewise.
51345         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
51346         as 64-bit value.
51347         * crypt/sha256.c (SWAP64): Define.
51348         (sha256_process_block): Perform total addition using 64-bit if
51349         possible.
51350         (__sha256_finish_ctx): Likewise.
51351
51352 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
51353
51354         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
51355         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51356         * nscd/hstcache.c (cache_addhst): Likewise.
51357         * nscd/grpcache.c (cache_addgr): Likewise.
51358         * nscd/aicache.c (addhstaiX): Likewise
51359         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
51360
51361 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
51362
51363         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
51364         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51365         * nscd/hstcache.c (cache_addhst): Likewise.
51366         * nscd/grpcache.c (cache_addgr): Likewise.
51367         * nscd/aicache.c (addhstaiX): Likewise
51368
51369 2011-07-01  Andreas Schwab  <schwab@redhat.com>
51370
51371         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
51372         domain only when needed.
51373
51374 2011-06-30  Andreas Schwab  <schwab@redhat.com>
51375
51376         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
51377         is always restored.
51378
51379 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
51380
51381         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
51382         are re-adding the entry.
51383         * nscd/servicescache.c (cache_addserv): Likewise.
51384
51385 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
51386
51387         * sysdeps/generic/dl-irel.h: fix protection against multiple
51388         inclusions.
51389         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
51390
51391 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
51392
51393         [BZ #12935]
51394         * malloc/memusage.sh: Fix quoting in message.
51395         * debug/xtrace.sh: Likewise.
51396
51397         * configure.in: Remove support for --experimental-malloc option, make
51398         it the default.
51399         * config.make.in: Likewise.
51400         * malloc/Makefile: Likewise.
51401
51402 2011-06-27  Andreas Schwab  <schwab@redhat.com>
51403
51404         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
51405         two-byte characters.
51406
51407 2011-06-27  Roland McGrath  <roland@hack.frob.com>
51408
51409         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
51410         AC_CACHE_CHECK invocation.
51411         * configure: Regenerated.
51412
51413         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
51414
51415 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
51416
51417         [BZ #12350]
51418         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
51419         bit from old_res_options.
51420
51421         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
51422
51423         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
51424         value type for setfct.
51425
51426 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
51427
51428         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51429         __gettimeofday instead of gettimeofday.
51430
51431 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
51432
51433         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
51434
51435 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
51436
51437         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
51438
51439         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
51440         info.
51441
51442 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51443
51444         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51445         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51446         strcpy-sse2-unaligned strncpy-sse2-unaligned
51447         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
51448         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
51449         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
51450         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
51451         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
51452         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
51453         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
51454         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
51455         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
51456         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
51457         (STRCPY): Support SSE2 and SSSE3 versions.
51458
51459 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
51460
51461         [BZ #12874]
51462         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
51463         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
51464         kernels which artificially limit size of requests.
51465
51466 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51467
51468         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51469         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51470         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
51471         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
51472         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
51473         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
51474         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
51475         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
51476         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
51477         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
51478         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
51479         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
51480         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
51481         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
51482         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
51483         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51484         Enable unaligned load optimization for Intel Core i3, i5 and i7
51485         processors.
51486         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
51487         Define.
51488         (index_Fast_Unaligned_Load): Define.
51489         (HAS_FAST_UNALIGNED_LOAD): Define.
51490
51491 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
51492
51493         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
51494
51495 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51496
51497         [BZ #12907]
51498         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
51499         until it is clear that the information is realy needed.
51500         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
51501
51502 2011-06-22  Andreas Schwab  <schwab@redhat.com>
51503
51504         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
51505
51506 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51507
51508         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51509         /sys/devices/system/cpu/online if it is usable.
51510
51511         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
51512         reading the information from the /proc filesystem to once a second.
51513
51514 2011-06-21  Andreas Jaeger  <aj@suse.de>
51515
51516         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
51517         NULL after inclusion of kernel headers.
51518
51519 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
51520
51521         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
51522         calls to internal_setent.
51523
51524         [BZ #12885]
51525         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
51526         addresses using gethostbyname4_r ignore IPv4 addresses.
51527
51528         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
51529         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
51530
51531         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
51532
51533 2011-06-20  David S. Miller  <davem@davemloft.net>
51534
51535         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
51536         inclusions.
51537         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
51538
51539         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
51540         (elf_irel): Use it.
51541         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
51542         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
51543         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
51544         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
51545         * sysdeps/x86_64/dl-irel.h: Likewise.
51546
51547         * elf/dl-runtime.c: Use elf_ifunc_invoke.
51548         * elf/dl-sym.c: Likewise.
51549
51550 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51551
51552         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
51553         need to dereference resplen2.
51554
51555 2011-06-14  Andreas Schwab  <schwab@redhat.com>
51556
51557         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
51558
51559 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51560
51561         * Makeconfig: Define vardbdir and inst_vardbdir.
51562         * nss/Makefile: Add rules to install db-Makefile.
51563
51564         * nss/nss_db/db-XXX.c: Cleanup.
51565
51566         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
51567         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
51568         GLIBC_PRIVATE.
51569         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
51570         * nss/makedb.c: Implement -g option to specify that value strings
51571         are generated and should not be added to table iterated over for
51572         get*ent calls.
51573         * nss/nss_db/db-initgroups.c: New file.
51574
51575         * nss/getent.c: Add support for initgroups lookups through getgrouplist
51576         interface.
51577
51578         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
51579         (internal_getgrouplist): Adjust to name change.
51580         Update use_initgroups_entry if this is not the first call.
51581         * nss/databases.def: Add initgroups entry.
51582
51583         * nss/makedb.c (compute_tables): Check result of multiple hash table
51584         sizes to minimize maximum chain length.
51585
51586 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
51587
51588         * Versions.def: Add entry for libnss_db.
51589         * shlib-versions: Likewise.
51590         * nss/Makefile: Add rules to build libnss_db.
51591         * nss/Versions: Add libnss_db information.  Organize libnss_files
51592         entries better.
51593         * nss/db-Makefile: Add gshadow support.  Change rules for the new
51594         makedb progra.  Some minor improvements to generate smaller files.
51595         * nss/nss_db/nss_db.h: Move NSS database header data structures to
51596         here from...
51597         * nss/makedb.c: ...here.
51598         Improve database format to be smaller and require less memory at
51599         runtime.
51600         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
51601         db anymore.
51602         * nss/nss_db/db-netgrp.c: Likewise.
51603         * nss/nss_db/db-open.c: Likewise.
51604         * nss/nss_files/flies-XXX.x: Adjust comments.
51605         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
51606         * nss/nss_files/files-grp.c: Likewise.
51607         * nss/nss_files/files-hosts.c: Likewise.
51608         * nss/nss_files/files-network.c: Likewise.
51609         * nss/nss_files/files-proto.c: Likewise.
51610         * nss/nss_files/files-pwd.c: Likewise.
51611         * nss/nss_files/files-rpc.c: Likewise.
51612         * nss/nss_files/files-service.c: Likewise.
51613         * nss/nss_files/files-sgrp.c: Likewise.
51614         * nss/nss_files/files-spwd.c: Likewise.
51615         * nss/nss_db/db-alias.c: Removed.
51616         * nss/nss_db/dummy-db.h: Removed.
51617
51618 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
51619
51620         * nss/makedb.c: Rewritten to not use database library.
51621         * nss/Makefile: Update to build new makedb program.
51622
51623 2011-06-14  Andreas Jaeger  <aj@suse.de>
51624
51625         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51626         memset declaration.
51627
51628 2011-06-10  Andreas Schwab  <schwab@redhat.com>
51629
51630         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51631         tmpbuf.
51632
51633 2011-06-10  Roland McGrath  <roland@hack.frob.com>
51634
51635         * Makerules (shlib.lds): Fail if the linker script comes out empty.
51636         * elf/Makefile ($(objpfx)ld.so): Likewise.
51637
51638         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51639         Don't list ld.so twice in dependencies.
51640
51641         * posix/bug-regex31.c: Include <stdlib.h>.
51642
51643         * nscd/hstcache.c (cache_addhst): Remove unused variable.
51644
51645         * nis/nss_compat/compat-spwd.c
51646         (getspent_next_nss_netgr): Remove unused variable.
51647         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51648
51649         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51650         nonmembers" output to use the right array.
51651
51652         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51653
51654         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51655
51656         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51657         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51658         * catgets/gencat.c (read_input_file): Likewise.
51659         * locale/programs/locarchive.c (enlarge_archive): Likewise.
51660
51661         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51662         variable definition inside #if's controlling its use.
51663
51664         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51665
51666         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51667
51668         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51669
51670         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51671         unreachable code.
51672
51673         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51674
51675         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51676         * configure: Regenerated.
51677
51678         * Makerules: Revert last change.
51679         * elf/Makefile: Likewise.
51680
51681 2011-06-09  Roland McGrath  <roland@hack.frob.com>
51682
51683         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51684         * elf/Makefile ($(objpfx)librtld.os): Likewise.
51685         (reloc-link): Likewise.
51686
51687 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
51688
51689         * elf/Makefile: Add rules to build pldd.
51690         * elf/pldd.c: New file.
51691         * elf/pldd-xx.c: New file.
51692
51693 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
51694
51695         * version.h: Update for 2.15 development version.
51696
51697 2011-06-07  David S. Miller  <davem@davemloft.net>
51698
51699         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51700         ifuncs.
51701         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51702         elf_machine_lazy_rel): Likewise.
51703         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51704         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51705         elf_machine_lazy_rel): Likewise.
51706         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51707         dl_hwcap via passed in argument.
51708         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51709         Likewise.
51710
51711 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51712
51713         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
51714
51715 2011-06-06  Roland McGrath  <roland@hack.frob.com>
51716
51717         [BZ #12849]
51718         * manual/fdl-1.1.texi: New file, verbatim from:
51719         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51720         * manual/lgpl-2.1.texi: New file, verbatim from:
51721         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51722         * manual/Makefile (licenses): New variable, list those new file names.
51723         (texis): Use it.
51724         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51725
51726         * manual/fdl.texi: File removed.
51727         * manual/lesser.texi: File removed.
51728         * manual/libc.texinfo (Copying, Documentation License):
51729         Use new @include file names, put @appendix directive before @include.
51730
51731 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
51732
51733         [BZ #12841]
51734         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51735         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51736         (mq_open): Add __NTH.
51737
51738 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
51739
51740         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51741         Assume Intel Core i3/i5/i7 processor if AVX is available.
51742
51743 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51744
51745         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51746         typo.
51747
51748 2011-05-31  Andreas Schwab  <schwab@redhat.com>
51749
51750         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51751         memory.  Use alloca_account.  Fix memory leak when retrying.
51752
51753 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51754
51755         * version.h (RELEASE): Bump for 2.14 release.
51756         * include/features.h (__GLIBC_MINOR__): Bump to 14.
51757
51758         * config.make.in (RANLIB): Remove entry.
51759
51760 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
51761
51762         * po/Makefile (po-sed-cmd): Add ksh to extensions.
51763         (libc.pot): Work around missing support for .ksh extension in xgettext.
51764
51765         [BZ #12684]
51766         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51767         if both request failed.
51768         (send_dg): In case of server errors clear resplen or *resplen2.
51769
51770         [BZ #12454]
51771         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51772         when there are multiple maps.
51773         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51774         (_dl_fini): Remove test here.
51775
51776         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51777
51778 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
51779
51780         [BZ #12350]
51781         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51782         bit from old_res_options.
51783         (gaih_inet): Likewise.
51784
51785         [BZ #11099]
51786         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
51787         as signed.
51788
51789         * resolv/res_init.c (res_setoptions): Make the code more compact.
51790
51791         [BZ #11558]
51792         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51793         set RES_USEVC.
51794
51795         [BZ #11634]
51796         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51797
51798         * malloc/malloc.h: Mark malloc hook variables as deprecated.
51799
51800         [BZ #11781]
51801         * malloc/malloc.h: Declare malloc hook variables as volatile.
51802
51803         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51804         in last patch.
51805
51806         [BZ #11799]
51807         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
51808         raise in the comment.
51809         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51810         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51811         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
51812
51813 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
51814
51815         [BZ #12811]
51816         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51817         grow the buffers more if it already has to be sufficient.
51818         (build_wcs_upper_buffer): Likewise.
51819         * posix/regexec.c (check_matching): Likewise.
51820         (clean_state_log_if_needed): Likewise.
51821         (extend_buffers): Don't enlarge buffers beyond size of the input
51822         buffer.
51823         Patches mostly by Emil Wojak <emil@wojak.eu>.
51824         * posix/bug-regex32.c: New file.
51825         * posix/Makefile (tests): Add bug-regex32.
51826
51827         * locale/findlocale.c (_nl_find_locale): Return right away if
51828         _nl_explode_name failed.
51829         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51830
51831         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51832
51833         * debug/xtrace.sh: Unify messages.
51834         * malloc/memusage.sh: Likewise.
51835
51836         [BZ #12813]
51837         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51838         time symbol from vDSO.  Substitute with vsyscall if not available.
51839         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51840         __vdso_time.
51841
51842         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51843         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51844         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51845         Add sendmmsg and internal_sendmmsg.
51846         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51847         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51848         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51849
51850         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51851         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51852         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51853
51854 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
51855
51856         [BZ #12813]
51857         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51858         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
51859         available.
51860         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51861         __vdso_getcpu.
51862
51863         [BZ #12814]
51864         * iconvdata/Makefile (tests): Add bug-iconv9.
51865         * iconvdata/bug-iconv9.c: New file.
51866
51867 2011-05-27  Andreas Schwab  <schwab@redhat.com>
51868
51869         [BZ #12814]
51870         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51871
51872 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
51873
51874         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51875         (struct user_regs_struct): Change intcs field back to cs.
51876
51877 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
51878
51879         * po/ja.po: Update from translation team.
51880
51881 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
51882
51883         [BZ #12795]
51884         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51885         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51886
51887 2011-05-20  Andreas Schwab  <schwab@redhat.com>
51888
51889         * stdlib/longlong.h: Update from GCC.
51890
51891 2011-05-23  Andreas Schwab  <schwab@redhat.com>
51892
51893         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51894         parameter name.
51895         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51896         Add parameter name.
51897         (__sysconf): Pass it down.
51898
51899 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
51900
51901         [BZ #12671]
51902         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51903         some situations.
51904         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51905         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51906         add in in __libc_use_alloca calls.  Adjust callers.
51907         (glob): Use malloc in some situations.
51908
51909         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51910         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51911         pltexit.
51912
51913 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51914
51915         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51916         and CLOCK_BOOTTIME_ALARM.
51917
51918         [BZ #12782]
51919         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51920         is returned.
51921
51922         * string/_strerror.c (__strerror_r): Print negative errors as signed
51923         numbers.
51924
51925         [BZ #12777]
51926         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51927         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51928         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51929
51930         * configure.in: Fix typo in redirection and correct removal of test
51931         files in two cases.
51932
51933         [BZ #12788]
51934         * locale/setlocale.c (new_composite_name): Fix test to check for
51935         identical name of all categories.
51936
51937         [BZ #12792]
51938         * libio/filedoalloc.c (local_isatty): New function.
51939         (_IO_file_doallocate): Use local_isatty.
51940         * stdio-common/perror.c (perror): In case a new stream is used
51941         forward the stream error.
51942         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51943         error flag.
51944
51945 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51946
51947         [BZ #11869]
51948         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51949         alloca.
51950         * include/alloca.h (extend_alloca_account): Define.
51951
51952         [BZ #11857]
51953         * posix/regex.h: Fix comments with documentation of user-accessible
51954         fields after compilation and describe correct free'ing of pattern
51955         after re_compile_pattern.
51956         Patch by Reuben Thomas <rrt@sc3d.org>.
51957
51958 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51959
51960         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51961         and -mno-altivec to prevent the compiler from using Altivec and/or
51962         VSX instructions when the corresponding registers are not available.
51963
51964 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51965
51966         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51967
51968 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
51969
51970         * libio/freopen.c (freopen): Use __dup2, not dup2.
51971         * libio/freopen64.c (freopen64): Likewise.
51972
51973 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
51974
51975         [BZ #12775]
51976         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51977         * math/Makefile (tests): Add test-powl.
51978         (CFLAGS-test-powl.c): Define.
51979         * math/test-powl.c: New file.
51980
51981 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
51982
51983         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51984
51985 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
51986
51987         [BZ #11837]
51988         * iconvdata/gb18030.c: Update to GB18020-2005.
51989
51990 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
51991
51992         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51993         RE_SYNTAX_POSIX_AWK): Update to match recent development.
51994         Patch by Aharon Robbins <arnold@skeeve.com>.
51995
51996         [BZ #11892]
51997         * stdlib/putenv.c (putenv): Don't always create copy of the variable
51998         on the stack.
51999
52000         [BZ #11895]
52001         * misc/pselect.c (__pselect): Handle timeout value errors hidden
52002         through underflows.
52003
52004         [BZ #12766]
52005         * misc/error.c (error_at_line): Ensure file_name and old_file_name
52006         point to strings before performing equality test for error_one_per_line
52007         mode.
52008
52009         [BZ #11697]
52010         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
52011
52012         [BZ #11820]
52013         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
52014         (struct user_fpregs_struct): Avoid __uint*_t types.
52015
52016         [BZ #6420]
52017         * malloc/mtrace.c (tr_where): Add additional parameter to point to
52018         symbol info.  Use it instead of calling _dl_addr locally.
52019         (lock_and_info): New function.
52020         (tr_freehook): Call lock_and_info and pass symbol info as additional
52021         parameter to tr_where.
52022         (tr_mallochook): Likewise.
52023         (tr_reallochook): Likewise.
52024         (tr_memalignhook): Likewise.
52025
52026         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
52027         used and couldn't be at all thread-safe.
52028
52029 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
52030
52031         * libio/freopen.c (freopen): Don't close old file descriptor
52032         before the new one is opened.  Instead dup the new file descriptor
52033         to the old one after the new stream is created.
52034         * libio/freopen64.c (freopen64): Likewise.
52035         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
52036         * libio/fileops.c (_IO_new_file_close_it): Handle new
52037         _IO_FLAGS2_NOCLOSE flag.
52038         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
52039         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
52040         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
52041         _IO_FLAGS2_NOCLOSE flag.
52042         * include/unistd.h: Add hidden_proto for dup3.
52043         Define __have_dup3.
52044         * io/dup3.c: Define hidden symbol.
52045         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
52046
52047         [BZ #7101]
52048         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
52049         when an incomplete long option is used.
52050         * posix/tst-getopt_long1.c: New file.
52051         * posix/Makefile (tests): Add tst-getopt_long1.
52052
52053         [BZ #10138]
52054         * scripts/config.guess: Update from autoconf-2.68.
52055         * scripts/config.sub: Likewise.
52056
52057         [BZ #10157]
52058         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
52059         tests into ...
52060         (has_cpuclock): ...this.  New function.
52061         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
52062         macro here based on has_cpuclock code.
52063
52064         [BZ #10149]
52065         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52066         First byte (not low byte) is now always NUL.
52067         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
52068
52069         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52070         Use non-cancelable interfaces.
52071
52072         [BZ #9809]
52073         * locale/iso-639.def: Add entry for Sorani.
52074
52075         [BZ #11901]
52076         * include/stdlib.h: Move include protection to the right place.
52077         Define abort_msg_s.  Declare __abort_msg with it.
52078         * stdlib/abort.c (__abort_msg): Adjust type.
52079         * assert/assert.c (__assert_fail_base): New function.  Majority
52080         of code from __assert_fail.  Allocate memory for __abort_msg with
52081         mmap.
52082         (__assert_fail): Now call __assert_fail_base.
52083         * assert/assert-perr.c: Remove bulk of implementation.  Use
52084         __assert_fail_base.
52085         * include/assert.hL Declare __assert_fail_base.
52086         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
52087         mmap.
52088         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
52089
52090 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
52091
52092         [BZ #11952]
52093         [BZ #12453]
52094         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
52095         until all modules are registered in the DTV.
52096         * elf/Makefile: Add rules to build and run tst-tls19.
52097         * elf/tst-tls19.c: New file.
52098         * elf/tst-tls19mod1.c: New file.
52099         * elf/tst-tls19mod2.c: New file.
52100         * elf/tst-tls19mod3.c: New file.
52101         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
52102
52103         [BZ #12083]
52104         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
52105         correctly.
52106
52107         [BZ #12601]
52108         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
52109         two-byte sequence errors.
52110         * iconvdata/Makefile (tests): Add bug-iconv8.
52111         * iconvdata/bug-iconv8.c: New file.
52112
52113         [BZ #12626]
52114         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
52115         buf2 definition.
52116
52117         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
52118
52119         [BZ #12432]
52120         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
52121         (dummy_getcfa): New function.
52122         (init): Get _Unwind_GetCFA address, use dummy if not found.
52123         (backtrace_helper): In recursion check, also check whether CFA changes.
52124         (__backtrace): Completely initialize arg.
52125
52126         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
52127         storing incomplete byte sequence in state object.  Avoid testing for
52128         guaranteed too small input if we know there is enough data available.
52129
52130 2011-05-11  Andreas Schwab  <schwab@redhat.com>
52131
52132         * Makeconfig (+link-pie): Indent.
52133         * Rules (binaries-pie): Define if $(have-fpie) and
52134         $(build-shared).
52135         (binaries-shared): Also filter out $(binaries-pie).
52136         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
52137         * nscd/Makefile (others-pie): Add nscd.
52138         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
52139         ($(objpfx)nscd): Remove command override.
52140         * login/Makefile (others-pie): Add pt_chown.
52141         ($(objpfx)pt_chown): Remove command override.
52142         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
52143         remove command overrides.
52144
52145 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
52146
52147         * libio/tst_putwc.c: Fix error messages.
52148
52149         [BZ #12724]
52150         * libio/fileops.c (_IO_new_file_close_it): Always flush when
52151         currently writing and seek to current position when not.
52152         * libio/Makefile (tests): Add bug-fclose1.
52153         * libio/bug-fclose1.c: New file.
52154
52155 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
52156
52157         [BZ #12511]
52158         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
52159         don't set DF_1_NODELETE here.
52160         (do_lookup_x): When entering new entry test for copy relocation
52161         and if necessary set DF_1_NODELETE flag.
52162         * elf/tst-unique4.cc: New file.
52163         * elf/tst-unique4.h: New file.
52164         * elf/tst-unique4lib.cc: New file.
52165         * elf/Makefile: Add rules to build and run tst-unique4.
52166         Patch by Piotr Bury <pbury@goahead.com>.
52167
52168 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
52169
52170         [BZ #12052]
52171         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
52172
52173         [BZ #12625]
52174         * misc/mntent_r.c (addmntent): Flush the stream after the output
52175
52176         [BZ #12393]
52177         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
52178         (is_trusted_path_normalize): Skip initial colon.  Append slash
52179         to empty buffer.  Duplicate is_trusted_path code but allow
52180         constructed patch to be prefix.
52181         (is_dst): Allow $ORIGIN followed by /.
52182         (_dl_dst_substitute): Correct clearing of check_for_trusted.
52183         Correct testing of result of is_trusted_path_normalize
52184         (decompose_rpath): Fix warning.
52185
52186 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
52187
52188         [BZ #11257]
52189         * grp/initgroups.c (internal_getgrouplist): When we found the service
52190         list through the initgroups entry in nsswitch.conf do not always
52191         continue on a successful lookup.  Don't always use the
52192         __nss_group_database value if it is set.
52193         * nss/nsswitch.conf (initgroups): Change action for successful db
52194         lookup to continue for compatibility.
52195
52196 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
52197
52198         [BZ #11532]
52199         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
52200         and CP774 modules.
52201         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
52202         and CP774 modules.
52203         * iconvdata/tst-tables.sh: Likewise.
52204         * iconvdata/cp770.c: New file.
52205         * iconvdata/cp771.c: New file.
52206         * iconvdata/cp772.c: New file.
52207         * iconvdata/cp773.c: New file.
52208         * iconvdata/cp774.c: New file.
52209         * iconvdata/testdata/CP770: New file.
52210         * iconvdata/testdata/CP770..UTF8: New file.
52211         * iconvdata/testdata/CP771: New file.
52212         * iconvdata/testdata/CP771..UTF8: New file.
52213         * iconvdata/testdata/CP772: New file.
52214         * iconvdata/testdata/CP772..UTF8: New file.
52215         * iconvdata/testdata/CP773: New file.
52216         * iconvdata/testdata/CP773..UTF8: New file.
52217         * iconvdata/testdata/CP774: New file.
52218         * iconvdata/testdata/CP774..UTF8: New file.
52219
52220         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
52221         END CHARMAP line.
52222         * iconvdata/gen-8bit-gap.sh: Likewise.
52223         * iconvdata/gen-8bit.sh: Likewise.
52224
52225         * locale/iso-639.def: Add ary entry.
52226
52227         [BZ #11258]
52228         * locale/C-translit.h.in: Add U20A1 transliteration.
52229
52230         [BZ #12178]
52231         * locale/iso-639.def: Add wae entry.
52232         Patch by Kevin Bortis <bortis@translate-wae.ch>.
52233
52234         [BZ #12545]
52235         * locale/programs/localedef.c (construct_output_path): Use ssize_t
52236         for n.
52237
52238         [BZ #12711]
52239         * locale/C-translit.h.in: Add entry for U20B9.
52240         Patch by pravin.d.s@gmail.com.
52241
52242 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
52243
52244         [BZ #12713]
52245         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
52246         ENAMETOOLONG use generic getcwd.
52247         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
52248         in rtld.  Use *stat64.
52249         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
52250         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
52251         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
52252         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
52253         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
52254         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
52255         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
52256         __fstatat64 macros.
52257         * include/dirent.h: Add libc_hidden_proto for rewinddir.
52258         * dirent/rewinddir.c: Add libc_hidden_def.
52259         * sysdeps/mach/hurd/rewinddir.c: Likewise.
52260         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
52261
52262         * include/dirent.h (__alloc_dir): Add flags parameter.
52263         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
52264         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
52265         __alloc_dir.
52266         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
52267         from fdopendir if O_CLOEXEC is already set.
52268
52269 2011-03-15  Alan Modra  <amodra@gmail.com>
52270
52271         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
52272         l_tls_firstbyte_offset non-zero.  Save padding offset in
52273         l_tls_firstbyte_offset for later use.
52274         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
52275         freeing static tls block.
52276
52277 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
52278
52279         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
52280         where #ifdef was intended.  The intent is to prevent ARG_MAX from
52281         being defined by the kernel headers.
52282
52283 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
52284
52285         [BZ #12734]
52286         * resolv/resolv.h: Define RES_NOTLDQUERY.
52287         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
52288         no-tld-query and set RES_NOTLDQUERY.
52289         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
52290         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
52291         modern BIND to search name as TLD unless forbidden.
52292
52293 2011-05-07  Petr Baudis  <pasky@suse.cz>
52294             Ulrich Drepper  <drepper@gmail.com>
52295
52296         [BZ #12393]
52297         * elf/dl-load.c (fillin_rpath): Move trusted path check...
52298         (is_trusted_path): ...to here.
52299         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
52300         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
52301         using is_trusted_path_normalize() in setuid scripts.
52302
52303 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
52304
52305         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
52306         __BEGIN/__END_DECLS.
52307
52308 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
52309
52310         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
52311         NSS_STATUS_NOTFOUND if no record was found.
52312
52313 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52314
52315         * sunrpc/Makefile (headers): Add rpc/netdb.h.
52316         (headers-not-in-tirpc): Remove rpc/netdb.h
52317         * resolv/netdb.h: Revert last change.
52318
52319 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
52320
52321         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
52322         circular dependency between libgcc.a and libc.a.
52323
52324 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52325
52326         * resolv/netdb.h: Don't include <rpc/netdb.h>.
52327         * nis/Makefile: Don't install rpcsvc/*.
52328         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
52329         instead of <rpc/types.h>.
52330         (MAXHOSTNAMELEN): Define.
52331
52332 2011-05-03  Andreas Schwab  <schwab@redhat.com>
52333
52334         * elf/ldconfig.c (add_dir): Don't crash on empty path.
52335
52336 2011-04-28  Maciej Babinski  <mbabinski@google.com>
52337
52338         [BZ #12714]
52339         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
52340         gethostbyname4_r when IPv6 results are possible.
52341
52342 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
52343
52344         [BZ #12723]
52345         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
52346         _PC_PIPE_BUF handling.
52347
52348 2011-04-30  Bruno Haible  <bruno@clisp.org>
52349
52350         [BZ #12717]
52351         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
52352         * resolv/netdb.h (getnameinfo): Change type of flags parameter
52353         to 'int'.
52354         * inet/getnameinfo.c (getnameinfo): Likewise.
52355
52356 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
52357
52358         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
52359         to groups setting in database lookup.
52360         * nss/nsswitch.conf: Add initgroups entry.
52361
52362 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
52363
52364         [BZ #12685]
52365         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
52366         mode string.
52367         Patch by Eric Blake <eblake@redhat.com>.
52368
52369 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
52370
52371         * sunrpc/Makefile (need-export-routines): Add svc_run.
52372         (routines): Remove svc_run.
52373         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
52374         * sunrpc/clnt_perr.c (clnt_perrno): Export.
52375         * sunrpc/svc_run.c (svc_run): Likewise.
52376         * sunrpc/svc_udp.c (svcudp_create): Likewise.
52377
52378 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
52379
52380         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
52381         problem in reallocation in last patch.
52382
52383 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
52384
52385         * sunrpc/Makefile: Move inclusion of Rules.
52386
52387 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52388
52389         * nss/nss_files/files-initgroups.c: New file.
52390         * nss/Makefile (libnss_files-routines): Add files-initgroups.
52391         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
52392         _nss_files_initgroups_dyn.
52393
52394 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
52395
52396         * elf/elf.h (R_ARM_IRELATIVE): Define.
52397
52398 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52399
52400         * po/ru.po: Update from translation team.
52401
52402 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52403
52404         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
52405         dependencies.
52406
52407 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
52408
52409         [BZ #12653]
52410         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
52411         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
52412         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
52413         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
52414         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
52415
52416 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
52417
52418         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
52419         differing bytes.
52420         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
52421         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
52422         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52423
52424 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52425
52426         [BZ #12420]
52427         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
52428         storing it.
52429         * stdlib/bug-getcontext.c: New file.
52430         * stdlib/Makefile: Add rules to build and run bug-getcontext.
52431
52432 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52433
52434         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
52435         instructions into .machine "z9-109".
52436         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
52437         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
52438
52439 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52440
52441         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
52442         between environment variables and auxiliary vector.
52443
52444 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
52445
52446         * Makefile: Add rules to build linkobj/libc.so.
52447         * include/libc-symbols.h: Define libc_hidden_nolink.
52448         * include/rpc/auth.h: Mark functions which are to be hidden.
52449         * include/rpc/auth_des.h: Likewise.
52450         * include/rpc/auth_unix.h: Likewise.
52451         * include/rpc/clnt.h: Likewise.
52452         * include/rpc/des_crypt.h: Likewise.
52453         * include/rpc/key_prot.h: Likewise.
52454         * include/rpc/pmap_clnt.h: Likewise.
52455         * include/rpc/pmap_prot.h: Likewise.
52456         * include/rpc/pmap_rmt.h: Likewise.
52457         * include/rpc/rpc_msg.h: Likewise.
52458         * include/rpc/svc.h: Likewise.
52459         * include/rpc/svc_auth.h: Likewise.
52460         * include/rpc/xdr.h: Likewise.
52461         * nis/Makefile: Link all DSOs against linkobj/libc.so.
52462         * nss/Makefile: Likewise.
52463         * sunrpc/Makefile: Don't install headers.  Build library with normal
52464         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
52465         * sunrpc/auth_des.c: Hide exported symbols by default, export some
52466         for the compat linking library.  Remove use of INTDEF/INTUSE.
52467         * sunrpc/auth_none.c: Likewise.
52468         * sunrpc/auth_unix.c: Likewise.
52469         * sunrpc/authdes_prot.c: Likewise.
52470         * sunrpc/authuxprot.c: Likewise.
52471         * sunrpc/clnt_gen.c: Likewise.
52472         * sunrpc/clnt_perr.c: Likewise.
52473         * sunrpc/clnt_raw.c: Likewise.
52474         * sunrpc/clnt_simp.c: Likewise.
52475         * sunrpc/clnt_tcp.c: Likewise.
52476         * sunrpc/clnt_udp.c: Likewise.
52477         * sunrpc/clnt_unix.c: Likewise.
52478         * sunrpc/des_crypt.c: Likewise.
52479         * sunrpc/des_soft.c: Likewise.
52480         * sunrpc/get_myaddr.c: Likewise.
52481         * sunrpc/key_call.c: Likewise.
52482         * sunrpc/key_prot.c: Likewise.
52483         * sunrpc/netname.c: Likewise.
52484         * sunrpc/pm_getmaps.c: Likewise.
52485         * sunrpc/pm_getport.c: Likewise.
52486         * sunrpc/pmap_clnt.c: Likewise.
52487         * sunrpc/pmap_prot.c: Likewise.
52488         * sunrpc/pmap_prot2.c: Likewise.
52489         * sunrpc/pmap_rmt.c: Likewise.
52490         * sunrpc/publickey.c: Likewise.
52491         * sunrpc/rpc_cmsg.c: Likewise.
52492         * sunrpc/rpc_common.c: Likewise.
52493         * sunrpc/rpc_dtable.c: Likewise.
52494         * sunrpc/rpc_prot.c: Likewise.
52495         * sunrpc/rpc_thread.c: Likewise.
52496         * sunrpc/rtime.c: Likewise.
52497         * sunrpc/svc.c: Likewise.
52498         * sunrpc/svc_auth.c: Likewise.
52499         * sunrpc/svc_authux.c: Likewise.
52500         * sunrpc/svc_raw.c: Likewise.
52501         * sunrpc/svc_run.c: Likewise.
52502         * sunrpc/svc_simple.c: Likewise.
52503         * sunrpc/svc_tcp.c: Likewise.
52504         * sunrpc/svc_udp.c: Likewise.
52505         * sunrpc/svc_unix.c: Likewise.
52506         * sunrpc/svcauth_des.c: Likewise.
52507         * sunrpc/xcrypt.c: Likewise.
52508         * sunrpc/xdr.c: Likewise.
52509         * sunrpc/xdr_array.c: Likewise.
52510         * sunrpc/xdr_float.c: Likewise.
52511         * sunrpc/xdr_intXX_t.c: Likewise.
52512         * sunrpc/xdr_mem.c: Likewise.
52513         * sunrpc/xdr_rec.c: Likewise.
52514         * sunrpc/xdr_ref.c: Likewise.
52515         * sunrpc/xdr_sizeof.c: Likewise.
52516         * sunrpc/xdr_stdio.c: Likewise.
52517
52518 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
52519
52520         [BZ #12650]
52521         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
52522         * sysdeps/ia64/dl-tls.h: Likewise.
52523         * sysdeps/powerpc/dl-tls.h: Likewise.
52524         * sysdeps/s390/dl-tls.h: Likewise.
52525         * sysdeps/sh/dl-tls.h: Likewise.
52526         * sysdeps/sparc/dl-tls.h: Likewise.
52527         * sysdeps/x86_64/dl-tls.h: Likewise.
52528         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
52529
52530 2011-03-14  Andreas Schwab  <schwab@redhat.com>
52531
52532         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
52533         rpath element also skip the following colon.
52534         (expand_dynamic_string_token): Add is_path parameter and pass
52535         down to DL_DST_REQUIRED and _dl_dst_substitute.
52536         (decompose_rpath): Call expand_dynamic_string_token with
52537         non-zero is_path.  Ignore empty rpaths.
52538         (_dl_map_object_from_fd): Call expand_dynamic_string_token
52539         with zero is_path.
52540
52541 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
52542
52543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
52544         Make cancelable.
52545
52546 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
52547
52548         [BZ #12655]
52549         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
52550         Patch by Filipe David Manana <fdmanana@apache.org>.
52551
52552 2011-04-07  Andreas Schwab  <schwab@redhat.com>
52553
52554         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
52555         Maintain aligned stack.
52556         (CHECK_RSP): Remove unused macro.
52557
52558 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
52559
52560         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
52561         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
52562
52563 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
52564
52565         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
52566
52567         * include/features.h: Mention __USE_XOPEN2K8 in comment.
52568
52569 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
52570
52571         [BZ #12518]
52572         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
52573         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
52574         * sysdeps/x86_64/memmove.c: New file.
52575         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
52576         (memcpy): Renamed to ...
52577         (__new_memcpy): This.
52578         (memcpy): Provide GLIBC_2_14 memcpy.
52579         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
52580         (memcpy): Provide GLIBC_2_2_5 memcpy.
52581
52582 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52583
52584         [BZ #12631]
52585         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
52586
52587 2011-03-30  Andreas Schwab  <schwab@redhat.com>
52588
52589         * misc/syncfs.c: New file.
52590         * misc/Makefile (routines): Add syncfs.
52591         * posix/unistd.h: Declare syncfs.
52592         * sysdeps/unix/syscalls.list: Add syncfs.
52593
52594 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52595
52596         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
52597         open_by_handle_at.
52598         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
52599         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52600         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52601         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52602         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52603         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
52604         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52605
52606 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52607
52608         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
52609         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52610         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
52611         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52612         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52613         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52614         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52615
52616         * io/Makefile: Compile fallocate.c, fallocate64.c, and
52617         sync_file_range.c with -fexceptions.
52618         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52619         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52620         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52621         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52622         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52623         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52624         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
52625         sync_file_range as cancellation point
52626         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
52627         now a wrapper around __call_sync_file_range with cancellation handling.
52628         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52629         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
52630         function name to __call_sync_file_range.
52631         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52632         Add call_sync_file_range.
52633
52634 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52635
52636         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
52637         bits/timex.h.
52638
52639 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52640
52641         * iconv/iconv.h: Fix typo in comment.
52642         * io/fcntl.h: Likewise.
52643         * libio/stdio.h: Likewise.
52644         * posix/spawn.h: Likewise.
52645         * posix/unistd.h: Likewise.
52646         * stdlib/stdlib.h: Likewise.
52647         * time/time.h: Likewise.
52648         * wcsmbs/wchar.h: Likewise.
52649
52650         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52651         open_by_handle): Add.
52652         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52653         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
52654         Augment a few comments.
52655         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52656         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52657         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52658         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52659         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52660         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52661         open_by_handle.
52662
52663         * io/fcntl.h (AT_EMPTY_PATH): Define.
52664
52665 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
52666
52667         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52668         * sysdeps/unix/sysv/linux/bits/time.h: New file.
52669         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52670         to...
52671         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
52672         * Versions.def: Add GLIBC_2.14.
52673         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52674         Export.
52675
52676 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
52677
52678         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52679         round counter.
52680         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52681
52682 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
52683
52684         [BZ #12597]
52685         * string/test-strncmp.c (do_page_test): New function.
52686         (check2): Likewise.
52687         (test_main): Call check2.
52688         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52689
52690 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
52691
52692         [BZ #12587]
52693         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52694         Handle cache information in CPU leaf 4.
52695         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52696
52697 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
52698
52699         [BZ #12583]
52700         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52701         character representation.
52702         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52703
52704 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
52705
52706         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52707         END(__isnan) to END(__isnanf) to match function entry point/label
52708         EALIGN(__isnanf,...).
52709
52710 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
52711
52712         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52713
52714 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
52715
52716         [BZ #12510]
52717         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52718         copy from the symbol referenced in the relocation to initialize the
52719         used variable.
52720         Patch by Piotr Bury <pbury@goahead.com>.
52721         * elf/Makefile: Add rules to build and tst-unique3.
52722         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52723         * elf/tst-unique3.cc: New file.
52724         * elf/tst-unique3.h: New file.
52725         * elf/tst-unique3lib.cc: New file.
52726         * elf/tst-unique3lib2.cc: New file.
52727
52728         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52729
52730 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
52731
52732         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52733         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
52734         to _start.
52735
52736 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
52737
52738         * elf/dl-load.c (_dl_map_object): If we are looking for the first
52739         to-be-loaded object along a path to loader is ld.so.
52740
52741 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52742             Ulrich Drepper  <drepper@gmail.com>
52743
52744         * sysdeps/x86_64/memset.S: After aligning destination, code
52745         branches to different locations depending on the value of
52746         misalignment, when multiarch is enabled. Fix this.
52747
52748 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52749
52750         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52751         Set _x86_64_preferred_memory_instruction for AMD processsors.
52752         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52753         Set bit_Prefer_SSE_for_memop for AMD processors.
52754
52755 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
52756
52757         * libio/fmemopen.c (fmemopen): Optimize a bit.
52758
52759 2011-03-03  Andreas Schwab  <schwab@redhat.com>
52760
52761         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52762
52763 2011-03-03  Roland McGrath  <roland@redhat.com>
52764
52765         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52766
52767 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
52768
52769         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
52770         __bzero_ultra1 instead of __memset_ultra1.
52771
52772 2011-02-23  Andreas Schwab  <schwab@redhat.com>
52773             Ulrich Drepper  <drepper@gmail.com>
52774
52775         [BZ #12509]
52776         * include/link.h (struct link_map): Add l_orig_initfini.
52777         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52778         returning unsuccessfully.
52779         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52780         close of a file loaded at startup, restore the original l_initfini
52781         list.
52782         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52783         list, store the pointer.
52784         * elf/Makefile ($(objpfx)noload-mem): New rule.
52785         (noload-ENV): Define.
52786         (tests): Add $(objpfx)noload-mem.
52787         * elf/noload.c: Include <memcheck.h>.
52788         (main): Call mtrace.  Close all opened handles.
52789
52790 2011-02-17  Andreas Schwab  <schwab@redhat.com>
52791
52792         [BZ #12454]
52793         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52794         dependencies are missing.
52795
52796 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52797
52798         Fix __if_freereq crash: Unlike the generic version which uses free,
52799         Hurd needs munmap.
52800         * sysdeps/mach/hurd/ifreq.h: New file.
52801
52802 2011-01-27  Petr Baudis  <pasky@suse.cz>
52803             Ulrich Drepper  <drepper@gmail.com>
52804
52805         [BZ 12445]#
52806         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52807         to extend_alloca().
52808         * stdio-common/bug23.c: New file.
52809         * stdio-common/Makefile (tests): Add bug23.
52810
52811 2010-09-28  Andreas Schwab  <schwab@redhat.com>
52812             Ulrich Drepper  <drepper@gmail.com>
52813
52814         [BZ #12489]
52815         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52816         before performing relro protection.  At old place add assertion
52817         to make sure nothing changed.
52818
52819 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
52820             Glauber de Oliveira Costa  <glommer@gmail.com>
52821
52822         * elf/elf.h: Add new ARM TLS relocs.
52823
52824 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
52825
52826         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52827         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52828         cast from r3.
52829         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
52830         'tests' variable.
52831         * sysdeps/wordsize-64/tst-writev.c: New file.
52832
52833 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
52834
52835         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52836         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52837         insns in _dl_start to prevent a TOC reference before relocs are
52838         resolved.
52839
52840 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
52841
52842         [BZ #12469]
52843         * Makeconfig: Remove RANLIB definition.
52844         * Makerules: Don't use RANLIB.
52845         * aclocal.m4: Remove ranlib test.
52846         * configure.in: No need to check for ranlib.
52847         * elf/rtld-Rules: Don't use RANLIB.
52848
52849 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52850
52851         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52852         protection macro.
52853         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52854         inclusion protection macro.
52855
52856         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52857         SIGRTMIN and SIGRTMAX and print information in that case only when
52858         SIGRTMIN is defined.
52859
52860 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
52861
52862         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52863         arginfo fn returning -1.
52864
52865         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52866         and thousands string is zero terminated.
52867
52868 2011-02-03  Andreas Schwab  <schwab@redhat.com>
52869
52870         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52871         sysdeps/unix/sysv/linux/bits/socket.h.
52872
52873 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52874
52875         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52876         (__CPU_COUNT): Remove old macros.
52877         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52878         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52879         (__CPU_ALLOC, __CPU_FREE): Add macros.
52880         (__sched_cpualloc, __sched_cpufree): Add declarations.
52881
52882 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
52883
52884         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52885         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52886         * nscd/aicache.c (addhstaiX): Return timeout of added value.
52887         (readdhstai): Return value of addhstaiX call.
52888         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52889         (addgrbyX): Return value returned by cache_addgr.
52890         (readdgrbyname): Return value returned by addgrbyX.
52891         (readdgrbygid): Likewise.
52892         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52893         (addpwbyX): Return value returned by cache_addpw.
52894         (readdpwbyname): Return value returned by addhstbyX.
52895         (readdpwbyuid): Likewise.
52896         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52897         (addservbyX): Return value returned by cache_addserv.
52898         (readdservbyname): Return value returned by addservbyX:
52899         (readdservbyport): Likewise.
52900         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52901         (addhstbyX): Return value returned by cache_addhst.
52902         (readdhstbyname): Return value returned by addhstbyX.
52903         (readdhstbyaddr): Likewise.
52904         (readdhstbynamev6): Likewise.
52905         (readdhstbyaddrv6): Likewise.
52906         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52907         (readdinitgroups): Return value returned by addinitgroupsX.
52908         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52909         (prune_cache): Keep track of timeout value of re-added entries.
52910         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52911         * nscd/nscd.h: Adjust prototypes of readd* functions.
52912
52913 2011-02-04  Roland McGrath  <roland@redhat.com>
52914
52915         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52916         (nis_stats): Likewise.
52917         * nis/nis_modify.c (nis_modify): Likewise.
52918         * nis/nis_remove.c (nis_remove): Likewise.
52919         * nis/nis_add.c (nis_add): Likewise.
52920
52921         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52922
52923         * posix/fnmatch_loop.c: Add some consts.
52924
52925         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52926
52927 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52928
52929         [BZ #12460]
52930         * config.make.in (config-cflags-novzeroupper): Define.
52931         * configure.in: Substitute libc_cv_cc_novzeroupper.
52932         * elf/Makefile (AVX-CFLAGS): Define.
52933         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52934         (CFLAGS-tst-auditmod4a.c): Likewise.
52935         (CFLAGS-tst-auditmod4b.c): Likewise.
52936         (CFLAGS-tst-auditmod6b.c): Likewise.
52937         (CFLAGS-tst-auditmod6c.c): Likewise.
52938         (CFLAGS-tst-auditmod7b.c): Likewise.
52939         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52940
52941 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52942
52943         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52944         function to the callback.
52945         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52946
52947 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52948
52949         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52950         of errno.
52951
52952 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52953
52954         [BZ #11724]
52955         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52956         of constructors.
52957         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52958         of destructors.
52959         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52960
52961         [BZ #11724]
52962         * elf/Makefile: Add rules to build and run new test.
52963         * elf/tst-initorder.c: New file.
52964         * elf/tst-initorder.exp: New file.
52965         * elf/tst-initordera1.c: New file.
52966         * elf/tst-initordera2.c: New file.
52967         * elf/tst-initordera3.c: New file.
52968         * elf/tst-initordera4.c: New file.
52969         * elf/tst-initorderb1.c: New file.
52970         * elf/tst-initorderb2.c: New file.
52971         * elf/tst-order-a1.c: New file.
52972         * elf/tst-order-a2.c: New file.
52973         * elf/tst-order-a3.c: New file.
52974         * elf/tst-order-a4.c: New file.
52975         * elf/tst-order-b1.c: New file.
52976         * elf/tst-order-b2.c: New file.
52977         * elf/tst-order-main.c: New file.
52978         New test case by George Gensure <werkt0@gmail.com>.
52979
52980 2010-10-01  Andreas Schwab  <schwab@redhat.com>
52981
52982         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52983         decoding ACE if AI_CANONIDN.
52984
52985 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
52986
52987         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52988
52989 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
52990
52991         * version.h (RELEASE): Bump for 2.13 release.
52992         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52993
52994         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
52995
52996         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
52997         MADV_NOHUGEPAGE.
52998         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
52999         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
53000         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
53001         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
53002         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
53003         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53004
53005         * posix/getconf.c: Update copyright year.
53006         * catgets/gencat.c: Likewise.
53007         * csu/version.c: Likewise.
53008         * debug/catchsegv.sh: Likewise.
53009         * debug/xtrace.sh: Likewise.
53010         * elf/ldconfig.c: Likewise.
53011         * elf/ldd.bash.in: Likewise.
53012         * elf/sprof.c (print_version): Likewise.
53013         * iconv/iconv_prog.c: Likewise.
53014         * iconv/iconvconfig.c: Likewise.
53015         * locale/programs/locale.c: Likewise.
53016         * locale/programs/localedef.c: Likewise.
53017         * malloc/memusage.sh: Likewise.
53018         * malloc/mtrace.pl: Likewise.
53019         * nscd/nscd.c (print_version): Likewise.
53020         * nss/getent.c: Likewise.
53021
53022         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
53023         PF_CAIF, and PF_ALG.
53024         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
53025
53026 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
53027
53028         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
53029         (modules-names): Use them.
53030         (ifunc-test-modules, ifunc-pie-tests): Define.
53031         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
53032         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
53033         (test-extras): Likewise.
53034         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
53035         $(compile-command.c).
53036         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
53037         (all-built-dso): Define.
53038         (check-textrel.out, check-execstack.out): Depend on it.
53039
53040         * configure.in: Don't override --enable-multi-arch.
53041
53042 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
53043
53044         [BZ #6812]
53045         * nscd/hstcache.c (tryagain): Define.
53046         (cache_addhst): Return tryagain not notfound for temporary errors.
53047         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
53048         failed.
53049
53050 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
53051
53052         [BZ #10563]
53053         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
53054         to make the syscall.
53055         * sysdeps/unix/sysv/linux/setgroups.c: New file.
53056
53057         [BZ #12378]
53058         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
53059         and fall back to matching as normal character if the string ends before
53060         the matching ']' is found.  This is what POSIX requires.
53061         * posix/testfnm.c: Adjust test result.
53062         * posix/globtest.sh: Adjust test result.  Add new test.
53063         * posix/tst-fnmatch.input: Likewise.
53064         * posix/tst-fnmatch2.c: Add new test.
53065
53066 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
53067
53068         * elf/Makefile (check-execstack): Revert last change.  Depend on
53069         check-execstack.h.
53070         (check-execstack.h): New target.
53071         (generated): Add check-execstack.h.
53072         * elf/check-execstack.c: Include "check-execstack.h".
53073         (main): Revert last change.
53074         (handle_file): Return zero if GNU_STACK is absent and
53075         DEFAULT_STACK_PERMS doesn't include PF_X.
53076
53077 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
53078
53079         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
53080         in child fails because the descriptor is already closed.
53081         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
53082         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
53083         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
53084
53085         [BZ #12397]
53086         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
53087         syscall.
53088
53089         [BZ #10484]
53090         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
53091         temporary buffer used to handle multi lookups locally.
53092         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
53093
53094 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
53095
53096         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
53097         loader is ld.so.
53098
53099 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
53100
53101         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
53102         alignment for SSE2.
53103
53104 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
53105
53106         [BZ #12394]
53107         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
53108         characters.  When rounding increased number of integer digits recompute
53109         number of groups.
53110         * stdio-common/tst-grouping.c: New file.
53111         * stdio-common/Makefile: Add rules to build and run tst-grouping.
53112
53113 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
53114
53115         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
53116         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
53117
53118         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
53119         void.
53120         * bits/select.h: Likewise.
53121
53122 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
53123
53124         * po/ja.po: Update from translation team.
53125
53126 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
53127
53128         [BZ #11155]
53129         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
53130         implementation just like for lxstat, fxstatat, et al.
53131
53132 2010-12-27  Jim Meyering  <meyering@redhat.com>
53133
53134         [BZ #12348]
53135         * posix/regexec.c (build_trtable): Return failure indication upon
53136         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
53137
53138 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
53139
53140         [BZ #12201]
53141         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
53142         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
53143         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
53144         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
53145
53146         [BZ #12207]
53147         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
53148
53149         [BZ #12204]
53150         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
53151         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
53152
53153 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
53154
53155         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
53156         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
53157         script has SORT_BY_INIT_PRIORITY.
53158         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
53159         NO_CTORS_DTORS_SECTIONS is defined.
53160         * elf/soinit.c: Likewise.
53161         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
53162         NO_CTORS_DTORS_SECTIONS is defined.
53163         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
53164         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
53165         * sysdeps/sh/init-first.c: Likewise.
53166         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
53167
53168 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
53169
53170         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
53171         always use the slow path.
53172
53173 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
53174
53175         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
53176         similar rule which adds the sysdep directories to the header search in
53177         order to pick up the correct platform stackinfo.h.
53178         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
53179         perform test if it is, otherwise return successfully without testing.
53180         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
53181         DEFAULT_STACK_PERMS define in stackinfo.h.
53182         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
53183         defined in stackinfo.h.
53184         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
53185         DEFAULT_STACK_PERMS defined in stackinfo.h.
53186         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
53187         * sysdeps/ia64/stackinfo.h: Likewise.
53188         * sysdeps/s390/stackinfo.h: Likewise.
53189         * sysdeps/sh/stackinfo.h: Likewise.
53190         * sysdeps/sparc/stackinfo.h: Likewise.
53191         * sysdeps/x86_64/stackinfo.h: Likewise.
53192         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
53193         PF_X for powerpc64.  Retain PF_X for powerpc32.
53194
53195 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
53196
53197         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
53198         accurately.
53199         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
53200         GETDENTS_64BIT_ALIGNED.
53201
53202 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
53203
53204         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
53205
53206 2010-12-10  Andreas Schwab  <schwab@redhat.com>
53207
53208         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
53209         _GNU_SOURCE.
53210
53211         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
53212         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
53213         Remove __restrict.
53214         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
53215         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
53216
53217 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
53218
53219         [BZ #11655]
53220         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
53221         are initialized.
53222
53223 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
53224
53225         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
53226
53227 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
53228
53229         * po/it.po: Update from translation team.
53230
53231 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
53232
53233         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
53234         unused codes.
53235
53236 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
53237
53238         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
53239
53240 2010-11-24  Andreas Schwab  <schwab@redhat.com>
53241
53242         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
53243         specially.
53244         (gaih_getanswer_slice): Likewise.
53245
53246 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
53247
53248         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
53249
53250 2010-05-31  Petr Baudis  <pasky@suse.cz>
53251
53252         [BZ #11149]
53253         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
53254         silently even in the chroot mode.
53255
53256 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
53257
53258         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
53259         last patch a bit.  Pretty printing
53260
53261 2010-05-31  Petr Baudis <pasky@suse.cz>
53262
53263         [BZ #10085]
53264         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
53265         initialization of skip_initgroups_dyn.
53266
53267 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
53268
53269         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
53270         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53271
53272 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
53273
53274         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
53275
53276 2010-11-11  Andreas Schwab  <schwab@redhat.com>
53277
53278         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
53279         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
53280         (tst-fnmatch-ENV): Set MALLOC_TRACE.
53281         ($(objpfx)tst-fnmatch-mem): New rule.
53282         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
53283         * posix/tst-fnmatch.c (main): Call mtrace.
53284
53285 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
53286
53287         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53288         Support Intel processor model 6 and model 0x2c.
53289
53290 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
53291
53292         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
53293           signed comparison.
53294
53295 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
53296
53297         [BZ #12205]
53298         * string/test-strncasecmp.c (check_result): New function.
53299         (do_one_test): Use it.
53300         (check1): New function.
53301         (test_main): Use it.
53302         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
53303         Support strcasecmp and strncasecmp.
53304
53305 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
53306
53307         [BZ #12194]
53308         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
53309         * sysdeps/x86_64/bits/byteswap.h: Likewise.
53310
53311 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
53312
53313         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
53314         IFUNC support.
53315         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53316         memset-x86-64.
53317         * sysdeps/x86_64/multiarch/bzero.S: New file.
53318         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
53319         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
53320         * sysdeps/x86_64/multiarch/memset.S: New file.
53321         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
53322         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53323         Set bit_Prefer_SSE_for_memop for Intel processors.
53324         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
53325         Define.
53326         (index_Prefer_SSE_for_memop): Define.
53327         (HAS_PREFER_SSE_FOR_MEMOP): Define.
53328
53329 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
53330
53331         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
53332         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
53333
53334 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
53335
53336         [BZ #12191]
53337         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53338         (__x86_64_raw_data_cache_size_half): Likewise.
53339         (__x86_64_raw_shared_cache_size): Likewise.
53340         (__x86_64_raw_shared_cache_size_half): Likewise.
53341
53342         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53343         (__x86_64_raw_data_cache_size_half): Likewise.
53344         (__x86_64_raw_shared_cache_size): Likewise.
53345         (__x86_64_raw_shared_cache_size_half): Likewise.
53346         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
53347         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
53348         and __x86_64_raw_shared_cache_size_half.  Round
53349         __x86_64_data_cache_size_half, __x86_64_data_cache_size
53350         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
53351         to multiple of 256 bytes.
53352
53353 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
53354
53355         [BZ #12167]
53356         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
53357         of inacessible symlinks.  Verify result of symlink before returning it.
53358         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
53359         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
53360
53361 2010-10-28  Erich Ritz  <erichritz@gmail.com>
53362
53363         * math/math.h (isinf): Fix typo in comment.
53364
53365 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
53366
53367         * po/da.po: Update from translation team.
53368
53369 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
53370
53371         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
53372         is added to the list.
53373
53374 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53375             Ulrich Drepper  <drepper@gmail.com>
53376
53377         * elf/dl-object.c (_dl_new_object): Don't append the new object to
53378         the global list here.  Move code to...
53379         (_dl_add_to_namespace_list): ...here.  New function.
53380         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
53381         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
53382         * elf/dl-load.c (lose): Don't remove the element from the list.
53383         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
53384         (_dl_map_object): Likewise.
53385
53386 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
53387
53388         [BZ #12159]
53389         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
53390         into all bytes of SSE register.
53391         Patch by Richard Li <richardpku@gmail.com>.
53392
53393 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
53394
53395         [BZ #12140]
53396         * malloc/malloc.c (_int_free): Fill correct number of bytes when
53397         perturbing.
53398
53399 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
53400
53401         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
53402         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
53403         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
53404         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
53405         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
53406         submachine.
53407         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
53408
53409 2010-10-22  Andreas Schwab  <schwab@redhat.com>
53410
53411         * include/dlfcn.h (__RTLD_SECURE): Define.
53412         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
53413         mode & __RTLD_SECURE instead.
53414         (open_path): Rename preloaded parameter to secure.
53415         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
53416         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
53417         * elf/dl-deps.c (openaux): Likewise.
53418         * elf/rtld.c (struct map_args): Remove is_preloaded.
53419         (map_doit): Don't use it.
53420         (dl_main): Likewise.
53421         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
53422         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
53423
53424 2010-09-09  Andreas Schwab  <schwab@redhat.com>
53425
53426         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
53427         (sysd-rules-targets): Remove duplicates.
53428         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
53429         rtld-%.$o dependency.
53430
53431 2010-10-18  Andreas Schwab  <schwab@redhat.com>
53432
53433         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
53434         _dl_map_object do it.
53435
53436 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
53437
53438         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
53439         fast fma builtins, define the macros in the C99 standard.
53440         (FP_FAST_FMAF): Likewise.
53441         (FP_FAST_FMAL): Likewise.
53442         * sysdeps/x86_64/bits/mathdef.h: Likewise.
53443
53444         * bits/mathdef.h: Update copyright year.
53445         * sysdeps/powerpc/bits/mathdef.h: Likewise.
53446
53447 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
53448
53449         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
53450         builtins, define the macros in the C99 standard.
53451         (FP_FAST_FMAF): Likewise.
53452         (FP_FAST_FMAL): Likewise.
53453         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
53454         multiply/add.
53455         (FP_FAST_FMAF): Likewise.
53456
53457 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
53458
53459         [BZ #3268]
53460         * math/libm-test.inc (fma_test): Some new testcases.
53461         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
53462         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
53463         y and infinite z.  Do multiplication by C already in long double.
53464         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
53465         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
53466         y and infinite z.  Do bitwise or of inexact bit into u.d.
53467         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
53468         * sysdeps/i386/fpu/s_fmaf.S: Removed.
53469         * sysdeps/i386/fpu/s_fma.S: Removed.
53470         * sysdeps/i386/fpu/s_fmal.S: Removed.
53471
53472 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
53473
53474         [BZ #3268]
53475         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
53476         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
53477         computation is not scheduled after fetestexcept.  Fix value
53478         of minimum denormal long double.
53479
53480 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
53481
53482         [BZ #3268]
53483         * math/libm-test.inc (fma_test): Add some more tests.
53484         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
53485         correctly.
53486
53487 2010-10-15  Andreas Schwab  <schwab@redhat.com>
53488
53489         * scripts/data/localplt-s390-linux-gnu.data: New file.
53490         * scripts/data/localplt-s390x-linux-gnu.data: New file.
53491
53492 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
53493
53494         [BZ #3268]
53495         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
53496         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
53497         instead of dbl-64.
53498         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
53499         inlines.
53500         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
53501         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
53502         if one of x and y is very large and the other is subnormal.
53503         * sysdeps/s390/fpu/s_fmaf.c: New file.
53504         * sysdeps/s390/fpu/s_fma.c: New file.
53505         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
53506         * sysdeps/powerpc/fpu/s_fma.S: New file.
53507         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
53508         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
53509         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
53510
53511 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
53512
53513         [BZ #3268]
53514         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
53515         fma tests.
53516         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
53517         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
53518         * sysdeps/i386/i686/multiarch/s_fma.c: Include
53519         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
53520         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
53521         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
53522         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
53523
53524 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
53525
53526         [BZ #12078]
53527         * posix/regcomp.c (parse_branch): One more memory leak plugged.
53528         * posix/bug-regex31.input: Add test case.
53529
53530 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53531
53532         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
53533         * posix/bug-regex31.input: New file.
53534
53535         [BZ #12078]
53536         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
53537         (parse_sub_exp): Fix last change, use postorder.
53538
53539         * posix/bug-regex31.c: New file.
53540         * posix/Makefile: Add rules to build and run bug-regex31.
53541
53542         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
53543
53544         [BZ #12078]
53545         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
53546
53547         [BZ #12108]
53548         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
53549         to have entries in sys_siglist.
53550
53551         [BZ #12093]
53552         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
53553         be NULL.
53554
53555 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
53556
53557         [BZ #3268]
53558         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
53559         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
53560         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
53561         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
53562         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53563         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
53564         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
53565         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
53566         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
53567         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
53568         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
53569         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
53570         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
53571         * math/ftestexcept.c (fetestexcept): Likewise.
53572         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
53573         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
53574         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
53575         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
53576         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
53577         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
53578         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
53579
53580 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53581
53582         [BZ #12107]
53583         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
53584         newline.
53585
53586 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
53587
53588         * string/bug-strstr1.c: New file.
53589         * string/Makefile: Add rules to build and run bug-strstr1.
53590
53591 2010-10-05  Eric Blake  <eblake@redhat.com>
53592
53593         [BZ #12092]
53594         * string/str-two-way.h (two_way_long_needle): Always clear memory
53595         when skipping input due to the shift table.
53596
53597 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
53598
53599         [BZ #12005]
53600         * malloc/mcheck.c: Handle large requests.
53601
53602         [BZ #12077]
53603         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
53604         for strncmp and strncasecmp.
53605         * string/stratcliff.c: Add tests for strcmp and strncmp.
53606         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
53607
53608 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
53609
53610         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
53611         __set_fpscr.
53612
53613 2010-09-30  Andreas Jaeger  <aj@suse.de>
53614
53615         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
53616         (CGROUP_SUPER_MAGIC): Define.
53617         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53618         Handle btrfs and cgroup file systems.
53619         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53620         Likewise.
53621
53622 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
53623
53624         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53625         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53626
53627 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53628
53629         [BZ #12067]
53630         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53631         trying to locate the ELF header.
53632
53633 2010-09-27  Andreas Schwab  <schwab@redhat.com>
53634
53635         [BZ #11611]
53636         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53637         Mask out sign-bit copies when constructing f_fsid.
53638
53639 2010-09-24  Petr Baudis <pasky@suse.cz>
53640
53641         * debug/stack_chk_fail_local.c: Add missing licence exception.
53642         * debug/warning-nop.c: Likewise.
53643
53644 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
53645
53646         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53647         implementing getdents64 using getdents syscall, set d_type if
53648         __ASSUME_GETDENTS32_D_TYPE.
53649
53650 2010-09-16  Andreas Schwab  <schwab@redhat.com>
53651
53652         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53653         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53654
53655 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
53656
53657         [BZ #12037]
53658         * posix/unistd.h: Undo change of feature selection for ftruncate from
53659         2010-01-11.
53660
53661 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
53662
53663         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
53664         detection.
53665
53666 2010-09-20  Andreas Schwab  <schwab@redhat.com>
53667
53668         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53669         fanotify_mark.
53670         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53671
53672 2010-09-14  Andreas Schwab  <schwab@redhat.com>
53673
53674         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53675         variables after CHECK_SP call.
53676         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53677
53678 2010-09-13  Andreas Schwab  <schwab@redhat.com>
53679             Ulrich Drepper  <drepper@redhat.com>
53680
53681         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53682         re-relocationg ld.so.
53683         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53684         _dl_init_paths call.
53685         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
53686         here anymore.
53687
53688 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
53689
53690         * resolv/res_init.c (__res_vinit): Count the default server we added.
53691
53692 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
53693             Ulrich Drepper  <drepper@redhat.com>
53694
53695         [BZ #11968]
53696         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53697         (____longjmp_chk): Use %ebx for saving value across system call.
53698         Add unwind info.
53699
53700 2010-09-06  Andreas Schwab  <schwab@redhat.com>
53701
53702         * manual/Makefile: Don't mix pattern rules with normal rules.
53703
53704 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53705
53706         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53707         operation.
53708         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53709         * libio/iofopncook.c (_IO_cookie_init): Likewise.
53710         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53711         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53712         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53713         Likewise.
53714
53715 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
53716
53717         [BZ #11979]
53718         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53719         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53720
53721 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
53722
53723         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53724         * sysdeps/x86_64/addmul_1.S: Likewise.
53725         * sysdeps/x86_64/lshift.S: Likewise.
53726         * sysdeps/x86_64/mul_1.S: Likewise.
53727         * sysdeps/x86_64/rshift.S: Likewise.
53728         * sysdeps/x86_64/sub_n.S: Likewise.
53729         * sysdeps/x86_64/submul_1.S: Likewise.
53730
53731 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53732
53733         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53734         Define __sched_param instead of SCHED_* and sched_param when
53735         <bits/sched.h> is included with __need_schedparam defined.
53736         * bits/sched.h [__need_schedparam]
53737         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
53738         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53739         (__defined_schedparam): Define to 1.
53740         (__sched_param): New structure, identical to sched_param.
53741         (__need_schedparam): Undefine.
53742
53743 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
53744
53745         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53746         (epoll_create1): Declare.
53747
53748         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53749
53750 2010-08-31  Andreas Schwab  <schwab@redhat.com>
53751
53752         [BZ #7066]
53753         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53754         shifting retval into place.
53755
53756 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
53757
53758         * nis/rpcsvc/nis.h: Update copyright notice.
53759         * nis/rpcsvc/nis.x: Likewise.
53760         * nis/rpcsvc/nis_callback.h: Likewise.
53761         * nis/rpcsvc/nis_callback.x: Likewise.
53762         * nis/rpcsvc/nis_object.x: Likewise.
53763         * nis/rpcsvc/nis_tags.h: Likewise.
53764         * nis/rpcsvc/yp.h: Likewise.
53765         * nis/rpcsvc/yp.x: Likewise.
53766         * nis/rpcsvc/ypupd.h: Likewise.
53767         * nis/yp_xdr.c: Likewise.
53768         * nis/ypupdate_xdr.c: Likewise.
53769
53770         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
53771         mainly the body of pmap_getport.  Add parameters to specify timeouts.
53772         (pmap_getport): Use __libc_rpc_getport.
53773         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53774         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53775         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53776
53777 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
53778
53779         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53780         fanotify_mark.
53781
53782 2010-08-27  Roland McGrath  <roland@redhat.com>
53783
53784         * sysdeps/i386/i686/multiarch/Makefile
53785         (CFLAGS-varshift.c): New variable.
53786
53787 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
53788
53789         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53790         * sysdeps/i386/i686/multiarch/varshift.c: New file.
53791
53792         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53793
53794         * sysdeps/x86_64/strlen.S: Minimal code improvement.
53795
53796 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
53797
53798         * sysdeps/x86_64/strlen.S: Unroll the loop.
53799         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53800         strlen-sse2 strlen-sse2-bsf.
53801         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53802         __strlen_no_bsf if bit_Slow_BSF is set.
53803         (__strlen_sse42): Removed.
53804         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53805         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53806
53807 2010-08-25  Roland McGrath  <roland@redhat.com>
53808
53809         * sysdeps/x86_64/multiarch/varshift.S: File removed.
53810         * sysdeps/x86_64/multiarch/varshift.c: New file.
53811         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53812         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53813         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53814         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53815
53816 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
53817
53818         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53819         strlen-sse2 strlen-sse2-bsf.
53820         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53821         __strlen_sse2_bsf if bit_Slow_BSF is unset.
53822         (__strlen_sse2): Removed.
53823         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53824         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53825         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53826         bit_Slow_BSF for Atom.
53827         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53828         (index_Slow_BSF): Define.
53829         (HAS_SLOW_BSF): Define.
53830
53831 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
53832
53833         [BZ #10851]
53834         * resolv/res_init.c (__res_vinit): When no server address at all
53835         is given default to loopback.
53836
53837 2010-08-24  Roland McGrath  <roland@redhat.com>
53838
53839         * configure.in: Remove config-name.h generation.
53840         * configure: Regenerated.
53841         * config-name.in: File removed.
53842         * scripts/config-uname.sh: New file.
53843         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53844         ($(objdir)config-name.h): New target.
53845
53846         * sunrpc/rpc_parse.h: Avoid nested comment.
53847
53848 2010-08-24  Richard Henderson  <rth@redhat.com>
53849             Ulrich Drepper  <drepper@redhat.com>
53850             H.J. Lu  <hongjiu.lu@intel.com>
53851
53852         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53853         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53854         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53855         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
53856         _mm_alignr_epi8 with _mm_loadu_si128.
53857         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53858         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53859         (__m128i_shift_right): Removed.
53860         * sysdeps/i386/i686/multiarch/varshift.h: New file.
53861         * sysdeps/i386/i686/multiarch/varshift.S: New file.
53862         * sysdeps/x86_64/multiarch/varshift.h: New file.
53863         * sysdeps/x86_64/multiarch/varshift.S: New file.
53864
53865 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
53866
53867         * configure.in: Move assembler checks to before sysdep dir checking.
53868
53869 2010-08-20  Petr Baudis  <pasky@suse.cz>
53870
53871         * LICENSES: Sync the sunrpc license.
53872
53873 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
53874
53875         * sunrpc/auth_des.c: Update copyright notice once again.
53876         * sunrpc/auth_none.c: Likewise.
53877         * sunrpc/auth_unix.c: Likewise.
53878         * sunrpc/authdes_prot.c: Likewise.
53879         * sunrpc/authuxprot.c: Likewise.
53880         * sunrpc/bindrsvprt.c: Likewise.
53881         * sunrpc/clnt_gen.c: Likewise.
53882         * sunrpc/clnt_perr.c: Likewise.
53883         * sunrpc/clnt_raw.c: Likewise.
53884         * sunrpc/clnt_simp.c: Likewise.
53885         * sunrpc/clnt_tcp.c: Likewise.
53886         * sunrpc/clnt_udp.c: Likewise.
53887         * sunrpc/clnt_unix.c: Likewise.
53888         * sunrpc/des_crypt.c: Likewise.
53889         * sunrpc/des_soft.c: Likewise.
53890         * sunrpc/get_myaddr.c: Likewise.
53891         * sunrpc/getrpcport.c: Likewise.
53892         * sunrpc/key_call.c: Likewise.
53893         * sunrpc/key_prot.c: Likewise.
53894         * sunrpc/openchild.c: Likewise.
53895         * sunrpc/pm_getmaps.c: Likewise.
53896         * sunrpc/pm_getport.c: Likewise.
53897         * sunrpc/pmap_clnt.c: Likewise.
53898         * sunrpc/pmap_prot.c: Likewise.
53899         * sunrpc/pmap_prot2.c: Likewise.
53900         * sunrpc/pmap_rmt.c: Likewise.
53901         * sunrpc/rpc/auth.h: Likewise.
53902         * sunrpc/rpc/auth_unix.h: Likewise.
53903         * sunrpc/rpc/clnt.h: Likewise.
53904         * sunrpc/rpc/des_crypt.h: Likewise.
53905         * sunrpc/rpc/key_prot.h: Likewise.
53906         * sunrpc/rpc/netdb.h: Likewise.
53907         * sunrpc/rpc/pmap_clnt.h: Likewise.
53908         * sunrpc/rpc/pmap_prot.h: Likewise.
53909         * sunrpc/rpc/pmap_rmt.h: Likewise.
53910         * sunrpc/rpc/rpc.h: Likewise.
53911         * sunrpc/rpc/rpc_des.h: Likewise.
53912         * sunrpc/rpc/rpc_msg.h: Likewise.
53913         * sunrpc/rpc/svc.h: Likewise.
53914         * sunrpc/rpc/svc_auth.h: Likewise.
53915         * sunrpc/rpc/types.h: Likewise.
53916         * sunrpc/rpc/xdr.h: Likewise.
53917         * sunrpc/rpc_clntout.c: Likewise.
53918         * sunrpc/rpc_cmsg.c: Likewise.
53919         * sunrpc/rpc_common.c: Likewise.
53920         * sunrpc/rpc_cout.c: Likewise.
53921         * sunrpc/rpc_dtable.c: Likewise.
53922         * sunrpc/rpc_hout.c: Likewise.
53923         * sunrpc/rpc_main.c: Likewise.
53924         * sunrpc/rpc_parse.c: Likewise.
53925         * sunrpc/rpc_parse.h: Likewise.
53926         * sunrpc/rpc_prot.c: Likewise.
53927         * sunrpc/rpc_sample.c: Likewise.
53928         * sunrpc/rpc_scan.c: Likewise.
53929         * sunrpc/rpc_scan.h: Likewise.
53930         * sunrpc/rpc_svcout.c: Likewise.
53931         * sunrpc/rpc_tblout.c: Likewise.
53932         * sunrpc/rpc_util.c: Likewise.
53933         * sunrpc/rpc_util.h: Likewise.
53934         * sunrpc/rpcinfo.c: Likewise.
53935         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53936         * sunrpc/rpcsvc/key_prot.x: Likewise.
53937         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53938         * sunrpc/rpcsvc/mount.x: Likewise.
53939         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53940         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53941         * sunrpc/rpcsvc/rex.x: Likewise.
53942         * sunrpc/rpcsvc/rstat.x: Likewise.
53943         * sunrpc/rpcsvc/rusers.x: Likewise.
53944         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53945         * sunrpc/rpcsvc/spray.x: Likewise.
53946         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53947         * sunrpc/rtime.c: Likewise.
53948         * sunrpc/svc.c: Likewise.
53949         * sunrpc/svc_auth.c: Likewise.
53950         * sunrpc/svc_authux.c: Likewise.
53951         * sunrpc/svc_raw.c: Likewise.
53952         * sunrpc/svc_run.c: Likewise.
53953         * sunrpc/svc_simple.c: Likewise.
53954         * sunrpc/svc_tcp.c: Likewise.
53955         * sunrpc/svc_udp.c: Likewise.
53956         * sunrpc/svc_unix.c: Likewise.
53957         * sunrpc/svcauth_des.c: Likewise.
53958         * sunrpc/xcrypt.c: Likewise.
53959         * sunrpc/xdr.c: Likewise.
53960         * sunrpc/xdr_array.c: Likewise.
53961         * sunrpc/xdr_float.c: Likewise.
53962         * sunrpc/xdr_mem.c: Likewise.
53963         * sunrpc/xdr_rec.c: Likewise.
53964         * sunrpc/xdr_ref.c: Likewise.
53965         * sunrpc/xdr_sizeof.c: Likewise.
53966         * sunrpc/xdr_stdio.c: Likewise.
53967
53968         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53969         handling.
53970
53971 2010-08-19  Andreas Schwab  <schwab@redhat.com>
53972
53973         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53974
53975 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
53976
53977         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53978         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53979         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53980         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53981         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53982         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53983         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53984         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53985         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53986         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53987         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53988         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53989         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53990         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53991
53992 2010-07-26  Anton Blanchard  <anton@samba.org>
53993
53994         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
53995         * malloc/arena.c (heap_trim): Likewise.
53996
53997 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
53998
53999         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
54000         here.  Not...
54001         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
54002         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
54003
54004 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
54005
54006         * sysdeps/i386/elf/Makefile: New file.
54007
54008 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
54009
54010         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
54011         from fanotify_init.
54012         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
54013         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54014
54015 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
54016
54017         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
54018         of strncasecmp_l.
54019         * sysdeps/multiarch/strcmp.S: Likewise.
54020
54021 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
54022
54023         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54024         strncase_l-nonascii.
54025         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54026         Add strncase_l-ssse3.
54027         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
54028         * sysdeps/x86_64/strcmp.S: Likewise.
54029         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
54030         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
54031         * sysdeps/x86_64/strncase.S: New file.
54032         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
54033         * sysdeps/x86_64/strncase_l.S: New file.
54034         * string/Makefile (strop-tests): Add strncasecmp.
54035         * string/test-strncasecmp.c: New file.
54036
54037         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
54038         warning.
54039
54040         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
54041         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
54042
54043 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
54044
54045         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
54046
54047 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
54048
54049         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
54050         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
54051         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
54052
54053 2010-05-01  Alan Modra  <amodra@gmail.com>
54054
54055         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
54056         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
54057         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
54058         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
54059         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
54060         tidying.  Don't tail-call __sigjmp_save for static lib.
54061         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
54062         save location.
54063         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
54064         (CALL_MCOUNT): Add eh info, and nop after bl.
54065         (TAIL_CALL_SYSCALL_ERROR): New macro.
54066         (PSEUDO_RET): Use it.
54067         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
54068         Correct save location of integer regs and cr.
54069         (_dl_profile_resolve): Correct cr save location.  Delete nops
54070         after bl when SHARED.  Reduce cfi size a little by better
54071         placement of cfi directives.
54072         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
54073         make a stack frame.  Instead use parm save area as a temp.
54074         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
54075         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
54076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
54077         Don't make a stack frame for parent, use parm save area.
54078         Increase child stack frame to 112 bytes.  Don't save unused reg,
54079         and adjust reg usage.  Set up cfi on error recovery and
54080         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
54081         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
54082         (__makecontext): Add dummy nop after jump to exit.
54083         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
54084         Use correct parm save area and cr save, reduce stack frame.
54085         Correct cfi for possible PSEUDO_RET frame setup.
54086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
54087         Branch to local label emitted by PSEUDO_RET rather than
54088         __syscall_error.
54089
54090 2010-08-12  Andreas Schwab  <schwab@redhat.com>
54091
54092         [BZ #11904]
54093         * locale/programs/locale.c (print_assignment): New function.
54094         (show_locale_vars): Use it.
54095
54096 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
54097
54098         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
54099         field.
54100         (struct statfs64): Likewise.
54101         (_STATFS_F_FLAGS): Define.
54102         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
54103         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54104         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
54105         (ST_VALID): Define locally.
54106         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
54107         __statvfs_getflags, use the provided value.
54108         * sysdeps/unix/sysv/linux/kernel-features.h: Define
54109         __ASSUME_STATFS_F_FLAGS.
54110
54111         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
54112
54113         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
54114         Add sys/fanotify.h.
54115         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
54116         fanotify_mask for GLIBC_2.13.
54117         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
54118         fanotify_init and fanotify_mark.
54119         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54120         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
54121
54122         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
54123         Add prlimit.
54124         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
54125         prlimit64 for GLIBC_2.13.
54126         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
54127         prlimit64.
54128         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
54129         syscall.
54130         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
54131         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
54132         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
54133         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
54134         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
54135         add prlimit alias.
54136         * sysdeps/unix/sysv/linux/prlimit.c: New file.
54137
54138         [BZ #11903]
54139         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
54140         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
54141
54142         * nss/Makefile: Add rules to build and run tst-nss-test1.
54143         * shlib-versions: Add entry for libnss_test1.
54144         * nss/nss_test1.c: New file.
54145         * nss/tst-nss-test1.c: New file.
54146
54147         * nss/nsswitch.c (__nss_database_custom): Define new variable.
54148         (__nss_configure_lookup): Set appropriate entry in
54149         __nss_configure_lookup to true.
54150         * nss/nsswitch.h: Define enum with indeces of databases in
54151         databases and __nss_database_custom arrays.  Declare
54152         __nss_database_custom.
54153         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
54154         to avoid using nscd when custom rules are installed.
54155         * nss/getXXbyYY_r.c: Likewise.
54156         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
54157
54158         * nss/nss_files/files-parse.c: Whitespace fixes.
54159
54160 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
54161
54162         [BZ #11883]
54163         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
54164         * posix/fnmatch_loop.c: Likewise.
54165
54166 2010-07-17  Andi Kleen  <ak@linux.intel.com>
54167
54168         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
54169         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
54170         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
54171         * Versions.def [GLIBC_2.13]: Add.
54172
54173 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
54174
54175         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54176         Also fail if tpwd after pwuid call is NULL.
54177
54178 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54179
54180         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
54181         when converting to ms.
54182
54183 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54184
54185         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
54186         EOPNOTSUPP errors with ENOTTY.
54187         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
54188         EOPNOTSUPP errors with ENOTTY.
54189
54190 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
54191
54192         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54193         Add strcasecmp_l-ssse3.
54194         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
54195         strcasecmp.
54196         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
54197         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
54198         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
54199
54200 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
54201
54202         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
54203
54204         * string/Makefile (strop-tests): Add strcasecmp.
54205         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54206         strcasecmp_l-nonascii.
54207         (gen-as-const-headers): Add locale-defines.sym.
54208         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
54209         * sysdeps/x86_64/strcasecmp.S: New file.
54210         * sysdeps/x86_64/strcasecmp_l.S: New file.
54211         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
54212         * sysdeps/x86_64/locale-defines.sym: New file.
54213         * string/test-strcasecmp.c: New file.
54214
54215         * string/test-strcasestr.c: Test both ends of the range of characters.
54216         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
54217
54218 2010-07-29  Roland McGrath  <roland@redhat.com>
54219
54220         [BZ #11856]
54221         * manual/locale.texi (Yes-or-No Questions): Fix example code.
54222
54223 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
54224
54225         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
54226         for ld.so.
54227
54228 2010-07-27  Andreas Schwab  <schwab@redhat.com>
54229
54230         * manual/memory.texi (Malloc Tunable Parameters): Document
54231         M_PERTURB.
54232
54233 2010-07-26  Roland McGrath  <roland@redhat.com>
54234
54235         [BZ #11840]
54236         * configure.in (-fgnu89-inline check): Set and substitute
54237         gnu89_inline, not libc_cv_gnu89_inline.
54238         * configure: Regenerated.
54239         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
54240
54241 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
54242
54243         * string/test-strnlen.c: New file.
54244         * string/Makefile (strop-tests): Add strnlen.
54245         * string/tester.c (test_strnlen): Add a few more test cases.
54246         * string/tst-strlen.c: Better error reporting.
54247
54248         * sysdeps/x86_64/strnlen.S: New file.
54249
54250 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
54251
54252         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
54253         lower-latency instructions.
54254
54255 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
54256
54257         * string/test-strcasestr.c: New file.
54258         * string/test-strstr.c: New file.
54259         * string/Makefile (strop-tests): Add strstr and strcasestr.
54260         * string/str-two-way.h: Don't undefine MAX.
54261         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
54262
54263 2010-07-21  Andreas Schwab  <schwab@redhat.com>
54264
54265         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54266         strcasestr-nonascii.
54267         (CFLAGS-strcasestr-nonascii.c): Define.
54268         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
54269         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
54270         Remove unused attribute.
54271
54272 2010-07-20  Roland McGrath  <roland@redhat.com>
54273
54274         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
54275         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
54276         ld.so.cache was broken.  With it, there is no way to disable dsocaps
54277         like LD_HWCAP_MASK can disable hwcaps.
54278
54279 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54280
54281         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
54282
54283 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
54284
54285         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
54286         call in strcasestr.
54287         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
54288         __strcasestr_sse42_nonascii.
54289         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
54290         strcasestr-nonascii.c.
54291         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
54292
54293 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
54294
54295         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
54296         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
54297         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
54298         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
54299
54300 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
54301
54302         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
54303         fcntl.
54304
54305 2010-07-06  Andreas Schwab  <schwab@redhat.com>
54306
54307         [BZ #11577]
54308         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
54309         dl_signal_cerror.
54310
54311 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
54312
54313         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
54314         _PC_PIPE_BUF using F_GETPIPE_SZ.
54315
54316 2010-07-05  Roland McGrath  <roland@redhat.com>
54317
54318         * manual/arith.texi (Rounding Functions): Fix rint description
54319         implicit in round description.
54320
54321 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
54322
54323         * elf/Makefile: Fix linking for a few tests to make recent linker
54324         happy.
54325
54326 2010-06-30  Andreas Schwab  <schwab@redhat.com>
54327
54328         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54329         $(common-objpfx)libc_nonshared.a.
54330
54331 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
54332
54333         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
54334         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
54335         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54336         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54337         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
54338         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
54339         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54340         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54341         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
54342         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
54343         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
54344         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54345         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
54346         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54347         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
54348         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
54349         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
54350         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
54351         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54352         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
54353         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54354         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
54355         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
54356         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
54357         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
54358         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
54359         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
54360         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
54361         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
54362         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
54363         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
54364         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
54365         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
54366         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
54367         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
54368         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
54369         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
54370         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
54371         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
54372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
54373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
54374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
54375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
54376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
54377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
54378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
54379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
54380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
54381
54382 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
54383
54384         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
54385         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
54386         * string/memmove.c (memmove): Renamed to ...
54387         (MEMMOVE): ...this.  Default to memmove.
54388         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
54389         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
54390         (END_CHK): Define.
54391         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54392         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
54393         mempcpy-ssse3-back memmove-ssse3-back.
54394         * sysdeps/x86_64/multiarch/bcopy.S: New file .
54395         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
54396         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
54397         * sysdeps/x86_64/multiarch/memcpy.S: New file.
54398         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
54399         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
54400         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
54401         * sysdeps/x86_64/multiarch/memmove.c: New file.
54402         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
54403         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
54404         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
54405         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
54406         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
54407         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
54408         Define.
54409         (index_Fast_Copy_Backward): Define.
54410         (HAS_ARCH_FEATURE): Define.
54411         (HAS_FAST_REP_STRING): Define.
54412         (HAS_FAST_COPY_BACKWARD): Define.
54413
54414 2010-06-21  Andreas Schwab  <schwab@redhat.com>
54415
54416         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54417         Restore proper fallback handling.
54418
54419 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
54420
54421         [BZ #11701]
54422         * posix/group_member.c (__group_member): Correct checking loop.
54423
54424         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
54425         OOM in getpwuid_r correctly.  Return error number when the caller
54426         should return, otherwise -1.
54427         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
54428         call returning > 0 value.
54429         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
54430
54431 2010-06-07  Andreas Schwab  <schwab@redhat.com>
54432
54433         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
54434         libc_nonshared.a from targets in modules-names.
54435
54436 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
54437
54438         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
54439         requires it.
54440
54441 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
54442
54443         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
54444         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
54445         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
54446         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
54447
54448 2010-06-02  Andreas Schwab  <schwab@redhat.com>
54449
54450         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
54451
54452 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
54453
54454         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
54455         and F_GETPIPE_SZ.
54456         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54457         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54458         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54459         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54460         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54461         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
54462
54463 2010-06-14  Roland McGrath  <roland@redhat.com>
54464
54465         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
54466
54467 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
54468
54469         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
54470         __REDIRECT followed by __THROW.
54471         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
54472         * posix/getopt.h (getopt): Likewise.
54473
54474 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54475
54476         * hurd/lookup-at.c (__file_name_lookup_at): Accept
54477         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
54478         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
54479         in AT_FLAGS.
54480         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
54481         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
54482
54483 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
54484
54485         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
54486
54487 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
54488
54489         [BZ #11640]
54490         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54491         Properly check family and model.
54492
54493 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
54494
54495         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
54496
54497 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
54498
54499         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
54500
54501 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
54502
54503         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
54504         symbol reference.
54505
54506 2010-05-19  Andreas Schwab  <schwab@redhat.com>
54507
54508         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
54509         symbol reference.
54510
54511 2010-05-21  Andreas Schwab  <schwab@redhat.com>
54512
54513         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
54514         and internal_recvmmsg.
54515         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
54516         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
54517         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
54518         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
54519
54520         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
54521         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
54522         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
54523
54524 2010-05-20  Andreas Schwab  <schwab@redhat.com>
54525
54526         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
54527
54528 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
54529
54530         POWER7 optimizations.
54531         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
54532         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
54533
54534 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
54535
54536         * version.h: Update for 2.13 development version.
54537
54538 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
54539
54540         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
54541         exceptions.  Return 0.
54542
54543 2010-05-07  Roland McGrath  <roland@redhat.com>
54544
54545         * elf/ldconfig.c (main): Add a const.
54546
54547 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
54548
54549         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
54550         (args_options): Add no-idn option.
54551         (ahosts_keys_int): Add idn_flags to ai_flags.
54552         (parse_option): Handle 'i' option to clear idn_flags.
54553
54554         * malloc/malloc.c (_int_free): Possible race in the most recently
54555         added check.  Only act on the data if no current modification
54556         happened.
54557
54558 See ChangeLog.17 for earlier changes.