Update NEWS and ChangeLog with two tile bug fixes.
[platform/upstream/glibc.git] / ChangeLog
1 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
2
3         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
4         to zero if not already defined.
5
6 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
7
8         [BZ #17724]
9         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
10         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
11         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
12         (char *) casts added.
13         * sysdeps/ieee754/k_standardf.c: New file.
14         * sysdeps/ieee754/k_standardl.c: Likewise.
15         * math/Makefile (libm-support): Remove k_standard.
16         (libm-calls): Add k_standard.
17
18 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
19
20         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
21         Optimize to avoid an unnecessary FPCR read.
22
23 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
24
25         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
26         Optimize to reduce FPCR/FPSR accesses.
27
28 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
29
30         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
31         Call libc_fetestexcept_aarch64.
32
33 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
34
35         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
36         Call libc_fesetround_aarch64.
37
38 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
39
40         [BZ #17733]
41         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
42         (__bind): Do not define as weak alias.
43         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
44         define.
45         (__getsockname): Do not define as weak alias.
46
47 2014-12-22  Will Newton  <will.newton@linaro.org>
48
49         * manual/install.texi: Document that we require bison 2.7
50         or above.
51         * INSTALL: Regenerate.
52         * configure.ac: Use AC_CHECK_PROG_VER instead of
53         AC_PATH_PROG when checking for bison and check for
54         version 2.7 or above.
55         * configure: Regenerate.
56
57 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
58
59         [BZ #17745]
60         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
61         * sysdeps/tile/ffsll.c (ffsll): To here.
62
63         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
64
65 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
66
67         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
68         if not defined.
69         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
70         definition.
71         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
72         hidden ___tls_get_addr.
73         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
74         hidden __tls_get_addr.
75         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
76         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
77         Likewise.
78
79 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
80
81         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
82         _dl_init call.
83
84 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
85
86         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
87         from "call _dl_init@PLT".
88         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
89
90 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
91
92         * manual/search.texi: (Array Sort Function): Clarify stable sorting
93         guarantees.
94
95 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
96
97         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
98
99 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
100
101         [BZ #17744]
102         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
103         strnlen.
104
105 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
106
107         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
108         of multu on MIPSr6.
109         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
110         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
111         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
112         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
113         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
114
115 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
116
117         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
118         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
119         (PTR_SUBU): Use subu for mips32r6/mips64r6.
120         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
121         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
122         mips32r6/mips64r6.
123         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
124
125 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
126
127         * string/strncat.c (STRNCAT): Simplify implementation.
128
129 2014-12-19  David S. Miller  <davem@davemloft.net>
130
131         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
132         access the quad as both a long double and as a series of 4 words.
133
134         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
135         link_map->l_info array access.
136
137 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
138
139         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
140
141         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
142         * math/atest-exp2.c (TIMEOUT): Likewise.
143         * math/atest-sincos.c (TIMEOUT): Likewise.
144
145 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
146
147         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
148         -Wno-error with -fno-builtin-lround.
149
150 2014-12-19  Torvald Riegel  <triegel@redhat.com>
151
152         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
153         Contains futex constants and functions moved over from ...
154         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
155         <lowlevellock-futex.h>.
156         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
157         (lll_timedwait_tid): Add comments and parentheses around macro
158         arguments.
159
160 2014-12-19  Torvald Riegel  <triegel@redhat.com>
161
162         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
163         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
164         (__lll_private_flag): Remove.
165         (lll_futex_wait): Likewise.
166         (lll_futex_timed_wait): Likewise.
167         (lll_futex_wake): Likewise.
168         (lll_futex_requeue): Likewise.
169         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
170         (__lll_timedwait_tid): Spell out argument names.
171         (lll_timedwait_tid): Add comments and parentheses around macro
172         arguments.
173         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
174         LLL_SHARED and LLL_PRIVATE usable from assembly code.
175
176 2014-12-19  Torvald Riegel  <triegel@redhat.com>
177
178         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
179         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
180         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
181         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
182         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
183         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
184         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
185         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
186         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
187         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
188         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
189         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
190         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
191         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
192         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
193         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
194         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
195         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
196         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
197
198 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
199
200         * sysdeps/x86_64/x32/Makefile: New file.
201
202 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
203
204         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
205         1L with (mp_limb_t) 1.
206
207 2014-12-17  Roland McGrath  <roland@hack.frob.com>
208
209         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
210         * nptl/libc_pthread_init.c: ... here.
211         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
212         * nptl/register-atfork.c: ... here.
213
214         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
215         Use pthread_sigmask rather than INTERNAL_SYSCALL.
216         Use assert_perror to check its return value.
217         (__gai_create_helper_thread): Likewise.
218
219         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
220
221         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
222
223 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
224
225         [BZ #17725]
226         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
227         __profil_counter.
228         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
229         Likewise.
230         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
231         Likewise.
232         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
233         Likewise.
234         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
235         (profil_counter): Likewise.
236         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
237         (profil_counter): Likewise.
238         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
239         Likewise.
240         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
241         Likewise.
242         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
243         (profil_counter): Likewise.
244         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
245         Likewise.
246         [!__profil_counter] (profil_counter): Define as weak alias of
247         __profil_counter.
248         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
249         (profil_counter): Rename to __profil_counter.
250         [!__profil_counter] (profil_counter): Define as weak alias of
251         __profil_counter.
252         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
253         (profil_counter): Rename to __profil_counter.
254         [!__profil_counter] (profil_counter): Define as weak alias of
255         __profil_counter.
256         * sysdeps/posix/profil.c: Update comment referring to
257         profil_counter.
258         (__profil): Use __profil_counter instead of profil_counter.
259         * sysdeps/posix/sprofil.c (profil_counter): Rename to
260         __profil_counter.  Use __profil_counter_ushort and
261         __profil_counter_uint in definitions.
262         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
263         instead of profil_counter_uint and profil_counter_ushort.
264
265         [BZ #17722]
266         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
267         define as weak alias of __inet_makeaddr.
268         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
269         as weak alias of __inet_addr.
270         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
271         as weak alias of __inet_pton.  Use libc_hidden_weak.
272         * include/arpa/inet.h (__inet_pton): Declare.  Use
273         libc_hidden_proto.
274         (inet_makeaddr): Don't use libc_hidden_proto.
275         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
276         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
277         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
278         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
279         Remove variable.
280         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
281         (test-xfail-POSIX/time.h/linknamespace): Likewise.
282
283 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
284
285         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
286
287 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
288
289         * stdio-common/bug-vfprintf-nargs.c (do_test):
290         Cast value to intptr_t to avoid format warning
291         for usage with PRIdPTR printing macro.
292
293 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
294
295         * libio/tst-widetext.c (do_test):
296         Use format type %td instead of %Zd for ptrdiff_t
297         in order to avoid format warning.
298
299 2014-12-17  Andreas Schwab  <schwab@suse.de>
300
301         * nscd/mem.c (gc): Add size_t cast to match printf format.
302
303 2014-12-16  Roland McGrath  <roland@hack.frob.com>
304
305         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
306         (init): Apply PTR_MANGLE to pointers before storing them.
307         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
308         before using them.
309
310 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
311
312         [BZ #17719]
313         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
314         define as weak alias of __memrchr.
315         (__memrchr): Do not define as strong alias of memrchr.
316         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
317         Remove variable.
318         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
319         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
320         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
321
322         [BZ #17717]
323         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
324         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
325         (if_indextoname): Rename to __if_indextoname and define as weak
326         alias of __if_indextoname.  Use libc_hidden_weak.
327         (if_freenameindex): Rename to __if_freenameindex and define as
328         weak alias of __if_freenameindex.
329         (if_nameindex): Rename to __if_nameindex and define as weak alias
330         of __if_nameindex.
331         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
332         __if_nametoindex and define as weak alias of __if_nametoindex.
333         Use libc_hidden_weak.
334         (if_freenameindex): Rename to __if_freenameindex and define as
335         weak alias of __if_freenameindex.
336         (if_nameindex): Rename to __if_nameindex and define as weak alias
337         of __if_nameindex.
338         (if_indextoname): Rename to __if_indextoname and define as weak
339         alias of __if_indextoname.  Use libc_hidden_weak.
340         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
341         __if_nametoindex and define as weak alias of __if_nametoindex.
342         Use libc_hidden_weak.
343         (if_freenameindex): Rename to __if_freenameindex and define as
344         weak alias of __if_freenameindex.  Use libc_hidden_weak.
345         (if_nameindex_netlink): Use __if_freenameindex instead of
346         if_freenameindex.
347         (if_nameindex): Rename to __if_nameindex and define as weak alias
348         of __if_nameindex.  Use libc_hidden_weak.
349         (if_indextoname): Rename to __if_indextoname and define as weak
350         alias of __if_indextoname.  Use libc_hidden_weak.
351         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
352         libc_hidden_proto.
353         [!_ISOMAC] (__if_freenameindex): Likewise.
354         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
355         if_nametoindex.
356         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
357         variable.
358         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
359         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
360         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
361         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
362         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
363         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
364         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
365
366         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
367         Remove variable.
368         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
369         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
370
371 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
372
373         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
374         subscript above bounds'
375
376         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
377         bounds.
378
379 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
380
381         * libio/tst-fopenloc.c: Use test-skeleton.c.
382
383         * stdlib/tst-bsearch.c: Use test-skeleton.c.
384         (entry): Rename to ITEM.
385         (do_test, comp): Adjust.
386
387         * stdio-common/tst-fseek.c: Use test-skeleton.c.
388
389 2014-12-16  Torvald Riegel  <triegel@redhat.com>
390
391         * string/tester.c: Include <libc-internal.h>.
392         (test_memset): Ignore -Wmemset-transposed-args.
393
394 2014-12-16  Torvald Riegel  <triegel@redhat.com>
395
396         * misc/tst-mntent2.c (do_test): Fix warning.
397
398 2014-12-16  Torvald Riegel  <triegel@redhat.com>
399
400         * elf/tst-unique4lib.cc(a): Mark as used.
401
402 2014-12-16  Florian Weimer  <fweimer@redhat.com>
403
404         [BZ #17630]
405         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
406         names.
407
408 2014-12-16  Allan McRae  <allan@archlinux.org>
409
410         * stdio-common/Makefile (tests): Re-add bug26.
411
412 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
413
414         [BZ #17657]
415         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
416         static array.
417
418 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
419
420         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
421         (__lll_lock_wait): Likewise.
422         (__lll_timedlock_wait): Likewise.
423         (__lll_timedwait_tid): Likewise.
424         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
425         (__lll_robust_timedlock_wait): Likewise.
426         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
427         (lll_cond_trylock): Likewise.
428         (__lll_lock): Likewise.
429         (__lll_robust_lock): Likewise.
430         (__lll_cond_lock): Likewise.
431         (lll_robust_cond_lock): Likewise.
432         (__lll_timedlock): Likewise.
433         (__lll_robust_timedlock): Likewise.
434         (__lll_unlock): Likewise.
435         (__lll_robust_unlock): Likewise.
436         (lll_wait_tid): Likewise.
437         (lll_timedwait_tid): Likewise.
438
439 2014-12-15  Torvald Riegel  <triegel@redhat.com>
440
441         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
442
443 2014-12-15  Torvald Riegel  <triegel@redhat.com>
444
445         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
446
447 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
448
449         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
450         * stdio-common/tst-sprintf.c: Likewise.
451
452 2014-12-15  Torvald Riegel  <triegel@redhat.com>
453
454         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
455
456 2014-12-15  Jeff Law  <law@redhat.com>
457
458         [BZ #16617]
459         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
460         on the heap.  (CVE-2012-3406)
461         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
462         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
463         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
464
465 2014-12-15  Will Newton  <will.newton@linaro.org>
466
467         * manual/install.texi: Bump required version of texinfo
468         to 4.7 from 4.5.
469         * INSTALL: Regenerated.
470         * configure.ac: Check for makeinfo version 4.7 and above.
471         * configure: Regenerated.
472
473 2014-12-12  Roland McGrath  <roland@hack.frob.com>
474
475         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
476         PREFIX, string constant to insert between directory and name.
477         * sysdeps/posix/shm_open.c: Update caller.
478         * sysdeps/posix/shm_unlink.c: Likewise.
479         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
480         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
481         (SEM_SHM_PREFIX): New macro.
482         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
483         [$(have-thread-library) = no].
484         * nptl/Makefile (libpthread-routines): Add shm-directory.
485         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
486         * sysdeps/nptl/shm-directory.h: New file.
487         * sysdeps/posix/shm-directory.c
488         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
489         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
490         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
491         INTERNAL_SYSCALL.
492         (__where_is_shmfs): Function removed.
493         (mountpoint, defaultmount, defaultdir, __namedsem_once):
494         Variables removed.
495         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
496         Use SHM_GET_NAME.
497         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
498
499         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
500         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
501         unconditional for use inside libpthread.
502         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
503
504 2014-12-12  Roland McGrath  <roland@hack.frob.com>
505
506         * nptl/pthread_getaffinity.c: New file.
507         * nptl/pthread_setaffinity.c: New file.
508         * nptl/pthread_getname.c: New file.
509         * nptl/pthread_setname.c: New file.
510
511         * nptl/pthread_create.c (START_THREAD_DEFN)
512         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
513
514 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
515             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
516
517         * resolv/res_send.c (send_vc): Disable warning resplen may
518         be used uninitialized.
519
520 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
521
522         * nptl/tst-mutex6.c
523         (ATTR_NULL): New define checks ATTR against NULL.
524         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
525         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
526
527 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
528
529         [BZ #17581]
530         * malloc/hooks.c
531         (mem2mem_check): Revert my previous change.
532         (malloc_check_get_size): Revert my previous change.
533         (mem2chunk_check): Revert my previous change.
534
535 2014-12-11  Roland McGrath  <roland@hack.frob.com>
536
537         * sysdeps/posix/shm-directory.c: New file.
538         * sysdeps/posix/shm-directory.h: New file.
539         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
540         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
541         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
542         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
543         Transmute EPERM to EACCES.
544         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
545         from ...
546         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
547         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
548
549 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
550
551         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
552         pointer and cast to uintptr_t.
553         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
554         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
555         Add cast to avoid warning.
556         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
557
558 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
559
560         * nptl/semaphore.h: Move to ...
561         * sysdeps/pthread/semaphore.h: ... here.
562         * Makefile (installed-headers): Change nptl/semaphore.h to
563         sysdeps/pthread/semaphore.h.
564
565 2014-12-11  Roland McGrath  <roland@hack.frob.com>
566
567         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
568         generated error format strings.
569
570         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
571         -Wformat-extra-args warnings for scanf formats.
572         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
573         test of zero-length format (duh).
574         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
575         corner-case scanf format test.
576         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
577         generated fprintf format string.
578         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
579         corner-case sprintf format tests.
580         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
581         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
582         -Wformat-extra-args warnings throughout.
583         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
584         (CFLAGS-scanf4.c): Likewise.
585         (CFLAGS-scanf7.c): Likewise.
586         (CFLAGS-tst-sprintf.c): Likewise.
587         (CFLAGS-tst-printf.c): Likewise.
588         (CFLAGS-tst-printfsz.c): Likewise.
589
590 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
591
592         * include/cpio.h: New file.
593         * include/fmtmsg.h: Likewise.
594
595         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
596         corresponding format argument to size_t.
597         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
598         arguments.
599         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
600         corresponding format argument to size_t.
601         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
602         arguments.
603         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
604         corresponding format argument to size_t.
605         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
606         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
607         (CFLAGS-tst-mbswcs2.c): Likewise.
608         (CFLAGS-tst-mbswcs3.c): Likewise.
609         (CFLAGS-tst-mbswcs4.c): Likewise.
610         (CFLAGS-tst-mbswcs5.c): Likewise.
611         (CFLAGS-tst-trans.c): Likewise
612
613 2014-12-11  Roland McGrath  <roland@hack.frob.com>
614
615         * posix/regexbug1.c (main): Use "%s" format with regerror results,
616         rather than assuming they won't contain any '%'s.
617
618 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
619
620         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
621         inhibit_loop_to_libcall to avoid recursive calls.
622         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
623         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
624
625 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
626
627         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
628         prototype.
629
630 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
631
632         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
633         integer value instead of boolean.
634
635 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
636
637         * malloc/malloc.c: Fix powerof2 check.
638
639 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
640
641         * locale/programs/locfile.h (maybe_swap_uint32):
642         Remove inline and add unused attribute.
643
644 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
645
646         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
647         Truncating assembler expression to a .long expression.
648
649 2014-12-11  Andreas Schwab  <schwab@suse.de>
650
651         * elf/rtld.c (struct map_args): Constify str member.
652         (do_preload): Constify fname argument.
653
654 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
655
656         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
657         constants definition.
658
659 2014-12-11  Andreas Schwab  <schwab@suse.de>
660
661         [BZ #16657]
662         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
663         FORCE_ELISION instead of DO_ELISION.
664         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
665         Remove.
666         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
667         Likewise.
668
669         * iconvdata/gconv-modules: Remove duplicate entry.
670
671 2014-12-11  Will Newton  <will.newton@linaro.org>
672
673         Merge gettext 0.19.3 into intl/.
674
675         This involves a number of cosmetic changes to comments
676         and ANSI function definitions and prototypes throughout
677         all the files. The gettext copyright header is used but
678         with the date ranges taken from the glibc copy.
679
680         * NEWS: Add gettext merge to 2.21.
681         * intl/bindtextdom.c: Switch to gettext copyright.
682         Use ANSI definitions and prototypes.
683         Use gl_* locking primitives rather than __libc_* ones.
684         Use __builtin_expect rather than __glibc_likely/unlikely.
685         * intl/dcgettext.c: Switch to gettext copyright.
686         Use ANSI definitions and prototypes.
687         * intl/dcigettext.c: Switch to gettext copyright.
688         Use ANSI definitions and prototypes.
689         (INTDIV0_RAISES_SIGFPE): New define.
690         Use gl_* locking primitives rather than __libc_* ones.
691         Include eval-plural.h instead of plural-eval.c.
692         Use __builtin_expect rather than __glibc_likely/unlikely.
693         * intl/dcngettext.c: Switch to gettext copyright.
694         Use ANSI definitions and prototypes.
695         * intl/dgettext.c: Likewise.
696         * intl/dngettext.c: Likewise.
697         * intl/plural-eval.c: Renamed to...
698         * intl/eval-plural.h: ...this.
699         * intl/explodename.c: Switch to gettext copyright.
700         Use ANSI definitions and prototypes.
701         (_nl_explode_name): Use strchr instead of __rawmemchr.
702         * intl/finddomain.c: Switch to gettext copyright.
703         Use ANSI definitions and prototypes.
704         Use gl_* locking primitives rather than __libc_* ones.
705         (_nl_find_domain): Use malloc rather than alloca for
706         allocation of temporary locale name.
707         * intl/gettext.c: Switch to gettext copyright.
708         Use ANSI definitions and prototypes.
709         * intl/gettextP.h: Switch to gettext copyright.
710         Use ANSI definitions and prototypes.
711         Use gl_* locking primitives rather than __libc_* ones.
712         * intl/gmo.h: Switch to gettext copyright.
713         (struct sysdep_string): Move struct segment_pair outside of
714         struct definition.
715         * intl/hash-string.c: Use ANSI definitions and prototypes.
716         * intl/hash-string.h: Switch to gettext copyright.
717         Use ANSI definitions and prototypes.
718         * intl/l10nflist.c: Switch to gettext copyright.
719         Use ANSI definitions and prototypes.
720         (_nl_normalize_codeset): Avoid integer overflow.
721         * intl/loadinfo.h: Switch to gettext copyright.
722         Use ANSI definitions and prototypes.
723         (LIBINTL_DLL_EXPORTED): New define.
724         (PATH_SEPARATOR): New define.
725         * intl/loadmsgcat.c: Switch to gettext copyright.
726         * intl/localealias.c: Switch to gettext copyright.
727         Use ANSI definitions and prototypes.
728         (_nl_expand_alias): Use PATH_SEPARATOR.
729         * intl/ngettext.c: Switch to gettext copyright.
730         Use ANSI definitions and prototypes.
731         * intl/plural-exp.c: Likewise.
732         * intl/plural-exp.h: Switch to gettext copyright.
733         Use ANSI definitions and prototypes.
734         (struct expression): Move definition of enum operator outside
735         of struct definition.
736         * intl/plural.c: Regenerate.
737         * intl/plural.y: Switch to gettext copyright.
738         Use ANSI definitions and prototypes.
739         Port to bison 3.0.
740         * intl/textdomain.c: Switch to gettext copyright.
741         Use ANSI definitions and prototypes.
742         Use gl_* locking primitives rather than __libc_* ones.
743
744 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
745
746         * debug/warning-nop.c: Add used atrribute.
747
748 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
749
750         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
751
752         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
753         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
754         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
755
756 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
757             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
758
759         [BZ #17634]
760         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
761         Undefine after defining function.  Define as weak alias of
762         __wcschr.  Use libc_hidden_weak.
763         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
764         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
765         (libc_hidden_def): Also define __GI___wcschr alias.
766         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
767         __wcschr and define as weak alias of __wcschr.
768         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
769         __wcschr.
770         [!WCSCHR] (DEFAULT_WCSCHR): Define.
771         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
772         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
773         libc_hidden_weak.  Do not use libc_hidden_def.
774         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
775         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
776         __GI___wcschr alias.
777         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
778         [IS_IN (libc)] (wcschr): Define as macro expanding to
779         __redirect_wcschr.
780         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
781         [IS_IN (libc)] (__wcschr_power6): Likewise.
782         [IS_IN (libc)] (__wcschr_power7): Likewise.
783         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
784         instead of wcschr.
785         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
786         __libc_wcschr.
787         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
788         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
789         __wcschr and define as weak alias of __wcschr.  Use
790         libc_hidden_builtin_def.
791         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
792         as weak alias of __wcschr.  Use libc_hidden_weak.
793         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
794         wcschr.
795         * time/era.c (_nl_init_era_entries): Likewise.
796         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
797         variable.
798         (test-xfail-XPG3/time.h/linknamespace): Likewise.
799         (test-xfail-XPG4/time.h/linknamespace): Likewise.
800
801 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
802
803         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
804         format for long int variable.
805
806 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
807
808         [BZ #10672]
809         * manual/search.texi: (Array Sort Function): Remove claim how to make
810         qsort stable.
811
812 2014-12-10  Andreas Schwab  <schwab@suse.de>
813
814         [BZ #12847]
815         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
816         user-controlled locks.
817
818 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
819
820         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
821         register.
822
823 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
824
825         * configure.ac (--disable-werror): New configure option.
826         (enable_werror): New AC_SUBST.
827         * configure: Regenerated.
828         * config.make.in (enable-werror): New variable.
829         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
830         -Wno-error=undef.
831         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
832         * manual/install.texi (Configuring and compiling): Document
833         --disable-werror.
834         * INSTALL: Regenerated.
835         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
836         (CFLAGS-tst-chk2.c): Likewise.
837         (CFLAGS-tst-chk3.c): Likewise.
838         (CFLAGS-tst-chk4.cc): Likewise.
839         (CFLAGS-tst-chk5.cc): Likewise.
840         (CFLAGS-tst-chk6.cc): Likewise.
841         (CFLAGS-tst-lfschk1.c): Likewise.
842         (CFLAGS-tst-lfschk2.c): Likewise.
843         (CFLAGS-tst-lfschk3.c): Likewise.
844         (CFLAGS-tst-lfschk4.cc): Likewise.
845         (CFLAGS-tst-lfschk5.cc): Likewise.
846         (CFLAGS-tst-lfschk6.cc): Likewise.
847
848         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
849         (main): Disable -Wdeprecated-declarations around calls to
850         register_printf_function.
851
852         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
853         (do_test): Disable -Wdiv-by-zero around some calls to
854         fwrite_unlocked and fread_unlocked.
855
856         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
857         (DIAG_POP_NEEDS_COMMENT): Likewise.
858         (_DIAG_STR1): Likewise.
859         (_DIAG_STR): Likewise.
860         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
861         * stdio-common/bug21.c: Include <libc-internal.h>.
862         (do_test): Disable -Wformat around call to sscanf.
863         * stdio-common/scanf14.c: Include <libc-internal.h>.
864         (main): Disable -Wformat around some calls to scanf functions.
865
866 2014-12-09  Torvald Riegel  <triegel@redhat.com>
867
868         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
869
870 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
871
872         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
873         stack variable alignment.
874
875 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
876
877         [BZ #17682]
878         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
879         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
880         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
881         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
882         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
883         __getrlimit instead of getrlimit.
884         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
885         __gettimeofday instead of gettimeofday.
886         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
887         Likewise.
888         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
889         Likewise.
890         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
891         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
892         Remove variable.
893         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
894         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
895
896 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
897
898         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
899         for wide-character tests.
900
901 2014-12-04  Roland McGrath  <roland@hack.frob.com>
902
903         * io/openat64.c: #include <libc-internal.h>
904         (__openat64): Prototypify.  Use ignore_value on MODE.
905         * io/openat.c: Likewise.
906         * misc/reboot.c: #include <libc-internal.h>
907         (reboot): Prototypify.  Use ignore_value on HOWTO.
908         * misc/ptrace.c: #include <libc-internal.h>
909         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
910
911 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
912
913         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
914         XPG4, UNIX98 and XOPEN2K.
915         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
916         Remove variable.
917         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
918
919 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
920
921         * libio/fileops.c: Use ISO C style for function definitions.
922         * libio/iofopen.c: Likewise.
923         * libio/wfileops.c: Likewise.
924
925         [BZ #17653]
926         * libio/fileops.c (_IO_new_file_underflow): Unset cached
927         offset on EOF.
928         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
929         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
930         (fgets_func): Function pointer to fgets and fgetws.
931         (do_ftell_test): Add test to verify ftell value after read
932         EOF.
933         (do_test): Set fgets_func.
934
935         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
936         O_TRUNC flag for w and w+ modes.
937         (do_rewind_test): Likewise.
938         (do_ftell_test): Likewise.
939         (do_write_test): Likewise.
940
941         [BZ #17647]
942         * libio/fileops.c (do_ftell): Seek only when there are
943         unflushed writes.
944         * libio/wfileops.c (do_ftell_wide): Likewise.
945         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
946         test case.
947         (do_one_test): Call it.
948
949 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
950
951         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
952         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
953         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
954         Remove variable.
955         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
956         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
957         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
958
959 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
960
961         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
962         Remove variable.
963         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
964
965         [BZ #17668]
966         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
967         as weak alias of __getifaddrs.  Use libc_hidden_weak.
968         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
969         __freeifaddrs.  Use libc_hidden_weak.
970         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
971         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
972         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
973         __freeifaddrs.  Use libc_hidden_weak.
974         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
975         __getifaddrs and define as weak alias of __getifaddrs.  Use
976         libc_hidden_weak.
977         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
978         __freeifaddrs.  Use libc_hidden_weak.
979         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
980         Remove variable.
981         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
982         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
983
984 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
985
986         [BZ #17601]
987         * sysdeps/mips/start.S (__start): Use indirect jump to call
988         __libc_start_main.
989
990 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
991
992         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
993
994         * nptl/tst-mutex1.c: Include <stdbool.h>.
995         [!ATTR] (ATTR_NULL): New macro.
996         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
997         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
998         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
999
1000         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
1001         to char *.
1002
1003         [BZ #17665]
1004         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
1005         Change conditional to [__USE_MISC].
1006
1007         [BZ #17664]
1008         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
1009         fgets_unlocked.
1010         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
1011         __fgets_unlocked.
1012         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
1013         fgets_unlocked.
1014         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
1015         Remove variable.
1016         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
1017         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
1018         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
1019         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
1020         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
1021         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
1022         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
1023         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
1024         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
1025
1026         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
1027
1028 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1029
1030         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1031         Remove strpbrk objects.
1032         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1033         (__libc_ifunc_impl_list): Remove strpbrk implementation.
1034         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
1035         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
1036         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
1037         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
1038
1039         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1040         Remove strcspn objects.
1041         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1042         (__libc_ifunc_impl_list): Remove strcspn implementation.
1043         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
1044         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
1045         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
1046         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
1047
1048         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1049         Remove strspn objetcs.
1050         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1051         (__libc_ifunc_impl_list): Remove strspn implementation.
1052         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
1053         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1054         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
1055         * sysdeps/powerpc/powerpc64/strspn.S: New file.
1056
1057 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
1058
1059         [BZ #17581]
1060         * malloc/hooks.c
1061         (mem2mem_check): Add a terminator to the chain of checking blocks.
1062         (malloc_check_get_size): Use it here.
1063         (mem2chunk_check): Ditto.
1064
1065 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
1066
1067         * sysdeps/powerpc/powerpc64/strtok.S: New file.
1068         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
1069
1070 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
1071
1072         * bits/ioctl-types.h: Indent preprocessor directives correctly.
1073
1074         * nptl/nptl-init.c: Include libc-internal.h.
1075         (__pthread_initialize_minimal_internal): Use ROUND_UP.
1076
1077         * elf/ldconfig.c (search_dir): Expand comment.
1078
1079 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
1080
1081         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
1082         variable.
1083         (linknamespace-symlist-stdlibs-tests): Likewise.
1084         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
1085         instead of $(objpfx)symlist-stdlibs.
1086         (linknamespace-libs-isoc): New variable.
1087         (linknamespace-libs): Use $(linknamespace-libs-isoc).
1088         (linknamespace-libs-ISO): New variable.
1089         (linknamespace-libs-ISO99): Likewise.
1090         (linknamespace-libs-ISO11): Likewise.
1091         (linknamespace-libs-XPG3): Likewise.
1092         (linknamespace-libs-XPG4): Likewise.
1093         (linknamespace-libs-POSIX): Likewise.
1094         (linknamespace-libs-UNIX98): Likewise.
1095         (linknamespace-libs-XOPEN2K): Likewise.
1096         (linknamespace-libs-POSIX2008): Likewise.
1097         (linknamespace-libs-XOPEN2K8): Likewise.
1098         ($(objpfx)symlist-stdlibs): Replace by
1099         $(linknamespace-symlist-stdlibs-tests).  Use
1100         $(linknamespace-libs-$*) as set of libraries.
1101         ($(linknamespace-header-tests)): Update dependencies.  Use
1102         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
1103         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
1104         * conform/linknamespace.pl: Remove comment about considering
1105         definitions of symbols from irrelevant libraries.
1106
1107 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
1108
1109         [BZ #13862]
1110         * elf/dl-tls.c: Include <atomic.h>.
1111         (oom): Remove #ifdef SHARED/#endif.
1112         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
1113         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
1114         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
1115         big enough.
1116         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
1117         * nptl/Makefile (tests): Add tst-stack4.
1118         (modules-names): Add tst-stack4mod.
1119         ($(objpfx)tst-stack4): New.
1120         (tst-stack4mod.sos): Likewise.
1121         ($(objpfx)tst-stack4.out): Likewise.
1122         ($(tst-stack4mod.sos)): Likewise.
1123         (clean): Likewise.
1124         * nptl/tst-stack4.c: New file.
1125         * nptl/tst-stack4mod.c: Likewise.
1126
1127 2014-11-27  J. Brown  <jb999@gmx.de>
1128
1129         * sysdeps/x86/bits/string.h: Add recent CPUs.
1130
1131 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1132
1133         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
1134         sigblock.
1135
1136         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
1137         feof.
1138
1139         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
1140         variable.
1141
1142 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
1143
1144         * nscd/connections.c: Include libc-internal.h because of macro
1145         usage ignore_value.
1146
1147 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1148
1149         * string/bits/string3.h (__warn_memset_zero_len): Don't
1150         declare for gcc newer than 5.0.
1151         (memset): Don't test for zero-length __LEN for gcc newer than
1152         5.0.
1153
1154 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1155
1156         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
1157         size_t for %zu format.
1158
1159         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
1160         difference, not %ju.
1161
1162 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1163
1164         * include/libc-internal.h (ignore_value): New macro.
1165         * nscd/connections.c (restart): Wrap calls to setuid and setgid
1166         with ignore_value.
1167
1168         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
1169         definition.
1170
1171         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
1172         pthread_cleanup_push to void *.
1173
1174         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
1175         Undefine.
1176
1177         [BZ #16619]
1178         [BZ #16740]
1179         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
1180         instead of 1L << 52.
1181
1182         * libio/bug-rewind.c (do_test): Check fwscanf return values.
1183         * libio/bug-rewind2.c (do_test): Likewise.
1184
1185         * debug/test-stpcpy_chk-ifunc.c: Remove file.
1186         * debug/test-strcpy_chk-ifunc.c: Likewise.
1187         * wcsmbs/test-wcschr-ifunc.c: Likewise.
1188         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
1189         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
1190         * wcsmbs/test-wcslen-ifunc.c: Likewise.
1191         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
1192         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
1193         * Rules [$(multi-arch) = no] (tests): Do not filter out
1194         $(tests-ifunc).
1195         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
1196         * debug/Makefile (tests-ifunc): Remove variable.
1197         (tests): Do not add $(tests-ifunc).
1198         * wcsmbs/Makefile (tests-ifunc): Remove variable.
1199         (tests): Do not add $(tests-ifunc).
1200         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
1201         [TEST_IFUNC]: Remove conditionals.
1202         * string/test-string.h (TEST_IFUNC): Remove macro.
1203         [TEST_IFUNC]: Remove conditionals.
1204
1205         * string/test-strchr.c [!WIDE] (L): New macro.
1206         [WIDE] (L): Likewise.
1207         (check1): Use CHAR instead of char.  Use L on string and character
1208         constants.
1209
1210 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
1211
1212         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
1213         tests.
1214         * sysdeps/powerpc/bits/atomic.h
1215         (__arch_atomic_exchange_and_add_32_acq): Add definition.
1216         (__arch_atomic_exchange_and_add_32_rel): Likewise.
1217         (atomic_exchange_and_add_acq): Likewise.
1218         (atomic_exchange_and_add_rel): Likewise.
1219         * sysdeps/powerpc/powerpc32/bits/atomic.h
1220         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1221         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1222         * sysdeps/powerpc/powerpc64/bits/atomic.h
1223         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1224         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1225
1226 2014-11-26  Torvald Riegel  <triegel@redhat.com>
1227
1228         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
1229         Change synchronization of __sched_fifo_min_prio and
1230         __sched_fifo_max_prio.
1231         * nptl/pthread_mutexattr_getprioceiling.c
1232         (pthread_mutexattr_getprioceiling): Likewise.
1233         * nptl/pthread_mutexattr_setprioceiling.c
1234         (pthread_mutexattr_setprioceiling): Likewise.
1235         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
1236         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
1237         Likewise.
1238
1239 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1240
1241         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
1242         void.
1243
1244 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1245
1246         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
1247         third argument const.
1248
1249 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1250
1251         fnmatch: work around GCC compiler warning bug with uninit var
1252         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
1253         This works around a bug with x86-64 GCC 4.9.2 and earlier
1254         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
1255         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
1256         used uninitialized in this function [-Wmaybe-uninitialized]".
1257
1258 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1259
1260         * posix/bug-regex31.c (main): Return RES not 0.
1261
1262 2014-11-25  Anton Blanchard <anton@samba.org>
1263
1264         * sysdeps/powerpc/bits/atomic.h
1265         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
1266
1267 2014-11-24  Sterling Augustine  <saugustine@google.com>
1268
1269         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
1270
1271 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
1272
1273         [BZ #17608]
1274         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
1275
1276 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
1277
1278         [BZ #17633]
1279         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
1280         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
1281         variable.
1282         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1283         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1284
1285 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1286
1287         * string/strncpy.c (strncpy): Improve performance by using memset.
1288
1289 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1290
1291         * string/strcpy.c (strcpy):
1292         Improve performance by using strlen and memcpy.
1293
1294 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
1295
1296         * string/strcoll_l.c (get_next_seq): __always_inline.
1297         * string/strcoll_l.c (do_compare): __always_inline.
1298
1299 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1300
1301         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
1302         defined.
1303         * include/mqueue.h: Likewise.
1304         * include/stdlib.h: Likewise.
1305
1306         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
1307         (get_null_defines): Adjust.
1308         * sunrpc/Makefile: Adjust comment.
1309         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
1310         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
1311         (CFLAGS-interp.c): Likewise.
1312         (CFLAGS-ldconfig.c): Likewise.
1313         (CPPFLAGS-.os): Likewise.
1314         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1315         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1316         * extra-modules.mk (extra-modules.mk): Likewise.
1317         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
1318         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
1319         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
1320         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
1321         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
1322         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
1323         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
1324         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
1325         * iconvdata/Makefile (CPPFLAGS): Likewise.
1326         (cpp-srcs-left): Add libof for all iconvdata routines.
1327         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
1328         * include/assert.h: Likewise.
1329         * include/ctype.h: Likewise.
1330         * include/errno.h: Likewise.
1331         * include/libc-symbols.h: Likewise.
1332         * include/math.h: Likewise.
1333         * include/netdb.h: Likewise.
1334         * include/resolv.h: Likewise.
1335         * include/stdio.h: Likewise.
1336         * include/stdlib.h: Likewise.
1337         * include/string.h: Likewise.
1338         * include/sys/stat.h: Likewise.
1339         * include/wctype.h: Likewise.
1340         * intl/l10nflist.c: Likewise.
1341         * libidn/idn-stub.c: Likewise.
1342         * libio/libioP.h: Likewise.
1343         * nptl/libc_multiple_threads.c: Likewise.
1344         * nptl/pthreadP.h: Likewise.
1345         * posix/regex_internal.h: Likewise.
1346         * resolv/res_hconf.c: Likewise.
1347         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
1348         * sysdeps/arm/memmove.S: Likewise.
1349         * sysdeps/arm/sysdep.h: Likewise.
1350         * sysdeps/generic/_itoa.h: Likewise.
1351         * sysdeps/generic/symbol-hacks.h: Likewise.
1352         * sysdeps/gnu/errlist.awk: Likewise.
1353         * sysdeps/gnu/errlist.c: Likewise.
1354         * sysdeps/i386/i586/memcpy.S: Likewise.
1355         * sysdeps/i386/i586/memset.S: Likewise.
1356         * sysdeps/i386/i686/memcpy.S: Likewise.
1357         * sysdeps/i386/i686/memmove.S: Likewise.
1358         * sysdeps/i386/i686/mempcpy.S: Likewise.
1359         * sysdeps/i386/i686/memset.S: Likewise.
1360         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
1361         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
1362         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
1363         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
1364         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
1365         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
1366         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
1367         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
1368         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
1369         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
1370         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1371         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1372         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1373         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1374         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1375         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1376         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
1377         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
1378         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
1379         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
1380         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
1381         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
1382         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
1383         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
1384         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
1385         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
1386         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
1387         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
1388         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
1389         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
1390         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
1391         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
1392         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
1393         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
1394         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
1395         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
1396         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
1397         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
1398         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
1399         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1400         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1401         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
1402         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
1403         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
1404         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
1405         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1406         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
1407         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
1408         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
1409         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
1410         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
1411         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
1412         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
1413         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
1414         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
1415         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
1416         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
1417         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
1418         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
1419         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
1420         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
1421         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
1422         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
1423         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1424         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1425         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
1426         * sysdeps/posix/closedir.c: Likewise.
1427         * sysdeps/posix/opendir.c: Likewise.
1428         * sysdeps/posix/readdir.c: Likewise.
1429         * sysdeps/posix/rewinddir.c: Likewise.
1430         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
1431         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
1432         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
1433         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
1434         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
1435         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
1436         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
1437         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
1438         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
1439         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
1440         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
1441         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
1442         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
1443         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
1444         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
1445         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
1446         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
1447         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
1448         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
1449         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
1450         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
1451         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
1452         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
1453         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
1454         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
1455         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
1456         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
1457         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
1458         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
1459         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
1460         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
1461         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
1462         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
1463         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
1464         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
1465         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
1466         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1467         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
1468         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
1469         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
1470         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
1471         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
1472         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
1473         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
1474         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
1475         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
1476         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
1477         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
1478         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
1479         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
1480         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
1481         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
1482         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
1483         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
1484         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
1485         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
1486         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
1487         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
1488         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
1489         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
1490         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
1491         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
1492         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
1493         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
1494         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
1495         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
1496         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
1497         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
1498         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
1499         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
1500         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
1501         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
1502         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
1503         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
1504         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
1505         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
1506         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
1507         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
1508         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1509         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
1510         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
1511         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
1512         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
1513         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
1514         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
1515         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
1516         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
1517         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
1518         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
1519         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1520         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
1521         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
1522         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
1523         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
1524         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
1525         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
1526         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
1527         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
1528         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
1529         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
1530         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
1531         * sysdeps/unix/alpha/sysdep.S: Likewise.
1532         * sysdeps/unix/alpha/sysdep.h: Likewise.
1533         * sysdeps/unix/make-syscalls.sh: Likewise.
1534         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1535         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1536         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1537         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
1538         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1539         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1540         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
1541         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1542         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1543         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
1544         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1545         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1546         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1547         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1548         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1549         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1550         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1551         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1552         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1553         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1554         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1555         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1556         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1557         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1558         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1559         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1560         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1561         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1563         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
1564         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1565         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1566         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1567         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1568         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1569         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1570         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1571         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1572         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1573         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1574         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1575         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1576         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1577         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1578         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1579         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1580         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1581         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1582         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1583         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1584         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1585         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1586         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1587         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1588         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1589         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1590         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1591         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1592         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
1593         * sysdeps/x86_64/memcpy.S: Likewise.
1594         * sysdeps/x86_64/memmove.c: Likewise.
1595         * sysdeps/x86_64/memset.S: Likewise.
1596         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
1597         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1598         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1599         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
1600         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
1601         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1602         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1603         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
1604         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
1605         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
1606         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
1607         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
1608         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
1609         * sysdeps/x86_64/multiarch/memset.S: Likewise.
1610         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1611         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1612         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1613         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1614         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1615         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1616         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1617         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1618         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1619         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1620         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1621         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1622         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1623         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1624         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1625         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1626         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1627         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1628         * sysdeps/x86_64/strcmp.S: Likewise.
1629
1630         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1631
1632         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1633         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1634         * elf/rtld-Rules: Likewise.
1635         * elf/setup-vdso.h: Likewise.
1636         * include/assert.h: Likewise.
1637         * include/bits/stdlib-float.h: Likewise.
1638         * include/errno.h: Likewise.
1639         * include/sys/stat.h: Likewise.
1640         * include/unistd.h: Likewise.
1641         * sysdeps/aarch64/setjmp.S: Likewise.
1642         * sysdeps/alpha/setjmp.S: Likewise.
1643         * sysdeps/arm/__longjmp.S: Likewise.
1644         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1645         * sysdeps/arm/setjmp.S: Likewise.
1646         * sysdeps/arm/sysdep.h: Likewise.
1647         * sysdeps/generic/_itoa.h: Likewise.
1648         * sysdeps/generic/dl-sysdep.h: Likewise.
1649         * sysdeps/generic/ldsodefs.h: Likewise.
1650         * sysdeps/i386/dl-tls.h: Likewise.
1651         * sysdeps/i386/setjmp.S: Likewise.
1652         * sysdeps/m68k/setjmp.c: Likewise.
1653         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1654         * sysdeps/mach/hurd/opendir.c: Likewise.
1655         * sysdeps/posix/getcwd.c: Likewise.
1656         * sysdeps/posix/opendir.c: Likewise.
1657         * sysdeps/posix/profil.c: Likewise.
1658         * sysdeps/powerpc/dl-procinfo.h: Likewise.
1659         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1660         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1661         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1662         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1663         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1664         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1665         * sysdeps/s390/dl-tls.h: Likewise.
1666         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1667         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1668         * sysdeps/sh/sh3/setjmp.S: Likewise.
1669         * sysdeps/sh/sh4/setjmp.S: Likewise.
1670         * sysdeps/unix/alpha/sysdep.h: Likewise.
1671         * sysdeps/unix/arm/sysdep.S: Likewise.
1672         * sysdeps/unix/i386/sysdep.S: Likewise.
1673         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1674         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1675         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1676         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1677         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1678         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1679         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1680         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1681         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1682         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1683         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1684         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1685         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1686         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1688         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1689         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1690         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1691         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1692         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1693         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1694         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1695         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1696         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1697         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1698         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1699         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1700         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1701         * sysdeps/x86_64/setjmp.S: Likewise.
1702
1703         * include/math.h: Use IS_IN instead of IS_IN_libm.
1704         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1705         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1706         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1707         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1708         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1709         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1710         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1711         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1712         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1713         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1714         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1715         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1716         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1717         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1718         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1719         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1720         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1721         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1722         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1723         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1724         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1725         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1726         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1727         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1728         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1729         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1730         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1731         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1732         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1733         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1734         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1735         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1736         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1737         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1738         Likewise.
1739         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1740         Likewise.
1741         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1742         Likewise.
1743         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1744         Likewise.
1745         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1746         Likewise.
1747         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1748         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1749         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1750         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1751         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1752         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1753         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1754         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1755         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1756         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1757         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1758         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1759         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1760         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1761         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1762         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1763         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1764         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1765         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1766         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1767         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1768         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1769         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1770         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1771         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1772         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1773         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1774
1775         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1776         * nptl/pthreadP.h: Likewise.
1777         * nptl_db/structs.def: Likewise.
1778         * sysdeps/arm/sysdep.h: Likewise.
1779         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1780         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1781         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1782         * sysdeps/unix/alpha/sysdep.h: Likewise.
1783         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1784         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1785         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1786         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1787         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1788         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1789         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1790         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1791         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1792         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1793         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1794         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1795         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1796         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1797         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1798         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1799         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1800         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1801         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1802         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1803         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1804         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1805         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1806         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1807         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1808         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1809
1810         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1811         * nptl/pthreadP.h: Likewise.
1812         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1813         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1814         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1815         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1816         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1817         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1818         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1819         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1820         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1821         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1822         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1823         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1824         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1825         Likewise.
1826         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1827         Likewise.
1828         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1829         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1830         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1831         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1832         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1833         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1834         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1835         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1836
1837         * dlfcn/dladdr.c: Use IS_IN.
1838         * dlfcn/dladdr1.c: Likewise.
1839         * dlfcn/dlclose.c: Likewise.
1840         * dlfcn/dlerror.c: Likewise.
1841         * dlfcn/dlinfo.c: Likewise.
1842         * dlfcn/dlmopen.c: Likewise.
1843         * dlfcn/dlopen.c: Likewise.
1844         * dlfcn/dlsym.c: Likewise.
1845         * dlfcn/dlvsym.c: Likewise.
1846
1847         * include/ifaddrs.h: Use IS_IN.
1848         * inet/check_pf.c: Likewise.
1849         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1850         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1851
1852         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1853         IS_IN_ldconfig.
1854         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1855         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1856
1857         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1858         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1859         IS_IN (libc).
1860
1861         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1862
1863         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1864         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1865         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1866         * include/libc-symbols.h (IS_IN_LIB): New macro.
1867         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1868         * include/netdb.h: Likewise.
1869         * include/stap-probe.h: Remove all uses of IN_LIB.
1870
1871         * Makeconfig (module-cppflags-real): Define MODULE_NAME
1872         instead of IN_MODULE.
1873         * include/libc-symbols.h (IN_MODULE): Define using
1874         MODULE_NAME.
1875         (PASTE_NAME, PASTE_NAME1): New macros.
1876         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1877         of IN_LIB.
1878         (STAP_PROBE_ASM): Likewise.
1879
1880 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1881
1882         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1883         __mach_init in dlopened libc.
1884
1885 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
1886
1887         * sysdeps/arm/preconfigure.ac: Delete EABI check.
1888         * sysdeps/arm/preconfigure: Regenerate.
1889
1890 2014-11-21  Roland McGrath  <roland@hack.frob.com>
1891
1892         * nptl/pthread_create.c (__pthread_create_2_1): Set
1893         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1894         when copying values from IATTR into PD.
1895
1896 2014-11-21  Will Newton  <will.newton@linaro.org>
1897             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1898
1899         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1900         Refactor inline-asm.  Also add comment.
1901
1902         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1903         ElfW macro instead of hardcoded Elf64 types.
1904         (la_aarch64_gnu_pltenter): Likewise.
1905         * sysdeps/aarch64/dl-machine.h
1906         (elf_machine_runtime_setup): Use ElfW(Addr).
1907
1908         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1909         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1910         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1911         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1912         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1913         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1914         (R_AARCH64_TLS_DTPMOD): This.
1915         (R_AARCH64_TLS_DTPREL64): Rename to ...
1916         (R_AARCH64_TLS_DTPREL): This.
1917         (R_AARCH64_TLS_TPREL64): Rename to ...
1918         (R_AARCH64_TLS_TPREL): This.
1919         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1920         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1921         R_AARCH64_TLS_TPREL64.
1922         (elf_machine_rela): Likewise.
1923
1924 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1925
1926         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1927         by setting it to 0.  64b atomics are not supported currently.
1928
1929 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1930
1931         [BZ #16469]
1932         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1933         search domain names.
1934
1935 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1936
1937         [BZ #16469]
1938         * NEWS: Update.
1939         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1940         trailing dot.
1941         * posix/tst-getaddrinfo5.c: New.
1942         * posix/Makefile (tests): Add it.
1943
1944 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1945
1946         [BZ #14498]
1947         * NEWS: Fixed.
1948         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1949         after parsing line but before break_if_match.
1950         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1951         if there is a protocol mismatch.
1952
1953 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1954
1955         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1956         because the potential race is on the user-supplied stream.
1957
1958 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1959
1960         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1961         string literal if not passed a buffer.
1962         * manual/job.texi (ctermid): Update reasoning, note deviation
1963         from posix, suggest mtasurace when not passed a buffer, for
1964         future non-preliminary safety notes.
1965
1966 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1967
1968         * manual/users.texi (cuserid): Fix MT-Safety note for the case
1969         of not passing it a buffer.
1970         Reported by Peng Haitao.
1971
1972 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1973
1974         * manual/Makefile ($(objpfx)stamp-summary): Require
1975         check-safety.sh to pass.
1976         * manual/check-safety.sh: Wish for verification that every
1977         @deftypefn and @deftypefun is followed by a @safety remark.
1978
1979 2014-11-20  Roland McGrath  <roland@hack.frob.com>
1980
1981         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1982
1983         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1984         PTHREAD_CANCEL_ASYNCHRONOUS.
1985         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1986         send SIGCANCEL.
1987
1988         * nptl/default-sched.h: New file.
1989         * sysdeps/unix/sysv/linux/default-sched.h: New file.
1990         * nptl/pthread_create.c: Include it.
1991         (__pthread_create_2_1): Use collect_default_sched instead of making
1992         Linux syscalls here directly.
1993
1994 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1995
1996         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
1997         __pthread_once): Use C11 atomics.
1998
1999 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2000
2001         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
2002
2003 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2004
2005         * include/atomic.h (__atomic_link_error, __atomic_check_size,
2006         atomic_thread_fence_acquire, atomic_thread_fence_release,
2007         atomic_thread_fence_seq_cst, atomic_load_relaxed,
2008         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
2009         atomic_compare_exchange_weak_relaxed,
2010         atomic_compare_exchange_weak_acquire,
2011         atomic_compare_exchange_weak_release,
2012         atomic_exchange_acquire, atomic_exchange_release,
2013         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
2014         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
2015         atomic_fetch_and_acquire,
2016         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
2017
2018 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2019
2020         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
2021         USE_ATOMIC_COMPILER_BUILTINS): Define.
2022         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
2023         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2024         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
2025         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2026         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
2027         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2028         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
2029         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2030         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
2031         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2032         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
2033         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2034         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
2035         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2036         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
2037         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2038         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2039         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2040         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2041         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2042         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
2043         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2044         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2045         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2046         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
2047         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2048         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2049         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2050         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
2051         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2052         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
2053         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2054         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
2055         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2056         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2057         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2058         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
2059         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2060         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
2061         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2062
2063 2014-11-19  Roland McGrath  <roland@hack.frob.com>
2064
2065         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
2066         the sched_priority value here.  It was already checked when the user
2067         called pthread_attr_setschedparam.
2068
2069         * nptl/tst-bad-schedattr.c: New file.
2070         * nptl/Makefile (tests): Add it.
2071
2072 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
2073             Florian Weimer  <fweimer@redhat.com>
2074             Joseph Myers  <joseph@codesourcery.com>
2075             Adam Conrad  <adconrad@0c3.net>
2076             Andreas Schwab  <schwab@suse.de>
2077             Brooks  <bmoses@google.com>
2078
2079         [BZ #17625]
2080         * wordexp-test.c (__dso_handle): Add prototype.
2081         (__register_atfork): Likewise.
2082         (__app_register_atfork): New function.
2083         (registered_forks): New global.
2084         (register_fork): New function.
2085         (test_case): Add 3 new tests for WRDE_CMDSUB.
2086         (main): Call __app_register_atfork.
2087         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
2088         fork count is non-zero fail the test.
2089         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
2090         is set.
2091         (parse_dollars): Remove check for WRDE_NOCMD.
2092         (parse_dquote): Likewise.
2093
2094 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
2095
2096         * Makeconfig (built-modules): List non-library modules to be
2097         built.
2098         (module-cppflags): Include libc-modules.h for
2099         everything except shlib-versions.v.i.
2100         (CPPFLAGS): Use it.
2101         (before-compile): Add libc-modules.h.
2102         ($(common-objpfx)libc-modules.h,
2103         $(common-objpfx)libc-modules.stmp): New targets.
2104         (common-generated): Add libc-modules.h and libc-modules.stmp.
2105         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
2106         * include/libc-symbols.h: Don't include libc-modules.h.
2107         * include/libc-modules.h: Remove file.
2108         * scripts/gen-libc-modules.awk: New script to generate
2109         libc-modules.h.
2110         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
2111         Depend on libc-modules.stmp.
2112
2113         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
2114
2115         * Makeconfig (in-module): Get value of libof set for the
2116         translation unit.
2117         (CPPFLAGS): Use $(in-module).
2118         * Makerules: Don't suffix routine names for nonlib.
2119         * include/libc-modules.h: New file.
2120         * include/libc-symbols.h: Include libc-modules.h
2121         (IS_IN): New macro to replace IS_IN_* macros.
2122         * elf/Makefile: Set libof-* for each routine.
2123         * elf/rtld-Rules: Likewise.
2124         * extra-modules.mk: Likewise.
2125         * iconv/Makefile: Likewise.
2126         * iconvdata/Makefile: Likewise.
2127         * locale/Makefile: Likewise.
2128         * malloc/Makefile: Likewise.
2129         * nss/Makefile: Likewise.
2130         * sysdeps/gnu/Makefile: Likewise.
2131         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
2132         * sysdeps/unix/sysv/linux/Makefile: Likewise.
2133         * sysdeps/s390/s390-64/Makefile: Likewise.
2134         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
2135         CPPFLAGS for nscd instead of nonlib.
2136
2137 2014-11-18  Roland McGrath  <roland@hack.frob.com>
2138
2139         * nptl/createthread.c: New file.
2140
2141         * nptl/createthread.c: Moved ...
2142         * sysdeps/unix/sysv/linux/createthread.c: ... here.
2143
2144         * nptl/createthread.c: Add proper top-line comment.
2145         (do_clone): Folded into ...
2146         (create_thread): ... here.  Take new arguments STOPPED_START and
2147         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
2148         increment __nptl_threads, do event-reporting logic, do
2149         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
2150         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
2151         resource cleanup if sched_setaffinity or sched_setscheduler fails,
2152         just send SIGCANCEL.
2153         * nptl/pthread_create.c: Forward-declare create_thread before
2154         including createthread.c.
2155         (start_thread): Use new macro START_THREAD_DEFN to replace defining
2156         declaration, and new macro START_THREAD_SELF to replace argument.
2157         Remove return statement.
2158         (report_thread_creation): New function.
2159         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
2160         synchronization logic, and __nptl_nthreads increment here, around
2161         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
2162         PD->parent_cancelhandling here, before create_thread.  When
2163         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
2164         __deallocate_stack, and ENOMEM translation here.
2165
2166 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
2167
2168         [BZ #17616]
2169         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
2170         (mptwo): Rename to __mptwo.
2171         (__inv): Use __mptwo instead of mptwo.
2172         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
2173         (mptwo): Rename to __mptwo.
2174         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
2175         of mpone and __mptwo instead of mptwo.
2176         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
2177         instead of mpone.
2178         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
2179         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
2180         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
2181         of mpone and __mptwo instead of mptwo.
2182         (__mpranred): Use __mpone instead of mpone.
2183         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
2184         variable.
2185         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2186         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2187         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2188         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2189         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2190         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2191         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2192         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2193         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2194         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2195         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2196         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2197         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2198         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2199         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2200         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2201         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2202         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2203         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2204
2205 2014-11-18  Tom de Vries  <tom@codesoucery.com>
2206
2207         * manual/signal.texi (Primitives Interrupted by Signals): In section,
2208         replace BSD Handler xref with BSD Signal Handling.
2209
2210 2014-11-17  Richard Henderson  <rth@redhat.com>
2211
2212         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
2213         (_FP_PACK_RAW_2): Remove.
2214         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
2215         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
2216         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
2217         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
2218         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
2219         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
2220         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
2221         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
2222         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
2223         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
2224         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
2225         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
2226         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
2227         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
2228         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
2229         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
2230
2231 2014-11-14  Roland McGrath  <roland@hack.frob.com>
2232
2233         * signal/signal.h [__USE_MISC]
2234         (struct sigvec): Remove type.
2235         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
2236         (sigvec): Remove declaration.
2237         * sysdeps/posix/sigvec.c: Moved ...
2238         * signal/sigvec.c: ... here, replacing old file.
2239         (struct sigvec): New type, copied from old signal.h definition.
2240         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
2241         (__sigvec): Convert definition to prototype.
2242         (sigvec): Replace weak_alias with compat_symbol.
2243         * signal/Versions (libc: GLIBC_2.21): New version set.
2244         * include/signal.h: Remove __sigvec declaration.
2245         * sysdeps/unix/bsd/sigvec.c: Remove file.
2246         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
2247         * manual/signal.texi (BSD Handler): Remove subsection.
2248         Move siginterrupt up to ...
2249         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
2250         (Blocking in BSD): Fold subsection into its parent.
2251         * NEWS: Mention sigvec removal.
2252
2253 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2254
2255         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
2256         (DLA_FMS): Make definition conditional only on [__FMA4__].
2257         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
2258         definition.
2259
2260         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
2261         Make definition conditional only on [PROF].
2262         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
2263         definition.
2264         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
2265         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
2266
2267         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
2268         !__GNUC__].
2269         * include/signal.h (__sigpause): Move declaration above call to
2270         libc_hidden_proto.
2271         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
2272         variable.
2273         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2274         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2275
2276 2014-11-14  David S. Miller  <davem@davemloft.net>
2277
2278         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
2279         Define before including <string/memcpy.c> and <string/mempcpy.c>.
2280
2281 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2282
2283         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
2284         * configure: Regenerated.
2285         * manual/install.texi (Tools for Compilation): Document a
2286         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
2287         compiler verified to work.
2288         * INSTALL: Regenerated.
2289
2290         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
2291         redeclare with asm name.
2292         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
2293         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
2294         including <string.h>.
2295         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2296         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
2297         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2298         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
2299         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2300         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
2301         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2302
2303 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
2304
2305         * stdlib/strtol.c (__strtol): Use prototype definition.
2306
2307         [BZ #17594]
2308         * stdlib/strtol.c (SYM__): New macro.
2309         (SYM__1): Likewise.
2310         (__strtol): Likewise.
2311         (strtol): Rename to __strtol and define as weak alias of
2312         __strtol.  Use libc_hidden_weak.
2313
2314 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2315
2316         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
2317         Use numbered labels in inline assembly.
2318
2319 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2320
2321         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
2322         Add setjmp LIBC_PROBE.
2323         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
2324         Likewise.
2325         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
2326         Add longjmp, longjmp_target LIBC_PROBE.
2327         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
2328         Likewise.
2329
2330 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2331
2332         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
2333         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
2334         to get rid of unused variable warning.
2335
2336 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2337
2338         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
2339         Check for unwind_backtrace ==  NULL only in SHARED case.
2340         (__backchain_backtrace): Compile only in SHARED case.
2341         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
2342         Likewise.
2343         (__backchain_backtrace): Declare as static.
2344
2345 2014-11-12  Roland McGrath  <roland@hack.frob.com>
2346
2347         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
2348         (__libc_multiple_threads_ptr): Variable moved ...
2349         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
2350
2351 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
2352
2353         * conform/GlibcConform.pm: New file.
2354         * conform/conformtest.pl: Use GlibcConform module.
2355         * conform/linknamespace.pl: New file.
2356         * conform/list-header-symbols.pl: Likewise.
2357         * conform/Makefile (linknamespace-symlists-base): New variable.
2358         (linknamespace-symlists-tests): Likewise.
2359         (linknamespace-header-base): Likewise.
2360         (linknamespace-header-tests): Likewise.
2361         (tests-special): Add new tests.
2362         ($(linknamespace-symlists-tests)): New rule.
2363         (linknamespace-libs): New variable.
2364         ($(objpfx)symlist-stdlibs): New rule.
2365         ($(linknamespace-header-tests)): Likewise.
2366         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
2367         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
2368         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
2369         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
2370         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
2371         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
2372         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
2373         (test-xfail-ISO/math.h/linknamespace): Likewise.
2374         (test-xfail-ISO/signal.h/linknamespace): Likewise.
2375         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
2376         (test-xfail-ISO/time.h/linknamespace): Likewise.
2377         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2378         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
2379         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2380         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2381         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2382         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2383         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2384         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2385         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2386         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2387         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2388         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2389         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2390         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
2391         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
2392         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2393         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
2394         (test-xfail-XPG3/search.h/linknamespace): Likewise.
2395         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
2396         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2397         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
2398         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
2399         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2400         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
2401         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
2402         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
2403         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
2404         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
2405         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2406         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
2407         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2408         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
2409         (test-xfail-XPG4/search.h/linknamespace): Likewise.
2410         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
2411         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
2412         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
2413         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
2414         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
2415         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2416         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
2417         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
2418         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
2419         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
2420         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
2421         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2422         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
2423         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
2424         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
2425         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2426         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
2427         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2428         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2429         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
2430         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
2431         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2432         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2433         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
2434         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
2435         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
2436         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2437         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2438         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2439         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
2440         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
2441         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2442         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2443         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
2444         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2445         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2446         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
2447         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
2448         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
2449         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2450         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2451         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
2452         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2453         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
2454         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
2455         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
2456         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
2457         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2458         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
2459         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
2460         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
2461         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
2462         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
2463         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2464         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2465         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2466         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
2467         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
2468         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
2469         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2470         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
2471         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2472         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2473         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
2474         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
2475         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
2476         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2477         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2478         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
2479         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
2480         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2481         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2482         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
2483         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
2484         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
2485         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
2486         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2487         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2488         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
2489         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2490         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
2491         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2492         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2493         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2494         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
2495         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2496         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
2497         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
2498         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2499         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2500         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2501         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2502         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2503         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
2504         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2505         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2506         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2507         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2508         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
2509         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
2510         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2511         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2512         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2513         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2514         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
2515         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2516         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
2517         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
2518         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2519         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2520         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2521         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2522         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2523         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
2524         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2525         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2526         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
2527
2528         [BZ #17589]
2529         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
2530         of fgets_unlocked.
2531
2532         [BZ #17585]
2533         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
2534         (memmem): Rename to __memmem and define as weak alias of
2535         __memmem.  Use libc_hidden_weak.
2536         (__memmem): Use libc_hidden_def.
2537         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
2538         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
2539         memmem.
2540
2541         [BZ #17582]
2542         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
2543         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
2544         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
2545         and define as weak alias of __fgets_unlocked.  Use
2546         libc_hidden_weak.
2547         (__fgets_unlocked): Use libc_hidden_def.
2548         * include/stdio.h (__fgets_unlocked): Declare.  Use
2549         libc_hidden_proto.
2550         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
2551         __fgets_unlocked instead of fgets_unlocked.
2552         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
2553         (GET_NPROCS_CONF_PARSER): Likewise.
2554         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
2555         (GET_NPROCS_CONF_PARSER): Likewise.
2556
2557         [BZ #17574]
2558         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
2559         weak alias of __wmemset.  Use libc_hidden_weak.
2560         (__wmemset): Use libc_hidden_def.
2561         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
2562         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
2563         of wmemset.
2564
2565         [BZ #17573]
2566         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
2567         with asm name __mempcpy.
2568         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
2569
2570         [BZ #17572]
2571         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
2572         and define as weak alias of __rawmemchr.
2573         (__rawmemchr): Do not define as strong alias of rawmemchr.
2574
2575         [BZ #17571]
2576         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
2577         alias of __qsort_r.
2578         (qsort): Call __qsort_r instead of qsort_r.
2579         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
2580         (__qsort_r): Declare.  Call libc_hidden_proto.
2581         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
2582         instead of qsort_r.
2583         * nscd/gai.c (__qsort_r): Define to qsort_r.
2584         * posix/tst-rfc3484.c (__qsort_r): Likewise.
2585         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
2586         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
2587
2588         [BZ #17570]
2589         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
2590         define as weak alias of __malloc_info.
2591
2592         [BZ #17584]
2593         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
2594         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2595         (__rewinddir): Use libc_hidden_def.
2596         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
2597         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2598         (__rewinddir): Use libc_hidden_def.
2599         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
2600         weak alias of __rewinddir.  Don't use libc_hidden_def.
2601         (__rewinddir): Use libc_hidden_def.
2602         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
2603         (__rewinddir): Use libc_hidden_proto.
2604         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
2605         rewinddir.
2606         (__getcwd): Use __rewinddir instead of rewinddir.
2607
2608         [BZ #17583]
2609         * libio/fileno.c (fileno): Rename to __fileno and define as weak
2610         alias of __fileno.  Use libc_hidden_weak.
2611         (__fileno): Use libc_hidden_def.
2612         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2613         * libio/ftello.c (ftello): Rename to __ftello and define as weak
2614         alias of __ftello.
2615         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2616         __ftello.
2617         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2618         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
2619         libc_hidden_def.
2620         (fread_unlocked): Don't use libc_hidden_ver.
2621         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2622         and define as weak alias of __fread_unlocked.  Don't use
2623         libc_hidden_def.
2624         (__fread_unlocked): Use libc_hidden_def.
2625         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
2626         (ftello): Don't use libc_hidden_proto.
2627         (__ftello): Declare.  Use libc_hidden_proto.
2628         (fread_unlocked): Don't use libc_hidden_proto.
2629         (__fread_unlocked): Declare.  Use libc_hidden_proto.
2630         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2631         and __ftello instead of fileno, fread_unlocked and ftello.
2632
2633 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
2634
2635         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2636         GOT12.
2637         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2638         Likewise.
2639         (_dl_start_user): Likewise.
2640         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2641
2642 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
2643             Siddhesh Poyarekar  <siddhesh@redhat.com>
2644
2645         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2646         Move argv and envp down instead of moving argc up.
2647         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2648
2649 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
2650
2651         [BZ #17506]
2652         * test-skeleton.c (main): Return successful if one of
2653         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2654         * string/tst-strcoll-overflow.c: Define expected status.
2655
2656 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
2657
2658         [BZ #17475]
2659         * locale/iso-639.def: Define Bhili and Tulu language codes.
2660
2661 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
2662
2663         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2664
2665 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
2666
2667         [BZ #17555]
2668         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2669
2670 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2671
2672         * configure.ac: Updated check of minimal required version to
2673         2.22.
2674         * manual/install.texi (Tools for Compilation): Updated version
2675         number.
2676         * configure: Regenerated.
2677         * INSTALL: Likewise.
2678
2679 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
2680
2681         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2682         __tls_get_addr.
2683
2684 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
2685
2686         * include/sys/wait.h (__libc_waitpid): Remove declaration.
2687         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2688         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2689         libc_hidden_weak.
2690         (waitpid): Define as alias of __waitpid.
2691         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2692         __waitpid.
2693         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2694         libc_hidden_weak.
2695         (waitpid): Define as alias of __waitpid.
2696         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2697         __libc_waitpid alias.
2698         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2699         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2700         Likewise.
2701         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2702         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2703         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2704         alias.
2705         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2706         __waitpid.
2707         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2708         libc_hidden_weak.
2709         (waitpid): Define as alias of __waitpid.
2710
2711 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
2712
2713         * manual/llio.texi: Add comment that write safety has been
2714         fixed in Linux.
2715
2716         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2717         (localplt-build-dso): Add elf/ld.so.
2718         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2719         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2720         and free for ld.so.
2721         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2722         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2723         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2724         Likewise.
2725         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2726         Likewise.
2727         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2728         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2729         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2730         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2731         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2732         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2733         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2734         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2735         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2736         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2737         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2738
2739 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
2740
2741         [BZ #14132]
2742         * include/libc-symbols.h (INTUSE): Remove macro.
2743         (INTDEF): Likewise.
2744         (INTVARDEF): Likewise.
2745         (_INTVARDEF): Likewise.
2746         (INTDEF2): Likewise.
2747         (INTVARDEF2): Likewise.
2748         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2749         rtld_hidden_def instead of INTVARDEF.
2750         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2751         (_dl_starting_up_internal): Remove declaration.
2752         (_dl_starting_up): Use rtld_hidden_proto.
2753         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2754         declaration.
2755         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2756         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2757         _dl_starting_up.
2758         * elf/dl-writev.h (_dl_writev): Likewise.
2759         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2760         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2761         _dl_starting_up_internal.
2762
2763 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2764
2765         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2766         test-skeleton.c.
2767
2768 2014-11-05  Will Newton  <will.newton@linaro.org>
2769
2770         * benchtests/Makefile: (bench-malloc): Add malloc thread
2771         scalability benchmark.
2772         * benchtests/bench-malloc-threads.c: New file.
2773
2774 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
2775
2776         * sysdeps/aarch64/strchrnul.S: New file.
2777
2778 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2779
2780         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2781         definition.
2782         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2783         Likwise.
2784         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2785         Likewise.
2786         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2787         Likewise.
2788         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2789         Likewise.
2790         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2791         Likewise.
2792
2793 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
2794
2795         * catgets/test-gencat.c: Use test-skeleton.c.
2796         * catgets/tst-catgets.c: Likewise.
2797         * csu/tst-empty.c: Likewise.
2798         * elf/tst-audit2.c: Likewise.
2799         * elf/tst-global1.c: Likewise.
2800         * elf/tst-pathopt.c: Likewise.
2801         * elf/tst-piemod1.c: Likewise.
2802         * elf/tst-tls10.c: Likewise.
2803         * elf/tst-tls11.c: Likewise.
2804         * elf/tst-tls12.c: Likewise.
2805         * gnulib/tst-gcc.c: Likewise.
2806         * iconvdata/tst-e2big.c: Likewise.
2807         * iconvdata/tst-loading.c: Likewise.
2808         * iconv/tst-iconv1.c: Likewise.
2809         * iconv/tst-iconv2.c: Likewise.
2810         * inet/test-inet6_opt.c: Likewise.
2811         * inet/tst-gethnm.c: Likewise.
2812         * inet/tst-network.c: Likewise.
2813         * inet/tst-ntoa.c: Likewise.
2814         * intl/tst-codeset.c: Likewise.
2815         * intl/tst-gettext2.c: Likewise.
2816         * intl/tst-gettext3.c: Likewise.
2817         * intl/tst-ngettext.c: Likewise.
2818         * intl/tst-translit.c: Likewise.
2819         * io/test-stat.c: Likewise.
2820         * libio/test-fmemopen.c: Likewise.
2821         * libio/tst-freopen.c: Likewise.
2822         * libio/tst-sscanf.c: Likewise.
2823         * libio/tst-ungetwc1.c: Likewise.
2824         * libio/tst-ungetwc2.c: Likewise.
2825         * libio/tst-widetext.c: Likewise.
2826         * localedata/tst-ctype.c: Likewise.
2827         * localedata/tst-digits.c: Likewise.
2828         * localedata/tst-leaks.c: Likewise.
2829         * localedata/tst-mbswcs1.c: Likewise.
2830         * localedata/tst-mbswcs2.c: Likewise.
2831         * localedata/tst-mbswcs3.c: Likewise.
2832         * localedata/tst-mbswcs4.c: Likewise.
2833         * localedata/tst-mbswcs5.c: Likewise.
2834         * localedata/tst-setlocale.c: Likewise.
2835         * localedata/tst-trans.c: Likewise.
2836         * localedata/tst-wctype.c: Likewise.
2837         * localedata/tst-xlocale1.c: Likewise.
2838         * login/tst-grantpt.c: Likewise.
2839         * malloc/tst-calloc.c: Likewise.
2840         * malloc/tst-malloc.c: Likewise.
2841         * malloc/tst-mallocstate.c: Likewise.
2842         * malloc/tst-mcheck.c: Likewise.
2843         * malloc/tst-mtrace.c: Likewise.
2844         * malloc/tst-obstack.c: Likewise.
2845         * math/atest-exp2.c: Likewise.
2846         * math/atest-exp.c: Likewise.
2847         * math/atest-sincos.c: Likewise.
2848         * math/test-matherr.c: Likewise.
2849         * math/test-misc.c: Likewise.
2850         * math/test-powl.c: Likewise.
2851         * math/tst-definitions.c: Likewise.
2852         * misc/tst-dirname.c: Likewise.
2853         * misc/tst-efgcvt.c: Likewise.
2854         * misc/tst-fdset.c: Likewise.
2855         * misc/tst-hsearch.c: Likewise.
2856         * misc/tst-mntent2.c: Likewise.
2857         * nptl/tst-sem7.c: Likewise.
2858         * nptl/tst-sem8.c: Likewise.
2859         * nptl/tst-sem9.c: Likewise.
2860         * nss/test-netdb.c: Likewise.
2861         * posix/tst-fnmatch.c: Likewise.
2862         * posix/tst-getlogin.c: Likewise.
2863         * posix/tst-gnuglob.c: Likewise.
2864         * posix/tst-mmap.c: Likewise.
2865         * pwd/tst-getpw.c: Likewise.
2866         * resolv/tst-inet_ntop.c: Likewise.
2867         * rt/tst-timer.c: Likewise.
2868         * stdio-common/test-fseek.c: Likewise.
2869         * stdio-common/test-popen.c: Likewise.
2870         * stdio-common/test-vfprintf.c: Likewise.
2871         * stdio-common/tst-cookie.c: Likewise.
2872         * stdio-common/tst-fileno.c: Likewise.
2873         * stdio-common/tst-gets.c: Likewise.
2874         * stdio-common/tst-obprintf.c: Likewise.
2875         * stdio-common/tst-perror.c: Likewise.
2876         * stdio-common/tst-sprintf2.c: Likewise.
2877         * stdio-common/tst-sprintf3.c: Likewise.
2878         * stdio-common/tst-sprintf.c: Likewise.
2879         * stdio-common/tst-swprintf.c: Likewise.
2880         * stdio-common/tst-tmpnam.c: Likewise.
2881         * stdio-common/tst-unbputc.c: Likewise.
2882         * stdio-common/tst-wc-printf.c: Likewise.
2883         * stdlib/tst-environ.c: Likewise.
2884         * stdlib/tst-fmtmsg.c: Likewise.
2885         * stdlib/tst-limits.c: Likewise.
2886         * stdlib/tst-rand48-2.c: Likewise.
2887         * stdlib/tst-rand48.c: Likewise.
2888         * stdlib/tst-random2.c: Likewise.
2889         * stdlib/tst-random.c: Likewise.
2890         * stdlib/tst-strtol.c: Likewise.
2891         * stdlib/tst-strtoll.c: Likewise.
2892         * stdlib/tst-tls-atexit.c: Likewise.
2893         * stdlib/tst-xpg-basename.c: Likewise.
2894         * string/test-ffs.c: Likewise.
2895         * string/tst-bswap.c: Likewise.
2896         * string/tst-inlcall.c: Likewise.
2897         * string/tst-strtok.c: Likewise.
2898         * string/tst-strxfrm.c: Likewise.
2899         * sysdeps/x86_64/tst-audit10.c: Likewise.
2900         * sysdeps/x86_64/tst-audit3.c: Likewise.
2901         * sysdeps/x86_64/tst-audit4.c: Likewise.
2902         * sysdeps/x86_64/tst-audit5.c: Likewise.
2903         * time/tst-ftime_l.c: Likewise.
2904         * time/tst-getdate.c: Likewise.
2905         * time/tst-mktime3.c: Likewise.
2906         * time/tst-mktime.c: Likewise.
2907         * time/tst-posixtz.c: Likewise.
2908         * time/tst-strptime2.c: Likewise.
2909         * time/tst-strptime3.c: Likewise.
2910         * wcsmbs/tst-btowc.c: Likewise.
2911         * wcsmbs/tst-mbrtowc.c: Likewise.
2912         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2913         * wcsmbs/tst-wchar-h.c: Likewise.
2914         * wcsmbs/tst-wcpncpy.c: Likewise.
2915         * wcsmbs/tst-wcrtomb.c: Likewise.
2916         * wcsmbs/tst-wcsnlen.c: Likewise.
2917         * wcsmbs/tst-wcstof.c: Likewise.
2918
2919 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2920
2921         [BZ #14132]
2922         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2923         INTDEF.
2924         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2925         declaration.
2926         (_dl_mcount): Use rtld_hidden_proto.
2927         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2928         _dl_mcount.
2929         * elf/rtld.c (_rtld_global_ro): Likewise.
2930
2931         [BZ #14132]
2932         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2933         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2934         of _dl_init_internal.
2935         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2936         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2937         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2938         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2939         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2940         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2941         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2942         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2943         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2944         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2945         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2946         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2947         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2948         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2949         * sysdeps/tile/dl-start.S (_start): Likewise.
2950         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2951         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2952
2953         [BZ #14132]
2954         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2955         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2956         (rtld_progname): Make macro definition unconditional.
2957         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2958         INTDEF.
2959         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2960         (dl_main): Likewise.
2961         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2962         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2963         instead of _dl_argv_internal.
2964         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2965         __GI__dl_argv instead of INTUSE(_dl_argv).
2966         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2967         __GI__dl_argv instead of _dl_argv_internal.
2968
2969         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2970         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2971         macro.
2972         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2973         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2974         New macro.
2975         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2976         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2977         macro.
2978         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2979         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2980
2981 2014-11-04  Andreas Schwab  <schwab@suse.de>
2982
2983         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2984
2985 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2986
2987         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
2988         mtvsrd instruction in binary form.
2989
2990 2014-11-03  Andreas Schwab  <schwab@suse.de>
2991
2992         [BZ #17522]
2993         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
2994         for less than MB_LEN_MAX use a local buffer of that size.
2995         * libio/tst-fputws.c: New file.
2996         * libio/Makefile (tests): Add tst-fputws.
2997
2998 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
2999
3000         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
3001         the size of the fpu_fr.fpu_dregs[] array.
3002
3003 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
3004
3005         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
3006         (__nanosleep): Do not define as alias.
3007         (nanosleep): Define as alias of __nanosleep.
3008         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
3009         __libc_nanosleep name.
3010
3011 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
3012
3013         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
3014         install.texi in comment.
3015
3016 2014-10-31  Torvald Riegel  <triegel@redhat.com>
3017
3018         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
3019         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
3020         ... add here and use lwsync or sync ...
3021         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
3022         ... and add here using lwsync.
3023
3024 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
3025
3026         * elf/dl-machine-reject-phdr.h: New file.
3027         * elf/dl-load.c: #include that.
3028         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
3029         if that returned true.
3030
3031 2014-10-31  Roland McGrath  <roland@hack.frob.com>
3032
3033         [BZ #17496]
3034         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
3035         gen-as-const-headers chunk.  Add a big scare comment after the last
3036         safe place to touch before-compile.
3037
3038 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
3039
3040         * manual/install.texi (Tools for Compilation): Update autoconf
3041         version requirements.
3042         * INSTALL: Regenerated.
3043
3044         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
3045         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
3046         (__libc_pselect): Likewise.
3047
3048         [BZ #14138]
3049         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
3050         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3051         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3052         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3053
3054 2014-10-31  Torvald Riegel  <triegel@redhat.com>
3055
3056         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
3057         correct barrier instruction.
3058         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
3059         Likewise.
3060         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
3061         Likewise.
3062
3063 2014-10-30  Roland McGrath  <roland@hack.frob.com>
3064
3065         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
3066         after defining inlines.  Instead, just use parens to defeat macro
3067         expansion of __isctype in its declaration.
3068
3069 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
3070
3071         * include/sys/uio.h (__libc_readv): Remove declaration.
3072         (__libc_writev): Likewise.
3073         * misc/readv.c (__libc_readv): Rename to __readv.
3074         (__readv): Do not define as alias.
3075         (readv): Define as alias of __readv.
3076         * misc/writev.c (__libc_writev): Rename to __writev.
3077         (__writev): Do not define as alias.
3078         (writev): Define as alias of __writev.
3079         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
3080         (__readv): Do not define as alias.
3081         (readv): Define unconditionally as alias of __readv.
3082         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
3083         (__writev): Do not define as alias.
3084         (writev): Define unconditionally as alias of __writev.
3085         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
3086         name.
3087         (writev): Do not define __libc_writev name.
3088
3089 2014-10-30  Roland McGrath  <roland@hack.frob.com>
3090
3091         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
3092         (convert_charseq): New function, broken out of ...
3093         (use_from_charmap): ... here.  Call it.
3094         (use_to_charmap): Use convert_charseq and free instead of duplicating
3095         its code with a variable-length stack struct.
3096
3097 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
3098
3099         * include/fcntl.h (__libc_creat): Remove declaration.
3100         * io/creat.c (__libc_creat): Rename to creat.
3101         (creat): Do not define as alias.
3102         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
3103         of creat instead of __libc_creat.
3104         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
3105         to creat.
3106         (creat): Do not define as alias.
3107         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
3108         __libc_creat.
3109         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
3110         __libc_creat name.
3111         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
3112         Likewise.
3113
3114 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
3115
3116         * manual/llio.texi: Add comments discussing why write() may be
3117         considered MT-unsafe on Linux.
3118
3119 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
3120
3121         * dl-load.c (local_strdup): Remove.
3122         (expand_dynamic_string_token): Use __strdup.
3123         (decompose_rpath): Likewise.
3124         (_dl_map_object): Likewise.
3125
3126 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
3127
3128         [BZ #14132]
3129         * sysdeps/generic/unwind-dw2-fde.c
3130         (__register_frame_info_bases_internal): Do not declare.
3131         (__register_frame_info_table_bases_internal): Likewise.
3132         (__deregister_frame_info_bases_internal): Likewise.
3133         (__register_frame_info_bases): Declare and use hidden_proto before
3134         definition.  Use hidden_def instead of INTDEF.
3135         (__register_frame_info_table_bases): Likewise.
3136         (__deregister_frame_info_bases): Likewise.
3137         (__register_frame_info): Do not use INTUSE.
3138         (__register_frame): Likewise.
3139         (__register_frame_info_table): Likewise.
3140         (__register_frame_table): Likewise.
3141         (__deregister_frame_info): Likewise.
3142         (__deregister_frame): Likewise.
3143
3144 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
3145
3146         * sysdeps/unix/sysv/linux/arm/kernel-features.h
3147         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
3148         not undefine.
3149         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
3150         Likewise.
3151         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
3152         Likewise.
3153
3154 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
3155
3156         [BZ #14138]
3157         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
3158         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
3159         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
3160         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
3161         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
3162         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
3163         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
3164         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
3165         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
3166         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
3167         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
3168         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
3169         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
3170         syscall.
3171         (setfsuid): Likewise.
3172         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
3173         (setfsuid): Likewise.
3174         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
3175         (setfsuid): Likewise.
3176         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
3177         Likewise.
3178         (setfsuid): Likewise.
3179         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
3180         (setfsuid): Likewise.
3181         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
3182         Likewise.
3183         (setfsuid): Likewise.
3184
3185 2014-10-27  Andreas Schwab  <schwab@suse.de>
3186
3187         [BZ #17501]
3188         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
3189         check for Slow_SSE4_2 feature bit.
3190         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
3191         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
3192         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
3193         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
3194
3195 2014-10-24  Roland McGrath  <roland@hack.frob.com>
3196
3197         * configure.ac: Validate compiler version with a empirical test of
3198         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
3199         $CC -v output.
3200         * configure: Regenerated.
3201
3202         * inet/htons.c (htons): Prototypify.
3203         * inet/htonl.c (htonl): Likewise.
3204
3205 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3206
3207         * string/strncat.c (strncat): Improve performance by using strlen.
3208
3209 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3210
3211         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
3212
3213 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3214
3215         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
3216         Call libc_fetestexcept_aarch64.
3217
3218 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3219
3220         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
3221         Call libc_feholdexcept_aarch64.
3222
3223 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3224
3225         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
3226         Call get_rounding_mode.
3227
3228 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3229
3230         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3231         Simplify logic.
3232
3233 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3234
3235         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
3236         Simplify logic.
3237
3238 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
3239
3240         [BZ #14138]
3241         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
3242         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
3243         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
3244         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
3245         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
3246         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
3247         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
3248         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
3249         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
3250         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
3251         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
3252         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
3253         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
3254         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
3255         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
3256         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
3257         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
3258         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
3259         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
3260         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
3261         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
3262         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
3263         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
3264         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
3265         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
3266         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
3267         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
3268         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
3269         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
3270         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
3271         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
3272         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
3273         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
3274         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
3275         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
3276         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
3277         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
3278         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
3279         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
3280         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
3281         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
3282         syscall.
3283         (geteuid): Likewise.
3284         (getgid): Likewise.
3285         (getuid): Likewise.
3286         (getresgid): Likewise.
3287         (getresuid): Likewise.
3288         (getgroups): Likewise.
3289         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
3290         (geteuid): Likewise.
3291         (getgid): Likewise.
3292         (getuid): Likewise.
3293         (getresgid): Likewise.
3294         (getresuid): Likewise.
3295         (getgroups): Likewise.
3296         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
3297         (geteuid): Likewise.
3298         (getgid): Likewise.
3299         (getuid): Likewise.
3300         (getresgid): Likewise.
3301         (getresuid): Likewise.
3302         (getgroups): Likewise.
3303         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
3304         Likewise.
3305         (geteuid): Likewise.
3306         (getgid): Likewise.
3307         (getuid): Likewise.
3308         (getresgid): Likewise.
3309         (getresuid): Likewise.
3310         (getgroups): Likewise.
3311         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
3312         (geteuid): Likewise.
3313         (getgid): Likewise.
3314         (getuid): Likewise.
3315         (getresgid): Likewise.
3316         (getresuid): Likewise.
3317         (getgroups): Likewise.
3318         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
3319         Likewise.
3320         (geteuid): Likewise.
3321         (getgid): Likewise.
3322         (getuid): Likewise.
3323         (getgroups): Likewise.
3324
3325         [BZ #14138]
3326         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
3327         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
3328         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
3329         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
3330         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
3331         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
3332         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
3333         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
3334         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
3335         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
3336         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
3337         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
3338         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
3339         __chown.
3340         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
3341         (lchown): Likewise.
3342         (fchown): Likewise.
3343         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
3344         Likewise.
3345         (lchown): Likewise.
3346         (fchown): Likewise.
3347         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
3348         (lchown): Likewise.
3349         (fchown): Likewise.
3350         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
3351         Likewise.
3352         (lchown): Likewise.
3353         (fchown): Likewise.
3354
3355 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3356
3357         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
3358         Simplify logic.
3359
3360 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3361
3362         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3363         Cleanup logic.
3364
3365 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3366
3367         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3368         Remove unused include.
3369
3370 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3371
3372         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
3373         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
3374         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
3375         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
3376
3377 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
3378             Helge Deller <deller@gmx.de>
3379
3380         [BZ #17508]
3381         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
3382         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
3383         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
3384
3385 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
3386
3387         [BZ #14132]
3388         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
3389         Remove macro definition.
3390         (__ashrdi3_v_glibc20): Likewise.
3391         (__lshrdi3_v_glibc20): Likewise.
3392         (__cmpdi2_v_glibc20): Likewise.
3393         (__ucmpdi2_v_glibc20): Likewise.
3394         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
3395         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
3396         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
3397         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
3398         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
3399         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
3400
3401 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3402
3403         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
3404         old GNU extension [0] syntax.
3405         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
3406         alloca rather than an array member with variable length.
3407         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
3408         * nscd/nscd.c (invalidate_db): New function, broken out of ...
3409         (parse_opt): ... here.  Likewise use alloca there.
3410         Validate the -i argument before checking for rootness.
3411         (send_shutdown): New function, broken out of ...
3412         (parse_opt): ... here.
3413
3414 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3415
3416         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
3417         macro to get at the _rt_local_ro field.
3418         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
3419         ([PIC] case) or _dl_hwcap ([!PIC] case).
3420         * sysdeps/arm/setjmp.S: Likewise.
3421
3422         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
3423         * sysdeps/arm/configure.ac: New check to define it.
3424         * sysdeps/arm/configure: Regenerated.
3425         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
3426         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
3427         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
3428         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
3429         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
3430         Use move/movt pair instead of a load.
3431         (LDST_GLOBAL): Macro removed.
3432         (LDR_GLOBAL): New macro replaces it.
3433         (LDR_HIDDEN): New macro.
3434         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
3435         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
3436
3437         * setjmp/tst-setjmp-static.c: New file.
3438         * setjmp/Makefile (tests): Add it.
3439         (tests-static): New variable.
3440
3441 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
3442
3443         [BZ #17485]
3444         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
3445
3446 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
3447
3448         [BZ #14132]
3449         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
3450
3451 2014-10-21  Roland McGrath  <roland@hack.frob.com>
3452
3453         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
3454
3455 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3456
3457         * io/fts.c (dirent_not_directory): New function.
3458         (fts_build): Call it.
3459
3460 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3461
3462         * nptl/version.c (__nptl_main): Use normal __write rather than
3463         INTERNAL_SYSCALL.
3464         (banner): Update copyright years.
3465
3466         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
3467         gettimeofday.
3468         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3469         * nptl/pthread_cond_timedwait.c: Likewise.
3470         * nptl/pthread_mutex_timedlock.c: Likewise.
3471         * nptl/sem_timedwait.c: Likewise.
3472
3473         * sysdeps/nptl/bits/libc-lock.h
3474         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
3475         (__libc_lock_init_recursive): Return void, not 0.
3476         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
3477         (__libc_rwlock_init): Likewise.
3478         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
3479
3480 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3481
3482         [BZ #15215]
3483         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
3484         (__pthread_once_slow): ... here.
3485         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
3486         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
3487
3488 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3489
3490         [BZ #15215]
3491         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
3492         __PTHREAD_ONCE_FORK_GEN_INCR): New.
3493         * sysdeps/nptl/fork.c (__libc_fork): Use them.
3494         * nptl/pthread_once.c (__pthread_once): Likewise.
3495         Update comments.
3496
3497 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
3498
3499         [BZ #14138]
3500         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
3501         name.
3502         (writev): Use __libc_writev as strong name.
3503         * sysdeps/unix/sysv/linux/readv.c: Remove file.
3504         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3505
3506 2014-10-17  Roland McGrath  <roland@hack.frob.com>
3507
3508         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
3509
3510         * sysdeps/i386/nptl/tls.h
3511         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
3512         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
3513         New macros.
3514         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
3515         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
3516         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
3517         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
3518         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
3519         Call CHECK_THREAD_SYSINFO instead of doing an assert.
3520
3521         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
3522         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
3523         on [__NR_futex].
3524         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
3525         broken out of ...
3526         (__pthread_mutex_init): ... here.  Call it.
3527         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
3528         Conditionalize PI cases on [__NR_futex].
3529         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
3530         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
3531         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
3532
3533         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
3534         conditional on [SIGSETXID].
3535         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
3536         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
3537         is defined.  Likewise for SIGSETXID.
3538         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
3539         Conditionalize definitions on [SIGSETXID].
3540         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
3541         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
3542         unblocking on [SIGCANCEL].
3543
3544         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
3545         [__NR_set_robust_list].
3546
3547 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
3548
3549         * string/strcoll_l.c (get_next_seq): Fix up formatting.
3550         (do_compare): Likewise.
3551
3552 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
3553
3554         [BZ #15884]
3555         * string/strcoll_l.c: Don't include stdio.h.
3556         (coll_seq): Remove members idxarr and rulearr.
3557         (get_next_seq_cached): Remove function.
3558         (get_next_seq): Likewise.
3559         (get_next_seq_nocache): Rename to get_next_seq.
3560         (do_compare): Remove function.
3561         (do_compare_nocache): Rename to do_compare.
3562         (STRCOLL): Remove weight and rules cache.
3563
3564 2014-10-16  Roland McGrath  <roland@hack.frob.com>
3565
3566         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
3567         * sysdeps/arm/sfp-machine.h: ... to here.
3568         * sysdeps/arm/Implies: Remove arm/soft-fp.
3569
3570 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
3571
3572         * conform/data/sys/utsname.h-data (*_t): Allow.
3573         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
3574         [POSIX] (WEXITED): Do not expect constant.
3575         [POSIX] (WSTOPPED): Likewise.
3576         [POSIX] (WNOHANG): Likewise.
3577         [POSIX] (WNOWAIT): Likewise.
3578         [POSIX] (siginfo_t): Do not expect type or elements.
3579         [POSIX] (pid_t): Do not expect type.
3580         [POSIX] (signal.h): Do not allow header.
3581         [POSIX] (sys/resource.h): Likewise.
3582         [POSIX] (si_*): Do not allow pattern.
3583         [POSIX] (W*): Likewise.
3584         [POSIX] (P_*): Likewise.
3585         [POSIX] (BUS_*): Likewise.
3586         [POSIX] (CLD_*): Likewise.
3587         [POSIX] (FPE_*): Likewise.
3588         [POSIX] (ILL_*): Likewise.
3589         [POSIX] (POLL_*): Likewise.
3590         [POSIX] (SEGV_*): Likewise.
3591         [POSIX] (SI_*): Likewise.
3592         [POSIX] (TRAP_*): Likewise.
3593         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
3594         variable.
3595
3596 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
3597
3598         [BZ #12926]
3599         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
3600         infinite loop when __recvmsg returns 0.
3601
3602 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
3603
3604         * CANCEL-FCT-WAIVE: Remove file.
3605         * CANCEL-FILE-WAIVE: Likewise.
3606
3607         [BZ #14132]
3608         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
3609         instead of INTVARDEF.
3610         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3611         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3612         rtld_hidden_data_def instead of INTVARDEF.
3613         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3614         * elf/dl-deps.c (expand_dst): Likewise.
3615         * elf/dl-load.c (_dl_dst_count): Likewise.
3616         (_dl_dst_substitute): Likewise.
3617         (decompose_rpath): Likewise.
3618         (_dl_init_paths): Likewise.
3619         (open_path): Likewise.
3620         (_dl_map_object): Likewise.
3621         * elf/rtld.c (dl_main): Likewise.
3622         (process_dl_audit): Likewise.
3623         (process_envvars): Likewise.
3624         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3625         Remove declaration.
3626         (__libc_enable_secure): Use rtld_hidden_proto.
3627
3628 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3629
3630         * elf/dl-load.c
3631         (add_path): New function broken out of _dl_rtld_di_serinfo.
3632         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
3633
3634 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3635
3636         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3637         parentheses around macro arguments.
3638         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3639         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3640         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3641         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3642         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3643         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3644         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3645         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3646         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3647         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3648         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3649         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3650         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3651         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3652         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3653         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3654         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3655         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3656         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3657         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3658         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3659         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3660         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3661         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3662         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3663         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3664         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3665         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3666         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3667         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3668         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3669         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3670         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3671         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3672         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3673         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3674         Likewise.
3675         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3676         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3677         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3678         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3679         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3680         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3681         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3682         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3683         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3684         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3685         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3686         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3687         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3688         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3689         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3690         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3691         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3692         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3693         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3694         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3695         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3696         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3697         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3698         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3699         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3700         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3701         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3702         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3703         (_FP_FRAC_SRS_1): Likewise.
3704         (_FP_FRAC_CLZ_1): Likewise.
3705         (_FP_MUL_MEAT_1_imm): Likewise.
3706         (_FP_MUL_MEAT_1_wide): Likewise.
3707         (_FP_MUL_MEAT_1_hard): Likewise.
3708         (_FP_SQRT_MEAT_1): Likewise.
3709         (_FP_FRAC_ASSEMBLE_1): Likewise.
3710         (_FP_FRAC_DISASSEMBLE_1): Likewise.
3711         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3712         (__FP_CLZ_2): Likewise.
3713         (_FP_MUL_MEAT_2_wide): Likewise.
3714         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3715         (_FP_MUL_MEAT_2_gmp): Likewise.
3716         (_FP_MUL_MEAT_2_120_240_double): Likewise.
3717         (_FP_SQRT_MEAT_2): Likewise.
3718         (_FP_FRAC_ASSEMBLE_2): Likewise.
3719         (_FP_FRAC_DISASSEMBLE_2): Likewise.
3720         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3721         (_FP_FRAC_CLZ_4): Likewise.
3722         (_FP_MUL_MEAT_4_wide): Likewise.
3723         (_FP_MUL_MEAT_4_gmp): Likewise.
3724         (_FP_SQRT_MEAT_4): Likewise.
3725         (_FP_FRAC_ASSEMBLE_4): Likewise.
3726         (_FP_FRAC_DISASSEMBLE_4): Likewise.
3727         * soft-fp/op-common.h (_FP_CMP): Likewise.
3728         (_FP_CMP_EQ): Likewise.
3729         (_FP_CMP_UNORD): Likewise.
3730         (_FP_TO_INT): Likewise.
3731         (_FP_FROM_INT): Likewise.
3732         [!__FP_CLZ] (__FP_CLZ): Likewise.
3733         (_FP_DIV_HELP_imm): Likewise.
3734         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3735         Likewise.
3736         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3737         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3738         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3739         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3740         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3741         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3742         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3743         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3744         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3745         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3746         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3747         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3748         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3749         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3750         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3751         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3752         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3753         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3754         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3755         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3756         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3757         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3758         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3759         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3760         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3761         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3762         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3763         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3764         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3765         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3766         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3767         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3768         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3769         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3770         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3771         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3772         (FP_UNPACK_RAW_SP): Likewise.
3773         (FP_PACK_RAW_S): Likewise.
3774         (FP_PACK_RAW_SP): Likewise.
3775         (FP_UNPACK_S): Likewise.
3776         (FP_UNPACK_SP): Likewise.
3777         (FP_UNPACK_SEMIRAW_S): Likewise.
3778         (FP_UNPACK_SEMIRAW_SP): Likewise.
3779         (FP_PACK_S): Likewise.
3780         (FP_PACK_SP): Likewise.
3781         (FP_PACK_SEMIRAW_S): Likewise.
3782         (FP_PACK_SEMIRAW_SP): Likewise.
3783         (_FP_SQRT_MEAT_S): Likewise.
3784         (FP_CMP_S): Likewise.
3785         (FP_CMP_EQ_S): Likewise.
3786         (FP_CMP_UNORD_S): Likewise.
3787         (FP_TO_INT_S): Likewise.
3788         (FP_FROM_INT_S): Likewise.
3789
3790         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3791
3792         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3793         (FP_EX_INVALID_IMZ): Likewise.
3794         (FP_EX_INVALID_IMZ_FMA): Likewise.
3795         (FP_EX_INVALID_ISI): Likewise.
3796         (FP_EX_INVALID_ZDZ): Likewise.
3797         (FP_EX_INVALID_IDI): Likewise.
3798         (FP_EX_INVALID_SQRT): Likewise.
3799         (FP_EX_INVALID_CVI): Likewise.
3800         (FP_EX_INVALID_VC): Likewise.
3801         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3802         "invalid" exceptions.
3803         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3804         (_FP_ADD_INTERNAL): Likewise.
3805         (_FP_MUL): Likewise.
3806         (_FP_FMA): Likewise.
3807         (_FP_DIV): Likewise.
3808         (_FP_CMP_CHECK_NAN): Likewise.
3809         (_FP_SQRT): Likewise.
3810         (_FP_TO_INT): Likewise.
3811         (FP_EXTEND): Likewise.
3812
3813 2014-10-09  Allan McRae  <allan@archlinux.org>
3814
3815         * po/fr.po: Update French translation from translation project.
3816
3817 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3818
3819         [BZ #14132]
3820         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3821         of INTDEF.
3822         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3823         (__cxa_atexit): Use libc_hidden_proto.
3824         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3825
3826         [BZ #14132]
3827         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3828         declaration.
3829         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3830         [!_ISOMAC] (__iswspace_l_internal): Likewise.
3831         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3832         [!_ISOMAC] (__iswctype_internal): Likewise.
3833         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3834         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3835         alias.
3836         (fcntl): Remove __fcntl_internal alias.
3837         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3838         __connect_internal alias.
3839         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3840         Likewise.
3841
3842         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3843         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3844         FP_DENORM_ZERO.
3845         (_FP_CHECK_FLUSH_ZERO): New macro.
3846         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3847         (_FP_CMP): Likewise.
3848         (_FP_CMP_EQ): Likewise.
3849         (_FP_TO_INT): Do not set inexact for subnormal arguments if
3850         FP_DENORM_ZERO.
3851         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3852         (FP_TRUNC): Likewise.
3853
3854         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3855         treated as invalid conversion, not as normal exponent.
3856
3857         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3858         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
3859         (_FP_CMP_EQ): Likewise.
3860         (_FP_CMP_UNORD): Likewise.
3861         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3862         (FP_CMP_EQ_D): Likewise.
3863         (FP_CMP_UNORD_D): Likewise.
3864         * soft-fp/extended.h (FP_CMP_E): Likewise.
3865         (FP_CMP_EQ_E): Likewise.
3866         (FP_CMP_UNORD_E): Likewise.
3867         * soft-fp/quad.h (FP_CMP_Q): Likewise.
3868         (FP_CMP_EQ_Q): Likewise.
3869         (FP_CMP_UNORD_Q): Likewise.
3870         * soft-fp/single.h (FP_CMP_S): Likewise.
3871         (FP_CMP_EQ_S): Likewise.
3872         (FP_CMP_UNORD_S): Likewise.
3873         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3874         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3875         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3876         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3877         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3878         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3879         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3880         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3881         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3882         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3883         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3884         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3885         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3886         to FP_CMP_Q.
3887         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3888         FP_CMP_Q.
3889         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3890         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3891         FP_CMP_EQ_Q.
3892         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3893         FP_CMP_Q.
3894         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3895         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3896         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3897         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3898         FP_CMP_EQ_Q.
3899         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3900         FP_CMP_Q.
3901         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3902         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3903         FP_CMP_EQ_Q.
3904         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3905         FP_CMP_Q.
3906         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3907         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3908         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3909         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3910         FP_CMP_EQ_Q.
3911
3912         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3913         a subnormal result, set the underflow exception if trapping on
3914         underflow is enabled.
3915         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3916         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3917         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3918         redefine to 0.
3919         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3920         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3921         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3922         * soft-fp/extendxftf2.c (__extendxftf2): Use
3923         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3924
3925         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3926         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3927         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3928         FP_HANDLE_EXCEPTIONS.
3929         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3930         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3931         FP_HANDLE_EXCEPTIONS.
3932         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3933         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3934         FP_HANDLE_EXCEPTIONS.
3935         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3936         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3937         FP_HANDLE_EXCEPTIONS.
3938
3939 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3940
3941         [BZ #14132]
3942         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3943         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3944         use INTUSE.
3945         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3946         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3947         Remove alias.
3948         (__adjtimex): Define using libc_hidden_ver.
3949         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3950         Remove declaration.
3951         (ntp_gettime): Call __adjtimex directly.
3952         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3953         Remove declaration.
3954         (ntp_gettimex): Call __adjtimex directly.
3955         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3956         __adjtimex_internal alias.
3957
3958 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3959
3960         [BZ #17460]
3961         * nscd/nscd.c (more_help): Rewrite list of tables collection
3962         using xstrdup and asprintf.
3963
3964         * nscd/nscd_conf.c: Remove local xstrdup declaration.
3965
3966 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3967             Roland McGrath  <roland@hack.frob.com>
3968
3969         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3970         (do_lookup_unique): ... local function 'enter' here; update callers.
3971
3972 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
3973
3974         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3975         compat_symbol calls on [SHARED].
3976         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3977         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3978         Remove.
3979         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3980         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3981         (oldsetrlimit): Remove.
3982         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3983         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3984         (lchown): New syscall entry.
3985         (oldsetrlimit): Remove.
3986         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3987         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
3988         (oldsetrlimit): Remove.
3989         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3990
3991         [BZ #14138]
3992         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
3993         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
3994         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
3995         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
3996         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3997         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
3998         (fchown): Likewise.
3999         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
4000         (fchown): Likewise.
4001         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
4002         Likewise.
4003
4004 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4005
4006         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
4007         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
4008         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
4009         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
4010         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
4011         Likewise.
4012         (__old_sem_post): Likewise.
4013
4014 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
4015
4016         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
4017         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
4018         HAVE_CLOCK_GETTIME_VSYSCALL macros.
4019         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
4020         Use INLINE_VSYSCALL macro.
4021         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
4022         __vdso_clock_gettime.
4023         * sysdeps/unix/sysv/linux/tile/init-first.c
4024         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
4025         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
4026         __vdso_clock_gettime.
4027
4028         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
4029         to set up frame more cleanly.
4030
4031         * sysdeps/tile/memcmp.c: New file.
4032
4033         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
4034
4035         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
4036         * sysdeps/tile/tilegx/strcasestr.c: New file.
4037         * sysdeps/tile/tilegx/strnlen.c: New file.
4038         * sysdeps/tile/tilegx/strstr.c: New file.
4039
4040         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
4041
4042 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
4043
4044         * nptl/tst-setuid3.c: Write errors to stdout.
4045
4046 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4047
4048         * elf/dl-deps.c
4049         (preload): New functions broken out of _dl_map_object_deps.
4050         (_dl_map_object_deps):  Remove a nested function. Update call sites.
4051
4052 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
4053
4054         [BZ #14138]
4055         * sysdeps/unix/sysv/linux/execve.c: Remove file.
4056         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
4057
4058 2014-10-01  Steve Ellcey  <sellcey@mips.com>
4059
4060         * sysdeps/mips/strcmp.S: New.
4061
4062 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
4063
4064         [BZ #14138]
4065         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
4066         (linkat): Likewise.
4067         (mkdirat): Likewise.
4068         (readlinkat): Likewise.
4069         (renameat): Likewise.
4070         (symlinkat): Likewise.
4071         (unlinkat): Likewise.
4072         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
4073         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
4074         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
4075         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
4076         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
4077         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
4078         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
4079
4080 2014-09-30  Will Newton  <will.newton@linaro.org>
4081
4082         * math/math.h: Define long double math functions if
4083         _LIBC_TEST is defined.
4084         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
4085
4086         * localedata/Makefile: Move assignment to tests-special
4087         into an ifdef testing run-built-tests.
4088         * timezone/Makefile: Likewise.
4089
4090 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
4091
4092         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
4093         with $(BASH) not $(SHELL).
4094
4095 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
4096             Matthew LeGendre  <legendre1@llnl.gov>
4097
4098         [BZ #17411]
4099         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
4100         l_reloc_result.
4101
4102 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4103
4104         * stdio-common/printf_fp.c
4105         (hack_digit): New function, broken out of ...
4106         (__printf_fp): ... local function here.  Update call sites.
4107         hack_digit now takes an additional parameter that is a pointer
4108         to a struct of the referenced locals.  Those locals moved inside
4109         the struct and references updated.
4110
4111 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
4112
4113         * aclocal.m4: Require autoconf 2.69.
4114         * configure: Regenerated.
4115         * sysdeps/aarch64/configure: Likewise.
4116         * sysdeps/alpha/configure: Likewise.
4117         * sysdeps/arm/armv7/configure: Likewise.
4118         * sysdeps/arm/configure: Likewise.
4119         * sysdeps/ia64/configure: Likewise.
4120         * sysdeps/mach/configure: Likewise.
4121         * sysdeps/mips/configure: Likewise.
4122         * sysdeps/s390/configure: Likewise.
4123         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
4124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
4125
4126         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
4127         file.
4128         * sysdeps/ia64/configure.ac: Likewise.
4129
4130 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
4131
4132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
4133         specify symbol version for ld.so.  Do not include entry for
4134         libpthread.
4135         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4136         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4137         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4138
4139         [BZ #14171]
4140         * Makeconfig [$(build-shared) = yes]
4141         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
4142         makefiles.
4143         [$(build-shared) = yes && $(soversions.mk-done) = t]
4144         ($(common-objpfx)gnu/lib-names.h): Remove rule.
4145         [$(build-shared) = yes && $(soversions.mk-done) = t]
4146         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
4147         to Makerules.
4148         [$(build-shared) = yes && $(soversions.mk-done) = t]
4149         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
4150         here.
4151         [$(build-shared) = yes && $(soversions.mk-done) = t]
4152         (common-generated): Don't append gnu/lib-names.h and
4153         gnu/lib-names.stmp here.
4154         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
4155         (lib-names-h-abi): New variable.
4156         [$(build-shared) = yes && $(soversions.mk-done) = t]
4157         (lib-names-stmp-abi): Likewise.
4158         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4159         abi-variants] (before-compile): Append
4160         $(common-objpfx)$(lib-names-h-abi).
4161         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4162         abi-variants] (common-generated): Append gnu/lib-names.h.
4163         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4164         abi-variants] (install-others-nosubdir): Depend on
4165         $(inst_includedir)/$(lib-names-h-abi).
4166         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4167         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
4168         [$(build-shared) = yes && $(soversions.mk-done) = t]
4169         ($(common-objpfx)$(lib-names-h-abi)): New rule.
4170         [$(build-shared) = yes && $(soversions.mk-done) = t]
4171         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
4172         [$(build-shared) = yes && $(soversions.mk-done) = t]
4173         (common-generated): Append $(lib-names-h-abi) and
4174         $(lib-names-stmp-abi).
4175         * scripts/lib-names.awk: Do not handle multi being set.
4176         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
4177         Remove variable.
4178         (abi-lp64_be-ld-soname): Likewise.
4179         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
4180         Likewise.
4181         (abi-hard-ld-soname): Likewise.
4182         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
4183         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
4184         Remove variable.
4185         (abi-o32_hard-ld-soname): Likewise.
4186         (abi-o32_soft_2008-ld-soname): Likewise.
4187         (abi-o32_hard_2008-ld-soname): Likewise.
4188         (abi-n32_soft-ld-soname): Likewise.
4189         (abi-n32_hard-ld-soname): Likewise.
4190         (abi-n32_soft_2008-ld-soname): Likewise.
4191         (abi-n32_hard_2008-ld-soname): Likewise.
4192         (abi-n64_soft-ld-soname): Likewise.
4193         (abi-n64_hard-ld-soname): Likewise.
4194         (abi-n64_soft_2008-ld-soname): Likewise.
4195         (abi-n64_hard_2008-ld-soname): Likewise.
4196         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
4197         Likewise.
4198         (abi-64-v2-ld-soname): Likewise.
4199         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
4200         ld.so entries.
4201         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
4202         variable.
4203         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
4204         entry.
4205         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
4206         variable.
4207         (abi-64-ld-soname): Likewise.
4208         (abi-x32-ld-soname): Likewise.
4209         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
4210         entry.
4211         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4212
4213 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
4214
4215         [BZ #14138]
4216         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
4217         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
4218         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
4219         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
4220         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
4221         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
4222         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
4223         syscall entry for GLIBC_2.2 symbol version.
4224         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
4225         Likewise.
4226         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4227         (setrlimit): Likewise.
4228         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
4229         Likewise.
4230
4231 2014-09-23  Will Newton  <will.newton@linaro.org>
4232
4233         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
4234         _LINUX_ARM_SYSDEP_H include guard too.
4235         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
4236         define.
4237
4238 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
4239
4240         * sysdeps/unix/sysv/linux/eventfd.c:
4241         Make first argument unsigned.
4242         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
4243         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
4244
4245 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
4246
4247         * socket/recvmmsg.c (recvmmsg): Drop const argument.
4248         * socket/sys/socket.h: Likewise
4249         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
4250
4251 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4252
4253         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
4254
4255 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
4256
4257         * time/tst-ftime.c: New test.
4258         * time/Makefile (tests): Add tst-ftime.
4259
4260 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
4261
4262         * soft-fp/extended.h: Fix comment formatting.
4263         * soft-fp/op-1.h: Likewise.
4264         * soft-fp/op-2.h: Likewise.
4265         * soft-fp/op-4.h: Likewise.
4266         * soft-fp/op-8.h: Likewise.
4267         * soft-fp/op-common.h: Likewise.
4268         * soft-fp/soft-fp.h: Likewise.
4269
4270         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
4271
4272 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
4273
4274         [BZ #6652]
4275         * Makeconfig (soversions-default-setname): Remove variable.
4276         ($(common-objpfx)soversions.i): Don't pass default_setname to
4277         soversions.awk.
4278         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
4279         oldest_abi to abi-versions.awk.
4280         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
4281         * config.make.in (oldest-abi): Remove variable.
4282         * configure.ac (--enable-oldest-abi): Remove configure option.
4283         * configure: Regenerated.
4284         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
4285         text.
4286         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
4287         * scripts/soversions.awk: Do not handle default_setname variable.
4288         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
4289         variable.
4290         * sysdeps/mach/hurd/configure: Regenerated.
4291         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
4292         variable.
4293         * sysdeps/unix/sysv/linux/configure: Regenerated.
4294
4295 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4296
4297         * elf/Makefile (CFLAGS-interp.c): Remove.
4298         ($(elf-objpfx)runtime-linker.h): Generate header with linker
4299         path string.
4300         * elf/interp.c: Include generated runtime-linker.h
4301
4302         * Makerules (lib%.so): Don't include $(+interp) in
4303         prerequisites.
4304         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
4305         * dlfcn/eval.c: Remove file.
4306
4307         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
4308         macros.
4309
4310         [BZ #17266]
4311         * misc/sys/cdefs.h: Define __extern_always_inline for clang
4312         4.2 and newer.
4313
4314         [BZ #17370]
4315         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
4316
4317 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4318             Jakub Jelinek  <jakub@redhat.com>
4319
4320         [BZ #17266]
4321         * libio/stdio.h: Check definition of __fortify_function
4322         instead of __extern_always_inline to include bits/stdio2.h.
4323         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
4324         check if __extern_always_inline is defined.
4325         [__USE_MISC || __USE_XOPEN]: Likewise.
4326         [__USE_ISOC99] Likewise.
4327         * misc/sys/cdefs.h (__fortify_function): Define only if
4328         __extern_always_inline is defined.
4329         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
4330         __extern_always_inline and __extern_inline only for g++-4.3
4331         and newer or a compatible gcc.
4332
4333 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
4334
4335         [BZ #17371]
4336         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4337         last change to handle zero prefix length.
4338
4339 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
4340
4341         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
4342         _SC_REGEX_VERSION.
4343
4344         * posix/getconf.c (vars): Add _POSIX_IPV6 and
4345         _POSIX_RAW_SOCKETS.
4346
4347 2014-09-13  Allan McRae  <allan@archlinux.org>
4348
4349         * po/ru.po: Update Russian translation from translation project.
4350
4351 2014-09-12  Roland McGrath  <roland@hack.frob.com>
4352
4353         * locale/programs/locale.c (show_locale_vars): Inline local function
4354         into its sole call site.  Clean up some style nits.
4355         (print_item): New function, broken out of ...
4356         (show_info): ... local function here.  Clean up style nits.
4357
4358         * locale/programs/ld-ctype.c (set_one_default): New function, broken
4359         out of ...
4360         (set_class_defaults): ... local function set_default here.
4361         Define set_default as a macro locally to pass constant parameters.
4362         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
4363         rather than a shared local.
4364
4365         * stdlib/rpmatch.c (try): New function, broken out of ...
4366         (rpmatch): ... local function here.  Also, prototypify definition.
4367
4368 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
4369
4370         * scripts/soversions.awk: Do not handle configuration names.
4371         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
4372         vendor and os variables to soversions.awk.
4373         * configure.ac: Do not modify gnu-* host_os.
4374         * configure: Regenerated
4375         * shlib-versions: Remove first column with configuration names.
4376         * nptl/shlib-versions: Likewise.
4377         * nptl_db/shlib-versions: Likewise.
4378         * sysdeps/hppa/shlib-versions: Likewise.
4379         * sysdeps/m68k/shlib-versions: Likewise.
4380         * sysdeps/mach/hurd/shlib-versions: Likewise.
4381         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
4382         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
4383         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
4384         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
4385         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
4386         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
4387         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
4388         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
4389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4390         Likewise.
4391         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4392         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4393         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4394         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4395         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4396         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
4397         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4398         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4399
4400         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
4401         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
4402         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4403         Regenerated.
4404         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
4405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4406         Condition symbol version definitions on [HAVE_ELFV2_ABI].
4407
4408         * shlib-versions: Remove OS-specific entries.  Moved to files in
4409         sysdeps.
4410         * sysdeps/mach/hurd/shlib-versions: New file.
4411         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4412
4413         * nptl/shlib-versions: Remove architecture-specific entries.
4414         Moved to files in sysdeps.
4415         * shlib-versions: Likewise.
4416         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
4417         file.
4418         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4419         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4420         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4421         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4422
4423         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
4424         (UDP_NO_CHECK6_RX): Likewise.
4425
4426 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4427
4428         * sysdeps/posix/sysconf.c (__sysconf): Spell
4429         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
4430
4431 2014-08-12  Florian Weimer  <fweimer@redhat.com>
4432
4433         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
4434         loading.
4435         * iconv/Versions (__gconv_transliterate): Export for use from
4436         gconv modules.
4437         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
4438         (struct __gconv_trans_data, __gconv_trans_fct,
4439         __gconv_trans_context_fct, __gconv_trans_query_fct,
4440         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
4441         definitions.
4442         (struct __gconv_step_data): Remove __trans member.
4443         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
4444         longer hidden.  Remove unused trans_data argument.
4445         * iconv/gconv_int.h (struct trans_struct): Remove definition.
4446         (__gconv_translit_find): Remove declaration.
4447         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
4448         prototype.
4449         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
4450         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
4451         trans_data argument.  Add hidden definition.
4452         (__gconv_translit_find): Remove.
4453         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
4454         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
4455         * iconv/skeleton.c: Remove transliteration initialization.
4456         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
4457         __gconv_step_data initialization.
4458         * libio/iofwide.c (__libio_translit_): Remove.
4459         (_IO_fwide): Adjust struct __gconv_step_data initialization.
4460         * wcsmbs/btowc.c (__btowc): Likewise.
4461         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
4462         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4463         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
4464         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
4465         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
4466         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
4467         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
4468         * wcsmbs/wctob.c (wctob): Likewise.
4469
4470 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4471
4472         [BZ #16194]
4473         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
4474         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
4475         register usage.
4476         * sysdeps/x86/Makefile: Adjust.
4477
4478 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4479             Roland McGrath  <roland@hack.frob.com>
4480
4481         * locale/weight.h: Add include guard.
4482         (findidx): Make static rather than auto; take new parameters
4483         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
4484         * locale/weightwc.h: Likewise.
4485         * posix/fnmatch_loop.c
4486         (FCT): Change type of EXTRA from int32_t to wint_t.
4487         Don't include either header inside the function.
4488         Call FINDIDX rather than findidx, and pass new arguments.
4489         #undef FINDIDX at the end of the file.
4490         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
4491         FINDIDX before including fnmatch_loop.c for the non-wide version.
4492         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
4493         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
4494         for the wide version.
4495         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
4496         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
4497         Pass new arguments to findidx.
4498         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
4499         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
4500         Don't #include it inside the function.  Pass new arguments to findidx.
4501         * posix/regex_internal.h
4502         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
4503         (re_string_elem_size_at): Don't #include it inside the function.
4504         Pass new arguments to findidx.
4505         * string/strcoll_l.c: #include WEIGHT_H at top level.
4506         (get_next_seq): Don't #include it inside the function.
4507         Pass new arguments to findidx.
4508         (get_next_seq_nocache): Likewise.
4509         * string/strxfrm_l.c: #include WEIGHT_H at top level.
4510         (STRXFRM): Don't #include it inside the function.
4511         Pass new arguments to findidx.
4512
4513 2014-09-11  Florian Weimer  <fweimer@redhat.com>
4514
4515         [BZ #17344]
4516         * malloc/malloc.c (unlink): Turn asserts into a call to
4517         malloc_printerr.
4518
4519 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
4520
4521         [BZ #17370]
4522         * libio/wfileops (do_ftell_wide): Free OUT.
4523
4524 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
4525
4526         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
4527
4528 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4529
4530         [BZ #17363]
4531         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
4532         group if the current group is empty.
4533
4534 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4535
4536         * benchtests/bench-memset.c (test_main): Add more test from size
4537         from 32 to 512 bytes.
4538         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4539         Add POWER8 memset object.
4540         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4541         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
4542         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
4543         implementation.
4544         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
4545         Likewise.
4546         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
4547         multiarch POWER8 memset optimization.
4548         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
4549         POWER8 memset optimization.
4550
4551         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4552         Remove bzero multiarch objects.
4553         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
4554         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
4555         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
4556         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
4557         Remove define.
4558         [__bzero]: Redefine to specific name.
4559         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
4560         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
4561         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
4562         define.
4563         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4564         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4565
4566 2014-09-10  Florian Weimer  <fweimer@redhat.com>
4567
4568         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
4569         warnings into errors.
4570
4571         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
4572         __cxa_thread_atexit_impl prototype.
4573
4574 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4575
4576         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
4577         Fix capitalization of error message.
4578
4579 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4580
4581         * sysdeps/mips/preconfigure: Modify ABI tests.
4582
4583 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
4584
4585         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
4586
4587 2014-09-07  Roland McGrath  <roland@hack.frob.com>
4588             Carlos O'Donell  <carlos@systemhalted.org>
4589
4590         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
4591         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
4592         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
4593         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
4594         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
4595         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
4596         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
4597         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
4598         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
4599         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
4600         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
4601         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
4602         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
4603         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
4604         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
4605         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
4606         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
4607         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
4608         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
4609         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
4610         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
4611         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4612         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4613         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4614         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4615         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4616         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4617         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4618         Deconditionalize the code that was previously under [RESET_PID].
4619         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4620         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4621         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4622         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4623         include sysdep.h.
4624
4625 2014-09-08  Allan McRae  <allan@archlinux.org>
4626
4627         * version.h (RELEASE): Set to "development".
4628         (VERSION): Set to "2.20.90"
4629
4630 2014-09-07  Allan McRae  <allan@archlinux.org
4631
4632         * version.h (RELEASE): Set to "stable".
4633         (VERSION): Set to "2.20"
4634         * include/features.h (__GLIBC_MINOR__): Set to 20.
4635
4636         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4637         Liebler.
4638
4639         * po/ko.po: Update Korean translation from translation project.
4640
4641 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
4642
4643         [BZ #17354]
4644         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4645         macro for handling signed relocations.
4646
4647 2014-09-03  Florian Weimer  <fweimer@redhat.com>
4648
4649         [BZ #17325]
4650         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4651         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4652         assert.
4653         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4654         * iconvdata/ibm935.c (BODY): Likewise.
4655         * iconvdata/ibm937.c (BODY): Likewise.
4656         * iconvdata/ibm939.c (BODY): Likewise.
4657         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4658         assert.
4659         * iconvdata/Makefile (iconv-test.out): Pass module list to test
4660         script.
4661         * iconvdata/run-iconv-test.sh: New test loop for checking for
4662         decoder crashers.
4663
4664 2014-09-02  Khem Raj  <raj.khem@gmail.com>
4665
4666         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4667         libm_hidden_ver.
4668
4669 2014-09-01  Allan McRae  <allan@archlinux.org>
4670
4671         * po/eo.po: Update Esperanto translation from translation project.
4672
4673         * po/ca.po: Update Catalan translation from translation project.
4674
4675 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4676
4677         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4678         __proc_dostop call.
4679
4680 2014-08-27  Mark Wielaard  <mjw@redhat.com>
4681
4682         [BZ #17319]
4683         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4684         to call set_thread_area instead of hand written asm.
4685         (__NR_set_thread_area): Removed define.
4686         (TLS_FLAG_WRITABLE): Likewise.
4687         (__ASSUME_SET_THREAD_AREA): Remove check.
4688         (TLS_EBX_ARG): Remove define.
4689         (TLS_LOAD_EBX): Likewise.
4690
4691 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4692
4693         Simplify atomicity of socket creation in bind.
4694
4695         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4696         looking up the name after linking the file.
4697
4698 2014-08-27  Allan McRae  <allan@archlinux.org>
4699
4700         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4701
4702 2014-08-26  Florian Weimer  <fweimer@redhat.com>
4703
4704         [BZ #17187]
4705         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4706         trans_compare, open_translit, __gconv_translit_find):
4707         Remove module loading code.
4708
4709 2014-08-26  Allan McRae  <allan@archlinux.org>
4710
4711         * po/vi.po: Update Vietnamese translation from translation project.
4712
4713         * po/uk.po: Update Ukrainian translation from translation project.
4714
4715         * po/fr.po: Update French translation from translation project.
4716
4717         * po/ru.po: Update Russian translation from translation project.
4718
4719         * po/pl.po: Update Polish translation from translation project.
4720
4721         * po/cs.po: Update Czech translation from translation project.
4722
4723         * po/de.po: Update German translation from translation project.
4724
4725         * po/bg.po: Update Bulgarian translation from translation project.
4726
4727         * po/sv.po: Update Sweedish translation from translation project.
4728
4729         * po/nl.po: Update Dutch translation from translation project.
4730
4731         * po/es.po: Update Spanish translation from translation project.
4732
4733 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4734
4735         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4736
4737         * catgets/Makefile (CPPFLAGS-gencat): Remove.
4738         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4739         (CPPFLAGS-iconvconfig): Likewise.
4740         * timezone/Makefile (CPPFLAGS-zic): Likewise.
4741
4742         * include/libc-symbols.h: Remove unnecessary check for
4743         NOT_IN_libc.
4744         * nptl/pthreadP.h: Likewise.
4745         * sysdeps/aarch64/setjmp.S: Likewise.
4746         * sysdeps/alpha/setjmp.S: Likewise.
4747         * sysdeps/arm/sysdep.h: Likewise.
4748         * sysdeps/i386/setjmp.S: Likewise.
4749         * sysdeps/m68k/setjmp.c: Likewise.
4750         * sysdeps/posix/getcwd.c: Likewise.
4751         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4752         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4753         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4754         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4755         * sysdeps/sh/sh3/setjmp.S: Likewise.
4756         * sysdeps/sh/sh4/setjmp.S: Likewise.
4757         * sysdeps/unix/alpha/sysdep.h: Likewise.
4758         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4759         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4760         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4761         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4762         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4763         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4764         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4765         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4766         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4767         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4768         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4769         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4770         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4771         * sysdeps/x86_64/setjmp.S: Likewise.
4772
4773 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
4774
4775         [BZ #17263]
4776         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4777         <stdint.h>.
4778         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4779         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4780
4781 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
4782
4783         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4784
4785         [BZ #17262]
4786         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4787         and __x86_64__ when disabling x87 inline functions.
4788
4789 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
4790
4791         [BZ #17259]
4792         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4793         asm statement with __cpuid_count.
4794
4795 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
4796
4797         * configure.ac: Change __ehdr_start code to dereference the struct.
4798         Run readelf on the output to look for relocations.
4799         * configure: Regenerated.
4800
4801 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
4802
4803         [BZ #17261]
4804         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4805         value to 0.
4806         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4807
4808 2014-08-12  Roland McGrath  <roland@hack.frob.com>
4809
4810         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4811
4812 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
4813
4814         [BZ #16892]
4815         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4816         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4817
4818 2014-08-12  Sean Anderson  <seanga2@gmail.com>
4819
4820         * malloc/malloc.c: Fix typo in comment.
4821
4822 2014-08-09  Allan McRae  <allan@archlinux.org>
4823
4824         * Regenerate libc.po.
4825
4826 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
4827
4828         * intl/tst-gettext2.sh: Check every lang file for creation.
4829
4830 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4831
4832         * sysdeps/aarch64/fpu/math_private.h
4833         (libc_feholdsetround_noex_aarch64_ctx): New function.
4834
4835 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4836
4837         * sysdeps/arm/armv6/strcpy.S (strcpy):
4838         Fix performance issue in misaligned cases.
4839
4840 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4841
4842         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4843         Move definition from termios.h.
4844         (struct termio): Likewise.
4845         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4846         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4847         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4848         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4849         Likewise.
4850         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4851         Move definition to ioctl-types.h
4852         (struct termio): Likewise.
4853         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4854         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4855         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4856         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4857         Likewise.
4858
4859 2014-08-05  Richard Henderson  <rth@redhat.com>
4860
4861         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4862         exceptions.
4863         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4864         Add fraiseexcpt.
4865         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4866         Use __feraiseexcept.
4867         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4868         Protect libm symbols with IS_IN_libm.
4869
4870         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4871
4872 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
4873
4874         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4875
4876 2014-08-04  Will Newton  <will.newton@linaro.org>
4877
4878         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4879         file.
4880
4881 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
4882
4883         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4884         variants for each function.
4885
4886 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4887
4888         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4889         appended ...
4890         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4891         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4892         appended ...
4893         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4894         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4895         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4896         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4897         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4898         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4899         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4900         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4901         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4902         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4903         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4904         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4905         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4906         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4907         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4908         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4909         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4910         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4911         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4912         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4913         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4914         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4915         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4916         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4917         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4918         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4919         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4920         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4921         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4922         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4923         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4924         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4925         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4926         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4927         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4928         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4929         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4930         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4931         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4932         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4933         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4934         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4935         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4936         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4937         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4938         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4939         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4940         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4941         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4942         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4943         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4944         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4945         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4946         Update #include.
4947         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4948         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4949
4950 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4951
4952         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4953         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4954         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4955         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4956         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4957         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4958
4959 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4960
4961         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4962         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4963         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4964         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4965
4966 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4967
4968         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4969         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4970         (__libc_vfork): Define function under this name.
4971         (__vfork): Define as an alias.
4972         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4973         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4974
4975 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4976
4977         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4978         that was previously under [RESET_PID].
4979         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4980
4981 2014-08-04  Andreas Schwab  <schwab@suse.de>
4982
4983         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4984
4985 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
4986
4987         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
4988         (main): Likewise.
4989
4990 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4991
4992         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4993
4994 2014-08-01  Richard Henderon  <rth@redhat.com>
4995
4996         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
4997         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
4998         typo in exact zero test.
4999         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
5000         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
5001         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
5002
5003 2014-08-01  Roland McGrath  <roland@hack.frob.com>
5004
5005         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
5006         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
5007         * sysdeps/arm/sysdep.h: ... here.
5008         [!__ASSEMBLER__]: Include <stdint.h>.
5009
5010 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5011
5012         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
5013         (HAVE_WCTYPE_H): Likewise.
5014         (HAVE_ISWCTYPE): Likewise.
5015         (ENABLE_NLS): Likewise.
5016         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
5017         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
5018
5019         * posix/regex_internal.c: Check if DEBUG is defined and is
5020         set.
5021
5022         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
5023         (HAVE_MBSRTOWCS): Likewise.
5024         * posix/fnmatch.c: Include string.h unconditionally.
5025
5026 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5027
5028         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
5029         reversal.
5030
5031 2014-07-31  Roland McGrath  <roland@hack.frob.com>
5032
5033         * sysdeps/generic/safe-fatal.h: New file.
5034         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
5035         * nptl/forward.c: Include it.
5036         (__pthread_unwind): Use __safe_fatal as default action, rather
5037         than a bogus use of INTERNAL_SYSCALL that could never work.
5038
5039         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
5040         * configure.ac (libc_cv_builtin_trap): New test.
5041         * configure: Regenerated.
5042         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
5043         (ABORT_INSTRUCTION): Define using __builtin_trap.
5044
5045         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
5046         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
5047         * sysdeps/nptl/nptl-signals.h: New file.
5048         * nptl/pthreadP.h: Include <nptl-signals.h>.
5049
5050 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
5051
5052         * sysdeps/s390/s390-64/utf16-utf32-z9.c
5053         (ONE_DIRECTION): Define.
5054         * sysdeps/s390/s390-64/utf8-utf16-z9.c
5055         (ONE_DIRECTION): Define.
5056         * sysdeps/s390/s390-64/utf8-utf32-z9.c
5057         (ONE_DIRECTION): Define.
5058
5059 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
5060
5061         * sysdeps/s390/Makefile: Delete file.
5062         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
5063         * sysdeps/s390/__longjmp.c: Delete file.
5064         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
5065         Remove fields __flags and __reserved.
5066         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
5067         and add versioning.
5068         * sysdeps/s390/rtld-__longjmp.c: Delete file.
5069         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
5070         * sysdeps/s390/rtld-setjmp.S: Likewise.
5071         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
5072         * sysdeps/s390/s390-32/__longjmp.c: ... here.
5073         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
5074         * sysdeps/s390/s390-32/setjmp.S: ... here.
5075         Add versioning.
5076         (__sigsetjmp): Remove setting __flags field.
5077         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
5078         * sysdeps/s390/s390-64/__longjmp.c: ... here.
5079         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
5080         * sysdeps/s390/s390-64/setjmp.S: ... here.
5081         Add versioning.
5082         (__sigsetjmp): Remove setting __flags field.
5083         * sysdeps/s390/setjmp.S: Delete file.
5084         * sysdeps/s390/sigjmp.c: Likewise.
5085         * sysdeps/s390/v1-longjmp.c: Likewise.
5086         * sysdeps/s390/v1-setjmp.h: Likewise.
5087         * sysdeps/s390/v1-sigjmp.c: Likewise.
5088         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
5089         Remove v1-longjmp_chk.
5090         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
5091         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
5092         Include debug/longjmp_chk.c and add versioning.
5093         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
5094         Include nptl/pt-longjmp.c and add versioning.
5095         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
5096         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
5097         Include __longjmp.c.
5098         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
5099         Move to ...
5100         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
5101         (__getcontext): Remove setting __flags field.
5102         Add versioning.
5103         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
5104         Don't restore upper high grps.
5105         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
5106         Likewise.
5107         (__swapcontext): Remove setting uc_flags field.
5108         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
5109         Delete file.
5110         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
5111         Include __longjmp.c.
5112         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
5113         Move to ...
5114         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
5115         (__getcontext): Remove setting __flags field.
5116         Add versioning.
5117         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
5118         (__swapcontext): Remove setting uc_flags field.
5119         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
5120         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
5121         Remove fields uc_high_gprs and __reserved.
5122         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
5123         New file with reverted content.
5124         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
5125         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
5126         Regenerated.
5127         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
5128         Regenerated.
5129
5130 2014-07-31  Andreas Schwab  <schwab@suse.de>
5131
5132         * config.h.in (HAVE_IFUNC): Define to 0.
5133         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
5134         definedness.
5135
5136 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
5137
5138         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5139         memmove-avx-unaligned, memcpy-avx-unaligned and
5140         mempcpy-avx-unaligned.
5141         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5142         Add tests for AVX memcpy functions.
5143         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
5144         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
5145         memcpy_chk.
5146         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
5147         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
5148         memmove_chk.
5149         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
5150         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
5151         mempcpy_chk.
5152         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
5153         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
5154         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
5155
5156 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5157
5158         [BZ #17213]
5159         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
5160         powerpc64le.
5161
5162 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
5163
5164         [BZ #16839]
5165         * manual/llio.texi: Add section about open file description locks.
5166         * manual/examples/ofdlocks.c: Example of open file description
5167         lock usage.
5168         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
5169         F_OFD_SETLK, and F_OFD_SETLKW.
5170
5171 2014-07-23  Allan McRae  <allan@archlinux.org>
5172
5173         * po/es.po: Update Spanish translation from translation project.
5174
5175 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
5176
5177         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
5178
5179 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
5180
5181         [BZ #17078]
5182         * sysdeps/arm/dl-machine.h (elf_machine_rela)
5183         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
5184         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
5185
5186 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
5187
5188         [BZ #17088]
5189         * math/fesetenv.c (__fesetenv)
5190         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
5191         * math/feupdateenv.c (__feupdateenv)
5192         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
5193
5194         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
5195         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
5196         (__ASSUME_SOCKETCALL): Do not define.
5197
5198         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
5199         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
5200         (__ASSUME_SOCKETCALL): Do not define.
5201         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
5202         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5203         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5204         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5205         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5206         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
5207         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5208         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5209
5210         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
5211         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
5212         (__ASSUME_SOCKETCALL): Do not define.
5213         (__ASSUME_IPC64): Define unconditionally.
5214         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5215         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5216         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5217         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5218         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
5219         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5220         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
5221         Likewise.
5222
5223         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
5224         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
5225         (__ASSUME_SOCKETCALL): Do not define.
5226         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
5227         (__ASSUME_FUTEX_LOCK_PI): Likewise.
5228         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5229         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
5230         (__ASSUME_REQUEUE_PI): Define unconditionally.
5231         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
5232         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
5233         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5234         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
5235         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5236         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5237
5238         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
5239         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
5240         (__ASSUME_SOCKETCALL): Do not define.
5241         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
5242         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5243         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5244         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
5245         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5246         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5247
5248         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
5249         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
5250         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5251         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
5252         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5253         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
5254         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5255         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
5256         (__ASSUME_GETCPU_SYSCALL): Likewise.
5257
5258         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
5259         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
5260         cases for individual architectures.
5261         * sysdeps/gnu/configure: Regenerated.
5262         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
5263         LIBC_SLIBDIR_RTLDDIR.
5264         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
5265         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
5266         LIBC_SLIBDIR_RTLDDIR.
5267         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
5268         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
5269         LIBC_SLIBDIR_RTLDDIR.
5270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
5271         Regenerated.
5272         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
5273         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
5274         file.
5275         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
5276         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
5277         file.
5278         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
5279         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
5280         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
5281         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
5282
5283         * sysdeps/aarch64/shlib-versions: Move to ...
5284         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
5285         * sysdeps/alpha/shlib-versions: Move to ...
5286         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
5287         * sysdeps/arm/shlib-versions: Move to ...
5288         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
5289         * sysdeps/hppa/shlib-versions: Move all contents except for
5290         libgcc_s entry to ...
5291         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
5292         entry from ...
5293         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
5294         * sysdeps/ia64/shlib-versions: Move to ...
5295         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
5296         entry from ...
5297         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
5298         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
5299         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
5300         * sysdeps/microblaze/shlib-versions: Move to ...
5301         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
5302         * sysdeps/mips/shlib-versions: Move to ...
5303         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
5304         entry from ...
5305         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
5306         * sysdeps/tile/shlib-versions: Move to ...
5307         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
5308         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
5309         from ...
5310         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
5311         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
5312         entry from ...
5313         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
5314
5315 2014-07-17  Will Newton  <will.newton@linaro.org>
5316
5317         * sysdeps/arm/bits/atomic.h
5318         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
5319         (__arch_compare_and_exchange_bool_16_int): Likewise.
5320         (__arch_compare_and_exchange_bool_64_int): Likewise.
5321
5322         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
5323         into an #else block.
5324
5325 2014-07-16  Roland McGrath  <roland@hack.frob.com>
5326
5327         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
5328         just Linux configurations.  Test empirically that the compiler sets
5329         __ARM_EABI__, rather than using the tuple to decide.
5330         * sysdeps/arm/preconfigure: Regenerated.
5331         * sysdeps/unix/sysv/linux/arm/configure: File removed.
5332         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
5333         contents appended ...
5334         * sysdeps/arm/configure.ac: ... here.
5335         * sysdeps/arm/configure: Regenerated.
5336
5337 2014-07-15  Roland McGrath  <roland@hack.frob.com>
5338
5339         * nptl/pthread_kill.c: New file.
5340         * nptl/pthread_sigmask.c: New file.
5341         * nptl/pthread_sigqueue.c: New file.
5342
5343         * sysdeps/nptl/lowlevellock.h: New file.
5344         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
5345         * sysdeps/nptl/lowlevellock-futex.h: New file.
5346
5347         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
5348         Remove dead declarations.
5349
5350 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
5351
5352         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
5353         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
5354         config-cflags-avx2.
5355         * sysdeps/x86_64/configure.ac: Likewise.
5356         * sysdeps/i386/configure: Regenerated.
5357         * sysdeps/x86_64/configure: Likewise.
5358         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5359         memset-avx2 only if config-cflags-avx2 is yes.
5360         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5361         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
5362         defined.
5363         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
5364         only if HAVE_AVX2_SUPPORT is defined.
5365         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5366
5367 2014-07-14  Alan Modra  <amodra@gmail.com>
5368
5369         [BZ #17153]
5370         * elf/elf.h (DT_PPC64_NUM): Correct value.
5371         * NEWS: Add to fixed bug list.
5372
5373 2014-07-13  Jim Meyering  <meyering@fb.com>
5374
5375         [BZ 17150]
5376         regex: don't deref NULL upon heap allocation failure
5377         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
5378         failure in one more place.
5379         To trigger the segfault, configure grep -with-included-regex,
5380         build it, and run these commands:
5381         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
5382
5383 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
5384
5385         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5386
5387 2014-07-11  Richard Henderson  <rth@redhat.com>
5388
5389         * sysdeps/aarch64/libm-test-ulps: Update.
5390
5391 2014-07-10  Florian Weimer  <fweimer@redhat.com>
5392
5393         [BZ #17135]
5394         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
5395         * nptl/allocatestack.c (__nptl_setxid_error): New function.
5396         (__nptl_setxid): Initialize error member.  Call
5397         __nptl_setxid_error.
5398         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
5399         * nptl/descr.h (struct xid_command): Add error member.
5400         * nptl/tst-setuid3.c: New file.
5401         * nptl/Makefile (tests): Add it.
5402
5403 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5404
5405         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
5406         New define.
5407         (__lll_trylock): Use __lll_base_trylock.
5408         (__lll_cond_trylock): Likewise.
5409
5410 2014-07-10  Roland McGrath  <roland@hack.frob.com>
5411
5412         * nptl/pthread_create.c (start_thread): Use atomic_or and
5413         lll_futex_wake directly rather than lll_robust_dead.
5414         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5415         (lll_robust_dead): Macro removed.
5416         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
5417         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5418         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5419         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5420         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5421         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5422         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5423         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5424         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5425         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5426         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5427         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5428         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5429         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5430         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5431
5432         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
5433         Use atomic_compare_and_exchange_val_acq directly rather than
5434         lll_robust_trylock.
5435         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5436         (__lll_robust_trylock, lll_robust_trylock): Removed.
5437         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5438         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5439         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5440         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5441         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5442         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5443         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5444         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5445         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5446         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5447         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5448         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5449         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5450         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5451
5452 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5453
5454         * manual/locale.texi (Locale Names): New section documenting
5455         locale name syntax.  Adjust menu and node chaining accordingly.
5456         (Choosing Locale): Reference Locale Names, Locale Categories.
5457         Mention setting LC_ALL=C.  Reflect that name syntax is now
5458         documented.
5459         (Locale Categories): New section title.  Reference Locale Names.
5460         LC_ALL is an environment variable, but not a category.
5461         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
5462         description, now in Locale Name.  Reference that section.  Locale
5463         name syntax is now documented.
5464
5465 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5466
5467         [BZ #17137]
5468         * locale/findlocale.c (name_present, valid_locale_name): New
5469         functions.
5470         (_nl_find_locale): Use the loc_name variable to store name
5471         candidates.  Call name_present and valid_locale_name to check and
5472         validate locale names.  Return an error if the locale is invalid.
5473
5474 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5475
5476         * locale/setlocale.c (setlocale): Use strdup for allocating
5477         composite name copy.
5478
5479 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5480
5481         Sync up with gnulib.
5482         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
5483         [!_LIBC && ENABLE_NLS]: Include gettext.h.
5484         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
5485         and _GL_ARG_NONNULL.
5486         [USE_UNLOCKED_IO]: Include unlocked-io.h.
5487         [!_LIBC]: Include code for Windows and Cygwin.
5488         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
5489         Include prototype for int strerror_r.
5490         [!_LIBC] (is_open): New function.
5491         (flush_stdout): New function.
5492         (print_errno_message): Use it.
5493         (error): Likewise.
5494         (error_at_line): Likewise.
5495         (error_tail) Add function attribute macros.  Use
5496         __builtin_expect.
5497
5498         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
5499
5500         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
5501
5502         * io/ftw.c: Include sys/param.h unconditionally.
5503
5504         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
5505
5506         [BZ #17125]
5507         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
5508         libc_freeres_ptr.
5509         (freecache): New function to free CACHE on exit.
5510
5511         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
5512         initialization.
5513
5514 2014-07-09  David S. Miller  <davem@davemloft.net>
5515
5516         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5517
5518         * sysdeps/sparc/nptl/internaltypes.h: Delete.
5519         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
5520         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
5521         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
5522         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
5523         * sysdeps/sparc/nptl/sem_init.c: Likewise.
5524         * sysdeps/sparc/nptl/sem_post.c: Likewise.
5525         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
5526         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
5527         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
5528         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
5529         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
5530         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
5531
5532 2014-07-09  Andreas Schwab  <schwab@suse.de>
5533
5534         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
5535         output.
5536         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
5537         (do_test): Likewise.
5538
5539         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5540
5541 2014-07-09  Will Newton  <will.newton@linaro.org>
5542
5543         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
5544         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
5545         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
5546         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
5547         * sysdeps/hppa/start.S (_start): Likewise.
5548
5549 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
5550
5551         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
5552
5553         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
5554         defined.
5555
5556 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5557
5558         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
5559         after checking that it is non-NULL.
5560
5561         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
5562
5563 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5564
5565         * sysdeps/powerpc/memmove.c: Remove file.
5566         * sysdeps/powerpc/powerpc32/power4/memcopy.h
5567         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
5568         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5569         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
5570         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
5571         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
5572         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
5573         string memmove instead of removed powerpc one.
5574
5575         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
5576         [weak_alias]: Fix compiler warning due trailing data.
5577         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
5578         [weak_alias]: Likewise.
5579         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
5580         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
5581
5582         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
5583         (__libc_ifunc_impl_list): Add memmove functions.
5584
5585 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5586
5587         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
5588         Remove code.
5589         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
5590         Likewise
5591         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
5592         Likewise
5593         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
5594         Likewise
5595         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
5596         Likewise
5597         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
5598         Likewise
5599         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
5600         Likewise
5601         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
5602         Likewise
5603         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
5604         Likewise
5605         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
5606         Likewise
5607         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
5608         Likewise
5609         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
5610         Likewise
5611         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5612         Likewise
5613         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5614         Likewise
5615         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5616         Likewise
5617         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5618         Likewise
5619         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5620         Likewise
5621
5622 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5623
5624         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5625         to avoid alignment traps in non-cacheable memory.
5626         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5627
5628         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5629         multiarch objects.
5630         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5631         file: multiarch power7 memmove.
5632         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5633         multiarch default memmove.
5634         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5635         multiarch memove for powerpc32/power4.
5636
5637         * string/bcopy.c: Use full path to include memmove.c.
5638         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5639         multiarch objects.
5640         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5641         bcopy for powerpc64.
5642         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5643         bcopy for powerpc64.
5644         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5645         and memmove implementations.
5646         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5647         optimized multiarch memmove for POWER7/powerpc64.
5648         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5649         default multiarch memmove for powerpc64.
5650         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5651         multiarch for powerpc64.
5652         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5653         for POWER7/powerpc64.
5654         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5655         memmove for POWER7/powerpc64.
5656
5657         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5658         glibc default one.
5659
5660         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5661         __ELF_NATIVE_CLASS equal to 64.
5662
5663 2014-07-07  Roland McGrath  <roland@hack.frob.com>
5664
5665         * sysdeps/nptl/lowlevellock.h: File removed.
5666
5667         * NEWS: NPTL is no longer an add-on!
5668         * nptl/internaltypes.h: Moved ...
5669         * sysdeps/nptl/internaltypes.h: ... here.
5670         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5671         * sysdeps/nptl/fork.c: Likewise.
5672         * sysdeps/nptl/gai_misc.h: Likewise.
5673         * sysdeps/nptl/librt-cancellation.c: Likewise.
5674         * sysdeps/nptl/jmp-unwind.c: Likewise.
5675         * sysdeps/nptl/setxid.h: Likewise.
5676         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5677         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5678         * sysdeps/unix/sysv/linux/arm/Implies: New file.
5679         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5680         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5681         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5682         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5683         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5684         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5685         * sysdeps/unix/sysv/linux/mips/Implies: New file.
5686         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5687         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5688         * sysdeps/unix/sysv/linux/sh/Implies: New file.
5689         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5690         * sysdeps/unix/sysv/linux/tile/Implies: New file.
5691         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5692         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5693         * nptl/Makeconfig: Moved ...
5694         * sysdeps/nptl/Makeconfig: ... here.
5695         * nptl/configure: File removed.
5696         * nptl/ANNOUNCE: File removed.
5697         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5698         * sysdeps/unix/sysv/linux/configure: Regenerated.
5699
5700         * nptl/Makefile (routines): Add libc_pthread_init,
5701         libc_multiple_threads, register-atfork and unregister-atfork.
5702         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5703         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5704         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5705         pthread-pi-defines.sym, structsem.sym.
5706         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5707         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5708         [$(subdir) = nptl] (tests): Add tst-setgetname.
5709         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5710         * sysdeps/unix/sysv/linux/sigaction.c: Just include
5711         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5712         [!LIBC_SIGACTION]: Remove aliases.
5713         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5714         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5715         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5716         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5717         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5718         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5719         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5720         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5721         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5722         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5723         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5724         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5725         __libc_allocate_rtsig_private.
5726         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5727         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5728         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5729         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5730         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5731         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5732         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5733         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5734         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5735         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5736         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5737         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5738         * nptl/internaltypes.h: ... here.
5739         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5740         * sysdeps/nptl/jmp-unwind.c: ... here.
5741         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5742         * nptl/libc-lowlevellock.c: ... here.
5743         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5744         * nptl/libc_multiple_threads.c: ... here.
5745         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5746         * nptl/libc_pthread_init.c: ... here.
5747         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5748         * nptl/lowlevelbarrier.sym: ... here.
5749         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5750         * nptl/lowlevelcond.sym: ... here.
5751         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5752         * nptl/lowlevellock.c: ... here.
5753         * nptl/lowlevellock.h: Moved ...
5754         * sysdeps/nptl/lowlevellock.h: ... here.
5755         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5756         * nptl/lowlevelrobustlock.c: ... here.
5757         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5758         * nptl/lowlevelrobustlock.sym: ... here.
5759         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5760         * nptl/lowlevelrwlock.sym: ... here.
5761         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5762         * nptl/pt-fork.c: ... here.
5763         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5764         * nptl/pthread-pi-defines.sym: ... here.
5765         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5766         * nptl/pthread_attr_getaffinity.c: ... here.
5767         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5768         * nptl/pthread_attr_setaffinity.c: ... here.
5769         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5770         * nptl/pthread_mutex_cond_lock.c: ... here.
5771         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5772         Update #include.
5773         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5774         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5775         * nptl/pthread_once.c: ... here, replacing old file.
5776         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5777         * nptl/pthread_yield.c: ... here.
5778         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5779         * nptl/register-atfork.c: ... here.
5780         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5781         * nptl/sem_post.c: ... here.
5782         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5783         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5784         * nptl/sem_timedwait.c: ... here.
5785         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5786         * nptl/sem_trywait.c: ... here.
5787         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5788         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5789         * nptl/sem_wait.c: ... here.
5790         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5791         * nptl/structsem.sym: ... here.
5792         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5793         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5794         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5795         * nptl/unregister-atfork.c: ... here.
5796         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5797         * nptl/unwindbuf.sym: ... here.
5798         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5799         * sysdeps/nptl/fork.c: ... here.
5800         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5801         * sysdeps/nptl/fork.h: ... here.
5802         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5803         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5804         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5805         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5806         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5807         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5808         * sysdeps/unix/sysv/linux/getpid.c: ... here.
5809         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5810         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5811         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5812         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5813         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5814         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5815         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5816         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5817         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5818         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5819         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5820         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5821         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5822         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5823         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5824         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5825         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5826         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5827         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5828         * sysdeps/unix/sysv/linux/raise.c: ... here.
5829         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5830         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5831         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5832         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5833         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5834         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5835         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5836         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5837         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5838         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5839         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5840         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5841         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5842         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5843         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5844
5845 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5846
5847         * sysdeps/generic/memcopy.h: Add comment for
5848         MEMCPY_OK_FOR_FWD_MEMMOVE.
5849
5850 2014-07-04  Will Newton  <will.newton@linaro.org>
5851
5852         * string/memchr.c: Merge from gnulib.
5853         [_LIBC]: Remove conditionals.
5854         (__ptr_t): Remove define.
5855         (LONG_MAX_32_BITS): Likewise.
5856         (LONG_MAX): Likewise.
5857         (MEMCHR): Use ANSI prototype and optimize algorithm.
5858
5859         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5860
5861 2014-07-03  Roland McGrath  <roland@hack.frob.com>
5862
5863         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5864         (lll_futex_timed_wait_bitset): Fix syscall argument count.
5865
5866         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5867         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5868         in a bare environment with no <stdlib.h> installed.
5869         * sysdeps/nptl/configure: Regenerated.
5870
5871         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5872
5873         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5874         AC_EGREP_CPP for kernel header checks, so they only succeed if
5875         including <linux/version.h> actually works right.
5876         * sysdeps/unix/sysv/linux/configure: Regenerated.
5877
5878         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5879         value so it's not diagnosed as unused.
5880
5881         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5882         thing) with "ifeq ($(subdir),rt)".
5883
5884 2014-07-03  Richard Henderson  <rth@redhat.com>
5885
5886         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5887         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5888         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5889
5890         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5891         (math_force_eval): New.
5892
5893         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5894         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5895
5896         * sysdeps/alpha/fpu/s_round.c: Remove file.
5897         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5898
5899         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5900         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5901         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5902         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5903         (_dl_start, print_statistics): Likewise.
5904         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5905         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5906
5907         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5908         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5909         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5910         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5911         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5912         (HP_SMALL_TIMING_AVAIL): Define.
5913         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5914         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5915         (HP_SMALL_TIMING_AVAIL): Define.
5916         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5917         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5918
5919         * sysdeps/aarch64/hp-timing.h: New file.
5920
5921         * sysdeps/generic/hp-timing.h: Remove dead comment.
5922         * sysdeps/generic/hp-timing-common.h: New file.
5923         * sysdeps/alpha/hp-timing.h: Include it.
5924         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5925         * sysdeps/i386/i686/hp-timing.h: Likewise.
5926         * sysdeps/ia64/hp-timing.h: Likewise.
5927         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5928         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5929         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5930         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5931         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5932         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5933         (hp_timing_t): New.
5934
5935         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5936         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5937         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5938         * elf/rtld.c (_dl_start_final): Likewise.
5939         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5940         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5941         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5942         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5943         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5944         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5945         (HP_TIMING_DIFF_INIT): Remove.
5946         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5947         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5948         (HP_TIMING_DIFF_INIT): Remove.
5949         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5950         * sysdeps/i386/i686/hp-timing.c: Remove file.
5951         * sysdeps/x86_64/hp-timing.c: Remove file.
5952         * sysdeps/ia64/hp-timing.c: Remove file.
5953         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5954         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5955         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5956         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5957
5958         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5959         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5960         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5961         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5962         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5963         (HP_TIMING_ACCUM): Remove.
5964         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5965         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5966         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5967
5968         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5969         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5970         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5971         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5972         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5973         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5974         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5975         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5976
5977         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5978
5979 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
5980
5981         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5982
5983 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5984
5985         Sync up with gettext.
5986         * intl/loadmsgcat.c: Define O_BINARY if not defined.
5987         [_MSC_VER]: Include malloc.h
5988         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
5989         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
5990         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
5991         TEMP_FAILURE_RETRY.  Cast return of alloca.
5992         [!_LIBC] Call gl_rwlock_init.
5993         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
5994
5995 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5996
5997         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
5998         before checking its value.
5999
6000 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6001
6002         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
6003
6004         * debug/memcpy_chk.c: Don't include pagecopy.h.
6005         * debug/mempcpy_chk.c: Likewise.
6006         * string/memcpy.c: Likewise.
6007         * string/memmove.c: Likewise.
6008         * sysdeps/powerpc/memmove.c: Likewise.
6009         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
6010         definition of PAGE_COPY_FWD_MAYBE here...
6011         * sysdeps/generic/pagecopy.h: ... from here.
6012         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
6013
6014 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
6015             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6016
6017         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
6018         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
6019         optimizations.
6020         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
6021         (__libc_ifunc_impl_list): Likewise.
6022         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
6023         multiarch strcat for PPC64.
6024         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
6025         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
6026
6027 2014-07-02  Roland McGrath  <roland@hack.frob.com>
6028
6029         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
6030
6031 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6032
6033         * intl/loadmsgcat.c: Remove declaration of
6034         get_sysdep_segment_value.
6035         (get_sysdep_segment_value): Use ISO C style.
6036         (_nl_load_domain): Use ISO C style.  Get rid of redundant
6037         semicolon.  Fix typo and formatting in comment.
6038         (_nl_unload_domain): Use ISO C style.
6039
6040         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
6041
6042 2014-07-02  Will Newton  <will.newton@linaro.org>
6043
6044         * malloc/obstack.c: Merge from gnulib master.
6045         [HAVE_CONFIG_H]: Remove conditional code.
6046         [!_LIBC]: Include config.h.
6047         [!ELIDE_CODE]: Don't include inttypes.h, include
6048         stdint.h unconditionally.
6049         (print_and_abort): Mark as _Noreturn.
6050         (_obstack_allocated_p): Mark as __attribute_pure__.
6051         (obstack_free): Rename to __obstack_free.
6052         [!__attribute__]: Remove conditional code.
6053         * malloc/obstack.h: Merge from gnulib master.
6054         [__cplusplus]: Move conditional down.
6055         [!__attribute_pure__]: Define __attribute_pure__ here
6056         if it is not already defined.
6057         (_obstack_memory_used): Mark as __attribute_pure__.
6058         [!__obstack_free]: Define as obstack_free.
6059         [__GNUC__]: Remove check for ancient NeXT gcc.
6060
6061 2014-07-02  Will Newton  <will.newton@linaro.org>
6062             Paul Eggert  <eggert@cs.ucla.edu>
6063
6064         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
6065
6066 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6067
6068         * resolv/gethnamaddr.c: Add comment warning that the file is
6069         not maintained.
6070
6071 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
6072
6073         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
6074         entries.
6075
6076         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
6077         entry for aio_cancel and aio_cancel64.
6078         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
6079         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
6080         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
6081         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
6082         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
6083         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
6084         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
6085         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
6086         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
6087         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
6088         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
6089         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
6090         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
6091
6092 2014-07-01  Roland McGrath  <roland@hack.frob.com>
6093
6094         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
6095         * nptl/pthread_mutex_lock.c: Likewise.
6096         * nptl/pthread_mutex_timedlock.c: Likewise.
6097         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
6098
6099 2014-07-01  Richard henderson  <rth@redhat.com>
6100
6101         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
6102         (__isnan, __isnanl): Remove.
6103         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
6104
6105         * sysdeps/alpha/fpu/libm-test-ulps: Update.
6106
6107 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
6108
6109         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6110
6111 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
6112
6113         * resolv/nss_dns/dns-host.c (getanswer_r)
6114         [MULTI_PTRS_ARE_ALIASES]: Remove code.
6115
6116 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
6117
6118         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6119         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
6120         undefine.
6121         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
6122         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
6123
6124 2014-07-01  Roland McGrath <roland@hack.frob.com>
6125
6126         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
6127         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
6128
6129         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
6130         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
6131
6132         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
6133         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
6134         ... here.
6135         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
6136         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
6137
6138         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
6139         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
6140         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
6141         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
6142
6143         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
6144         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
6145         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
6146         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
6147         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
6148         Moved ...
6149         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
6150         ... here.
6151         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
6152         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
6153         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
6154         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
6155         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
6156         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
6157         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
6158         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
6159         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
6160         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
6161         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
6162         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
6163         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
6164         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
6165         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
6166         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
6167         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
6168         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
6169         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
6170         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
6171         ... here.
6172         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
6173         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
6174         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
6175         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
6176         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
6177         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
6178         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
6179         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
6180
6181 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
6182
6183         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
6184         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
6185         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
6186         Add sysdep.
6187
6188 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6189
6190         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6191
6192 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6193
6194         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
6195         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
6196
6197         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
6198
6199         * sysdeps/arm/libm-test-ulps: Regenerated.
6200
6201 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6202             Roland McGrath <roland@hack.frob.com>
6203
6204         * test-skeleton.c (signal_handler): Kill the whole process group
6205         before killing the child individually.
6206         (main): Report any failure on `setpgid'.
6207
6208 2014-06-30  Roland McGrath  <roland@hack.frob.com>
6209
6210         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
6211         from _TLS_H to _ARM_NPTL_TLS_H.
6212         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
6213         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
6214
6215 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6216
6217         [BZ #16539]
6218         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
6219         (__expm1l): Return argument unchanged when small but not
6220         subnormal.
6221
6222         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
6223         include macro name.
6224         (_FP_UNPACK_RAW_1_P): Likewise.
6225         (_FP_PACK_RAW_1): Likewise.
6226         (_FP_PACK_RAW_1_P): Likewise.
6227         (_FP_MUL_MEAT_1_wide): Likewise.
6228         (_FP_MUL_MEAT_DW_1_hard): Likewise.
6229         (_FP_MUL_MEAT_1_hard): Likewise.
6230         (_FP_DIV_MEAT_1_imm): Likewise.
6231         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
6232         (_FP_DIV_MEAT_1_udiv): Likewise.
6233         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
6234         (_FP_UNPACK_RAW_2): Likewise.
6235         (_FP_UNPACK_RAW_2_P): Likewise.
6236         (_FP_PACK_RAW_2): Likewise.
6237         (_FP_PACK_RAW_2_P): Likewise.
6238         (_FP_MUL_MEAT_DW_2_wide): Likewise.
6239         (_FP_MUL_MEAT_2_wide): Likewise.
6240         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
6241         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6242         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
6243         (_FP_MUL_MEAT_2_gmp): Likewise.
6244         (_FP_DIV_MEAT_2_udiv): Likewise.
6245         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
6246         (_FP_FRAC_SRL_4): Likewise.
6247         (_FP_FRAC_SRST_4): Likewise.
6248         (_FP_FRAC_SRS_4): Likewise.
6249         (_FP_UNPACK_RAW_4): Likewise.
6250         (_FP_UNPACK_RAW_4_P): Likewise.
6251         (_FP_PACK_RAW_4): Likewise.
6252         (_FP_PACK_RAW_4_P): Likewise.
6253         (_FP_MUL_MEAT_DW_4_wide): Likewise.
6254         (_FP_MUL_MEAT_4_wide): Likewise.
6255         (_FP_MUL_MEAT_4_gmp): Likewise.
6256         (umul_ppppmnnn): Likewise.
6257         (_FP_DIV_MEAT_4_udiv): Likewise.
6258         (__FP_FRAC_ADD_4): Likewise.
6259         (__FP_FRAC_SUB_3): Likewise.
6260         (__FP_FRAC_SUB_4): Likewise.
6261         (__FP_FRAC_DEC_3): Likewise.
6262         (__FP_FRAC_DEC_4): Likewise.
6263         (__FP_FRAC_ADDI_4): Likewise.
6264         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
6265         (_FP_FRAC_SRL_8): Likewise.
6266         (_FP_FRAC_SRS_8): Likewise.
6267
6268         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
6269         include macro name.
6270         (FP_UNPACK_RAW_EP): Likewise.
6271         (FP_PACK_RAW_E): Likewise.
6272         (FP_PACK_RAW_EP): Likewise.
6273         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
6274         (_FP_ISSIGNAN): Likewise.
6275         (_FP_ADD_INTERNAL): Likewise.
6276         (_FP_FMA): Likewise.
6277         (_FP_CMP): Likewise.
6278         (_FP_SQRT): Likewise.
6279         (_FP_TO_INT): Likewise.
6280         (_FP_FROM_INT): Likewise.
6281         (FP_EXTEND): Likewise.
6282         (_FP_DIV_MEAT_N_loop): Likewise.
6283
6284 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6285
6286         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
6287         throughout.
6288
6289 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
6290
6291         [BZ #17097]
6292         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
6293         result with correct sign in case of exponents that produce
6294         overflow except for X very close to 1.
6295
6296 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
6297
6298         mktime: merge #if/#ifdef usage from glibc
6299         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
6300         as that works with both Glibc's and Gnulib's style.
6301         See thread starting at Siddhesh Poyarekar's bug report at:
6302         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
6303
6304 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
6305
6306         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
6307         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
6308         * sysdeps/tile/tilegx/memmove.c: Remove file.
6309
6310 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6311
6312         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
6313         abi-name definition.
6314         * scripts/soversions.awk: Do not handle or generate ABI lines.
6315         * shlib-versions: Remove ABI entries.
6316         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
6317         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
6318
6319 2014-06-27  Roland McGrath  <roland@hack.frob.com>
6320
6321         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
6322         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
6323         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
6324         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
6325         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
6326         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
6327         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
6328         Moved ...
6329         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
6330         ... here.
6331         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
6332         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
6333         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
6334         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
6335         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
6336         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
6337         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
6338         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
6339         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
6340         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
6341         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
6342         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
6343         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
6344         Moved ...
6345         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
6346         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
6347         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
6348         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
6349         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
6350         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
6351         Moved ...
6352         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
6353         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
6354         Moved ...
6355         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
6356         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
6357         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
6358         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
6359         Moved ...
6360         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
6361         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
6362         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
6363         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
6364         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
6365         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
6366         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
6367         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
6368         Moved ...
6369         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
6370         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
6371         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
6372         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
6373         Moved ...
6374         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
6375         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
6376         Moved ...
6377         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
6378         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
6379         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
6380         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
6381         Moved ...
6382         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
6383         ... here.
6384         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
6385         Identical file removed.
6386         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
6387         Moved ...
6388         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
6389         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
6390         Identical file removed.
6391         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
6392         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
6393         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
6394         Moved ...
6395         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
6396         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
6397         Identical file removed.
6398         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
6399         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
6400         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
6401         Identical file removed.
6402         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
6403         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
6404         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
6405         Identical file removed.
6406         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
6407         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
6408         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
6409         Identical file removed.
6410         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
6411         Moved ...
6412         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
6413         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
6414         Identical file removed.
6415         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
6416         Moved ...
6417         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
6418         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
6419         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
6420         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
6421         Identical file removed.
6422         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
6423         Moved ...
6424         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
6425         ... here.
6426         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
6427         Identical file removed.
6428         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
6429         Moved ...
6430         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
6431         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
6432         Identical file removed.
6433         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
6434         Moved ...
6435         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
6436         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
6437         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
6438         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
6439         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
6440         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
6441         Moved ...
6442         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
6443         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
6444         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
6445
6446         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
6447         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
6448         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
6449         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
6450         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
6451
6452 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
6453
6454         [BZ #17092]
6455         * nscd/nscd.c (monitor_child): Return exit status of child
6456         instead of return value from wait syscall.
6457
6458 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6459
6460         * configure.ac (libc_commonpagesize): Remove variable.
6461         (libc_relro_required): Likewise.
6462         (libc_cv_z_relro): Remove configure test.
6463         * configure: Regenerated.
6464         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
6465         variable.
6466         (libc_relro_required): Likewise.
6467         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
6468         (libc_relro_required): Likewise.
6469         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
6470         (libc_relro_required): Likewise.
6471         * sysdeps/arm/preconfigure: Regenerated.
6472         * sysdeps/ia64/preconfigure: Remove file.
6473         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
6474         variable.
6475         (libc_relro_required): Likewise.
6476
6477         [BZ #16561]
6478         [BZ #16562]
6479         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
6480         (__ieee754_yn): Set FE_TONEAREST mode internally and then
6481         recompute overflowing results in original rounding mode.
6482         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
6483         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
6484         recompute overflowing results in original rounding mode.
6485         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
6486         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6487         recompute overflowing results in original rounding mode.
6488         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
6489         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6490         recompute overflowing results in original rounding mode.
6491         * sysdeps/ieee754/ldbl-96/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/i386/fpu/fenv_private.h [!__SSE2_MATH__]
6495         (libc_feholdsetround_ctx): New macro.
6496         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
6497         * sysdeps/i386/fpu/libm-test-ulps: Update.
6498         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
6499
6500 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6501
6502         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
6503         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
6504         corresponding .cpsetup call.
6505
6506 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6507
6508         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
6509         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
6510         * sysdeps/arm/Makefile [$(subdir) = csu]
6511         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
6512         (static-only-routines): Add aeabi_read_tp here.
6513         (shared-only-routines): Add libc-aeabi_read_tp here.
6514         (CFLAGS-libc-start.c): Add -fexceptions here.
6515         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
6516         (sysdep_routines, static-only-routines, shared-only-routines):
6517         Don't add to these here.
6518         (CFLAGS-libc-start.c): Likewise.
6519
6520         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
6521         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6522         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
6523         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6524         * sysdeps/arm/Makefile [$(subdir) = rt]
6525         (librt-sysdep_routines, librt-shared-only-routines):
6526         Append rt-aeabi_unwind_cpp_pr1 here.
6527         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
6528         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
6529         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
6530         (libpthread-sysdep_routines, libpthread-shared-only-routines):
6531         Append nptl-aeabi_unwind_cpp_pr1 here.
6532         (tests): Filter out tst-cleanupx4 here.
6533         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
6534         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
6535         Don't do those here.
6536
6537 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6538
6539         * scripts/list-sources.sh: Do not handle ports specially.
6540
6541 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6542
6543         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
6544         * sysdeps/arm/feupdateenv.c: Likewise.
6545
6546         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
6547
6548 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6549
6550         * manual/texinfo.tex: Update to version 2014-05-05.10 with
6551         trailing whitespace removed.
6552         * scripts/config.guess: Update to version 2014-03-23.
6553         * scripts/config.sub: Update to version 2014-05-01
6554         * scripts/install-sh: Update to version 2013-12-25.23.
6555         * scripts/move-if-change: Update from gnulib.
6556
6557 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6558
6559         * debug/memmove_chk.c: Remove pagecopy.h include.
6560
6561 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6562
6563         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
6564         identical to gnulib mktime.
6565
6566 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6567
6568         * configure.ac: Do not test for machine being rs6000.  Do not test
6569         for powerpc*-*soft.
6570         * configure: Regenerated.
6571
6572         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
6573         test.
6574         * configure: Regenerated.
6575         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
6576         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
6577         Remove configure test.
6578         * sysdeps/arm/configure: Regenerated.
6579         * sysdeps/nptl/configure.ac: Do not check
6580         libc_cv_asm_cfi_directives.
6581         * sysdeps/nptl/configure: Regenerated.
6582         * sysdeps/x86_64/nptl/configure.ac: Remove file.
6583         * sysdeps/x86_64/nptl/configure: Remove generated file.
6584         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
6585         unconditional.
6586         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
6587
6588 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6589
6590         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
6591         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
6592         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
6593         it is defined.
6594
6595         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
6596         instead of whether it is defined.
6597         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
6598         * sysdeps/hppa/dl-machine.h: Likewise.
6599         * sysdeps/ia64/dl-machine.h: Likewise.
6600         * sysdeps/m68k/dl-machine.h: Likewise.
6601         * sysdeps/microblaze/dl-machine.h: Likewise.
6602         * sysdeps/mips/dl-machine.: Likewise.
6603         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6604         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6605         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6606         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6607         * sysdeps/sh/dl-machine.h: Likewise.
6608         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6609         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6610         * sysdeps/tile/dl-machine.h: Likewise.
6611         * sysdeps/x86_64/dl-machine.h: Likewise.
6612
6613         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6614         code.
6615         (verify_persistent_db): Likewise.
6616
6617 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6618
6619         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6620         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6621         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6622         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6623         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6624         Moved ...
6625         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6626         ... here.
6627         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6628         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6629         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6630         Identical file removed.
6631         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6632         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6633         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6634         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6635         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6636         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6637         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6638         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6639         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6640         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6641         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6642         Moved ...
6643         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6644         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6645         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6646         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6647         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6648         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6649         Moved ...
6650         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6651         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6652         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6653         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6654         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6655         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6656         Identical file removed.
6657         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6658         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6659         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6660         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6661         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6662         Moved ...
6663         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6664         ... here.
6665         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6666         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6667         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6668         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6669         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6670         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6671         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6672         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6673         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6674         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6675         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6676         Moved ...
6677         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6678         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6679         Moved ...
6680         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6681         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6682         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6683         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6684         Moved ...
6685         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6686         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6687         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6688
6689         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6690         folded into ...
6691         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6692         * sysdeps/unix/sysv/linux/s390/Versions
6693         (libpthread: GLIBC_2.19): New version set.
6694         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6695         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6696         (librt: GLIBC_2.3.3): New version set.
6697         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6698         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6699         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6700         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6701         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6702         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6703         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6704         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6705         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6706         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6707         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6708         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6709         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6710         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6711         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6712         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6713         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6714         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6715         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6716         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6717         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6718         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6719         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6720         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6721         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6722         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6723         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6724         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6725         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6726         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6727         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6728         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6729         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6730         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6731         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6732         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6733         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6734         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6735         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6736         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6737         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6738         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6739         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6740         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6741         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6742
6743         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6744         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6745         (__libc_vfork): Define the function under this name.
6746         [!NOT_IN_libc] (__vfork): Make this an alias.
6747         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6748         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6749         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6750         (__libc_vfork): Define the function under this name.
6751         [!NOT_IN_libc] (__vfork): Make this an alias.
6752         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6753         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6754         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6755         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6756         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6757         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6758
6759         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6760         code that was previously under [RESET_PID].
6761         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6762         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6763         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6764
6765         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6766         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6767         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6768         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6769         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6770         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6771         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6772         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6773         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6774         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6775         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6776         Moved ...
6777         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6778         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6779         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6780         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6781         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6782         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6783         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6784         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6785         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6786         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6787         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6788         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6789         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6790         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6791         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6792         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6793         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6794         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6795         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6796         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6797         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6798         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6799         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6800         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6801         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6802         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6803         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6804         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6805         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6806
6807 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6808
6809         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6810         that was previously under [RESET_PID].
6811         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6812
6813 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6814
6815         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6816         not undefine and redefine.
6817         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6818         [O_CLOEXEC]: Make code unconditional.
6819         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6820         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6821         <kernel-features.h>.
6822         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6823         conditional variable definition.
6824         (shm_open) [O_CLOEXEC]: Make code unconditional.
6825         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6826         code.
6827
6828         * configure.ac (USE_REGPARMS): Don't define here.
6829         * configure: Regenerated.
6830         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6831         * sysdeps/i386/configure: Regenerated.
6832
6833         * nptl/createthread.c: Don't include kernel-features.h.
6834         * nptl/pthread_cancel.c: Likewise.
6835         * nptl/pthread_condattr_setclock.c: Likewise.
6836         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6837         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6838         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6839         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6840         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6841         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6842         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6843         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6844         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6845         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6846         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6847         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6848         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6849         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6850         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6851         * nscd/gai.c: Likewise.
6852         * nss/nss_db/db-open.c: Likewise.
6853         * sysdeps/generic/ldsodefs.h: Likewise.
6854         * sysdeps/sh/nptl/tls.h: Likewise.
6855         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6856         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6857         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6858         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6859         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6860         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6861         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6862         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6863         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6864         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6865         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6866         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6867         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6868         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6869         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6870         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6871         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6872         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6873         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6874         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6875         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6876         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6877         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6878         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6879         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6880         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6881         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6882         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6883         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6884         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6885         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6886         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6887         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6888         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6889         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6890         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6891         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6892         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6893         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6894         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6895         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6896         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6897         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6898         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6899         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6900         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6901         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6902         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6903         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6904         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6905         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6906         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6907         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6908         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6909         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6910         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6911         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6912         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6913         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6914         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6915         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6916         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6917         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6918         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6919         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6920         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6922         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6923         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6925         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6927         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6928         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6929         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6931         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6933         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6934         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6935         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6936         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6937         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6938         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6939         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6940         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6941         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6942         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6943         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6944         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6945         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6946         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6947         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6948         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6949         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6950         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6951         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6952         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6953         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6954         * sysdeps/unix/sysv/linux/system.c: Likewise.
6955         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6956         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6957         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6958         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6959         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6960         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6961         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6962
6963         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6964         * configure: Regenerated.
6965         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6966
6967         * configure.ac (base_machine): Do not set specially for particular
6968         machines here.
6969         * configure: Regenerated.
6970         * sysdeps/powerpc/preconfigure: Move machine and base_machine
6971         settings from configure.ac.
6972         * sysdeps/i386/preconfigure: New file.
6973         * sysdeps/s390/preconfigure: Likewise.
6974         * sysdeps/sh/preconfigure: Likewise.
6975         * sysdeps/sparc/preconfigure: Likewise.
6976
6977 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6978
6979         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6980         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6981         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6982         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6983         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6984         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6985         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6986         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6987         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
6988         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
6989         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
6990         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
6991         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
6992         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
6993         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
6994         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
6995         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
6996         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
6997         * sysdeps/sparc/sparc64/Makefile: ... appended here.
6998
6999         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
7000         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
7001         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
7002         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
7003         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
7004         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
7005         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
7006         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
7007         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
7008         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
7009         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
7010         * sysdeps/sparc/sparc32/sem_post.c: ... here.
7011         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
7012         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
7013         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
7014         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
7015         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
7016         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
7017         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
7018         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
7019         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
7020         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
7021         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
7022         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
7023         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
7024         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
7025         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
7026         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
7027         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
7028         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
7029         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
7030         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
7031         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
7032         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
7033         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
7034         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
7035         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
7036         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
7037
7038         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
7039         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
7040         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
7041         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
7042         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
7043         Moved ...
7044         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
7045         ... here.
7046         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
7047         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
7048         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
7049         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
7050         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
7051         Moved ...
7052         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
7053         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
7054         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
7055         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
7056         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
7057         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
7058         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
7059         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
7060         Moved ...
7061         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
7062         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
7063         Moved ...
7064         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
7065         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
7066         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
7067         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
7068         Moved ...
7069         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
7070         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
7071         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
7072         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
7073         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
7074         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
7075         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
7076         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
7077         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
7078         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
7079         Moved ...
7080         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
7081         ... here.
7082         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
7083         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
7084         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
7085         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
7086         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
7087         Moved ...
7088         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
7089         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
7090         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
7091         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
7092         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
7093         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
7094         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
7095         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
7096         Moved ...
7097         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
7098         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
7099         Moved ...
7100         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
7101         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
7102         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
7103         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
7104         Moved ...
7105         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
7106         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
7107         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
7108         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
7109         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
7110
7111 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7112
7113         * timezone/checktab.awk: Update from tzcode 2014e.
7114         * timezone/private.h: Likewise.
7115         * timezone/tzfile.h: Likewise.
7116         * timezone/zdump.c: Likewise.
7117         * timezone/zic.c: Likewise.
7118
7119         * sysdeps/unix/sysv/linux/kernel-features.h
7120         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
7121         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
7122         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
7123         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
7124         Remove conditional code.
7125
7126 2014-06-25  Will Newton  <will.newton@linaro.org>
7127
7128         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
7129         (_dl_arm_cap_flags): Add HWCAP2 values.
7130         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
7131         (_DL_HWCAP_COUNT): Increase to 37.
7132         (_DL_HWCAP_LAST): New define.
7133         (_DL_HWCAP2_LAST): New define.
7134         (_dl_procinfo): Add support for printing
7135         AT_HWCAP2 entries.
7136         (_dl_string_hwcap): Use _dl_hwcap_string.
7137
7138 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7139
7140         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7141
7142 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7143
7144         * README: Do not mention ports directory.
7145
7146         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
7147         Remove macro.
7148         * sysdeps/unix/sysv/linux/futimes.c: Do not include
7149         <kernel-features.h>.
7150         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
7151         conditional variable definition.
7152         (__futimes): Update comment.
7153         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
7154         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
7155
7156         [BZ #16560]
7157         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
7158         arguments close to 0.
7159         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
7160         Likewise.
7161         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
7162         Likewise.
7163         * math/auto-libm-test-in: Add more tests of exp10.
7164         * math/auto-libm-test-out: Regenerated.
7165         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7166
7167         * sysdeps/unix/sysv/linux/kernel-features.h
7168         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
7169         * sysdeps/unix/sysv/linux/readv.c: Do not include
7170         <kernel-features.h>.
7171         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7172         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7173         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7174         unconditional.
7175         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7176         conditional code.
7177         * sysdeps/unix/sysv/linux/writev.c: Do not include
7178         <kernel-features.h>.
7179         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7180         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7181         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7182         unconditional.
7183         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7184         conditional code.
7185
7186 2014-06-25  Will Newton  <will.newton@linaro.org>
7187
7188         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
7189         comment changes throughout the file.  Remove checks
7190         for HAVE_*_H definitions that are not required.
7191         (__gen_tempname): Call abort if an unknown kind value is
7192         passed.
7193
7194 2014-06-25  Andreas Schwab  <schwab@suse.de>
7195
7196         [BZ #17086]
7197         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
7198         scalbln, scalblnf, scalblnl in libc.
7199
7200 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
7201
7202         [BZ #17086]
7203         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
7204         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7205         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7206
7207 2014-06-24  Roland McGrath  <roland@hack.frob.com>
7208
7209         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
7210         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
7211         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
7212         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
7213         Update #include.
7214         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
7215         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
7216         Update #include.
7217         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
7218         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
7219         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
7220         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
7221         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
7222         * sysdeps/x86/bits/pthreadtypes.h: ... here.
7223         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
7224         * sysdeps/x86/bits/semaphore.h: ... here.
7225         * sysdeps/x86/nptl/elide.h: Moved ...
7226         * sysdeps/x86/elide.h: ... here.
7227         * sysdeps/x86_64/nptl/Implies: File removed.
7228         * sysdeps/i386/nptl/Implies: File removed.
7229
7230 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
7231
7232         [BZ #16539]
7233         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
7234         return the argument for normal arguments with exponent below -64.
7235         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
7236         Likewise.
7237         * math/auto-libm-test-in: Add another test of expm1.
7238         * math/auto-libm-test-out: Regenerated.
7239
7240         [BZ #16287]
7241         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
7242         calling __erfcl for arguments at least 16.
7243         * math/auto-libm-test-in: Add more tests of erf.
7244         * math/auto-libm-test-out: Regenerated.
7245
7246         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
7247         individual architectures.
7248         * sysdeps/unix/sysv/linux/configure: Regenerated.
7249         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
7250         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
7251         * sysdeps/unix/sysv/linux/powerpc/configure.ac
7252         (ldd_rewrite_script): Define variable.
7253         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
7254         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
7255         file.
7256         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
7257         generated file.
7258         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
7259         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
7260         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
7261         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
7262         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
7263         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
7264         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
7265         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
7266
7267 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7268
7269         [BZ #17084]
7270         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
7271         Rename member __data.d to __data.__elision_data.
7272
7273 2014-06-24  Wilco  <wdijkstr@arm.com>
7274
7275         * NEWS: Add 16918 to fixed bug list.
7276
7277 2014-06-24  Wilco  <wdijkstr@arm.com>
7278
7279         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
7280
7281 2014-06-24  Wilco  <wdijkstr@arm.com>
7282
7283         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
7284         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
7285         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
7286         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
7287         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
7288         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
7289         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
7290         Use _FPU_MASK_RM.
7291
7292 2014-06-24  Wilco  <wdijkstr@arm.com>
7293
7294         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
7295
7296 2014-06-24  Wilco  <wdijkstr@arm.com>
7297
7298         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
7299         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
7300         * sysdeps/arm/fesetround.c (fesetround): Remove space.
7301         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
7302
7303 2014-06-24  Wilco  <wdijkstr@arm.com>
7304
7305         [BZ #16918]
7306         * sysdeps/arm/feupdateenv.c (feupdateenv):
7307         Rewrite to reduce FPSCR accesses and fix return value.
7308
7309 2014-06-24  Wilco  <wdijkstr@arm.com>
7310
7311         * sysdeps/arm/fclrexcpt.c (feclearexcept):
7312         Optimize to avoid unnecessary FPSCR writes.
7313         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
7314         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
7315         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
7316         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
7317
7318 2014-06-24  Wilco  <wdijkstr@arm.com>
7319
7320         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
7321         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
7322         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
7323         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
7324         Call libc_fetestexcept_vfp.
7325         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
7326         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
7327         __SOFTFP__ ifdef so that they can be built for softfp.
7328
7329 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7330
7331         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
7332         argument type signed char.
7333
7334         * Makerules (check-abi): Dump diff of symlist if the test
7335         fails.
7336
7337 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7338
7339         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
7340         using abort.
7341
7342         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
7343         Remove unused variable ST.
7344
7345 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7346
7347         [BZ #16354]
7348         [BZ #17061]
7349         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
7350         small arguments before calling __expm1.
7351         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
7352         small arguments before calling __expm1f.
7353         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
7354         small arguments before calling __expm1l.
7355         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
7356         Likewise.
7357         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
7358         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
7359         spurious underflow for some cosh tests.
7360         * math/auto-libm-test-out: Regenerated.
7361         * sysdeps/i386/fpu/libm-test-ulps: Update.
7362
7363         [BZ #17050]
7364         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
7365         (__ieee754_y1): Set errno if return value overflows.
7366         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
7367         (__ieee754_y1f): Set errno if return value overflows.
7368         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
7369         (__ieee754_y1l): Set errno if return value overflows.
7370         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
7371         (__ieee754_y1l): Set errno if return value overflows.
7372         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
7373         * math/auto-libm-test-out: Regenerated.
7374
7375         * math/gen-auto-libm-tests.c: Document use of
7376         ignore-zero-inf-sign.
7377         (input_flag_type): Add value flag_ignore_zero_inf_sign.
7378         (input_flags): Add ignore-zero-inf-sign.
7379         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
7380         * math/gen-libm-test.pl (generate_testfile): Handle
7381         ignore-zero-inf-sign.
7382         * math/auto-libm-test-in: Mark some cpow tests with
7383         ignore-zero-inf-sign and some with xfail-rounding.
7384         * math/auto-libm-test-out: Regenerated.
7385         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
7386         * sysdeps/i386/fpu/libm-test-ulps: Update.
7387         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7388
7389         [BZ #16315]
7390         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
7391         overflowing or underflowing operations take place with sign of
7392         result.
7393         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
7394         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7395         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
7396         (__ieee754_pow): Recompute overflowing and underflowing results in
7397         original rounding mode.
7398         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
7399         (__powl_helper): Allow negative argument X and scale negated value
7400         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
7401         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
7402         overflowing or underflowing operations take place with sign of
7403         result.
7404         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
7405         Include <math.h>.
7406         * math/auto-libm-test-in: Add more tests of pow.
7407         * math/auto-libm-test-out: Regenerated.
7408         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
7409         (pow_tonearest_test_data): Remove.
7410         (pow_test_tonearest): Likewise.
7411         (pow_towardzero_test_data): Likewise.
7412         (pow_test_towardzero): Likewise.
7413         (pow_downward_test_data): Likewise.
7414         (pow_test_downward): Likewise.
7415         (pow_upward_test_data): Likewise.
7416         (pow_test_upward): Likewise.
7417         (main): Don't call removed functions.
7418         * sysdeps/i386/fpu/libm-test-ulps: Update.
7419         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7420
7421 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7422
7423         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
7424         Moved ...
7425         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
7426         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7427         Moved ...
7428         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
7429         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
7430         Moved ...
7431         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
7432         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
7433         Moved ...
7434         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
7435         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
7436         File removed.
7437         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
7438         File removed.
7439         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
7440         File removed.
7441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
7442         File removed.
7443         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
7444         File removed.
7445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
7446         File removed.
7447         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
7448         File removed.
7449         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7450         File removed.
7451         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
7452         File removed.
7453         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
7454         File removed.
7455         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
7456         File removed.
7457         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
7458         File removed.
7459         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
7460         Moved ...
7461         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
7462         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
7463         Moved ...
7464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
7465         ... here.
7466         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
7467         Moved ...
7468         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
7469         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
7470         Moved ...
7471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
7472         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
7473         Moved ...
7474         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
7475         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
7476         Moved ...
7477         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
7478         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
7479         Moved ...
7480         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
7481         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
7482         Moved ...
7483         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
7484         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
7485         Moved ...
7486         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
7487         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
7488         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
7489         ... here.
7490         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
7491         Moved ...
7492         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
7493         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
7494         Moved ...
7495         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
7496         ... here.
7497         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
7498         Moved ...
7499         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7500         ... here.
7501         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
7502         Moved ...
7503         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7504         ... here.
7505         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
7506         Moved ...
7507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
7508         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
7509         Moved ...
7510         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
7511         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
7512         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
7513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
7514         Moved ...
7515         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
7516         ... here.
7517         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
7518         Moved ...
7519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
7520         ... here.
7521         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
7522         Moved ...
7523         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
7524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
7525         Moved ...
7526         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
7527         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
7528         Moved ...
7529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
7530         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7531         Moved ...
7532         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
7533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
7534         Moved ...
7535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
7536         ... here.
7537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7538         Moved ...
7539         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
7540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
7541         Moved ...
7542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
7543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7544         Moved ...
7545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
7546         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
7547         Moved ...
7548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
7549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
7550         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
7551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
7552         Moved ...
7553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
7554         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7555         Moved ...
7556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
7557         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
7558         Moved ...
7559         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
7560         ... here.
7561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7562         Moved ...
7563         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
7564         ... here.
7565         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
7566         Moved ...
7567         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
7568         ... here.
7569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7570         Moved ...
7571         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
7572         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
7573         Moved ...
7574         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
7575         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7576         Moved ...
7577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
7578         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
7579         Moved ...
7580         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
7581         ... here.
7582         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7583         Moved ...
7584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
7585         ... here.
7586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
7587         Moved ...
7588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
7589         ... here.
7590         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7591         Moved ...
7592         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
7593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7594         Moved ...
7595         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
7596
7597 2014-06-23  Will Newton  <will.newton@linaro.org>
7598             Wilco  <wdijkstr@arm.com>
7599
7600         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
7601         implementation.  Include get-rounding-mode.h.
7602         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
7603         [!libc_feholdsetround_noex_ctx]: Define
7604         libc_feholdsetround_noex_ctx.
7605         [!libc_feholdsetround_noexf_ctx]: Define
7606         libc_feholdsetround_noexf_ctx.
7607         [!libc_feholdsetround_noexl_ctx]: Define
7608         libc_feholdsetround_noexl_ctx.
7609         (libc_feholdsetround_ctx): New function.
7610         (libc_feresetround_ctx): New function.
7611         (libc_feholdsetround_noex_ctx): New function.
7612         (libc_feresetround_noex_ctx): New function.
7613
7614 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7615
7616         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7617         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7618         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7619         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7620         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7621         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7622
7623         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7624         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7625         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7626         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7627         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7628         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7629         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7630         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7631         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7632         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7633         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7634         Moved ...
7635         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7636         ... here.
7637         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7638         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7639         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7640         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7641         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7642         Moved ...
7643         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7644         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7645         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7646         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7647         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7648         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7649         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7650         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7651         Moved ...
7652         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7653         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7654         Moved ...
7655         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7656         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7657         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7658         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7659         Moved ...
7660         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7661         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7662         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7663         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7664         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7665         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7666         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7667         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7668         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7669         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7670         Moved ...
7671         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7672         ... here.
7673         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7674         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7675         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7676         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7677         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7678         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7679         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7680         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7681         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7682         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7683         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7684         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7685         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7686         Moved ...
7687         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7688         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7689         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7690         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7691         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7692         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7693         Moved ...
7694         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7695         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7696         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7697         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7698         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7699
7700         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7701         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7702         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7703         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7704         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7705         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7706         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7707         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7708         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7709         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7710         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7711         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7712         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7713         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7714         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7715         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7716         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7717         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7718         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7719         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7720         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7721         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7722         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7723         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7724         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7725         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7726         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7727         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7728
7729 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7730
7731         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7732         (FALLOC_FL_COLLAPSE_RANGE): New macro.
7733         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7734         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7735         (IPV6_PMTUDISC_INTERFACE): Likewise.
7736         (IPV6_PMTUDISC_OMIT): Likewise.
7737
7738 2014-06-23  Andreas Schwab  <schwab@suse.de>
7739
7740         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7741         Remove unused errout label.
7742
7743 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7744
7745         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7746         macro: hardware supports Vector Crypto instructions.
7747
7748 2014-06-23  Will Newton  <will.newton@linaro.org>
7749
7750         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7751         rather than __builtin_expect.
7752
7753         * elf/dl-lookup.c (undefined_msg): Remove variable.
7754         (_dl_lookup_symbol_x): Replace undefined_msg with string
7755         literal.
7756
7757         * elf/dl-lookup.c (do_lookup_unique): New function.
7758         (do_lookup_x): Move STB_GNU_UNIQUE handling code
7759         to a separate function.
7760
7761 2014-06-23  Andreas Schwab  <schwab@suse.de>
7762
7763         [BZ #17079]
7764         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7765         before reading the next line.
7766
7767 2014-06-23  Will Newton  <will.newton@linaro.org>
7768
7769         * test-skeleton.c (signal_handler): Use printf and %m
7770         rather than perror.  Use printf rather than fprintf to
7771         stderr.  Use puts rather than fputs to stderr.
7772         (main): Likewise.
7773
7774 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
7775
7776         * nscd/nscd.c (thread_info_t): Remove typedef.
7777         (thread_info): Remove variable.
7778
7779 2014-06-21  Allan McRae  <allan@archlinux.org>
7780
7781         * NEWS: Mention CVE-2014-4043.
7782
7783 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7784
7785         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7786         * nptl/smp.h: ... here.
7787
7788         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7789
7790         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7791         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7792         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7793         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7794
7795         * nptl/allocatestack.c: Include <stack-aliasing.h>.
7796         * nptl/stack-aliasing.h: New file.
7797         * sysdeps/i386/i686/stack-aliasing.h: New file.
7798         * sysdeps/i386/i686/nptl/Makefile: File removed.
7799         * sysdeps/x86_64/stack-aliasing.h: New file.
7800         * sysdeps/x86_64/nptl/Makefile
7801         (CFLAGS-pthread_create.c): Variable removed.
7802
7803         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7804         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7805         old file.
7806         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7807         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7808         old file.
7809
7810 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
7811
7812         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7813         (__ASSUME_SIGFRAME_V2): Remove macro.
7814         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7815         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7816         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7817         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7818         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7819         Declare as function.  Remove conditional macro definitions.
7820         (__default_rt_sa_restorer): Likewise.
7821         (__default_sa_restorer_v1): Remove declaration.
7822         (__default_sa_restorer_v2): Likewise.
7823         (__default_rt_sa_restorer_v1): Likewise.
7824         (__default_rt_sa_restorer_v2): Likewise.
7825         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7826         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7827         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7828
7829 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7830
7831         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7832         (libpthread-routines): Add sysdep.
7833         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7834         * sysdeps/unix/sysv/linux/sparc/Versions
7835         (libpthread: GLIBC_2.3.3): New version set.
7836         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7837         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7838         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7839         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7840         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
7841         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7842         Moved ...
7843         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7844         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7845         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7846         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7847         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7848         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7849         * sysdeps/sparc/nptl/sem_init.c: ... here.
7850         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7851         * sysdeps/sparc/nptl/sem_post.c: ... here.
7852         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7853         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7854         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7855         * sysdeps/sparc/nptl/sem_wait.c: ... here.
7856         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7857         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7858         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7859         (libpthread-routines): Add cpu_relax.
7860         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7861         File removed.
7862         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7863         (librt: GLIBC_2.3.3): New version set.
7864         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7865         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7866         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7867         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7868         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7869         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7870         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7871         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7872         Moved ...
7873         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7874         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7875         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7876         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7877         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7878         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7879         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7880         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7881         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7882         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7883         Moved ...
7884         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7885         Update #include.
7886         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7887         Moved ...
7888         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7889         Update #include.
7890         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7891         Moved ...
7892         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7893         Update #include.
7894         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7895         Moved ...
7896         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7897         Update #include.
7898         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7899         Moved ...
7900         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7901         Update #include.
7902         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7903         Moved ...
7904         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7905         Update #include.
7906         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7907         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7908         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7909         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7910         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7911         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7912         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7913         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7914         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7915         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7916         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7917         Moved ...
7918         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7919         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7920         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7921         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7922         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7923
7924 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7925
7926         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7927         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7928         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7929         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7930         * nscd/nscd.c: Likewise.
7931         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7932         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7933         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7934         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7935
7936         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7937         <kernel-features.h>.
7938         (init_mq_netlink): Remove conditional have_sock_cloexec
7939         definitions.  Remove code conditional on have_sock_cloexec < 0.
7940         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7941         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7942         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7943         <kernel-features.h>.
7944         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7945         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7946
7947 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7948
7949         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7950         Add tests for memset_chk and memset.
7951
7952         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7953         with AVX2_Usable.
7954
7955 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7956
7957         [BZ #16046]
7958         * elf/tst-dl-iter-static.c: New file.
7959         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7960
7961         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7962         error.
7963
7964 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7965
7966         * sysdeps/unix/sysv/linux/kernel-features.h
7967         (__ASSUME_F_GETOWN_EX): Remove macro.
7968         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7969         <kernel-features.h>.
7970         (miss_F_GETOWN_EX): Remove variable or macro.
7971         (do_fcntl): Do not check miss_F_GETOWN_EX.
7972         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7973
7974         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7975         Remove macro.
7976         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7977         [!__ASSUME_AT_RANDOM]: Remove conditional code.
7978         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7979
7980         * sysdeps/unix/sysv/linux/kernel-features.h
7981         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7982         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7983         [ADJ_OFFSET_SS_READ]: Make code unconditional.
7984         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7985
7986 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7987
7988         [BZ #17075]
7989         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
7990         Fix calculation of the symbol's value.
7991         * sysdeps/arm/tst-armtlsdescloc.c: New file.
7992         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
7993         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
7994         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
7995         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
7996         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
7997         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
7998         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
7999         (modules-names): Add `tst-armtlsdescmod',
8000         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
8001         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
8002         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
8003         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
8004         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
8005         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
8006         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
8007         ($(objpfx)tst-armtlsdescloc): New dependency.
8008         ($(objpfx)tst-armtlsdescextnow): Likewise.
8009         ($(objpfx)tst-armtlsdescextlazy): Likewise.
8010         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
8011         TLS scheme support.
8012         * sysdeps/arm/configure: Regenerate.
8013
8014 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
8015
8016         * include/fcntl.h (__atfct_seterrno): Remove prototype.
8017         (__atfct_seterrno_2): Likewise.
8018         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
8019         <kernel-features.h>.
8020         (__ASSUME_ATFCTS): Do not undefine and redefine.
8021         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
8022         (__have_atfcts): Remove conditional definition.
8023         (__fxstatat([__NR_fstatat64]: Make code unconditional.
8024         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
8025         unreachable if [__ASSUME_ATFCTS].
8026         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
8027         not undefine and redefine.
8028         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
8029         <kernel-features.h>.
8030         (faccessat) [__NR_faccessat]: Make code unconditional.
8031         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
8032         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
8033         <kernel-features.h>.
8034         (fchmodat) [__NR_fchmodat]: Make code unconditional.
8035         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8036         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
8037         <kernel-features.h>.
8038         (fchownat) [__NR_fchownat]: Make code unconditional.
8039         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
8040         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
8041         <kernel-features.h>.
8042         (futimesat) [__NR_futimesat]: Make code unconditional.
8043         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
8044         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
8045         <kernel-features.h>.
8046         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8047         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8048         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
8049         <kernel-features.h>.
8050         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
8051         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8052         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
8053         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
8054         <kernel-features.h>.
8055         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
8056         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8057         * sysdeps/unix/sysv/linux/linkat.c: Do not include
8058         <kernel-features.h>.
8059         (linkat) [__NR_linkat]: Make code unconditional.
8060         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8061         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
8062         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
8063         <kernel-features.h>.
8064         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
8065         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8066         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
8067         <kernel-features.h>.
8068         (mkdirat) [__NR_mkdirat]: Make code unconditional.
8069         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
8070         * sysdeps/unix/sysv/linux/openat.c: Do not include
8071         <kernel-features.h>.
8072         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
8073         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
8074         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
8075         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
8076         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
8077         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
8078         <kernel-features.h>.
8079         (readlinkat) [__NR_readlinkat]: Make code unconditional.
8080         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
8081         result of INLINE_SYSCALL directly, not via int variable.
8082         * sysdeps/unix/sysv/linux/renameat.c: Do not include
8083         <kernel-features.h>.
8084         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
8085         (renameat) [__NR_renameat]: Make code unconditional.
8086         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
8087         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
8088         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
8089         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
8090         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
8091         (__ASSUME_ATFCTS): Do not undefine and redefine.
8092         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
8093         <kernel-features.h>.
8094         (symlinkat) [__NR_symlinkat]: Make code unconditional.
8095         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8096         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
8097         <kernel-features.h>.
8098         (unlinkat) [__NR_unlinkat]: Make code unconditional.
8099         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8100         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
8101         (__ASSUME_ATFCTS): Do not undefine and redefine.
8102         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
8103         <kernel-features.h>.
8104         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8105         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8106         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
8107         <kernel-features.h>.
8108         (__xmknodat) [__NR_mknodat]: Make code unconditional.
8109         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8110
8111 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
8112
8113         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
8114
8115 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
8116
8117         [BZ #17069]
8118         * posix/regcomp.c (parse_reg_exp): Deallocate partially
8119         constructed tree before returning error.
8120         * posix/bug-regexp36.c: Expand test case.
8121
8122 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
8123
8124         [BZ #6803]
8125         * math/libm-test.inc (scalbln_test_date):
8126         Add errno expectations.
8127         * math/w_scalblnf.c: New File.
8128         Add wrapper which checks for setting errno to ERANGE.
8129         Add weak_alias for corresponding scalbln function.
8130         * math/w_scalbln.c: Likewise.
8131         * math/w_scalblnl.c: Likewise.
8132         * math/Makefile (libm-calls): Add w_scalbln.
8133         * sysdeps/ieee754/flt-32/s_scalblnf.c:
8134         Remove weak_alias for corresponding scalbln function.
8135         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
8136         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
8137         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
8138         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
8139         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
8140         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
8141         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
8142         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
8143         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
8144         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
8145         Remove long_double_symbol for scalblnl function in libm, libc.
8146         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
8147         Add wrapper which checks for setting errno to ERANGE.
8148         Add long_double_symbol for scalblnl function in libm, libc.
8149         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
8150         Remove long_double_symbol for scalblnl in libm.
8151         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
8152         Add wrapper which checks for setting errno to ERANGE.
8153         Add long_double_symbol for scalblnl function in libm.
8154         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
8155         Do not use wrapper because of own implementation.
8156
8157 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
8158
8159         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
8160         3 bytes for __pad1 for x32.
8161         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
8162
8163 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
8164             H.J. Lu  <hongjiu.lu@intel.com>
8165
8166         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
8167         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
8168         * sysdeps/x86_64/multiarch/memset.S: Likewise.
8169         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8170         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
8171
8172 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
8173
8174         [BZ #17069]
8175         * posix/regcomp.c (parse_expression): Deallocate partially
8176         constructed tree before returning error.
8177         * posix/Makefile.c (tests): Add bug-regex36.
8178         (generated): Add bug-regex36.mtrace.
8179         (tests-special): Add $(objpfx)bug-regex36-mem.out
8180         (bug-regex36-ENV): New variable.
8181         ($(objpfx)bug-regex36-mem.out): New rule.
8182         * posix/bug-regex36.c: New file.
8183
8184 2014-06-19  Will Newton  <will.newton@linaro.org>
8185
8186         * malloc/malloc.c (systrim): If extra is zero then return
8187         early.
8188
8189 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
8190
8191         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
8192
8193 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
8194
8195         * sysdeps/aarch64/strchr.S: New file.
8196
8197 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8198
8199         [BZ #17022]
8200         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
8201         from arguments -2 or below.
8202         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8203         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
8204
8205 2014-06-18  Andreas Schwab  <schwab@suse.de>
8206
8207         [BZ #17062]
8208         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
8209         of a bracket expr not to run off the end of the string.
8210         * posix/Makefile (tests): Add tst-fnmatch3.
8211         * posix/tst-fnmatch3.c: New file.
8212
8213 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8214
8215         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
8216         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8217         [$(cross-compiling) = no]: Likewise.
8218         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8219         [$(cross-compiling) = no]: Likewise.
8220
8221 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8222
8223         [BZ #17031]
8224         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
8225         double, adjusted for any remainder from the high double.
8226         * math/libm-test.inc (nearbyint): Add tests.
8227         (rint): Likewise.
8228
8229 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8230
8231         * nptl/sysdeps/powerpc/Makefile: Moved ...
8232         * sysdeps/powerpc/nptl/Makefile: ... here.
8233         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
8234         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
8235         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
8236         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
8237         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
8238         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
8239         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
8240         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
8241         * nptl/sysdeps/powerpc/tls.h: Moved ...
8242         * sysdeps/powerpc/nptl/tls.h: ... here.
8243
8244 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
8245
8246         [BZ #16681]
8247         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
8248         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
8249         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
8250         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
8251         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
8252         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
8253         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
8254         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
8255         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
8256
8257 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
8258
8259         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8260
8261 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
8262
8263         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
8264         defined operator.
8265
8266         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
8267         $TIMEOUTFACTOR.
8268
8269 2014-06-16  Florian Weimer  <fweimer@redhat.com>
8270
8271         [BZ #17058]
8272         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
8273         non-executed part of the test.
8274
8275 2014-06-16  Andreas Schwab  <schwab@suse.de>
8276
8277         * string/bits/string2.h (strdup, strndup): Update feature guard.
8278
8279 2014-06-14  David S. Miller  <davem@davemloft.net>
8280
8281         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8282
8283 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
8284
8285         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
8286         that was previously under [RESET_PID].
8287         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
8288
8289         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
8290         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
8291         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
8292         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8293         (__libc_vfork): New strong alias.
8294         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
8295
8296 2014-06-14 Andi Kleen  <ak@linux.intel.com>
8297
8298         * sysdeps/generic/elide.h: New file.
8299
8300 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
8301
8302         * Makefile (installed-headers): Adjust path of pthread.h header.
8303
8304 2014-06-13  Roland McGrath  <roland@hack.frob.com>
8305
8306         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
8307         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
8308         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
8309         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
8310
8311         * nptl/sysdeps/s390/Makefile: Moved ...
8312         * sysdeps/s390/nptl/Makefile: ... here.
8313         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
8314         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
8315         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
8316         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
8317         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
8318         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
8319         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
8320         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
8321         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
8322         * sysdeps/s390/nptl/pthreaddef.h: ... here.
8323         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
8324         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
8325         * nptl/sysdeps/s390/tls.h: Moved ...
8326         * sysdeps/s390/nptl/tls.h: ... here.
8327
8328         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
8329         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
8330
8331 2014-06-13  David S. Miller  <davem@davemloft.net>
8332
8333         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
8334         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
8335         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
8336         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
8337         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
8338         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
8339         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
8340         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
8341         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
8342         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
8343         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8344         Remove RESET_PID cpp guards.
8345         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8346         Remove RESET_PID cpp guards.
8347         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
8348
8349 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
8350
8351         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
8352         __sp to uintptr_t.
8353
8354 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8355
8356         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
8357         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
8358         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
8359         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
8360         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
8361         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
8362         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
8363         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
8364         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
8365         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
8366         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
8367         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
8368         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
8369         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
8370         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
8371         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
8372         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
8373         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
8374         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
8375         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8376
8377         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
8378         (pthread_rwlock_rdlock): Add elision.
8379         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
8380         (pthread_rwlock_wrlock): Add elision.
8381         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
8382         (pthread_rwlock_trywrlock): Add elision.
8383         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
8384         (pthread_rwlock_tryrdlock): Add elision.
8385         * nptl/pthread_rwlock_unlock.c: Include elide.h.
8386         (pthread_rwlock_tryrdlock): Add elision unlock.
8387         * nptl/sysdeps/pthread/pthread.h:
8388         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
8389         (PTHREAD_RWLOCK_INITIALIZER,
8390         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
8391         Handle new elision field.
8392         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
8393         * sysdeps/arm/nptl/bits/pthreadtypes.h
8394         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8395         * sysdeps/sh/nptl/bits/pthreadtypes.h
8396         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8397         * sysdeps/tile/nptl/bits/pthreadtypes.h
8398         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8399         * sysdeps/a/nptl/bits/pthreadtypes.h
8400         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8401         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8402         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8403         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8404         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8405         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
8406         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8407         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8408         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8409         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8410         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8411         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8412         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8413         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8414         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8415         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
8416         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8417         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
8418         (elision_init): Set try_xbegin to zero when no RTM.
8419         * sysdeps/x86/nptl/bits/pthreadtypes.h
8420         (pthread_rwlock_t): Change __pad1 to __rwelision.
8421         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8422
8423 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8424
8425         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
8426         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
8427         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
8428         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
8429
8430 2014-06-13  Meador Inge  <meadori@codesourcery.com>
8431
8432         [BZ #16996]
8433         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
8434         that the cached result has been set before returning it.
8435
8436 2014-06-12  Roland McGrath  <roland@hack.frob.com>
8437
8438         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
8439         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
8440         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
8441         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
8442         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
8443         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
8444
8445         * nptl/sysdeps/sparc/Makefile: Moved ...
8446         * sysdeps/sparc/nptl/Makefile: ... here.
8447         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
8448         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
8449         * nptl/sysdeps/sparc/tls.h: Moved ...
8450         * sysdeps/sparc/nptl/tls.h: ... here.
8451         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
8452         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
8453         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
8454         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
8455         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
8456         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
8457         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
8458         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
8459         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
8460         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
8461         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
8462         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
8463         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
8464         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
8465         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
8466         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
8467         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
8468         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
8469         Update #include.
8470         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
8471         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
8472         Update #include.
8473         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
8474         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
8475         Update #include.
8476         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
8477         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
8478         Update #include.
8479
8480         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8481
8482         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
8483         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
8484
8485         * sysdeps/pthread/posix-timer.h: Include <list.h>.
8486         (struct list_links): Type removed.
8487         (struct thread_node, struct timer_node): Replace struct list_links
8488         with struct list_head.
8489         (list_unlink_ip): Likewise.
8490         * sysdeps/pthread/timer_routines.c
8491         (timer_free_list, thread_free_list, thread_active_list): Likewise.
8492         (list_append, list_insbefore): Likewise.
8493         (list_init): Function removed.
8494         (thread_init, init_module): Use INIT_LIST_HEAD instead.
8495         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
8496         * sysdeps/pthread/Makefile: ... here, new file.
8497
8498         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
8499         * sysdeps/nptl/Implies: ... here.
8500         * sysdeps/unix/sysv/linux/Implies: Add nptl.
8501         * nptl/sysdeps/pthread/list.h: Moved ...
8502         * include/list.h: ... here.
8503         * nptl/sysdeps/pthread/createthread.c: Moved ...
8504         * nptl/createthread.c: ... here.
8505         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
8506         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
8507         * nptl/pt-longjmp.c: ... here.
8508         * nptl/sysdeps/pthread/Makefile: Moved ...
8509         * sysdeps/nptl/Makefile: ... here.
8510         * nptl/sysdeps/pthread/Subdirs: Moved ...
8511         * sysdeps/nptl/Subdirs: ... here.
8512         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
8513         * sysdeps/nptl/aio_misc.h: ... here.
8514         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
8515         * sysdeps/nptl/bits/libc-lock.h: ... here.
8516         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
8517         * sysdeps/nptl/bits/libc-lockP.h: ... here.
8518         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
8519         * sysdeps/nptl/bits/stdio-lock.h: ... here.
8520         * nptl/sysdeps/pthread/configure: Moved ...
8521         * sysdeps/nptl/configure: ... here.
8522         * nptl/sysdeps/pthread/configure.ac: Moved ...
8523         * sysdeps/nptl/configure.ac: ... here.
8524         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
8525         * sysdeps/nptl/gai_misc.h: ... here.
8526         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
8527         * sysdeps/nptl/librt-cancellation.c: ... here.
8528         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
8529         * sysdeps/nptl/malloc-machine.h: ... here.
8530         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
8531         * sysdeps/nptl/pthread-functions.h: ... here.
8532         * nptl/sysdeps/pthread/pthread.h: Moved ...
8533         * sysdeps/nptl/pthread.h: ... here.
8534         * nptl/sysdeps/pthread/setxid.h: Moved ...
8535         * sysdeps/nptl/setxid.h: ... here.
8536         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
8537         * sysdeps/nptl/sigfillset.c: ... here.
8538         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
8539         * sysdeps/nptl/tcb-offsets.h: ... here.
8540         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
8541         * sysdeps/nptl/tst-mqueue8x.c: ... here.
8542         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
8543         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
8544         * nptl/sysdeps/pthread/allocalim.h: Moved ...
8545         * sysdeps/pthread/allocalim.h: ... here.
8546         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
8547         * sysdeps/pthread/bits/sigthread.h: ... here.
8548         * nptl/sysdeps/pthread/flockfile.c: Moved ...
8549         * sysdeps/pthread/flockfile.c: ... here.
8550         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
8551         * sysdeps/pthread/ftrylockfile.c: ... here.
8552         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
8553         * sysdeps/pthread/funlockfile.c: ... here.
8554         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
8555         * sysdeps/pthread/posix-timer.h: ... here.
8556         * nptl/sysdeps/pthread/timer_create.c: Moved ...
8557         * sysdeps/pthread/timer_create.c: ... here.
8558         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
8559         * sysdeps/pthread/timer_delete.c: ... here.
8560         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
8561         * sysdeps/pthread/timer_getoverr.c: ... here.
8562         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
8563         * sysdeps/pthread/timer_gettime.c: ... here.
8564         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
8565         * sysdeps/pthread/timer_routines.c: ... here.
8566         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
8567         * sysdeps/pthread/timer_settime.c: ... here.
8568         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
8569         * sysdeps/pthread/tst-timer.c: ... here.
8570         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
8571         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
8572
8573         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
8574         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
8575
8576         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
8577         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
8578         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
8579         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
8580         Update #include target.
8581         * nptl/sysdeps/i386/i686/Makefile: Moved ...
8582         * sysdeps/i386/i686/nptl/Makefile: ... here.
8583         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
8584         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
8585         Update #include target.
8586         * nptl/sysdeps/i386/i686/tls.h: Moved ...
8587         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
8588         * nptl/sysdeps/i386/Makefile: Moved ...
8589         * sysdeps/i386/nptl/Makefile: ... here.
8590         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
8591         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
8592         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
8593         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
8594         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
8595         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
8596         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
8597         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
8598         * sysdeps/i386/nptl/pthreaddef.h: ... here.
8599         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
8600         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
8601         * nptl/sysdeps/i386/tls.h: Moved ...
8602         * sysdeps/i386/nptl/tls.h: ... here.
8603
8604         * sysdeps/sh/Makefile [$(subdir) = csu]
8605         (gen-as-const-headers): Add tcb-offsets.sym.
8606         * nptl/sysdeps/sh/Makefile: File removed.
8607         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
8608         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
8609         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
8610         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
8611         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8612         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8613         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8614         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8615         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8616         * sysdeps/sh/nptl/pthreaddef.h: ... here.
8617         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8618         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8619         * nptl/sysdeps/sh/tls.h: Moved ...
8620         * sysdeps/sh/nptl/tls.h: ... here.
8621         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8622         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8623         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8624         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8625         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8626         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8627         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8628         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8629         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8630         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8631         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8632         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8633         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8634         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8635         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8636         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8637         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8638         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8639         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8640         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8641         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8642         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8643         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8644         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8645         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8646         Moved ...
8647         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8648         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8649         Moved ...
8650         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8651         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8652         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8653         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8654         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8655         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8656         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8657         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8658         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8659         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8660         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8661         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8662         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8663         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8664         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8665         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8666         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8667         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8668         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8669
8670 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
8671
8672         * posix/spawn_faction_addopen.c: Include string.h.
8673
8674 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8675
8676         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8677         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8678         * nptl/sysdeps/x86_64/Makefile: Moved ...
8679         * sysdeps/x86_64/nptl/Makefile: ... here.
8680         * nptl/sysdeps/x86_64/configure: Moved ...
8681         * sysdeps/x86_64/nptl/configure: ... here.
8682         * nptl/sysdeps/x86_64/configure.ac: Moved ...
8683         * sysdeps/x86_64/nptl/configure.ac: ... here.
8684         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8685         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8686         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8687         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8688         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8689         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8690         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8691         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8692         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8693         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8694         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8695         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8696         * nptl/sysdeps/x86_64/tls.h: Moved ...
8697         * sysdeps/x86_64/nptl/tls.h: ... here.
8698         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8699         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8700         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8701         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8702
8703         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8704
8705 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8706
8707         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8708
8709 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
8710
8711         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8712         type.
8713         [POSIX] (off_t): Likewise.
8714         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8715         [POSIX] (S_ISBLK): Require macro.
8716         [POSIX] (S_ISCHR): Likewise.
8717         [POSIX] (S_ISDIR): Likewise.
8718         [POSIX] (S_ISFIFO): Likewise.
8719         [POSIX] (S_ISREG): Likewise.
8720         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8721         optional-macro.
8722         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8723         type.
8724         [POSIX] (time_t): Likewise.
8725         [POSIX] (timer_t): Likewise.
8726
8727 2014-06-11  Florian Weimer  <fweimer@redhat.com>
8728
8729         [BZ #17048]
8730         * posix/spawn_int.h (struct __spawn_action): Make the path string
8731         non-const to support deallocation.
8732         * posix/spawn_faction_addopen.c
8733         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8734         * posix/spawn_faction_destroy.c
8735         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
8736         path in all spawn_do_open actions.
8737         * posix/tst-spawn.c (do_test): Exercise the copy operation in
8738         posix_spawn_file_actions_addopen.
8739
8740 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
8741
8742         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8743         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8744         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8745         conditional code always true.
8746         (__libc_vfork): New alias.
8747
8748 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8749
8750         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8751         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8752
8753         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8754
8755         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8756         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8757
8758         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8759         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8760
8761         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8762         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8763
8764 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8765
8766         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8767         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8768         multiarch strcmp for PPC64.
8769         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8770         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8771         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8772         multiarch optimizations.
8773         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8774         (__libc_ifunc_impl_list): Likewise.
8775
8776 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8777
8778         * benchtests/scripts/validate_benchout.py: New script.
8779         * benchtests/Makefile (bench-func): Call it.
8780         * benchtests/scripts/benchout.schema.json: New file.
8781
8782 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
8783
8784         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8785         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8786         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8787         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8788         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8789         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8790         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8791         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8792         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8793         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8794         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8795         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8796         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8797         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8798         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8799         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8800         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
8801         Moved ...
8802         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
8803         ... here.
8804         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
8805         Moved ...
8806         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8807         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
8808         Moved ...
8809         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
8810         ... here.
8811         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
8812         Moved ...
8813         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
8814         ... here.
8815         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
8816         Moved ...
8817         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8818         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
8819         Moved ...
8820         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
8821         ... here.
8822         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
8823         Moved ...
8824         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
8825         ... here.
8826         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
8827         Moved ...
8828         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8829         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
8830         Moved ...
8831         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
8832         ... here.
8833         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
8834         Moved ...
8835         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
8836         ... here.
8837         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
8838         Moved ...
8839         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
8840         ... here.
8841         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
8842         Moved ...
8843         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8844         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
8845         Moved ...
8846         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
8847         ... here.
8848         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
8849         Moved ...
8850         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
8851         ... here.
8852         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
8853         Moved ...
8854         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
8855         ... here.
8856         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
8857         Moved ...
8858         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8859         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
8860         Moved ...
8861         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
8862         ... here.
8863         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
8864         Moved ...
8865         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
8866         ... here.
8867         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
8868         Moved ...
8869         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8870         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
8871         Moved ...
8872         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
8873         ... here.
8874         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
8875         Moved ...
8876         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8877         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
8878         Moved ...
8879         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8880         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
8881         Moved ...
8882         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
8883         ... here.
8884         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
8885         Moved ...
8886         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
8887         ... here.
8888         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
8889         Moved ...
8890         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
8891         ... here.
8892         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
8893         Moved ...
8894         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8895         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8896         Moved ...
8897         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8898         ... here.
8899         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8900         Moved ...
8901         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8902         ... here.
8903         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8904         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8905         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8906         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8907         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8908         Moved ...
8909         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8910         ... here.
8911         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8912         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8913         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8914         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8915         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8916         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8917         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8918         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8919         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8920         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8921         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8922         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8923         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8924         Moved ...
8925         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8926         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8927         Moved ...
8928         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8929         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8930         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8931         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8932         Moved ...
8933         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8934         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8935         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8936         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8937         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8938         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8939         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8940
8941 2014-06-10  Wilco  <wdijkstr@arm.com>
8942
8943         * math/test-fenv-return.c: New file.
8944         * math/Makefile: Add new test test-fenv-return.
8945
8946 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8947
8948         [BZ #17042]
8949         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8950         when x - 1 is zero.
8951         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8952         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8953         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8954         0.0L for an argument of 1.0L.
8955         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8956         Likewise.
8957         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8958         value when x - 1 is zero.
8959         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8960         * sysdeps/i386/fpu/libm-test-ulps: Update.
8961         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8962
8963 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
8964
8965         [BZ #15119]
8966         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8967
8968 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8969
8970         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8971         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8972
8973 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8974
8975         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8976         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8977
8978         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8979         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8980
8981         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8982         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8983
8984         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8985         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8986
8987         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
8988         if not already defined.
8989         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
8990         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
8991         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
8992         (TLS_INIT_TP): Use it.
8993         (TLS_DEFINE_INIT_TP): New macro.
8994         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
8995
8996 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
8997
8998         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
8999         constant.
9000         [POSIX] (IXANY): Likewise.
9001         [POSIX] (OLCUC): Likewise.
9002         [POSIX || POSIX2008] (CBAUD): Do not allow.
9003         [POSIX || POSIX2008] (DEFECHO): Likewise.
9004         [POSIX || POSIX2008] (ECHOCTL): Likewise.
9005         [POSIX || POSIX2008] (ECHOKE): Likewise.
9006         [POSIX || POSIX2008] (ECHOPRT): Likewise.
9007         [POSIX || POSIX2008] (EXTA): Likewise.
9008         [POSIX || POSIX2008] (EXTB): Likewise.
9009         [POSIX || POSIX2008] (FLUSHO): Likewise.
9010         [POSIX || POSIX2008] (LOBLK): Likewise.
9011         [POSIX || POSIX2008] (PENDIN): Likewise.
9012         [POSIX || POSIX2008] (SWTCH): Likewise.
9013         [POSIX || POSIX2008] (VDISCARD): Likewise.
9014         [POSIX || POSIX2008] (VDSUSP): Likewise.
9015         [POSIX || POSIX2008] (VLNEXT): Likewise.
9016         [POSIX || POSIX2008] (VREPRINT): Likewise.
9017         [POSIX || POSIX2008] (VSTATUS): Likewise.
9018         [POSIX || POSIX2008] (VWERASE): Likewise.
9019         (B*): Change to B[0123456789]*.
9020         * conform/data/time.h-data [POSIX || UNIX98]
9021         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
9022         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
9023         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
9024         [POSIX] (tm_*): Do not allow.
9025
9026 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
9027
9028         * Makefile (install): Don't set LANGUAGE.
9029         * Makefile.in (install): Likewise.
9030         * assert/Makefile (test-assert-ENV): Remove variable.
9031         (test-assert-perr-ENV): Likewise.
9032         * elf/Makefile (neededtest4-ENV): Likewise.
9033         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9034         [$(cross-compiling) = no]: Don't set LANGUAGE.
9035         * io/ftwtest-sh (LANG): Remove variable.
9036         * libio/Makefile (tst-widetext-ENV): Likewise.
9037         * manual/install.texi (Running make install): Don't refer to
9038         environment settings for make install.
9039         * INSTALL: Regenerated.
9040         * nptl/tst-tls6.sh: Don't set LANG.
9041         * posix/globtest.sh (LANG): Remove variable.
9042         * string/Makefile (tester-ENV): Likewise.
9043         (inl-tester-ENV): Likewise.
9044         (noinl-tester-ENV): Likewise.
9045         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9046         [$(cross-compiling) = no]: Don't set LANGUAGE.
9047         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
9048         without explicit environment settings.
9049
9050 2014-06-06  Roland McGrath  <roland@hack.frob.com>
9051
9052         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
9053         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
9054         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
9055         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
9056
9057 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
9058
9059         * crypt/crypt-private.h [DOS]: Add some includes taken from the
9060         other files in the crypt directory.
9061         * crypt/crypt.c: Remove duplicate includes.
9062         * crypt/crypt-entry.c: Likewise.
9063         * crypt/crypt_util.c: Likewise.
9064
9065 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
9066
9067         * Makeconfig (run-program-env): New variable.
9068         (run-program-prefix-before-env): Likewise.
9069         (run-program-prefix-after-env): Likewise.
9070         (run-program-prefix): Define in terms of new variables.
9071         (built-program-cmd-before-env): New variable.
9072         (built-program-cmd-after-env): Likewise.
9073         (built-program-cmd): Define in terms of new variables.
9074         (test-program-prefix-before-env): New variable.
9075         (test-program-prefix-after-env): Likewise.
9076         (test-program-prefix): Define in terms of new variables.
9077         (test-program-cmd-before-env): New variable.
9078         (test-program-cmd-after-env): Likewise.
9079         (test-program-cmd): Define in terms of new variables.
9080         * Rules (make-test-out): Use $(run-program-env).
9081         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
9082         (help): Do not mention environment variables.  Mention
9083         --timeoutfactor option.
9084         (timeoutfactor): New variable.
9085         (blacklist_exports): Remove function.
9086         (exports): Remove variable.
9087         (command): Do not include ${exports}.
9088         * manual/install.texi (Configuring and compiling): Do not mention
9089         test wrappers preserving environment variables.  Mention that last
9090         assignment to a variable must take precedence.
9091         * INSTALL: Regenerated.
9092         * benchtests/Makefile (run-bench): Use $(run-program-env).
9093         * catgets/Makefile ($(objpfx)test1.cat): Use
9094         $(built-program-cmd-before-env), $(run-program-env) and
9095         $(built-program-cmd-after-env).
9096         ($(objpfx)test2.cat): Do not specify environment variables
9097         explicitly.
9098         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
9099         $(run-program-env) and $(built-program-cmd-after-env).
9100         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
9101         $(run-program-env) and $(test-program-cmd-after-env).
9102         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
9103         explicitly.
9104         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
9105         run_program_env and test_program_cmd_after_env arguments.
9106         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
9107         * elf/tst-pathopt.sh: Use run_program_env argument.
9108         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
9109         $(test-wrapper-env) and $(run-program-env).
9110         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
9111         run_program_env arguments.
9112         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
9113         * intl/Makefile ($(objpfx)tst-gettext.out): Use
9114         $(test-program-prefix-before-env), $(run-program-env) and
9115         $(test-program-prefix-after-env).
9116         ($(objpfx)tst-gettext2.out): Likewise.
9117         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
9118         run_program_env and test_program_prefix_after_env arguments.
9119         * intl/tst-gettext2.sh: Likewise.
9120         * intl/tst-gettext4.sh: Do not set environment variables
9121         explicitly.
9122         * intl/tst-gettext6.sh: Likewise.
9123         * intl/tst-translit.sh: Likewise.
9124         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
9125         $(test-program-prefix-before-env), $(run-program-env) and
9126         $(test-program-prefix-after-env).
9127         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
9128         run_program_env and test_program_prefix_after_env arguments.
9129         * math/Makefile (run-regen-ulps): Use $(run-program-env).
9130         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
9131         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
9132         explicitly with each use of ${test_wrapper_env}.
9133         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
9134         $(test-program-prefix-before-env), $(run-program-env) and
9135         $(test-program-prefix-after-env).
9136         * posix/tst-getconf.sh: Do not set environment variables
9137         explicitly.
9138         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
9139         run_program_env and test_program_prefix_after_env arguments.
9140         * stdio-common/tst-printf.sh: Do not set environment variables
9141         explicitly.
9142         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
9143         $(test-program-prefix-before-env), $(run-program-env) and
9144         $(test-program-prefix-after-env).
9145         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
9146         run_program_env and test_program_prefix_after_env arguments.
9147         Split $test calls into $test_pre and $test.
9148         * timezone/Makefile (build-testdata): Use
9149         $(built-program-cmd-before-env), $(run-program-env) and
9150         $(built-program-cmd-after-env).
9151
9152 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9153
9154         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
9155         strlen for non SHARED builds.
9156
9157 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
9158
9159         * nptl/allocatestack.c (check_list): Inlined function...
9160         (__reclaim_stacks): ... here.
9161
9162 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9163
9164         [BZ #15698]
9165         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
9166         memory overrun.
9167
9168 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
9169
9170         * Rules (make-test-out): Include
9171         LOCPATH=$(common-objpfx)localedata in default environment.
9172         * debug/Makefile (tst-chk1-ENV): Remove variable.
9173         (tst-chk2-ENV): Likewise.
9174         (tst-chk3-ENV): Likewise.
9175         (tst-chk4-ENV): Likewise.
9176         (tst-chk5-ENV): Likewise.
9177         (tst-chk6-ENV): Likewise.
9178         (tst-lfschk1-ENV): Likewise.
9179         (tst-lfschk2-ENV): Likewise.
9180         (tst-lfschk3-ENV): Likewise.
9181         (tst-lfschk4-ENV): Likewise.
9182         (tst-lfschk5-ENV): Likewise.
9183         (tst-lfschk6-ENV): Likewise.
9184         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
9185         (tst-iconv7-ENV): Likewise.
9186         * intl/Makefile (LOCPATH-ENV): Likewise.
9187         (tst-codeset-ENV): Likewise.
9188         (tst-gettext3-ENV): Likewise.
9189         (tst-gettext5-ENV): Likewise.
9190         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
9191         (tst-fopenloc-ENV): Likewise.
9192         (tst-fgetws-ENV): Remove variable.
9193         (tst-ungetwc1-ENV): Likewise.
9194         (tst-ungetwc2-ENV): Likewise.
9195         (bug-ungetwc2-ENV): Likewise.
9196         (tst-swscanf-ENV): Likewise.
9197         (bug-ftell-ENV): Likewise.
9198         (tst-fgetwc-ENV): Likewise.
9199         (tst-fseek-ENV): Likewise.
9200         (tst-ftell-partial-wide-ENV): Likewise.
9201         (tst-ftell-active-handler-ENV): Likewise.
9202         (tst-ftell-append-ENV): Likewise.
9203         * posix/Makefile (tst-fnmatch-ENV): Likewise.
9204         (tst-regexloc-ENV): Likewise.
9205         (bug-regex1-ENV): Likewise.
9206         (tst-regex-ENV): Likewise.
9207         (tst-regex2-ENV): Likewise.
9208         (bug-regex5-ENV): Likewise.
9209         (bug-regex6-ENV): Likewise.
9210         (bug-regex17-ENV): Likewise.
9211         (bug-regex18-ENV): Likewise.
9212         (bug-regex19-ENV): Likewise.
9213         (bug-regex20-ENV): Likewise.
9214         (bug-regex22-ENV): Likewise.
9215         (bug-regex23-ENV): Likewise.
9216         (bug-regex25-ENV): Likewise.
9217         (bug-regex26-ENV): Likewise.
9218         (bug-regex30-ENV): Likewise.
9219         (bug-regex32-ENV): Likewise.
9220         (bug-regex33-ENV): Likewise.
9221         (bug-regex34-ENV): Likewise.
9222         (bug-regex35-ENV): Likewise.
9223         (tst-rxspencer-ENV): Likewise.
9224         (tst-rxspencer-no-utf8-ENV): Likewise.
9225         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
9226         (tst-sscanf-ENV): Likewise.
9227         (tst-swprintf-ENV): Likewise.
9228         (tst-swscanf-ENV): Likewise.
9229         (test-vfprintf-ENV): Likewise.
9230         (scanf13-ENV): Likewise.
9231         (bug14-ENV): Likewise.
9232         (tst-grouping-ENV): Likewise.
9233         * stdlib/Makefile (tst-strtod-ENV): Likewise.
9234         (tst-strtod3-ENV): Likewise.
9235         (tst-strtod4-ENV): Likewise.
9236         (tst-strtod5-ENV): Likewise.
9237         (testmb2-ENV): Likewise./
9238         * string/Makefile (tst-strxfrm-ENV): Likewise.
9239         (tst-strxfrm2-ENV): Likewise.
9240         (bug-strcoll1-ENV): Likewise.
9241         (test-strcasecmp-ENV): Likewise.
9242         (test-strncasecmp-ENV): Likewise.
9243         * time/Makefile (tst-strptime-ENV): Likewise.
9244         (tst-ftime_l-ENV): Likewise.
9245         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
9246         (tst-mbrtowc-ENV): Likewise.
9247         (tst-wcrtomb-ENV): Likewise.
9248         (tst-mbrtowc2-ENV): Likewise.
9249         (tst-c16c32-1-ENV): Likewise.
9250         (tst-mbsnrtowcs-ENV): Likewise.
9251
9252 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9253
9254         * manual/resource.texi (How to get information about the memory
9255         subsystem?): Fix typo.
9256         Reported by Peon de la Parra Ivan <peon@keba.com>
9257
9258 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
9259
9260         [BZ #16882]
9261         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
9262         (pthread_spin_lock): Branch out of spin loop to proper location.
9263         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
9264         (pthread_spin_lock): Likewise.
9265
9266         * nptl/tst-spin4.c: New test.
9267         * nptl/Makefile (tests): Add tst-spin4.
9268
9269 2014-06-03  Andreas Schwab  <schwab@suse.de>
9270
9271         [BZ #15946]
9272         * resolv/res_send.c (send_dg): Reload file descriptor after
9273         calling reopen.
9274
9275 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
9276
9277         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9278
9279 2014-06-03  Richard Henderson  <rth@redhat.com>
9280
9281         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
9282         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
9283         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
9284         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
9285         in the SAVE_PID block.
9286         (__libc_vfork): New alias.
9287         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
9288
9289         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
9290         child in registers, not on the stack.  Remove RESET_PID conditionals.
9291         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
9292
9293 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9294
9295         * sysdeps/aarch64/libm-test-ulps: Regenerate.
9296
9297 2014-06-03  Wilco  <wdijkstr@arm.com>
9298
9299         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
9300         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
9301         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9302         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
9303         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
9304         Likewise.
9305
9306 2014-06-03  Wilco  <wdijkstr@arm.com>
9307
9308         * sysdeps/aarch64/fpu/math_private.h
9309         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
9310         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
9311         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
9312         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9313         Fix declarations.
9314
9315 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9316
9317         * crypt/crypt-private.h: Include ufc-crypt.h.
9318         (__b64_from_24bit): Declare extern.
9319         * crypt/crypt_util.c(__b64_from_24bit): New function.
9320         (b64t): New static const variable.
9321         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
9322         (b64t): Remove variable.
9323         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
9324         * crypt/sha256-crypt.c: Include crypt-private.h.
9325         (b64t): Remove variable.
9326         (__sha256_crypt_r): Remove b64_from_24bit and replace
9327         with __b64_from_24bit.
9328         * crypt/sha512-crypt.c: Likewise.
9329
9330 2014-06-02  Roland McGrath  <roland@hack.frob.com>
9331
9332         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
9333         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
9334         Label the code __libc_vfork rather than __vfork.
9335         [!NOT_IN_libc] (vfork): Define as weak alias.
9336         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
9337         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
9338         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
9339
9340 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9341
9342         * malloc/malloc.c (malloc_info): Fix format specifier for
9343         n_mmaps.
9344
9345 2014-06-02  Wilco  <wdijkstr@arm.com>
9346
9347         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
9348         FPCR write.
9349
9350 2014-06-02  Wilco  <wdijkstr@arm.com>
9351
9352         [BZ #17009]
9353         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
9354         Rewrite to reduce FPCR/FPSR accesses.
9355
9356 2014-06-01  David S. Miller  <davem@davemloft.net>
9357
9358         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9359
9360 2014-05-31  David S. Miller  <davem@davemloft.net>
9361
9362         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
9363         to occur in round to nearest mode when |x| >= 2.0
9364
9365 2014-05-30  Richard Henderson  <rth@twiddle.net>
9366
9367         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
9368         (PSEUDO_RET_NOERRNO): Remove.
9369         (ret): Don't redefine.
9370         (ret_NOERRNO): Define in terms of ret.
9371         (ret_ERRVAL): Likewise.
9372
9373         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
9374         use of PSEUDO_RET; perform the error check directly.
9375
9376 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
9377
9378         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
9379         with __int128_t.
9380
9381 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9382
9383         * malloc/malloc (malloc_info): Fix formatting.
9384
9385 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9386             Roland McGrath  <roland@hack.frob.com>
9387
9388         * malloc/malloc (malloc_info): Also print mmapped statistics.
9389
9390 2014-05-30  Roland McGrath  <roland@hack.frob.com>
9391
9392         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
9393         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
9394
9395 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
9396
9397         * malloc/malloc.c (malloc_info): Inline mi_arena.
9398
9399 2014-05-29  Richard Henderson  <rth@twiddle.net>
9400
9401         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
9402         Remove comma before expanding ASM_ARGS_##nr.
9403         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
9404         Make _x0 a strict output; make _x8 a strict input; adjust expansion
9405         of ASM_ARGS_##nr.
9406         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
9407         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
9408         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
9409         (ASM_ARGS_1): Add leading comma.
9410
9411         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
9412         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
9413         to __errno_location.
9414         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
9415         Remove the expected plt for __errno_location.
9416
9417         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9418         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
9419         call to __read_tp.
9420
9421         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9422         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
9423         it and break it down.
9424         (DOCARGS_0, DOCARGS_1): Do nothing.
9425         (DOCARGS_2): Update to store into the new stack frame.
9426         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
9427         (UNDOCARGS_1): Update to restore from the new stack frame.
9428         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
9429         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
9430
9431         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9432         (SINGLE_THREAD_P): New parameter for result regno.
9433         (PSEUDO): Update to match; use cbz instead of beq.
9434
9435         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9436         Use ENTRY to define the _nocancel entry point.  Share the syscall
9437         and syscall error check paths with the cancel path.
9438         (PSEUDO_END): New.
9439
9440         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
9441         whitespace; tabs before and after asm mnemonics.
9442
9443 2014-05-29  Eric Wong  <normalperson@yhbt.net>
9444
9445         [BZ #15132]
9446         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9447         Call fstat64 or stat64 internally, depending on arguments passed.
9448         Replace stat buffer argument with file descriptor argument.
9449         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
9450         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9451         Pass fd to __internal_statvfs instead of calling fstat64.
9452         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
9453         Pass fd to __internal_statvfs64 instead of calling fstat64.
9454         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
9455         Pass -1 to __internal_statvfs instead of calling stat64.
9456         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
9457         Pass -1 to __internal_statvfs64 instead of calling stat64.
9458
9459 2014-05-28  Roland McGrath  <roland@hack.frob.com>
9460
9461         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
9462         that was previously under [RESET_PID].
9463         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
9464
9465         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
9466         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
9467
9468 2014-05-27  Roland McGrath  <roland@hack.frob.com>
9469
9470         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
9471
9472         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
9473         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
9474
9475 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
9476
9477         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
9478
9479 2014-05-27  Andreas Schwab  <schwab@suse.de>
9480
9481         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
9482         TLS_INIT_TP macro.
9483         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
9484         * elf/rtld.c (init_tls, dl_main): Likewise.
9485         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
9486         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
9487         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
9488         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
9489         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
9490         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
9491         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
9492         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
9493         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
9494         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
9495         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
9496         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
9497         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
9498         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
9499         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
9500         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
9501         * sysdeps/generic/tls.h: Update description.
9502
9503 2014-05-27  Will Newton  <will.newton@linaro.org>
9504
9505         [BZ #16990]
9506         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
9507         and restore r2 rather than just restoring.
9508
9509 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9510
9511         [BZ #16724]
9512         * libio/tst-ftell-append.c: New test case.
9513         * libio/Makefile (tests): Add test case.
9514         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
9515         append mode.
9516         * libio/wfileops.c (do_ftell_wide): Likewise.
9517
9518 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9519
9520         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9521
9522         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
9523         ...
9524         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
9525         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
9526         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
9527         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
9528         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
9529         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
9530         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
9531         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
9532         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
9533         Moved ...
9534         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
9535         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9536         Moved ...
9537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
9538         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
9539         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
9540         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
9541         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
9542         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
9543         ...
9544         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
9545         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
9546         Moved ...
9547         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
9548         here.
9549         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
9550         ...
9551         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
9552         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
9553         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
9554
9555         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
9556         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
9557         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
9558         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
9559
9560         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
9561         merge into ...
9562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
9563         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
9564         ...
9565         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
9566         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
9567         ...
9568         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
9569         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9570         Moved ...
9571         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
9572         here.
9573         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9574         Moved ...
9575         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
9576         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9577         Moved ...
9578         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
9579
9580         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
9581         conditional [RESET_PID].
9582         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9583         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
9584         removed.
9585         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
9586         removed.
9587
9588         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
9589         <tcb-offsets.h>.
9590         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9591         (__libc_vfork): New strong alias.
9592         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
9593         removed.
9594         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
9595         Removed.
9596
9597         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
9598         <tcb-offsets.h>.
9599         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
9600         (__libc_vfork): New strong alias.
9601         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
9602         removed.
9603         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
9604         removed.
9605
9606 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
9607
9608         * malloc/malloc.c (mi_arena): New function.
9609         (malloc_info): Remove nested function mi_arena. Call non-nosted
9610         function mi_arena.
9611
9612 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9613
9614         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9615         by insrwi.
9616         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9617         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9618         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9619         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9620         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9621         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9622         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9623
9624 2014-05-26  Andreas Schwab  <schwab@suse.de>
9625
9626         [BZ #16984]
9627         * locale/programs/repertoire.c (repertoire_read): Add slash
9628         between I18NPATH element and file name.
9629         * locale/programs/locfile.c (locfile_read): Likewise.
9630
9631 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9632
9633         * nptl/pthread_mutexattr_settype.c
9634         (__pthread_mutexattr_settype):
9635         Disable lock elision for PTHREAD_MUTEX_NORMAL.
9636
9637 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9638
9639         * nptl/tst-mutex5 (do_test):
9640         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9641
9642 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9643
9644         * benchtests/README: Document 'init' directive.
9645         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9646         BENCH_INIT.
9647         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9648         (parse_file): Recognize 'init' directive.
9649
9650 2014-05-26  Kyle McMartin  <kyle@redhat.com>
9651
9652         [BZ #16796]
9653         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9654         alignment of struct pthread.
9655
9656 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9657
9658         [BZ #16878]
9659         * nscd/netgroupcache.c (addgetnetgrentX): Look for
9660         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9661         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9662         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9663
9664 2014-05-25  Richard Henderson  <rth@twiddle.net>
9665
9666         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9667         (SINGLE_THREAD_P_PIC): Remove.
9668         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9669         (SINGLE_THREAD_P_PIC): Remove.
9670
9671         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9672         branch to syscall error ...
9673         (PSEUDO): ... here.
9674         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9675         from __local_syscall_error to .Lsyscall_error.
9676         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9677         (SYSCALL_ERROR): Update label name.
9678
9679         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9680         Do not use DOARGS/UNDOARGS.
9681         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9682         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9683         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9684         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9685         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9686
9687         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9688         block comment.
9689
9690         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9691         define if !NOT_IN_libc.
9692         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9693         define with non-default symbol versions.
9694
9695 2014-05-23  Richard Henderson  <rth@twiddle.net>
9696
9697         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9698         (vfork, __vfork): Define via compat_symbol.
9699
9700         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9701         [!HAVE_IFUNC] (vfork_compat): Remove.
9702         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9703
9704 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9705
9706         [BZ #16978]
9707         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9708         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9709         variable.
9710
9711 2014-05-23  Richard Henderson  <rth@twiddle.net>
9712
9713         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9714         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9715         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9716         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9717
9718         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9719         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9720         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9721         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9722         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9723         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9724         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9725         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9726         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9727         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9728         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9729         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9730         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9731         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9732         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9733         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9734         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9735         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9736         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9737         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9738         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9739         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9740         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9741         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9742         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9743         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9744         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9745         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9746         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9747         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9748         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9749         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9750         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9751         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9752         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9753         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9754         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9755         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9756         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9757         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9758         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9759         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9760         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9761         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9762         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9763         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9764         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9765         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9766         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9767         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9768         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9769         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9770         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9771         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9772         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9773         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9774
9775         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9776         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9777         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
9778         before exiting on error.
9779         (__libc_vfork): New strong alias.
9780         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9781         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9782
9783         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9784         that was previously under [RESET_PID].
9785         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9786
9787         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9788
9789 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9790
9791         [BZ #16977]
9792         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9793         value when x - 1 is zero.
9794         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9795         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9796         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9797         0.0L for an argument of 1.0L.
9798         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9799         Likewise.
9800         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9801         value when x - 1 is zero.
9802         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9803         * sysdeps/i386/fpu/libm-test-ulps: Update.
9804         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9805
9806 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9807
9808         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9809         alphasort and versionsort.
9810
9811 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9812
9813         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9814         macro.
9815         [copysignf]: Likewise.
9816
9817 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9818
9819         * crypt/md5-crypt.c: Fix formatting.
9820
9821 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9822
9823         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9824         (b64_from_24bit): New function.
9825
9826 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9827
9828         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9829         libc_hidden_builtin_def to ifunc.
9830         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9831         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9832
9833 2014-05-21  Roland McGrath  <roland@hack.frob.com>
9834
9835         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9836         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9837
9838 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
9839
9840         * nscd/Depend (linuxthreads): Remove.
9841         (nptl): Add.
9842         * resolv/Depend (linuxthreads): Remove.
9843         * rt/Depend (linuxthreads): Remove.
9844
9845         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9846         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9847         $(common-objpfx)elf/.
9848         (link-libc-before-gnulib): Likewise.
9849         (elfobjdir): Remove variable.
9850         * Makefile (install): Use $(elf-objpfx) instead of
9851         $(common-objpfx)elf/.
9852         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9853         $(elfobjdir)/.
9854         (link-libc-deps): Likewise.
9855         ($(common-objpfx)libc.so): Likewise.
9856         ($(common-objpfx)linkobj/libc.so): Likewise.
9857         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9858         instead of $(common-objpfx)elf/.
9859         (symbolic-link-list): Likewise.
9860         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9861         [$(cross-compiling) = no]: Likewise.
9862         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9863         $(elfobjdir)/.
9864         (static-gnulib-arch): Likewise.
9865         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9866         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9867         $(common-objpfx)elf/.
9868
9869 2014-05-21  Richard Henderson  <rth@redhat.com>
9870
9871         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9872         (SINGLE_THREAD_P): Use the correct width load.  Fold
9873         into the ldr offset.
9874
9875         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9876         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9877
9878 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
9879
9880         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9881         (libgcc_s_resume): Use __attribute_used__.
9882         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9883         Likewise.
9884
9885 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9886
9887         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9888         optimization when used with float constants.
9889
9890         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9891
9892 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
9893
9894         [BZ #16915]
9895         * locale/nl_langinfo_l.c: Make direct reference to every
9896         _nl_current_CATEGORY symbol.
9897         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9898         (tests-static): Add tst-langinfo-static.
9899         (tests-special): Add tst-langinfo-static.out.
9900         ($(objpfx)tst-langinfo.out): Redirect output.
9901         ($(objpfx)tst-langinfo-static.out): New.
9902         * localedata/tst-langinfo.sh: Send output to stdout.
9903         * localedata/tst-langinfo-static.c: New file.
9904
9905         [BZ #16965]
9906         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9907         when the shift amount is modulo the limb size.
9908
9909 2014-05-20  Richard Henderson  <rth@redhat.com>
9910
9911         [BZ #16967]
9912         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9913         Change type of sa_flags from unsigned int to int.
9914
9915         [BZ #16966]
9916         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9917
9918         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9919
9920 2014-05-20  Will Newton  <will.newton@linaro.org>
9921
9922         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9923         Test the return value of the system call in the nocancel case.
9924
9925 2014-05-20  Will Newton  <will.newton@linaro.org>
9926             Yvan Roux  <yvan.roux@linaro.org>
9927
9928         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9929         #include of asm/ptrace.h.
9930         (PTRACE_GET_THREAD_AREA): Remove #undef.
9931         (PTRACE_GETHBPREGS): Likewise.
9932         (PTRACE_SETHBPREGS): Likewise.
9933         (struct user_regs_struct): New structure.
9934         (struct user_fpsimd_struct): New structure.
9935         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9936         #include of asm/ptrace.h and second #include of sys/user.h.
9937         (PTRACE_GET_THREAD_AREA): Remove #undef.
9938         (PTRACE_GETHBPREGS): Likewise.
9939         (PTRACE_SETHBPREGS): Likewise.
9940         (ELF_NGREG): Use new struct user_regs_struct.
9941         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9942
9943 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9944
9945         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9946         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9947
9948 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9949
9950         [BZ #16958]
9951         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9952         membar to avoid block loads/stores to overlap previous stores.
9953
9954 2014-05-17  Richard Henderson  <rth@redhat.com>
9955
9956         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9957         Create the __##syscall_name##_nocancel entry point.
9958         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9959         Remove; let the sysdep-cancel.h code create it.
9960
9961 2014-05-17  David S. Miller  <davem@davemloft.net>
9962
9963         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9964         Protect with __USE_GNU.
9965         (TIOCSET_TEMPT): Likewise.
9966         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9967         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9968         these are already provided in bits/ioctl-types.h
9969
9970 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9971
9972         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9973         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9974
9975         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9976         Use wait4 regardless of [__NR_waitpid].
9977
9978 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9979
9980         PR libgcc/60166
9981         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9982         (_FP_NANSIGN_Q): Set the quiet bit.
9983
9984 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
9985
9986         * benchtests/Makefile
9987         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
9988         not $(common-objpfx)math/libm.so.
9989         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
9990         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
9991         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
9992         $(common-objpfx)dlfcn/libdl.so.
9993         ($(objpfx)tst-audit8): Depend on $(libm), not
9994         $(common-objpfx)math/libm.so.
9995         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
9996         not $(common-objpfx)dlfcn/libdl.so.
9997         * math/Makefile
9998         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
9999         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
10000         [$(build-shared) = yes].
10001         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
10002         $(common-objpfx)nptl/libpthread.so.
10003         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
10004         $(common-objpfx)math/libm.so$(libm.so-version) or
10005         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
10006         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
10007         $(common-objpfx)dlfcn/libdl.so.
10008         * setjmp/Makefile (link-libm): Remove variable.
10009         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
10010         * stdio-common/Makefile (link-libm): Remove variable.
10011         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
10012         * stdlib/Makefile (link-libm): Remove variable.
10013         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
10014         ($(objpfx)tst-strtod-round): Likewise.
10015         ($(objpfx)tst-tininess): Likewise.
10016         ($(objpfx)tst-strtod-underflow): Likewise.
10017         ($(objpfx)tst-strtod6): Likewise.
10018         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
10019         $(libdl), not $(common-objpfx)nptl/libpthread.so and
10020         $(common-objpfx)dlfcn/libdl.so.
10021
10022 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10023
10024         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
10025         BSD terminal modes definitions.
10026
10027 2014-05-16  Roland McGrath  <roland@hack.frob.com>
10028
10029         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
10030         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
10031
10032         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
10033         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
10034         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
10035         Don't do #include_next.
10036         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
10037         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
10038         Don't do #include_next.
10039         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
10040         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
10041         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
10042         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
10043
10044 2014-05-16  Allan McRae  <allan@archlinux.org>
10045
10046         * po/sv.po: Update Swedish translation from translation project.
10047
10048         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
10049         in sed expression.
10050
10051 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
10052
10053         [BZ #16917]
10054         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
10055         errno if the TIOCGPTN ioctl fails with an error different than
10056         EINVAL.
10057         * login/tst-ptsname.c: New file.
10058         * login/Makefile (tests): Add tst-ptsname.
10059
10060         [BZ #16943]
10061         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
10062         and prlimit64.
10063
10064 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
10065
10066         [BZ #16849]
10067         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
10068         herrno to return EAI_AGAIN.
10069
10070 2014-05-14  Roland McGrath  <roland@hack.frob.com>
10071
10072         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
10073         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
10074         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
10075         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
10076         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
10077         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
10078         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
10079         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
10080         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
10081         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
10082         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
10083         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
10084         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
10085         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
10086         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
10087         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
10088         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
10089         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
10090         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
10091         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
10092         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
10093         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
10094         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
10095         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
10096         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
10097         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
10098         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
10099         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
10100         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
10101         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
10102         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
10103         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
10104         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
10105         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
10106         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
10107         Moved ...
10108         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
10109         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
10110         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
10111         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
10112         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
10113         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
10114         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
10115         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
10116         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
10117         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
10118         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
10119         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
10120         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
10121         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
10122         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
10123         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
10124         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
10125         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
10126         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
10127         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
10128         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
10129         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
10130         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
10131         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
10132         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
10133         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
10134         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
10135         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
10136         Moved ...
10137         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
10138         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
10139         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
10140         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
10141         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
10142         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
10143         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
10144         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
10145         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
10146         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
10147         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
10148         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
10149         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
10150         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
10151         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
10152         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
10153         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
10154         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
10155         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
10156         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
10157         Moved ...
10158         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
10159         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
10160         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
10161
10162         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
10163         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
10164         (libpthread-sysdep_routines): Add elision-related stuff here instead.
10165         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
10166         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
10167         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
10168         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
10169         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
10170         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
10171         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
10172         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
10173         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
10174         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
10175         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
10176         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
10177         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
10178         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
10179         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
10180         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
10181         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
10182         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
10183         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
10184         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
10185         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
10186         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
10187         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
10188         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
10189         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
10190         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
10191         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
10192         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
10193
10194         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
10195         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
10196
10197         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
10198         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
10199         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
10200         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
10201         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
10202         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
10203         Moved ...
10204         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
10205         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
10206         Moved ...
10207         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
10208         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
10209         Moved ...
10210         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
10211         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
10212         Moved ...
10213         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
10214         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
10215         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
10216         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
10217         Moved ...
10218         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
10219         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
10220         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
10221         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
10222         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
10223         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
10224         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
10225         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
10226         Moved ...
10227         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
10228         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10229         Moved ...
10230         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10231         ... here.
10232         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
10233         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
10234         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
10235         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
10236         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10237         Moved ...
10238         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10239         ... here.
10240         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
10241         Moved ...
10242         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
10243         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
10244         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
10245         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
10246         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
10247         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
10248         Moved ...
10249         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
10250         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
10251         Moved ...
10252         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
10253         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
10254         Moved ...
10255         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
10256         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
10257         Moved ...
10258         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
10259         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
10260         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
10261         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
10262         Moved ...
10263         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
10264         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
10265         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
10266         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
10267         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
10268         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
10269         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
10270         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
10271         Moved ...
10272         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
10273         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10274         Moved ...
10275         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10276         ... here.
10277         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
10278         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
10279         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
10280         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
10281         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10282         Moved ...
10283         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10284         ... here.
10285         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
10286         Moved ...
10287         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
10288         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
10289         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
10290         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
10291         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
10292         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
10293         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
10294         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
10295         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
10296         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
10297         Moved ...
10298         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
10299         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
10300         Moved ...
10301         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
10302         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
10303         Moved ...
10304         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
10305         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
10306         Moved ...
10307         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
10308         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
10309         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
10310         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
10311         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
10312         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
10313         Moved ...
10314         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
10315         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
10316         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
10317         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
10318         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
10319         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
10320         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
10321         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
10322         Moved ...
10323         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
10324         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10325         Moved ...
10326         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10327         ... here.
10328         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
10329         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
10330         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
10331         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
10332         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10333         Moved ...
10334         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10335         ... here.
10336         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
10337         Moved ...
10338         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
10339         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
10340         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
10341         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
10342         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
10343         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
10344         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
10345         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
10346         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
10347         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
10348         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
10349
10350         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
10351         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
10352
10353         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
10354         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
10355
10356         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
10357         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
10358         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
10359         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
10360         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
10361         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
10362         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
10363         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
10364         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
10365         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
10366         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
10367         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
10368         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
10369         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
10370         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
10371         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
10372         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
10373         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
10374         Moved ...
10375         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
10376         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
10377         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
10378         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
10379         Moved ...
10380         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
10381         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
10382         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
10383         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
10384         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
10385         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
10386         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
10387         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
10388         Moved ...
10389         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
10390         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
10391         Moved ...
10392         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
10393         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
10394         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
10395         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
10396         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
10397         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
10398         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
10399         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
10400         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
10401         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
10402         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
10403         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
10404         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
10405         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
10406         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
10407         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
10408         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
10409
10410         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
10411         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
10412         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
10413         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
10414         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
10415
10416         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
10417         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
10418         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
10419         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
10420         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
10421         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
10422         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
10423         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
10424         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
10425         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
10426
10427         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
10428         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
10429
10430         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
10431         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
10432         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
10433         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
10434         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
10435         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
10436         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
10437         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
10438         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
10439         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
10440         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
10441         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
10442         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
10443         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
10444         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
10445         Update #include.
10446         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
10447         Likewise.
10448         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
10449         Likewise.
10450         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
10451         Likewise.
10452         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
10453         Likewise.
10454         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
10455         Likewise.
10456         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
10457         Likewise.
10458         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10459         Likewise.
10460         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
10461         Likewise.
10462         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
10463         Likewise.
10464         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
10465         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
10466         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
10467         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
10468         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
10469         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
10470         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
10471         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
10472         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
10473         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
10474         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
10475         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
10476         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
10477         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
10478         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
10479
10480         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
10481         that was previously under [RESET_PID].
10482         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
10483         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
10484         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
10485
10486         * sysdeps/i386/nptl/Implies: New file.
10487         * sysdeps/x86_64/nptl/Implies: New file.
10488         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
10489         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
10490         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
10491         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
10492
10493         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
10494         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10495         (__libc_vfork): New strong alias.
10496         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
10497         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
10498
10499         * sysdeps/unix/sysv/linux/x86_64/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/x86_64/vfork.S: File removed.
10503         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
10504
10505         * sysdeps/unix/sysv/linux/arm/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         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
10509         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
10510         * nptl/pt-vfork.c: New file.
10511         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
10512         (libpthread: GLIBC_2.20): New version set (empty).
10513
10514 2014-05-14  Will Newton  <will.newton@linaro.org>
10515
10516         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
10517         rather than #if.
10518
10519 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10520
10521         [BZ #16564]
10522         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
10523         arguments with exponent 65 or above.
10524         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
10525         arguments 0x1p113L or above.
10526         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
10527         to arguments 0x1p107L or above.
10528         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
10529         positive arguments with exponent 65 or above.
10530         * math/auto-libm-test-in: Add more tests of log1p.
10531         * math/auto-libm-test-out: Regenerated.
10532
10533         [BZ #16928]
10534         * math/s_cacos.c (__cacos): Ensure zero real part of result from
10535         non-finite arguments is +0.
10536         * math/s_cacosf.c (__cacosf): Likewise.
10537         * math/s_cacosl.c (__cacosl): Likewise.
10538         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
10539         * sysdeps/i386/fpu/libm-test-ulps: Update.
10540         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10541
10542         [BZ #16927]
10543         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
10544         value.
10545         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
10546         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
10547         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
10548         for explicit high bit of mantissa when testing for argument equal
10549         to 1.
10550         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
10551         * sysdeps/i386/fpu/libm-test-ulps: Update.
10552         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10553
10554         [BZ #16516]
10555         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
10556         (__erf): Scale by 16 instead of 8 in potentially underflowing
10557         case.  Ensure exception if result actually underflows.
10558         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
10559         (__erff): Scale by 16 instead of 8 in potentially underflowing
10560         case.  Ensure exception if result actually underflows.
10561         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
10562         (efx8): Remove variable.
10563         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10564         case.  Ensure exception if result actually underflows.
10565         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
10566         (efx8): Remove variable.
10567         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10568         case.  Ensure exception if result actually underflows.
10569         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
10570         (efx8): Remove variable.
10571         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10572         case.  Ensure exception if result actually underflows.
10573         * math/auto-libm-test-in: Add more tests of erf.
10574         * math/auto-libm-test-out: Regenerated.
10575
10576 2014-05-14  Andreas Schwab  <schwab@suse.de>
10577
10578         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
10579         Remove code conditionalized on USE___THREAD.
10580
10581         * config.h.in (HAVE_PT_CHOWN): Define as 0.
10582         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
10583         not definedness.
10584
10585 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10586
10587         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
10588         Define unconditionally.
10589         (__ASSUME_O_CLOEXEC): Likewise.
10590         (__ASSUME_SOCK_CLOEXEC): Likewise.
10591         (__ASSUME_IN_NONBLOCK): Likewise.
10592         (__ASSUME_PIPE2): Likewise.
10593         (__ASSUME_EVENTFD2): Likewise.
10594         (__ASSUME_SIGNALFD4): Likewise.
10595         (__ASSUME_DUP3): Likewise.
10596         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10597         (__ASSUME_DUP3): Do not define.
10598         (__ASSUME_EVENTFD2): Likewise.
10599         (__ASSUME_IN_NONBLOCK): Likewise.
10600         (__ASSUME_O_CLOEXEC): Likewise.
10601         (__ASSUME_PIPE2): Likewise.
10602         (__ASSUME_SIGNALFD4): Likewise.
10603         (__ASSUME_SOCK_CLOEXEC): Likewise.
10604         (__ASSUME_UTIMES): Undefine.
10605         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10606         (__ASSUME_UTIMES): Do not define.
10607         (__ASSUME_O_CLOEXEC): Likewise.
10608         (__ASSUME_SOCK_CLOEXEC): Likewise.
10609         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
10610         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
10611         0x020621].
10612         (__ASSUME_PIPE2): Likewise.
10613         (__ASSUME_EVENTFD2): Likewise.
10614         (__ASSUME_SIGNALFD4): Likewise.
10615         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10616         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10617         Do not define.
10618         (__ASSUME_EVENTFD2): Likewise.
10619         (__ASSUME_SIGNALFD4): Likewise.
10620         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10621         (__ASSUME_32BITUIDS): Likewise.
10622         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10623         (__ASSUME_IPC64): Likewise.
10624         (__ASSUME_ST_INO_64_BIT): Likewise.
10625         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10626         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10627         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10628         (__ASSUME_UTIMES): Do not define.
10629         (__ASSUME_PSELECT): Likewise.
10630         (__ASSUME_PPOLL): Likewise.
10631         (__ASSUME_O_CLOEXEC): Likewise.
10632         (__ASSUME_SOCK_CLOEXEC): Likewise.
10633         (__ASSUME_IN_NONBLOCK): Likewise.
10634         (__ASSUME_PIPE2): Likewise.
10635         (__ASSUME_EVENTFD2): Likewise.
10636         (__ASSUME_SIGNALFD4): Likewise.
10637         (__ASSUME_DUP3): Likewise.
10638         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10639         (__ASSUME_UTIMES): Likewise.
10640         (__ASSUME_O_CLOEXEC): Likewise.
10641         (__ASSUME_SOCK_CLOEXEC): Likewise.
10642         (__ASSUME_IN_NONBLOCK): Likewise.
10643         (__ASSUME_PIPE2): Likewise.
10644         (__ASSUME_EVENTFD2): Likewise.
10645         (__ASSUME_SIGNALFD4): Likewise.
10646         (__ASSUME_DUP3): Likewise.
10647         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10648         (__ASSUME_UTIMES): Likewise.
10649         (__ASSUME_O_CLOEXEC): Likewise.
10650         (__ASSUME_SOCK_CLOEXEC): Likewise.
10651         (__ASSUME_IN_NONBLOCK): Likewise.
10652         (__ASSUME_PIPE2): Likewise.
10653         (__ASSUME_EVENTFD2): Likewise.
10654         (__ASSUME_SIGNALFD4): Likewise.
10655         (__ASSUME_DUP3): Likewise.
10656         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10657         Likewise.
10658         (__ASSUME_UTIMES): Likewise.
10659         (__ASSUME_EVENTFD2): Likewise.
10660         (__ASSUME_SIGNALFD4): Likewise.
10661         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10662         (__ASSUME_O_CLOEXEC): Likewise.
10663         (__ASSUME_SOCK_CLOEXEC): Likewise.
10664         (__ASSUME_IN_NONBLOCK): Likewise.
10665         (__ASSUME_PIPE2): Likewise.
10666         (__ASSUME_EVENTFD2): Likewise.
10667         (__ASSUME_SIGNALFD4): Likewise.
10668         (__ASSUME_DUP3): Likewise.
10669         (__ASSUME_UTIMES): Undefine.
10670
10671         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10672         feclearexcept.  Remove symbol versioning code.
10673         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
10674         symbol versioning code.
10675         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
10676         symbol versioning code.
10677         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10678         feupdateenv.  Remove symbol versioning code.
10679         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10680         fegetexceptflag.  Remove symbol versioning code.
10681         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10682         fesetexceptflag.  Remove symbol versioning code.
10683         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10684         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
10685         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10686         (__posix_fadvise64_l32): Remove prototype.
10687         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10688         code.
10689
10690 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10691
10692         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10693         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10694         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10695         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10696
10697 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
10698
10699         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10700         current working directory
10701
10702 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10703
10704         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10705         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10706         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10707         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10708         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10709         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10710         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10711         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10712         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10713         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10714         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10715         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10716         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10717         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10718         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10719         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10720         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10721         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10722         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10723         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10724         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10725         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10726         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10727         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10728         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10729         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10730         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10731         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10732         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10733         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10734         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10735         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10736         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10737         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10738         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10739         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10740         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10741         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10742         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10743         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10744         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10745         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10746
10747         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10748         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10749
10750         * sysdeps/unix/sysv/linux/arm/Makefile
10751         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10752         Add rt-aeabi_unwind_cpp_pr1.
10753         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10754         Add nptl-aeabi_unwind_cpp_pr1.
10755         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10756         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10757         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10758         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10759         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10760         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10761
10762         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10763         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10764         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10765         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10766
10767         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10768         Deconditionalize the code that was previously under [RESET_PID].
10769         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10770
10771         * sysdeps/generic/exit-thread.h: New file.
10772         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10773         * include/unistd.h (__exit_thread): Remove declaration.
10774         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10775         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10776         * csu/libc-start.c: Include <exit-thread.h>.
10777         (LIBC_START_MAIN): Pass no argument to __exit_thread.
10778         * nptl/pthread_create.c: Include <exit-thread.h>.
10779         (start_thread): Call __exit_thread in place of __exit_thread_inline.
10780         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10781         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10782         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10783         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10784         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10785         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10786         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10787         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10788         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10789         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10790         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10791         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10792         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10793         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10794         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10795         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10796
10797 2014-05-13  Andreas Schwab  <schwab@suse.de>
10798
10799         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10800
10801 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
10802
10803         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10804         (__ASSUME_UTIMES): Do not condition on kernel version.
10805         (__ASSUME_PSELECT): Define unconditionally.
10806         (__ASSUME_PPOLL): Likewise.
10807         (__ASSUME_ATFCTS): Likewise.
10808         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10809         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10810         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10811         (__ASSUME_UTIMENSAT): Define unconditionally.
10812         (__ASSUME_PRIVATE_FUTEX): Likewise.
10813         (__ASSUME_FALLOCATE): Likewise.
10814         (__ASSUME_O_CLOEXEC): Likewise.
10815         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10816         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10817         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10818         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10819         (__ASSUME_IN_NONBLOCK): Likewise.
10820         (__ASSUME_PIPE2): Likewise.
10821         (__ASSUME_EVENTFD2): Likewise.
10822         (__ASSUME_SIGNALFD4): Likewise.
10823         (__ASSUME_DUP3): Likewise.
10824         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10825         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10826         (__ASSUME_AT_RANDOM): Likewise.
10827         (__ASSUME_PREADV): Likewise.
10828         (__ASSUME_PWRITEV): Likewise.
10829         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10830         (__ASSUME_F_GETOWN_EX): Define unconditionally.
10831         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10832         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10833         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10834         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10835         (__ASSUME_O_CLOEXEC): Define unconditionally.
10836         (__ASSUME_PSELECT): Do not undefine conditionally.
10837         (__ASSUME_PPOLL): Likewise.
10838         (__ASSUME_ATFCTS): Likewise.
10839         (__ASSUME_SET_ROBUST_LIST): Likewise.
10840         (__ASSUME_UTIMENSAT): Likewise.
10841         (__ASSUME_FDATASYNC): Define unconditionally.
10842         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10843         (__ASSUME_SIGFRAME_V2): Likewise.
10844         )__ASSUME_EVENTFD2): Likewise.
10845         (__ASSUME_SIGNALFD4): Likewise.
10846         (__ASSUME_PSELECT): Do not undefine conditionally.
10847         (__ASSUME_PPOLL): Likewise.
10848         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10849         (__ASSUME_PSELECT): Define unconditionally.
10850         (__ASSUME_PPOLL): Likewise.
10851         (__ASSUME_O_CLOEXEC): Likewise.
10852         (__ASSUME_SOCK_CLOEXEC): Likewise.
10853         (__ASSUME_IN_NONBLOCK): Likewise.
10854         (__ASSUME_PIPE2): Likewise.
10855         (__ASSUME_EVENTFD2): Likewise.
10856         (__ASSUME_SIGNALFD4): Likewise.
10857         (__ASSUME_DUP3): Likewise.
10858         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10859         (__ASSUME_O_CLOEXEC): Likewise.
10860         (__ASSUME_SOCK_CLOEXEC): Likewise.
10861         (__ASSUME_IN_NONBLOCK): Likewise.
10862         (__ASSUME_PIPE2): Likewise.
10863         (__ASSUME_EVENTFD2): Likewise.
10864         (__ASSUME_SIGNALFD4): Likewise.
10865         (__ASSUME_DUP3): Likewise.
10866         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10867         (__ASSUME_EVENTFD2): Likewise.
10868         (__ASSUME_SIGNALFD4): Likewise.
10869         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10870
10871 2014-05-12  Andreas Schwab  <schwab@suse.de>
10872
10873         [BZ #16932]
10874         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10875         (_nss_nis_gethostbyname4_r): Return error if item length is larger
10876         than maximum RPC packet size.
10877         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10878         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10879         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10880         (_nss_nis_getservbyport_r): Likewise.
10881
10882 2014-05-12  Will Newton  <will.newton@linaro.org>
10883
10884         * malloc/Makefile (tests): Add tst-mallopt.
10885         * malloc/tst-mallopt.c: New file.
10886
10887 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10888
10889         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10890         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10891
10892 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10893
10894         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10895         (tst-tlsmod6.so): Likewise.
10896
10897 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10898
10899         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10900
10901 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10902
10903         [BZ #16064]
10904         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10905         and <dl-procinfo.h>.
10906         (__fegetenv): Save SSE state in envp->__eip if supported.
10907         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10908         envp->__eip if supported.
10909         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10910         and <dl-procinfo.h>.
10911         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10912         __data_offset and __data_selector in environment to 0.  Set SSE
10913         state if supported.
10914         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10915         test-fenv-sse.
10916         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10917         -mfpmath=sse.
10918         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10919
10920 2014-05-09  Will Newton  <will.newton@linaro.org>
10921
10922         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10923         and libc_relro_required for ARM.
10924         * sysdeps/arm/preconfigure: Regenerate.
10925
10926 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10927             Stefan Liebler  <stli@linux.vnet.ibm.com>
10928
10929         * config.make.in (enable-lock-elision): New Makefile variable.
10930         * configure.ac: Likewise.
10931         * configure: Regenerate.
10932         * sysdeps/s390/configure.ac:
10933         Add check for gcc transactions support.
10934         * sysdeps/s390/configure: Regenerate.
10935         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10936         Build elision files if enabled.
10937         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10938         Add lock elision support for s390.
10939         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10940         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10941         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10942         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10943         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10944         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10945         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10946         Likewise.
10947         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10948         Likewise.
10949         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10950         Likewise.
10951         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10952         Likewise.
10953         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10954         (__lll_timedlock_elision, __lll_lock_elision)
10955         (__lll_unlock_elision, __lll_trylock_elision)
10956         (lll_timedlock_elision, lll_lock_elision)
10957         (lll_unlock_elision, lll_trylock_elision): Add.
10958         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10959         (pthread_mutex_t): Add lock elision support for s390.
10960
10961 2014-05-14  Wilco  <wdijkstr@arm.com>
10962
10963         * sysdeps/arm/fclrexcpt.c: Cleanup.
10964         * sysdeps/arm/fedisblxcpt.c: Cleanup.
10965         * sysdeps/arm/feenablxcpt.c: Cleanup.
10966         * sysdeps/arm/fegetenv.c: Cleanup.
10967         * sysdeps/arm/fegetexcept.c: Cleanup.
10968         * sysdeps/arm/fegetround.c: Cleanup.
10969         * sysdeps/arm/feholdexcpt.c: Cleanup.
10970         * sysdeps/arm/fesetenv.c: Cleanup.
10971         * sysdeps/arm/fesetround.c: Cleanup.
10972         * sysdeps/arm/feupdateenv.c: Cleanup.
10973         * sysdeps/arm/fgetexcptflg.c: Cleanup.
10974         * sysdeps/arm/fraiseexcpt.c: Cleanup.
10975         * sysdeps/arm/fsetexcptflg.c: Cleanup.
10976         * sysdeps/arm/ftestexcept.c: Cleanup.
10977         * sysdeps/arm/get-rounding-mode.h: Cleanup.
10978         * sysdeps/arm/setfpucw.c: Cleanup.
10979
10980 2014-05-09  Will Newton  <will.newton@linaro.org>
10981
10982         * sysdeps/arm/armv7/strcmp.S: New file.
10983         * NEWS: Mention addition of ARMv7 optimized strcmp.
10984
10985 2014-05-08  Roland McGrath  <roland@hack.frob.com>
10986
10987         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
10988         look for %.ac rather than %.in.
10989
10990         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
10991         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
10992         * sysdeps/mach/hurd/configure: Regenerated.
10993         * sysdeps/unix/sysv/linux/configure: Regenerated.
10994
10995         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
10996
10997 2014-05-07  Steve Ellcey  <sellcey@mips.com>
10998
10999         [BZ# 16922]
11000         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
11001         (LONG_SUB): Ditto.
11002         (PTR_SUB): Ditto.
11003
11004 2014-05-07  Andreas Schwab  <schwab@suse.de>
11005
11006         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
11007         when skipping over non-matching result from nscd.
11008
11009 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
11010
11011         [BZ #16876]
11012         * nptl/sockperf.c (client): Check socket return value.
11013
11014         [BZ #16877]
11015         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
11016         nscd security class.
11017
11018 2014-05-06  Roland McGrath  <roland@hack.frob.com>
11019
11020         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
11021         * sysdeps/arm/unwind.h: ... here.
11022
11023 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
11024
11025         [BZ# 16916]
11026         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
11027         Define.
11028
11029 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11030
11031         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
11032         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
11033         multiarch strncpy for PPC64.
11034         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
11035         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
11036         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
11037         multiarch optimizations.
11038         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11039         (__libc_ifunc_impl_list): Likewise.
11040         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
11041         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
11042         multiarch stpncpy for PPC64.
11043         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
11044         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
11045
11046 2014-05-06  Andreas Schwab  <schwab@suse.de>
11047
11048         [BZ #16912]
11049         * gmon/mcount.c (_MCOUNT_DECL): Use
11050         atomic_compare_and_exchange_bool_acq instead of
11051         catomic_compare_and_exchange_bool_acq.
11052
11053 2014-05-05  Roland McGrath  <roland@hack.frob.com>
11054
11055         * elf/Makefile (others, install-bin): Remove pldd.
11056         (pldd-modules): Variable removed.
11057         ($(objpfx)pldd): Target removed.
11058         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
11059         (others, install-bin): Append pldd here.
11060         ($(objpfx)pldd): New target.
11061
11062         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
11063         to 0, so the first #if test emitted later doesn't see it undefined.
11064         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
11065         * sysdeps/gnu/errlist.c: Regenerated.
11066
11067 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11068
11069         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
11070         [libc_hidden_builtin_def]: Define to empty value.
11071         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
11072         [libc_hidden_builtin_def]: Likewise.
11073         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
11074         [libc_hidden_builtin_def]: Likewise.
11075         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
11076         [libc_hidden_builtin_def]: Likewise.
11077         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
11078         __redirect_memcpy and define ifunc as default hidden symbol.
11079         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
11080         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
11081
11082 2014-05-04  Adam Conrad  <adconrad@0c3.net>
11083
11084         * locale/iso-4217.def: Reintroduce XDR currency.
11085
11086 2014-05-04  Allan McRae  <allan@archlinux.org>
11087
11088         * po/eo.po: Update Esperanto translation from translation project.
11089
11090 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
11091
11092         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
11093         and FEATURE_INDEX_MAX to 1.
11094         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
11095
11096 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11097
11098         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
11099         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
11100         * iconvdata/big5.c (ONE_DIRECTION): Define.
11101         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
11102         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
11103         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
11104         * iconvdata/cp932.c (ONE_DIRECTION): Define.
11105         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
11106         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
11107         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
11108         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
11109         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
11110         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
11111         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
11112         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
11113         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
11114         * iconvdata/gbk.c (ONE_DIRECTION): Define.
11115         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
11116         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
11117         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
11118         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
11119         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
11120         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
11121         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
11122         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
11123         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
11124         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
11125         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
11126         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
11127         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
11128         * iconvdata/iso646.c (ONE_DIRECTION): Define.
11129         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
11130         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
11131         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
11132         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
11133         * iconvdata/johab.c (ONE_DIRECTION): Define.
11134         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
11135         * iconvdata/sjis.c (ONE_DIRECTION): Define.
11136         * iconvdata/t.61.c (ONE_DIRECTION): Define.
11137         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
11138         * iconvdata/tscii.c (ONE_DIRECTION): Define.
11139         * iconvdata/uhc.c (ONE_DIRECTION): Define.
11140         * iconvdata/unicode.c (ONE_DIRECTION): Define.
11141         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
11142         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
11143         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
11144
11145 2014-05-01  Roland McGrath  <roland@hack.frob.com>
11146
11147         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
11148         (_IO_JUMPS_OFFSET): Define to 0.
11149
11150         * nptl/sysdeps/pthread/bits/libc-lock.h
11151         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
11152         (__libc_lock_define_initialized_recursive): Always define using
11153         initializer.  Modern compilers treat uninitialized (implicit zero) and
11154         explicit zero initializers the same (i.e. put the datum in bss).
11155
11156 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11157
11158         * nscd/nscd-client.h: Include <string.h>.
11159
11160 2014-05-01  David S. Miller  <davem@davemloft.net>
11161
11162         [BZ #16885]
11163         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
11164         multiple zero bytes exist at the end of a string.
11165         Reported by Aurelien Jarno <aurelien@aurel32.net>
11166
11167         * string/test-strcmp.c (check): Add explicit test for situations where
11168         there are multiple zero bytes after the first.
11169
11170 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11171
11172         [BZ #16890]
11173         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
11174         when compiling wprintf.
11175         * stdio-common/tstdiomisc.c (t3): New function.
11176         (main): Call it.
11177
11178 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11179
11180         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
11181         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
11182         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
11183         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
11184
11185 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11186
11187         * stdlib/longlong.h: Updated from GCC.
11188
11189 2014-05-01  Will Newton  <will.newton@linaro.org>
11190             Bernard Ogden  <bernie.ogden@linaro.org>
11191
11192         * NEWS: Update fixed bug list.
11193
11194         [BZ #15119]
11195         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
11196
11197 2014-04-30  David S. Miller  <davem@davemloft.net>
11198
11199         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
11200         (libc_feholdexcept_setround_sparc_ctx): New function.
11201         (libc_fesetenv_sparc_ctx): Likewise.
11202         (libc_feupdateenv_sparc_ctx): Likewise.
11203         (libc_feholdsetround_sparc_ctx): Likewise.
11204         (libc_feholdexcept_setround_ctx): Define.
11205         (libc_feholdexcept_setroundf_ctx): Likewise.
11206         (libc_feholdexcept_setroundl_ctx): Likewise.
11207         (libc_fesetenv_ctx): Likewise.
11208         (libc_fesetenvf_ctx): Likewise.
11209         (libc_fesetenvl_ctx): Likewise.
11210         (libc_feupdateenv_ctx): Likewise.
11211         (libc_feupdateenvf_ctx): Likewise.
11212         (libc_feupdateenvl_ctx): Likewise.
11213         (libc_feresetround_ctx): Likewise.
11214         (libc_feresetroundf_ctx): Likewise.
11215         (libc_feresetroundl_ctx): Likewise.
11216         (libc_feholdsetround_ctx): Likewise.
11217         (libc_feholdsetroundf_ctx): Likewise.
11218         (libc_feholdsetroundl_ctx): Likewise.
11219
11220         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11221         with __USE_GNU instead of XOPEN cpp guards.
11222
11223         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
11224         0.
11225
11226         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11227         with XOPEN cpp guards.
11228
11229 2014-04-30  Julian Brown  <julian@codesourcery.com>
11230
11231         [BZ #16888]
11232         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
11233         handling.
11234
11235 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
11236
11237         [BZ #9894]
11238         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
11239         Change to 2.6.32.
11240         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
11241         * sysdeps/unix/sysv/linux/configure: Regenerated.
11242         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
11243         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
11244         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
11245         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
11246         * README: Update reference to required Linux kernel version.
11247         * manual/install.texi (Linux): Update reference to required Linux
11248         kernel headers version.
11249         * INSTALL: Regenerated.
11250
11251         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
11252         header inclusion.
11253         [POSIX] (limits.h): Likewise.
11254         [POSIX] (math.h): Likewise.
11255         [POSIX] (sys/wait.h): Likewise.
11256         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
11257         function.
11258         [POSIX] (stddef.h): Do not allow header inclusion.
11259
11260 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11261
11262         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
11263
11264 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
11265
11266         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
11267         Return immediately after lll_futex_wake.
11268
11269 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11270
11271         [BZ #16791]
11272         * nscd/nscd-client.h (datahead_init_common): Initialize entire
11273         structure.
11274         (datahead_init_pos): Call datahead_init_common early.
11275         (datahead_init_neg): Likewise.
11276
11277         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
11278         datahead_init_neg): New functions.
11279         * nscd/aicache.c (addhstaiX): Use them.
11280         * nscd/grpcache.c (cache_addgr): Likewise.
11281         * nscd/hstcache.c (cache_addhst): Likewise.
11282         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11283         * nscd/netgroupcache.c (do_notfound): Likewise.
11284         (addgetnetgrentX): Likewise.
11285         (addinnetgrX): Likewise.
11286         * nscd/pwdcache.c (cache_addpw): Likewise.
11287         * nscd/servicescache.c (cache_addserv): Likewise.
11288
11289 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11290             Atsushi Onoe  <atsushi@onoe.org>
11291
11292         [BZ #14308]
11293         [BZ #12994]
11294         [BZ #13651]
11295         * resolv/res_query.c (__libc_res_nsearch): Return if at least
11296         one response is valid.
11297         * resolv/res_send.c (send_dg): Check for validity of other
11298         response if the current response is a referral.
11299
11300 2014-04-29  Steve Ellcey  <sellcey@mips.com>
11301
11302         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
11303
11304 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
11305
11306         [BZ #16823]
11307         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
11308         Always divide by positive zero when computing -Inf result.
11309         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11310         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
11311
11312 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11313
11314         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
11315         FPSCR if value do not change.
11316         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11317         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
11318         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
11319         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
11320         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
11321         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
11322         function.
11323
11324 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
11325
11326         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
11327         * sysdeps/unix/sysv/linux/hppa: Move directory from
11328         ports/systeps/unix/sysv/linux/hppa.
11329         * README: Update listing for hppa-*-linux-gnu.
11330
11331 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
11332
11333         [BZ #16754]
11334         * manual/stdio.texi (Hook functions): Fix types of stream hook
11335         functions.
11336         [BZ #16854]
11337         * socket/sys/socket.h: Fix typo in comment.
11338
11339 2014-04-28  Wilco  <wdijkstr@arm.com>
11340
11341         * sysdeps/arm/fenv_private.h: New file.
11342         * sysdeps/arm/math_private.h: New file.
11343         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
11344
11345 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
11346
11347         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
11348         with __int128_t.
11349         (La_x86_64_retval): Likewise.
11350
11351 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
11352
11353         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
11354         fpsr if value didn't change.
11355         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
11356         to fpcr if value didn't change.
11357         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
11358         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
11359         fpsr or fpcr if value didn't change.
11360         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
11361         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
11362         fpcr if value didn't change.
11363         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
11364         to fpsr if value didn't change.
11365
11366 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
11367
11368         * nptl/tst-sem3.c: Use test-skeleton.c
11369         (main): Rename to do_test.  Use return instead of
11370         exit.
11371         * nptl/tst-sem4.c: Use test-skeleton.c
11372         (main): Rename to do_test.
11373
11374 2014-04-22  David S. Miller  <davem@davemloft.net>
11375
11376         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
11377         (struct sigaction): New struct member __glibc_reserved0, change
11378         type of sa_flags to int.
11379
11380 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
11381
11382         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
11383         (COUNT_LEADING_ZEROS_0): Define for AArch64.
11384
11385 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11386
11387         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
11388         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
11389
11390 2014-04-22  Will Newton  <will.newton@linaro.org>
11391             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
11392
11393         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
11394         (__longjmp): Add longjmp and longjmp_target SystemTap
11395         probes.
11396         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
11397         (__sigsetjmp): Add setjmp SystemTap probe.
11398
11399 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
11400
11401         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
11402         match manual order.
11403
11404 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11405
11406         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
11407
11408         * sysdeps/powerpc/fpu/fenv_private.h
11409         (libc_feholdexcept_setroundl_ctx): Define to
11410         libc_feholdexcept_setround_ppc_ctx.
11411         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
11412         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
11413         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
11414         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
11415
11416 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11417
11418         * sysdeps/aarch64/math-tests.h: New file.
11419
11420 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
11421
11422         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
11423         New.
11424         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11425         Check and set bit_AVX2_Usable.
11426         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
11427         macro.
11428         (bit_AVX2): Likewise.
11429         (index_AVX2_Usable): Likewise.
11430         (CPUID_AVX2): Likewise.
11431         (HAS_AVX2): Likewise.
11432
11433 2014-04-17  Will Newton  <will.newton@linaro.org>
11434
11435         * manual/setjmp.texi (System V contexts): Add note that
11436         calling setcontext on a context created by a call to a
11437         signal handler is undefined.  Update text to note that
11438         setcontext from a signal handler is possible but not
11439         recommended.
11440
11441         [BZ #16629]
11442         * stdlib/tst-setcontext.c: Include signal.h.
11443         (main): Check that the signal stack before and
11444         after swapcontext is the same.
11445
11446         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
11447         Re-implement to restore registers in user code and avoid
11448         rt_sigreturn system call.
11449
11450 2014-04-17  Wilco  <wdijkstr@arm.com>
11451
11452         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
11453         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
11454         * math/test-fenv.c: Skip exception trap tests on targets which only
11455         support non-stop mode.
11456
11457 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11458             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11459
11460         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
11461         (libc_feholdsetround_aarch64_ctx)
11462         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
11463         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
11464         (libc_feresetround_ctx, libc_feresetroundf_ctx)
11465         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
11466         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
11467         (libc_feresetround_noexl_ctx): Define.
11468
11469 2014-04-16  Richard Henderson  <rth@redhat.com>
11470
11471         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
11472
11473         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
11474         unwind tables.
11475
11476         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
11477         const from the non-libc, non-ldso copy.
11478
11479         * sysdeps/alpha/libm-test-ulps: Regenerate.
11480
11481 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
11482             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11483
11484         * sysdeps/aarch64/fpu/math_private.h: New file.
11485
11486 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11487
11488         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11489
11490 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
11491
11492         [BZ #16275]
11493         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
11494         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
11495         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
11496         Intel MPX bound registers before _dl_profile_fixup.
11497         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
11498         registers after _dl_profile_fixup.  Save and restore bound
11499         registers bnd0/bnd1 when calling _dl_call_pltexit.
11500         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
11501         (LR_BND_OFFSET): Likewise.
11502         (LRV_BND0_OFFSET): Likewise.
11503         (LRV_BND1_OFFSET): Likewise.
11504
11505 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11506
11507         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
11508         to...
11509         * sysdeps/mach/hurd/i386/tls.h: ... here.
11510         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
11511         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
11512         fields.
11513
11514 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11515
11516         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
11517
11518 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11519
11520         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11521
11522 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11523
11524         [BZ #14770]
11525         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
11526         * sysdeps/s390/configure: Regenerate.
11527
11528         [BZ #16824]
11529         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
11530         Set round-to-nearest internally to reduce error accumulation.
11531
11532 2014-04-16  Alan Modra  <amodra@gmail.com>
11533
11534         [BZ #16740]
11535         [BZ #16619]
11536         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
11537         * math/libm-test.inc (frexp_test_data): Add tests.
11538         * NEWS: Update fixed bug list.
11539
11540 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11541
11542         * benchtests/Makefile: Depend on libraries in build directory.
11543         (bench-math): Separate out math tests.
11544         (bench-pthread): Separate out pthread tests.
11545         (bench): Include math and pthread tests.
11546
11547 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
11548
11549         [BZ #16831]
11550         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
11551         _dl_debug_initialize.
11552
11553         * configure.ac: Remove SELinux header check.
11554         * configure: Regenerate.
11555         * nscd/selinux.c (perms): Array of const char* to permission names.
11556         (nscd_request_avc_has_perm): Call security_deny_unknown to find
11557         default policy. Call string_to_security_class and string_to_av_perm to
11558         translate strings. Enforce default policy and call avs_has_perm with
11559         results of translated strings.
11560
11561 2014-04-13  David S. Miller  <davem@davemloft.net>
11562
11563         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11564
11565 2014-04-12  Allan McRae  <allan@archlinux.org>
11566
11567         [BZ #16838]
11568         * manual/string.texi (Collation Functions): Fix qsort argument
11569         order in example.
11570         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11571
11572 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
11573
11574         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
11575         Make the test a no-op if there are no exceptions defined.
11576
11577 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
11578
11579         * elf/Makefile (tests): make tst-dlopen-aout conditional on
11580         enable-hardcoded-path-in-tests
11581
11582 2014-04-11  Will Newton  <will.newton@linaro.org>
11583
11584         * benchtests/Makefile (extra-objs): Add json-lib.o.
11585         (bench-func): Tidy up JSON output.
11586         * benchtests/bench-skeleton.c: Include json-lib.h.
11587         (main): Use JSON library functions to do output of
11588         benchmark results.
11589         * benchtests/bench-timing-type.c (main): Output the
11590         timing type simply, leaving formatting to the user.
11591         * benchtests/json-lib.c: New file.
11592         * benchtests/json-lib.h: Likewise.
11593
11594 2014-04-11  Torvald Riegel  <triegel@redhat.com>
11595
11596         [BZ #15215]
11597         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
11598         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
11599         memory barriers.  Add comments.
11600         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
11601         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
11602         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
11603         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
11604         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
11605         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
11606
11607 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11608
11609         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
11610         * sysdeps/s390/s390-64/configure.ac: ... this ...
11611         * sysdeps/s390/configure.ac: ... to here.
11612         * sysdeps/s390/s390-32/configure: Delete file.
11613         * sysdeps/s390/s390-64/configure: Delete file.
11614         * sysdeps/s390/configure: Regenerate.
11615
11616 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
11617
11618         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11619
11620 2014-04-11  Will Newton  <will.newton@linaro.org>
11621
11622         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11623         to zero if it is not defined elsewhere.  (mtrim): Test
11624         the value of MALLOC_DEBUG with #if rather than #ifdef.
11625
11626 2014-04-10 Torvald Riegel  <triegel@redhat.com>
11627
11628         * benchtests/pthread_once-inputs: New file.
11629         * benchtests/pthread_once-source.c: New file.
11630         * benchtests/README: Update documentation.
11631
11632 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
11633             H.J. Lu  <hongjiu.lu@intel.com>
11634
11635         [BZ #16275]
11636         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11637         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11638         * sysdeps/x86_64/configure: Regenerated.
11639         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11640         macro.
11641         (REGISTER_SAVE_RAX): Likewise.
11642         (REGISTER_SAVE_RCX): Likewise.
11643         (REGISTER_SAVE_RDX): Likewise.
11644         (REGISTER_SAVE_RSI): Likewise.
11645         (REGISTER_SAVE_RDI): Likewise.
11646         (REGISTER_SAVE_R8): Likewise.
11647         (REGISTER_SAVE_R9): Likewise.
11648         (REGISTER_SAVE_BND0): Likewise.
11649         (REGISTER_SAVE_BND1): Likewise.
11650         (REGISTER_SAVE_BND2): Likewise.
11651         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
11652         bound registers when calling _dl_fixup.
11653
11654 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11655
11656         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
11657         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11658         of its definition.
11659         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11660         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11661         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11662         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11663         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11664         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11665         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11666
11667 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
11668
11669         [BZ #15514]
11670         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11671         pathconf(_PC_NAME_MAX).
11672
11673 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11674
11675         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11676         Remove macro usage.
11677         (__PTHREAD_SPINS): Move definition to ...
11678         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11679         (__PTHREAD_SPINS): ... here.
11680         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11681         (__PTHREAD_SPIN): Likewise.
11682         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11683         (__PTHREAD_SPIN): Likewise.
11684         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11685         (__PTHREAD_SPIN): Likewise.
11686         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11687         (__PTHREAD_SPIN): Likewise.
11688         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11689         (__PTHREAD_SPIN): Likewise.
11690         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11691         (__PTHREAD_SPIN): Likewise.
11692         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11693         (__PTHREAD_SPIN): Likewise.
11694         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11695         (__PTHREAD_SPIN): Likewise.
11696         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11697         (__PTHREAD_SPIN): Likewise.
11698         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11699         (__PTHREAD_SPIN): Likewise.
11700         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11701         (__PTHREAD_SPIN): Likewise.
11702         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11703         (__PTHREAD_SPIN): Likewise.
11704
11705         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11706         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11707         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11708         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11709         imply folder.
11710         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11711         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11712         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11713         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11714         correct imply path.
11715         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11716         strlen symbol for non multi-arch builds.
11717         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11718         missing hidden_def and weak_alias.
11719
11720 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
11721
11722         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11723
11724 2014-04-07  Will Newton  <will.newton@linaro.org>
11725
11726         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11727         and contents.  [!_LIBC] Remove #ifndef and contents.
11728         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
11729         * string/memccpy.c (__memccpy): Use ANSI prototype.
11730         * string/memfrob.c (memfrob): Likewise.
11731         * string/strcoll.c (STRCOLL): Likewise.
11732         * string/strlen.c (strlen): Likewise.
11733         * string/strtok.c (STRTOK): Likewise.
11734         * string/strcat.c: Remove unused #include of memcopy.h.
11735         (strcat): Use ANSI prototype.
11736         * string/strchr.c: Remove unused #include of memcopy.h.
11737         (strchr): Use ANSI prototype.
11738         * string/strcmp.c: Remove unused #include of memcopy.h.
11739         (strcmp): Use ANSI prototype.
11740         * string/strcpy.c: Remove unused #include of memcopy.h.
11741         (strcpy): Use ANSI prototype.
11742
11743 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11744
11745         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11746         * config.make.in (config-extra-cppflags): Set it from
11747         libc_extra_cppflags.
11748         * configure.ac (libc_extra_cflags): Make it accumulate over
11749         configure fragments.
11750         (libc_extra_cppflags): New flag.
11751         * configure. Regenerate.
11752         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
11753         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11754         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
11755         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11756
11757         [BZ #16815]
11758         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11759         result for FE_DOWNWARD rounding mode.
11760         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11761         Likewise.
11762         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11763
11764 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
11765
11766         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11767         in function argument name.
11768
11769 2014-04-03  David Svoboda  <svoboda@cert.org>
11770
11771         [BZ #5666]
11772         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11773         explicitly.
11774
11775 2014-04-03  Roland McGrath  <roland@hack.frob.com>
11776
11777         * elf/dl-unmap-segments.h: New file.
11778         * sysdeps/generic/ldsodefs.h
11779         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11780         * elf/dl-close.c: Include <dl-unmap-segments.h>.
11781         * elf/dl-fptr.c: Likewise.
11782         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11783         * sysdeps/aarch64/tlsdesc.c: Likewise.
11784         * sysdeps/arm/tlsdesc.c: Likewise.
11785         * sysdeps/i386/tlsdesc.c: Likewise.
11786         * sysdeps/tile/dl-runtime.c: Likewise.
11787         * sysdeps/x86_64/tlsdesc.c: Likewise.
11788         * elf/dl-load.h: New file.
11789         * elf/dl-load.c: Include it.
11790         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11791         Macros moved to dl-load.h.
11792         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11793         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11794         Use _dl_unmap_segments in place of __munmap.
11795         Break out segment-mapping loop into ...
11796         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11797
11798 2014-04-03  Will Newton  <will.newton@linaro.org>
11799
11800         * elf/dl-lookup.c (do_lookup_x): Remove comment
11801         referring to nested function and move variable
11802         declarations down to before first use.
11803
11804 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
11805
11806         [BZ #16799]
11807         [BZ #16800]
11808         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11809         with 0 numerator.
11810         * math/s_catanf.c (__catanf): Likewise.
11811         * math/s_catanh.c (__catanh): Likewise.
11812         * math/s_catanhf.c (__catanhf): Likewise.
11813         * math/s_catanhl.c (__catanhl): Likewise.
11814         * math/s_catanl.c (__catanl): Likewise.
11815         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11816         by positive zero when computing -Inf result.
11817         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11818         (catanh_test): Likewise.
11819         * sysdeps/i386/fpu/libm-test-ulps: Update.
11820         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11821
11822         [BZ #16789]
11823         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11824         instead of using underflowing value in computing result.
11825         * math/s_clog10.c (__clog10): Likewise.
11826         * math/s_clog10f.c (__clog10f): Likewise.
11827         * math/s_clog10l.c (__clog10l): Likewise.
11828         * math/s_clogf.c (__clogf): Likewise.
11829         * math/s_clogl.c (__clogl): Likewise.
11830         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11831         (clog10_test): Likewise.
11832         * sysdeps/i386/fpu/libm-test-ulps: Update.
11833         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11834
11835 2014-04-02  Alan Modra  <amodra@gmail.com>
11836
11837         [BZ #16739]
11838         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11839         output when value is near a power of two.  Use int64_t for lx and
11840         remove casts.  Use decimal rather than hex exponent constants.
11841         Don't use long double multiplication when double will suffice.
11842         * math/libm-test.inc (nextafter_test_data): Add tests.
11843         * NEWS: Add 16739 and 16786 to bug list.
11844
11845         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11846
11847         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11848
11849 2014-04-01  Will Newton  <will.newton@linaro.org>
11850
11851         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11852         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
11853
11854 2014-04-01  Florian Weimer  <fweimer@redhat.com>
11855
11856         [BZ #13347]
11857         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11858         * nptl/tst-setuid2.c: New file.
11859         * nptl/Makefile (xtests): Add tst-setuid2.
11860
11861 2014-04-01  Alan Modra  <amodra@gmail.com>
11862
11863         [BZ #16786]
11864         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11865
11866 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11867
11868         [BZ #6803]
11869         [BZ #6804]
11870         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11871         set errno as appropriate.
11872         * math/w_scalbf.c (__scalbf): Likewise.
11873         * math/w_scalbl.c (__scalbl): Likewise.
11874         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11875         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11876         * math/libm-test.inc (scalb_test_data): Add errno expectations.
11877         Add more NaN tests.
11878
11879         [BZ #16349]
11880         * math/w_atan2.c: Include <errno.h>.
11881         (__atan2): Set errno for result underflowing to zero.
11882         * math/w_atan2f.c: Include <errno.h>.
11883         (__atan2f): Set errno for result underflowing to zero.
11884         * math/w_atan2l.c: Include <errno.h>.
11885         (__atan2l): Set errno for result underflowing to zero.
11886         * math/auto-libm-test-in: Don't allow missing errno for some atan2
11887         tests.
11888         * math/auto-libm-test-out: Regenerated.
11889
11890 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11891
11892         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11893         Encode instruction correctly in little endian.
11894         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11895         Likewise.
11896         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11897         Likewise.
11898         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11899         Likewise.
11900         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11901         Likewise.
11902
11903 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11904
11905         [BZ #9894]
11906         * sysdeps/unix/sysv/linux/kernel-features.h
11907         [__sparc__ && !__arch64__ && !__sparc_v9__]
11908         (__ASSUME_SET_ROBUST_LIST): Do not define.
11909         [__sparc__ && !__arch64__ && !__sparc_v9__]
11910         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11911         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11912         Likewise.
11913         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11914         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11915         (__ASSUME_REQUEUE_PI): Likewise.
11916         (__ASSUME_SET_ROBUST_LIST): Likewise.
11917         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11918         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11919         Undefine.
11920         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11921         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11922         Likewise.
11923         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11924         Likewise.
11925         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11926         Likewise.
11927         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11928         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11929         Undefine.
11930         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11931         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11932         Likewise.
11933
11934         [BZ #16648]
11935         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11936         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11937         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11938
11939 2014-03-31  Will Newton  <will.newton@linaro.org>
11940
11941         * benchtests/Makefile (bench): Add ffs and ffsll to list
11942         of tests.
11943         * benchtests/ffs-inputs: New file.
11944         * benchtests/ffsll-inputs: Likewise.
11945
11946 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11947
11948         [BZ #16770]
11949         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11950         too large before casting to int.
11951         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11952         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11953         * math/libm-test.inc (scalb_test_data): Add more tests.
11954
11955 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11956
11957         * benchtests/Makefile (DETAILED_OPT): New make option.
11958         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11959         set.
11960         * benchtests/bench-skeleton.c: Include stdbool.h.
11961         (main): Store and print timings per input.
11962         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11963         member to each argument value.
11964         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11965         (_print_arg_data): Initialize per-input timing to 0.
11966
11967         * benchtests/Makefile (timing-type): New binary.
11968         (bench-clean): Also remove bench-timing-type.
11969         (bench): New target for timing-type.
11970         (bench-func): Print output in JSON format.
11971         * benchtests/bench-skeleton.c (main): Print output in JSON
11972         format.
11973         * benchtests/bench-timing-type.c: New file.
11974         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11975         (TIMING_PRINT_STATS): Remove.
11976         * benchtests/scripts/bench.py (_print_arg_data): Store variant
11977         name separately.
11978
11979         * benchtests/bench-modf.c: Remove.
11980         * benchtests/modf-inputs: New inputs file.
11981
11982 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
11983
11984         [BZ #16362]
11985         * math/s_clog10.c (M_PI_LOG10E): New macro.
11986         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11987         imaginary parts are 0.
11988         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
11989         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
11990         imaginary parts are 0.
11991         * math/s_clog10l.c (M_PI_LOG10El): New macro.
11992         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
11993         imaginary parts are 0.
11994         * math/libm-test.inc (clog10_test_data): Update expected results
11995         for when real and imaginary parts are 0.
11996
11997 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
11998
11999         * elf/dl-load.c: Finish conversion of __builtin_expect into
12000         __glibc_{un}likely.
12001
12002 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
12003
12004         [BZ #16348]
12005         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
12006         1+x for argument with exponent below -67.
12007         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
12008         Likewise.
12009         * math/auto-libm-test-in: Add more tests of exp.
12010         * math/auto-libm-test-out: Regenerated.
12011
12012 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12013
12014         [BZ #16759]
12015         * inet/getnetgrent_r.c (get_nonempty_val): New function.
12016         (nscd_getnetgrent): Use it.
12017
12018         [BZ #16760]
12019         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
12020         of stpcpy.
12021
12022 2014-03-27  Andi Kleen  <ak@linux.intel.com>
12023
12024         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
12025         (lll_robust_lock, lll_cond_lock, lll_timedlock)
12026         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
12027         (lll_robust_unlock): Remove out of line section. Use cfi
12028         intrinsics.
12029         (LLL_STUB_UNWIND_INFO*): Remove.
12030         * nptl/sysdeps/unix/sysv/linux/i386/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
12037 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12038
12039         [BZ #16758]
12040         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
12041         blank values.
12042
12043 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
12044
12045         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
12046
12047 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
12048
12049         [BZ #16198]
12050         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
12051         fnstenv.
12052         * math/test-fenv-preserve.c: New file.
12053         * math/Makefile (tests): Add test-fenv-preserve.
12054
12055 2014-03-26  Will Newton <will.newton@linaro.org>
12056
12057         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
12058
12059 2014-03-25  Roland McGrath  <roland@hack.frob.com>
12060
12061         * scripts/versionlist.awk: Partition the version sets and emit all
12062         GLIBC_* (sorted) before all others (sorted).
12063
12064 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
12065
12066         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
12067         GLIBC_2.2.5 version.
12068
12069 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12070
12071         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
12072         calls.
12073
12074         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
12075         previous change.
12076
12077         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12078
12079 2014-03-25  Andreas Schwab  <schwab@suse.de>
12080
12081         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
12082         label to be used after in6ailist is initialized.
12083
12084 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12085
12086         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
12087         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12088
12089 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
12090
12091         [BZ #16357]
12092         [BZ #16599]
12093         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
12094         min_plus_half.
12095         (fp_formats): Update initializers.
12096         (init_fp_formats): Initialize new field.
12097         (output_for_one_input_case): Allow underflow for results up to
12098         min_plus_half.
12099         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
12100         * math/auto-libm-test-in: Don't mark some underflows from asin and
12101         atanh as spurious.
12102         * math/auto-libm-test-out: Regenerated.
12103         * sysdeps/i386/fpu/libm-test-ulps: Update.
12104         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12105
12106 2014-03-25  Andreas Schwab  <schwab@suse.de>
12107
12108         * libio/Makefile (tst-ftell-partial-wide-ENV)
12109         (tst-ftell-active-handler-ENV): Define.
12110
12111 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
12112
12113         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
12114
12115 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12116
12117         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
12118
12119 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12120
12121         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
12122         * sysdeps/x86_64/fpu/multiarch/e_exp.c
12123         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
12124
12125 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12126
12127         [BZ #16634]
12128         * elf/dl-load.c (open_verify): Add mode parameter.
12129         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
12130         (open_path): Change from boolean 'secure' to complete flag 'mode'
12131         (_dl_map_object): Adjust.
12132         * elf/Makefile (tests): Add tst-dlopen-aout.
12133         * elf/tst-dlopen-aout.c: New test.
12134
12135 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
12136
12137         [BZ #16714]
12138         * sysdeps/unix/sysv/linux/s390/bits/stat.h
12139         (struct stat): Rename member pad0 to __glibc_reserved0.
12140
12141         [BZ #16712]
12142         * sysdeps/s390/s390-32/bits/wordsize.h
12143         (__WORDSIZE32_SIZE_ULONG): New define.
12144         * sysdeps/s390/s390-64/bits/wordsize.h
12145         (__WORDSIZE32_SIZE_ULONG): Likewise.
12146         * sysdeps/generic/stdint.h (SIZE_MAX):
12147         Define as UL if __WORDSIZE32_SIZE_ULONG.
12148
12149         [BZ #16713]
12150         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
12151         (__glibc_reserved0): New variable.
12152         (sa_flags): Change type to int.
12153
12154         * posix/Makefile (before-compile): Use += before-compile instead
12155         of a :=.
12156
12157         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12158         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12159
12160 2014-03-20  Andreas Schwab  <schwab@suse.de>
12161
12162         [BZ #16743]
12163         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
12164         non-matching result from nscd.
12165
12166 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12167
12168         * scripts/bench.py: Moved to ...
12169         * benchtests/scripts/bench.py: ... here.
12170         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
12171
12172 2014-03-24  Andreas Schwab  <schwab@suse.de>
12173
12174         [BZ #16002]
12175         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
12176         alloca_account and account alloca use for struct in6ailist.
12177
12178 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12179
12180         [BZ #16284]
12181         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
12182         rounding mode to recompute results that overflow to infinity or
12183         underflow to zero.
12184         * math/auto-libm-test-in: Don't mark tests as expected to fail for
12185         bug 16284.
12186         * math/auto-libm-test-out: Regenerated.
12187         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
12188         (ccosh_test): Likewise.
12189         (csin_test_data): Use plus_oflow.
12190         (csin_test): Use ALL_RM_TEST.
12191         (csinh_test_data): Use plus_oflow.
12192         (csinh_test): Use ALL_RM_TEST.
12193         * sysdeps/i386/fpu/libm-test-ulps: Update.
12194         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12195
12196 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
12197
12198         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
12199         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
12200         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
12201
12202         [BZ #16731]
12203         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
12204         when x - 1 is zero.
12205         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
12206         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
12207         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12208         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
12209         argument is 1.
12210         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
12211         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
12212         zero.
12213         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
12214         * sysdeps/i386/fpu/libm-test-ulps: Update.
12215         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12216
12217 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
12218
12219         * scripts/bench.pl: Remove file.
12220         * scripts/bench.py: New benchmark script.
12221         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
12222         * benchtests/README: Mention python dependency.
12223         * scripts/pylintrc: New file.
12224         * scripts/pylint: New file.
12225
12226         * bits/mathdef.h: Use #ifdef instead of #if.
12227         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
12228         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12229         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
12230         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12231         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
12232         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12233
12234 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12235             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12236
12237         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
12238         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
12239         and strpbrk-ppc64 objects.
12240         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12241         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
12242         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
12243         multiarch strpbrk for POWER7.
12244         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
12245         multiarch strpbrk for PPC64.
12246         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
12247         ifunc selector.
12248         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
12249         strpbrk for POWER7.
12250
12251 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12252
12253         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
12254         (atan_test): Likewise.
12255         (atanh_test_data): Use NO_TEST_INLINE for two tests.
12256         (atanh_test): Use ALL_RM_TEST.
12257         (atan2_test_data): Likewise.
12258         (cabs_test): Likewise.
12259         (cacosh_test): Likewise.
12260         (carg_test): Likewise.
12261         (casin_test): Likewise.
12262         (casinh_test): Likewise.
12263         (cbrt_test): Likewise.
12264         (csqrt_test): Likewise.
12265         (erf_test): Likewise.
12266         (erfc_test): Likewise.
12267         (pow10_test): Likewise.
12268         (exp2_test): Likewise.
12269         (hypot_test): Likewise.
12270         (j0_test): Likewise.
12271         (j1_test): Likewise.
12272         (lgamma_test): Likewise.
12273         (gamma_test): Likewise.
12274         (sincos_test): Likewise.
12275         (tanh_test): Likewise.
12276         (y0_test): Likewise.
12277         (y1_test): Likewise.
12278         * sysdeps/i386/fpu/libm-test-ulps: Update.
12279         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12280
12281 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12282
12283         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
12284         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
12285         and strcspn-ppc64 objects.
12286         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12287         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
12288         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
12289         multiarch strcspn for POWER7.
12290         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
12291         multiarch strcspn for PPC64.
12292         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
12293         ifunc selector.
12294         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
12295         strcspn for POWER7.
12296
12297 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12298
12299         * math/gen-libm-test.pl (generate_testfile): Expect only function
12300         name as argument to AUTO_TESTS_* and pass results for all rounding
12301         modes to parse_args.
12302         (parse_auto_input): Separate inputs of automatic tests from
12303         outputs before storing in %auto_tests.
12304         * math/libm-test.inc (acos_test_data): Update call to
12305         AUTO_TESTS_f_f.
12306         (acos_test): Use ALL_RM_TEST.
12307         (acos_tonearest_test_data): Remove.
12308         (acos_test_tonearest): Likewise.
12309         (acos_towardzero_test_data): Likewise.
12310         (acos_test_towardzero): Likewise.
12311         (acos_downward_test_data): Likewise.
12312         (acos_test_downward): Likewise.
12313         (acos_upward_test_data): Likewise.
12314         (acos_test_upward): Likewise.
12315         (acosh_test_data): Update call to AUTO_TESTS_f_f.
12316         (asin_test_data): Likewise.
12317         (asin_test): Use ALL_RM_TEST.
12318         (asin_tonearest_test_data): Remove.
12319         (asin_test_tonearest): Likewise.
12320         (asin_towardzero_test_data): Likewise.
12321         (asin_test_towardzero): Likewise.
12322         (asin_downward_test_data): Likewise.
12323         (asin_test_downward): Likewise.
12324         (asin_upward_test_data): Likewise.
12325         (asin_test_upward): Likewise.
12326         (asinh_test_data): Update call to AUTO_TESTS_f_f.
12327         (atan_test_data): Likewise.
12328         (atanh_test_data): Likewise.
12329         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
12330         (cabs_test_data): Update call to AUTO_TESTS_c_f.
12331         (carg_test_data): Likewise.
12332         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
12333         (ccos_test_data): Update call to AUTO_TESTS_c_c.
12334         (ccosh_test_data): Likewise.
12335         (cexp_test_data): Likewise.
12336         (clog_test_data): Likewise.
12337         (clog10_test_data): Likewise.
12338         (cos_test_data): Update call to AUTO_TESTS_f_f.
12339         (cos_test): Use ALL_RM_TEST.
12340         (cos_tonearest_test_data): Remove.
12341         (cos_test_tonearest): Likewise.
12342         (cos_towardzero_test_data): Likewise.
12343         (cos_test_towardzero): Likewise.
12344         (cos_downward_test_data): Likewise.
12345         (cos_test_downward): Likewise.
12346         (cos_upward_test_data): Likewise.
12347         (cos_test_upward): Likewise.
12348         (cosh_test_data): Update call to AUTO_TESTS_f_f.
12349         (cosh_test): Use ALL_RM_TEST.
12350         (cosh_tonearest_test_data): Remove.
12351         (cosh_test_tonearest): Likewise.
12352         (cosh_towardzero_test_data): Likewise.
12353         (cosh_test_towardzero): Likewise.
12354         (cosh_downward_test_data): Likewise.
12355         (cosh_test_downward): Likewise.
12356         (cosh_upward_test_data): Likewise.
12357         (cosh_test_upward): Likewise.
12358         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
12359         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
12360         (ctan_test_data): Likewise.
12361         (ctan_test): Use ALL_RM_TEST.
12362         (ctan_tonearest_test_data): Remove.
12363         (ctan_test_tonearest): Likewise.
12364         (ctan_towardzero_test_data): Likewise.
12365         (ctan_test_towardzero): Likewise.
12366         (ctan_downward_test_data): Likewise.
12367         (ctan_test_downward): Likewise.
12368         (ctan_upward_test_data): Likewise.
12369         (ctan_test_upward): Likewise.
12370         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
12371         (ctanh_test): Use ALL_RM_TEST.
12372         (ctanh_tonearest_test_data): Remove.
12373         (ctanh_test_tonearest): Likewise.
12374         (ctanh_towardzero_test_data): Likewise.
12375         (ctanh_test_towardzero): Likewise.
12376         (ctanh_downward_test_data): Likewise.
12377         (ctanh_test_downward): Likewise.
12378         (ctanh_upward_test_data): Likewise.
12379         (ctanh_test_upward): Likewise.
12380         (erf_test_data): Update call to AUTO_TESTS_f_f.
12381         (erfc_test_data): Likewise.
12382         (exp_test_data): Likewise.
12383         (exp_test): Use ALL_RM_TEST.
12384         (exp_tonearest_test_data): Remove.
12385         (exp_test_tonearest): Likewise.
12386         (exp_towardzero_test_data): Likewise.
12387         (exp_test_towardzero): Likewise.
12388         (exp_downward_test_data): Likewise.
12389         (exp_test_downward): Likewise.
12390         (exp_upward_test_data): Likewise.
12391         (exp_test_upward): Likewise.
12392         (exp10_test_data): Update call to AUTO_TESTS_f_f.
12393         (exp10_test): Use ALL_RM_TEST.
12394         (exp10_tonearest_test_data): Remove.
12395         (exp10_test_tonearest): Likewise.
12396         (exp10_towardzero_test_data): Likewise.
12397         (exp10_test_towardzero): Likewise.
12398         (exp10_downward_test_data): Likewise.
12399         (exp10_test_downward): Likewise.
12400         (exp10_upward_test_data): Likewise.
12401         (exp10_test_upward): Likewise.
12402         (exp2_test_data): Update call to AUTO_TESTS_f_f.
12403         (expm1_test_data): Likewise.
12404         (expm1_test): Use ALL_RM_TEST.
12405         (expm1_tonearest_test_data): Remove.
12406         (expm1_test_tonearest): Likewise.
12407         (expm1_towardzero_test_data): Likewise.
12408         (expm1_test_towardzero): Likewise.
12409         (expm1_downward_test_data): Likewise.
12410         (expm1_test_downward): Likewise.
12411         (expm1_upward_test_data): Likewise.
12412         (expm1_test_upward): Likewise.
12413         (fma_test_data): Update call to AUTO_TESTS_fff_f.
12414         (fma_test): Use ALL_RM_TEST.
12415         (fma_towardzero_test_data): Remove.
12416         (fma_test_towardzero): Likewise.
12417         (fma_downward_test_data): Likewise.
12418         (fma_test_downward): Likewise.
12419         (fma_upward_test_data): Likewise.
12420         (fma_test_upward): Likewise.
12421         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
12422         (j0_test_data): Update call to AUTO_TESTS_f_f.
12423         (j1_test_data): Likewise.
12424         (jn_test_data): Update call to AUTO_TESTS_if_f.
12425         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
12426         (log_test_data): Update call to AUTO_TESTS_f_f.
12427         (log10_test_data): Likewise.
12428         (log1p_test_data): Likewise.
12429         (log2_test_data): Likewise.
12430         (pow_test_data): Update call to AUTO_TESTS_ff_f.
12431         (pow_tonearest_test_data): Likewise.
12432         (sin_test_data): Update call to AUTO_TESTS_f_f.
12433         (sin_test): Use ALL_RM_TEST.
12434         (sin_tonearest_test_data): Remove.
12435         (sin_test_tonearest): Likewise.
12436         (sin_towardzero_test_data): Likewise.
12437         (sin_test_towardzero): Likewise.
12438         (sin_downward_test_data): Likewise.
12439         (sin_test_downward): Likewise.
12440         (sin_upward_test_data): Likewise.
12441         (sin_test_upward): Likewise.
12442         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
12443         (sinh_test_data): Update call to AUTO_TESTS_f_f.
12444         (sinh_test): Use ALL_RM_TEST.
12445         (sinh_tonearest_test_data): Remove.
12446         (sinh_test_tonearest): Likewise.
12447         (sinh_towardzero_test_data): Likewise.
12448         (sinh_test_towardzero): Likewise.
12449         (sinh_downward_test_data): Likewise.
12450         (sinh_test_downward): Likewise.
12451         (sinh_upward_test_data): Likewise.
12452         (sinh_test_upward): Likewise.
12453         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
12454         (sqrt_test): Use ALL_RM_TEST.
12455         (sqrt_tonearest_test_data): Remove.
12456         (sqrt_test_tonearest): Likewise.
12457         (sqrt_towardzero_test_data): Likewise.
12458         (sqrt_test_towardzero): Likewise.
12459         (sqrt_downward_test_data): Likewise.
12460         (sqrt_test_downward): Likewise.
12461         (sqrt_upward_test_data): Likewise.
12462         (sqrt_test_upward): Likewise.
12463         (tan_test_data): Update call to AUTO_TESTS_f_f.
12464         (tan_test): Use ALL_RM_TEST.
12465         (tan_tonearest_test_data): Remove.
12466         (tan_test_tonearest): Likewise.
12467         (tan_towardzero_test_data): Likewise.
12468         (tan_test_towardzero): Likewise.
12469         (tan_downward_test_data): Likewise.
12470         (tan_test_downward): Likewise.
12471         (tan_upward_test_data): Likewise.
12472         (tan_test_upward): Likewise.
12473         (tanh_test_data): Update call to AUTO_TESTS_f_f.
12474         (tgamma_test_data): Likewise.
12475         (y0_test_data): Likewise.
12476         (y1_test_data): Likewise.
12477         (yn_test_data): Update call to AUTO_TESTS_if_f.
12478         (main): Do not call removed functions.
12479
12480 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12481
12482         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
12483         (ldexp_test_data): Remove.
12484         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
12485         scalbn_test_data.
12486         (scalb_test): Use ALL_RM_TEST.
12487
12488 2014-03-19  Andreas Schwab  <schwab@suse.de>
12489
12490         * nscd/nscd.service: Also invalidate netgroup cache on reload.
12491
12492 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12493
12494         [BZ #16649]
12495         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12496         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
12497         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
12498         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12499         (__ASSUME_PREADV): Undefine.
12500         (__ASSUME_PWRITEV): Likewise.
12501
12502 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12503
12504         * bits/mman-linux.h: Add comment about non-Linux use.
12505         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
12506         bits/mman-linux.h resting place.
12507
12508         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
12509         * bits/mman-linux.h: ... here.
12510
12511 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12512
12513         * conform/conformtest.pl: Add standard definition when calling C
12514         preprocessor on data files.
12515         (checknamespace): Remove unused variable.
12516
12517 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12518
12519         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
12520         minus_oflow, plus_uflow and minus_uflow in expected results.
12521         * math/libm-test.inc (scalbn_test_data): Add more tests of
12522         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
12523         minus_uflow.
12524         (scalbn_test): Use ALL_RM_TEST.
12525         (scalbln_test_data): Add more tests of negative arguments.  Use
12526         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
12527         (scalbln_test): Use ALL_RM_TEST.
12528
12529 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12530
12531         * scripts/abilist.awk: Ignore symbols marked with .hidden.
12532
12533 2014-03-18  Will Newton  <will.newton@linaro.org>
12534
12535         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
12536         inaccurate comment.
12537
12538 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12539
12540         * Makerules [!subdir] (check-abi): Exit with error status if a
12541         test failed.
12542
12543 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12544
12545         * math/libm-test.inc (nearbyint_test_data): Include all tests used
12546         for rint.  Include results for all rounding modes.
12547         (nearbyint_test): Use ALL_RM_TEST.
12548         (rint_test_data): Include all tests used for nearbyint.
12549
12550 2014-03-17  Will Newton  <will.newton@linaro.org>
12551
12552         * nptl/sysdeps/pthread/pthread.h: Revert previous
12553         change.
12554
12555         * sysdeps/generic/ldsodefs.h: Revert previous
12556         change.
12557
12558         * libio/genops.c: Revert previous change.
12559         * libio/libioP.h: Likewise.
12560         * stdio-common/vfprintf.c: Likewise.
12561
12562         * sysdeps/generic/math_private.h: Revert previous
12563         change.
12564
12565         * sysdeps/generic/math_private.h: Check whether
12566         HAVE_RM_CTX is defined with #ifdef rather
12567         than #if.
12568
12569         * argp/argp-fmtstream.h: Check whether
12570         __STRICT_ANSI__ is defined with #ifdef rather
12571         than #if.
12572         * argp/argp.h: Likewise.
12573
12574         * libio/genops.c: Check whether
12575         _IO_JUMPS_OFFSET is defined with #ifdef rather
12576         than #if.
12577         * libio/libioP.h: Likewise.
12578         * stdio-common/vfprintf.c: Likewise.
12579
12580         * sysdeps/generic/ldsodefs.h: Check whether
12581         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
12582         than #if.
12583
12584         * nptl/sysdeps/pthread/pthread.h: Check
12585         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
12586         its value.
12587
12588 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
12589
12590         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
12591         setting O_APPEND.
12592         * libio/tst-ftell-active-handler.c (do_append_test): Add a
12593         test case.
12594
12595         [BZ #16680]
12596         * libio/fileops.c (_IO_file_open): Seek to end of file but
12597         don't cache the offset.
12598         (get_file_offset): Remove function.
12599         (do_ftell): Use cached offset when available.
12600         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
12601         don't cache the offset.
12602         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
12603         case.
12604         (do_one_test): Call it.
12605         (do_ftell_test): Fix up expected old offset for a+ mode.
12606         * libio/wfileops.c (do_ftell_wide): Used cached offset when
12607         available.
12608
12609         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
12610         up test status with function return status.
12611         (do_write_test): Likewise.
12612         (do_append_test): Likewise.
12613
12614         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12615         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12616         Remove.
12617
12618 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12619
12620         * math/gen-libm-test.pl (parse_args): Handle results specified for
12621         each rounding mode separately.
12622         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12623         tests and results from lrint_tonearest_test_data,
12624         lrint_towardzero_test_data, lrint_downward_test_data and
12625         lrint_upward_test_data.
12626         (lrint_test): Use ALL_RM_TEST.
12627         (lrint_tonearest_test_data): Remove.
12628         (lrint_test_tonearest): Likewise.
12629         (lrint_towardzero_test_data): Likewise.
12630         (lrint_test_towardzero): Likewise.
12631         (lrint_downward_test_data): Likewise.
12632         (lrint_test_downward): Likewise.
12633         (lrint_upward_test_data): Likewise.
12634         (lrint_test_upward): Likewise.
12635         (llrint_test_data): Merge in per-rounding-mode tests and results
12636         from llrint_tonearest_test_data, llrint_towardzero_test_data,
12637         llrint_downward_test_data and llrint_upward_test_data.
12638         (llrint_test): Use ALL_RM_TEST.
12639         (llrint_tonearest_test_data): Remove.
12640         (llrint_test_tonearest): Likewise.
12641         (llrint_towardzero_test_data): Likewise.
12642         (llrint_test_towardzero): Likewise.
12643         (llrint_downward_test_data): Likewise.
12644         (llrint_test_downward): Likewise.
12645         (llrint_upward_test_data): Likewise.
12646         (llrint_test_upward): Likewise.
12647         (rint_test_data): Merge in per-rounding-mode tests and results
12648         from rint_tonearest_test_data, rint_towardzero_test_data,
12649         rint_downward_test_data and rint_upward_test_data.  Add
12650         per-rounding-mode results for tests not in those arrays.
12651         (rint_test): Use ALL_RM_TEST.
12652         (rint_tonearest_test_data): Remove.
12653         (rint_test_tonearest): Likewise.
12654         (rint_towardzero_test_data): Likewise.
12655         (rint_test_towardzero): Likewise.
12656         (rint_downward_test_data): Likewise.
12657         (rint_test_downward): Likewise.
12658         (rint_upward_test_data): Likewise.
12659         (rint_test_upward): Likewise.
12660         (main): Don't call removed functions.
12661
12662 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12663
12664         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12665         "Compiled on ..." crapola.  It is anti-useful.
12666
12667 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
12668
12669         * scripts/evaluate-test.sh: Handle fourth argument to determine
12670         whether test run should stop on failure.
12671         * Makeconfig (stop-on-test-failure): New variable.
12672         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12673         $(stop-on-test-failure).
12674         * Makefile (tests): Give a summary of results from testing and
12675         exit with failure status if they include an ERROR or FAIL.
12676         (xtests): Likewise.
12677         * manual/install.texi (Configuring and compiling): Mention
12678         stop-on-test-failure=y.
12679         * INSTALL: Regenerated.
12680
12681 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12682
12683         * scripts/versionlist.awk: New file.
12684         * Makerules [$(build-shared) = yes]
12685         (postclean-generated): Add Versions.def, not Versions.def.v and
12686         Versions.def.v.i.
12687         ($(common-objpfx)Versions.def.v.i): Target removed.
12688         ($(common-objpfx)Versions.def): New target.
12689         ($(common-objpfx)Versions.all): Depend on that rather that
12690         $(common-objpfx)Versions.def.v.
12691         * Versions.def: File removed.
12692
12693         * Makeconfig (+gccwarn): Add -Wundef.
12694         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12695         a dl-sysdep.h breaking its contract.
12696         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12697         * include/stackinfo.h: New file.
12698         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12699         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12700         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12701         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12702         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12703         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12704         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12705         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12706         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12707         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12708         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12709         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12710         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12711         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12712         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12713
12714 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12715
12716         [BZ #16707]
12717         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12718         implementation.
12719         * math/libm-test.inc (round_test_data): Add more tests.
12720
12721         [BZ #16706]
12722         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12723         implementation.
12724         * math/libm-test.inc (nearbyint_test_data): Add more tests.
12725
12726         [BZ #16701]
12727         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12728         implementation.
12729         * math/libm-test.inc (ceil_test_data): Add more tests.
12730
12731         * math/libm-test.inc (trunc_test_data): Add more tests related to
12732         BZ#16414.
12733
12734 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12735
12736         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12737         with #if rather than #ifdef.
12738         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12739
12740 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
12741
12742         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12743         first.  Disable AVX-512 GCC support if assembler doesn't support
12744         it.
12745         * sysdeps/x86_64/configure: Regenerated.
12746
12747 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
12748
12749         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12750         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12751         (__old_pthread_attr_setstack): Likewise.
12752         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12753         [!_STACK_GROWS_DOWN]: Likewise.
12754
12755 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
12756
12757         * config.make.in (have-bash2): Delete.
12758         * configure.ac (libc_cv_have_bash2): Delete.
12759         * configure: Regenerate.
12760         * elf/Makefile (common-ldd-rewrite): Rename to ...
12761         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
12762         (sh-ldd-rewrite): Delete.
12763         (bash-ldd-rewrite): Delete.
12764         (have-bash2): Delete checks.
12765         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12766         ldd-rewrite.
12767
12768         * config.make.in (have-ksh): Delete.
12769         (KSH): Delete.
12770         * configure.ac (libc_cv_have_ksh): Delete.
12771         * configure: Regenerate.
12772
12773         * elf/Makefile: Delete $(have-ksh) check.
12774         ($(objpfx)sotruss): Change KSH to BASH.
12775         * elf/sotruss.ksh: Rename to ...
12776         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
12777         function style to match POSIX.  Drop ksh vim mode setting.
12778
12779         * manual/time.texi (Specifying the Time Zone with TZ): Change
12780         Tuesday to Thursday.
12781
12782         * debug/tst-longjmp_chk2.c: Update header comment.
12783         (stackoverflow_handler): Add comment.  Call assert on pass value.
12784
12785 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
12786
12787         [BZ #16194]
12788         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12789         (HAVE_AVX512_ASM_SUPPORT): Likewise.
12790         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12791         (La_x86_64_vector): Add zmm.
12792         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12793         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12794         ($(objpfx)tst-audit10): New target.
12795         ($(objpfx)tst-audit10.out): Likewise.
12796         (tst-audit10-ENV): New.
12797         (AVX512-CFLAGS): Likewise.
12798         (CFLAGS-tst-audit10.c): Likewise.
12799         (CFLAGS-tst-auditmod10a.c): Likewise.
12800         (CFLAGS-tst-auditmod10b.c): Likewise.
12801         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12802         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12803         * sysdeps/x86_64/configure: Regenerated.
12804         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12805         AVX-512 zmm register support.
12806         (_dl_x86_64_save_sse): Likewise.
12807         (_dl_x86_64_restore_sse): Likewise.
12808         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12809         size vector registers.
12810         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12811         (ZMM_SIZE): Likewise.
12812         * sysdeps/x86_64/tst-audit10.c: New file.
12813         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12814         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12815
12816 2014-03-13  Roland McGrath  <roland@hack.frob.com>
12817
12818         * configure.ac (HAVE_EHDR_START): New check.
12819         * configure: Regenerated.
12820         * config.h.in (HAVE_EHDR_START): New #undef.
12821         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12822         assuming the lowest-addressed segment maps the start of the file.
12823
12824 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
12825
12826         * INSTALL: Regenerated.
12827
12828 2014-03-13  Will Newton  <will.newton@linaro.org>
12829
12830         * manual/setjmp.texi (System V contexts): Improve
12831         clarity and grammar of documentation.
12832
12833 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
12834
12835         [BZ #16381]
12836         * elf/Makefile (tests): Add tst-pie2.
12837         (tests-pie): Add tst-pie2.
12838         * elf/tst-pie2.c: New file.
12839         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12840         for ET_EXEC.
12841         * elf/rtld.c (map_doit): Load executable as lt_executable.
12842         (dl_main): Likewise.
12843
12844 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
12845
12846         [BZ #16642]
12847         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12848         (__ASSUME_PSELECT): Undefine.
12849
12850 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12851
12852         [BZ #16689]
12853         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12854         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12855         static build.
12856         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12857         selector for static builds.
12858
12859 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12860
12861         [BZ #16695]
12862         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12863         key in the buffer.
12864
12865 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12866
12867         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12868         IFUNC selector for static builds.
12869
12870 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
12871
12872         * sysdeps/mips/math_private.h [__mips_hard_float]
12873         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12874         libc_feresetround_mips_ctx.
12875         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12876         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12877         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12878
12879         [BZ #16677]
12880         * math/s_nextafter.c (__nextafter): Do not return value from
12881         overflowing computation.
12882         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12883         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12884         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12885         Likewise.
12886         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12887         Likewise.
12888         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12889         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12890
12891 2014-03-11  Roland McGrath  <roland@hack.frob.com>
12892
12893         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12894         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12895         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12896         the new mov targetting sp.
12897
12898 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12899
12900         [BZ #16683]
12901         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12902         Define it for static builds as well.
12903         (NO_BZERO_IMPL): Likewise.
12904
12905 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12906
12907         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12908         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12909         multiarch strspn for PPC64.
12910         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12911         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12912         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12913         (__libc_ifunc_impl_list): Likewise.
12914         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12915         multiarch optimizations
12916         * string/strspn.c (strspn): Using macro to redefine symbol name.
12917
12918 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12919             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12920
12921         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12922         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12923         multiarch strncat for PPC64.
12924         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12925         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12926         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12927         (__libc_ifunc_impl_list): Likewise.
12928         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12929         multiarch optimizations
12930
12931 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12932
12933         [BZ #16639]
12934         * nscd/nscd.service: Make service type forking.
12935
12936 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12937
12938         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12939         sign in non default rounding modes.
12940         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12941
12942 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12943
12944         * math/libm-test.inc (ALL_RM_TEST): New macro.
12945         (ceil_test): Use ALL_RM_TEST.
12946         (cimag_test): Likewise.
12947         (conj_test): Likewise.
12948         (copysign_test): Likewise.
12949         (cproj_test): Likewise.
12950         (creal_test): Likewise.
12951         (fabs_test): Likewise.
12952         (floor_test): Likewise.
12953         (fmax_test): Likewise.
12954         (fmin_test): Likewise.
12955         (fmod_test): Likewise.
12956         (fpclassify_test): Likewise.
12957         (frexp_test): Likewise.
12958         (ilogb_test): Likewise.
12959         (isfinite_test): Likewise.
12960         (finite_test): Likewise.
12961         (isgreater_test): Likewise.
12962         (isgreaterequal_test): Likewise.
12963         (isinf_test): Likewise.
12964         (isless_test): Likewise.
12965         (islessequal_test): Likewise.
12966         (islessgreater_test): Likewise.
12967         (isnan_test): Likewise.
12968         (isnormal_test): Likewise.
12969         (issignaling_test): Likewise.
12970         (isunordered_test): Likewise.
12971         (logb_test): Likewise.
12972         (logb_downward_test_data): Remove.
12973         (logb_test_downward): Likewise.
12974         (lround_test): Use ALL_RM_TEST.
12975         (llround_test): Likewise.
12976         (modf_test): Likewise.
12977         (nexttoward_test): Likewise.
12978         (remainder_test): Likewise.
12979         (drem_test): Likewise.
12980         (remainder_tonearest_test_data): Likewise.
12981         (remainder_test_tonearest): Likewise.
12982         (drem_test_tonearest): Likewise.
12983         (remainder_towardzero_test_data): Likewise.
12984         (remainder_test_towardzero): Likewise.
12985         (drem_test_towardzero): Likewise.
12986         (remainder_downward_test_data): Likewise.
12987         (remainder_test_downward): Likewise.
12988         (drem_test_downward): Likewise.
12989         (remainder_upward_test_data): Likewise.
12990         (remainder_test_upward): Likewise.
12991         (drem_test_upward): Likewise.
12992         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
12993         (round_test): Use ALL_RM_TEST.
12994         (signbit_test): Likewise.
12995         (trunc_test): Likewise.
12996         (significand_test): Likewise.
12997         (main): Don't call removed functions.
12998
12999 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13000
13001         [BZ #16674]
13002         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
13003         || __USE_XOPEN2K8].
13004         (ILL_ILLOPN): Likewise.
13005         (ILL_ILLADR): Likewise.
13006         (ILL_ILLTRP): Likewise.
13007         (ILL_PRVOPC): Likewise.
13008         (ILL_PRVREG): Likewise.
13009         (ILL_COPROC): Likewise.
13010         (ILL_BADSTK): Likewise.
13011         (FPE_INTDIV): Likewise.
13012         (FPE_INTOVF): Likewise.
13013         (FPE_FLTDIV): Likewise.
13014         (FPE_FLTOVF): Likewise.
13015         (FPE_FLTUND): Likewise.
13016         (FPE_FLTRES): Likewise.
13017         (FPE_FLTINV): Likewise.
13018         (FPE_FLTSUB): Likewise.
13019         (SEGV_MAPERR): Likewise.
13020         (SEGV_ACCERR): Likewise.
13021         (BUS_ADRALN): Likewise.
13022         (BUS_ADRERR): Likewise.
13023         (BUS_OBJERR): Likewise.
13024         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13025         (TRAP_TRACE): Likewise.
13026         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13027         __USE_XOPEN2K8].
13028         (CLD_KILLED): Likewise.
13029         (CLD_DUMPED): Likewise.
13030         (CLD_TRAPPED): Likewise.
13031         (CLD_STOPPED): Likewise.
13032         (CLD_CONTINUED): Likewise.
13033         (POLL_IN): Likewise.
13034         (POLL_OUT): Likewise.
13035         (POLL_MSG): Likewise.
13036         (POLL_ERR): Likewise.
13037         (POLL_PRI): Likewise.
13038         (POLL_HUP): Likewise.
13039         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
13040         Likewise.
13041         (ILL_ILLOPN): Likewise.
13042         (ILL_ILLADR): Likewise.
13043         (ILL_ILLTRP): Likewise.
13044         (ILL_PRVOPC): Likewise.
13045         (ILL_PRVREG): Likewise.
13046         (ILL_COPROC): Likewise.
13047         (ILL_BADSTK): Likewise.
13048         (FPE_INTDIV): Likewise.
13049         (FPE_INTOVF): Likewise.
13050         (FPE_FLTDIV): Likewise.
13051         (FPE_FLTOVF): Likewise.
13052         (FPE_FLTUND): Likewise.
13053         (FPE_FLTRES): Likewise.
13054         (FPE_FLTINV): Likewise.
13055         (FPE_FLTSUB): Likewise.
13056         (SEGV_MAPERR): Likewise.
13057         (SEGV_ACCERR): Likewise.
13058         (BUS_ADRALN): Likewise.
13059         (BUS_ADRERR): Likewise.
13060         (BUS_OBJERR): Likewise.
13061         (BUS_MCEERR_AR): Likewise.
13062         (BUS_MCEERR_AO): Likewise.
13063         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13064         (TRAP_TRACE): Likewise.
13065         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13066         __USE_XOPEN2K8].
13067         (CLD_KILLED): Likewise.
13068         (CLD_DUMPED): Likewise.
13069         (CLD_TRAPPED): Likewise.
13070         (CLD_STOPPED): Likewise.
13071         (CLD_CONTINUED): Likewise.
13072         (POLL_IN): Likewise.
13073         (POLL_OUT): Likewise.
13074         (POLL_MSG): Likewise.
13075         (POLL_ERR): Likewise.
13076         (POLL_PRI): Likewise.
13077         (POLL_HUP): Likewise.
13078         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
13079         (ILL_ILLOPN): Likewise.
13080         (ILL_ILLADR): Likewise.
13081         (ILL_ILLTRP): Likewise.
13082         (ILL_PRVOPC): Likewise.
13083         (ILL_PRVREG): Likewise.
13084         (ILL_COPROC): Likewise.
13085         (ILL_BADSTK): Likewise.
13086         (FPE_INTDIV): Likewise.
13087         (FPE_INTOVF): Likewise.
13088         (FPE_FLTDIV): Likewise.
13089         (FPE_FLTOVF): Likewise.
13090         (FPE_FLTUND): Likewise.
13091         (FPE_FLTRES): Likewise.
13092         (FPE_FLTINV): Likewise.
13093         (FPE_FLTSUB): Likewise.
13094         (SEGV_MAPERR): Likewise.
13095         (SEGV_ACCERR): Likewise.
13096         (BUS_ADRALN): Likewise.
13097         (BUS_ADRERR): Likewise.
13098         (BUS_OBJERR): Likewise.
13099         (BUS_MCEERR_AR): Likewise.
13100         (BUS_MCEERR_AO): Likewise.
13101         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13102         (TRAP_TRACE): Likewise.
13103         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13104         __USE_XOPEN2K8].
13105         (CLD_KILLED): Likewise.
13106         (CLD_DUMPED): Likewise.
13107         (CLD_TRAPPED): Likewise.
13108         (CLD_STOPPED): Likewise.
13109         (CLD_CONTINUED): Likewise.
13110         (POLL_IN): Likewise.
13111         (POLL_OUT): Likewise.
13112         (POLL_MSG): Likewise.
13113         (POLL_ERR): Likewise.
13114         (POLL_PRI): Likewise.
13115         (POLL_HUP): Likewise.
13116         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
13117         Likewise.
13118         (ILL_ILLOPN): Likewise.
13119         (ILL_ILLADR): Likewise.
13120         (ILL_ILLTRP): Likewise.
13121         (ILL_PRVOPC): Likewise.
13122         (ILL_PRVREG): Likewise.
13123         (ILL_COPROC): Likewise.
13124         (ILL_BADSTK): Likewise.
13125         (ILL_BADIADDR): Likewise.
13126         (ILL_BREAK): Likewise.
13127         (FPE_INTDIV): Likewise.
13128         (FPE_INTOVF): Likewise.
13129         (FPE_FLTDIV): Likewise.
13130         (FPE_FLTOVF): Likewise.
13131         (FPE_FLTUND): Likewise.
13132         (FPE_FLTRES): Likewise.
13133         (FPE_FLTINV): Likewise.
13134         (FPE_FLTSUB): Likewise.
13135         (FPE_DECOVF): Likewise.
13136         (FPE_DECDIV): Likewise.
13137         (FPE_DECERR): Likewise.
13138         (FPE_INVASC): Likewise.
13139         (FPE_INVDEC): Likewise.
13140         (SEGV_MAPERR): Likewise.
13141         (SEGV_ACCERR): Likewise.
13142         (SEGV_PSTKOVF): Likewise.
13143         (BUS_ADRALN): Likewise.
13144         (BUS_ADRERR): Likewise.
13145         (BUS_OBJERR): Likewise.
13146         (BUS_MCEERR_AR): Likewise.
13147         (BUS_MCEERR_AO): Likewise.
13148         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13149         (TRAP_TRACE): Likewise.
13150         (TRAP_BRANCH): Likewise.
13151         (TRAP_HWBKPT): Likewise.
13152         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13153         __USE_XOPEN2K8].
13154         (CLD_KILLED): Likewise.
13155         (CLD_DUMPED): Likewise.
13156         (CLD_TRAPPED): Likewise.
13157         (CLD_STOPPED): Likewise.
13158         (CLD_CONTINUED): Likewise.
13159         (POLL_IN): Likewise.
13160         (POLL_OUT): Likewise.
13161         (POLL_MSG): Likewise.
13162         (POLL_ERR): Likewise.
13163         (POLL_PRI): Likewise.
13164         (POLL_HUP): Likewise.
13165         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
13166         (ILL_ILLOPN): Likewise.
13167         (ILL_ILLADR): Likewise.
13168         (ILL_ILLTRP): Likewise.
13169         (ILL_PRVOPC): Likewise.
13170         (ILL_PRVREG): Likewise.
13171         (ILL_COPROC): Likewise.
13172         (ILL_BADSTK): Likewise.
13173         (FPE_INTDIV): Likewise.
13174         (FPE_INTOVF): Likewise.
13175         (FPE_FLTDIV): Likewise.
13176         (FPE_FLTOVF): Likewise.
13177         (FPE_FLTUND): Likewise.
13178         (FPE_FLTRES): Likewise.
13179         (FPE_FLTINV): Likewise.
13180         (FPE_FLTSUB): Likewise.
13181         (SEGV_MAPERR): Likewise.
13182         (SEGV_ACCERR): Likewise.
13183         (BUS_ADRALN): Likewise.
13184         (BUS_ADRERR): Likewise.
13185         (BUS_OBJERR): Likewise.
13186         (BUS_MCEERR_AR): Likewise.
13187         (BUS_MCEERR_AO): Likewise.
13188         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13189         (TRAP_TRACE): Likewise.
13190         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13191         __USE_XOPEN2K8].
13192         (CLD_KILLED): Likewise.
13193         (CLD_DUMPED): Likewise.
13194         (CLD_TRAPPED): Likewise.
13195         (CLD_STOPPED): Likewise.
13196         (CLD_CONTINUED): Likewise.
13197         (POLL_IN): Likewise.
13198         (POLL_OUT): Likewise.
13199         (POLL_MSG): Likewise.
13200         (POLL_ERR): Likewise.
13201         (POLL_PRI): Likewise.
13202         (POLL_HUP): Likewise.
13203         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
13204         (ILL_ILLOPN): Likewise.
13205         (ILL_ILLADR): Likewise.
13206         (ILL_ILLTRP): Likewise.
13207         (ILL_PRVOPC): Likewise.
13208         (ILL_PRVREG): Likewise.
13209         (ILL_COPROC): Likewise.
13210         (ILL_BADSTK): Likewise.
13211         (FPE_INTDIV): Likewise.
13212         (FPE_INTOVF): Likewise.
13213         (FPE_FLTDIV): Likewise.
13214         (FPE_FLTOVF): Likewise.
13215         (FPE_FLTUND): Likewise.
13216         (FPE_FLTRES): Likewise.
13217         (FPE_FLTINV): Likewise.
13218         (FPE_FLTSUB): Likewise.
13219         (SEGV_MAPERR): Likewise.
13220         (SEGV_ACCERR): Likewise.
13221         (BUS_ADRALN): Likewise.
13222         (BUS_ADRERR): Likewise.
13223         (BUS_OBJERR): Likewise.
13224         (BUS_MCEERR_AR): Likewise.
13225         (BUS_MCEERR_AO): Likewise.
13226         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13227         (TRAP_TRACE): Likewise.
13228         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13229         __USE_XOPEN2K8].
13230         (CLD_KILLED): Likewise.
13231         (CLD_DUMPED): Likewise.
13232         (CLD_TRAPPED): Likewise.
13233         (CLD_STOPPED): Likewise.
13234         (CLD_CONTINUED): Likewise.
13235         (POLL_IN): Likewise.
13236         (POLL_OUT): Likewise.
13237         (POLL_MSG): Likewise.
13238         (POLL_ERR): Likewise.
13239         (POLL_PRI): Likewise.
13240         (POLL_HUP): Likewise.
13241         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
13242         (ILL_ILLOPN): Likewise.
13243         (ILL_ILLADR): Likewise.
13244         (ILL_ILLTRP): Likewise.
13245         (ILL_PRVOPC): Likewise.
13246         (ILL_PRVREG): Likewise.
13247         (ILL_COPROC): Likewise.
13248         (ILL_BADSTK): Likewise.
13249         (FPE_INTDIV): Likewise.
13250         (FPE_INTOVF): Likewise.
13251         (FPE_FLTDIV): Likewise.
13252         (FPE_FLTOVF): Likewise.
13253         (FPE_FLTUND): Likewise.
13254         (FPE_FLTRES): Likewise.
13255         (FPE_FLTINV): Likewise.
13256         (FPE_FLTSUB): Likewise.
13257         (SEGV_MAPERR): Likewise.
13258         (SEGV_ACCERR): Likewise.
13259         (BUS_ADRALN): Likewise.
13260         (BUS_ADRERR): Likewise.
13261         (BUS_OBJERR): Likewise.
13262         (BUS_MCEERR_AR): Likewise.
13263         (BUS_MCEERR_AO): Likewise.
13264         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13265         (TRAP_TRACE): Likewise.
13266         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13267         __USE_XOPEN2K8].
13268         (CLD_KILLED): Likewise.
13269         (CLD_DUMPED): Likewise.
13270         (CLD_TRAPPED): Likewise.
13271         (CLD_STOPPED): Likewise.
13272         (CLD_CONTINUED): Likewise.
13273         (POLL_IN): Likewise.
13274         (POLL_OUT): Likewise.
13275         (POLL_MSG): Likewise.
13276         (POLL_ERR): Likewise.
13277         (POLL_PRI): Likewise.
13278         (POLL_HUP): Likewise.
13279         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
13280         (ILL_ILLOPN): Likewise.
13281         (ILL_ILLADR): Likewise.
13282         (ILL_ILLTRP): Likewise.
13283         (ILL_PRVOPC): Likewise.
13284         (ILL_PRVREG): Likewise.
13285         (ILL_COPROC): Likewise.
13286         (ILL_BADSTK): Likewise.
13287         (ILL_DBLFLT): Likewise.
13288         (ILL_HARDWALL): Likewise.
13289         (FPE_INTDIV): Likewise.
13290         (FPE_INTOVF): Likewise.
13291         (FPE_FLTDIV): Likewise.
13292         (FPE_FLTOVF): Likewise.
13293         (FPE_FLTUND): Likewise.
13294         (FPE_FLTRES): Likewise.
13295         (FPE_FLTINV): Likewise.
13296         (FPE_FLTSUB): Likewise.
13297         (SEGV_MAPERR): Likewise.
13298         (SEGV_ACCERR): Likewise.
13299         (BUS_ADRALN): Likewise.
13300         (BUS_ADRERR): Likewise.
13301         (BUS_OBJERR): Likewise.
13302         (BUS_MCEERR_AR): Likewise.
13303         (BUS_MCEERR_AO): Likewise.
13304         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13305         (TRAP_TRACE): Likewise.
13306         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13307         __USE_XOPEN2K8].
13308         (CLD_KILLED): Likewise.
13309         (CLD_DUMPED): Likewise.
13310         (CLD_TRAPPED): Likewise.
13311         (CLD_STOPPED): Likewise.
13312         (CLD_CONTINUED): Likewise.
13313         (POLL_IN): Likewise.
13314         (POLL_OUT): Likewise.
13315         (POLL_MSG): Likewise.
13316         (POLL_ERR): Likewise.
13317         (POLL_PRI): Likewise.
13318         (POLL_HUP): Likewise.
13319         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
13320         (ILL_ILLOPN): Likewise.
13321         (ILL_ILLADR): Likewise.
13322         (ILL_ILLTRP): Likewise.
13323         (ILL_PRVOPC): Likewise.
13324         (ILL_PRVREG): Likewise.
13325         (ILL_COPROC): Likewise.
13326         (ILL_BADSTK): Likewise.
13327         (FPE_INTDIV): Likewise.
13328         (FPE_INTOVF): Likewise.
13329         (FPE_FLTDIV): Likewise.
13330         (FPE_FLTOVF): Likewise.
13331         (FPE_FLTUND): Likewise.
13332         (FPE_FLTRES): Likewise.
13333         (FPE_FLTINV): Likewise.
13334         (FPE_FLTSUB): Likewise.
13335         (SEGV_MAPERR): Likewise.
13336         (SEGV_ACCERR): Likewise.
13337         (BUS_ADRALN): Likewise.
13338         (BUS_ADRERR): Likewise.
13339         (BUS_OBJERR): Likewise.
13340         (BUS_MCEERR_AR): Likewise.
13341         (BUS_MCEERR_AO): Likewise.
13342         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13343         (TRAP_TRACE): Likewise.
13344         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13345         __USE_XOPEN2K8].
13346         (CLD_KILLED): Likewise.
13347         (CLD_DUMPED): Likewise.
13348         (CLD_TRAPPED): Likewise.
13349         (CLD_STOPPED): Likewise.
13350         (CLD_CONTINUED): Likewise.
13351         (POLL_IN): Likewise.
13352         (POLL_OUT): Likewise.
13353         (POLL_MSG): Likewise.
13354         (POLL_ERR): Likewise.
13355         (POLL_PRI): Likewise.
13356         (POLL_HUP): Likewise.
13357         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
13358         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13359
13360         [BZ #16670]
13361         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
13362         before #include of <time.h>.
13363         [!__USE_XOPEN2K] (__need_timespec): Likewise.
13364         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
13365         (test-xfail-UNIX98/sched.h/conform): Likewise.
13366
13367 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13368
13369         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
13370         error absence of trapping exception support.
13371         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13372
13373 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13374
13375         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
13376         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
13377         * timezone/Makefile (testdata): Move definition above include of
13378         Rules.
13379         (test-zones): New variable.
13380         (tests-special): Add zone files.
13381         (build-testdata): Use $(evaluate-test).
13382
13383         * elf/Makefile (tests-special): Rename tests to end with .out.
13384         ($(objpfx)noload-mem): Likewise.
13385         ($(objpfx)tst-leaks1-mem): Likewise.
13386         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
13387         * iconv/Makefile (xtests-special): Change test-iconvconfig to
13388         $(objpfx)test-iconvconfig.out.
13389         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
13390         set -e inside subshell and redirect output to file.
13391         * iconvdata/Makefile (generated): Rename tests to end with .out.
13392         Correct type.
13393         (tests-special): Rename tests to end with .out.
13394         ($(objpfx)mtrace-tst-loading): Likewise.
13395         * intl/Makefile (generated): Likewise.
13396         (tests-special): Likewise.
13397         ($(objpfx)mtrace-tst-gettext): Likewise.
13398         * misc/Makefile (generated): Likewise.
13399         (tests-special): Likewise.
13400         ($(objpfx)tst-error1-mem): Likewise.
13401         * nptl/Makefile (tests-special): Likewise.
13402         ($(objpfx)tst-stack3-mem): Likewise.
13403         (generated): Likewise.
13404         * posix/Makefile (generated): Likewise.
13405         (tests-special): Likewise.
13406         (xtests-special): Likewise.
13407         ($(objpfx)tst-fnmatch-mem): Likewise.
13408         ($(objpfx)bug-regex2-mem): Likewise.
13409         ($(objpfx)bug-regex14-mem): Likewise.
13410         ($(objpfx)bug-regex21-mem): Likewise.
13411         ($(objpfx)bug-regex31-mem): Likewise.
13412         ($(objpfx)tst-vfork3-mem): Likewise.
13413         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13414         ($(objpfx)tst-pcre-mem): Likewise.
13415         ($(objpfx)tst-boost-mem): Likewise.
13416         ($(objpfx)bug-ga2-mem): Likewise.
13417         ($(objpfx)bug-glob2-mem): Likewise.
13418         * resolv/Makefile (generate): Likewise.
13419         (tests-special): Likewise.
13420         (xtests-special): Likewise.
13421         (generated): Likewise.
13422         ($(objpfx)mtrace-tst-leaks): Likewise.
13423         ($(objpfx)mtrace-tst-leaks2): Likewise.
13424
13425         * scripts/merge-test-results.sh: New file.
13426         * Makefile (tests-special-notdir): New variable.
13427         (tests): Run merge-test-results.sh.
13428         (xtests): Likewise.
13429         * Rules (tests-special-notdir): New variable.
13430         (xtests-special-notdir): Likewise.
13431         (tests): Run merge-test-results.sh
13432         (xtests): Likewise.
13433
13434         * Makeconfig (test-xfail-name): New variable.
13435         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
13436         compute variable name for expected failures.
13437         * conform/Makefile (conformtest-headers-data): New variable.
13438         (conformtest-standards): Likewise.
13439         (conformtest-headers-ISO): Likewise.
13440         (conformtest-headers-ISO99): Likewise.
13441         (conformtest-headers-ISO11): Likewise.
13442         (conformtest-headers-POSIX): Likewise.
13443         (conformtest-headers-XPG3): Likewise.
13444         (conformtest-headers-XPG4): Likewise.
13445         (conformtest-headers-UNIX98): Likewise.
13446         (conformtest-headers-XOPEN2K): Likewise.
13447         (conformtest-headers-POSIX2008): Likewise.
13448         (conformtest-headers-XOPEN2K8): Likewise.
13449         (conformtest-header-list-base): Likewise.
13450         (conformtest-header-list-tests): Likewise.
13451         (conformtest-header-base): Likewise.
13452         (conformtest-header-tests): Likewise.
13453         (tests-special): Add $(conformtest-header-list-tests).  If
13454         [$(fast-check) && !$(cross-compiling)], add
13455         $(conformtest-header-tests) instead of
13456         $(objpfx)run-conformtest.out.
13457         (generated): Add $(conformtest-header-list-base).  If
13458         [$(fast-check) && !$(cross-compiling)], add
13459         $(conformtest-header-base).  Remove previous setting.
13460         ($(conformtest-header-list-tests)): New target.
13461         (test-xfail-run-conformtest): Remove variable.
13462         ($(objpfx)run-conformtest.out): Remove target.
13463         (test-xfail-ISO11/complex.h/conform): New variable.
13464         (test-xfail-ISO11/stdalign.h/conform): Likewise.
13465         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
13466         (test-xfail-XPG3/varargs.h/conform): Likewise.
13467         (test-xfail-XPG4/varargs.h/conform): Likewise.
13468         (test-xfail-UNIX98/varargs.h/conform): Likewise.
13469         (test-xfail-XPG4/ndbm.h/conform): Likewise.
13470         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
13471         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
13472         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
13473         (test-xfail-XPG3/fcntl.h/conform): Likewise.
13474         (test-xfail-XPG3/ftw.h/conform): Likewise.
13475         (test-xfail-XPG3/grp.h/conform): Likewise.
13476         (test-xfail-XPG3/langinfo.h/conform): Likewise.
13477         (test-xfail-XPG3/limits.h/conform): Likewise.
13478         (test-xfail-XPG3/pwd.h/conform): Likewise.
13479         (test-xfail-XPG3/search.h/conform): Likewise.
13480         (test-xfail-XPG3/signal.h/conform): Likewise.
13481         (test-xfail-XPG3/stdio.h/conform): Likewise.
13482         (test-xfail-XPG3/stdlib.h/conform): Likewise.
13483         (test-xfail-XPG3/string.h/conform): Likewise.
13484         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
13485         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
13486         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
13487         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
13488         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
13489         (test-xfail-XPG3/sys/types.h/conform): Likewise.
13490         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
13491         (test-xfail-XPG3/termios.h/conform): Likewise.
13492         (test-xfail-XPG3/time.h/conform): Likewise.
13493         (test-xfail-XPG3/unistd.h/conform): Likewise.
13494         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
13495         (test-xfail-XPG4/fcntl.h/conform): Likewise.
13496         (test-xfail-XPG4/langinfo.h/conform): Likewise.
13497         (test-xfail-XPG4/netdb.h/conform): Likewise.
13498         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
13499         (test-xfail-XPG4/signal.h/conform): Likewise.
13500         (test-xfail-XPG4/stdio.h/conform): Likewise.
13501         (test-xfail-XPG4/stdlib.h/conform): Likewise.
13502         (test-xfail-XPG4/stropts.h/conform): Likewise.
13503         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
13504         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
13505         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
13506         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
13507         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
13508         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
13509         (test-xfail-XPG4/sys/time.h/conform): Likewise.
13510         (test-xfail-XPG4/sys/types.h/conform): Likewise.
13511         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
13512         (test-xfail-XPG4/termios.h/conform): Likewise.
13513         (test-xfail-XPG4/ucontext.h/conform): Likewise.
13514         (test-xfail-XPG4/unistd.h/conform): Likewise.
13515         (test-xfail-XPG4/utmpx.h/conform): Likewise.
13516         (test-xfail-POSIX/sched.h/conform): Likewise.
13517         (test-xfail-POSIX/signal.h/conform): Likewise.
13518         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13519         (test-xfail-POSIX/tar.h/conform): Likewise.
13520         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
13521         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
13522         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
13523         (test-xfail-UNIX98/netdb.h/conform): Likewise.
13524         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
13525         (test-xfail-UNIX98/sched.h/conform): Likewise.
13526         (test-xfail-UNIX98/signal.h/conform): Likewise.
13527         (test-xfail-UNIX98/stdio.h/conform): Likewise.
13528         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
13529         (test-xfail-UNIX98/stropts.h/conform): Likewise.
13530         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
13531         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
13532         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
13533         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
13534         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
13535         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
13536         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
13537         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
13538         (test-xfail-UNIX98/unistd.h/conform): Likewise.
13539         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
13540         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
13541         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
13542         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
13543         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
13544         (test-xfail-XOPEN2K/math.h/conform): Likewise.
13545         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
13546         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
13547         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
13548         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
13549         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
13550         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
13551         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
13552         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
13553         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
13554         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
13555         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
13556         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
13557         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
13558         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
13559         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
13560         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
13561         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
13562         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
13563         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
13564         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
13565         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
13566         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
13567         (test-xfail-POSIX2008/signal.h/conform): Likewise.
13568         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
13569         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
13570         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
13571         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
13572         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
13573         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
13574         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
13575         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
13576         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
13577         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
13578         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
13579         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
13580         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
13581         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
13582         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
13583         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
13584         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
13585         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
13586         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
13587         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
13588         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
13589         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
13590         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
13591         (conformtest-cc-flags): Likewise.
13592         ($(conformtest-header-tests): New target.
13593         * conform/check-header-lists.sh: New file.
13594         * conform/run-conformtest.sh: Remove.
13595
13596         * conform/conformtest.pl: Allow ' and \ in values given for
13597         constants.
13598         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
13599         inclusion.
13600         [POSIX] (sys/types.h): Likewise.
13601         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
13602         inclusion.
13603         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
13604         inclusion.
13605         * conform/data/signal.h-data (SIGIO): Remove expectation.
13606         [XPG3] (SIGBUS): Do not expect.
13607         [POSIX || XPG3] (SIGPOLL): Likewise.
13608         [POSIX || XPG3] (SIGPROF): Likewise.
13609         [POSIX || XPG3] (SIGSYS): Likewise.
13610         [XPG3] (SIGTRAP): Likewise.
13611         [POSIX || XPG3] (SIGURG): Likewise.
13612         [POSIX || XPG3] (SIGVTALRM): Likewise.
13613         [POSIX || XPG3] (SIGXCPU): Likewise.
13614         [POSIX || XPG3] (SIGXFSZ): Likewise.
13615         [POSIX] (SA_SIGINFO): Expect.
13616         [XPG3] (siginfo_t): Do not expect type or contents.
13617         [POSIX] (si_pid): Do not expect element.
13618         [POSIX] (si_uid): Likewise.
13619         [POSIX] (si_addr): Likewise.
13620         [POSIX] (si_status): Likewise.
13621         [POSIX] (si_band): Likewise.
13622         [XPG4] (si_value): Likewise.
13623         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13624         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13625         [POSIX || XPG3] (ILL_ILLADR): Likewise.
13626         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13627         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13628         [POSIX || XPG3] (ILL_PRVREG): Likewise.
13629         [POSIX || XPG3] (ILL_COPROC): Likewise.
13630         [POSIX || XPG3] (ILL_BADSTK): Likewise.
13631         [POSIX || XPG3] (FPE_INTDIV): Likewise.
13632         [POSIX || XPG3] (FPE_INTOVF): Likewise.
13633         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13634         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13635         [POSIX || XPG3] (FPE_FLTUND): Likewise.
13636         [POSIX || XPG3] (FPE_FLTRES): Likewise.
13637         [POSIX || XPG3] (FPE_FLTINV): Likewise.
13638         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13639         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13640         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13641         [POSIX || XPG3] (BUS_ADRALN): Likewise.
13642         [POSIX || XPG3] (BUS_ADRERR): Likewise.
13643         [POSIX || XPG3] (BUS_OBJERR): Likewise.
13644         [POSIX || XPG3] (CLD_EXITED): Likewise.
13645         [POSIX || XPG3] (CLD_KILLED): Likewise.
13646         [POSIX || XPG3] (CLD_DUMPED): Likewise.
13647         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13648         [POSIX || XPG3] (CLD_STOPPED): Likewise.
13649         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13650         [POSIX || XPG3] (POLL_IN): Likewise.
13651         [POSIX || XPG3] (POLL_OUT): Likewise.
13652         [POSIX || XPG3] (POLL_MSG): Likewise.
13653         [POSIX || XPG3] (POLL_ERR): Likewise.
13654         [POSIX || XPG3] (POLL_PRI): Likewise.
13655         [POSIX || XPG3] (POLL_HUP): Likewise.
13656         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13657         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13658         (SIG*): Do not allow.
13659         [XPG3] (si_*): Likewise.
13660         [XPG3] (SI_*): Likewise.
13661         [XPG3 || XPG4] (sigev_*): Likewise.
13662         [XPG3 || XPG4] (SIGEV_*): Likewise.
13663         [XPG3 || XPG4] (sival_*): Likewise.
13664         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13665         [POSIX || XPG3] (BUS_*): Likewise.
13666         [POSIX || XPG3] (CLD_*): Likewise.
13667         [POSIX || XPG3] (FPE_*): Likewise.
13668         [POSIX || XPG3] (ILL_*): Likewise.
13669         [POSIX || XPG3] (POLL_*): Likewise.
13670         [POSIX || XPG3] (SEGV_*): Likewise.
13671         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13672         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13673         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13674         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13675         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13676         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13677         Specify type and value.
13678         (TVERSLEN): Likewise.
13679         (REGTYPE): Likewise.
13680         (AREGTYPE): Likewise.
13681         (LNKTYPE): Likewise.
13682         (SYMTYPE): Likewise.
13683         (CHRTYPE): Likewise.
13684         (BLKTYPE): Likewise.
13685         (DIRTYPE): Likewise.
13686         (FIFOTYPE): Likewise.
13687         (CONTTYPE): Likewise.
13688         (TSUID): Likewise.
13689         (TSGID): Likewise.
13690         (TSVTX): Likewise.
13691         (TUREAD): Likewise.
13692         (TUWRITE): Likewise.
13693         (TUEXEC): Likewise.
13694         (TGREAD): Likewise.
13695         (TGWRITE): Likewise.
13696         (TGEXEC): Likewise.
13697         (TOREAD): Likewise.
13698         (TOWRITE): Likewise.
13699         (TOEXEC): Likewise.
13700         [POSIX] (TSVTX): Expect constant.
13701
13702 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
13703
13704         * Makefile (tests): Change dependencies to ....
13705         (tests-special): ... additions to this variable.
13706         (tests): Depend on $(tests-special).
13707         * Makerules (check-abi-list): New variable.
13708         (check-abi): Depend on $(check-abi-list).
13709         [$(subdir) = elf] (tests-special): Add
13710         $(objpfx)check-abi-libc.out.
13711         [$(build-shared) = yes && subdir] (tests-special): Add
13712         $(check-abi-list).
13713         [$(build-shared) = yes && subdir] (tests): Do not depend on
13714         check-abi.
13715         * Rules (tests): Depend on $(tests-special).
13716         (xtests): Depend on $(xtests-special).
13717         * catgets/Makefile (tests): Change dependencies to ....
13718         (tests-special): ... additions to this variable.
13719         * conform/Makefile (tests): Change dependencies to ....
13720         (tests-special): ... additions to this variable.
13721         * elf/Makefile (tests): Change dependencies to ....
13722         (tests-special): ... additions to this variable.
13723         * grp/Makefile (tests): Change dependencies to ....
13724         (tests-special): ... additions to this variable.
13725         * iconv/Makefile (xtests): Change dependencies to ....
13726         (xtests-special): ... additions to this variable.
13727         * iconvdata/Makefile (tests): Change dependencies to ....
13728         (tests-special): ... additions to this variable.
13729         * intl/Makefile (tests): Change dependencies to ....
13730         (tests-special): ... additions to this variable.  Also add
13731         $(objpfx)tst-gettext.out.
13732         * io/Makefile (tests): Change dependencies to ....
13733         (tests-special): ... additions to this variable.
13734         * libio/Makefile (tests): Change dependencies to ....
13735         (tests-special): ... additions to this variable.
13736         * malloc/Makefile (tests): Change dependencies to ....
13737         (tests-special): ... additions to this variable.
13738         * misc/Makefile (tests): Change dependencies to ....
13739         (tests-special): ... additions to this variable.
13740         * nptl/Makefile (tests): Change dependencies to ....
13741         (tests-special): ... additions to this variable.
13742         * nptl_db/Makefile (tests): Change dependencies to ....
13743         (tests-special): ... additions to this variable.
13744         * posix/Makefile (tests): Change dependencies to ....
13745         (tests-special): ... additions to this variable.
13746         (xtests): Change dependencies to ....
13747         (xtests-special): ... additions to this variable.
13748         * resolv/Makefile (tests): Change dependencies to ....
13749         (tests-special): ... additions to this variable.
13750         (xtests): Change dependencies to ....
13751         (xtests-special): ... additions to this variable.
13752         * stdio-common/Makefile (tests): Change dependencies to ....
13753         (tests-special): ... additions to this variable.
13754         (do-tst-unbputc): Remove target.
13755         (do-tst-printf): Likewise.
13756         * stdlib/Makefile (tests): Change dependencies to ....
13757         (tests-special): ... additions to this variable.
13758         * string/Makefile (tests): Change dependencies to ....
13759         (tests-special): ... additions to this variable.
13760         * sysdeps/x86/Makefile (tests): Change dependencies to ....
13761         (tests-special): ... additions to this variable.
13762
13763         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13764         whole file.
13765         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13766         whole file.
13767         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13768         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13769
13770         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13771         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13772         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13773         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13774         * conform/data/libgen.h-data [XPG3]: Likewise.
13775         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13776         * conform/data/ndbm.h-data [XPG3]: Likewise.
13777         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13778         * conform/data/netdb.h-data [XPG3]: Likewise.
13779         * conform/data/netinet/in.h-data [XPG3]: Likewise.
13780         * conform/data/poll.h-data [XPG3]: Likewise.
13781         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13782         * conform/data/strings.h-data [XPG3]: Likewise.
13783         * conform/data/stropts.h-data [XPG3]: Likewise.
13784         * conform/data/sys/mman.h-data [XPG3]: Likewise.
13785         * conform/data/sys/resource.h-data [XPG3]: Likewise.
13786         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13787         Likewise.
13788         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13789         * conform/data/sys/time.h-data [XPG3]: Likewise.
13790         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13791         * conform/data/sys/uio.h-data [XPG3]: Likewise.
13792         * conform/data/sys/un.h-data [XPG3]: Likewise.
13793         * conform/data/syslog.h-data [XPG3]: Likewise.
13794         * conform/data/ucontext.h-data [XPG3]: Likewise.
13795         * conform/data/utmpx.h-data [XPG3]: Likewise.
13796         * conform/data/varargs.h-data [UNIX98]: Enable file.
13797
13798         * manual/Makefile (INSTALL_INFO): Remove variable setting.
13799
13800         * math/libm-test.inc (struct test_f_f_data): Move expected results
13801         into structure for each rounding mode.
13802         (struct test_ff_f_data): Likewise.
13803         (struct test_ff_f_data_nexttoward): Likewise.
13804         (struct test_fi_f_data): Likewise.
13805         (struct test_fl_f_data): Likewise.
13806         (struct test_if_f_data): Likewise.
13807         (struct test_fff_f_data): Likewise.
13808         (struct test_c_f_data): Likewise.
13809         (struct test_f_f1_data): Likewise.
13810         (struct test_fF_f1_data): Likewise.
13811         (struct test_ffI_f1_data): Likewise.
13812         (struct test_c_c_data): Likewise.
13813         (struct test_cc_c_data): Likewise.
13814         (struct test_f_i_data): Likewise.
13815         (struct test_ff_i_data): Likewise.
13816         (struct test_f_l_data): Likewise.
13817         (struct test_f_L_data): Likewise.
13818         (struct test_fFF_11_data): Likewise.
13819         (RM_): New macro.
13820         (RM_FE_DOWNWARD): Likewise.
13821         (RM_FE_TONEAREST): Likewise.
13822         (RM_FE_TOWARDZERO): Likewise.
13823         (RM_FE_UPWARD): Likewise.
13824         (RUN_TEST_LOOP_f_f): Update references to expected results.
13825         (RUN_TEST_LOOP_2_f): Likewise.
13826         (RUN_TEST_LOOP_fff_f): Likewise.
13827         (RUN_TEST_LOOP_c_f): Likewise.
13828         (RUN_TEST_LOOP_f_f1): Likewise.
13829         (RUN_TEST_LOOP_fF_f1): Likewise.
13830         (RUN_TEST_LOOP_fI_f1): Likewise.
13831         (RUN_TEST_LOOP_ffI_f1): Likewise.
13832         (RUN_TEST_LOOP_c_c): Likewise.
13833         (RUN_TEST_LOOP_cc_c): Likewise.
13834         (RUN_TEST_LOOP_f_i): Likewise.
13835         (RUN_TEST_LOOP_f_i_tg): Likewise.
13836         (RUN_TEST_LOOP_ff_i_tg): Likewise.
13837         (RUN_TEST_LOOP_f_b): Likewise.
13838         (RUN_TEST_LOOP_f_b_tg): Likewise.
13839         (RUN_TEST_LOOP_f_l): Likewise.
13840         (RUN_TEST_LOOP_f_L): Likewise.
13841         (RUN_TEST_LOOP_fFF_11): Likewise.
13842         * math/gen-libm-test.pl (parse_args): Output four copies of
13843         expected results for each test.
13844
13845         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13846         (__ASSUME_UTIMES): Remove.
13847         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13848         (__ASSUME_UTIMES): Likewise.
13849
13850         * math/gen-auto-libm-tests.c: Update comment on output format.
13851         (output_for_one_input_case): Generate before-rounding and
13852         after-rounding information as conditions on output flags not
13853         floating-point format.
13854         * math/auto-libm-test-out: Regenerated.
13855         * math/gen-libm-test.pl (cond_value): New function.
13856         (or_cond_value): Use cond_value.
13857         (generate_testfile): Handle conditional exceptions.
13858
13859 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
13860
13861         * math/libm-test.inc (max_valid_error): New variable.
13862         (init_max_error): Take new argument specifying whether function
13863         results are exactly determined.  Set max_valid_error and bound
13864         other variables for errors based on this argument.
13865         (set_max_error): Do not record results above max_valid_error.
13866         (check_float_internal): Only accept errors of up to 0.5ulps if
13867         also at most max_valid_error.
13868         (START): Take new argument EXACT and pass it to init_max_error.
13869         (acos_test): Update call to START.
13870         (acos_test_tonearest): Likewise.
13871         (acos_test_towardzero): Likewise.
13872         (acos_test_downward): Likewise.
13873         (acos_test_upward): Likewise.
13874         (acosh_test): Likewise.
13875         (asin_test): Likewise.
13876         (asin_test_tonearest): Likewise.
13877         (asin_test_towardzero): Likewise.
13878         (asin_test_downward): Likewise.
13879         (asin_test_upward): Likewise.
13880         (asinh_test): Likewise.
13881         (atan_test): Likewise.
13882         (atanh_test): Likewise.
13883         (atan2_test): Likewise.
13884         (cabs_test): Likewise.
13885         (cacos_test): Likewise.
13886         (cacosh_test): Likewise.
13887         (carg_test): Likewise.
13888         (casin_test): Likewise.
13889         (casinh_test): Likewise.
13890         (catan_test): Likewise.
13891         (catanh_test): Likewise.
13892         (cbrt_test): Likewise.
13893         (ccos_test): Likewise.
13894         (ccosh_test): Likewise.
13895         (ceil_test): Likewise.
13896         (cexp_test): Likewise.
13897         (cimag_test): Likewise.
13898         (clog_test): Likewise.
13899         (clog10_test): Likewise.
13900         (conj_test): Likewise.
13901         (copysign_test): Likewise.
13902         (cos_test): Likewise.
13903         (cos_test_tonearest): Likewise.
13904         (cos_test_towardzero): Likewise.
13905         (cos_test_downward): Likewise.
13906         (cos_test_upward): Likewise.
13907         (cosh_test): Likewise.
13908         (cosh_test_tonearest): Likewise.
13909         (cosh_test_towardzero): Likewise.
13910         (cosh_test_downward): Likewise.
13911         (cosh_test_upward): Likewise.
13912         (cpow_test): Likewise.
13913         (cproj_test): Likewise.
13914         (creal_test): Likewise.
13915         (csin_test): Likewise.
13916         (csinh_test): Likewise.
13917         (csqrt_test): Likewise.
13918         (ctan_test): Likewise.
13919         (ctan_test_tonearest): Likewise.
13920         (ctan_test_towardzero): Likewise.
13921         (ctan_test_downward): Likewise.
13922         (ctan_test_upward): Likewise.
13923         (ctanh_test): Likewise.
13924         (ctanh_test_tonearest): Likewise.
13925         (ctanh_test_towardzero): Likewise.
13926         (ctanh_test_downward): Likewise.
13927         (ctanh_test_upward): Likewise.
13928         (erf_test): Likewise.
13929         (erfc_test): Likewise.
13930         (exp_test): Likewise.
13931         (exp_test_tonearest): Likewise.
13932         (exp_test_towardzero): Likewise.
13933         (exp_test_downward): Likewise.
13934         (exp_test_upward): Likewise.
13935         (exp10_test): Likewise.
13936         (exp10_test_tonearest): Likewise.
13937         (exp10_test_towardzero): Likewise.
13938         (exp10_test_downward): Likewise.
13939         (exp10_test_upward): Likewise.
13940         (pow10_test): Likewise.
13941         (exp2_test): Likewise.
13942         (expm1_test): Likewise.
13943         (expm1_test_tonearest): Likewise.
13944         (expm1_test_towardzero): Likewise.
13945         (expm1_test_downward): Likewise.
13946         (expm1_test_upward): Likewise.
13947         (fabs_test): Likewise.
13948         (fdim_test): Likewise.
13949         (floor_test): Likewise.
13950         (fma_test): Likewise.
13951         (fma_test_towardzero): Likewise.
13952         (fma_test_downward): Likewise.
13953         (fma_test_upward): Likewise.
13954         (fmax_test): Likewise.
13955         (fmin_test): Likewise.
13956         (fmod_test): Likewise.
13957         (fpclassify_test): Likewise.
13958         (frexp_test): Likewise.
13959         (hypot_test): Likewise.
13960         (ilogb_test): Likewise.
13961         (isfinite_test): Likewise.
13962         (finite_test): Likewise.
13963         (isgreater_test): Likewise.
13964         (isgreaterequal_test): Likewise.
13965         (isinf_test): Likewise.
13966         (isless_test): Likewise.
13967         (islessequal_test): Likewise.
13968         (islessgreater_test): Likewise.
13969         (isnan_test): Likewise.
13970         (isnormal_test): Likewise.
13971         (issignaling_test): Likewise.
13972         (isunordered_test): Likewise.
13973         (j0_test): Likewise.
13974         (j1_test): Likewise.
13975         (jn_test): Likewise.
13976         (ldexp_test): Likewise.
13977         (lgamma_test): Likewise.
13978         (gamma_test): Likewise.
13979         (lrint_test): Likewise.
13980         (lrint_test_tonearest): Likewise.
13981         (lrint_test_towardzero): Likewise.
13982         (lrint_test_downward): Likewise.
13983         (lrint_test_upward): Likewise.
13984         (llrint_test): Likewise.
13985         (llrint_test_tonearest): Likewise.
13986         (llrint_test_towardzero): Likewise.
13987         (llrint_test_downward): Likewise.
13988         (llrint_test_upward): Likewise.
13989         (log_test): Likewise.
13990         (log10_test): Likewise.
13991         (log1p_test): Likewise.
13992         (log2_test): Likewise.
13993         (logb_test): Likewise.
13994         (logb_test_downward): Likewise.
13995         (lround_test): Likewise.
13996         (llround_test): Likewise.
13997         (modf_test): Likewise.
13998         (nearbyint_test): Likewise.
13999         (nextafter_test): Likewise.
14000         (nexttoward_test): Likewise.
14001         (pow_test): Likewise.
14002         (pow_test_tonearest): Likewise.
14003         (pow_test_towardzero): Likewise.
14004         (pow_test_downward): Likewise.
14005         (pow_test_upward): Likewise.
14006         (remainder_test): Likewise.
14007         (drem_test): Likewise.
14008         (remainder_test_tonearest): Likewise.
14009         (drem_test_tonearest): Likewise.
14010         (remainder_test_towardzero): Likewise.
14011         (drem_test_towardzero): Likewise.
14012         (remainder_test_downward): Likewise.
14013         (drem_test_downward): Likewise.
14014         (remainder_test_upward): Likewise.
14015         (drem_test_upward): Likewise.
14016         (remquo_test): Likewise.
14017         (rint_test): Likewise.
14018         (rint_test_tonearest): Likewise.
14019         (rint_test_towardzero): Likewise.
14020         (rint_test_downward): Likewise.
14021         (rint_test_upward): Likewise.
14022         (round_test): Likewise.
14023         (scalb_test): Likewise.
14024         (scalbn_test): Likewise.
14025         (scalbln_test): Likewise.
14026         (signbit_test): Likewise.
14027         (sin_test): Likewise.
14028         (sin_test_tonearest): Likewise.
14029         (sin_test_towardzero): Likewise.
14030         (sin_test_downward): Likewise.
14031         (sin_test_upward): Likewise.
14032         (sincos_test): Likewise.
14033         (sinh_test): Likewise.
14034         (sinh_test_tonearest): Likewise.
14035         (sinh_test_towardzero): Likewise.
14036         (sinh_test_downward): Likewise.
14037         (sinh_test_upward): Likewise.
14038         (sqrt_test): Likewise.
14039         (sqrt_test_tonearest): Likewise.
14040         (sqrt_test_towardzero): Likewise.
14041         (sqrt_test_downward): Likewise.
14042         (sqrt_test_upward): Likewise.
14043         (tan_test): Likewise.
14044         (tan_test_tonearest): Likewise.
14045         (tan_test_towardzero): Likewise.
14046         (tan_test_downward): Likewise.
14047         (tan_test_upward): Likewise.
14048         (tanh_test): Likewise.
14049         (tgamma_test): Likewise.
14050         (trunc_test): Likewise.
14051         (y0_test): Likewise.
14052         (y1_test): Likewise.
14053         (yn_test): Likewise.
14054         (significand_test): Likewise.
14055
14056         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
14057         individual tests in comment.
14058         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
14059         (prev_max_error): New variable.
14060         (prev_real_max_error): Likewise.
14061         (prev_imag_max_error): Likewise.
14062         (compare_ulp_data): Don't refer to test names in comment.
14063         (find_test_ulps): Remove function.
14064         (find_function_ulps): Likewise.
14065         (find_complex_function_ulps): Likewise.
14066         (init_max_error): Take function name as argument.  Look up ulps
14067         for that function.
14068         (print_ulps): Remove function.
14069         (print_max_error): Use prev_max_error instead of calling
14070         find_function_ulps.
14071         (print_complex_max_error): Use prev_real_max_error and
14072         prev_imag_max_error instead of calling find_complex_function_ulps.
14073         (check_float_internal): Take max_ulp parameter instead of calling
14074         find_test_ulps.  Don't call print_ulps.
14075         (check_float): Update call to check_float_internal.
14076         (check_complex): Update calls to check_float_internal.
14077         (START): Pass argument to init_max_error.
14078         * math/gen-libm-test.pl (%results): Don't include "kind"
14079         information.
14080         (parse_ulps): Don't handle ulps of individual tests.
14081         (print_ulps_file): Likewise.
14082         (output_ulps): Likewise.
14083         * math/README.libm-test: Update.
14084         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
14085         individual tests.
14086         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
14087         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
14088         * sysdeps/arm/libm-test-ulps: Likewise.
14089         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
14090         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
14091         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
14092         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
14093         * sysdeps/microblaze/libm-test-ulps: Likewise.
14094         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
14095         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
14096         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
14097         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
14098         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
14099         * sysdeps/sh/libm-test-ulps: Likewise.
14100         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
14101         * sysdeps/tile/libm-test-ulps: Likewise.
14102         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14103
14104 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
14105
14106         * math/libm-test.inc (print_complex_max_error): Check separately
14107         whether real and imaginary errors are within allowed range and
14108         pass 0 to print_complex_function_ulps instead of value within
14109         allowed range.
14110
14111 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
14112
14113         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
14114         formatting.
14115         (get_handles_fopen): Likewise.
14116         (do_write_test): Likewise.
14117
14118         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
14119
14120         * libio/fileops.c (do_ftell): Use cached offset when
14121         available.
14122         * libio/iofwide.c (do_ftell_wide): Likewise.
14123         * libio/iofdopen.c (_IO_new_fdopen): Don't use
14124         _IO_file_attach.
14125         * libio/wfileops.c (_IO_fwide): Don't cache offset.
14126
14127         [BZ #16532]
14128         * libio/libioP.h (get_file_offset): New function.
14129         * libio/fileops.c (get_file_offset): Likewise.
14130         (do_ftell): Likewise.
14131         (_IO_new_file_seekoff): Split out ftell logic.
14132         * libio/wfileops.c (do_ftell_wide): Likewise.
14133         (_IO_wfile_seekoff): Split out ftell logic.
14134         * libio/tst-ftell-active-handler.c: New test case.
14135         * libio/Makefile (tests): Add it.
14136
14137 2014-03-03  Roland McGrath  <roland@hack.frob.com>
14138
14139         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
14140         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
14141
14142 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
14143
14144         [BZ #16639]
14145         * nscd/connections.c (nscd_init): Call do_exit.
14146         (start_threads): Call do_exit and notify_parent.
14147         (begin_drop_privileges): Call do_exit.
14148         (finish_drop_privileges): Likewise.
14149         * nscd/selinux.c (preserve_capabilities): Likewise.
14150         (install_real_capabilities): Likewise.
14151         (nscd_selinux_enabled): Likewise.
14152         (avc_create_thread): Likewise.
14153         (avc_alloc_lock): Likewise.
14154         (nscd_avc_init): Likewise.
14155         * nscd/nscd.c (parent_fd): New static variable.
14156         (main): Create a pipe between parent and child processes.
14157         Skip closing parent_fd.
14158         (monitor_child): New function.
14159         (do_exit): Likewise.
14160         (notify_parent): Likewise.
14161         * nscd/nscd.h (notify_parent): Likewise.
14162         (do_exit): Likewise.
14163
14164 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
14165
14166         * malloc/malloc.c (__libc_calloc): Revert last change.
14167
14168 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14169
14170         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14171
14172 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
14173
14174         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
14175         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
14176         implementation.
14177         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14178         (__libc_ifunc_impl_list): Likewise.
14179         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
14180         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
14181         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
14182         * string/strrchr.c: Define STRRCHR.
14183
14184 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
14185
14186         * benchtest/bench-strtok.c (simple_strtok): Delete.
14187         (strtok_string): Use as benchmark.
14188         * string/strtok (STRTOK): New macro.
14189
14190 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
14191
14192         * manual/threads.texi: Add header and standard comments to all
14193         functions.
14194
14195         * elf/dl-lookup.c (check_match): New function.
14196         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
14197         (do_lookup_x): Remove nested function check_match. Use non-nested
14198         function check_match.
14199
14200 2014-02-28  Roland McGrath  <roland@hack.frob.com>
14201
14202         * csu/Makefile (generated, before-compile): Use += rather than =.
14203         * catgets/Makefile (generated, generated-dirs): Likewise.
14204         * debug/Makefile (generated): Likewise.
14205         * dlfcn/Makefile (generated): Likewise.
14206         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
14207         * iconvdata/Makefile (before-compile, generated): Likewise.
14208         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
14209         * libio/Makefile (generated): Likewise.
14210         * malloc/Makefile (generated): Likewise.
14211         * manual/Makefile (generated, generated-dirs): Likewise.
14212         * misc/Makefile (generated): Likewise.
14213         * posix/Makefile (generated): Likewise.
14214         * resolv/Makefile (generated): Likewise.
14215         * sunrpc/Makefile (generated, generated-dirs): Likewise.
14216         * timezone/Makefile (generated, generated-dirs): Likewise.
14217
14218         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
14219
14220 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14221
14222         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
14223         power8 implementation.
14224         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
14225         file: POWER8 llround ifunc implementation.
14226         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
14227         (__lllround): Add POWER8 implementation.
14228         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
14229         POWER8 llround implementation.
14230
14231         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
14232         power8 implementation.
14233         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
14234         file: POWER8 llrint ifunc implementation.
14235         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
14236         Add POWER8 implementation.
14237         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
14238         POWER8 llrint implementation.
14239
14240         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
14241         power8 implementation.
14242         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
14243         file: POWER8 finite ifunc implementation.
14244         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
14245         Add POWER8 implementation.
14246         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
14247         Likewise.
14248         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
14249         POWER8 finite implementation.
14250         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
14251
14252         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
14253         power8 implementation.
14254         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
14255         file: POWER8 isinf ifunc implementation.
14256         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
14257         POWER8 implementation.
14258         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
14259         Likewise.
14260         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
14261         isinf implementation.
14262         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
14263
14264         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
14265         (INIT_ARCH): Add hwcap2 initialization.
14266         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
14267         power8 implementation.
14268         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
14269         file: POWER8 isnan ifunc implementation.
14270         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
14271         POWER8 implementation.
14272         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
14273         Likewise.
14274         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
14275         isnan implementation.
14276         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
14277
14278 2014-02-27  Joey Ye  <joey.ye@arm.com>
14279
14280         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14281         (_FP_NANFRAC_Q): Set to zero.
14282
14283 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14284
14285         [BZ #16623]
14286         * math/auto-libm-test-in: New test inputs.
14287         * math/auto-libm-test-out: Regenerate.
14288         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
14289         and DA.
14290         (__cos): Likewise.
14291         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
14292
14293 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
14294
14295         * scripts/evaluate-test.sh: Take new argument indicating whether
14296         failure is expected.
14297         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
14298         indicating whether failure is expected.
14299         * conform/Makefile (test-xfail-run-conformtest): New variable.
14300         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
14301         level.
14302         * posix/Makefile (test-xfail-annexc): New variable.
14303         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
14304
14305 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
14306
14307         * argp/Makefile: Include Makeconfig immediately after defining
14308         subdir.
14309         * assert/Makefile: Likewise.
14310         * benchtests/Makefile: Likewise.
14311         * catgets/Makefile: Likewise.
14312         * conform/Makefile: Likewise.
14313         * crypt/Makefile: Likewise.
14314         * csu/Makefile: Likewise.
14315         (all): Remove target.
14316         * ctype/Makefile: Include Makeconfig immediately after defining
14317         subdir.
14318         * debug/Makefile: Likewise.
14319         * dirent/Makefile: Likewise.
14320         * dlfcn/Makefile: Likewise.
14321         * gmon/Makefile: Likewise.
14322         * gnulib/Makefile: Likewise.
14323         * grp/Makefile: Likewise.
14324         * gshadow/Makefile: Likewise.
14325         * hesiod/Makefile: Likewise.
14326         * hurd/Makefile: Likewise.
14327         (all): Remove target.
14328         * iconvdata/Makefile: Include Makeconfig immediately after
14329         defining subdir.
14330         * inet/Makefile: Likewise.
14331         * intl/Makefile: Likewise.
14332         * io/Makefile: Likewise.
14333         * libio/Makefile: Likewise.
14334         (all): Remove target.
14335         * locale/Makefile: Include Makeconfig immediately after defining
14336         subdir.
14337         * login/Makefile: Likewise.
14338         * mach/Makefile: Likewise.
14339         (all): Remove target.
14340         * malloc/Makefile: Include Makeconfig immediately after defining
14341         subdir.
14342         (all): Remove target.
14343         * manual/Makefile: Include Makeconfig immediately after defining
14344         subdir.
14345         * math/Makefile: Likewise.
14346         * misc/Makefile: Likewise.
14347         * nis/Makefile: Likewise.
14348         * nss/Makefile: Likewise.
14349         * po/Makefile: Likewise.
14350         (all): Remove target.
14351         * posix/Makefile: Include Makeconfig immediately after defining
14352         subdir.
14353         * pwd/Makefile: Likewise.
14354         * resolv/Makefile: Likewise.
14355         * resource/Makefile: Likewise.
14356         * rt/Makefile: Likewise.
14357         * setjmp/Makefile: Likewise.
14358         * shadow/Makefile: Likewise.
14359         * signal/Makefile: Likewise.
14360         * socket/Makefile: Likewise.
14361         * soft-fp/Makefile: Likewise.
14362         * stdio-common/Makefile: Likewise.
14363         * stdlib/Makefile: Likewise.
14364         * streams/Makefile: Likewise.
14365         * string/Makefile: Likewise.
14366         * sunrpc/Makefile: Likewise.
14367         (all): Remove target.
14368         * sysvipc/Makefile: Include Makeconfig immediately after defining
14369         subdir.
14370         * termios/Makefile: Likewise.
14371         * time/Makefile: Likewise.
14372         * timezone/Makefile: Likewise.
14373         (all): Remove target.
14374         * wcsmbs/Makefile: Include Makeconfig immediately after defining
14375         subdir.
14376         * wctype/Makefile: Likewise.
14377
14378 2014-02-26  Steve Ellcey  <sellcey@mips.com>
14379
14380         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
14381         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
14382         (libc_feholdexcept_setround_mips): Ditto.
14383         (libc_feholdsetround): New.
14384         (libc_feholdsetroundf): New.
14385         (libc_feholdsetroundl): New.
14386         (libc_feupdateenv_test_mips): New.
14387         (libc_feupdateenv_test): New.
14388         (libc_feupdateenv_testf): New.
14389         (libc_feupdateenv_testl): New.
14390         (libc_feresetround): New.
14391         (libc_feresetroundf): New.
14392         (libc_feresetroundl): New.
14393         (libc_fetestexcept_mips): New.
14394         (libc_fetestexcept): New.
14395         (libc_fetestexceptf): New.
14396         (libc_fetestexceptl): New.
14397         (HAVE_RM_CTX): New.
14398         (libc_feholdexcept_setround_mips_ctx): New.
14399         (libc_feholdexcept_setround_ctx): New.
14400         (libc_feholdexcept_setroundf_ctx): New.
14401         (libc_feholdexcept_setroundl_ctx): New.
14402         (libc_fesetenv_mips_ctx): New.
14403         (libc_fesetenv_ctx): New.
14404         (libc_fesetenv_ctxf): New.
14405         (libc_fesetenv_ctxl): New.
14406         (libc_feupdateenv_mips_ctx): New.
14407         (libc_feupdateenv_ctx): New.
14408         (libc_feupdateenvf_ctx): New.
14409         (libc_feupdateenvl_ctx): New.
14410         (libc_feholdsetround_mips_ctx): New.
14411         (libc_feholdsetround_ctx): New.
14412         (libc_feholdsetroundf_ctx): New.
14413         (libc_feholdsetroundl_ctx): New.
14414         (libc_feresetround_mips_ctx): New.
14415         (libc_feresetround_ctx): New.
14416         (libc_feresetroundf_ctx): New.
14417         (libc_feresetroundl_ctx): New.
14418
14419 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
14420
14421         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
14422
14423         * manual/ipc.texi: New file.
14424         * manual/Makefile (chapters): Add ipc.
14425         * manual/job.texi: Add "Inter-Process Communication" to next.
14426         * manual/process.texi: Add "Inter-Process Communication" to prev.
14427
14428 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14429
14430         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14431
14432 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
14433
14434         * malloc/malloc.c (__libc_calloc): Simplify implementation.
14435
14436         * manual/arith.texi: Fix spaces after sentences.
14437         * manual/charset.texi: Likewise.
14438         * manual/errno.texi: Likewise.
14439         * manual/install.texi: Likewise.
14440         * manual/llio.texi: Likewise.
14441         * manual/locale.texi: Likewise.
14442         * manual/maint.texi: Likewise.
14443         * manual/math.texi: Likewise.
14444         * manual/memory.texi: Likewise.
14445         * manual/message.texi: Likewise.
14446         * manual/probes.texi: Likewise.
14447         * manual/resource.texi: Likewise.
14448         * manual/signal.texi: Likewise.
14449         * manual/socket.texi: Likewise.
14450         * manual/stdio.texi: Likewise.
14451         * manual/string.texi: Likewise.
14452         * manual/time.texi: Likewise.
14453         * manual/users.texi: Likewise.
14454
14455 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
14456
14457         [BZ #16632]
14458         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
14459         _DEFAULT_SOURCE is defined.
14460
14461 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
14462             Carlos O'Donell  <carlos@redhat.com>
14463
14464         [BZ #16613]
14465         * elf/dl-tls.c (_dl_count_modids): New function.
14466         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
14467         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
14468         audit library and increment generation counter.
14469         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
14470         * elf/tst-audit9.c: New file.
14471         * elf/tst-auditmod9a.c: New file.
14472         * elf/tst-auditmod9b.c: New file.
14473         * elf/Makefile: Add rules to build and run tst-audit9.
14474
14475 2014-02-25  Florian Weimer  <fweimer@redhat.com>
14476
14477         [BZ #15347]
14478         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
14479
14480 2014-02-25  Will Newton  <will.newton@linaro.org>
14481
14482         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
14483         (__longjmp): Restore sp and lr before restoring callee
14484         saved registers.  Add longjmp and longjmp_target
14485         SystemTap probe point.
14486         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
14487         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
14488         Define to zero to match jmpbuf layout.
14489         * sysdeps/arm/setjmp.S: Include stap-probe.h.
14490         (__sigsetjmp): Save sp and lr before saving callee
14491         saved registers.  Add setjmp SystemTap probe point.
14492
14493 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
14494
14495         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14496
14497 2014-02-24  Andreas Schwab  <schwab@suse.de>
14498
14499         [BZ #15804]
14500         * elf/pldd.c (wait_for_ptrace_stop): New function.
14501         (main): Call it after attaching.
14502
14503 2014-02-22  Roland McGrath  <roland@hack.frob.com>
14504
14505         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
14506         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
14507         Versions files is now verboten.
14508         * hurd/Versions (libc: GLIBC_2.0):
14509         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
14510         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
14511         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
14512         * mach/Versions: Likewise.
14513
14514         * csu/Versions: Remove unused %include.
14515         * resolv/Versions: Likewise.
14516
14517 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
14518
14519         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
14520         ($(objpfx)check-local-headers.out): Likewise.
14521         ($(objpfx)begin-end-check.out): Likewise.
14522         * Makerules (check-abi-%.out): Likewise.
14523         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
14524         ($(objpfx)test2.cat): Likewise.
14525         ($(objpfx)de/libc.cat): Likewise.
14526         ($(objpfx)test-gencat.out): Likewise.
14527         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
14528         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
14529         ($(objpfx)noload-mem): Likewise.
14530         ($(objpfx)tst-pathopt.out): Likewise.
14531         ($(objpfx)tst-rtld-load-self.out): Likewise.
14532         ($(objpfx)tst-array1-cmp.out): Likewise.
14533         ($(objpfx)tst-array1-static-cmp.out): Likewise.
14534         ($(objpfx)tst-array2-cmp.out): Likewise.
14535         ($(objpfx)tst-array3-cmp.out): Likewise.
14536         ($(objpfx)tst-array4-cmp.out): Likewise.
14537         ($(objpfx)tst-array5-cmp.out): Likewise.
14538         ($(objpfx)tst-array5-static-cmp.out): Likewise.
14539         ($(objpfx)check-textrel.out): Likewise.
14540         ($(objpfx)check-execstack.out): Likewise.
14541         ($(objpfx)check-localplt.out): Likewise.
14542         ($(objpfx)order2-cmp.out): Likewise.
14543         ($(objpfx)tst-leaks1-mem): Likewise.
14544         ($(objpfx)tst-leaks1-static-mem): Likewise.
14545         ($(objpfx)tst-initorder-cmp.out): Likewise.
14546         ($(objpfx)tst-initorder2-cmp.out): Likewise.
14547         ($(objpfx)tst-unused-dep.out): Likewise.
14548         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
14549         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
14550         * iconv/Makefile (test-iconvconfig): Likewise.
14551         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
14552         ($(objpfx)iconv-test.out): Likewise.
14553         ($(objpfx)tst-tables.out): Likewise.
14554         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
14555         ($(objpfx)tst-gettext.out): Likewise.
14556         ($(objpfx)tst-translit.out): Likewise.
14557         ($(objpfx)tst-gettext2.out): Likewise.
14558         ($(objpfx)tst-gettext4.out): Likewise.
14559         ($(objpfx)tst-gettext6.out): Likewise.
14560         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
14561         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
14562         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
14563         ($(objpfx)tst-fopenloc-mem.out): Likewise.
14564         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
14565         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
14566         * posix/Makefile ($(objpfx)globtest.out): Likewise.
14567         ($(objpfx)wordexp-tst.out): Likewise.
14568         ($(objpfx)annexc.out): Likewise.
14569         ($(objpfx)tst-fnmatch-mem): Likewise.
14570         ($(objpfx)bug-regex2-mem): Likewise.
14571         ($(objpfx)bug-regex14-mem): Likewise.
14572         ($(objpfx)bug-regex21-mem): Likewise.
14573         ($(objpfx)bug-regex31-mem): Likewise.
14574         ($(objpfx)tst-vfork3-mem): Likewise.
14575         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14576         ($(objpfx)tst-pcre-mem): Likewise.
14577         ($(objpfx)tst-boost-mem): Likewise.
14578         ($(objpfx)tst-getconf.out): Likewise.
14579         ($(objpfx)bug-ga2-mem): Likewise.
14580         ($(objpfx)bug-glob2-mem): Likewise.
14581         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
14582         ($(objpfx)mtrace-tst-leaks2): Likewise.
14583         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
14584         ($(objpfx)tst-printf.out): Likewise.
14585         ($(objpfx)tst-setvbuf1.out): Likewise.
14586         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
14587         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
14588         ($(objpfx)tst-fmtmsg.out): Likewise.
14589         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
14590         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
14591
14592         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
14593         * bits/sigaction.h [__USE_MISC]: Likewise.
14594         * bits/waitstatus.h: Update #endif comments.
14595         * ctype/ctype.h: Likewise.
14596         * dirent/dirent.h: Likewise.
14597         [__USE_MISC]: Remove redundant conditionals.
14598         * grp/grp.h: Update #endif comments.
14599         [__USE_GNU]: Remove redundant conditionals.
14600         [__USE_MISC]: Likewise.
14601         * inet/netinet/in.h [__USE_GNU]: Likewise.
14602         * io/sys/stat.h [__USE_MISC]: Likewise.
14603         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
14604         * libio/bits/stdio.h: Update #endif comments.
14605         [__USE_MISC]: Remove redundant conditionals.
14606         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
14607         * libio/stdio.h: Update #endif comments.
14608         [__USE_MISC]: Remove redundant conditionals.
14609         * math/bits/math-finite.h [__USE_MISC]: Likewise.
14610         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
14611         * math/math.h: Update #else and #endif comments.
14612         [__USE_MISC]: Remove redundant conditionals.
14613         * misc/sys/uio.h: Update #endif comments.
14614         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14615         * posix/glob.h [__USE_MISC]: Likewise.
14616         * posix/sys/types.h: Update #endif comments.
14617         [__USE_MISC]: Remove redundant conditionals.
14618         * posix/sys/wait.h: Update #endif comments.
14619         [__USE_MISC]: Remove redundant conditionals.
14620         * posix/unistd.h: Update #endif comments.
14621         [__USE_MISC]: Remove redundant conditionals.
14622         * pwd/pwd.h [__USE_GNU]: Likewise.
14623         [__USE_MISC]: Likewise.
14624         * resolv/netdb.h [__USE_GNU]: Likewise.
14625         * signal/signal.h: Update #endif comments.
14626         [__USE_MISC]: Remove redundant conditionals.
14627         * stdlib/stdlib.h: Update #else and #endif comments.
14628         [__USE_MISC]: Remove redundant conditionals.
14629         [__USE_GNU]: Likewise.
14630         * string/bits/string2.h [__USE_MISC]: Likewise.
14631         * string/string.h: Update #endif comments.
14632         [__USE_MISC]: Remove redundant conditionals.
14633         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14634         Likewise.
14635         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14636         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14637         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14638         Likewise.
14639         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14640         Likewise.
14641         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14642         comments.
14643         [__USE_MISC]: Remove redundant conditionals.
14644         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14645         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14646         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14647         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14648         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14649         Likewise.
14650         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14651         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14652         Likewise.
14653         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14654         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14655         Likewise.
14656         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14657         Likewise.
14658         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14659         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14660         Likewise.
14661         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14662         Likewise.
14663         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14664         * sysdeps/x86/bits/string.h: Update #endif comments.
14665         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14666         conditionals.
14667         * time/sys/time.h: Update #endif comments.
14668         * time/time.h: Likewise.
14669         [__USE_MISC]: Remove redundant conditionals.
14670
14671 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
14672
14673         [BZ #16600]
14674         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14675
14676 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
14677
14678         * Versions.def (librt): Add GLIBC_2.17.
14679
14680 2014-02-21  Adam Conrad  <adconrad@0c3.net>
14681
14682         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14683         synonym for _SYS_AUXV_H to allow direct inclusion.
14684         * sysdeps/sparc/bits/hwcap.h: Likewise.
14685         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14686         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14687         * sysdeps/sparc/sysdep.h: Likewise.
14688
14689 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14690
14691         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14692
14693 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14694
14695         * benchtests/bench-strrchr.c: Print length instead of position.
14696
14697 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
14698
14699         [BZ #16611]
14700         * sysdeps/unix/sysv/linux/kernel-features.h
14701         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14702         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14703         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14704         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14705         Likewise.
14706         [__i386__ || __powerpc__ || __sh__ || __sparc__]
14707         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14708         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14709         (__ASSUME_SENDMMSG): Define instead of using previous
14710         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14711         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14712         (__ASSUME_SENDMMSG_SYSCALL): Define.
14713         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14714         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14715         Likewise.
14716         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14717         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14718         Likewise.
14719         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14720         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14721         Likewise.
14722         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14723         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14724         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14725         [__ASSUME_SENDMMSG]: Change conditionals to
14726         [__ASSUME_SENDMMSG_SOCKETCALL].
14727         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14728         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14729         Define.
14730         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14731         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14732         Likewise.
14733         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14734         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14735         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14736         [!__ASSUME_SENDMMSG]: Change conditional to
14737         [!__ASSUME_SENDMMSG_SOCKETCALL].
14738         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14739         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14740         Define.
14741
14742         [BZ #16610]
14743         * sysdeps/unix/sysv/linux/kernel-features.h
14744         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14745         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14746         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14747         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14748         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14749         [__i386__ || __sparc__]
14750         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14751         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14752         (__ASSUME_RECVMMSG): Define instead of using previous
14753         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14754         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14755         (__ASSUME_RECVMMSG_SYSCALL): Define.
14756         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14757         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14758         Likewise.
14759         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14760         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14761         Likewise.
14762         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14763         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14764         Likewise.
14765         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14766         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14767         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14768         [__ASSUME_RECVMMSG]: Change condition to
14769         [__ASSUME_RECVMMSG_SOCKETCALL].
14770         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14771         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14772         Define.
14773         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14774         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14775         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14776         Likewise.
14777         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14778         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14779         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14780         [!__ASSUME_RECVMMSG]: Change condition to
14781         [!__ASSUME_RECVMMSG_SOCKETCALL].
14782         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14783         (__ASSUME_RECVMMSG_SYSCALL): Define.
14784
14785         [BZ #16609]
14786         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14787         __powerpc__ || __s390__ || __sh__ || __sparc__]
14788         (__ASSUME_SOCKETCALL): Define.
14789         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14790         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14791         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14792         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14793         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14794         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14795         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14796         (__ASSUME_ACCEPT4): Define instead of using previous
14797         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14798         __powerpc__ || __sparc__ || __s390__)] condition.
14799         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14800         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14801         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14802         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14803         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14804         [!__ASSUME_ACCEPT4]: Change condition to
14805         [!__ASSUME_ACCEPT4_SOCKETCALL].
14806         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14807         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
14808         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14809         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14810         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14811         __ASSUME_ACCEPT4_SYSCALL.
14812         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14813         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14814         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14815         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14816         __ASSUME_ACCEPT4_SYSCALL.
14817         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14818         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14819         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14820         [__ASSUME_ACCEPT4]: Change condition to
14821         [__ASSUME_ACCEPT4_SOCKETCALL].
14822         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14823         (__ASSUME_SOCKETCALL): Define.
14824         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14825         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14826         (__ASSUME_SOCKETCALL): Define.
14827         (__ASSUME_ACCEPT4): Remove.
14828         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14829         Define.
14830         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14831         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14832         Likewise.
14833         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14834         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14835
14836         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14837         macro.
14838         (HWCAP_ARM_LPAE): Likewise.
14839         (HWCAP_ARM_EVTSTRM): Likewise.
14840         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14841         Add vpfd32, lpae and evtstrm.
14842         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14843         Increase to 22.
14844
14845 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
14846
14847         * math/auto-libm-test-in: Add tests of clog10.
14848         * math/auto-libm-test-out: Regenerated.
14849         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14850         * sysdeps/i386/fpu/libm-test-ulps: Update.
14851         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14852
14853 2014-02-18  Andreas Schwab  <schwab@suse.de>
14854
14855         [BZ #16574]
14856         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14857         Store non-zero if the second buffer was newly allocated.
14858         (send_dg): Likewise.
14859         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14860         to send_vc and send_dg.
14861         (res_nsend): Pass NULL for ansp2_malloced.
14862         * resolv/res_query.c (__libc_res_nquery): Add parameter
14863         answerp2_malloced and pass it down to __libc_res_nsend.
14864         (res_nquery): Pass additional NULL to __libc_res_nquery.
14865         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14866         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
14867         second answer buffer if answerp2_malloced was set.
14868         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14869         (__libc_res_nquerydomain): Add parameter
14870         answerp2_malloced and pass it down to __libc_res_nquery.
14871         (res_nquerydomain): Pass additional NULL to
14872         __libc_res_nquerydomain.
14873         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14874         additional NULL to __libc_res_nsend and __libc_res_nquery.
14875         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14876         additional NULL to __libc_res_nsearch.
14877         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
14878         parameter of __libc_res_nsearch to check for separately allocated
14879         second buffer.
14880         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14881         __libc_res_nquery.
14882         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14883         additional NULL to __libc_res_nquery.
14884         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14885         __libc_res_nsearch.
14886         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14887         * include/resolv.h: Update prototypes of __libc_res_nquery,
14888         __libc_res_nsearch, __libc_res_nsend.
14889
14890 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
14891
14892         * math/auto-libm-test-in: Add tests of fma.
14893         * math/auto-libm-test-out: Regenerated.
14894         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14895         (fma_towardzero_test_data): Likewise.
14896         (fma_downward_test_data): Likewise.
14897         (fma_upward_test_data): Likewise.
14898         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14899         mpc_mode.
14900         (rounding_modes): Add values for new field.
14901         (func_calc_method): Add value mpfr_fff_f.
14902         (func_calc_desc): Add mpfr_fff_f union field.
14903         (test_function): Add field exact_args.
14904         (FUNC): Add macro argument EXACT_ARGS.
14905         (FUNC_mpfr_f_f): Update call to FUNC.
14906         (FUNC_mpfr_f_f): Likewise.
14907         (FUNC_mpfr_ff_f): Likewise.
14908         (FUNC_mpfr_if_f): Likewise.
14909         (FUNC_mpc_c_f): Likewise.
14910         (FUNC_mpc_c_c): Likewise.
14911         (test_functions): Add fma.  Update calls to FUNC.
14912         (handle_input_arg): Add argument exact_args.
14913         (add_test): Update call to handle_input_arg.
14914         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14915         (output_for_one_input_case): Update call to calc_generic_results.
14916         Recalculate exact zero results in each rounding mode.
14917
14918         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14919         non-negative before setting low bit.
14920         * math/auto-libm-test-in: Mark one asin test possibly having
14921         spurious underflow.
14922         * math/auto-libm-test-out: Regenerated.
14923         * sysdeps/i386/fpu/libm-test-ulps: Update.
14924         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14925
14926 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14927
14928         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14929         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14930         ports/sysdeps/unix/sysv/linux/microblaze.
14931         * README: Add missing listing for microblaze*-*-linux-gnu.
14932
14933 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14934
14935         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14936         duplicate code
14937
14938 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14939
14940         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14941         * sysdeps/unix/sysv/linux/ia64: Move directory from
14942         ports/sysdeps/unix/sysv/linux/ia64.
14943         * README: Update listing for ia64-*-linux-gnu.
14944
14945 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14946             Joseph Myers  <joseph@codesourcery.com>
14947
14948         * Makeconfig (test-name): New variable.
14949         (evaluate-test): Likewise.
14950         * Makerules (do-test-clean): Remove .test-result files.
14951         (common-mostlyclean): Likewise.
14952         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14953         * scripts/evaluate-test.sh: New file.
14954
14955 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14956
14957         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14958         separate $(objpfx)tst-fopenloc-cmp.out and
14959         $(objpfx)tst-fopenloc-mem.out targets.
14960         (tests): Update dependencies.
14961         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14962         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14963         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14964         (tst-rxspencer-no-utf8-ARGS): New variable.
14965         (tst-rxspencer-no-utf8-ENV): Likewise.
14966         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14967         instead of $(objpfx)tst-rxspencer-mem.
14968         ($(objpfx)tst-rxspencer-mem): Change target to
14969         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
14970         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14971         * posix/tst-rxspencer-no-utf8.c: New file.
14972
14973         * elf/Makefile ($(objpfx)order.out): Remove rule.
14974         [$(run-built-tests) = yes] (tests): Depend on
14975         $(objpfx)order-cmp.out.
14976         ($(objpfx)order-cmp.out): New rule.
14977         [$(run-built-tests) = yes] (tests): Depend on
14978         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14979         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14980         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14981         $(objpfx)tst-array5-static-cmp.out.
14982         ($(objpfx)tst-array1.out): Remove rule.
14983         ($(objpfx)tst-array1-cmp.out): New rule.
14984         ($(objpfx)tst-array1-static.out): Remove rule.
14985         ($(objpfx)tst-array1-static-cmp.out): New rule.
14986         ($(objpfx)tst-array2.out): Remove rule.
14987         ($(objpfx)tst-array2-cmp.out): New rule.
14988         ($(objpfx)tst-array3.out): Remove rule.
14989         ($(objpfx)tst-array3-cmp.out): New rule.
14990         ($(objpfx)tst-array4.out): Remove rule.
14991         ($(objpfx)tst-array4-cmp.out): New rule.
14992         ($(objpfx)tst-array5.out): Remove rule.
14993         ($(objpfx)tst-array5-cmp.out): New rule.
14994         ($(objpfx)tst-array5-static.out): Remove rule.
14995         ($(objpfx)tst-array5-static-cmp.out): New rule.
14996         [$(run-built-tests) = yes] (tests): Depend on
14997         $(objpfx)order2-cmp.out.
14998         ($(objpfx)order2.out): Remove rule.
14999         ($(objpfx)order2-cmp.out): New rule.
15000         ($(objpfx)tst-initorder.out): Remove rule.
15001         [$(run-built-tests) = yes] (tests): Depend on
15002         $(objpfx)tst-initorder-cmp.out.
15003         ($(objpfx)tst-initorder-cmp.out): New rule.
15004         ($(objpfx)tst-initorder2.out): Remove rule.
15005         [$(run-built-tests) = yes] (tests): Depend on
15006         $(objpfx)tst-initorder2-cmp.out.
15007         ($(objpfx)tst-initorder2-cmp.out): New rule.
15008         [$(run-built-tests) = yes] (tests): Depend on
15009         $(objpfx)tst-unused-dep-cmp.out.
15010         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
15011         ($(objpfx)tst-unused-dep-cmp.out): New rule.
15012         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
15013         on $(objpfx)tst-setvbuf1-cmp.out.
15014         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
15015         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
15016         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
15017         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
15018         ($(objpfx)tst-svc.out): Remove rule.
15019         ($(objpfx)tst-svc-cmp.out): New rule.
15020
15021 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
15022
15023         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
15024         * ctype/ctype.h [__USE_MISC]: Likewise.
15025         * dirent/dirent.h [__USE_MISC]: Likewise.
15026         * grp/grp.h [__USE_MISC]: Likewise.
15027         * io/fcntl.h [__USE_MISC]: Likewise.
15028         * io/sys/stat.h [__USE_MISC]: Likewise.
15029         * libio/stdio.h [__USE_MISC]: Likewise.
15030         * posix/unistd.h [__USE_MISC]: Likewise.
15031         * pwd/pwd.h [__USE_MISC]: Likewise.
15032         * stdlib.h [__USE_MISC]: Likewise.
15033         * string/bits/string2.h [__USE_MISC]: Likewise.
15034         * string/string.h [__USE_MISC]: Likewise.
15035         * time/time.h [__USE_MISC]: Likewise.
15036
15037 2014-02-13  Andreas Schwab  <schwab@suse.de>
15038
15039         [BZ #16574]
15040         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
15041         second answer buffer if it was separately allocated.
15042
15043 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
15044
15045         * sysdeps/mips/math-tests.h: Include <features.h>.
15046         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15047         (ROUNDING_TESTS_long_double): Do not define.
15048         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15049         (EXCEPTION_TESTS_long_double): Likewise.
15050         * sysdeps/mips/mips64/libm-test-ulps: Update.
15051
15052         * include/features.h (__USE_BSD): Remove macro definitions.
15053         (__USE_SVID): Likewise.
15054         (_BSD_SOURCE): Likewise.
15055         (_SVID_SOURCE): Likewise.
15056         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
15057         from definition of _DEFAULT_SOURCE.
15058         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
15059         [_DEFAULT_SOURCE].
15060         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
15061         * bits/mman.h [__USE_BSD]: Likewise.
15062         * bits/termios.h [__USE_BSD]: Likewise.
15063         * bits/waitstatus.h [__USE_BSD]: Likewise.
15064         * ctype/ctype.h [__USE_SVID]: Likewise.
15065         * dirent/dirent.h [__USE_BSD]: Likewise.
15066         * grp/grp.h [__USE_SVID]: Likewise.
15067         [__USE_BSD]: Likewise.
15068         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
15069         * io/fcntl.h [__USE_BSD]: Likewise.
15070         * io/ftw.h [__USE_BSD]: Likewise.
15071         * io/sys/stat.h [__USE_BSD]: Likewise.
15072         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
15073         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
15074         * libio/stdio.h [__USE_SVID]: Likewise.
15075         [__USE_BSD]: Likewise.
15076         * math/math.h [__USE_SVID]: Likewise.
15077         [__USE_BSD]: Likewise.
15078         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
15079         * misc/bits/syslog.h [__USE_BSD]: Likewise.
15080         * misc/search.h [__USE_SVID]: Likewise.
15081         * misc/sys/mman.h [__USE_BSD]: Likewise.
15082         * misc/sys/syslog.h [__USE_BSD]: Likewise.
15083         * misc/sys/uio.h [__USE_BSD]: Likewise.
15084         * posix/bits/unistd.h [__USE_BSD]: Likewise.
15085         * posix/glob.h [__USE_BSD]: Likewise.
15086         * posix/regex.h [__USE_BSD]: Likewise.
15087         * posix/sys/types.h [__USE_BSD]: Likewise.
15088         [__USE_SVID]: Likewise.
15089         * posix/sys/utsname.h [__USE_SVID]: Likewise.
15090         * posix/sys/wait.h [__USE_BSD]: Likewise.
15091         [__USE_SVID]: Likewise.
15092         * posix/unistd.h [__USE_BSD]: Likewise.
15093         [__USE_SVID]: Likewise.
15094         * pwd/pwd.h [__USE_SVID]: Likewise.
15095         * resolv/netdb.h [__USE_BSD]: Likewise.
15096         * setjmp/setjmp.h [__USE_BSD]: Likewise.
15097         * signal/signal.h [__USE_BSD]: Likewise.
15098         [__USE_SVID]: Likewise.
15099         * socket/sys/socket.h [__USE_BSD]: Likewise.
15100         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
15101         * stdlib/stdlib.h [__USE_BSD]: Likewise.
15102         [__USE_SVID]: Likewise.
15103         * string/bits/string2.h [__USE_BSD]: Likewise.
15104         [__USE_SVID]: Likewise.
15105         * string/bits/string3.h [__USE_BSD]: Likewise.
15106         * string/endian.h [__USE_BSD]: Likewise.
15107         * string/string.h [__USE_SVID]: Likewise.
15108         [__USE_BSD]: Likewise.
15109         * string/strings.h [__USE_BSD]: Likewise.
15110         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
15111         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
15112         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
15113         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
15114         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
15115         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
15116         Likewise.
15117         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
15118         Likewise.
15119         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
15120         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
15121         Likewise.
15122         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
15123         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
15124         Likewise.
15125         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
15126         Likewise.
15127         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
15128         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
15129         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
15130         Likewise.
15131         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
15132         Likewise.
15133         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
15134         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
15135         * termios/termios.h [__USE_BSD]: Likewise.
15136         * time/sys/time.h [__USE_BSD]: Likewise.
15137         * time/time.h [__USE_BSD]: Likewise.
15138         [__USE_SVID]: Likewise.
15139
15140         * Makefile (subdir_targets): Remove subdir_lint.out.
15141
15142         * stdio-common/Makefile (do-tst-unbputc): Remove target.
15143         (do-tst-printf): Likewise.
15144         (tests): Depend directly on $(objpfx)tst-unbputc.out and
15145         $(objpfx)tst-printf.out.
15146
15147         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
15148
15149         * Makerules (check-abi-%): Change target to
15150         $(objpfx)check-abi-%.out.
15151         (check-abi target): Update dependencies.
15152         (check-abi-pattern variable): Redirect output of diff to $@.
15153         (check-abi variable): Likewise.
15154         * elf/Makefile (check-abi): Update dependencies.
15155
15156         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
15157         unused.
15158         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
15159         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
15160         subnormal range.
15161         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
15162         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
15163         value has largest subnormal exponent.
15164         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
15165         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
15166         * sysdeps/aarch64/soft-fp/sfp-machine.h
15167         (_FP_TININESS_AFTER_ROUNDING): New macro.
15168         * sysdeps/alpha/soft-fp/sfp-machine.h
15169         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15170         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15171         Likewise.
15172         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
15173         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15174         * sysdeps/mips/soft-fp/sfp-machine.h
15175         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15176         * sysdeps/powerpc/soft-fp/sfp-machine.h
15177         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15178         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15179         Likewise.
15180         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
15181         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15182         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
15183         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15184         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15185         Likewise.
15186
15187 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
15188
15189         [BZ #16545]
15190         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
15191         model 1.
15192
15193 2014-02-12  Richard Henderson  <rth@redhat.com>
15194
15195         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
15196         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
15197         * sysdeps/unix/sysv/linux/alpha: Move directory from
15198         ports/sysdeps/unix/sysv/linux/alpha.
15199         * README: Update listing for alpha-*-linux-gnu.
15200
15201 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
15202
15203         * include/features.h: Update comment documenting feature test
15204         macros.
15205         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
15206         _DEFAULT_SOURCE.
15207         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
15208         (_SVID_SOURCE): Likewise.
15209         (_DEFAULT_SOURCE): Update description of default features.
15210         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
15211         with _GNU_SOURCE.
15212         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
15213         (S_ISVTX): Likewise.
15214         * manual/math.texi (Mathematical Constants): Likewise.
15215         * manual/signal.texi (Interrupted Primitives): Likewise.
15216         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
15217         * math/test-matherr.c (_SVID_SOURCE): Do not define.
15218         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
15219         Don't refer to _SVID_SOURCE in warning text.
15220
15221         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15222
15223         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
15224         already defined.
15225         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
15226         * sysdeps/mips/dl-lookup.c: Remove.
15227         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
15228
15229 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15230
15231         [BZ #16447]
15232         * math/auto-libm-test-in: Add testcase for expl.
15233         * math/auto-libm-test-out: Regenerate.
15234         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
15235         calculation of unsafe.
15236         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
15237
15238 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15239
15240         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
15241         * sysdeps/unix/sysv/linux/aarch64: Move directory from
15242         ports/sysdeps/unix/sysv/linux/aarch64.
15243         * README: Update listing for aarch64*-*-linux-gnu.
15244
15245 2014-02-11  Will Newton  <will.newton@linaro.org>
15246
15247         * manual/probes.texi (Mathematical Function Probes): Use
15248         "triggered" instead of "hit".
15249
15250         * manual/probes.texi (Internal Probes): Add documentation
15251         of setjmp, longjmp and longjmp_target probes.
15252
15253         * include/stap-probe.h: Add comment about probe argument
15254         format.
15255
15256         * malloc/mtrace.c (attribute_hidden): Remove unused macro
15257         definition.  (tr_where, tr_freehook, tr_mallochook,
15258         tr_reallochook, tr_memalignhook): Use ANSI protoype.
15259
15260 2014-02-11  David S. Miller  <davem@davemloft.net>
15261
15262         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
15263         processing int_tests.
15264
15265 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
15266
15267         * sysdeps/mips: Move directory from ports/sysdeps/mips.
15268         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
15269         * sysdeps/unix/sysv/linux/mips: Move directory from
15270         ports/sysdeps/unix/sysv/linux/mips.
15271         * README: Update listing for mips-*-linux-gnu and
15272         mips64-*-linux-gnu.
15273
15274 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
15275
15276         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
15277         * sysdeps/unix/sysv/linux/m68k: Move directory from
15278         ports/sysdeps/unix/sysv/linux/m68k.
15279         * README: Update listing for m68k-*-linux-gnu.
15280
15281 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
15282
15283         * sysdeps/tile: Move directory from ports/sysdeps/tile.
15284         * sysdeps/unix/sysv/linux/generic: Move directory from
15285         ports/sysdeps/unix/sysv/linux/generic.
15286         * sysdeps/unix/sysv/linux/tile: Move directory from
15287         ports/sysdeps/unix/sysv/linux/tile.
15288         * README: Update listing for tile*-*-linux-gnu.
15289
15290 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
15291
15292         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
15293         __builtin_expect.
15294         * benchtests/bench-memmem.c (simple_memmem): Likewise.
15295         * catgets/open_catalog.c (__open_catalog): Likewise.
15296         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
15297         * debug/confstr_chk.c: Likewise.
15298         * debug/fread_chk.c (__fread_chk): Likewise.
15299         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
15300         * debug/getgroups_chk.c: Likewise.
15301         * debug/mbsnrtowcs_chk.c: Likewise.
15302         * debug/mbsrtowcs_chk.c: Likewise.
15303         * debug/mbstowcs_chk.c: Likewise.
15304         * debug/memcpy_chk.c: Likewise.
15305         * debug/memmove_chk.c: Likewise.
15306         * debug/mempcpy_chk.c: Likewise.
15307         * debug/memset_chk.c: Likewise.
15308         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
15309         * debug/strcat_chk.c (__strcat_chk): Likewise.
15310         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
15311         * debug/strncat_chk.c (__strncat_chk): Likewise.
15312         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
15313         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
15314         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
15315         * debug/wcpncpy_chk.c: Likewise.
15316         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
15317         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
15318         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
15319         * debug/wcsncpy_chk.c: Likewise.
15320         * debug/wcsnrtombs_chk.c: Likewise.
15321         * debug/wcsrtombs_chk.c: Likewise.
15322         * debug/wcstombs_chk.c: Likewise.
15323         * debug/wmemcpy_chk.c: Likewise.
15324         * debug/wmemmove_chk.c: Likewise.
15325         * debug/wmempcpy_chk.c: Likewise.
15326         * debug/wmemset_chk.c: Likewise.
15327         * dirent/scandirat.c (SCANDIRAT): Likewise.
15328         * dlfcn/dladdr1.c (dladdr1): Likewise.
15329         * dlfcn/dladdr.c (dladdr): Likewise.
15330         * dlfcn/dlclose.c (dlclose_doit): Likewise.
15331         * dlfcn/dlerror.c (__dlerror): Likewise.
15332         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
15333         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
15334         * dlfcn/dlopen.c (dlopen_doit): Likewise.
15335         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
15336         * dlfcn/dlsym.c (dlsym_doit): Likewise.
15337         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
15338         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
15339         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
15340         Likewise.
15341         * elf/dl-conflict.c: Likewise.
15342         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
15343         * elf/dl-dst.h: Likewise.
15344         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
15345         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
15346         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
15347         * elf/dl-init.c (call_init, _dl_init): Likewise.
15348         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
15349         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
15350         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
15351         Likewise.
15352         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
15353         Likewise.
15354         * elf/dl-minimal.c (__libc_memalign): Likewise.
15355         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
15356         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
15357         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
15358         * elf/dl-sym.c (do_sym): Likewise.
15359         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
15360         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
15361         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
15362         * elf/dl-writev.h (_dl_writev): Likewise.
15363         * elf/ldconfig.c (search_dir): Likewise.
15364         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
15365         (dl_main): Likewise.
15366         * elf/setup-vdso.h (setup_vdso): Likewise.
15367         * grp/compat-initgroups.c (compat_call): Likewise.
15368         * grp/fgetgrent.c (fgetgrent): Likewise.
15369         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
15370         * grp/putgrent.c (putgrent): Likewise.
15371         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
15372         Likewise.
15373         * hurd/hurdinit.c: Likewise.
15374         * iconvdata/8bit-gap.c (struct): Likewise.
15375         * iconvdata/ansi_x3.110.c : Likewise.
15376         * iconvdata/big5.c : Likewise.
15377         * iconvdata/big5hkscs.c : Likewise.
15378         * iconvdata/cp1255.c: Likewise.
15379         * iconvdata/cp1258.c : Likewise.
15380         * iconvdata/cp932.c : Likewise.
15381         * iconvdata/euc-cn.c: Likewise.
15382         * iconvdata/euc-jisx0213.c : Likewise.
15383         * iconvdata/euc-jp.c: Likewise.
15384         * iconvdata/euc-jp-ms.c : Likewise.
15385         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
15386         * iconvdata/gb18030.c : Likewise.
15387         * iconvdata/gbbig5.c (const): Likewise.
15388         * iconvdata/gbgbk.c: Likewise.
15389         * iconvdata/gbk.c : Likewise.
15390         * iconvdata/ibm1364.c : Likewise.
15391         * iconvdata/ibm930.c : Likewise.
15392         * iconvdata/ibm932.c: Likewise.
15393         * iconvdata/ibm933.c : Likewise.
15394         * iconvdata/ibm935.c : Likewise.
15395         * iconvdata/ibm937.c : Likewise.
15396         * iconvdata/ibm939.c : Likewise.
15397         * iconvdata/ibm943.c: Likewise.
15398         * iconvdata/iso_11548-1.c: Likewise.
15399         * iconvdata/iso-2022-cn.c : Likewise.
15400         * iconvdata/iso-2022-cn-ext.c : Likewise.
15401         * iconvdata/iso-2022-jp-3.c: Likewise.
15402         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
15403         * iconvdata/iso-2022-kr.c : Likewise.
15404         * iconvdata/iso646.c (gconv_end): Likewise.
15405         * iconvdata/iso_6937-2.c : Likewise.
15406         * iconvdata/iso_6937.c : Likewise.
15407         * iconvdata/iso8859-1.c: Likewise.
15408         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
15409         * iconvdata/shift_jisx0213.c : Likewise.
15410         * iconvdata/sjis.c : Likewise.
15411         * iconvdata/t.61.c : Likewise.
15412         * iconvdata/tcvn5712-1.c : Likewise.
15413         * iconvdata/tscii.c: Likewise.
15414         * iconvdata/uhc.c : Likewise.
15415         * iconvdata/unicode.c (gconv_end): Likewise.
15416         * iconvdata/utf-16.c (gconv_end): Likewise.
15417         * iconvdata/utf-32.c (gconv_end): Likewise.
15418         * iconvdata/utf-7.c (base64): Likewise.
15419         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
15420         * iconv/gconv_close.c (__gconv_close): Likewise.
15421         * iconv/gconv_open.c (__gconv_open): Likewise.
15422         * iconv/gconv_simple.c (internal_ucs4_loop_single)
15423         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
15424         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
15425         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
15426         (ucs4le_internal_loop_single): Likewise.
15427         * iconv/iconv.c (iconv): Likewise.
15428         * iconv/iconv_close.c: Likewise.
15429         * iconv/loop.c (SINGLE): Likewise.
15430         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
15431         * include/atomic.h: Likewise.
15432         * inet/inet6_option.c (option_alloc): Likewise.
15433         * intl/bindtextdom.c (set_binding_values): Likewise.
15434         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
15435         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
15436         * intl/localealias.c (read_alias_file): Likewise.
15437         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
15438         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
15439         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
15440         * libio/fmemopen.c (fmemopen): Likewise.
15441         * libio/iofgets.c (_IO_fgets): Likewise.
15442         * libio/iofgets_u.c (fgets_unlocked): Likewise.
15443         * libio/iofgetws.c (fgetws): Likewise.
15444         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
15445         * libio/iogetdelim.c (_IO_getdelim): Likewise.
15446         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
15447         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
15448         * locale/findlocale.c (_nl_find_locale): Likewise.
15449         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
15450         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
15451         Likewise.
15452         * locale/setlocale.c (setlocale): Likewise.
15453         * login/programs/pt_chown.c (main): Likewise.
15454         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
15455         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
15456         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
15457         (mmap, mmap64, mremap, munmap): Likewise.
15458         * math/e_exp2l.c: Likewise.
15459         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
15460         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
15461         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
15462         * math/s_catan.c (__catan): Likewise.
15463         * math/s_catanf.c (__catanf): Likewise.
15464         * math/s_catanh.c (__catanh): Likewise.
15465         * math/s_catanhf.c (__catanhf): Likewise.
15466         * math/s_catanhl.c (__catanhl): Likewise.
15467         * math/s_catanl.c (__catanl): Likewise.
15468         * math/s_ccosh.c (__ccosh): Likewise.
15469         * math/s_ccoshf.c (__ccoshf): Likewise.
15470         * math/s_ccoshl.c (__ccoshl): Likewise.
15471         * math/s_cexp.c (__cexp): Likewise.
15472         * math/s_cexpf.c (__cexpf): Likewise.
15473         * math/s_cexpl.c (__cexpl): Likewise.
15474         * math/s_clog10.c (__clog10): Likewise.
15475         * math/s_clog10f.c (__clog10f): Likewise.
15476         * math/s_clog10l.c (__clog10l): Likewise.
15477         * math/s_clog.c (__clog): Likewise.
15478         * math/s_clogf.c (__clogf): Likewise.
15479         * math/s_clogl.c (__clogl): Likewise.
15480         * math/s_csin.c (__csin): Likewise.
15481         * math/s_csinf.c (__csinf): Likewise.
15482         * math/s_csinh.c (__csinh): Likewise.
15483         * math/s_csinhf.c (__csinhf): Likewise.
15484         * math/s_csinhl.c (__csinhl): Likewise.
15485         * math/s_csinl.c (__csinl): Likewise.
15486         * math/s_csqrt.c (__csqrt): Likewise.
15487         * math/s_csqrtf.c (__csqrtf): Likewise.
15488         * math/s_csqrtl.c (__csqrtl): Likewise.
15489         * math/s_ctan.c (__ctan): Likewise.
15490         * math/s_ctanf.c (__ctanf): Likewise.
15491         * math/s_ctanh.c (__ctanh): Likewise.
15492         * math/s_ctanhf.c (__ctanhf): Likewise.
15493         * math/s_ctanhl.c (__ctanhl): Likewise.
15494         * math/s_ctanl.c (__ctanl): Likewise.
15495         * math/w_pow.c: Likewise.
15496         * math/w_powf.c: Likewise.
15497         * math/w_powl.c: Likewise.
15498         * math/w_scalb.c (sysv_scalb): Likewise.
15499         * math/w_scalbf.c (sysv_scalbf): Likewise.
15500         * math/w_scalbl.c (sysv_scalbl): Likewise.
15501         * misc/error.c (error_tail): Likewise.
15502         * misc/pselect.c (__pselect): Likewise.
15503         * nis/nis_callback.c (__nis_create_callback): Likewise.
15504         * nis/nis_call.c (__nisfind_server): Likewise.
15505         * nis/nis_creategroup.c (nis_creategroup): Likewise.
15506         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
15507         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
15508         * nis/nis_getservlist.c (nis_getservlist): Likewise.
15509         * nis/nis_lookup.c (nis_lookup): Likewise.
15510         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
15511         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
15512         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
15513         * nis/nis_xdr.c (xdr_endpoint): Likewise.
15514         * nis/nss_compat/compat-grp.c (getgrent_next_file)
15515         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
15516         * nis/nss_compat/compat-initgroups.c (add_group)
15517         (internal_getgrent_r): Likewise.
15518         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
15519         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
15520         * nis/nss_compat/compat-spwd.c (getspent_next_file)
15521         (internal_getspnam_r): Likewise.
15522         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
15523         (_nss_nis_getaliasbyname_r): Likewise.
15524         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
15525         (_nss_nis_getntohost_r): Likewise.
15526         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
15527         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
15528         (_nss_nis_getgrgid_r): Likewise.
15529         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
15530         (internal_nis_gethostent_r, internal_gethostbyname2_r)
15531         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
15532         (_nss_nis_gethostbyname4_r): Likewise.
15533         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
15534         (initgroups_netid): Likewise.
15535         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
15536         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
15537         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
15538         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
15539         (_nss_nis_getprotobynumber_r): Likewise.
15540         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
15541         (_nss_nis_getsecretkey): Likewise.
15542         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
15543         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
15544         (_nss_nis_getpwuid_r): Likewise.
15545         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
15546         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
15547         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
15548         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
15549         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
15550         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
15551         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
15552         Likewise.
15553         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
15554         (_nss_nisplus_getntohost_r): Likewise.
15555         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
15556         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
15557         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
15558         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
15559         Likewise.
15560         * nis/nss_nisplus/nisplus-initgroups.c
15561         (_nss_nisplus_initgroups_dyn): Likewise.
15562         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
15563         (_nss_nisplus_getnetbyaddr_r): Likewise.
15564         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
15565         (_nss_nisplus_getprotobynumber_r): Likewise.
15566         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
15567         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
15568         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
15569         Likewise.
15570         * nis/nss_nisplus/nisplus-service.c
15571         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
15572         (_nss_nisplus_getservbyport_r): Likewise.
15573         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
15574         (_nss_nisplus_getspnam_r): Likewise.
15575         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
15576         Likewise.
15577         * nscd/aicache.c (addhstaiX): Likewise.
15578         * nscd/cache.c (cache_search, prune_cache): Likewise.
15579         * nscd/connections.c (register_traced_file, send_ro_fd)
15580         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
15581         (main_loop_epoll): Likewise.
15582         * nscd/grpcache.c (addgrbyX): Likewise.
15583         * nscd/hstcache.c (addhstbyX): Likewise.
15584         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15585         * nscd/mem.c (gc, mempool_alloc): Likewise.
15586         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
15587         (addinnetgrX): Likewise.
15588         * nscd/nscd-client.h (__nscd_acquire_maplock)
15589         (__nscd_drop_map_ref): Likewise.
15590         * nscd/nscd_getai.c (__nscd_getai): Likewise.
15591         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
15592         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
15593         Likewise.
15594         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
15595         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
15596         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
15597         (__nscd_get_map_ref): Likewise.
15598         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
15599         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
15600         Likewise.
15601         * nscd/pwdcache.c (addpwbyX): Likewise.
15602         * nscd/selinux.c (preserve_capabilities): Likewise.
15603         * nscd/servicescache.c (addservbyX): Likewise.
15604         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
15605         * posix/fnmatch.c (fnmatch): Likewise.
15606         * posix/getopt.c (_getopt_internal_r): Likewise.
15607         * posix/glob.c (glob, glob_in_dir): Likewise.
15608         * posix/wordexp.c (exec_comm_child): Likewise.
15609         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
15610         (getanswer_r, gaih_getanswer_slice): Likewise.
15611         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15612         * resolv/res_init.c: Likewise.
15613         * resolv/res_mkquery.c (res_nmkquery): Likewise.
15614         * resolv/res_query.c (__libc_res_nquery): Likewise.
15615         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15616         Likewise.
15617         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15618         * stdio-common/perror.c (perror): Likewise.
15619         * stdio-common/printf_fp.c (___printf_fp): Likewise.
15620         * stdio-common/tmpnam.c (tmpnam): Likewise.
15621         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15622         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
15623         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15624         Likewise.
15625         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15626         * stdlib/putenv.c (putenv): Likewise.
15627         * stdlib/setenv.c (__add_to_environ): Likewise.
15628         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15629         * stdlib/strtol_l.c (INTERNAL): Likewise.
15630         * string/memmem.c (memmem): Likewise.
15631         * string/strerror.c (strerror): Likewise.
15632         * string/strnlen.c (__strnlen): Likewise.
15633         * string/test-memmem.c (simple_memmem): Likewise.
15634         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15635         * sunrpc/pm_getport.c (__get_socket): Likewise.
15636         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15637         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
15638         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15639         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
15640         Likewise.
15641         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15642         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15643         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15644         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15645         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
15646         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15647         Likewise.
15648         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15649         Likewise.
15650         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15651         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15652         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15653         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15654         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15655         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15656         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15657         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15658         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15659         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15660         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15661         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15662         Likewise.
15663         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15664         Likewise.
15665         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15666         Likewise.
15667         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15668         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15669         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15670         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15671         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15672         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15673         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15674         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15675         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15676         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15677         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15678         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15679         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15680         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15681         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15682         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15683         Likewise.
15684         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15685         Likewise.
15686         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15687         Likewise.
15688         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15689         Likewise.
15690         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15691         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15692         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15693         Likewise.
15694         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15695         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15696         * sysdeps/posix/opendir.c (__opendirat): Likewise.
15697         * sysdeps/posix/sleep.c: Likewise.
15698         * sysdeps/posix/tempname.c: Likewise.
15699         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15700         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15701         Likewise.
15702         * sysdeps/powerpc/powerpc32/dl-machine.h
15703         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
15704         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15705         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15706         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15707         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15708         Likewise.
15709         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
15710         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15711         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15712         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15713         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15714         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15715         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15716         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15717         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15718         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
15719         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15720         (elf_machine_lazy_rel): Likewise.
15721         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
15722         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15723         (elf_machine_lazy_rel): Likewise.
15724         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15725         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15726         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15727         * sysdeps/unix/grantpt.c (grantpt): Likewise.
15728         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15729         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15730         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15731         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15732         Likewise.
15733         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15734         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15735         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15736         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15737         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15738         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15739         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15740         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15741         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15742         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15743         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15744         Likewise.
15745         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15746         (__posix_fallocate64_l64): Likewise.
15747         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15748         (posix_fallocate): Likewise.
15749         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15750         Likewise.
15751         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
15752         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15753         (getifaddrs_internal): Likewise.
15754         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15755         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15756         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15757         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15758         * sysdeps/unix/sysv/linux/posix_fallocate64.c
15759         (__posix_fallocate64_l64): Likewise.
15760         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15761         Likewise.
15762         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
15763         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15764         (__get_clockfreq): Likewise.
15765         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15766         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15767         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15768         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15769         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15770         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15771         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15772         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15773         Likewise.
15774         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15775         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15776         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15777         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15778         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15779         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15780         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15781         Likewise.
15782         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15783         (posix_fallocate): Likewise.
15784         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15785         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15786         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
15787         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15788         (elf_machine_rela, elf_machine_rela_relative)
15789         (elf_machine_lazy_rel): Likewise.
15790         * time/asctime.c (asctime_internal): Likewise.
15791         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15792         * time/tzset.c (__tzset_parse_tz): Likewise.
15793         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15794         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15795         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15796         * wcsmbs/wcsmbsload.h: Likewise.
15797
15798         [BZ #15894]
15799         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15800
15801         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15802         (arena_get2): Remove THREAD_STATS conditionals.
15803         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15804         (__malloc_stats, int): Likewise.
15805
15806 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
15807
15808         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15809         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
15810
15811         * manual/setjmp.texi: Fix typos/grammar errors.
15812
15813         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15814         Only return early when n is <= 0.  Delete unused return statement.
15815
15816         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15817         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15818         * debug/tst-longjmp_chk3.c: New file.
15819
15820         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15821         (test_main): Replace code with set_fortify_handler call.
15822         * debug/test-strcpy_chk.c: Likewise.
15823         * debug/tst-chk1.c: Likewise.
15824         * debug/tst-longjmp_chk.c: Likewise.
15825         * test-skeleton.c: Include fcntl.h & paths.h
15826         (set_fortify_handler): Define.
15827
15828         * debug/tst-longjmp_chk.c: Add header comment and include
15829         ../test-skeleton.c.
15830         (do_test): Mark static.
15831         (TEST_FUNCTION): Define.
15832
15833         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15834         (IP_PMTUDISC_INTERFACE): Likewise.
15835         (IP_MULTICAST_IF): Likewise.
15836         (IP_MULTICAST_TTL): Likewise.
15837         (IP_MULTICAST_LOOP): Likewise.
15838         (IP_ADD_MEMBERSHIP): Likewise.
15839         (IP_DROP_MEMBERSHIP): Likewise.
15840         (IP_UNBLOCK_SOURCE): Likewise.
15841         (IP_BLOCK_SOURCE): Likewise.
15842         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15843         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15844         (IP_MSFILTER): Likewise.
15845         (MCAST_JOIN_GROUP): Likewise.
15846         (MCAST_BLOCK_SOURCE): Likewise.
15847         (MCAST_UNBLOCK_SOURCE): Likewise.
15848         (MCAST_LEAVE_GROUP): Likewise.
15849         (MCAST_JOIN_SOURCE_GROUP): Likewise.
15850         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15851         (MCAST_MSFILTER): Likewise.
15852         (IP_MULTICAST_ALL): Likewise.
15853         (IP_UNICAST_IF): Likewise.
15854
15855         * timezone/Makefile: Delete $(have-ksh) check.
15856         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15857         * timezone/tzselect.ksh: Add +x mode bits.
15858
15859         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15860         (ANON_INODE_FS_MAGIC): Likewise.
15861         (BDEVFS_MAGIC): Likewise.
15862         (BINFMTFS_MAGIC): Likewise.
15863         (BTRFS_TEST_MAGIC): Likewise.
15864         (CRAMFS_MAGIC_WEND): Likewise.
15865         (DEBUGFS_MAGIC): Likewise.
15866         (ECRYPTFS_SUPER_MAGIC): Likewise.
15867         (EXT3_SUPER_MAGIC): Likewise.
15868         (EXT4_SUPER_MAGIC): Likewise.
15869         (FUTEXFS_SUPER_MAGIC): Likewise.
15870         (HOSTFS_SUPER_MAGIC): Likewise.
15871         (HUGETLBFS_MAGIC): Likewise.
15872         (MINIX3_SUPER_MAGIC): Likewise.
15873         (MTD_INODE_FS_MAGIC): Likewise.
15874         (NILFS_SUPER_MAGIC): Likewise.
15875         (OPENPROM_SUPER_MAGIC): Likewise.
15876         (PIPEFS_MAGIC): Likewise.
15877         (PSTOREFS_MAGIC): Likewise.
15878         (QNX6_SUPER_MAGIC): Likewise.
15879         (RAMFS_MAGIC): Likewise.
15880         (REISERFS_SUPER_MAGIC_STRING): Likewise.
15881         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15882         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15883         (SECURITYFS_MAGIC): Likewise.
15884         (SELINUX_MAGIC): Likewise.
15885         (SMACK_MAGIC): Likewise.
15886         (SOCKFS_MAGIC): Likewise.
15887         (SQUASHFS_MAGIC): Likewise.
15888         (STACK_END_MAGIC): Likewise.
15889         (TMPFS_MAGIC): Likewise.
15890         (USBDEVICE_SUPER_MAGIC): Likewise.
15891         (V9FS_MAGIC): Likewise.
15892         (XENFS_SUPER_MAGIC): Likewise.
15893         (CRAMFS_MAGIC): Fix typo in comment.
15894         (EXT2_SUPER_MAGIC): Update comment.
15895         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15896
15897 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15898
15899         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15900         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15901         * sysdeps/unix/sysv/linux/arm: Move directory from
15902         ports/sysdeps/unix/sysv/linux/arm.
15903         * README: Update listing for arm-*-linux-gnueabi.
15904
15905         * README: Remove mention of am33.
15906
15907 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15908
15909         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15910         than the comma operator, to avoid "rhs of comma has no effect"
15911         compiler warnings.
15912         (__sigfillset, __sigandset, __sigorset): Likewise.
15913         * include/signal.h (__sigemptyset): Likewise.
15914         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15915
15916 2014-02-07  Allan McRae  <allan@archlinux.org>
15917
15918         * version.h (RELEASE): Set to "development".
15919         (VERSION): Set to "2.19.90"
15920         * NEWS: Add 2.20 section.
15921
15922 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15923
15924         [BZ #16529]
15925         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15926
15927 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15928
15929         * manual/contrib.texi: Update entry for Carlos O'Donell,
15930         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15931
15932 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15933
15934         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15935
15936         * sysdeps/unix/sysv/linux/kernel-features.h
15937         [__LINUX_KERNEL_VERSION >= 0x020621]
15938         (__ASSUME_PROC_PID_TASK_COMM): Define.
15939
15940 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15941
15942         [BZ #16398]
15943         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15944         conversion when destination buffer does not have enough space.
15945         * libio/tst-ftell-partial-wide.c: New test case.
15946         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15947
15948         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15949         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15950         Leonard and Allan McRae.
15951
15952 2014-02-04  David S. Miller  <davem@davemloft.net>
15953
15954         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15955         32-bit.
15956
15957 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15958
15959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15960         New file
15961         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15962         New file
15963         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15964         New file.
15965         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15966         New file.
15967         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15968         New file.
15969         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15970         New file.
15971         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15972         New file.
15973         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15974         New file.
15975         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15976         New file.
15977         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15978         New file.
15979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15980         New file.
15981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15982         New file.
15983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15984         New file.
15985
15986 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15987
15988         * nptl/shlib-versions: Change powerpc*le start to 2.17.
15989         * shlib-versions: Likewise.
15990
15991 2014-02-04  Roland McGrath  <roland@hack.frob.com>
15992             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15993
15994         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
15995         (abilist-pattern): New variable, set to %-le.abilist.
15996
15997         * Makerules (abilist-pattern): New variable.
15998         (vpath): Use $(abilist-pattern) in place of %.abilist.
15999         (check-abi-% pattern rule): Likewise.
16000         (check-abi, update-abi): Likewise.
16001
16002 2014-02-04  Eric Wong  <normalperson@yhbt.net>
16003
16004         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16005
16006 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
16007
16008         * manual/startup.texi: Add next, previous, and top entries for
16009         the `Program Arguments' and `Environment Variables' nodes.
16010
16011 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
16012
16013         * manual/macros.texi: Add comments before MTASC-safety macros.
16014
16015         * manual/users.texi: Document MTASC-safety properties.
16016
16017         * manual/threads.texi (pthread_key_create, pthread_key_delete)
16018         (pthread_getspecific, pthread_setspecific): Format with
16019         @deftypefun, and add @safety note.
16020         * manual/signal.texi: Move comments that analyze the above
16021         functions to their home place.
16022
16023 2014-02-03  Allan McRae  <allan@archlinux.org>
16024
16025         * po/sl.po: Update Slovenian translation from translation project.
16026
16027 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
16028
16029         * manual/time.texi (timegm): Add missing blank after @c.
16030         Reported by Joseph Myers <joseph@codesourcery.com>.
16031
16032 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
16033
16034         * manual/check-safety.sh: New.
16035         * manual/Makefile ($(objpfx)stamp-summary): Run it.
16036
16037         * manual/terminal.texi: Document MTASC-safety properties.
16038
16039         * manual/filesys.texi: Document MTASC-safety properties.
16040
16041         * manual/errno.texi: Document MTASC-safety properties.
16042
16043         * manual/intro.texi: Document safety identifiers and
16044         conditionals.
16045
16046         * manual/string.texi (wcstok): Fix prototype.
16047         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
16048
16049         * manual/time.texi: Document MTASC-safety properties.
16050
16051         * manual/string.texi: Document MTASC-safety properties.
16052
16053         * manual/threads.texi: Document MTASC-safety properties.
16054
16055         * manual/stdio.texi: Document MTASC-safety properties.
16056
16057         * manual/syslog.texi: Document MTASC-safety properties.
16058
16059         * manual/sysinfo.texi: Document MTASC-safety properties.
16060
16061         * manual/startup.texi: Document MTASC-safety properties.
16062
16063         * manual/socket.texi: Document MTASC-safety properties.
16064
16065         * manual/signal.texi: Document MTASC-safety properties.
16066
16067 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
16068
16069         * manual/setjmp.texi: Document MTASC-safety properties.
16070
16071         * manual/search.texi: Document MTASC-safety properties.
16072
16073         * manual/resource.texi: Document MTASC-safety properties.
16074
16075         * manual/process.texi: Document MTASC-safety properties.
16076
16077         * manual/platform.texi: Document MTASC-safety properties.
16078
16079         * manual/pipe.texi: Document MTASC-safety properties.
16080
16081         * manual/pattern.texi: Document MTASC-safety properties.
16082
16083         * manual/message.texi: Document MTASC-safety properties.
16084
16085         [BZ #12751]
16086         * manual/memory.texi: Document MTASC-safety properties.
16087
16088         * manual/math.texi: Document MTASC-safety properties.
16089
16090         * manual/locale.texi: Document MTASC-safety properties.
16091
16092         * manual/llio.texi: Document MTASC-safety properties.
16093
16094         * manual/libdl.texi: New.
16095
16096         * manual/lang.texi: Document MTASC-safety properties.
16097
16098         * manual/job.texi: Document MTASC-safety properties.
16099
16100         * manual/getopt.texi: Document MTASC-safety properties.
16101
16102         * manual/ctype.texi: Document MTASC-safety properties.
16103
16104 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
16105
16106         [BZ #16046]
16107         * csu/libc-tls.c (static_map): Remove variable.
16108         (__libc_setup_tls): Use main executable's link map for TLS data.
16109         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
16110         casing for LM_ID_BASE and GL(dl_nns).
16111         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
16112         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
16113         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
16114         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
16115         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
16116         member.
16117         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
16118         l_phnum members.
16119
16120 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
16121
16122         * manual/debug.texi: Document MTASC-safety properties.
16123
16124 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
16125
16126         [BZ #16510]
16127         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
16128         of __x86_64__ when disabling x87 inline functions.
16129
16130 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
16131
16132         * manual/charset.texi: Document MTASC-safety properties.
16133
16134         * manual/crypt.texi: Document MTASC-safety properties.
16135
16136         * manual/conf.texi: Document MTASC-safety properties.
16137
16138         * manual/arith.texi: Document MTASC-safety properties.
16139
16140         * manual/argp.texi: Document MTASC-safety properties.
16141
16142         * manual/macros.texi: Introduce macros to document multi
16143         thread, asynchronous signal and asynchronous cancellation
16144         safety properties.
16145         * manual/intro.texi: Introduce the properties themselves.
16146
16147 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16148
16149         * sysdeps/sh/sh4/Makefile: New file.
16150
16151 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
16152
16153         * math/gen-libm-test.pl ($srcdir): New variable.
16154         ($auto_input): Use it.
16155
16156 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16157
16158         [BZ #16506]
16159         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
16160         access beyond array bounds when parsing netgroups file.
16161
16162         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
16163         the old buffer before realloc.
16164
16165 2014-01-27  Allan McRae  <allan@archlinux.org>
16166
16167         * po/fr.po: Update French translation from translation project.
16168
16169 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16170
16171         * sysdeps/sh/libm-test-ulps: Regenerate.
16172
16173 2014-01-24  David S. Miller  <davem@davemloft.net>
16174
16175         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
16176
16177 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16178
16179         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
16180         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
16181
16182 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
16183
16184         [BZ #16474]
16185         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
16186         string pointers after reallocation.
16187
16188 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16189
16190         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
16191         __SH4A__ instead of __SH_FPU_ANY__.
16192
16193 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16194
16195         * sysdeps/sh/fpu_control.h: New file.
16196         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
16197         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
16198         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
16199         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
16200         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
16201         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
16202         * sysdeps/sh/sys/ucontext.h: Remove.
16203         * sysdeps/sh/sys: Remove directory.
16204
16205 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16206
16207         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
16208         s390/sys/ucontext.h.
16209         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
16210         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
16211
16212 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
16213
16214         [BZ #15605]
16215         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
16216
16217 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16218
16219         [BZ#16431]
16220         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
16221         Adjust the vDSO correctly for internal calls.
16222         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
16223
16224 2014-01-20  Allan McRae  <allan@archlinux.org>
16225
16226         * po/ca.po: Update Catalan translation from translation project.
16227
16228 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
16229
16230         * sysdeps/s390/sotruss-lib.c: New file.
16231
16232 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16233
16234         [BZ#16430]
16235         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
16236         (__GI___gettimeofday): Alias for a different internal symbol to avoid
16237         local calls issues by not having a PLT stub required for IFUNC calls.
16238         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
16239
16240 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
16241
16242         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
16243         * math/test-fpucw-static.c: Likewise.
16244
16245 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16246
16247         [BZ #16453]
16248         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
16249
16250 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16251
16252         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
16253         implementation for powerpc.
16254
16255 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
16256
16257         [BZ #14782]
16258         * sysdeps/posix/system.c (__libc_system): Do not enable
16259         asynchronous cancellation.
16260
16261 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16262
16263         [BZ #16427]
16264         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
16265         handling only for numbers special also in the IEEE case.
16266
16267 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16268
16269         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16270
16271 2014-01-11  Allan McRae  <allan@archlinux.org>
16272
16273         * po/bg.po: Update Bulgarian translation from translation project.
16274
16275         * po/de.po: Update German translation from translation project.
16276
16277 2014-01-10  Roland McGrath  <roland@hack.frob.com>
16278
16279         * sysdeps/generic/gcc-compat.h: New file.
16280
16281 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16282
16283         * benchtests/asin-inputs: Correct slow inputs.
16284         * benchtests/acos-inputs: Likewise.
16285
16286 2014-01-10  Allan McRae  <allan@archlinux.org>
16287
16288         * po:sv.po: Update Swedish translation from translation project.
16289
16290         * po/vi.po: Update Vietnamese translation from translation project.
16291
16292         * po/eo.po: Update Esperanto translation from translation project.
16293
16294         * po/cs.po: Update Czech translation from translation project.
16295
16296         * po/nl.po: Update Dutch translation from translation project.
16297
16298         * po/pl.po: Update Polish translation from translation project.
16299
16300         * po/ru.po: Update Russian translation from translation project.
16301
16302         * po/uk.po: Update Ukrainian translation from translation project.
16303
16304 2014-01-08  Brooks Moses  <bmoses@google.com>
16305
16306         * elf/dl-load.c: Fix comment typo.
16307
16308 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
16309
16310         * po/header.pot: Rename to...
16311         * po/pot.header: ... this.
16312         * po/Makefile: Use pot.header.
16313
16314 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
16315             Maxim Kuvyrkov  <maxim@kugelworks.com>
16316
16317         [BZ #16394]
16318         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
16319         SRC and DEST against LEN.
16320
16321 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16322
16323         [BZ #16414]
16324         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
16325         implementation.
16326         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
16327
16328 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16329
16330         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16331
16332 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
16333
16334         [BZ #16408]
16335         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
16336         for large positive arguments.
16337
16338 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
16339
16340         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16341
16342         * math/auto-libm-test-in: Mark various tests with
16343         xfail-rounding:ldbl-128ibm.
16344         * math/auto-libm-test-out: Regenerated.
16345
16346         [BZ #16407]
16347         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
16348         Increase overflow threshold.
16349
16350 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
16351
16352         [BZ #14286]
16353         * stdio-common/vfprintf.c: Check for integer overflow.
16354
16355 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16356
16357         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
16358         the first argument and return value of __tls_get_addr_internal.
16359
16360 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16361
16362         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
16363         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
16364
16365 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16366
16367         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
16368         * sysdeps/s390/rtld-global-offsets.sym: New file.
16369         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
16370         GLIBC_2.19 symbol.
16371         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
16372         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
16373         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
16374         ... this.
16375         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
16376         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
16377         ... this.
16378         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16379         Regenerate.
16380         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16381         Regenerate.
16382         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
16383         halfs of GPRs for high_gprs contexts.
16384         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
16385         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
16386         field.
16387         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
16388         uc_flags field.
16389         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
16390         64 bit versions:
16391         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
16392         for high GPRs (uc_high_gprs) and for future extensions
16393         (__reserved).
16394         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
16395         for future extensions (__reserved).
16396         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
16397         64 bit versions:
16398         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
16399         SC_HIGHGPRS offset definition.
16400         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
16401         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
16402
16403         * Versions.def: Add GLIBC_2.19 for libpthread.
16404         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
16405         siglongjmp for libpthread with GLIBC_2.19 symver.
16406         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
16407         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
16408         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
16409         * sysdeps/s390/__longjmp.c: New file.
16410         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
16411         * sysdeps/s390/longjmp.c: New file.
16412         * sysdeps/s390/setjmp.S: New file.
16413         * sysdeps/s390/sigjmp.S: New file.
16414         * sysdeps/s390/v1-longjmp.c: New file.
16415         * sysdeps/s390/v1-setjmp.h: New file.
16416         * sysdeps/s390/v1-sigjmp.c: New file.
16417         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
16418         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
16419         GLIBC_2.19 version.
16420         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
16421         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
16422         versioned symbols for ____longjmp_chk.
16423         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
16424         Likewise.
16425         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16426         Regenerate.
16427         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
16428         Regenerate.
16429         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16430         Regenerate.
16431         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
16432         Regenerate.
16433         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
16434         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
16435         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
16436         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
16437         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
16438         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
16439         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
16440         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
16441         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
16442         * sysdeps/s390/rtld-__longjmp.c: New file.
16443         * sysdeps/s390/rtld-setjmp.S: New file.
16444
16445 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
16446
16447         [BZ #16400]
16448         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16449         Return -__logl (x) for small positive arguments without evaluating
16450         a polynomial.
16451
16452 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
16453
16454         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
16455         Rename to ...
16456         (__ptrace_peeksiginfo_args): ... this.
16457         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16458         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16459         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16460
16461 2014-01-06  Allan McRae  <allan@archlinux.org>
16462
16463         * inet/netinet/in.h: Fix typo in comment.
16464
16465 2014-01-05  Andreas Jaeger  <aj@suse.de>
16466
16467         * sysdeps/i386/fpu/libm-test-ulps: Update.
16468
16469 2014-01-05  Allan McRae  <allan@archlinux.org>
16470
16471         * po/libc.pot: Regenerated.
16472
16473         * malloc/memusagestat.c: Fix gettext call formatting.
16474
16475 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
16476
16477         * nscd/nscd.c: Improve usage() output.
16478
16479 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
16480
16481         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
16482         * sysdeps/unix/sysv/linux/configure: Regenerated.
16483         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
16484         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
16485
16486 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16487
16488         [BZ #16390]
16489         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16490         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
16491
16492 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16493
16494         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
16495         extra tokens at end of #undef directive.
16496         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
16497         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
16498         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
16499
16500 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16501
16502         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16503
16504         * math/auto-libm-test-in: Mark various tests with
16505         xfail-rounding:ldbl-128ibm.
16506         * math/auto-libm-test-out: Regenerated.
16507
16508 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
16509
16510         [BZ #16386]
16511         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
16512         numbers with subnormal high part when calculating exponent.
16513
16514         [BZ #16385]
16515         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
16516         fabs.
16517
16518         [BZ #16384]
16519         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
16520         M_LN2l.
16521         (__ieee754_acoshl): Use __log1pl not __log1p.
16522
16523 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
16524
16525         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
16526         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
16527         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
16528         (grow_heap, heap_trim, _int_new_arena, get_free_list)
16529         (reused_arena, arena_get2): Convert to GNU style.
16530         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
16531         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
16532         (memalign_check, __malloc_set_state): Likewise.
16533         * malloc/mallocbug.c (main): Likewise.
16534         * malloc/malloc.c (__malloc_assert, malloc_init_state)
16535         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
16536         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
16537         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
16538         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
16539         (__posix_memalign, malloc_info): Likewise.
16540         * malloc/malloc.h: Likewise.
16541         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
16542         (mallochook, memalignhook, reallochook, mabort): Likewise.
16543         * malloc/mcheck.h: Likewise.
16544         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
16545         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
16546         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
16547         * malloc/morecore.c (__default_morecore): Likewise.
16548         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
16549         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
16550         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
16551         (print_and_abort): Likewise.
16552         * malloc/obstack.h: Likewise.
16553         * malloc/set-freeres.c (__libc_freeres): Likewise.
16554         * malloc/tst-mallocstate.c (main): Likewise.
16555         * malloc/tst-mtrace.c (main): Likewise.
16556         * malloc/tst-realloc.c (do_test): Likewise.
16557
16558 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
16559
16560         [BZ #16366]
16561         * nscd/netgroupcache.c (do_notfound): New function.
16562         (addgetnetgrentX): Use it.
16563
16564         [BZ # 16365]
16565         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
16566         NSS_STATUS_NOTFOUND.
16567
16568 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
16569
16570         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
16571         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16572
16573 2014-01-01  Allan McRae  <allan@archlinux.org>
16574
16575         * scripts/update-copyrights: Update configure input file suffix.
16576
16577         * NEWS: Update copyright year.
16578         * catgets/gencat.c: Likewise.
16579         * csu/version.c: Likewise.
16580         * debug/catchsegv.sh: Likewise.
16581         * debug/pcprofiledump.c: Likewise.
16582         * debug/xtrace.sh: Likewise.
16583         * elf/ldconfig.c: Likewise.
16584         * elf/ldd.bash.in: Likewise.
16585         * elf/pldd.c: Likewise.
16586         * elf/sotruss.ksh: Likewise.
16587         * elf/sprof.c: Likewise.
16588         * iconv/iconv_prog.c: Likewise.
16589         * iconv/iconvconfig.c: Likewise.
16590         * locale/programs/locale.c: Likewise.
16591         * locale/programs/localedef.c: Likewise.
16592         * login/programs/pt_chown.c: Likewise.
16593         * malloc/memusage.sh: Likewise.
16594         * malloc/memusagestat.c: Likewise.
16595         * malloc/mtrace.pl: Likewise.
16596         * manual/libc.texinfo: Likewise.
16597         * nscd/nscd.c: Likewise.
16598         * nss/getent.c: Likewise.
16599         * nss/makedb.c: Likewise.
16600         * posix/getconf.c: Likewise.
16601         * scripts/test-installation.pl: Likewise.
16602
16603         * All files with FSF copyright notices: Update copyright dates
16604         using scripts/update-copyrights.
16605         * intl/plural.c: Regenerated.
16606         * locale/programs/charmap-kw.h: Likewise.
16607         * locale/programs/locfile-kw.h: Likewise.
16608
16609 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
16610
16611         * sysdeps/unix/sysv/linux/configure: Regenerated.
16612         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16613         the linux/fanotify.h header.
16614         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16615         HAVE_LINUX_FANOTIFY_H is defined.
16616
16617 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
16618
16619         * benchtests/cos-inputs: New inputs.
16620         * benchtests/sin-inputs: Likewise.
16621
16622         * benchtests/atan-inputs: New inputs. Fix name of multiple
16623         precision fallback inputs.
16624
16625         * benchtests/atanh-inputs: New inputs.
16626         * benchtests/tanh-inputs: Likewise.
16627
16628         * benchtests/acosh-inputs: New inputs.
16629         * benchtests/asinh-inputs: Likewise.
16630
16631         * benchtests/cosh-inputs: New inputs.
16632         * benchtests/sinh-inputs: Likewise.
16633
16634         * benchtests/acos-inputs: Add more inputs.
16635         * benchtests/asin-inputs: Likewise.
16636
16637 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
16638
16639         [BZ #16375]
16640         * manual/arith.texi: Fix spelling.
16641         * manual/charset.texi: Likewise.
16642         * manual/errno.texi: Likewise.
16643         * manual/filesys.texi: Likewise.
16644         * manual/lang.texi: Likewise.
16645         * manual/llio.texi: Likewise.
16646         * manual/locale.texi: Likewise.
16647         * manual/message.texi: Likewise.
16648         * manual/resource.texi: Likewise.
16649         * manual/search.texi: Likewise.
16650         * manual/setjmp.texi: Likewise.
16651         * manual/stdio.texi: Likewise.
16652         * manual/string.texi: Likewise.
16653         * manual/sysinfo.texi: Likewise.
16654         * manual/time.texi: Likewise.
16655
16656 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
16657
16658         * po/sl.po: New file.
16659
16660 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
16661
16662         * .gitignore: Add core/.gdbinit/.gdb_history.
16663
16664 2013-12-27  Allan McRae  <allan@archlinux.org>
16665
16666         [BZ #16369]
16667         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16668         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16669
16670 2013-12-24  Brooks Moses  <bmoses@google.com>
16671
16672         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16673         all compilers that claim C++98 compliance, not just GCC.
16674         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16675         Likewise.
16676
16677 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16678
16679         * NEWS: Restore accidentally deleted bug-fix entries.
16680
16681 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16682             Ondřej Bílka  <neleai@seznam.cz>
16683
16684         [BZ #15073]
16685         * malloc/malloc.c (_int_free): Perform sanity check only if we
16686         have_lock.
16687
16688 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
16689
16690         [BZ #12986]
16691         * manual/stdio.texi (String Input Conversions): Clarify that character
16692         classes are not supported.
16693
16694 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16695
16696         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16697
16698 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
16699
16700         [BZ #16337]
16701         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16702         Calculate results for small negative arguments directly rather
16703         than using reflection formula with special underflow handling.
16704
16705         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16706         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16707         sysdeps/unix/bsd/bsd4.4/syscalls.list.
16708         (fchflags): Likewise.
16709         (revoke): Likewise.
16710         (setlogin): Likewise.
16711         (sigaltstack): Likewise.
16712         (wait4): Likewise.
16713         (sigblock): Remove.
16714         (sigsetmask): Likewise.
16715         (wait3): Likewise.
16716         (waitpid): Likewise.
16717         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16718         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16719         file.
16720         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16721         * sysdeps/unix/bsd/Makefile: ... here.
16722         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16723         * sysdeps/unix/bsd/Versions: ... here.
16724         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16725         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16726         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16727         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16728         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16729         * sysdeps/unix/bsd/sigblock.c: ... here.
16730         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16731         * sysdeps/unix/bsd/sigsetmask.c: ... here.
16732         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16733         * sysdeps/unix/bsd/sigvec.c: ... here.
16734         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16735         * sysdeps/unix/bsd/tcdrain.c: ... here.
16736         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16737         * sysdeps/unix/bsd/tcgetattr.c: ... here.
16738         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16739         * sysdeps/unix/bsd/tcsetattr.c: ... here.
16740         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16741         * sysdeps/unix/bsd/wait.c: ... here.
16742         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16743         * sysdeps/unix/bsd/wait3.c: ... here.
16744         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16745         * sysdeps/unix/bsd/waitpid.c: ... here.
16746
16747 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
16748
16749         [BZ #16356]
16750         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16751         round-to-nearest for [!USE_AS_EXPM1L].
16752         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16753         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
16754         more tests of exp and exp10.  Expect some exp10 tests to miss
16755         exceptions or fail in directed rounding modes.
16756         * math/auto-libm-test-out: Regenerated.
16757         * math/libm-test.inc (exp10_tonearest_test_data): New array.
16758         (exp10_test_tonearest): New function.
16759         (exp10_towardzero_test_data): New array.
16760         (exp10_test_towardzero): New function.
16761         (exp10_downward_test_data): New array.
16762         (exp10_test_downward): New function.
16763         (exp10_upward_test_data): New array.
16764         (exp10_test_upward): New function.
16765         (main): Call the new functions.
16766         * sysdeps/i386/fpu/libm-test-ulps: Update.
16767         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16768
16769 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
16770
16771         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16772         asinh, atan, atan2, atanh, cbrt, cos and cosh.
16773         * math/auto-libm-test-out: Regenerated.
16774         * math/libm-test.inc (acosh_test_data): Add more tests.
16775         (atanh_test_data): Likewise.
16776         (ceil_test_data): Likewise.
16777         (copysign_test_data): Likewise.
16778         * sysdeps/i386/fpu/libm-test-ulps: Update.
16779         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16780
16781         * timezone/checktab.awk: Update from tzcode 2013i.
16782         * timezone/private.h: Likewise.
16783         * timezone/scheck.c: Likewise.
16784         * timezone/tzfile.h: Likewise.
16785         * timezone/tzselect.ksh: Likewise.
16786         * timezone/zdump.c: Likewise.
16787         * timezone/zic.c: Likewise.
16788
16789         * math/auto-libm-test-in: Add tests of cpow.
16790         * math/auto-libm-test-out: Regenerated.
16791         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
16792         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16793         mpc_cc_c.
16794         (func_calc_desc): Add mpc_cc_c union field.
16795         (test_functions): Add cpow.
16796         (special_fill_2pi): New function.
16797         (special_real_inputs): Add 2pi.
16798         (calc_generic_results): Handle mpc_cc_c.
16799         * sysdeps/i386/fpu/libm-test-ulps: Update.
16800         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16801
16802         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16803         csqrt, ctan and ctanh.
16804         * math/auto-libm-test-out: Regenerated.
16805         * math/libm-test.inc (TEST_COND_x86_64): New macro.
16806         (TEST_COND_x86): Likewise.
16807         (ccos_test_data): Use AUTO_TESTS_c_c.
16808         (ccosh_test_data): Likewise.
16809         (cexp_test_data): Likewise.
16810         (clog_test_data): Likewise.
16811         (csqrt_test_data): Likewise.
16812         (ctan_test_data): Likewise.
16813         (ctan_tonearest_test_data): Likewise.
16814         (ctan_towardzero_test_data): Likewise.
16815         (ctan_downward_test_data): Likewise.
16816         (ctan_upward_test_data): Likewise.
16817         (ctanh_test_data): Likewise.
16818         (ctanh_tonearest_test_data): Likewise.
16819         (ctanh_towardzero_test_data): Likewise.
16820         (ctanh_downward_test_data): Likewise.
16821         (ctanh_upward_test_data): Likewise.
16822         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16823         mpc_c_c.
16824         (func_calc_desc): Add mpc_c_c union field.
16825         (FUNC_mpc_c_c): New macro.
16826         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16827         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16828         ctanh.
16829         (special_fill_min_subnorm_p120): New function.
16830         (special_real_inputs): Add min_subnorm_p120.
16831         (calc_generic_results): Handle mpc_c_c.
16832         * sysdeps/i386/fpu/libm-test-ulps: Update.
16833         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16834
16835 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16836
16837         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16838         (do_sin_slow): New functions.
16839         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16840         (cslow2, csloww1, csloww2): Use the new functions.
16841
16842         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16843         Use M to change sign of result instead of X.  Assume X is
16844         positive.
16845         (csloww1): Likewise.
16846         (__sin): Adjust.
16847         (__cos): Adjust.
16848
16849         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16850         arguments A and DA.
16851         (__sin): Adjust.
16852         (__cos): Likewise.
16853
16854         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16855         (__cos): Likewise.
16856         (sloww1): Don't adjust sign of DX.
16857         (csloww1): Likewise.
16858         (sloww2): Use X directly and don't adjust sign of DX.
16859         (csloww2): Likewise.
16860
16861 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16862
16863         * math/auto-libm-test-in: Add tests of cabs and carg.
16864         * math/auto-libm-test-out: Regenerated.
16865         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16866         (carg_test_data): Likewise.
16867         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16868         mpc_c_f.
16869         (func_calc_desc): Add mpc_c_f union field.
16870         (test_functions): Add cabs and carg.
16871         (calc_generic_results): Handle mpc_c_f.
16872
16873         * sysdeps/powerpc/powerpc32/libgcc-compat.S
16874         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16875         as a macro and a compat symbol.
16876         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16877         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16878         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16879         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16880         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16881         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16882         not use .hidden.
16883         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16884         Likewise.
16885         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16886         Likewise.
16887         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16888         Likewise.
16889         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16890         Likewise.
16891         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16892         Likewise.
16893         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16894         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16895         from GLIBC_2.3.2.
16896
16897 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16898
16899         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16900
16901 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16902
16903         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16904         trailing whitespace removed.
16905         * scripts/config.guess: Update to version 2013-11-29.
16906         * scripts/config.sub: Update to version 2013-10-01.
16907
16908         * math/auto-libm-test-in: Add tests of sincos.
16909         * math/auto-libm-test-out: Regenerated.
16910         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16911         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16912         mpfr_f_11.
16913         (func_calc_desc): Add mpfr_f_11 union field.
16914         (test_functions): Add sincos.
16915         (calc_generic_results): Handle mpfr_f_11.
16916         * sysdeps/i386/fpu/libm-test-ulps: Update.
16917         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16918
16919 2013-12-19  Andreas Schwab  <schwab@suse.de>
16920
16921         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16922         CALL_MCOUNT.
16923         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16924         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16925         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16926
16927 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16928
16929         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16930         * sysdeps/i386/fpu/libm-test-ulps: Update.
16931         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16932
16933         [BZ #16293]
16934         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16935         round-to-nearest mode when using frndint.
16936         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16937         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16938         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16939         Likewise.
16940         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16941         sinh test to fail.
16942         * math/auto-libm-test-out: Regenerated.
16943         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16944         (TEST_COND_x86): Likewise.
16945         (expm1_tonearest_test_data): New array.
16946         (expm1_test_tonearest): New function.
16947         (expm1_towardzero_test_data): New array.
16948         (expm1_test_towardzero): New function.
16949         (expm1_downward_test_data): New array.
16950         (expm1_test_downward): New function.
16951         (expm1_upward_test_data): New array.
16952         (expm1_test_upward): New function.
16953         (main): Run the new test functions.
16954         * sysdeps/i386/fpu/libm-test-ulps: Update.
16955         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16956
16957         * include/features.h: Update comment documenting feature test
16958         macros.  Mention _DEFAULT_SOURCE in comment.
16959         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16960         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16961         _BSD_SOURCE and _SVID_SOURCE.
16962         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16963         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16964         !_SVID_SOURCE]: Likewise.
16965         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16966         (__USE_POSIX_IMPLICITLY): Define.
16967         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16968         (_POSIX_SOURCE): Undefine and redefine.
16969         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16970         (_POSIX_C_SOURCE): Likewise.
16971         * manual/creature.texi (_DEFAULT_SOURCE): Document.
16972         (Feature Test Macros): Update documentation of default features.
16973
16974 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16975
16976         * benchtests/Makefile: Add bench-strtok.
16977         * benchtests/bench-strtok.c: New file: strtok benchtest.
16978
16979 2013-12-19  Allan McRae  <allan@archlinux.org>
16980
16981         * manual/install.texi: Suppress menu for plain text output.
16982         * INSTALL: Regenerated.
16983
16984 2013-12-18  Brooks Moses  <bmoses@google.com>
16985
16986         [BZ #15846]
16987         * misc/getauxval.c: Include errno.h.
16988         (__getauxval): Set errno to ENOENT if the requested type is not
16989         found.
16990         * misc/sys/auxv.h (getauxval): Document that it may set errno;
16991         don't declare with __attribute_const__.
16992         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
16993         * manual/startup.texi: Document that getauxval sets errno.
16994
16995 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16996
16997         * math/auto-libm-test-in: Add tests of jn and yn.
16998         * math/auto-libm-test-out: Regenerated.
16999         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
17000         (yn_test_data): Likewise.
17001         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17002         mpfr_if_f.
17003         (func_calc_desc): Add mpfr_if_f union field.
17004         (FUNC_mpfr_if_f): New macro.
17005         (test_functions): Add jn and yn.
17006         (calc_generic_results): Assert type of second input for
17007         mpfr_ff_f.  Handle mpfr_if_f.
17008         (output_for_one_input_case): Disable all checking for arguments
17009         fitting floating-point types in case of an integer argument.
17010         * sysdeps/i386/fpu/libm-test-ulps: Update.
17011         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17012
17013         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
17014         Don't expect fegetround reference in libm.so.
17015
17016 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
17017
17018         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
17019         $(config-cflags-nofma).
17020
17021 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
17022
17023         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
17024         * math/auto-libm-test-out: Regenerated.
17025
17026         [BZ #16338]
17027         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
17028         to determine exponent and adjust argument to have exponent of -1.
17029         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
17030         log2.
17031         * math/auto-libm-test-out: Regenerated.
17032         * sysdeps/i386/fpu/libm-test-ulps: Update.
17033         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17034
17035 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
17036
17037         * manual/probes.texi: Remove cases when per-thread arenas are
17038         disabled.
17039
17040 2013-12-18  Andreas Schwab  <schwab@suse.de>
17041
17042         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
17043         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
17044         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
17045         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
17046         * sysdeps/i386/i686/multiarch/Makefile: Update.
17047         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
17048
17049 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17050
17051         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
17052         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
17053
17054 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
17055
17056         [BZ #15968]
17057         Support TZ transition times < 00:00:00.
17058         This is needed for version-3 tz-format files; it supports time
17059         stamps past 2037 for America/Godthab (the only entry in the tz
17060         database for which this change is relevant).
17061         * manual/time.texi (TZ Variable): Document transition times
17062         from -167:59:59 through -00:00:01.
17063         * time/tzset.c (tz_rule): Time of day is now signed.
17064         (__tzset_parse_tz): Parse negative time of day.
17065
17066         Document TZ transition times >= 25:00:00.
17067         * manual/time.texi (TZ Variable): Document transition times from
17068         25:00:00 through 167:59:59.  These are already supported, and this
17069         support will help with version-3 tz-format files.
17070
17071         * manual/time.texi (TZ Variable): Modernize North America example
17072         to reflect current (i.e., 2007-and-later) daylight saving rules.
17073
17074         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
17075
17076 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17077
17078         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
17079         * sysdeps/unix/bsd/bits/stat.h: Likewise.
17080         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
17081         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
17082         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
17083         * sysdeps/unix/bsd/bsdstat.h: Likewise.
17084         * sysdeps/unix/bsd/clock.c: Likewise.
17085         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
17086         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
17087         * sysdeps/unix/bsd/init-posix.c: Likewise.
17088         * sysdeps/unix/bsd/poll.c: Likewise.
17089         * sysdeps/unix/bsd/ptsname.c: Likewise.
17090         * sysdeps/unix/bsd/seekdir.c: Likewise.
17091         * sysdeps/unix/bsd/setegid.c: Likewise.
17092         * sysdeps/unix/bsd/seteuid.c: Likewise.
17093         * sysdeps/unix/bsd/setgid.c: Likewise.
17094         * sysdeps/unix/bsd/setrgid.c: Likewise.
17095         * sysdeps/unix/bsd/setruid.c: Likewise.
17096         * sysdeps/unix/bsd/setsid.c: Likewise.
17097         * sysdeps/unix/bsd/setuid.c: Likewise.
17098         * sysdeps/unix/bsd/sigaction.c: Likewise.
17099         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
17100         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
17101         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
17102         * sysdeps/unix/bsd/telldir.c: Likewise.
17103         * sysdeps/unix/bsd/times.c: Likewise.
17104         * sysdeps/unix/bsd/usleep.c: Likewise.
17105
17106         * misc/Makefile (install-lib): Remove libbsd-compat.a.
17107         ($(objpfx)libbsd-compat.a): Remove rule.
17108
17109         * include/features.h (__FAVOR_BSD): Do not define.
17110         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
17111         features conflicting with POSIX.
17112         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
17113         (_BSD_SOURCE): Remove description of not being a subset of other
17114         feature test macros.
17115         * manual/job.texi (getpgrp): Do not document BSD version.
17116         (getpgid): Do not document by reference to BSD getpgrp.
17117         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
17118         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
17119         * signal/signal.h [__FAVOR_BSD]: Likewise.
17120         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
17121         instead of making contents conditional on [__FAVOR_BSD].
17122         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
17123
17124 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17125
17126         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17127
17128 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17129
17130         [BZ #16314]
17131         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
17132         values below 2**-450, not 2**-500.
17133         * math/auto-libm-test-in: Don't allow spurious underflow from
17134         hypot.
17135         * math/auto-libm-test-out: Regenerated.
17136
17137         [BZ #16316]
17138         [BZ #16330]
17139         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
17140         values of ha and hb and sort them after adjusting subnormal
17141         arguments.
17142         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
17143         Likewise.
17144         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
17145         values of ea and eb and sort them after adjusting subnormal
17146         arguments.
17147         * math/auto-libm-test-in: Do not expect some hypot tests of
17148         subnormals to fail.  Add more hypot tests.
17149         * math/auto-libm-test-out: Regenerated.
17150
17151 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17152
17153         [BZ #13304]
17154         * sysdeps/sh/s_fma.c: New file.
17155         * sysdeps/sh/s_fmaf.c: New file.
17156         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
17157         version.
17158         * sysdeps/sh/Implies: Add sh/soft-fp.
17159
17160 2013-12-16  Roland McGrath  <roland@hack.frob.com>
17161
17162         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
17163         level of indirection to members `objname', `errstring', `malloced'.
17164         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
17165         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
17166         it as the __longjmp argument (just pass 1 instead).
17167         (_dl_catch_error): Initialize C with argument pointers and address of
17168         volatile local ERRCODE rather than copying values out of C at return.
17169
17170 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
17171
17172         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
17173         * math/auto-libm-test-out: Regenerated.
17174         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
17175         (hypot_test_data): Likewise.
17176         (pow_test_data): Likewise.
17177         (pow_tonearest_test_data): Likewise.
17178         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17179         mpfr_ff_f.
17180         (func_calc_desc): Add mpfr_ff_f union field.
17181         (FUNC_mpfr_ff_f): New macro.
17182         (test_functions): Add atan2, hypot and pow.
17183         (special_fill_min): New function.
17184         (special_fill_minus_min): Likewise.
17185         (special_fill_min_subnorm): Likewise.
17186         (special_fill_minus_min_subnorm): Likewise.
17187         (special_real_inputs): Add min, -min, min_subnorm and
17188         -min_subnorm.
17189         (calc_generic_results): Handle mpfr_ff_f.
17190         * sysdeps/i386/fpu/libm-test-ulps: Update.
17191         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17192
17193 2013-12-16  Will Newton  <will.newton@linaro.org>
17194
17195         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
17196         (Aligned Memory Blocks): Add documentation for aligned_alloc
17197         and suggest it as an alternative to posix_memalign.
17198         (Hooks for Malloc): Document __memalign_hook is also called
17199         for aligned_alloc.  (Summary of Malloc): Add summary for
17200         aligned alloc.  Document __memalign_hook is also called
17201         for aligned_alloc.
17202
17203 2013-12-16  Will Newton  <will.newton@linaro.org>
17204
17205         * manual/memory.texi (Malloc Examples): Clarify default
17206         alignment documentation.  Suggest posix_memalign rather
17207         than memalign or valloc.
17208         (Aligned Memory Blocks): Remove suggestion to use memalign
17209         or valloc.  Remove obsolete comment about BSD.
17210         Document memalign errno values and mark the function obsolete.
17211         Document posix_memalign returned error codes.  Mark valloc
17212         as obsolete.  (Hooks for Malloc): __memalign_hook is also
17213         called for posix_memalign and valloc.
17214         (Summary of Malloc): Add posix_memalign to function summary.
17215         __memalign_hook is also called for posix_memalign and valloc.
17216
17217 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
17218
17219         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
17220         TAYLOR_SIN.
17221         (__sin): Adjust.
17222         (__cos): Likewise.
17223         (sloww): Use mynumber union.  Expand ternary operator into
17224         if-else statements.
17225         (cslow): use mynumber union.
17226
17227 2013-12-16  Allan McRae  <allan@archlinux.org>
17228
17229         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
17230         * configure: Regenerated.
17231
17232         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
17233
17234         [BZ #14120]
17235         * configure.ac: Added --enable-maintainer-mode. Check for
17236         autoconf when enabled.
17237         * configure: Regenerated.
17238
17239         * nscd/nscd.service: New file.
17240         * nscd/nscd.tmpfiles: New file.
17241
17242 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
17243
17244         [BZ #12100]
17245         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
17246         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
17247         * sysdeps/x86_64/multiarch/strstr.c: ... here.
17248         (strstr): Add __strstr_sse2_unaligned ifunc.
17249         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
17250         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
17251         (strcasestr): Remove __strcasestr_sse42 ifunc.
17252         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
17253         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
17254         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17255
17256 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17257
17258         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
17259         * sysdeps/sh/bits/fenv.h: ... here.
17260         * sysdeps/sh/sh4/fpu/bits: Remove directory.
17261
17262 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17263
17264         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
17265
17266         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
17267         hypotf multiarch implementations.
17268         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
17269         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
17270         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
17271         multiarch hypot for PPC64.
17272         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
17273         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
17274         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
17275         multiarch hypotf for PPC64.
17276
17277         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
17278         modff multiarch implementations.
17279         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
17280         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
17281         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
17282         multiarch modf for PPC64.
17283         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
17284         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
17285         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
17286         multiarch modff for PPC64.
17287
17288         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
17289         and logl multiarch implementations.
17290         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
17291         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
17292         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
17293         multiarch logb for PPC64.
17294         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
17295         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
17296         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
17297         multiarch logb for PPC64.
17298         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
17299         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
17300         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
17301         multiarch logb for PPC64.
17302
17303         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
17304         isinff multiarch implementation.
17305         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
17306         file.
17307         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
17308         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
17309         multiarch isinf for PPC64.
17310         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
17311         file.
17312         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
17313         multiarch isinff for PPC64.
17314
17315         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
17316         finitef multiarch implementation.
17317         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
17318         file.
17319         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
17320         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
17321         multiarch finite for PPC64.
17322         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
17323         file.
17324         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
17325         multiarch finitef for PPC64.
17326
17327         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
17328         lrint multiarch implementation.
17329         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
17330         file.
17331         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
17332         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
17333         multiarch llrint for PPC64.
17334         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
17335         multiarch lrint for PPC64.
17336
17337         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
17338         copysignf multiarch implementation.
17339         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
17340         file.
17341         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
17342         file.
17343         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
17344         multiarch copysign for PPC64.
17345         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
17346         multiarch copysignf for PPC64.
17347
17348         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
17349         multiarch implementation.
17350         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
17351         file.
17352         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
17353         file.
17354         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
17355         file.
17356         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
17357         file.
17358         multiarch llround for PPC64.
17359         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
17360         multiarch trunc for PPC64.
17361         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
17362         multiarch truncf for PPC64.
17363
17364         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
17365         multiarch implementation.
17366         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
17367         file.
17368         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
17369         file.
17370         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
17371         file.
17372         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
17373         file.
17374         multiarch llround for PPC64.
17375         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
17376         multiarch round for PPC64.
17377         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
17378         multiarch roundf for PPC64.
17379
17380         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
17381         multiarch implementation.
17382         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
17383         file.
17384         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
17385         file.
17386         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
17387         file.
17388         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
17389         file.
17390         multiarch llround for PPC64.
17391         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
17392         multiarch floor for PPC64.
17393         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
17394         multiarch floorf for PPC64.
17395
17396         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
17397         multiarch implementation.
17398         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
17399         file.
17400         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
17401         file.
17402         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
17403         file.
17404         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
17405         file.
17406         multiarch llround for PPC64.
17407         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
17408         multiarch ceil for PPC64.
17409         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
17410         multiarch ceilf for PPC64.
17411
17412         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17413         multiarch implementation.
17414         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
17415         file.
17416         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
17417         file.
17418         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
17419         file.
17420         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
17421         multiarch llround for PPC64.
17422         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
17423         multiarch lround for PPC64.
17424
17425         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17426         multiarch implementation.
17427         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
17428         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
17429         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
17430         file.
17431         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
17432         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
17433         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
17434         multiarch isnan for PPC64.
17435         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
17436         multiarch isnanf for PPC64.
17437
17438         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
17439         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
17440         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
17441         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
17442         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
17443         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
17444
17445         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
17446         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
17447         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
17448         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
17449
17450         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
17451         multiarch implementations.
17452         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17453         (__libc_ifunc_impl_list): Likewise.
17454         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
17455         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
17456         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
17457         multiarch stpcpy for PPC64.
17458
17459         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
17460         multiarch implementations.
17461         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17462         (__libc_ifunc_impl_list): Likewise.
17463         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
17464         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
17465         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
17466         multiarch strcpy for PPC64.
17467
17468         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
17469         redefine function name.
17470         (_wordcopy_fwd_dest_aligned): Likewise.
17471         (_wordcopy_bwd_aligned): Likewise.
17472         (_wordcopy_bwd_dest_aligned): Likewise.
17473         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
17474         multiarch implementations.
17475         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17476         (__libc_ifunc_impl_list): Likewise.
17477         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
17478         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
17479         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
17480         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
17481         multiarch wcscpy for PPC64.
17482
17483         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
17484         multiarch implementations.
17485         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17486         (__libc_ifunc_impl_list): Likewise.
17487         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
17488         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
17489         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
17490         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
17491         multiarch wcscpy for PPC64.
17492
17493         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
17494         multiarch implementations.
17495         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17496         (__libc_ifunc_impl_list): Likewise.
17497         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
17498         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
17499         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
17500         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
17501         multiarch wcsrchr for PPC64.
17502
17503         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
17504         multiarch implementations.
17505         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17506         (__libc_ifunc_impl_list): Likewise.
17507         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
17508         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
17509         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
17510         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
17511         multiarch wcschr for PPC64.
17512
17513         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
17514         multiarch implementations.
17515         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17516         (__libc_ifunc_impl_list): Likewise.
17517         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
17518         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
17519         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
17520         multiarch strchrnul for PPC64.
17521
17522         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
17523         implementations.
17524         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17525         (__libc_ifunc_impl_list): Likewise.
17526         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
17527         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
17528         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
17529         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
17530         strchr for PPC64.
17531
17532         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
17533         implementations.
17534         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17535         (__libc_ifunc_impl_list): Likewise.
17536         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
17537         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
17538         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
17539         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
17540         strncmp for PPC64.
17541
17542         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
17543         multiarch implementations.
17544         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17545         (__libc_ifunc_impl_list): Likewise.
17546         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
17547         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
17548         strncasecmp for PPC64.
17549         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
17550         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
17551         multiarch strncasecmp_l for PPC64.
17552
17553         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
17554         multiarch implementations.
17555         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17556         (__libc_ifunc_impl_list): Likewise.
17557         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
17558         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
17559         multiarch strcasecmp for PPC64.
17560         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
17561         file.
17562         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
17563         multiarch strcasecmp_l for PPC64.
17564
17565         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
17566         implementations.
17567         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17568         (__libc_ifunc_impl_list): Likewise.
17569         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
17570         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
17571         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
17572         strnlen for PPC64.
17573
17574         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
17575         implementations.
17576         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17577         (__libc_ifunc_impl_list): Likewise.
17578         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
17579         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
17580         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
17581         strlen for PPC64.
17582
17583         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
17584         implementations.
17585         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17586         (__libc_ifunc_impl_list): Likewise.
17587         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
17588         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
17589         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
17590         rawmemrchr for PPC64.
17591
17592         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
17593         implementation.
17594         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17595         (__libc_ifunc_impl_list): Likewise.
17596         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
17597         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
17598         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
17599         memrchr for PPC64.
17600
17601         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
17602         implementation.
17603         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17604         (__libc_ifunc_impl_list): Likewise.
17605         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
17606         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
17607         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
17608         memchr for PPC64.
17609
17610         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
17611         implementation.
17612         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17613         (__libc_ifunc_impl_list): Likewise.
17614         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17615         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17616         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17617         mempcpy for PPC64.
17618
17619         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17620         avoid cretion of __bzero symbol.
17621         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17622         Likewise.
17623         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17624         Likewise.
17625         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17626         Likewise.
17627         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17628         multiarch implementations.
17629         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17630         (__libc_ifunc_impl_list): Likewise.
17631         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17632         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17633         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17634         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17635         bzero for PPC32.
17636         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17637         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17638         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17639         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17640         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17641         memset for PPC64.
17642         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17643
17644         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17645         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17646         implementations.
17647         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17648         (__libc_ifunc_impl_list): Likewise.
17649         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17650         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17651         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17652         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17653         memcmp for PPC64.
17654
17655         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17656         multiarch for POWER/PPC64.
17657         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17658         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17659         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17660         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17661         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17662         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17663         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17664         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17665         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17666         memcpy for PPC64.
17667
17668         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17669         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17670         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17671         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17672         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17673         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17674         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17675         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17676         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17677         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17678         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17679         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17680         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17681         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17682         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17683         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17684         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17685         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17686         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17688         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17689         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17690
17691 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17692
17693         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17694
17695 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17696
17697         * benchtests/Makefile (bench): Add exp2 and log2.
17698         (LDLIBS-bench-exp2): Add -lm.
17699         (LDLIBS-bench-log2): Likewise.
17700         * benchtests/exp2-inputs: New inputs file.
17701         * benchtests/log2-inputs: New inputs file.
17702         * benchtests/log-inputs: Add new inputs.
17703         * benchtests/tan-inputs: Likewise.
17704
17705 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17706
17707         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17708         definition...
17709         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17710         (csloww2): ... from here.
17711
17712         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17713         instead of structures.
17714         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17715         (POLYNOMIAL): Likewise.
17716         (TAYLOR_SLOW): Likewise.
17717         (__sin): Likewise.
17718         (__cos): Likewise.
17719         (slow1): Likewise.
17720         (slow2): Likewise.
17721         (sloww): Likewise.
17722         (sloww1); Likewise.
17723         (sloww2): Likewise.
17724         (bsloww1): Likewise.
17725         (bsloww2): Likewise.
17726         (cslow2): Likewise.
17727         (csloww): Likewise.
17728         (csloww1): Likewise.
17729         (csloww2): Likewise.
17730
17731 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
17732
17733         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
17734         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17735         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
17736         * malloc/hooks.c (realloc_check): Likewise.
17737
17738         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17739         * malloc/arena.c: Remove PER_THREAD conditional.
17740         [!PER_THREAD]: Remove code.
17741         (ptmalloc_unlock_all2): Likewise.
17742         (ptmalloc_init): Likewise.
17743         (_int_new_arena): Likewise.
17744         (arena_get2): Likewise.
17745         * malloc/hooks.c (__malloc_get_state): Likewise.
17746         (__malloc_set_state): Likewise.
17747         * malloc/malloc.c: Likewise.
17748         (struct malloc_state): Likewise.
17749         (struct malloc_par): Likewise.
17750         (__libc_realloc): Likewise.
17751         (__libc_mallopt): Likewise.
17752
17753 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17754
17755         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17756
17757 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
17758
17759         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17760         macro to a function.  Check for zero perturb_byte.
17761         (_int_malloc, _int_free): Remove zero perturb_byte checks.
17762
17763         * malloc/malloc.c: (force_reg): Remove.
17764         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17765         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
17766         force_reg by atomic_forced_read.
17767         * malloc/arena.c (ptmalloc_init): Likewise.
17768         * malloc/hooks.c (top_check): Likewise.
17769
17770 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17771
17772         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17773
17774 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
17775
17776         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17777
17778 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
17779
17780         * math/auto-libm-test-in: Add tests of lgamma.
17781         * math/auto-libm-test-out: Regenerated.
17782         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17783         (M_LOG_2_SQRT_PIl): Likewise.
17784         (lgamma_test_data): Use AUTO_TESTS_f_f1.
17785         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17786         mpfr_f_f1.
17787         (func_calc_desc): Add mpfr_f_f1 union field.
17788         (ARGS1): New macro.
17789         (ARGS2): Likewise.
17790         (ARGS3): Likewise.
17791         (ARGS4): Likewise.
17792         (RET1): Likewise.
17793         (RET2): Likewise.
17794         (CALC): Likewise.
17795         (FUNC): Likewise.
17796         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17797         (test_functions): Add lgamma.
17798         (calc_generic_results): Handle mpfr_f_f1.
17799         * sysdeps/i386/fpu/libm-test-ulps: Update.
17800         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17801
17802 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17803
17804         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17805         __mpn_add_n for PowerPC64/POWER7.
17806         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17807         __mpn_sub_n for PowerPC64/POWER7.
17808
17809         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17810         __mpn_addmul_1 for PowerPC64.
17811         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17812         __mpn_submul_1 for PowerPC64.
17813         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17814         for PowerPC64.
17815         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17816         for PowerPC64.
17817
17818 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
17819
17820         [BZ #15089]
17821         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17822
17823 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17824
17825         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17826
17827         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17828         add multiarch folders.
17829         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17830         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17831         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17832         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17833         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17834         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17835         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17836         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17837         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17838         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17839         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17840         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17841         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17842         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17843         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17844         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17845         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17846
17847         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17848         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17849         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17850         New file.
17851         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17852         New file.
17853         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17854         multiarch __ieee754_hypot for PowerPC32.
17855         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17856         New file.
17857         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17858         New file.
17859         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17860         multiarch __ieee754_hypotf for PowerPC32.
17861
17862         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17863         long_double_symbol only if __logbl is defined.
17864         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17865         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17866         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17867         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17868         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17869         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17870         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17871         path for implementation.
17872         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17873         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17874         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17875         logb, and logbl multiarch implementations for PowerPC32.
17876         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17877         file.
17878         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17879         file.
17880         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17881         multiarch logb for PowerPC32.
17882         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17883         file.
17884         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17885         file.
17886         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17887         multiarch logbf for PowerPC32.
17888         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17889         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17890         file.
17891         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17892         multiarch logbl implementation for PowerPC32.
17893
17894         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17895         and modff multiarch implementations.
17896         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17897         New file.
17898         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17899         New file.
17900         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17901         multiarch modf for PowerPC32.
17902         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17903         New file.
17904         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17905         New file.
17906         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17907         multiarch modff for PowerPC32.
17908
17909         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17910         and lrintf multiarch implementations.
17911         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17912         New file.
17913         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17914         New file.
17915         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17916         multiarch lrint for PowerPC32.
17917         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17918         file: multiarch lrintf for PowerPC32.
17919
17920         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17921         and lroundf multiarch implementations.
17922         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17923         New file.
17924         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17925         New file.
17926         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17927         New file.
17928         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17929         multiarch lround for PowerPC32.
17930         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17931         file: multiarch lroundf for PowerPC32.
17932
17933         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17934         copysign and copysignf multiarch implementations.
17935         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17936         New file.
17937         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17938         New file.
17939         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17940         file: multiarch copysign for PowerPC32.
17941         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17942         file: multiarch copysignf for PowerPC32.
17943
17944         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17945         and truncf multiarch implementations.
17946         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17947         New file.
17948         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17949         file.
17950         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17951         multiarch trunc for PowerPC32.
17952         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17953         New file.
17954         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17955         New file.
17956         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17957         multiarch truncf for PowerPC32.
17958
17959         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17960         and roundf multiarch implementations.
17961         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17962         New file.
17963         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17964         file.
17965         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17966         multiarch round for PowerPC32.
17967         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17968         New file.
17969         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17970         New file.
17971         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17972         multiarch roundf for PowerPC32.
17973
17974         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17975         and floorf multiarch implementations.
17976         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17977         New file.
17978         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17979         file.
17980         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17981         multiarch floor for PowerPC32.
17982         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17983         New file.
17984         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17985         New file.
17986         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17987         multiarch floorf for PowerPC32.
17988
17989         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
17990         and ceilf multiarch implementations.
17991         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
17992         New file.
17993         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
17994         file.
17995         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
17996         multiarch ceil for PowerPC32.
17997         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
17998         New file.
17999         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
18000         file.
18001         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
18002         multiarch ceilf for PowerPC32.
18003
18004         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
18005         is defined.
18006         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
18007         FINITEF is defined.
18008         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
18009         and finitef multiarch implementations.
18010         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
18011         New file.
18012         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
18013         file.
18014         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
18015         multiarch finite for PowerPC32.
18016         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
18017         New file.
18018         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
18019         file: multiarch finitef for PowerPC32.
18020
18021         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
18022         and isinff multiarch implementations.
18023         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
18024         file.
18025         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
18026         file.
18027         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
18028         multiarch isinf for PowerPC32.
18029         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
18030         New file.
18031         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
18032         multiarch isinff for PowerPC32.
18033
18034         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
18035         alias when __isnan is defined.
18036         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
18037         and isnanf multiarch implementations.
18038         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
18039         file.
18040         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
18041         file.
18042         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
18043         file.
18044         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
18045         file.
18046         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
18047         multiarch isnan for PowerPC32.
18048         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
18049         New file.
18050         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
18051         New file.
18052         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
18053         multiarch isnanf for PowerPC32.
18054
18055         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
18056         and sqrtf multiarch implementations.
18057         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
18058         file.
18059         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
18060         file.
18061         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
18062         multiarch sqrt for PowerPC32.
18063         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
18064         file.
18065         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
18066         file.
18067         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
18068         multiarch sqrtf for PowerPC32.
18069
18070         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
18071         and llroundf multiarch implementations.
18072         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
18073         New file.
18074         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
18075         New file.
18076         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
18077         New file.
18078         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
18079         file: multiarch llround for PowerPC32.
18080         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
18081         file: multiarch llroundf for PowerPC32.
18082
18083         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
18084         multiarch PowerPC32 fpu implementations.
18085         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
18086         New file.
18087         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
18088         New file.
18089         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
18090         multiarch llrint for PowerPC32.
18091         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
18092         New file.
18093         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
18094         New file.
18095         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
18096         file.
18097
18098         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
18099
18100         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
18101         file.
18102         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
18103         file.
18104         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
18105         file.
18106         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
18107         multiarch wordcopy for PPC32.
18108         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18109         wordcopy objects.
18110         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18111         (__libc_ifunc_impl_list): Likewise.
18112         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
18113         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
18114         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
18115         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
18116         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
18117         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
18118
18119         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
18120         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
18121         file.
18122         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
18123         file.
18124         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
18125         file.
18126         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
18127         multiarch wcscpy for PPC32.
18128         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18129         multiarch objects.
18130         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18131         (__libc_ifunc_impl_list): Likewise.
18132         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18133         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18134         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
18135         sysdeps/powerpc/power6/wcscpy.c.
18136
18137         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
18138         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
18139         file.
18140         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
18141         file.
18142         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
18143         file.
18144         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
18145         multiarch wcsrchr for PPC32.
18146         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18147         multiarch objects.
18148         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18149         (__libc_ifunc_impl_list): Likewise.
18150         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18151         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18152         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
18153         sysdeps/powerpc/power6/wcsrchr.c.
18154
18155         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
18156         file.
18157         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
18158         file.
18159         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
18160         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
18161         multiarch wcschr for PPc32.
18162         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18163         multiarch objects.
18164         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18165         (__libc_ifunc_impl_list): Likewise.
18166         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
18167         * sysdeps/powerpc/power6/wcschr.c: ... to here.
18168         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
18169         sysdeps/powerpc/power6/wcschr.c.
18170
18171         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
18172         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
18173         file.
18174         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
18175         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
18176         file: multiarch strchr for PPC32.
18177         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
18178         multiarch objects.
18179         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18180         (__libc_ifunc_impl_list): Likewise.
18181
18182         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
18183         name.
18184         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
18185         file.
18186         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
18187         file.
18188         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
18189         multiarch strchrnul for PPC32.
18190         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
18191         multiarch objects.
18192         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18193         (__libc_ifunc_impl_list): Likewise.
18194
18195         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
18196         file.
18197         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
18198         multiarch strncasecmp for PPC32.
18199         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
18200         file.
18201         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
18202         multiarch strncasecmp_l for PPC32.
18203         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
18204         strncasecmp multiarch objects.
18205         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18206         (__libc_ifunc_impl_list): Likewise.
18207
18208         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
18209         file.
18210         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
18211         multiarch strncasecmp for PPC32.
18212         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
18213         New file.
18214         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
18215         multiarch strcasecmp_l for PPC32.
18216         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
18217         multiarch objects.
18218         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18219         (__libc_ifunc_impl_list): Likewise.
18220
18221         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
18222         file.
18223         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
18224         file.
18225         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
18226         multiarch strncmp for PPC32.
18227         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
18228         multiarch objects.
18229         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18230         (__libc_ifunc_impl_list): Likewise.
18231
18232         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
18233         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
18234         file.
18235         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
18236         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
18237         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
18238         multiarch objects.
18239         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18240         (__libc_ifunc_impl_list): Likewise.
18241
18242         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
18243         file.
18244         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
18245         file.
18246         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
18247         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
18248         multiarch objects.
18249         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18250         (__libc_ifunc_impl_list): Likewise.
18251
18252         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
18253         file.
18254         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
18255         file.
18256         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
18257         multiarch rawmemchr for PPC32.
18258         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
18259         multiarch objects.
18260         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18261         (__libc_ifunc_impl_list): Likewise.
18262
18263         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
18264         file.
18265         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
18266         file.
18267         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
18268         file: memrchr multiarch for PPC32.
18269         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
18270         multiarch objects.
18271         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18272         (__libc_ifunc_impl_list): Likewise.
18273
18274         * string/memchr.c (__memchr): Using macro to redefine symbol name.
18275         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
18276         file.
18277         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
18278         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
18279         multiarch memchr for PPC32.
18280         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
18281         multiarch objects.
18282         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18283         (__libc_ifunc_impl_list): Likewise.
18284
18285         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
18286         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
18287         file.
18288         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
18289         file.
18290         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
18291         file: multiarch mempcpy for PPC32.
18292         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
18293         multiarch objects.
18294         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18295         (__libc_ifunc_impl_list): Likewise.
18296
18297         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
18298         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
18299         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
18300         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
18301         multiarch bzero for PPC32.
18302         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
18303         file.
18304         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
18305         file.
18306         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
18307         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
18308         file: multiarch memset for PPC32.
18309         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
18310         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
18311         memset multiarch objects.
18312         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18313         (__libc_ifunc_impl_list): Likewise.
18314
18315         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
18316         file.
18317         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
18318         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
18319         memcmp for PPC32.
18320         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
18321         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
18322         multiarch objects.
18323         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18324         (__libc_ifunc_impl_list): Likewise.
18325
18326         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
18327         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
18328         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
18329         file.
18330         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
18331         file.
18332         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
18333         file.
18334         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
18335         multiarch memcpy for PPC32.
18336         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
18337         multiarch objects.
18338         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18339         (__libc_ifunc_impl_list): Likewise.
18340
18341         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
18342         support multiarch for POWER/PPC32.
18343         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
18344         Likewise.
18345         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
18346         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
18347         Implies file to make multiarch folder appers before the fpu and
18348         default folder for power4 configuration.
18349
18350 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18351
18352         * scripts/bench.pl: Append volatile keyword to type.
18353
18354 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18355
18356         * sysdeps/sh/sotruss-lib.c: New file.
18357         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
18358
18359 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18360
18361         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18362
18363 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
18364
18365         [BZ #6810]
18366         * math/w_tgamma.c: Include <errno.h>.
18367         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
18368         * math/w_tgammaf.c: Include <errno.h>.
18369         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
18370         * math/w_tgammal.c: Include <errno.h>.
18371         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
18372         * math/auto-libm-test-in: Do not allow missing errno on tgamma
18373         underflow.  Add more tgamma tests.
18374         * math/auto-libm-test-out: Regenerated.
18375         * sysdeps/i386/fpu/libm-test-ulps: Update.
18376         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18377
18378         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
18379         sin, sinh, tan, tanh, tgamma, y0 and y1.
18380         * math/auto-libm-test-out: Regenerated.
18381         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18382         (TEST_COND_x86): Likewise.
18383         (M_E2l): Remove macro.
18384         (M_E3l): Likewise.
18385         (M_2_SQRT_PIl): Likewise.
18386         (M_SQRT_PIl): Likewise.
18387         (M_1_DIV_El): Likewise.
18388         (log_test_data): Use AUTO_TESTS_f_f.
18389         (log10_test_data): Likewise.
18390         (log1p_test_data): Likewise.
18391         (log2_test_data): Likewise.
18392         (sin_test_data): Likewise.
18393         (sin_tonearest_test_data): Likewise.
18394         (sin_towardzero_test_data): Likewise.
18395         (sin_downward_test_data): Likewise.
18396         (sin_upward_test_data): Likewise.
18397         (sinh_test_data): Likewise.
18398         (sinh_tonearest_test_data): Likewise.
18399         (sinh_towardzero_test_data): Likewise.
18400         (sinh_downward_test_data): Likewise.
18401         (sinh_upward_test_data): Likewise.
18402         (tan_test_data): Likewise.
18403         (tan_tonearest_test_data): Likewise.
18404         (tan_towardzero_test_data): Likewise.
18405         (tan_downward_test_data): Likewise.
18406         (tan_upward_test_data): Likewise.
18407         (tanh_test_data): Likewise.
18408         (tgamma_test_data): Likewise.
18409         (y0_test_data): Likewise.
18410         (y1_test_data): Likewise.
18411         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
18412         (special_real_inputs): Add pi/4.
18413         * sysdeps/i386/fpu/libm-test-ulps: Update.
18414         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18415
18416 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18417
18418         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
18419         "longjmp_target" static probes.
18420         (__longjmp): Rename to __longjmp_symbol.
18421         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18422         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
18423         on which longjmp to generate.
18424         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18425         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
18426         probe.
18427         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18428         (__sigjmp_save): Rename to __sigjmp_save_symbol.
18429         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
18430         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
18431         and __sigjmp_save_symbol based on which sigsetjmp to generated.
18432         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
18433         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
18434         __longjmp_symbol based on which __longjmp to generate.
18435         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
18436         probe.
18437         (setjmp): Rename to setjmp_symbol.
18438         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18439         (_setjmp): Rename to _setjmp_symbol.
18440         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18441         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
18442         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
18443         which setjmp to generate.
18444         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
18445         "longjmp_target" static probes.
18446
18447 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18448
18449         * benchtests/README: Add note about output arguments.
18450         * benchtests/bench-sincos.c: Remove file.
18451         * benchtests/sincos-inputs: New file.
18452         * scripts/bench.pl: Identify output arguments and define
18453         static variables for them.
18454
18455         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
18456
18457         [BZ #15941]
18458         * Makefile (INSTALL): Add install-plain.texi as the primary
18459         dependency.
18460         * manual/install-plain.texi: New file.
18461         * manual/install.texi: Include node directive only for
18462         non-plaintext output.
18463
18464 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
18465
18466         * stdlib/longlong.h: Update from GCC.
18467
18468         [BZ #6807]
18469         [BZ #15901]
18470         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
18471         * math/w_j0f.c (y0f): Likewise.
18472         * math/w_j0l.c (__y0l): Likewise.
18473         * math/w_j1.c (y1): Likewise.
18474         * math/w_j1f.c (y1f): Likewise.
18475         * math/w_j1l.c (__y1l): Likewise
18476         * math/w_jn.c (yn): Likewise.
18477         * math/w_jnf.c (ynf): Likewise.
18478         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
18479         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
18480         value for Bessel function domain errors outside _SVID_ mode.
18481         Adjust sign of return value for yn (negative integer, 0).
18482         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
18483         by zero in return for negative x and set sign appropriately for
18484         negative n.
18485         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
18486         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
18487         * math/libm-test.inc (y0_test_data): Add more tests and adjust
18488         expectations in error cases.
18489         (y1_test_data): Likewise.
18490         (yn_test_data): Likewise.
18491         * sysdeps/i386/fpu/libm-test-ulps: Update.
18492         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18493
18494 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18495
18496         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
18497         "64" to "64-v1".  Add "64-v2".
18498         (abi-64-options): Rename to ...
18499         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
18500         (abi-64-condition): Rename to ...
18501         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
18502         (abi-64-ld-soname): Rename to ...
18503         (abi-64-v1-ld-soname): ... this.
18504         (abi-64-v2-options): Define.
18505         (abi-64-v2-condition): Likewise.
18506         (abi-64-v2-ld-soname): Likewise.
18507         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
18508         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
18509         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
18510         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
18511         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
18512
18513 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18514             Alan Modra  <amodra@gmail.com>
18515
18516         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
18517         New versions for use with the ELFv2 ABI.
18518         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
18519         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
18520         declaration.
18521         (struct La_ppc64v2_retval): Likewise.
18522         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
18523         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
18524         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
18525         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
18526         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
18527         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
18528         Do not save or restore CR.
18529         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
18530         (_dl_profile_resolve): Do no save or restore CR.  Support extended
18531         return values for ELFv2 ABI.  Fix location of FPR return registers.
18532         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
18533         updated values for _CALL_ELF == 2.
18534         (La_regs, La_retval, int_retval): Likewise.
18535
18536 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18537
18538         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
18539         (FRAME_MIN_SIZE_PARM): Likewise.
18540         (FRAME_BACKCHAIN): Likewise.
18541         (FRAME_CR_SAVE): Likewise.
18542         (FRAME_LR_SAVE): Likewise.
18543         (FRAME_TOC_SAVE): Likewise.
18544         (FRAME_PARM_SAVE): Likewise.
18545         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
18546         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
18547         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18548         (call_mcount_parm_offset): New macro.
18549         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
18550         (PROF): Use symbolic stack frame offsets.
18551         (TAIL_CALL_SYSCALL_ERROR): Likewise.
18552         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
18553         Redefine in terms of FRAME_MIN_SIZE.
18554         (_dl_runtime_resolve): Use symbolic stack frame offsets.
18555         (_dl_profile_resolve): Likewise.  Update comment.
18556         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
18557         symbols stack frame offsets.
18558         (__sigsetjmp): Likewise.
18559         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
18560         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
18561         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
18562         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
18563
18564         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
18565         (FRAME_BACKCHAIN): Remove.
18566         (FRAME_CR_SAVE): Likewise.
18567         (FRAME_LR_SAVE): Likewise.
18568         (FRAME_COMPILER_DW): Likewise.
18569         (FRAME_LINKER_DW): Likewise.
18570         (FRAME_TOC_SAVE): Likewise.
18571         (FRAME_PARM_SAVE): Likewise.
18572         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
18573         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
18574         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18575         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
18576         (CHECK_SP): Use symbolic stack frame offsets.
18577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
18578         zone" instead of caller's parameter save area for temp storage.
18579         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18580         Likewise.  Also, use symbolic stack frame offsets.
18581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
18582         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
18583         our own stack frame instead of the caller's.
18584         (__socket): Use symbolic stack frame offsets.
18585
18586 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18587             Alan Modra  <amodra@gmail.com>
18588
18589         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
18590         Define.
18591         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
18592         (PPC64_LOCAL_ENTRY_OFFSET): Define.
18593         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
18594         New function.
18595         (elf_machine_fixup_plt): Call it.
18596         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
18597         reloc arguments.
18598         (elf_machine_rela): Update call to elf_machine_plt_conflict.
18599         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18600         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
18601         r2 before calling target.
18602
18603 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18604             Alan Modra  <amodra@gmail.com>
18605
18606         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
18607         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
18608         versions of macros to support ELFv2 ABI.
18609         (LOCALENTRY): New macro.
18610         (ENTRY, EALIGN): Use it.
18611         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18612         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18613         fall through into ENTRY entry point.
18614         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18615         Only define if _CALL_ELF != 2.
18616
18617         (elf_machine_matches_host): Verify ABI version matches.
18618         (RTLD_START): Use LOCALENTRY.
18619         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18620         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18621         (PLT_ENTRY_WORDS): New macro.
18622         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18623         (elf_machine_runtime_setup): Support ELFv2 ABI.
18624         (elf_machine_fixup_plt): Likewise.
18625         (elf_machine_plt_conflict): Likewise.
18626         (resolve_ifunc): Likewise.
18627         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18628         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18629         Likewise.
18630         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18631         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18632         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18633         (makecontext): Support ELFv2 ABI.
18634         * elf/elf.h (EF_PPC64_ABI): Define.
18635
18636 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18637
18638         * sysdeps/powerpc/powerpc64/sysdep.h
18639         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18640         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18641         (ENTRY) [ASSEMBLER]: ... but instead here ...
18642         (EALIGN) [ASSEMBLER]: ... and here.
18643         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18644         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18645         (ENTRY_2) [!ASSEMBLER]: Use it.
18646         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18647         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
18648         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18649         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
18650         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18651         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18652         Use PPC64_LOAD_FUNCPTR.
18653
18654         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18655
18656 2013-12-04  Alan Modra  <amodra@gmail.com>
18657
18658         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18659         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18660         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18661         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18662
18663         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18664         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18665         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18666         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18667         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18668         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18669
18670 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18671
18672         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18673         (__makecontext): Fix incorrect CFI when backtracing out of
18674         context created via makecontext.
18675         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18676         (__setcontext): Fix incorrect CFI during switch to new context.
18677         (__novec_setcontext): Likewise.
18678
18679 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18680
18681         [BZ #4772]
18682         * time/strptime_l.c (__strptime_internal): Allow modifiers
18683         in strptime.
18684         * time/tst-strptime.c (day_tests): Add testcase.
18685
18686 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18687
18688         * scripts/bench.pl: Skip over blank lines.
18689
18690 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18691
18692         [BZ #926]
18693         * manual/time.texi (Calendar Time): Clarify what timezone functions
18694         use.
18695
18696 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18697
18698         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18699
18700 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18701
18702         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18703         implementation.
18704         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18705         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18706         * debug/memset_chk.c (__memset_chk): Likewise.
18707         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18708         * debug/strncpy_chk.c: Likewise.
18709
18710 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18711
18712         [BZ #15268]
18713         [BZ #15425]
18714         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18715         (__ieee754_exp): For possibly underflowing results, check size of
18716         result and force underflow exception if required.
18717         * math/auto-libm-test-in: Add more tests of exp.
18718         * math/auto-libm-test-out: Regenerated.
18719         * sysdeps/i386/fpu/libm-test-ulps: Update.
18720         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18721
18722         [BZ #16283]
18723         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18724         * math/w_exp2f.c (__exp2f): Likewise.
18725         * math/w_exp2l.c (__exp2l): Likewise.
18726         * math/auto-libm-test-in: Do not allow missing errno on exp2
18727         underflow.
18728         * math/auto-libm-test-out: Regenerated.
18729
18730 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
18731
18732         [BZ #16274]
18733         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18734         handle filename validation.
18735         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18736         (do_open): Delete.
18737
18738 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18739
18740         [BZ #6786]
18741         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18742         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18743         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18744         <float.h>.
18745         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18746         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18747         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18748         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18749         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18750         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18751         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18752         * math/auto-libm-test-in: Don't allow missing errno from erfc.
18753         Add more erfc tests.
18754         * math/auto-libm-test-out: Regenerated.
18755         * sysdeps/i386/fpu/libm-test-ulps: Update.
18756         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18757
18758         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18759         exp2, expm1, j0 and j1.
18760         * math/auto-libm-test-out: Regenerated.
18761         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18762         (erfc_test_data): Likewise.
18763         (exp_test_data): Likewise.
18764         (exp_tonearest_test_data): Likewise.
18765         (exp_towardzero_test_data): Likewise.
18766         (exp_downward_test_data): Likewise.
18767         (exp_upward_test_data): Likewise.
18768         (exp10_test_data): Likewise.
18769         (exp2_test_data): Likewise.
18770         (expm1_test_data): Likewise.
18771         (j0_test_data): Likewise.
18772         (j1_test_data): Likewise.
18773         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18774         (input_flag_type): Add flag_xfail_rounding.
18775         (input_flags): Add xfail-rounding.
18776         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18777         (output_for_one_input_case): Handle flag_xfail_rounding.
18778         * sysdeps/i386/fpu/libm-test-ulps: Update.
18779         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18780
18781 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
18782
18783         [BZ #16289]
18784         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18785         division by 0.
18786
18787 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18788
18789         [BZ #16195]
18790         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18791         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18792         (STAP_PROBE0): New macro.
18793         (STAP_PROBE1): Likewise.
18794         (STAP_PROBE2): Likewise.
18795         (STAP_PROBE3): Likewise.
18796         (STAP_PROBE4): Likewise.
18797
18798 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
18799
18800         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18801
18802 2013-12-02  Steve Ellcey  <sellcey@mips.com>
18803
18804         * benchtests/Makefile (bench): Add sqrt.
18805         (LDLIBS-bench-sqrt): New.
18806         * benchtests/sqrt-input: New.
18807
18808 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
18809
18810         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18811         (GAIH_EAI): Likewise.
18812         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18813         (gaih_inet): Likewise.
18814         (getaddrinfo): Don't use GAIH_EAI.
18815
18816         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18817         (struct gaih): Remove definition.
18818
18819 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18820
18821         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18822         Use HERRNOP directly.
18823
18824 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18825
18826         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18827
18828 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
18829
18830         * math/gen-auto-libm-tests.c (test_functions): Add more
18831         single-argument functions.
18832         (special_fill_pi_2): New function.
18833         (special_fill_minus_pi_2): Likewise.
18834         (special_fill_pi_6): Likewise.
18835         (special_fill_minus_pi_6): Likewise.
18836         (special_fill_pi_3): Likewise.
18837         (special_fill_2pi_3): Likewise.
18838         (special_fill_e): Likewise.
18839         (special_fill_1_e): Likewise.
18840         (special_fill_e_minus_1): Likewise.
18841         (special_real_inputs): Add more special inputs.
18842         (output_for_one_input_case): Do not require ERANGE on underflow to
18843         zero if round-to-nearest result does not underflow to zero, unless
18844         exact results required.
18845         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18846         atan, atanh, cbrt, cos and cosh.
18847         * math/auto-libm-test-out: Regenerated.
18848         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18849         (acos_tonearest_test_data): Likewise.
18850         (acos_towardzero_test_data): Likewise.
18851         (acos_downward_test_data): Likewise.
18852         (acos_upward_test_data): Likewise.
18853         (acosh_test_data): Likewise.
18854         (asin_test_data): Likewise.
18855         (asin_tonearest_test_data): Likewise.
18856         (asin_towardzero_test_data): Likewise.
18857         (asin_upward_test_data): Likewise.
18858         (asinh_test_data): Likewise.
18859         (atan_test_data): Likewise.
18860         (atanh_test_data): Likewise.
18861         (cbrt_test_data): Likewise.
18862         (cos_test_data): Likewise.
18863         (cos_tonearest_test_data): Likewise.
18864         (cos_towardzero_test_data): Likewise.
18865         (cos_downward_test_data): Likewise.
18866         (cos_upward_test_data): Likewise.
18867         (cosh_test_data): Likewise.
18868         (cosh_tonearest_test_data): Likewise.
18869         (cosh_towardzero_test_data): Likewise.
18870         (cosh_downward_test_data): Likewise.
18871         (cosh_upward_test_data): Likewise.
18872         * sysdeps/i386/fpu/libm-test-ulps: Update.
18873         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18874
18875 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
18876
18877         [BZ #6787]
18878         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18879         * math/w_exp10f.c (__exp10f): Likewise.
18880         * math/w_exp10l.c (__exp10l): Likewise.
18881         * math/libm-test.inc (exp10_test_data): Add more tests and expect
18882         errno settings in existing tests.
18883
18884         [BZ #14032]
18885         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18886         precision control set to double precision.
18887         * sysdeps/i386/fpu/w_sqrt.c: New file.
18888         * math/auto-libm-test-in: Add more tests.
18889         * math/auto-libm-test-out: Update.
18890
18891         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18892         (sqrt_test_tonearest): New function.
18893         (sqrt_towardzero_test_data): New variable.
18894         (sqrt_test_towardzero): New function.
18895         (sqrt_downward_test_data): New variable.
18896         (sqrt_test_downward): New function.
18897         (sqrt_upward_test_data): New variable.
18898         (sqrt_test_upward): New function.
18899         (main): Call the new functions.
18900
18901         * math/gen-auto-libm-tests.c: New file.
18902         * math/auto-libm-test-in: Likewise.
18903         * math/auto-libm-test-out: New generated file.
18904         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18905         variables.
18906         (%beautify): Add generated representations of zero.
18907         (top level): Set $auto_input and call parse_auto_input.
18908         (beautify): Remove trailing "f" from hex float constants.
18909         (parse_args): Handle XFAIL_TEST.
18910         (convert_condition): New function.
18911         (or_value): Likewise.
18912         (or_cond_value): Likewise.
18913         (generate_testfile): Handle AUTO_TESTS_* lines.
18914         (parse_auto_input): New function.
18915         * math/libm-test.inc (XFAIL_TEST): New macro.
18916         (ERRNO_UNCHANGED): Update value.
18917         (ERRNO_EDOM): Likewise.
18918         (ERRNO_ERANGE): Likewise.
18919         (IGNORE_RESULT): Likewise.
18920         (TEST_COND_flt_32): New macro.
18921         (TEST_COND_dbl_64): Likewise.
18922         (TEST_COND_ldbl_96_intel): Likewise.
18923         (TEST_COND_ldbl_96_m68k): Likewise.
18924         (TEST_COND_ldbl_128): Likewise.
18925         (TEST_COND_ldbl_128ibm): Likewise.
18926         (TEST_COND_long32): Likewise.
18927         (TEST_COND_long64): Likewise.
18928         (TEST_COND_before_rounding): Likewise.
18929         (TEST_COND_after_rounding): Likewise.
18930         (enable_test): Handle XFAIL_TEST flag.
18931         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18932         with finite results.
18933         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18934         auto-libm-test-out.
18935
18936 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18937             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18938
18939         [BZ #16214]
18940         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18941         __tls_get_addr_internal instead of __tls_get_offset in order to
18942         avoid GOT pointer dependency.  Make rtld export
18943         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18944         __tls_get_addr since we are a __tls_get_offset platform.
18945         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18946         GOT pointer being set up before.
18947         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18948
18949 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18950
18951         * manual/math.texi (Errors in Math Functions): Document accuracy
18952         goals.
18953
18954         [BZ #15004]
18955         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18956         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18957         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18958         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18959         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18960         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18961         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18962         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18963         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18964         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18965         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18966         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18967         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18968         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18969         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18970         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18971
18972         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18973         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18974         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18975         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18976         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18977         Likewise.
18978         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18979         Likewise.
18980         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18981         Likewise.
18982         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18983         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18984         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18985         atomic-feupdateenv and flt-rounds.
18986         * sysdeps/powerpc/nofpu/Versions (libc): Add
18987         __atomic_feholdexcept, __atomic_feclearexcept,
18988         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
18989         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
18990         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
18991         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
18992         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
18993         here.
18994         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
18995         Update.
18996
18997         * manual/arith.texi (FP Exceptions): Document that exceptions may
18998         not be raised when matherr is used.
18999         (Math Error Reporting): Document overflow in directed rounding
19000         modes.  Document that errno may not be set when finite values are
19001         returned on overflow.  Document intent to set errno on underflow
19002         only for underflow to zero.
19003
19004         [BZ #16271]
19005         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
19006         round-to-nearest then adjust result for other rounding modes.
19007         * include/fenv.h (fegetround): Use libm_hidden_proto.
19008         * math/fegetround.c (fegetround): Use libm_hidden_def.
19009         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
19010         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
19011         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19012         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
19013         Likewise.
19014         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
19015         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
19016         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
19017         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
19018
19019 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19020
19021         [BZ #16077]
19022         * nss/Versions (libnss_files): Add
19023         _nss_files_gethostbyname3_r.
19024         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
19025         New function.
19026         (HOST_DB_LOOKUP): Remove macro.
19027         (_nss_files_gethostbyname_r): Implement function without the
19028         HOST_DB_LOOKUP macro.
19029         (_nss_files_gethostbyname2_r): Likewise.
19030
19031 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
19032
19033         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
19034
19035 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
19036
19037         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
19038         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
19039         warning.
19040
19041 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19042
19043         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
19044         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
19045         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
19046         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
19047         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
19048         __fe_nomask_env_priv and attribute_hidden.
19049         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
19050         (libc_feupdateenv_test_ppc): Likewise.
19051         (libc_feresetround_ppc): Likewise.
19052         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19053         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
19054         compat_symbol macro.
19055         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19056         (__fe_nomask_env): Likewise.
19057         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
19058
19059 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19060
19061         * string/Makefile: Remove ifunc tests.
19062         * string/test-string.h: Define TEST_IFUNC.
19063         * string/test-bcopy-ifunc.c: Remove.
19064         * string/test-bzero-ifunc.c: Likewise.
19065         * string/test-memccpy-ifunc.c: Likewise.
19066         * string/test-memchr-ifunc.c: Likewise.
19067         * string/test-memcmp-ifunc.c: Likewise.
19068         * string/test-memcpy-ifunc.c: Likewise.
19069         * string/test-memmem-ifunc.c: Likewise.
19070         * string/test-memmove-ifunc.c: Likewise.
19071         * string/test-mempcpy-ifunc.c: Likewise.
19072         * string/test-memrchr-ifunc.c: Likewise.
19073         * string/test-memset-ifunc.c: Likewise.
19074         * string/test-rawmemchr-ifunc.c: Likewise.
19075         * string/test-stpcpy-ifunc.c: Likewise.
19076         * string/test-stpncpy-ifunc.c: Likewise.
19077         * string/test-strcasecmp-ifunc.c: Likewise.
19078         * string/test-strcasestr-ifunc.c: Likewise.
19079         * string/test-strcat-ifunc.c: Likewise.
19080         * string/test-strchr-ifunc.c: Likewise.
19081         * string/test-strchrnul-ifunc.c: Likewise.
19082         * string/test-strcmp-ifunc.c: Likewise.
19083         * string/test-strcpy-ifunc.c: Likewise.
19084         * string/test-strcspn-ifunc.c: Likewise.
19085         * string/test-strlen-ifunc.c: Likewise.
19086         * string/test-strncasecmp-ifunc.c: Likewise.
19087         * string/test-strncat-ifunc.c: Likewise.
19088         * string/test-strncmp-ifunc.c: Likewise.
19089         * string/test-strncpy-ifunc.c: Likewise.
19090         * string/test-strnlen-ifunc.c: Likewise.
19091         * string/test-strpbrk-ifunc.c: Likewise.
19092         * string/test-strrchr-ifunc.c: Likewise.
19093         * string/test-strspn-ifunc.c: Likewise.
19094         * string/test-strstr-ifunc.c: Likewise.
19095
19096 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19097
19098         * benchtests/Makefile: Remove ifunc tests.
19099         * benchtests/bench-string.h: Define TEST_IFUNC.
19100         * benchtests/bench-bcopy-ifunc.c: Remove.
19101         * benchtests/bench-bzero-ifunc.c: Likewise.
19102         * benchtests/bench-memccpy-ifunc.c: Likewise.
19103         * benchtests/bench-memchr-ifunc.c: Likewise.
19104         * benchtests/bench-memcmp-ifunc.c: Likewise.
19105         * benchtests/bench-memcpy-ifunc.c: Likewise.
19106         * benchtests/bench-memmem-ifunc.c: Likewise.
19107         * benchtests/bench-memmove-ifunc.c: Likewise.
19108         * benchtests/bench-mempcpy-ifunc.c: Likewise.
19109         * benchtests/bench-memrchr-ifunc.c: Likewise.
19110         * benchtests/bench-memset-ifunc.c: Likewise.
19111         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
19112         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
19113         * benchtests/bench-stpcpy-ifunc.c: Likewise.
19114         * benchtests/bench-stpncpy-ifunc.c: Likewise.
19115         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
19116         * benchtests/bench-strcasestr-ifunc.c: Likewise.
19117         * benchtests/bench-strcat-ifunc.c: Likewise.
19118         * benchtests/bench-strchr-ifunc.c: Likewise.
19119         * benchtests/bench-strchrnul-ifunc.c: Likewise.
19120         * benchtests/bench-strcmp-ifunc.c: Likewise.
19121         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
19122         * benchtests/bench-strcpy-ifunc.c: Likewise.
19123         * benchtests/bench-strcspn-ifunc.c: Likewise.
19124         * benchtests/bench-strlen-ifunc.c: Likewise.
19125         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
19126         * benchtests/bench-strncat-ifunc.c: Likewise.
19127         * benchtests/bench-strncmp-ifunc.c: Likewise.
19128         * benchtests/bench-strncpy-ifunc.c: Likewise.
19129         * benchtests/bench-strnlen-ifunc.c: Likewise.
19130         * benchtests/bench-strpbrk-ifunc.c: Likewise.
19131         * benchtests/bench-strrchr-ifunc.c: Likewise.
19132         * benchtests/bench-strsep-ifunc.c: Likewise.
19133         * benchtests/bench-strspn-ifunc.c: Likewise.
19134         * benchtests/bench-strstr-ifunc.c: Likewise.
19135
19136 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19137
19138         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
19139
19140 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19141
19142         * resolv/netdb.h: Use __glibc_reserved instead __unused.
19143         * rt/aio.h: Likewise.
19144         * sysdeps/gnu/bits/utmp.h: Likewise.
19145         * sysdeps/gnu/bits/utmpx.h: Likewise.
19146         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
19147         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
19148         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
19149         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
19150         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
19151         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
19152         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
19153         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
19154         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
19155         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
19156         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
19157         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
19158         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
19159         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
19160         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19161         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
19162         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
19163         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
19164         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
19165         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
19166         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
19167         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
19168         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
19169         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
19170         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
19171         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
19172         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
19173         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
19174         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
19175         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
19176         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
19177         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
19178         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
19179         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
19180         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
19181         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
19182         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
19183         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
19184         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
19185         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
19186         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
19187         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
19188
19189 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
19190
19191         [BZ #16245]
19192         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
19193         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
19194
19195 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
19196
19197         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
19198         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
19199         Likewise.
19200
19201 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19202
19203         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
19204         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
19205         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
19206         (__fesetround): Remove define.
19207         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
19208         rounding and exceptions handling.
19209         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
19210         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
19211         (__fe_nomask_env): Likewise.
19212         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
19213         __fegetround instead of fegetround.
19214         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19215         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
19216
19217 2013-11-21  Roland McGrath  <roland@hack.frob.com>
19218
19219         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
19220         it's there.
19221
19222         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
19223
19224 2013-11-21  Meador Inge  <meadori@codesourcery.com>
19225
19226         [BZ #11157]
19227         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
19228         (encrypt_r): Likewise.
19229         * malloc/obstack.h (obstack_free): Likewise.
19230         * posix/unistd.h (encrypt): Likewise.
19231
19232 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
19233
19234         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
19235         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
19236         DL_CALL_DT_FINI() that call the functions directly.
19237         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
19238         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
19239         * elf/dl-fini.c: Likewise.
19240
19241 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
19242
19243         * malloc/hooks.c (memalign_check): Add alignment rounding.
19244         * malloc/malloc.c (_mid_memalign): New function.
19245         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
19246         Implement by calling _mid_memalign.
19247         * manual/probes.texi (Memory Allocation Probes): Remove
19248         memory_valloc_retry and memory_pvalloc_retry.
19249
19250 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19251
19252         * locale/programs/locarchive.c (open_archive): Add const
19253         qualifier to ARCHIVEFNAME and copy default fname to
19254         DEFAULT_FNAME.
19255
19256         [BZ #15601]
19257         * libio/tst-widetext.input: Rename Oriya to Odia.
19258         * locale/iso-639.def: Likewise.
19259
19260         * manual/probes.texi (Mathematical Function Probes): Add
19261         documentation for sin, cos, asin and acos probes.
19262         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
19263         (__sin32): Add slowasin probe.
19264         (__cos32): Add slowacos probe.
19265         (__mpsin): Add slowsin probe.
19266         (__mpcos): Add slowcos probe.
19267
19268 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
19269
19270         [BZ #15483]
19271         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
19272         thread-local __sim_exceptions_thread and global
19273         __sim_exceptions_global.
19274         (__sim_disabled_exceptions): Change to thread-local
19275         __sim_disabled_exceptions_thread and global
19276         __sim_disabled_exceptions_global.
19277         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19278         and global __sim_round_mode_global.
19279         (__simulate_exceptions): Use thread-local floating-point state and
19280         set global state from it as needed.
19281         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
19282         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
19283         __sim_round_mode_thread.
19284         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
19285         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
19286         and global __sim_exceptions_global.
19287         (__sim_disabled_exceptions): Change to thread-local
19288         __sim_disabled_exceptions_thread and global
19289         __sim_disabled_exceptions_global.
19290         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19291         and global __sim_round_mode_global.
19292         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
19293         (SIM_SET_GLOBAL): Likewise.
19294         * sysdeps/powerpc/soft-fp/sfp-machine.h
19295         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
19296         __sim_round_mode_thread.
19297         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
19298         __sim_disabled_exceptions_thread.
19299         (__sim_exceptions): Change to __sim_exceptions_thread.
19300         (__sim_disabled_exceptions): Change to
19301         __sim_disabled_exceptions_thread.
19302         (__sim_round_mode): Change to __sim_round_mode_thread.
19303         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
19304         thread-local floating-point state and set global state from it as
19305         needed.
19306         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
19307         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
19308         (__sim_disabled_exceptions): Remove extern declaration.
19309         (feenableexcept): Use thread-local floating-point state and set
19310         global state from it as needed.
19311         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
19312         extern declaration.
19313         (__sim_disabled_exceptions): Likewise.
19314         (__sim_round_mode): Likewise.
19315         (__fegetenv): Use thread-local floating-point state.
19316         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
19317         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19318         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
19319         floating-point state and set global state from it as needed.
19320         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
19321         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
19322         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
19323         Likewise.
19324         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
19325         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
19326         Likewise.
19327         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
19328         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
19329         Use __sim_round_mode_thread.
19330         * math/test-fenv-tls.c: New file.
19331         * math/Makefile (tests): Add test-fenv-tls.
19332         ($(objpfx)test-fenv-tls): Depend on
19333         $(common-objpfx)nptl/libpthread.so.
19334
19335 2013-11-19  Andreas Schwab  <schwab@suse.de>
19336
19337         * locale/programs/locale.c (show_info): Decode wordarray elements.
19338         * locale/categories.def (LC_MONETARY): Add element for
19339         _NL_MONETARY_CRNCYSTR.
19340         * locale/C-monetary.c (conversion_rate): New variable.
19341         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
19342         element.
19343
19344 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
19345
19346         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
19347         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
19348
19349 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
19350
19351         * elf/Makefile (tst-auxv): New test.
19352         * elf/tst-auxv.c: New
19353         * elf/rtld.c (dl_main): Adjust AT_EXECFN
19354
19355 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
19356
19357         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
19358         (hidden_proto): Caller changed.
19359         (hidden_tls_proto): New macro.
19360         (libc_hidden_tls_proto): Likewise.
19361         (rtld_hidden_tls_proto): Likewise.
19362         (libm_hidden_tls_proto): Likewise.
19363         (libresolv_hidden_tls_proto): Likewise.
19364         (librt_hidden_tls_proto): Likewise.
19365         (libdl_hidden_tls_proto): Likewise.
19366         (libnss_files_hidden_tls_proto): Likewise.
19367         (libnsl_hidden_tls_proto): Likewise.
19368         (libnss_nisplus_hidden_tls_proto): Likewise.
19369         (libutil_hidden_tls_proto): Likewise.
19370
19371 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
19372
19373         [BZ #10253]
19374         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
19375         (decompose_rpath): Defer expansion to fillin_rpath.
19376         (_dl_init_paths): Pass linkmap to fillin_rpath.
19377
19378 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19379
19380         * benchtests/Makefile: Add strsep.
19381         * benchtests/bench-strsep.c: New file: strsep benchtest.
19382         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
19383
19384 2013-11-18  Andreas Schwab  <schwab@suse.de>
19385
19386         * locale/programs/locale.c (show_info) [case byte]: Check for
19387         '\377' instead of '\177'.
19388         * locale/C-monetary.c (not_available): Always use "\377".
19389         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
19390         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
19391         detect unavailable sign_posn locale elements.
19392         * locale/localeconv.c (__localeconv): For grouping and
19393         mon_grouping handle "\177" and "\377" like no grouping.
19394         (INT_ELEM): New macro.  Use it to set all numeric members.
19395         * locale/programs/ld-monetary.c (monetary_read)
19396         <tok_mon_grouping>: Normalize single -1 to the empty string.
19397         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
19398         Likewise.
19399
19400 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19401
19402         [BZ #16055]
19403         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
19404         when we match (nil).
19405         * stdio-common/tst-sscanf.c (struct test): Add testcase.
19406
19407 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
19408
19409         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
19410         (NO_TEST_INLINE): Update value.
19411         (ERRNO_UNCHANGED): Likewise.
19412         (ERRNO_EDOM): Likewise.
19413         (ERRNO_ERANGE): Likewise.
19414         (IGNORE_RESULT): Likewise.
19415         (check_float_internal): Check signs of NaN results if
19416         TEST_NAN_SIGN used.
19417         (check_complex): Pass TEST_NAN_SIGN flag through to second
19418         check_float_internal call.
19419         (copysign_test_data): Add tests with quiet NaNs as second
19420         argument.  Use TEST_NAN_SIGN.
19421         (fabs_test_data): Add test of negative quiet NaN argument.  Use
19422         TEST_NAN_SIGN.
19423         (signbit_test_data): Add tests of quiet NaN argument.
19424         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
19425
19426         * math/gen-libm-test.pl (show_exceptions): Take extra argument
19427         $ignore_result.
19428         (parse_args): Handle function results specified as IGNORE.
19429         * math/libm-test.inc (IGNORE_RESULT): New macro.
19430         (check_float_internal): Do not check numerical result if flag
19431         IGNORE_RESULT set.
19432         (check_complex): Pass through IGNORE_RESULT to second
19433         check_float_internal call.
19434         (check_int): Do not check numerical result if flag IGNORE_RESULT
19435         set.
19436         (check_long): Likewise.
19437         (check_bool): Likewise.
19438         (check_longlong): Likewise.
19439         (lrint_test_data): Add tests of infinite and NaN arguments.
19440         (lrint_tonearest_test_data): Likewise.
19441         (lrint_towardzero_test_data): Likewise.
19442         (lrint_downward_test_data): Likewise.
19443         (lrint_upward_test_data): Likewise.
19444         (llrint_test_data): Likewise.
19445         (llrint_tonearest_test_data): Likewise.
19446         (llrint_towardzero_test_data): Likewise.
19447         (llrint_downward_test_data): Likewise.
19448         (llrint_upward_test_data): Likewise.
19449         (lround_test_data): Likewise.
19450         (llround_test_data): Likewise.
19451
19452         * math/libm-test.inc (NO_TEST_INLINE): New macro.
19453         (ERRNO_UNCHANGED): Update value.
19454         (ERRNO_EDOM): Likewise.
19455         (ERRNO_ERANGE): Likewise.
19456         (NO_TEST_INLINE_FLOAT): New macro.
19457         (NO_TEST_INLINE_DOUBLE): Likewise.
19458         (enable_test): New function.
19459         (RUN_TEST_f_f): Check enable_test before running test.
19460         (RUN_TEST_2_f): Likewise.
19461         (RUN_TEST_fff_f): Likewise.
19462         (RUN_TEST_c_f): Likewise.
19463         (RUN_TEST_f_f1): Likewise.
19464         (RUN_TEST_fF_f1): Likewise.
19465         (RUN_TEST_fI_f1): Likewise.
19466         (RUN_TEST_ffI_f1): Likewise.
19467         (RUN_TEST_c_c): Likewise.
19468         (RUN_TEST_cc_c): Likewise.
19469         (RUN_TEST_f_i): Likewise.
19470         (RUN_TEST_f_i_tg): Likewise.
19471         (RUN_TEST_ff_i_tg): Likewise.
19472         (RUN_TEST_f_b): Likewise.
19473         (RUN_TEST_f_b_tg): Likewise.
19474         (RUN_TEST_f_l): Likewise.
19475         (RUN_TEST_f_L): Likewise.
19476         (RUN_TEST_fFF_11): Likewise.
19477         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
19478         conditionals.
19479         (cosh_test_data): Likewise.
19480         (exp_test_data): Likewise.
19481         (expm1_test_data): Likewise.
19482         (hypot_test_data): Likewise.
19483         (pow_test_data): Likewise.
19484         (sinh_test_data): Likewise.
19485         (tanh_test_data): Likewise.
19486         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
19487         flags argument.
19488
19489         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
19490         tests with quiet NaN input and output.
19491         (acosh_test_data): Likewise.
19492         (asin_test_data): Likewise.
19493         (asinh_test_data): Likewise.
19494         (atan_test_data): Likewise.
19495         (atanh_test_data): Likewise.
19496         (atan2_test_data): Likewise.
19497         (cbrt_test_data): Likewise.
19498         (cos_test_data): Likewise.
19499         (cosh_test_data): Likewise.
19500         (erf_test_data): Likewise.
19501         (erfc_test_data): Likewise.
19502         (exp_test_data): Likewise.
19503         (exp10_test_data): Likewise.
19504         (exp2_test_data): Likewise.
19505         (expm1_test_data): Likewise.
19506         (hypot_test_data): Likewise.
19507         (j0_test_data): Likewise.
19508         (j1_test_data): Likewise.
19509         (jn_test_data): Likewise.
19510         (lgamma_test_data): Likewise.
19511         (log_test_data): Likewise.
19512         (log10_test_data): Likewise.
19513         (log1p_test_data): Likewise.
19514         (log2_test_data): Likewise.
19515         (pow_test_data): Likewise.
19516         (scalb_test_data): Likewise.
19517         (sin_test_data): Likewise.
19518         (sincos_test_data): Likewise.
19519         (sinh_test_data): Likewise.
19520         (tan_test_data): Likewise.
19521         (tanh_test_data): Likewise.
19522         (tgamma_test_data): Likewise.
19523         (y0_test_data): Likewise.
19524         (y1_test_data): Likewise.
19525         (yn_test_data): Likewise.
19526
19527         [BZ #16167]
19528         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
19529         argument being NaN and avoid computations with second argument in
19530         that case.
19531         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
19532         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
19533         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
19534
19535 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
19536
19537         * locale/iso-639.def: Add Chitwani Tharu (the).
19538
19539 2013-11-14  Andreas Schwab  <schwab@suse.de>
19540
19541         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
19542         word instead of empty string.
19543
19544 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19545
19546         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19547         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
19548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19549         (__fe_nomask_env): Likewise.
19550
19551 2013-11-13  Steve Ellcey  <sellcey@mips.com>
19552
19553         * benchtests/bench-timing.h: Include time.h.
19554
19555 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
19556
19557         [BZ #15997]
19558         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
19559         to 3.4.0 for x32.
19560         * sysdeps/unix/sysv/linux/configure: Regenerated.
19561
19562 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
19563
19564         [BZ #16151]
19565         * stdlib/strtod_l.c (round_and_return): Do not consider
19566         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
19567         exponent one less than half the least subnormal exponent.
19568         * stdlib/test-strtod-round-data: Add more tests.
19569         * stdlib/tst-strtod-round.c (tests): Regenerated.
19570
19571 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19572
19573         [BZ #14143]
19574         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
19575         (__fe_mask_env): Likewise.
19576         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
19577         libm_hidden_proto and add function prototype.
19578         (__fe_mask_env): Add function prototype.
19579         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19580         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
19581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19582         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
19583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19584         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
19585
19586 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19587
19588         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
19589         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
19590
19591 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19592
19593         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
19594         of htab_find_slot().
19595
19596 2013-11-11  David S. Miller  <davem@davemloft.net>
19597
19598         [BZ #16150]
19599         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
19600         symbol in the non-vis3 case in static builds.
19601         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
19602         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
19603         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
19604         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
19605
19606 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
19607
19608         [BZ #387]
19609         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
19610         it is empty.
19611
19612 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19613
19614         * benchtests/Makefile: Add bench-strtod.
19615         * benchtests/bench-strtod.c: New file: strtod benchtest
19616
19617 2013-11-11  Andreas Schwab  <schwab@suse.de>
19618
19619         [BZ #16153]
19620         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19621         terminating NUL in key length.
19622
19623 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19624
19625         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19626         Add artificial ODP entry for vDSO symbol for PPC64.
19627         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19628         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19629
19630 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19631
19632         [BZ #15374]
19633         * nss/getent.c (services_keys): Recognize services starting with digit.
19634
19635 2013-11-06  David S. Miller  <davem@davemloft.net>
19636
19637         [BZ #15985]
19638         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19639         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19640
19641 2013-11-06  Will Newton  <will.newton@linaro.org>
19642
19643         * manual/memory.texi (Malloc Examples): Remove register
19644         keyword from examples.
19645
19646 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
19647
19648         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
19649
19650 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
19651
19652         [BZ #6981]
19653         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19654         depending on [__GCC_IEC_559 > 0].
19655         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19656         depending on [__GCC_IEC_559_COMPLEX > 0].
19657
19658 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
19659
19660         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19661         to iso-639.def.
19662
19663 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
19664
19665         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19666
19667 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
19668
19669         [BZ #16112]
19670         * malloc/malloc (malloc_info): Do not handle first bin as
19671         special case.
19672
19673 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
19674
19675         * locale/iso-639.def: Add Central Nahuatl (nhn).
19676
19677 2013-11-01  Bruno Haible  <bruno@clisp.org>
19678
19679         [BZ #7003]
19680         * manual/math.texi (BSD Random): Specify range upper bound as
19681         in POSIX.
19682
19683 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
19684
19685         * locale/iso-639.def: Add Meadow Mari (mhr).
19686
19687 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
19688
19689         [BZ #14752], [BZ #15763]
19690         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19691         Validate name.
19692         * rt/tst_shm.c: Add test for escaping directory.
19693
19694 2013-10-31  Andreas Schwab  <schwab@suse.de>
19695
19696         [BZ #15917]
19697         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19698         followed by 'x' as part of digit sequence.
19699         * stdio-common/tst-sscanf.c (double_tests2): New tests.
19700
19701 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19702
19703         [BZ #16037]
19704         * configure.ac: allow GNU Make 4.0 and greater.
19705         * configure: Regenerated.
19706
19707 2013-10-30  Will Newton  <will.newton@linaro.org>
19708
19709         [BZ #16038]
19710         * malloc/hooks.c (memalign_check): Limit alignment to the
19711         maximum representable power of two.
19712         * malloc/malloc.c (__libc_memalign): Likewise.
19713         * malloc/tst-memalign.c (do_test): Add test for very
19714         large alignment values.
19715         * malloc/tst-posix_memalign.c (do_test): Likewise.
19716
19717 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19718
19719         [BZ #11087]
19720         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19721         (munmap_chunk): Likewise.
19722         (mremap_chunk): Likewise.
19723
19724 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19725
19726         [BZ #15799]
19727         * stdlib/div.c (div): Remove obsolete code.
19728         * stdlib/ldiv.c (ldiv): Likewise.
19729         * stdlib/lldiv.c (lldiv): Likewise.
19730
19731 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19732
19733         [BZ #16071]
19734         * nss/nss_files/files-XXX.c (get_contents_ret): New
19735         enumerator.
19736         (get_contents): New function.
19737         (internal_getent): Use it.  Expand size of LINEBUFLEN.
19738
19739 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
19740
19741         * configure.in: Moved to ...
19742         * configure.ac: ... here. Change reference to configure.in
19743         to configure.ac.
19744         * sysdeps/arm/preconfigure.ac: ... here.
19745         configure.in to configure.ac.
19746         * sysdeps/gnu/configure.in: Moved to ...
19747         * sysdeps/gnu/configure.ac: ... here.
19748         * sysdeps/i386/configure.in: Moved to ...
19749         * sysdeps/i386/configure.ac: ... here.
19750         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19751         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19752         * sysdeps/mach/configure.in: Moved to ...
19753         * sysdeps/mach/configure.ac: ... here.
19754         * sysdeps/mach/hurd/configure.in: Moved to ...
19755         * sysdeps/mach/hurd/configure.ac: ... here.
19756         * sysdeps/powerpc/configure.in: Moved to ...
19757         * sysdeps/powerpc/configure.ac: ... here.
19758         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19759         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19760         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19761         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19762         * sysdeps/s390/s390-32/configure.in: Moved to ...
19763         * sysdeps/s390/s390-32/configure.ac: ... here.
19764         * sysdeps/s390/s390-64/configure.in: Moved to ...
19765         * sysdeps/s390/s390-64/configure.ac: ... here.
19766         * sysdeps/sh/configure.in: Moved to ...
19767         * sysdeps/sh/configure.ac: ... here.
19768         * sysdeps/sparc/configure.in: Moved to ...
19769         * sysdeps/sparc/configure.ac: ... here.
19770         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19771         * sysdeps/unix/sysv/linux/configure.ac: ... here.
19772         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19773         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19774         * sysdeps/x86_64/configure.in: Moved to ...
19775         * sysdeps/x86_64/configure.ac: ... here.
19776         * sysdeps/x86_64/preconfigure.in: Moved to ...
19777         * sysdeps/x86_64/preconfigure.ac: ... here.
19778         * aclocal.m4: Change reference to configure.in to configure.ac.
19779         * config.h.in: Likewise.
19780         * manual/install.texi: Likewise.
19781         * manual/maint.texi: Likewise.
19782         * Makefile: Likewise.
19783         * malloc/Makefile: Likewise.
19784         * nscd/Makefile: Likewise.
19785         * Makeconfig: Change reference to configure.in and
19786         preconfigure.in to configure.ac and preconfigure.ac
19787         respectively.
19788         * INSTALL: Regenerated.
19789         * configure: Likewise.
19790         * sysdeps/gnu/configure: Likewise.
19791         * sysdeps/i386/configure: Likewise.
19792         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19793         * sysdeps/mach/configure: Likewise.
19794         * sysdeps/mach/hurd/configure: Likewise.
19795         * sysdeps/powerpc/configure: Likewise.
19796         * sysdeps/powerpc/powerpc32/configure: Likewise.
19797         * sysdeps/powerpc/powerpc64/configure: Likewise.
19798         * sysdeps/s390/s390-32/configure: Likewise.
19799         * sysdeps/s390/s390-64/configure: Likewise.
19800         * sysdeps/sh/configure: Likewise.
19801         * sysdeps/sparc/configure: Likewise.
19802         * sysdeps/unix/sysv/linux/configure: Likewise.
19803         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19804         * sysdeps/x86_64/configure: Likewise.
19805         * sysdeps/x86_64/preconfigure: Likewise.
19806
19807 2013-10-29  Andreas Schwab  <schwab@suse.de>
19808
19809         * stdio-common/Makefile (tst-swscanf-ENV): Define.
19810
19811 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19812
19813         * benchtests/pow-inputs: Add new inputs.
19814
19815         * benchtests/exp-inputs: Add new inputs.
19816
19817         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19818         conditional check for return value.
19819         (__cos32): Likewise.
19820
19821 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19822
19823         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19824         to provide a boost for large inputs with word alignment.
19825         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19826         implementation based on optimized PPC64 strcpy.
19827         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19828         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19829         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19830         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19831
19832 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19833
19834         [BZ #2801]
19835         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19836
19837 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19838
19839         [BZ #14876]
19840         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19841         * time/tst-strptime.c (day_tests): Add testcase.
19842
19843 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19844
19845         [BZ #14029]
19846         * manual/pattern.texi: Acknowledge that fnmatch can fail.
19847
19848 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
19849
19850         [BZ #16074]
19851         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19852         MAP_FAILED on error.
19853
19854 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19855
19856         [BZ #16072]
19857         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19858         heap for large requests.
19859
19860 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
19861
19862         [BZ #9954]
19863         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19864         result if the result has no associated interface.
19865         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19866         interface for all 127.X.Y.Z addresses.
19867
19868 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
19869
19870         * locale/iso-639.def: Add Ligurian (lij)
19871
19872 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
19873
19874         [BZ #15825]
19875         * sunrpc/rpc_main.c: Document rpcgen -5.
19876
19877 2013-10-19  Michael Stahl  <mstahl@redhat.com>
19878
19879         * elf/rtld.c (do_preload): Print the reason why preloading failed.
19880
19881 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19882
19883         [BZ #10278]
19884         * posix/glob.c: Match only directories when trailing slash is present.
19885         * posix/tst-gnuglob.c (my_opendir): Do not open files.
19886         (main): Add testcase.
19887
19888 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19889
19890         [BZ #15670]
19891         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19892
19893 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
19894
19895         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19896         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19897         AUTH_DES and cindex for FIPS 140-2.
19898         (DES Encryption): Add cindex FIPS 46-3.
19899
19900         * locale/locarchive.h (struct locarhandle): Add fname.
19901         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19902         if an optional argument was specified to --list-archive,
19903         otherwise NULL.
19904         * locale/programs/locarchive.c (show_archive_content): Take new
19905         argument fname and pass it via ah.fname to open_archive.
19906         * locale/programs/localedef.h: Update decl.
19907         (open_archive): If AH->fname is non-null, open that file
19908         rather than the default file name, and don't ignore ENOENT.
19909         (create_archive): Set AH.fname to NULL.
19910         (delete_locales_from_archive): Likewise.
19911         (add_locales_to_archive): Likewise.
19912         * locale/programs/locfile.c (write_all_categories): Likewise.
19913
19914 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19915             Aldy Hernandez  <aldyh@redhat.com>
19916
19917         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19918         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19919         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19920         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19921         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19922         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19923         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19924         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19925         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19926         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19927         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19928         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19929         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19930         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19931         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19932         Likewise.
19933         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19934         Likewise.
19935         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19936         Likewise.
19937         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19938         Likewise.
19939         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19940         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19941         Likewise.
19942         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19943         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19944         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19945         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19946         Likewise.
19947         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19948         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19949         * sysdeps/powerpc/preconfigure: Likewise.
19950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19951         Likewise.
19952         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19953         Replace contents of file by #include of <fenv_libc.h>.
19954         * sysdeps/powerpc/soft-fp/sfp-machine.h
19955         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19956         and <sys/prctl.h>.
19957         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19958         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19959         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19960         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19961         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19962         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19963         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19964         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19965         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19966         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19967         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19968         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19969         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19970         Allow copysignl PLT reference to be missing.
19971
19972 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
19973             Joseph Myers  <joseph@codesourcery.com
19974
19975         [BZ #15948]
19976         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19977         single character.
19978         (add_to_tablewc): Assert sequence of wide characters is nonempty.
19979
19980 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19981
19982         * elf/tst-tls-dlinfo.c: Don't include tls.h.
19983         * elf/tst-tls1.c: Likewise.
19984         * elf/tst-tls10.h: Likewise.
19985         * elf/tst-tls14.c: Likewise.
19986         * elf/tst-tls2.c: Likewise.
19987         * elf/tst-tls3.c: Likewise.
19988         * elf/tst-tls4.c: Likewise.
19989         * elf/tst-tls5.c: Likewise.
19990         * elf/tst-tls6.c: Likewise.
19991         * elf/tst-tls7.c: Likewise.
19992         * elf/tst-tls8.c: Likewise.
19993         * elf/tst-tls9.c: Likewise.
19994         * elf/tst-tlsmod1.c: Likewise.
19995         * elf/tst-tlsmod13.c: Likewise.
19996         * elf/tst-tlsmod13a.c: Likewise.
19997         * elf/tst-tlsmod14a.c: Likewise.
19998         * elf/tst-tlsmod16a.c: Likewise.
19999         * elf/tst-tlsmod16b.c: Likewise.
20000         * elf/tst-tlsmod2.c: Likewise.
20001         * elf/tst-tlsmod3.c: Likewise.
20002         * elf/tst-tlsmod4.c: Likewise.
20003         * elf/tst-tlsmod5.c: Likewise.
20004         * elf/tst-tlsmod6.c: Likewise.
20005
20006 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
20007
20008         [BZ #12486]
20009         * malloc/malloc.c: remove checks for statistics.
20010
20011 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
20012
20013         [BZ #15277]
20014         * inet/inet_net.c (inet_network): Detect additional invalid strings.
20015         * inet/tst-network.c: Add testcase.
20016
20017 2013-10-17  Andreas Schwab  <schwab@suse.de>
20018
20019         [BZ #15218]
20020         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
20021         to determine canonical name.
20022
20023 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
20024
20025         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
20026         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
20027         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
20028         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
20029         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
20030         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
20031         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
20032         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
20033         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
20034         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
20035         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
20036         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
20037         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
20038         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
20039         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
20040         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
20041         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
20042         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
20043         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
20044         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
20045         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
20046         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
20047         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
20048         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
20049         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
20050         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
20051         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
20052         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
20053         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
20054         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
20055         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
20056         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
20057         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
20058         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
20059         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
20060         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
20061         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
20062         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
20063         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
20064         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
20065         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
20066         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
20067         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
20068         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
20069         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
20070         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
20071         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
20072         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
20073         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
20074         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
20075         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
20076         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
20077         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
20078         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
20079         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20080         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
20081         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
20082         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
20083
20084 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
20085
20086         [BZ #16041]
20087         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
20088         make result into a quiet NaN.
20089
20090 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
20091
20092         * soft-fp/adddf3.c: Fix horizontal whitespace.
20093         * soft-fp/addsf3.c: Likewise.
20094         * soft-fp/addtf3.c: Likewise.
20095         * soft-fp/divdf3.c: Likewise.
20096         * soft-fp/divsf3.c: Likewise.
20097         * soft-fp/divtf3.c: Likewise.
20098         * soft-fp/double.h: Likewise.
20099         * soft-fp/eqdf2.c: Likewise.
20100         * soft-fp/eqsf2.c: Likewise.
20101         * soft-fp/eqtf2.c: Likewise.
20102         * soft-fp/extenddftf2.c: Likewise.
20103         * soft-fp/extended.h: Likewise.
20104         * soft-fp/extendsfdf2.c: Likewise.
20105         * soft-fp/extendsftf2.c: Likewise.
20106         * soft-fp/extendxftf2.c: Likewise.
20107         * soft-fp/fixdfdi.c: Likewise.
20108         * soft-fp/fixdfsi.c: Likewise.
20109         * soft-fp/fixdfti.c: Likewise.
20110         * soft-fp/fixsfdi.c: Likewise.
20111         * soft-fp/fixsfsi.c: Likewise.
20112         * soft-fp/fixsfti.c: Likewise.
20113         * soft-fp/fixtfdi.c: Likewise.
20114         * soft-fp/fixtfsi.c: Likewise.
20115         * soft-fp/fixtfti.c: Likewise.
20116         * soft-fp/fixunsdfdi.c: Likewise.
20117         * soft-fp/fixunsdfsi.c: Likewise.
20118         * soft-fp/fixunsdfti.c: Likewise.
20119         * soft-fp/fixunssfdi.c: Likewise.
20120         * soft-fp/fixunssfsi.c: Likewise.
20121         * soft-fp/fixunssfti.c: Likewise.
20122         * soft-fp/fixunstfdi.c: Likewise.
20123         * soft-fp/fixunstfsi.c: Likewise.
20124         * soft-fp/fixunstfti.c: Likewise.
20125         * soft-fp/floatdidf.c: Likewise.
20126         * soft-fp/floatdisf.c: Likewise.
20127         * soft-fp/floatditf.c: Likewise.
20128         * soft-fp/floatsidf.c: Likewise.
20129         * soft-fp/floatsisf.c: Likewise.
20130         * soft-fp/floatsitf.c: Likewise.
20131         * soft-fp/floattidf.c: Likewise.
20132         * soft-fp/floattisf.c: Likewise.
20133         * soft-fp/floattitf.c: Likewise.
20134         * soft-fp/floatundidf.c: Likewise.
20135         * soft-fp/floatundisf.c: Likewise.
20136         * soft-fp/floatunditf.c: Likewise.
20137         * soft-fp/floatunsidf.c: Likewise.
20138         * soft-fp/floatunsisf.c: Likewise.
20139         * soft-fp/floatunsitf.c: Likewise.
20140         * soft-fp/floatuntidf.c: Likewise.
20141         * soft-fp/floatuntisf.c: Likewise.
20142         * soft-fp/floatuntitf.c: Likewise.
20143         * soft-fp/fmadf4.c: Likewise.
20144         * soft-fp/fmasf4.c: Likewise.
20145         * soft-fp/fmatf4.c: Likewise.
20146         * soft-fp/gedf2.c: Likewise.
20147         * soft-fp/gesf2.c: Likewise.
20148         * soft-fp/getf2.c: Likewise.
20149         * soft-fp/ledf2.c: Likewise.
20150         * soft-fp/lesf2.c: Likewise.
20151         * soft-fp/letf2.c: Likewise.
20152         * soft-fp/muldf3.c: Likewise.
20153         * soft-fp/mulsf3.c: Likewise.
20154         * soft-fp/multf3.c: Likewise.
20155         * soft-fp/negdf2.c: Likewise.
20156         * soft-fp/negsf2.c: Likewise.
20157         * soft-fp/negtf2.c: Likewise.
20158         * soft-fp/op-1.h: Likewise.
20159         * soft-fp/op-2.h: Likewise.
20160         * soft-fp/op-4.h: Likewise.
20161         * soft-fp/op-8.h: Likewise.
20162         * soft-fp/op-common.h: Likewise.
20163         * soft-fp/quad.h: Likewise.
20164         * soft-fp/single.h: Likewise.
20165         * soft-fp/soft-fp.h: Likewise.
20166         * soft-fp/sqrtdf2.c: Likewise.
20167         * soft-fp/sqrtsf2.c: Likewise.
20168         * soft-fp/sqrttf2.c: Likewise.
20169         * soft-fp/subdf3.c: Likewise.
20170         * soft-fp/subsf3.c: Likewise.
20171         * soft-fp/subtf3.c: Likewise.
20172         * soft-fp/truncdfsf2.c: Likewise.
20173         * soft-fp/trunctfdf2.c: Likewise.
20174         * soft-fp/trunctfsf2.c: Likewise.
20175         * soft-fp/trunctfxf2.c: Likewise.
20176         * soft-fp/unorddf2.c: Likewise.
20177         * soft-fp/unordsf2.c: Likewise.
20178         * soft-fp/unordtf2.c: Likewise.
20179
20180 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
20181
20182         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
20183         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
20184
20185 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
20186
20187         * elf/dl-libc.c: Clear initfini list after freeing.
20188
20189 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
20190
20191         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
20192         * soft-fp/addsf3.c: Likewise.
20193         * soft-fp/addtf3.c: Likewise.
20194         * soft-fp/divdf3.c: Likewise.
20195         * soft-fp/divsf3.c: Likewise.
20196         * soft-fp/divtf3.c: Likewise.
20197         * soft-fp/double.h: Likewise.
20198         * soft-fp/eqdf2.c: Likewise.
20199         * soft-fp/eqsf2.c: Likewise.
20200         * soft-fp/eqtf2.c: Likewise.
20201         * soft-fp/extenddftf2.c: Likewise.
20202         * soft-fp/extended.h: Likewise.
20203         * soft-fp/extendsfdf2.c: Likewise.
20204         * soft-fp/extendsftf2.c: Likewise.
20205         * soft-fp/extendxftf2.c: Likewise.
20206         * soft-fp/fixdfdi.c: Likewise.
20207         * soft-fp/fixdfsi.c: Likewise.
20208         * soft-fp/fixdfti.c: Likewise.
20209         * soft-fp/fixsfdi.c: Likewise.
20210         * soft-fp/fixsfsi.c: Likewise.
20211         * soft-fp/fixsfti.c: Likewise.
20212         * soft-fp/fixtfdi.c: Likewise.
20213         * soft-fp/fixtfsi.c: Likewise.
20214         * soft-fp/fixtfti.c: Likewise.
20215         * soft-fp/fixunsdfdi.c: Likewise.
20216         * soft-fp/fixunsdfsi.c: Likewise.
20217         * soft-fp/fixunsdfti.c: Likewise.
20218         * soft-fp/fixunssfdi.c: Likewise.
20219         * soft-fp/fixunssfsi.c: Likewise.
20220         * soft-fp/fixunssfti.c: Likewise.
20221         * soft-fp/fixunstfdi.c: Likewise.
20222         * soft-fp/fixunstfsi.c: Likewise.
20223         * soft-fp/fixunstfti.c: Likewise.
20224         * soft-fp/floatdidf.c: Likewise.
20225         * soft-fp/floatdisf.c: Likewise.
20226         * soft-fp/floatditf.c: Likewise.
20227         * soft-fp/floatsidf.c: Likewise.
20228         * soft-fp/floatsisf.c: Likewise.
20229         * soft-fp/floatsitf.c: Likewise.
20230         * soft-fp/floattidf.c: Likewise.
20231         * soft-fp/floattisf.c: Likewise.
20232         * soft-fp/floattitf.c: Likewise.
20233         * soft-fp/floatundidf.c: Likewise.
20234         * soft-fp/floatundisf.c: Likewise.
20235         * soft-fp/floatunsidf.c: Likewise.
20236         * soft-fp/floatunsisf.c: Likewise.
20237         * soft-fp/floatuntidf.c: Likewise.
20238         * soft-fp/floatuntisf.c: Likewise.
20239         * soft-fp/floatuntitf.c: Likewise.
20240         * soft-fp/fmadf4.c: Likewise.
20241         * soft-fp/fmasf4.c: Likewise.
20242         * soft-fp/fmatf4.c: Likewise.
20243         * soft-fp/gedf2.c: Likewise.
20244         * soft-fp/gesf2.c: Likewise.
20245         * soft-fp/getf2.c: Likewise.
20246         * soft-fp/ledf2.c: Likewise.
20247         * soft-fp/lesf2.c: Likewise.
20248         * soft-fp/letf2.c: Likewise.
20249         * soft-fp/muldf3.c: Likewise.
20250         * soft-fp/mulsf3.c: Likewise.
20251         * soft-fp/multf3.c: Likewise.
20252         * soft-fp/negdf2.c: Likewise.
20253         * soft-fp/negsf2.c: Likewise.
20254         * soft-fp/negtf2.c: Likewise.
20255         * soft-fp/op-1.h: Likewise.
20256         * soft-fp/op-2.h: Likewise.
20257         * soft-fp/op-4.h: Likewise.
20258         * soft-fp/op-8.h: Likewise.
20259         * soft-fp/op-common.h: Likewise.
20260         * soft-fp/quad.h: Likewise.
20261         * soft-fp/single.h: Likewise.
20262         * soft-fp/soft-fp.h: Likewise.
20263         * soft-fp/sqrtdf2.c: Likewise.
20264         * soft-fp/sqrtsf2.c: Likewise.
20265         * soft-fp/sqrttf2.c: Likewise.
20266         * soft-fp/subdf3.c: Likewise.
20267         * soft-fp/subsf3.c: Likewise.
20268         * soft-fp/subtf3.c: Likewise.
20269         * soft-fp/truncdfsf2.c: Likewise.
20270         * soft-fp/trunctfdf2.c: Likewise.
20271         * soft-fp/trunctfsf2.c: Likewise.
20272         * soft-fp/trunctfxf2.c: Likewise.
20273         * soft-fp/unorddf2.c: Likewise.
20274         * soft-fp/unordsf2.c: Likewise.
20275         * soft-fp/unordtf2.c: Likewise.
20276
20277 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
20278
20279         [BZ #15672]
20280         * misc/error.c (error_tail): Fix possible buffer overflow.
20281
20282 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
20283
20284         [BZ #13028]
20285         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
20286         address.
20287
20288 2013-10-14  P. J. McDermott  <pj@pehjota.net>
20289
20290         [BZ #832]
20291         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
20292         testing pipefail option.
20293
20294 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20295
20296         * soft-fp/double.h: Indent preprocessor directives inside #if.
20297         * soft-fp/extended.h: Likewise.
20298         * soft-fp/op-2.h: Likewise.
20299         * soft-fp/op-4.h: Likewise.
20300         * soft-fp/op-common.h: Likewise.
20301         * soft-fp/quad.h: Likewise.
20302         * soft-fp/single.h: Likewise.
20303         * soft-fp/soft-fp.h: Likewise.
20304
20305 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
20306
20307         * iconv/iconv_prog.c: Fix typos.
20308         * stdio-common/psiginfo-data.h: Likewise.
20309
20310 2013-10-12   Reuben Thomas <rrt@sc3d.org>
20311
20312         [BZ #15764]
20313         * locale/setlocale.c: Fix typo.
20314
20315 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20316
20317         [BZ #16036]
20318         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
20319         signaling NaN arguments.
20320         * soft-fp/unordsf2.c (__unordsf2): Likewise.
20321         * soft-fp/unordtf2.c (__unordtf2): Likewise.
20322
20323         [BZ #14910]
20324         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
20325         unordered operands.
20326         * soft-fp/gesf2.c (__gesf2): Likewise.
20327         * soft-fp/getf2.c (__getf2): Likewise.
20328         * soft-fp/ledf2.c (__ledf2): Likewise.
20329         * soft-fp/lesf2.c (__lesf2): Likewise.
20330         * soft-fp/letf2.c (__letf2): Likewise.
20331
20332         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
20333         * soft-fp/eqsf2.c (__eqsf2): Likewise.
20334         * soft-fp/eqtf2.c (__eqtf2): Likewise.
20335         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
20336         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
20337         * soft-fp/fixdfti.c (__fixdfti): Likewise.
20338         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
20339         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
20340         * soft-fp/fixsfti.c (__fixsfti): Likewise.
20341         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
20342         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
20343         * soft-fp/fixtfti.c (__fixtfti): Likewise.
20344         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
20345         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
20346         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
20347         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
20348         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
20349         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
20350         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
20351         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
20352         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
20353         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
20354         * soft-fp/floatdisf.c (__floatdisf): Likewise.
20355         * soft-fp/floatsisf.c (__floatsisf): Likewise.
20356         * soft-fp/floattidf.c (__floattidf): Likewise.
20357         * soft-fp/floattisf.c (__floattisf): Likewise.
20358         * soft-fp/floattitf.c (__floattitf): Likewise.
20359         * soft-fp/floatundidf.c (__floatundidf): Likewise.
20360         * soft-fp/floatundisf.c (__floatundisf): Likewise.
20361         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
20362         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
20363         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
20364         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
20365         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
20366         * soft-fp/gesf2.c (__gesf2): Likewise.
20367         * soft-fp/getf2.c (__getf2): Likewise.
20368         * soft-fp/ledf2.c (__ledf2): Likewise.
20369         * soft-fp/lesf2.c (__lesf2): Likewise.
20370         * soft-fp/letf2.c (__letf2): Likewise.
20371
20372         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
20373         Undefine and redefine.
20374         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
20375         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
20376         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
20377         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
20378         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20379         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
20380         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20381         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
20382         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20383         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
20384         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20385         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
20386         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20387         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
20388         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20389
20390         [BZ #16032]
20391         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
20392         without decrementing exponent if mantissa >= that for the
20393         denominator, not >.
20394         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
20395         denominator, not >.  Decrement exponent in < case instead of
20396         incrementing in >= case.
20397         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
20398         without decrementing exponent if mantissa >= that for the
20399         denominator, not >.
20400
20401         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
20402         computing saturated result for unsigned overflow.
20403
20404 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20405             Jeff Law  <law@redhat.com>
20406
20407         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
20408         (atan2Mp): Add systemtap probe marker.
20409         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
20410         (__ieee754_log): Add systemtap probe marker.
20411         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
20412         (atanMp): Add systemtap probe marker.
20413         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
20414         (tanMp): Add systemtap probe marker.
20415         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
20416         (__slowexp): Add systemtap probe marker.
20417         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
20418         (__slowpow): Add systemtap probe marker.
20419         * manual/probes.texi: Document probes.
20420
20421 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
20422
20423         [BZ #15362]
20424         * libio/fileops.c (_IO_new_file_write): Return count of bytes
20425         written.
20426         (_IO_new_file_xsputn): Don't return EOF if nothing has been
20427         written.
20428         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
20429         written to buffer but not flushed.
20430         * libio/iofwrite_u.c:  Likewise.
20431         * libio/iopadn.c:  Return bytes returned even if EOF was
20432         encountered.
20433         * libio/iowpadn.c:  Likewise.
20434         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
20435         if _IO_padn does not write the whole buffer.
20436         [!COMPILE_WPRINTF] (PAD): Likewise.
20437
20438 2013-10-10  David S. Miller  <davem@davemloft.net>
20439
20440         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
20441         directory block.
20442
20443 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20444
20445         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
20446         instead of FSF address.
20447         * soft-fp/fixdfti.c: Likewise.
20448         * soft-fp/fixsfti.c: Likewise.
20449         * soft-fp/fixtfti.c: Likewise.
20450         * soft-fp/fixunsdfti.c: Likewise.
20451         * soft-fp/fixunssfti.c: Likewise.
20452         * soft-fp/fixunstfti.c: Likewise.
20453         * soft-fp/floattidf.c: Likewise.
20454         * soft-fp/floattisf.c: Likewise.
20455         * soft-fp/floattitf.c: Likewise.
20456         * soft-fp/floatuntidf.c: Likewise.
20457         * soft-fp/floatuntisf.c: Likewise.
20458         * soft-fp/floatuntitf.c: Likewise.
20459         * soft-fp/trunctfxf2.c: Likewise.
20460
20461         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
20462         * soft-fp/fixdfti.c: Likewise.
20463         * soft-fp/fixsfti.c: Likewise.
20464         * soft-fp/fixtfti.c: Likewise.
20465         * soft-fp/fixunsdfti.c: Likewise.
20466         * soft-fp/fixunssfti.c: Likewise.
20467         * soft-fp/fixunstfti.c: Likewise.
20468         * soft-fp/floattidf.c: Likewise.
20469         * soft-fp/floattisf.c: Likewise.
20470         * soft-fp/floattitf.c: Likewise.
20471         * soft-fp/floatuntidf.c: Likewise.
20472         * soft-fp/floatuntisf.c: Likewise.
20473         * soft-fp/floatuntitf.c: Likewise.
20474         * soft-fp/trunctfxf2.c: Likewise.
20475
20476 2013-10-10  David S. Miller  <davem@davemloft.net>
20477
20478         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20479
20480 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
20481
20482         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20483         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
20484         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
20485         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
20486         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
20487         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
20488         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
20489
20490         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
20491         for NaNs before doing comparisons on argument.
20492         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
20493         Likewise.
20494
20495 2013-10-10  Will Newton  <will.newton@linaro.org>
20496
20497         * malloc/hooks.c (memalign_check): Ensure the value of bytes
20498         passed to _int_memalign does not overflow.
20499
20500 2013-10-10  Torvald Riegel  <triegel@redhat.com>
20501
20502         * scripts/bench.pl: Add include-sources directive.
20503         * benchtests/README: Update documentation.
20504
20505 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20506
20507         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
20508         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
20509         instead of FP_INIT_ROUNDMODE.
20510         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
20511         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
20512
20513         [BZ #16034]
20514         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
20515         copy class of input value.
20516         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
20517         not handle exceptions.
20518         * soft-fp/negsf2.c (__negsf2): Likewise.
20519         * soft-fp/negtf2.c (__negtf2): Likewise.
20520         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
20521
20522 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
20523
20524         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
20525         semicolon.  From Linux kernel.
20526
20527 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
20528
20529         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
20530
20531 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
20532
20533         [BZ #156]
20534         * manual/socket.texi: Added statement about buffer
20535         for gethostbyname2_r.
20536
20537 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
20538
20539         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
20540         Use .p2align directive instead, throughout.
20541         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
20542         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
20543         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
20544         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
20545         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
20546         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
20547         * sysdeps/x86_64/strchr.S: Likewise.
20548         * sysdeps/x86_64/strrchr.S: Likewise.
20549
20550 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
20551
20552         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
20553
20554         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
20555
20556         * sysdeps/generic/math_private.h (__mpsin1): Remove
20557         declaration.
20558         (__mpcos1): Likewise.
20559         (__mpsin): New argument __range_reduce.
20560         (__mpcos): Likewise.
20561         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20562         (slow): Use __mpsin and __mpcos.
20563         (slow1): Likewise.
20564         (slow2): Likewise.
20565         (sloww): Likewise.
20566         (sloww1): Likewise.
20567         (sloww2): Likewise.
20568         (bsloww): Likewise.
20569         (bsloww1): Likewise.
20570         (bsloww2): Likewise.
20571         (cslow2): Likewise.
20572         (csloww): Likewise.
20573         (csloww1): Likewise.
20574         (csloww2): Likewise.
20575         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
20576         range_reduce.  Merge in __mpsin1.
20577         (__mpcos): Likewise.
20578         (__mpsin1): Remove.
20579         (__mpcos1): Likewise.
20580
20581 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
20582
20583         * locale/loadlocale.c (_nl_intern_locale_data): Use
20584         LOCFILE_ALIGNED_P.
20585         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
20586         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
20587         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
20588         obstack data is appropriately aligned.
20589         (obstack_int32_grow_fast): Likewise.
20590         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
20591         * locale/programs/locfile.c (add_locale_uint32): Likewise.
20592         (add_locale_uint32_array): Likewise.
20593
20594 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
20595
20596         * benchtests/Makefile: Remove ARGLIST and RET variables.
20597         ($(objpfx)bench-%.c): Pass only function name to the script.
20598         * benchtests/README: Update documentation.
20599         * benchtests/acos-inputs: Add new directives.
20600         * benchtests/acosh-inputs: Likewise.
20601         * benchtests/asin-inputs: Likewise.
20602         * benchtests/asinh-inputs: Likewise.
20603         * benchtests/atan-inputs: Likewise.
20604         * benchtests/atanh-inputs: Likewise.
20605         * benchtests/cos-inputs: Likewise.
20606         * benchtests/cosh-inputs: Likewise.
20607         * benchtests/exp-inputs: Likewise.
20608         * benchtests/log-inputs: Likewise.
20609         * benchtests/pow-inputs: Likewise.
20610         * benchtests/rint-inputs: Likewise.
20611         * benchtests/sin-inputs: Likewise.
20612         * benchtests/sinh-inputs: Likewise.
20613         * benchtests/tan-inputs: Likewise.
20614         * benchtests/tanh-inputs: Likewise.
20615         * scripts/bench.pl: Add support for new directives.
20616
20617 2013-10-07  Alan Modra  <amodra@gmail.com>
20618
20619         * README: Fix careless merge.
20620
20621 2013-10-05  Alan Modra  <amodra@gmail.com>
20622
20623         * NEWS: Mention powerpc64le support and bugs fixed.
20624         * README: Both big-endian and little-endian powerpc64 supported.
20625
20626 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20627
20628         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20629         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
20630         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20631         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20632
20633 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
20634
20635         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20636         match prototype.
20637
20638 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
20639
20640         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20641         Move -mhard-float appending from
20642         ports/sysdeps/powerpc/powerpc32/Makefile.
20643         [$(with-fp) = yes] (ASFLAGS): Likewise.
20644         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20645         * sysdeps/powerpc/nofpu: Move directory from
20646         ports/sysdeps/powerpc/nofpu.
20647         * sysdeps/powerpc/soft-fp: Move directory from
20648         ports/sysdeps/powerpc/soft-fp.
20649         * sysdeps/powerpc/powerpc32/405: Move directory from
20650         ports/sysdeps/powerpc/powerpc32/405.
20651         * sysdeps/powerpc/powerpc32/440: Move directory from
20652         ports/sysdeps/powerpc/powerpc32/440.
20653         * sysdeps/powerpc/powerpc32/464: Move directory from
20654         ports/sysdeps/powerpc/powerpc32/464.
20655         * sysdeps/powerpc/powerpc32/476: Move directory from
20656         ports/sysdeps/powerpc/powerpc32/476.
20657         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20658         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20659         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20660         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20661         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20662         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20663         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20664         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20665         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20666         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20667         * README: Update for powerpc-*-linux-gnu software floating point
20668         support in libc.
20669
20670         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20671         case to powerpc/powerpc32*.
20672         * sysdeps/unix/sysv/linux/configure: Regenerated.
20673
20674         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20675         (_FPU_MASK_OM): Define as 0x04.
20676         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20677         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20678         0x00c10080.
20679         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20680         0x0000003c.
20681         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20682
20683         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20684         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20685         getcontext_e500.
20686         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20687         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20688         setcontext_e500.
20689         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20690         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20691         and setcontext_e500.
20692
20693 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
20694
20695         * locale/iso-3166.def: Update iso-1366.def and related occurrences
20696
20697 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20698
20699         * manual/threads.texi (Default Thread Attributes): Fix typo.
20700
20701 2013-10-04  Will Newton  <will.newton@linaro.org>
20702
20703         * malloc/Makefile: Add tst-memalign.
20704         * malloc/tst-memalign.c: New file.
20705
20706         * malloc/tst-posix_memalign.c: Add comments.
20707         (do_test): Add comments and call free on all potentially
20708         allocated pointers. Add space after cast.
20709
20710         * malloc/tst-pvalloc.c: Add comments.
20711         (do_test): Add comments and call free on all potentially
20712         allocated pointers. Remove duplicate check for NULL pointer.
20713         Add space after cast.
20714
20715         * malloc/tst-valloc.c: Add comments.
20716         (do_test): Add comments and call free on all potentially
20717         allocated pointers. Remove duplicate check for NULL pointer.
20718         Add space after cast.
20719
20720 2013-10-04  Alan Modra  <amodra@gmail.com>
20721
20722         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20723         Use stdint types in rather than __attribute__((mode())).
20724         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20725
20726 2013-10-04  Alan Modra  <amodra@gmail.com>
20727
20728         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20729         Correct handling of unaligned relocs for little-endian.
20730         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20731
20732 2013-10-04  Alan Modra  <amodra@gmail.com>
20733
20734         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20735         * configure: Regenerate.
20736         * nptl/shlib-versions: Powerpc*le starts at 2.18.
20737         * shlib-versions: Likewise.
20738
20739 2013-10-04  Alan Modra  <amodra@gmail.com>
20740
20741         * string/tester.c (test_memrchr): Increment reported test cycle.
20742
20743 2013-10-04  Alan Modra  <amodra@gmail.com>
20744
20745         * string/test-memcpy.c (do_one_test): When reporting errors, print
20746         string address and don't overrun end of string.
20747
20748 2013-10-04  Alan Modra  <amodra@gmail.com>
20749
20750         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20751         insrdi.  Make better use of reg selection to speed exit slightly.
20752         Schedule entry path a little better.  Remove useless "are we done"
20753         checks on entry to main loop.  Handle wrapping around zero address.
20754         Correct main loop count.  Handle single left-over word from main
20755         loop inline rather than by using loop_small.  Remove extra word
20756         case in loop_small caused by wrong loop count.  Add little-endian
20757         support.
20758         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20759         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
20760         cache hint.
20761         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20762         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20763         support.  Avoid rlwimi.
20764         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20765
20766 2013-10-04  Alan Modra  <amodra@gmail.com>
20767
20768         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
20769         insrdi.  Formatting.
20770         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20771         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20772         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20773         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20774         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20775         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20776
20777 2013-10-04  Alan Modra  <amodra@gmail.com>
20778
20779         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20780         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20781         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20782         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20783         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20784         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20785         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20786         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20787         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
20788         use of regs.  Use power7 mtocrf.  Tidy function tails.
20789
20790 2013-10-04  Alan Modra  <amodra@gmail.com>
20791
20792         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20793         Formatting.  Consistently use rXXX register defines or rN defines.
20794         Use early exit labels that avoid restoring unused non-volatile regs.
20795         Make cr field use more consistent with rWORDn compares.  Rename
20796         regs used as shift registers for unaligned loop, using rN defines
20797         for short lifetime/multiple use regs.
20798         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20799         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
20800         addi 1,1,64 to pop stack frame.  Simplify return value code.
20801         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20802
20803 2013-10-04  Alan Modra  <amodra@gmail.com>
20804
20805         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20806         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
20807         rather than rlwimi.
20808         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20809         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20810         little-endian support.  Correct typos.
20811         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
20812         rather than rlwimi.
20813         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
20814         in loop and entry code to keep "and." results.
20815         (strchr): Add little-endian support.  Comment.  Move cntlzd
20816         earlier in tail.
20817         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20818
20819 2013-10-04  Alan Modra  <amodra@gmail.com>
20820
20821         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20822         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20823         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20824         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20825
20826 2013-10-04  Alan Modra  <amodra@gmail.com>
20827
20828         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20829         (rTMP): Define as r11.
20830         (strcmp): Add little-endian support.  Optimise tail.
20831         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20832         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20833         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20834         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20835         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20836         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20837         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20838
20839 2013-10-04  Alan Modra  <amodra@gmail.com>
20840
20841         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20842         little-endian support.  Remove unnecessary "are we done" tests.
20843         Handle "s" wrapping around zero and extremely large "size".
20844         Correct main loop count.  Handle single left-over word from main
20845         loop inline rather than by using small_loop.  Correct comments.
20846         Delete "zero" tail, use "end_max" instead.
20847         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20848
20849 2013-10-04  Alan Modra  <amodra@gmail.com>
20850
20851         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20852         support.  Don't branch over align.
20853         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20854         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20855         support.  Rearrange tmp reg use to suit.  Comment.
20856         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20857
20858 2013-10-04  Alan Modra  <amodra@gmail.com>
20859
20860         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20861
20862 2013-10-04  Alan Modra  <amodra@gmail.com>
20863
20864         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20865         conditional form of branch and link when obtaining pc.
20866         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20867
20868 2013-10-04  Alan Modra  <amodra@gmail.com>
20869
20870         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20871         HIWORD/LOWORD.
20872         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20873         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20874
20875 2013-10-04  Alan Modra  <amodra@gmail.com>
20876
20877         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20878         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20879         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20880         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20881         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20882         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20883         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20884         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20885         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20886         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20887
20888 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20889             Alistair Popple <alistair@ozlabs.au.ibm.com>
20890             Alan Modra <amodra@gmail.com>
20891
20892         [BZ #15723]
20893         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20894         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20895         _dl_hwcap access for little-endian.
20896         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20897         destroy vmx regs when saving unaligned.
20898         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20899         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20900         destroy vmx regs when saving unaligned.
20901
20902 2013-10-04  Alan Modra  <amodra@gmail.com>
20903
20904         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20905         Don't use a union to pack hi/low value.
20906
20907 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20908
20909         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20910         for little-endian.
20911         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20912         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20913         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20914         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20915         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20916
20917 2013-10-04  Alan Modra  <amodra@gmail.com>
20918
20919         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20920         constants to usual value for .cst8 section, and remove redundant
20921         high address load.
20922         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20923         constant for 0x1p52.  Load little-endian words of double from
20924         correct stack offsets.
20925
20926 2013-10-04  Alan Modra  <amodra@gmail.com>
20927
20928         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20929         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20930         words of double from correct stack offsets.
20931         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20932         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20933         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20934         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20935         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20936         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20937         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20938         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20939         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20940         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20941         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20942         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20943         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20944         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20945         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20946         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20947         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20948
20949 2013-10-04  Alan Modra  <amodra@gmail.com>
20950
20951         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20952         64-bit int/double union.
20953         (_FPU_SETCW): Likewise.
20954         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20955         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20956
20957 2013-10-04  Alan Modra  <amodra@gmail.com>
20958
20959         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20960         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20961
20962 2013-10-04  Alan Modra  <amodra@gmail.com>
20963
20964         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20965         use vector int constants.
20966         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20967
20968 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20969
20970         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20971         array with long long.
20972         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20973         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20974         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20975         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20976         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20977         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20978         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20979         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20980         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20981         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20982         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20983         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20984         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20985
20986 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20987
20988         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
20989         (__signbit): Likewise.  Correct for little-endian.
20990         (__signbitl): Call __signbit.
20991         (lrint): Correct for little-endian.
20992         (lrintf): Call lrint.
20993
20994 2013-10-04  Alan Modra  <amodra@gmail.com>
20995
20996         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
20997         union 32-bit int array member with 64-bit int array.
20998         (t515, tm256): Double rather than long double.
20999         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
21000
21001 2013-10-04  Alan Modra  <amodra@gmail.com>
21002
21003         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
21004         Delete.
21005         (IEEE854_LONG_DOUBLE_BIAS): Delete.
21006         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
21007         version of math_ldbl.h.
21008
21009 2013-10-04  Alan Modra  <amodra@gmail.com>
21010
21011         [BZ #15734], [BZ #15735]
21012         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
21013         all uses of ieee875 long double macros and unions.  Simplify test
21014         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
21015         ldbl_extract_mantissa value for ix,iy exponents.  Properly
21016         normalize after ldbl_extract_mantissa, and don't add hidden bit
21017         already handled.  Don't treat low word of ieee854 mantissa like
21018         low word of IBM long double and mask off bit when testing for
21019         zero.
21020         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
21021         all uses of ieee875 long double macros and unions.  Simplify tests
21022         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
21023         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
21024         two1022, instead use their values.  Recognise that tests for large
21025         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
21026         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
21027         Rewrite all uses of ieee875 long double macros and unions.  Simplify
21028         test for 0.0L and nan.  Correct negation.
21029         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
21030         ieee875 long double macros and unions.  Correct output for large
21031         magnitude x.  Correct absolute value calculation.
21032         (__erfcl): Likewise.
21033         * math/libm-test.inc: Add tests for errors discovered in IBM long
21034         double versions of fmodl, remainderl, erfl and erfcl.
21035
21036 2013-10-04  Alan Modra  <amodra@gmail.com>
21037
21038         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
21039         all uses of ieee854 long double macros and unions.  Simplify tests
21040         for long doubles that are fully specified by the high double.
21041         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
21042         Likewise.
21043         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
21044         Remove dead code too.
21045         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
21046         (__ieee754_ynl): Likewise.
21047         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
21048         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
21049         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
21050         Remove dead code too.
21051         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
21052         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
21053         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
21054         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
21055         Simplify.
21056         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
21057         Simplify.
21058         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
21059         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
21060         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
21061         Comment on variable precision.
21062         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
21063         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
21064         Likewise.
21065         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
21066         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
21067         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
21068         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
21069         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
21070
21071 2013-10-04  Alan Modra  <amodra@gmail.com>
21072
21073         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
21074         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
21075         all uses of ieee854 long double macros and unions.
21076         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
21077         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
21078         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
21079         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
21080         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
21081         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
21082         Likewise.
21083         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
21084         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
21085         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
21086         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
21087         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
21088         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
21089         Simplify sign and nan test too.
21090         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
21091         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
21092         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
21093         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
21094         Likewise.
21095         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
21096         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
21097         Likewise.
21098         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
21099         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
21100         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
21101         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
21102         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
21103         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
21104
21105 2013-10-04  Alan Modra  <amodra@gmail.com>
21106
21107         * stdio-common/printf_size.c (__printf_size): Don't use
21108         union ieee854_long_double in fpnum union.
21109         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
21110         signbit macro to retrieve sign from long double.
21111         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
21112         retrieve sign from long double.
21113         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
21114         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
21115         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
21116         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
21117         * math/test-misc.c (main): Don't use union ieee854_long_double.
21118
21119 2013-10-04  Alan Modra  <amodra@gmail.com>
21120
21121         [BZ #15680]
21122         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
21123         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
21124         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
21125         calculation.  Remove unnecessary test for denormal exponent.
21126         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
21127         Correct handling of denormals.  Avoid undefined shift behaviour.
21128         Correct normalisation of low mantissa when low double is denormal.
21129         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
21130         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
21131         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
21132         Correct normalisation of low mantissa.  Test for overflow of high
21133         mantissa and normalise.
21134         (ldbl_nearbyint): Use more readable constant for two52.
21135         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
21136         (__mpn_construct_long_double): Fix test for overflow of high
21137         mantissa and correct normalisation.  Avoid undefined shift.
21138
21139 2013-10-04  Alan Modra  <amodra@gmail.com>
21140
21141         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21142         (union ibm_extended_long_double): Define as an array of ieee754_double.
21143         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
21144         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
21145         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
21146         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
21147         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21148         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
21149         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21150         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
21151         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
21152         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
21153         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
21154
21155 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
21156
21157         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
21158         page size instead of calling getpagesize.
21159
21160         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
21161         (LOCFILE_ALIGN_MASK): Likewise.
21162         (LOCFILE_ALIGN_UP): Likewise.
21163         (LOCFILE_ALIGNED_P): Likewise.
21164         * locale/programs/ld-collate.c (collate_output): Use the new
21165         macros instead of __alignof__ (int32_t).
21166         * locale/weight.h (findidx): Likewise.
21167
21168 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
21169
21170         [BZ #431]
21171         * manual/string.texi: Fix strncat and wcsncat.
21172
21173 2013-10-03  Brooks Moses  <bmoses@google.com>
21174
21175         [BZ #15915]
21176         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
21177         * Makerules: ...here, and adjust associated comments.
21178
21179 2013-10-02  Will Newton  <will.newton@linaro.org>
21180
21181         * malloc/Makefile: Add tst-pvalloc.
21182         * malloc/tst-pvalloc.c: New file.
21183
21184 2013-10-02  Will Newton  <will.newton@linaro.org>
21185
21186         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
21187         improve test coverage.
21188
21189 2013-10-02  Will Newton  <will.newton@linaro.org>
21190
21191         * malloc/Makefile: Add tst-posix_memalign.
21192         * malloc/tst-posix_memalign.c: New file.
21193
21194 2013-10-01  Eric Blake  <eblake@redhat.com>
21195
21196         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
21197         Use __THROWNL rather than __THROW on static functions.
21198
21199 2013-09-30  Petr Machata  <pmachata@redhat.com>
21200
21201         * elf/elf.h (R_AARCH64_ABS16): New macro.
21202         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
21203         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
21204         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
21205         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
21206         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
21207         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
21208         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
21209         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
21210         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
21211         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
21212         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
21213         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
21214         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
21215         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
21216         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
21217         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
21218         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
21219         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
21220         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
21221         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
21222         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
21223         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
21224         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
21225         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
21226         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
21227         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
21228         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
21229         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
21230         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
21231         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
21232         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
21233         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
21234         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
21235         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
21236         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
21237         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
21238         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
21239         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
21240         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
21241         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
21242         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
21243         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
21244         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
21245         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
21246         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
21247         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
21248         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
21249         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
21250         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
21251         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
21252         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
21253         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
21254         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
21255         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
21256         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
21257         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
21258         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
21259         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
21260         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
21261         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
21262         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
21263         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
21264         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
21265         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
21266         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
21267         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
21268         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
21269         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
21270         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
21271         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
21272         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
21273         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
21274         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
21275         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
21276         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
21277         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
21278         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
21279         (R_AARCH64_TLSDESC_LDR): Likewise.
21280         (R_AARCH64_TLSDESC_ADD): Likewise.
21281         (R_AARCH64_TLSDESC_CALL): Likewise.
21282
21283 2013-09-30  Andreas Schwab  <schwab@suse.de>
21284
21285         [BZ #15048]
21286         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
21287         the nss database lookup.
21288         * nscd/initgrcache.c (addinitgroupsX): Likewise.
21289         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21290
21291 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
21292
21293         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
21294
21295 2013-09-28  P. J. McDermott  <pj@pehjota.net>
21296
21297         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
21298         ${Bash-specific parameter/pattern/string} parameter expansion.
21299         * sysdeps/unix/make-syscalls.sh: Likewise.
21300
21301 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21302
21303         * sysdeps/sh/stackguard-macros.h: New file.
21304
21305 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
21306
21307         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21308         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
21309         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
21310         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
21311         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21312         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
21313
21314 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21315
21316         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
21317         Fix thread ID register.
21318
21319 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
21320
21321         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
21322         [POSIX || UNIX98]: Require rather than permitting all symbols from
21323         <time.h>.
21324         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
21325         element of struct sched_param.
21326         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
21327         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
21328         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
21329         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
21330         constant.
21331
21332 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
21333
21334         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
21335         argument calculation.
21336
21337 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21338
21339         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
21340         Expect macro.
21341         [POSIX] (pthread_attr_t): Do not require type.
21342         [POSIX] (pthread_cond_t): Likewise.
21343         [POSIX] (pthread_condattr_t): Likewise.
21344         [POSIX] (pthread_key_t): Likewise.
21345         [POSIX] (pthread_mutex_t): Likewise.
21346         [POSIX] (pthread_mutexattr_t): Likewise.
21347         [POSIX] (pthread_once_t): Likewise.
21348         [POSIX] (pthread_t): Likewise.
21349         [POSIX-based standards] (pthread_atfork): Expect function.
21350
21351 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21352             Richard Sandiford  <richard@codesourcery.com>
21353
21354         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
21355         (swap_endianness_p): New extern variable.
21356         (set_big_endian): New inline function.
21357         (maybe_swap_uint32): Likewise.
21358         (maybe_swap_uint32_array): Likewise.
21359         (maybe_swap_uint32_obstack): Likewise.
21360         * locale/programs/locfile.c: Include <stdbool.h>.
21361         (swap_endianness_p): New variable.
21362         (add_locale_uint32): Call maybe_swap_uint32.
21363         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
21364         (write_locale_data): Call maybe_swap_uint32_array.
21365         * locale/programs/ld-collate.c (obstack_int32_grow): Call
21366         maybe_swap_uint32.
21367         (obstack_int32_grow_fast): Likewise.
21368         (output_weightwc): Call maybe_swap_uint32_obstack.
21369         (collate_output): Likewise.
21370         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
21371         (OPT_LITTLE_ENDIAN): Likewise.
21372         (options): Add --little-endian and --big-endian options.
21373         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
21374         * locale/programs/locarchive.c: Include "locfile.h".
21375         (GET): New macro.
21376         (SET): Likewise.
21377         (INC): Likewise.
21378         (create_archive): Use the new macros to access fields of
21379         structures directly mapped from or written to locale archives.
21380         (oldlocrecentcmp): Likewise.
21381         (enlarge_archive): Likewise.
21382         (insert_name): Likewise.
21383         (add_alias): Likewise.
21384         (add_locale): Likewise.
21385         (delete_locales_from_archive): Likewise.
21386         (show_archive_content): Likewise.
21387         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
21388         locale data.
21389
21390 2013-09-24  Roland McGrath  <roland@hack.frob.com>
21391
21392         * manual/freemanuals.texi: Updated from (newly) canonical copy at
21393         http://www.gnu.org/doc/freemanuals.texi.
21394         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
21395
21396 2013-09-24  Will Newton  <will.newton@linaro.org>
21397
21398         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
21399         macro.
21400
21401 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
21402
21403         * locale/hashval.h (compute_hashval): Interpret bytes of key as
21404         unsigned char.
21405
21406 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
21407
21408         * manual/threads.texi (POSIX Threads): Fix a typo.
21409
21410 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21411
21412         [BZ #14547]
21413         * string/tst-strcoll-overflow.c: New test case.
21414         * string/Makefile (xtests): Add tst-strcoll-overflow.
21415         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
21416         cache if string sizes may cause integer overflow.
21417
21418         [BZ #14547]
21419         * string/strcoll_l.c (coll_seq): New members rule, idx,
21420         save_idx and back_us.
21421         (get_next_seq_nocache): New function.
21422         (do_compare_nocache): New function.
21423         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
21424         when malloc fails.
21425
21426 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
21427
21428         [BZ #15754]
21429         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
21430         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
21431         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
21432
21433         [BZ #15754]
21434         * elf/Makefile (tests): Add tst-ptrguard1.
21435         (tests-static): Add tst-ptrguard1-static.
21436         (tst-ptrguard1-ARGS): Define.
21437         (tst-ptrguard1-static-ARGS): Define.
21438         * elf/tst-ptrguard1.c: New file.
21439         * elf/tst-ptrguard1-static.c: New file.
21440         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
21441         * sysdeps/i386/stackguard-macros.h: Likewise.
21442         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
21443         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
21444         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21445         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21446         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
21447         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
21448
21449 2013-09-23  Hector Marco  <hecmargi@upv.es>
21450             Ismael Ripoll  <iripoll@disca.upv.es>
21451             Carlos O'Donell  <carlos@redhat.com>
21452
21453         [BZ #15754]
21454         * sysdeps/generic/stackguard-macros.h: Define
21455         __pointer_chk_guard_local and POINTER_CHK_GUARD.
21456         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
21457         Define __pointer_chk_guard_local.
21458         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
21459         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
21460
21461 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
21462
21463         [BZ #15859]
21464         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
21465
21466 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
21467
21468         * include/string.h (__ffs): Declare as hidden.
21469         * string/ffs.c (__ffs): Define as hidden.
21470         * sysdeps/i386/ffs.c (__ffs): Likewise.
21471         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
21472         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
21473         * sysdeps/s390/ffs.c (__ffs): Likewise.
21474         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
21475
21476 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
21477
21478         * NEWS: Mention malloc probes.
21479
21480         * malloc/arena.c (new_heap): New memory_heap_new probe.
21481         (grow_heap): New memory_heap_more probe.
21482         (shrink_heap): New memory_heap_less probe.
21483         (heap_trim): New memory_heap_free probe.
21484         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
21485         (systrim): New memory_sbrk_less probe.
21486         * manual/probes.texi: Document them.
21487
21488         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
21489         * manual/probes.texi: Document it.
21490
21491         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
21492         (__libc_realloc): Add memory_realloc_retry probe.
21493         (__libc_memalign): Add memory_memalign_retry probe.
21494         (__libc_valloc): Add memory_valloc_retry probe.
21495         (__libc_pvalloc): Add memory_pvalloc_retry probe.
21496         (__libc_calloc): Add memory_calloc_retry probe.
21497         * manual/probes.texi: Document them.
21498
21499         * malloc/arena.c (get_free_list): Add probe
21500         memory_arena_reuse_free_list.
21501         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
21502         and memory_arena_reuse.
21503         (arena_get2) [!PER_THREAD]: Likewise.
21504         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
21505         memory_arena_reuse_realloc.
21506         * manual/probes.texi: Document them.
21507
21508         * malloc/malloc.c (__libc_free): Add
21509         memory_mallopt_free_dyn_thresholds probe.
21510         (__libc_mallopt): Add multiple memory_mallopt probes.
21511         * manual/probes.texi: Document them.
21512
21513         * malloc/malloc.c: Include stap-probe.h.
21514         (__libc_mallopt): Add memory_mallopt probe.
21515         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
21516         * manual/probes.texi: New.
21517         * manual/Makefile (chapters): Add probes.
21518         * manual/threads.texi: Set next node.
21519
21520 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
21521
21522         [BZ #15963, #13985]
21523         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
21524         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
21525         Add `Chinese' to `nan' entry name.
21526
21527 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21528
21529         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
21530         (POLYNOMIAL): Likewise.
21531         (TAYLOR_SINCOS): Likewise.
21532         (TAYLOR_SLOW): Likewise.
21533         (__sin): Use TAYLOR_SINCOS.
21534         (__cos): Likewise.
21535         (slow): Use TAYLOR_SLOW.
21536         (sloww): Likewise.
21537         (bsloww): Likewise.
21538         (csloww): Likewise.
21539
21540 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21541
21542         * stdlib/strtod_l.c: Fix buffer overrun.
21543
21544 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21545
21546         * benchtests/Makefile (bench): Add sincos.
21547         * benchtests/bench-sincos.c: New file.
21548
21549         * math/libm-test.inc (cos_test_data): New test inputs.
21550         (sin_test_data): Likewise.
21551
21552         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
21553         macro.
21554         (__sin): Use it.
21555         (__cos): Likewise.
21556         (slow1): Likewise.
21557         (slow2): Likewise.
21558         (sloww1): Likewise.
21559         (sloww2): Likewise.
21560         (bsloww1): Likewise.
21561         (bsloww2): Likewise.
21562         (cslow2): Likewise.
21563         (csloww1): Likewise.
21564         (csloww2): Likewise.
21565
21566         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
21567         function.
21568         (__sin): Use it.
21569         (__cos): Likewise.
21570
21571         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
21572         gotos.
21573         (__cos): Likewise.
21574
21575 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
21576
21577         * config.h.in (HAVE_MIPS_NAN2008): New macro.
21578         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
21579         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
21580         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
21581         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
21582         * elf/cache.c (print_entry): Handle the new cache flags.
21583
21584 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21585             Aldy Hernandez  <aldyh@redhat.com>
21586
21587         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
21588         Change condition to [_SOFT_FLOAT].
21589         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
21590         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
21591         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
21592         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
21593         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
21594         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
21595         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
21596         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
21597         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
21598         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
21599         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
21600         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
21601         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
21602         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
21603         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
21604         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
21605         declaration.
21606
21607 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21608
21609         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
21610         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21611         (__longjmp): Use LOAD_GP to load saved GPRs.
21612         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21613         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21614         (__sigsetjmp): Use SAVE_GP to save GPRs.
21615
21616         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21617         Do not append -msoft-float.
21618         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21619
21620 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21621
21622         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21623
21624 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
21625
21626         [BZ #15966]
21627         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21628         (_FPU_GETCW): Use initial "__" on variable and field names but not
21629         on macro parameter name.
21630         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
21631         parentheses around reference to macro parameter.
21632
21633 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
21634
21635         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21636         prototype.
21637         (ctype_startup): Use uint32_t in cast and sizeof for
21638         ctype->charnames.
21639
21640 2013-09-11  Jia Liu  <proljc@gmail.com>
21641
21642         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21643         __daddr_t_defined.
21644         [__FreeBSD__]: Likewise.
21645
21646 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
21647
21648         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21649         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21650         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21651         (strchr): Remove __strchr_sse42 ifunc selection.
21652         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21653         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21654
21655 2013-09-11  Will Newton  <will.newton@linaro.org>
21656
21657         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21658         parameter to RES. Remove hardcoded 1000 value.
21659         * benchtests/bench-skeleton.c (main): Pass RES parameter
21660         to TIMING_INIT and multiply result by 1000.
21661
21662 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21663
21664         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21665
21666 2013-09-11  Andreas Schwab  <schwab@suse.de>
21667
21668         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21669         if not defined.
21670         (O_TMPFILE) [__USE_GNU]: Define.
21671         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21672         Define.
21673
21674 2013-09-11  Will Newton  <will.newton@linaro.org>
21675
21676         [BZ #15857]
21677         * malloc/malloc.c (__libc_memalign): Check the value of bytes
21678         does not overflow.
21679
21680 2013-09-11  Will Newton  <will.newton@linaro.org>
21681
21682         [BZ #15856]
21683         * malloc/malloc.c (__libc_valloc): Check the value of bytes
21684         does not overflow.
21685
21686 2013-09-11  Will Newton  <will.newton@linaro.org>
21687
21688         [BZ #15855]
21689         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21690         does not overflow.
21691
21692 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
21693
21694         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21695         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21696         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21697         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21698         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21699
21700 2013-09-10  Allan McRae  <allan@archlinux.org>
21701
21702         [BZ #15748]
21703         * manual/arith.texi (Parsing of Floats): Clarify
21704         cross-reference.
21705
21706         [BZ #15849]
21707         * manual/install.texi (Running make install): Mention
21708         --enable-pt-chown.
21709         * INSTALL: Regenerated.
21710
21711 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
21712
21713         * csu/init-first.c (_init): Remove the !SHARED condition around
21714         FPU control word initialization.
21715         * elf/dl-support.c (_dl_fpu_control): New variable.
21716         (_dl_aux_init) <AT_FPUCW>: Initialize it.
21717         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21718         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21719         * math/test-fpucw-static.c: New file.
21720         * math/test-fpucw-ieee.c: New file.
21721         * math/test-fpucw-ieee-static.c: New file.
21722         * math/Makefile (tests): Add `test-fpucw-ieee' and
21723         `$(tests-static)'.
21724         (tests-static): New variable.
21725         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21726         dependency to...
21727         [($(build-shared),yes)]
21728         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21729         ... this.
21730         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21731         New dependency.
21732
21733 2013-09-09  Allan McRae  <allan@archlinux.org>
21734
21735         [BZ #15939]
21736         * manual/string.texi (Collation Functions): Fix typo in
21737         strcoll example.
21738         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21739
21740         [BZ #15893]
21741         * stdlib/isomac.c (get_null_defines): Fix memory leak.
21742
21743         [BZ #15892]
21744         * libio/memstream.c (open_memstream): Fix memory leak.
21745         * libio/wmemstream.c (open_wmemstream): Likewise.
21746
21747         [BZ #15895]
21748         * nscd/netgroupcache.c: Fix nesting of ifdefs.
21749
21750 2013-09-09  Will Newton  <will.newton@linaro.org>
21751
21752         * malloc/Makefile: Add tst-realloc to tests.
21753         * malloc/tst-realloc.c: New file.
21754
21755 2013-09-09  Allan McRae  <allan@archlinux.org>
21756
21757         [BZ #15844]
21758         * COPYING: Update from GNU website to fix FSF address.
21759         * COPYING.LIB: Likewise.
21760
21761 2013-09-06  David S. Miller  <davem@davemloft.net>
21762
21763         * po/zh_TW.po: Update Chinese (traditional) translation from
21764         translation project.
21765
21766 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
21767             Joseph Myers  <joseph@codesourcery.com>
21768
21769         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21770         "localeinfo.h".
21771         (obstack_chunk_alloc): New macro.
21772         (obstack_chunk_free): Likewise.
21773         (record_offset): New function.
21774         (init_locale_data): Likewise.
21775         (align_locale_data): Likewise.
21776         (add_locale_empty): Likewise.
21777         (add_locale_raw_data): Likewise.
21778         (add_locale_raw_obstack): Likewise.
21779         (add_locale_string): Likewise.
21780         (add_locale_wstring): Likewise.
21781         (add_locale_uint32): Likewise.
21782         (add_locale_uint32_array): Likewise.
21783         (add_locale_char): Likewise.
21784         (start_locale_structure): Likewise.
21785         (end_locale_structure): Likewise.
21786         (start_locale_prelude): Likewise.
21787         (end_locale_prelude): Likewise.
21788         (write_locale_data): Take locale_file structure rather than an
21789         iovec.
21790         * locale/programs/locfile.h: Include "obstack.h".
21791         (struct locale_file): Change to store locale file contents instead
21792         of header.
21793         (init_locale_data): New prototype.
21794         (align_locale_data): Likewise.
21795         (add_locale_empty): Likewise.
21796         (add_locale_raw_data): Likewise.
21797         (add_locale_raw_obstack): Likewise.
21798         (add_locale_string): Likewise.
21799         (add_locale_wstring): Likewise.
21800         (add_locale_uint32): Likewise.
21801         (add_locale_uint32_array): Likewise.
21802         (add_locale_char): Likewise.
21803         (start_locale_structure): Likewise.
21804         (end_locale_structure): Likewise.
21805         (start_locale_prelude): Likewise.
21806         (end_locale_prelude): Likewise.
21807         (write_locale_data): Update prototype.
21808         * locale/programs/3level.h (struct TABLE): Remove result field.
21809         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21810         Use new locale_file interface.
21811         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21812         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21813         * locale/programs/ld-address.c (address_output): Use new
21814         locale_file interface.
21815         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21816         NO_ADD_LOCALE.
21817         (collate_finish): Don't call collseq_table_finalize.
21818         (collate_output): Use new locale_file interface.
21819         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21820         in file.
21821         (NO_FINALIZE): Change to NO_ADD_LOCALE.
21822         (TABLE): Move defines earlier in file.
21823         (ELEMENT): Likewise.
21824         (DEFAULT): Likewise.
21825         (wctrans_table_add): Move macro and inline function earlier in
21826         file.
21827         (struct wctype_table): Move type earlier in file.
21828         (add_locale_wctype_table): New static prototype.
21829         (struct locale_ctype_t): Use logical types instead of struct iovec
21830         pointers for members.
21831         (ctype_output): Use new locale_file interface.
21832         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
21833         new locale_file interface.
21834         (allocate_arrays): Update for use of new locale_file interface.
21835         * locale/programs/ld-identification.c (identification_output): Use
21836         new locale_file interface.
21837         * locale/programs/ld-measurement.c (measurement_output): Likewise.
21838         * locale/programs/ld-messages.c (messages_output): Likewise.
21839         * locale/programs/ld-monetary.c (monetary_output): Likewise.
21840         * locale/programs/ld-name.c (name_output): Likewise.
21841         * locale/programs/ld-numeric.c (numeric_output): Likewise.
21842         * locale/programs/ld-paper.c (paper_output): Likewise.
21843         * locale/programs/ld-telephone.c (telephone_output): Likewise.
21844         * locale/programs/ld-time.c (time_output): Likewise.
21845
21846 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21847
21848         * benchtests/Makefile: Add memrchr benchmark.
21849         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21850         benchmark as memrchr.
21851         * benchtests/bench-memrchr-ifunc.c: New file.
21852         * benchtests/bench-memrchr.c: New file.
21853
21854 2013-09-06   Will Newton  <will.newton@linaro.org>
21855
21856         * benchtests/Makefile (string-bench): Add memcpy.
21857
21858 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
21859             Cong Wang  <amwang@redhat.com>
21860
21861         [BZ #15850]
21862         * sysdeps/unix/sysv/linux/bits/in.h
21863         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21864         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21865         before __USE_KERNEL_IPV6_DEFS uses.
21866         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21867         IPPROTO_BEETPH.
21868         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21869         sockaddr_in6, or ipv6_mreq.
21870
21871 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21872
21873         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21874         memory access for final bytes in some large inputs.
21875         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21876
21877 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21878
21879         * string/test-memrchr.c: New file.
21880         * string/test-memrchr-ifunc.c: New file.
21881         * string/Makefile: Add new memrchr testcase.
21882
21883 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
21884
21885         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21886         fanotify_init returns EPERM.
21887
21888 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21889
21890         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21891         errors.
21892         (top level): Treat second token from macro or constant entries for
21893         allowed headers as allowed.
21894         * include/complex.h: Condition internal declarations on
21895         [!_ISOMAC].
21896         * include/fenv.h: Condition include of <stdbool.h> and internal
21897         declarations on [!_ISOMAC].
21898
21899 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21900
21901         [BZ #15923]
21902         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21903
21904 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21905
21906         * configure.in (--enable-versioning): Remove configure option.
21907         (libc_cv_asm_symver_directive): Remove configure test.
21908         (libc_cv_ld_version_script_option): Likewise.
21909         (VERSIONING): Remove variable and AC_SUBST.
21910         (DO_VERSIONING): Remove AC_DEFINE.
21911         * configure: Regenerated.
21912         * config.h.in (DO_VERSIONING): Remove macro.
21913         * Makerules [$(versioning) = yes]: Change conditionals to
21914         [$(build-shared) = yes].
21915         * config.make.in (versioning): Remove variable.
21916         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21917         [$(build-shared) = yes].
21918         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21919         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21920         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21921         [$(build-shared) = yes].
21922         * extra-lib.mk [$(versioning) = yes]: Likewise.
21923         * hurd/Makefile [$(versioning) = yes]: Likewise.
21924         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21925         [SHARED].
21926         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21927         [SHARED].
21928         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21929         [SHARED && !NO_HIDDEN].
21930         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21931         [SHARED].
21932         [SHARED && DO_VERSIONING]: Likewise..
21933         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21934         [$(build-shared) = yes].
21935         * manual/install.texi (--disable-versioning): Remove
21936         documentation.
21937         * INSTALL: Regenerated.
21938         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21939         to [SHARED].
21940         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21941         [$(build-shared) = yes].
21942         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21943         * sysdeps/i386/i686/multiarch/strstr-c.c
21944         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21945         [SHARED && !NO_HIDDEN].
21946         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21947         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21948         * sysdeps/powerpc/powerpc32/dl-machine.c
21949         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21950         * sysdeps/powerpc/powerpc32/sysdep.h
21951         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21952         to [SHARED && PIC && !NO_HIDDEN].
21953         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21954         conditional to [SHARED].
21955
21956 2013-09-04   Will Newton  <will.newton@linaro.org>
21957
21958         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21959         * benchtests/bench-string.h: Include bench-timing.h instead
21960         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21961         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21962         call to HP_TIMING_DIFF_INIT.
21963         * benchtests/bench-memccpy.c: Use bench-timing.h macros
21964         instead of hp-timing.h macros.
21965         * benchtests/bench-memchr.c: Likewise.
21966         * benchtests/bench-memcmp.c: Likewise.
21967         * benchtests/bench-memcpy.c: Likewise.
21968         * benchtests/bench-memmem.c: Likewise.
21969         * benchtests/bench-memmove.c: Likewise.
21970         * benchtests/bench-memset.c: Likewise.
21971         * benchtests/bench-rawmemchr.c: Likewise.
21972         * benchtests/bench-strcasecmp.c: Likewise.
21973         * benchtests/bench-strcasestr.c: Likewise.
21974         * benchtests/bench-strcat.c: Likewise.
21975         * benchtests/bench-strchr.c: Likewise.
21976         * benchtests/bench-strcmp.c: Likewise.
21977         * benchtests/bench-strcpy.c: Likewise.
21978         * benchtests/bench-strcpy_chk.c: Likewise.
21979         * benchtests/bench-strlen.c: Likewise.
21980         * benchtests/bench-strncasecmp.c: Likewise.
21981         * benchtests/bench-strncat.c: Likewise.
21982         * benchtests/bench-strncmp.c: Likewise.
21983         * benchtests/bench-strncpy.c: Likewise.
21984         * benchtests/bench-strnlen.c: Likewise.
21985         * benchtests/bench-strpbrk.c: Likewise.
21986         * benchtests/bench-strrchr.c: Likewise.
21987         * benchtests/bench-strspn.c: Likewise.
21988         * benchtests/bench-strstr.c: Likewise.
21989
21990 2013-09-04  Will Newton  <will.newton@linaro.org>
21991
21992         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
21993
21994 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
21995
21996         [BZ #15427]
21997         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
21998         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
21999         * math/libm-test.inc (lgamma_test_data): Add more tests.
22000         * sysdeps/i386/fpu/libm-test-ulps: Update.
22001         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22002
22003 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
22004
22005         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
22006         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
22007         Add ifunc.
22008         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
22009         Add strcmp-sse2-unaligned
22010         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
22011
22012 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
22013
22014         * Versions.def (libc): Add GLIBC_2.19.
22015
22016 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
22017
22018         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
22019         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
22020
22021 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
22022
22023         [BZ #14155]
22024         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
22025         intermediate calculations in recurrence.
22026         (__ieee754_ynf): Likewise.
22027         * math/libm-test.inc (jn_test_data): Do not allow spurious
22028         underflow exception.  Add more tests.
22029         (yn_test_data): Add more tests.
22030         * sysdeps/i386/fpu/libm-test-ulps: Update.
22031         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22032
22033 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
22034
22035         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
22036
22037 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
22038
22039         * csu/init-first.c: Fix then/than typos.
22040         * locale/programs/ld-collate.c: Likewise.
22041         * locale/programs/linereader.h: Likewise.
22042         * manual/charset.texi: Likewise.
22043         * manual/filesys.texi: Likewise.
22044         * manual/stdio.texi: Likewise.
22045         * manual/string.texi: Likewise.
22046         * stdlib/fmtmsg.c: Likewise.
22047         * sysdeps/i386/stpncpy.S: Likewise.
22048         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22049         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
22050         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22051         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
22052
22053 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
22054
22055         * elf/dl-open.c: Fix typos.
22056         * iconvdata/gbbig5.c: Likewise.
22057         * iconvdata/iso-2022-jp.c: Likewise.
22058         * iconv/gconv_int.h: Likewise.
22059         * iconv/loop.c: Likewise.
22060         * nis/rpcsvc/nis.h: Likewise.
22061         * resolv/ns_name.c: Likewise.
22062         * stdio-common/vfscanf.c: Likewise.
22063         * streams/stropts.h: Likewise.
22064         * sunrpc/rpc_thread.c: Likewise.
22065         * sysdeps/i386/strpbrk.S: Likewise.
22066         * sysdeps/ieee754/k_standard.c: Likewise.
22067         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
22068         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22069         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
22070         * sysdeps/mach/hurd/profil.c: Likewise.
22071         * sysdeps/s390/dl-procinfo.h: Likewise.
22072         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
22073         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
22074         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
22075         * sysdeps/x86_64/dl-trampoline.S: Likewise.
22076         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
22077
22078 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
22079
22080         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
22081         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
22082
22083 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
22084
22085         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
22086         aix specific files.
22087         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
22088         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
22089         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
22090         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
22091         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
22092         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
22093         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
22094         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
22095
22096 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
22097             Roland McGrath  <roland@hack.frob.com>
22098
22099         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
22100         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
22101
22102 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
22103
22104         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
22105         __executable_start symbol instead of _start.
22106
22107 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
22108
22109         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
22110         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
22111         Move macros to...
22112         * sysdeps/gnu/ldsodefs.h: ... this new file.
22113
22114         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
22115         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
22116         instead of ELFOSABI_LINUX.
22117
22118         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
22119         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
22120         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
22121         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
22122         Likewise.
22123         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
22124         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
22125         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
22126         Likewise.
22127         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
22128         (ibm_extended_long_double): Add ieee_nan member.
22129         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
22130         (do_test): New function.
22131
22132         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
22133         TEST_TRUNC.
22134         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
22135         functions, renamed from truncdfsf_test, trunctfsf_test,
22136         trunctfdf_test.
22137         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
22138         functions.
22139         (do_test): Run all these.
22140
22141 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
22142
22143         * argp/argp-help.c: Fix typos.
22144         * argp/argp-parse.c: Likewise.
22145         * debug/backtracesyms.c: Likewise.
22146         * elf/elf.h: Likewise.
22147         * malloc/malloc.c: Likewise.
22148         * nis/nis_print.c: Likewise.
22149         * resolv/res_comp.c: Likewise.
22150         * stdlib/stdlib.h: Likewise.
22151         * sunrpc/clnt_tcp.c: Likewise.
22152         * sunrpc/clnt_udp.c: Likewise.
22153         * sunrpc/clnt_unix.c: Likewise.
22154         * sysdeps/unix/bsd/ptsname.c: Likewise.
22155         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
22156         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
22157         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
22158         Likewise.
22159         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
22160         Likewise.
22161         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
22162         Likewise.
22163         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
22164
22165 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22166
22167         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
22168         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
22169
22170 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
22171
22172         [BZ #15897]
22173         * dlfcn/Makefile (tests): Add bug-dl-leaf.
22174         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
22175         ($(objpfx)bug-dl-leaf): New rule.
22176         ($(objpfx)bug-dl-leaf.so): Likewise.
22177         ($(objpfx)bug-dl-leaf.out): Likewise.
22178         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
22179         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
22180         * dlfcn/bug-dl-leaf.c: New test.
22181         * dlfcn/bug-dl-leaf-lib.c: Likewise.
22182         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
22183         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
22184         (dlclose): Likewise.
22185         (dlmopen): Likewise.
22186
22187 2013-08-27  Roland McGrath  <roland@hack.frob.com>
22188
22189         * include/netdb.h [!_ISOMAC]:
22190         Don't include <tls.h>.
22191         (h_errno, __libc_h_errno): Move declaration and macros out of
22192         [_LIBC_REENTRANT].
22193
22194         * include/resolv.h [_RESOLV_H_]:
22195         Don't include <tls.h>.
22196         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
22197         * resolv/res_libc.c: Don't include <tls.h>.
22198         (_res): Use __attribute__ ((nocommon)) in place of
22199         __attribute__ ((section (".bss"))).
22200
22201         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
22202         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
22203
22204         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
22205
22206         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
22207         only under [SIOCGIFCONF && SIOCGIFNETMASK].
22208
22209         * resolv/res_mkquery.c: Include <sys/time.h>.
22210
22211         * inet/ifreq.c: Moved to ...
22212         * sysdeps/unix/ifreq.c: ... here.
22213         * inet/ifreq.c: New file, true stub version.
22214
22215         * socket/sa_len.c: New file.
22216         * socket/Makefile (aux): Add it.
22217         * sysdeps/unix/sysv/linux/Makefile
22218         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
22219         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
22220         and #include <socket/sa_len.c>.
22221         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
22222         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
22223
22224         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
22225         * bits/socket.h: ... here.
22226
22227         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
22228         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
22229         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
22230
22231 2013-08-27  Andreas Schwab  <schwab@suse.de>
22232
22233         [BZ #15736]
22234         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
22235         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
22236         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
22237         * string/test-strcasecmp.c (test_main): Run tests in several
22238         locales.
22239         * string/test-strncasecmp.c (test_main): Likewise.
22240
22241         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
22242         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
22243         to __strcasecmp_nonascii and __strncasecmp_nonascii.
22244         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
22245         (__strncasecmp_ssse3) [PIC]: Likewise.
22246
22247 2013-08-26  Roland McGrath  <roland@hack.frob.com>
22248
22249         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
22250
22251         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
22252         instead of explicitly declaring xdecrypt.
22253         * nis/nss_nis/nis-publickey.c: Likewise.
22254
22255 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22256
22257         [BZ #15890]
22258         * nscd/aicache.c: Include res_hconf.h.
22259         (addhstaiX): Initialize res_hconf.
22260
22261 2013-08-26  Andreas Schwab  <schwab@suse.de>
22262
22263         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
22264         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
22265
22266 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22267
22268         * nscd/aicache.c (addhstaiX): Fix indentation.
22269
22270 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
22271
22272         * configure.ac: Quote $build_pt_chown test.
22273         * configure: Regenerated.
22274
22275 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
22276
22277         [BZ #15532]
22278         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
22279         * math/s_cexpf.c (__cexpf): Likewise.
22280         * math/s_cexpl.c (__cexpl): Likewise.
22281         * math/libm-test.inc (cexp_test_data): Correct expected return
22282         value for NaN + i0.  Add another test.
22283
22284 2013-08-22  David S. Miller  <davem@davemloft.net>
22285
22286         * po/ca.po: Update Catalan translation from translation project.
22287         * po/uk.po: Add Ukrainian translations from translation project.
22288
22289 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
22290
22291         [BZ #15797]
22292         * math/s_fdim.c (__fdim): Check for infinite arguments if result
22293         is infinite, not alongside NaN test.
22294         * math/s_fdimf.c (__fdimf): Likewise.
22295         * math/s_fdiml.c (__fdiml): Likewise.
22296         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
22297         errno is unchanged.
22298
22299 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
22300
22301         * argp/argp-help.c: Fix typos.
22302         * crypt/speeds.c: Likewise.
22303         * csu/check_fds.c: Likewise.
22304         * elf/dl-load.c: Likewise.
22305         * elf/dl-open.c: Likewise.
22306         * elf/reldep3.c: Likewise.
22307         * elf/reldep.c: Likewise.
22308         * elf/sprof.c: Likewise.
22309         * iconv/iconv_charmap.c: Likewise.
22310         * iconv/skeleton.c: Likewise.
22311         * iconv/strtab.c: Likewise.
22312         * io/lockf64.c: Likewise.
22313         * libio/libioP.h: Likewise.
22314         * resolv/gai_notify.c: Likewise.
22315         * resolv/ns_name.c: Likewise.
22316         * resolv/ns_samedomain.c: Likewise.
22317         * resolv/res_send.c: Likewise.
22318         * stdlib/random.c: Likewise.
22319         * sunrpc/rpc/xdr.h: Likewise.
22320         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
22321         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
22322         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
22323         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
22324         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
22325         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
22326         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
22327         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
22328         * sysdeps/mach/hurd/check_fds.c: Likewise.
22329         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
22330         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22331         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22332         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
22333         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22334         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
22335         * sysdeps/pthread/aio_notify.c: Likewise.
22336         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
22337         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
22338         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
22339         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
22340         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22341
22342 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22343
22344         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
22345         version if bit_Slow_SSE4_2 is set.
22346         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
22347         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
22348
22349 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22350
22351         [BZ #15867]
22352         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
22353         trampoline stack frame information.
22354         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
22355         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
22356         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
22357         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
22358         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
22359         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22360         (_libc_vdso_platform_setup): Initialize the signal trampolines.
22361         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
22362         sa_flags value.
22363         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
22364         interrupting a syscall and set with option SA_SIGINFO.
22365
22366 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22367
22368         [BZ #15531]
22369         * math/s_cproj.c (__cproj): Only return an infinity if one part of
22370         argument is infinite.
22371         * math/s_cprojf.c (__cprojf): Likewise.
22372         * math/s_cprojl.c (__cprojl): Likewise.
22373         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
22374         * math/libm-test.inc (cproj_test_data): Add more tests.
22375
22376         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
22377
22378         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
22379         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
22380         size.  Use __ffs to determine corresponding shift.
22381
22382 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22383             Roland McGrath  <roland@hack.frob.com>
22384
22385         * Makefile (INSTALL): Remove trailing blank lines from output of
22386         makeinfo.
22387
22388 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22389
22390         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
22391         Align 32 bit compat elf_greg to 8 bytes.
22392
22393 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
22394
22395         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
22396
22397 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22398
22399         * string/strcoll_l.c (coll_seq): New structure.
22400         (get_next_seq_cached): New function.
22401         (get_next_seq): New function.
22402         (do_compare): New function.
22403         (STRCOLL): Use GNU style definition.  Simplify implementation
22404         by using get_next_seq, get_next_seq_cached and do_compare.
22405
22406 2013-08-16  Florian Weimer  <fweimer@redhat.com>
22407
22408         [BZ #14699]
22409         CVE-2013-4237
22410         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
22411         member.
22412         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
22413         member.
22414         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
22415         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
22416         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
22417         conditional.
22418         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
22419         GETDENTS_64BIT_ALIGNED.
22420         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
22421         * manual/filesys.texi (Reading/Closing Directory): Document
22422         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
22423         strongly.
22424         * manual/conf.texi (Limits for Files): Add portability note to
22425         NAME_MAX, PATH_MAX.
22426         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
22427
22428 2013-08-13  Andreas Schwab  <schwab@suse.de>
22429
22430         [BZ #15749]
22431         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
22432         of fabs.
22433         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
22434         LDBL_MAX_EXP >= 16384]: Add tests for it.
22435
22436 2013-08-12  David S. Miller  <davem@davemloft.net>
22437
22438         * version.h (RELEASE): Set to "development".
22439         (VERSION): Set to "2.18.90".
22440         * NEWS: Add 2.19 section.
22441
22442 2013-08-03  David S. Miller  <davem@davemloft.net>
22443
22444         * po/ko.po: Update Korean translation from translation project.
22445
22446 2013-08-01  David S. Miller  <davem@davemloft.net>
22447
22448         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
22449         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
22450         Bilka.
22451
22452 2013-07-30  David S. Miller  <davem@davemloft.net>
22453
22454         * po/fr.po: Update French translation from translation project.
22455
22456 2013-07-28  David S. Miller  <davem@davemloft.net>
22457
22458         * po/cs.po: Update Czech translation from translation project.
22459
22460         * po/sv.po: Update Swedish translation from translation project.
22461
22462 2013-07-27  David S. Miller  <davem@davemloft.net>
22463
22464         * po/eo.po: Update Esperanto translation from translation project.
22465
22466         * po/vi.po: Update Vietnamese translation from translation project.
22467
22468         * po/de.po: Update German translation from translation project.
22469
22470 2013-07-26  David S. Miller  <davem@davemloft.net>
22471
22472         * po/bg.po: Update Bulgarian translation from translation project.
22473
22474         * po/nl.po: Update Dutch translation from translation project.
22475         * po/pl.po: Update Polish translation from translation project.
22476         * po/ru.po: Update Russian translation from translation project.
22477
22478 2013-07-24  David S. Miller  <davem@davemloft.net>
22479
22480         * po/libc.pot: Update.
22481
22482 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22483
22484         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
22485         variable page size.
22486         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
22487         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
22488         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
22489
22490 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22491
22492         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
22493
22494 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22495             Andreas Schwab  <schwab@suse.de>
22496             Roland McGrath  <roland@hack.frob.com>
22497             Joseph Myers  <joseph@codesourcery.com>
22498             Carlos O'Donell  <carlos@redhat.com>
22499
22500         [BZ #15755]
22501         * config.h.in: Define HAVE_PT_CHOWN.
22502         * config.make.in (build-pt-chown): New variable.
22503         * configure.in (--enable-pt_chown): New configure option.
22504         * configure: Regenerate.
22505         * login/Makefile: Include Makeconfig.  Build pt_chown only if
22506         build-pt-chown is enabled.
22507         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
22508         pt_chown to fix pty ownership.
22509         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
22510         CLOSE_ALL_FDS.
22511         * manual/install.texi (Configuring and compiling): Mention
22512         --enable-pt_chown. Add @findex for grantpt.
22513         * INSTALL: Regenerate.
22514
22515 2013-07-20  David S. Miller  <davem@davemloft.net>
22516
22517         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
22518         difference between 32-bit and 64-bit.
22519
22520 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
22521
22522         [BZ #15711]
22523         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
22524         Avoid system header dependency with -ffreestanding.
22525         ($(objpfx)bits/syscall%d): Likewise.
22526
22527 2013-07-13  David S. Miller  <davem@davemloft.net>
22528
22529         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
22530         underflows from atanl/atan2l due to bug 15319.
22531         (casinh_test_data): Likewise.
22532
22533 2013-07-07  David S. Miller  <davem@davemloft.net>
22534
22535         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
22536
22537 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
22538
22539         * sysdeps/i386/fpu/libm-test-ulps: Update.
22540         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22541
22542 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22543
22544         * configure.in (--enable-lock-elision): Fix message text.
22545         * INSTALL: Regenerate.
22546         * configure: Regenerate.
22547
22548 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22549
22550         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22551
22552 2013-07-03  Andreas Jaeger  <aj@suse.de>
22553
22554         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
22555         define.
22556         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
22557         (ptrace_peeksiginfo_args): Add.
22558         (__ptrace_peeksiginfo_flags): Add.
22559         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
22560         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
22561         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
22562
22563 2013-07-03  Allan McRae  <allan@archlinux.org>
22564
22565         * sysdeps/i386/fpu/libm-test-ulps: Update.
22566
22567 2013-07-02  David S. Miller  <davem@davemloft.net>
22568
22569         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22570
22571 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
22572
22573         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22574
22575 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22576
22577         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
22578         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22579
22580 2013-07-02  Andi Kleen <ak@linux.intel.com>
22581
22582         * config.h.in (ENABLE_LOCK_ELISION): Add.
22583         * configure.in (--enable-lock-elision): Add option.
22584         * manual/install.texi: Document --enable lock elision.
22585         * configure: Regenerate
22586         * INSTALL: Regenerate.
22587
22588 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
22589
22590         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
22591         SSE4.2 strcasecmp for libc.a.
22592         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
22593
22594 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22595
22596         [BZ #13304]
22597         * soft-fp/op-common.h (_FP_FMA): New macro.
22598         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
22599         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
22600         (_FP_MUL_MEAT_1_imm): ... here.
22601         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
22602         (_FP_MUL_MEAT_1_wide): ... here.
22603         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
22604         (_FP_MUL_MEAT_1_hard): ... here.
22605         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
22606         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
22607         (_FP_MUL_MEAT_2_wide): ... here.
22608         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
22609         (_FP_MUL_MEAT_2_wide_3mul): ... here.
22610         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
22611         (_FP_MUL_MEAT_2_gmp): ... here.
22612         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22613         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
22614         (_FP_MUL_MEAT_4_wide): ... here.
22615         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
22616         (_FP_MUL_MEAT_4_gmp): ... here.
22617         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22618         (_FP_WFRACBITS_DW_S): Likewise.
22619         (_FP_WFRACXBITS_DW_S): Likewise.
22620         (_FP_HIGHBIT_DW_S): Likewise.
22621         (FP_FMA_S): Likewise.
22622         (_FP_FRAC_HIGH_DW_S): Likewise.
22623         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22624         (_FP_WFRACBITS_DW_D): Likewise.
22625         (_FP_WFRACXBITS_DW_D): Likewise.
22626         (_FP_HIGHBIT_DW_D): Likewise.
22627         (FP_FMA_D): Likewise.
22628         (_FP_FRAC_HIGH_DW_D): Likewise.
22629         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22630         (_FP_WFRACBITS_DW_E): Likewise.
22631         (_FP_WFRACXBITS_DW_E): Likewise.
22632         (_FP_HIGHBIT_DW_E): Likewise.
22633         (FP_FMA_E): Likewise.
22634         (_FP_FRAC_HIGH_DW_E): Likewise.
22635         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22636         (_FP_WFRACBITS_DW_Q): Likewise.
22637         (_FP_WFRACXBITS_DW_Q): Likewise.
22638         (_FP_HIGHBIT_DW_Q): Likewise.
22639         (FP_FMA_Q): Likewise.
22640         (_FP_FRAC_HIGH_DW_Q): Likewise.
22641         * soft-fp/fmasf4.c: New file.
22642         * soft-fp/fmadf4.c: Likewise.
22643         * soft-fp/fmatf4.c: Likewise.
22644
22645 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22646
22647         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22648         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22649         Silvermont.
22650         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22651         macro.
22652         (index_Slow_SSE4_2): Likewise.
22653         (index_Prefer_PMINUB_for_stringop): Likewise.
22654         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22655         bit_Slow_SSE4_2 is set.
22656         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22657         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22658
22659 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22660
22661         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22662         rtld_global._dl_hwcap2.
22663         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22664         POWER8.
22665         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22666         POWER8 feature descriptions defined in _dl_hwcap2.
22667         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22668         string handling for POWER8 feature bits.
22669         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22670         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22671         _dl_powerpc_cap_flags.
22672         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22673         * sysdeps/powerpc/rtld-global-offsets.sym
22674         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22675         _dl_hwcap2 in the rtld_global_ro structure.
22676
22677 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22678
22679         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22680         hardware capabilities in support of AT_HWCAP2.
22681         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22682         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22683         GLRO(dl_hwcap2).
22684         (_dl_show_auxv): Add support for calling _dl_procinfo to display
22685         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
22686         explicitly the unknown a_type display mechanism is used.
22687         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22688         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22689         struct member.
22690         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22691         to macro prototype for AT_HWCAP2 support.
22692         * sysdeps/i386/dl-procinfo.h: Likewise.
22693         * sysdeps/s390/dl-procinfo.h: Likewise.
22694         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22695         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
22696         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
22697         return -1 for unknown a_type display fallback.
22698         * sysdeps/sparc/dl-procinfo.h: Likewise.
22699         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22700         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22701
22702 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
22703
22704         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22705         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22706
22707 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
22708
22709         [BZ #12492]
22710         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22711         mprotect making __stack_prot writable.
22712
22713 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
22714             Joseph Myers  <joseph@codesourcery.com>
22715
22716         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22717         as being properly aligned.
22718
22719 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
22720
22721         * dlfcn/modstatic5.c: New file.
22722         * dlfcn/tststatic5.c: New file.
22723         * dlfcn/Makefile (tests): Add tststatic5.
22724         (tests-static): Likewise.
22725         (modules-names): Add modstatic5.
22726         (tststatic5-ENV): New variable.
22727         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22728
22729         [BZ #15022]
22730         * elf/dl-support.c (_dl_main_map): New variable.
22731         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22732         (_dl_nns, _dl_load_adds): Set to 1.
22733         (_dl_initial_searchlist): Refer to _dl_main_map.
22734         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22735         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22736         call to _dl_get_origin.
22737         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22738         around call_map.
22739         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22740         * dlfcn/modstatic3.c: New file.
22741         * dlfcn/tststatic3.c: New file.
22742         * dlfcn/tststatic4.c: New file.
22743         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22744         (tests-static): Likewise.
22745         (modules-names): Add modstatic3.
22746         (tststatic3-ENV, tststatic4-ENV): New variables.
22747         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22748         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22749
22750 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
22751
22752         * configure.in (CC): Require GCC version 4.4 or later.
22753         * configure: Regenerated.
22754         * manual/install.texi (Tools for Compilation): Update GCC version
22755         requirement.
22756         * INSTALL: Regenerated.
22757
22758 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22759
22760         [BZ #15674]
22761         * string/test-memcmp.c (check2): New.
22762         (main): Call check2.
22763
22764         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22765
22766 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
22767
22768         [BZ #15022]
22769         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22770         over to...
22771         (dl_open_worker) [!SHARED]: ... here.
22772
22773 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22774
22775         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22776
22777 2013-06-25  Richard Henderson  <rth@redhat.com>
22778
22779         * locale/programs/locarchive.c: Include <libc-internal.h>
22780
22781 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
22782
22783         * manual/texinfo.tex: Update to version 2013-06-21.17, with
22784         trailing whitespace removed.
22785
22786 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22787
22788         [BZ #10283]
22789         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22790         * locale/programs/locarchive.c: Include libc-mmap.h.
22791         (prepare_address_space): Take two new outputs (the mmap base and len).
22792         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
22793         values.
22794         (create_archive): Declare new mmap base and len values for
22795         prepare_address_space, and store the result in ah.
22796         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22797         (enlarge_archive): If ah->mmap_base is not NULL, use that and
22798         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22799         Declare new mmap base and len values for
22800         prepare_address_space, and store the result in new_ah.
22801         (open_archive): Declare new mmap base and len values for
22802         prepare_address_space, and store the result in ah.
22803         (close_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         * sysdeps/generic/libc-mmap.h: New file.
22806
22807 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22808
22809         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22810         (ALIGN_UP): Likewise.
22811         (PTR_ALIGN_DOWN): Likewise.
22812         (PTR_ALIGN_UP): Likewise.
22813
22814 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22815
22816         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22817         entry mapped to PPC_PLATFORM_POWER8.
22818         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22819         POWER8.
22820         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22821         (_dl_string_platform): Add case for exporting platform position for
22822         POWER8.
22823         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22824         search path to sysdeps/powerpc/powerpc32/power8 directory.
22825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22826         search path to sysdeps/powerpc/powerpc64/power8 directory.
22827         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22828         power7 directories.
22829         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22830         power7 directories.
22831
22832 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22833
22834         * INSTALL: Regenerate.
22835
22836         * nscd/connections.c (nscd_init): Fix comment.
22837
22838 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
22839
22840         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22841
22842         [BZ #15667]
22843         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22844         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22845
22846 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22847
22848         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22849         DL_DST_REQ_STATIC.
22850         (DL_DST_REQ_STATIC): Remove macro.
22851
22852 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
22853
22854         [BZ #7006]
22855         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22856         with a shift of 0 bits.
22857
22858 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22859
22860         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22861         $(tststatic-ENV).
22862
22863 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22864
22865         [BZ #15655]
22866         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22867
22868 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22869
22870         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22871         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22872         accepts -fno-tree-loop-distribute-patterns.
22873         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22874         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22875         recursive call.
22876         * string/memset.c (memset): Likewise.
22877         * string/test-memmove.c (simple_memmove): Disable loop transformation
22878         to library calls.
22879         * string/test-memset.c (simple_memset): Likewise.
22880         * benchtests/bench-memmove.c (simple_memmove): Likewise.
22881         * benchtests/bench-memset.c (simple_memset): Likewise.
22882         * configure: Regenerated.
22883
22884 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
22885
22886         * math/test-misc.c (main): Ignore fesetround failure when failures
22887         of subsequent rounding tests would be ignored.
22888
22889         [BZ #15654]
22890         * math/fedisblxcpt.c (fedisableexcept): Return 0.
22891         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22892         * math/fegetenv.c (__fegetenv): Return 0.
22893         * math/fegetexcept.c (fegetexcept): Return 0.
22894         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22895         FE_TONEAREST.
22896         * math/feholdexcpt.c (feholdexcept): Return 0.
22897         * math/fesetenv.c (__fesetenv): Return 0.
22898         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22899         argument FE_TONEAREST.
22900         * math/feupdateenv.c (__feupdateenv): Return 0.
22901         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22902
22903 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22904
22905         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22906         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22907         ($(objpfx)rtld-%.os rules): Use them.
22908
22909 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22910
22911         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22912         fields.
22913
22914 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22915
22916         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22917         length of target pattern, then descending length of dependency pattern.
22918         * configure.in (AWK): Require gawk 3.1.2 or newer.
22919         * manual/install.texi (Tools for Compilation): Say that we do.
22920         * configure: Regenerated.
22921
22922         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22923         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22924         * scripts/sysd-rules.awk: ... this new script.
22925         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22926         than a glob-style pattern.
22927
22928 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22929
22930         * math/test-misc.c (main): Do not treat incorrectly rounded
22931         conversions as failure unless ROUNDING_TESTS passes.
22932
22933 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22934
22935         [BZ #15631]
22936         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22937         restore exception state around main square root computation, then
22938         check for inexactness explicitly.
22939
22940         * math/libm-test.inc (fma_test_data): Add another test.
22941
22942 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22943
22944         * manual/threads.texi (Non-POSIX Extensions): New document
22945         node.  Document pthread_getattr_default_np and
22946         pthread_setattr_default_np.
22947
22948         * Versions.def (libpthread): Add GLIBC_2.18.
22949         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22951         Likewise.
22952         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22953         Likewise.
22954         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22955         Likewise.
22956         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22957         Likewise.
22958         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22959         Likewise.
22960         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22961         Likewise.
22962         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22963         Likewise.
22964         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22965         Likewise.
22966         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22967         Likewise.
22968
22969 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22970
22971         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22972         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22973
22974 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22975             H.J. Lu  <hjl.tools@gmail.com>
22976
22977         [BZ #15627]
22978         * sysdeps/x86_64/rtld-memset.c: Remove file.
22979         * sysdeps/x86_64/rtld-memset.S: New file.
22980
22981 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
22982
22983         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22984         (test_in_one_mode): Take arguments for whether the rounding mode
22985         is supported for each floating-point type.
22986         (do_test): Pass new arguments to test_in_one_mode using
22987         ROUNDING_TESTS.
22988
22989 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22990
22991         * posix/tst-waitid.c (do_test): Distinguish different instances of
22992         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
22993         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
22994         before entering the kernel for waitpid.
22995
22996 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22997
22998         * NEWS: Fix note on clock function precision.  Text by Roland
22999         McGrath.
23000
23001 2013-06-13  Roland McGrath  <roland@hack.frob.com>
23002
23003         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
23004         it into place only when and if the sanity check passes.
23005
23006 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
23007
23008         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
23009         output for whether conversion result is exact.  Take argument
23010         indicating whether type is IBM long double.
23011         (round_for_all): Change need_exact field to ibm_ld.
23012         * stdlib/tst-strtod-round.c (struct exactness): New type.
23013         (struct test): Change bool ld_ok field to struct exactness exact.
23014         (TEST): Update all definitions for change to field.
23015         (tests): Regenerate array contents.
23016         (test_in_one_mode): Take pointer to new field instead of old ld_ok
23017         field value.  Check for IBM long double here.
23018         (do_test): Update calls to test_in_one_mode.
23019
23020 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
23021
23022         [BZ #12515]
23023         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
23024         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
23025
23026 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23027
23028         [BZ #15605]
23029         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
23030         generated by the compiler on loop optimizations.
23031         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
23032         general definitions.
23033
23034 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
23035
23036         * math/bug-nextafter.c: Include <math-tests.h>.
23037         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23038         the relevant type.
23039         * math/bug-nexttoward.c: Include <math-tests.h>.
23040         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23041         the relevant type.
23042         * math/test-misc.c: Include <math-tests.h>.
23043         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23044         the relevant type.
23045
23046 2013-06-12  Andreas Jaeger  <aj@suse.de>
23047
23048         * po/ia.po: Update Interlingua translation from translation
23049         project.
23050
23051 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
23052
23053         * include/fenv.h: Include stdbool.h.
23054         (struct rm_ctx): New structure.
23055         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
23056         Define macro.
23057         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
23058         (SET_RESTORE_ROUNDF): Likewise.
23059         (SET_RESTORE_ROUNDL): Likewise.
23060         (SET_RESTORE_ROUND_NOEX): Likewise.
23061         (SET_RESTORE_ROUND_NOEXF): Likewise.
23062         (SET_RESTORE_ROUND_NOEXL): Likewise.
23063         (SET_RESTORE_ROUND_53BIT): Likewise.
23064         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
23065         (libc_feresetround_noexf_ctx): Likewise.
23066         (libc_feresetround_noexl_ctx): Likewise.
23067         (libc_feholdsetround_53bit_ctx): Likewise.
23068         (libc_feresetround_53bit_ctx): Likewise.
23069         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
23070         (libc_feholdexcept_setround_sse_ctx): New function.
23071         (libc_fesetenv_sse_ctx): Likewise.
23072         (libc_feupdateenv_sse_ctx): Likewise.
23073         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
23074         (libc_feholdexcept_setround_387_ctx): Likewise.
23075         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
23076         (libc_feholdsetround_387_prec_ctx): Likewise.
23077         (libc_feholdsetround_387_ctx): Likewise.
23078         (libc_feholdsetround_387_53bit_ctx): Likewise.
23079         (libc_feholdsetround_sse_ctx): Likewise.
23080         (libc_feresetround_sse_ctx): Likewise.
23081         (libc_feresetround_387_ctx): Likewise.
23082         (libc_feupdateenv_387_ctx): Likewise.
23083         (libc_feholdexcept_setroundf_ctx): Define macro.
23084         (libc_fesetenvf_ctx): Likewise.
23085         (libc_feupdateenvf_ctx): Likewise.
23086         (libc_feholdsetroundf_ctx): Likewise.
23087         (libc_feresetroundf_ctx): Likewise.
23088         (libc_feholdexcept_setround_ctx): Likewise.
23089         (libc_fesetenv_ctx): Likewise.
23090         (libc_feupdateenv_ctx): Likewise.
23091         (libc_feholdsetround_ctx): Likewise.
23092         (libc_feresetround_ctx): Likewise.
23093         (libc_feholdexcept_setroundl_ctx): Likewise.
23094         (libc_feupdateenvl_ctx): Likewise.
23095         (libc_feholdsetroundl_ctx): Likewise.
23096         (libc_feresetroundl_ctx): Likewise.
23097         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
23098         (libc_feresetround_53bit_ctx): Likewise.
23099
23100 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23101
23102         * locale/iso-639.def: Convert to UTF-8.
23103
23104 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
23105
23106         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
23107         (EXCEPTION_TESTS_double): Likewise.
23108         (EXCEPTION_TESTS_long_double): Likewise.
23109         (EXCEPTION_TESTS): Likewise.
23110         * math/libm-test.inc (test_exceptions): Only test exceptions if
23111         EXCEPTION_TESTS (FLOAT).
23112
23113 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23114
23115         * benchtests/Makefile (string-bench): Add strcpy_chk and
23116         stpcpy_chk.
23117         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
23118         * benchtests/bench-stpcpy_chk.c: New file.
23119         * benchtests/bench-strcpy_chk-ifunc.c: New file.
23120         * benchtests/bench-strcpy_chk.c: New file.
23121         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
23122         code.
23123         (do_test): Likewise.
23124
23125 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23126
23127         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
23128         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
23129         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
23130         with tabs where appropriate.
23131         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
23132         dl-procinfo.h.
23133         [PPC_PLATFORM_PPC440]: Likewise.
23134         [PPC_PLATFORM_PPC464]: Likewise.
23135         [PPC_PLATFORM_PPC476]: Likewise.
23136         (_dl_string_platform): Add support for detecting ppc405, ppc440,
23137         ppc464, and ppc476 platform strings merging from ports/
23138         dl-procinfo.h.
23139
23140 2013-06-11  Andreas Schwab  <schwab@suse.de>
23141
23142         [BZ #14991]
23143         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
23144         (from_ucs4_idx): Regenerate.
23145         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
23146         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
23147         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
23148         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
23149         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
23150         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
23151         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
23152         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
23153         from FROM_LOOP and TO_LOOP specific macros.
23154         (BODY): Handle combining characters.
23155         * iconvdata/BIG5HKSCS.irreversible: Update.
23156         * iconvdata/BIG5HKSCS.precomposed: New file.
23157         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
23158         characters.
23159         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
23160
23161 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23162
23163         * include/sys/time.h: Fix indentation and add copyright header.
23164
23165         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
23166         (do_test): Likewise.
23167         * string/test-memchr.c (do_one_test): Likewise.
23168         (do_test): Likewise.
23169         * string/test-memcmp.c (do_one_test): Likewise.
23170         (do_test): Likewise.
23171         * string/test-memcpy.c (do_one_test): Likewise.
23172         (do_test): Likewise.
23173         * string/test-memmem.c (do_one_test): Likewise.
23174         (do_test): Likewise.
23175         (do_random_tests): Likewise.
23176         * string/test-memmove.c (do_one_test): Likewise.
23177         (do_test): Likewise.
23178         * string/test-memset.c (do_one_test): Likewise.
23179         (do_test): Likewise.
23180         * string/test-rawmemchr.c (do_one_test): Likewise.
23181         (do_test): Likewise.
23182         * string/test-strcasecmp.c (do_one_test): Likewise.
23183         (do_test): Likewise.
23184         * string/test-strcasestr.c (do_one_test): Likewise.
23185         (do_test): Likewise.
23186         * string/test-strcat.c (do_one_test): Likewise.
23187         (do_test): Likewise.
23188         * string/test-strchr.c (do_one_test): Likewise.
23189         (do_test): Likewise.
23190         * string/test-strcmp.c (do_one_test): Likewise.
23191         (do_test): Likewise.
23192         * string/test-strcpy.c (do_one_test): Likewise.
23193         (do_test): Likewise.
23194         * string/test-string.h: Likewise.
23195         (test_init): Likewise.
23196         * string/test-strlen.c (do_one_test): Likewise.
23197         (do_test): Likewise.
23198         * string/test-strncasecmp.c (do_one_test): Likewise.
23199         (do_test): Likewise.
23200         * string/test-strncat.c (do_one_test): Likewise.
23201         (do_test): Likewise.
23202         * string/test-strncmp.c (do_one_test): Likewise.
23203         (do_test_limit): Likewise.
23204         (do_test): Likewise.
23205         * string/test-strncpy.c (do_one_test): Likewise.
23206         (do_test): Likewise.
23207         * string/test-strnlen.c (do_one_test): Likewise.
23208         (do_test): Likewise.
23209         * string/test-strpbrk.c (do_one_test): Likewise.
23210         (do_test): Likewise.
23211         * string/test-strrchr.c (do_one_test): Likewise.
23212         (do_test): Likewise.
23213         * string/test-strspn.c (do_one_test): Likewise.
23214         (do_test): Likewise.
23215         * string/test-strstr.c (do_one_test): Likewise.
23216         (do_test): Likewise.
23217
23218         * benchtests/Makefile (string-bench): Add string benchmarks.
23219         * benchtests/bench-bcopy-ifunc.c: New file.
23220         * benchtests/bench-bcopy.c: New file.
23221         * benchtests/bench-bzero-ifunc.c: New file.
23222         * benchtests/bench-bzero.c: New file.
23223         * benchtests/bench-memccpy-ifunc.c: New file.
23224         * benchtests/bench-memccpy.c: New file.
23225         * benchtests/bench-memchr-ifunc.c: New file.
23226         * benchtests/bench-memchr.c: New file.
23227         * benchtests/bench-memcmp-ifunc.c: New file.
23228         * benchtests/bench-memcmp.c: New file.
23229         * benchtests/bench-memmem-ifunc.c: New file.
23230         * benchtests/bench-memmem.c: New file.
23231         * benchtests/bench-memmove-ifunc.c: New file.
23232         * benchtests/bench-memmove.c: New file.
23233         * benchtests/bench-mempcpy-ifunc.c: New file.
23234         * benchtests/bench-mempcpy.c: New file.
23235         * benchtests/bench-memset-ifunc.c: New file.
23236         * benchtests/bench-memset.c: New file.
23237         * benchtests/bench-rawmemchr-ifunc.c: New file.
23238         * benchtests/bench-rawmemchr.c: New file.
23239         * benchtests/bench-stpcpy-ifunc.c: New file.
23240         * benchtests/bench-stpcpy.c: New file.
23241         * benchtests/bench-stpncpy-ifunc.c: New file.
23242         * benchtests/bench-stpncpy.c: New file.
23243         * benchtests/bench-strcasecmp-ifunc.c: New file.
23244         * benchtests/bench-strcasecmp.c: New file.
23245         * benchtests/bench-strcasestr-ifunc.c: New file.
23246         * benchtests/bench-strcasestr.c: New file.
23247         * benchtests/bench-strcat-ifunc.c: New file.
23248         * benchtests/bench-strcat.c: New file.
23249         * benchtests/bench-strchr-ifunc.c: New file.
23250         * benchtests/bench-strchr.c: New file.
23251         * benchtests/bench-strchrnul-ifunc.c: New file.
23252         * benchtests/bench-strchrnul.c: New file.
23253         * benchtests/bench-strcmp-ifunc.c: New file.
23254         * benchtests/bench-strcmp.c: New file.
23255         * benchtests/bench-strcpy-ifunc.c: New file.
23256         * benchtests/bench-strcpy.c: New file.
23257         * benchtests/bench-strcspn-ifunc.c: New file.
23258         * benchtests/bench-strcspn.c: New file.
23259         * benchtests/bench-strlen-ifunc.c: New file.
23260         * benchtests/bench-strlen.c: New file.
23261         * benchtests/bench-strncasecmp-ifunc.c: New file.
23262         * benchtests/bench-strncasecmp.c: New file.
23263         * benchtests/bench-strncat-ifunc.c: New file.
23264         * benchtests/bench-strncat.c: New file.
23265         * benchtests/bench-strncmp-ifunc.c: New file.
23266         * benchtests/bench-strncmp.c: New file.
23267         * benchtests/bench-strncpy-ifunc.c: New file.
23268         * benchtests/bench-strncpy.c: New file.
23269         * benchtests/bench-strnlen-ifunc.c: New file.
23270         * benchtests/bench-strnlen.c: New file.
23271         * benchtests/bench-strpbrk-ifunc.c: New file.
23272         * benchtests/bench-strpbrk.c: New file.
23273         * benchtests/bench-strrchr-ifunc.c: New file.
23274         * benchtests/bench-strrchr.c: New file.
23275         * benchtests/bench-strspn-ifunc.c: New file.
23276         * benchtests/bench-strspn.c: New file.
23277         * benchtests/bench-strstr-ifunc.c: New file.
23278         * benchtests/bench-strstr.c: New file.
23279
23280         * benchtests/Makefile: Disable parallel execution of targets.
23281         (string-bench): Add memcpy.
23282         (benchset): New variable to store a list of benchmark sets.
23283         (bench-func): Renamed from bench.
23284         (bench-set): New target.
23285         (bench): Depend on bench-func and bench-set.
23286         * benchtests/README: Add section on benchmark sets.
23287         * benchtests/bench-memcpy-ifunc.c: New file.
23288         * benchtests/bench-memcpy.c: New file.
23289         * benchtests/bench-string.h: New file.
23290
23291 2013-06-11  Andreas Schwab  <schwab@suse.de>
23292
23293         [BZ #15577]
23294         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
23295         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
23296         values in the triple.
23297         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
23298         terminator in the group key.
23299
23300 2013-06-11  Andreas Jaeger  <aj@suse.de>
23301
23302         * po/zh_TW.po: Update Chinese (traditional) translation from
23303         translation project.
23304
23305 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23306
23307         * include/time.h (__clock_gettime): Add libc_hidden_proto.
23308         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
23309         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
23310         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
23311         (clock_getcpuclockid): Likewise.
23312         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
23313         Add weak_alias and libc_hidden_def.
23314         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
23315         * rt/clock_gettime.c (clock_gettime): Rename to
23316         __clock_gettime.  Add weak_alias and libc_hidden_def.
23317         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
23318         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
23319         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
23320         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
23321         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
23322         Likewise.
23323         * rt/clock_settime.c (clock_settime): Rename to
23324         __clock_settime.  Add weak_alias and libc_hidden_def.
23325         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
23326
23327 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
23328
23329         * mach/err_boot.sub: Remove trailing whitespace.
23330         * mach/err_ipc.sub: Likewise.
23331         * mach/err_mach.sub: Likewise.
23332
23333         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
23334         (ROUNDING_TESTS_double): Likewise.
23335         (ROUNDING_TESTS_long_double): Likewise.
23336         (ROUNDING_TESTS): Likewise.
23337         * math/libm-test.inc: Include <math-tests.h>.
23338         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
23339         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
23340         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
23341         (IF_ROUND_INIT_FE_UPWARD): Likewise.
23342
23343 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23344
23345         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
23346         of assigning.
23347
23348 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
23349
23350         * sysdeps/gnu/errlist.awk: Do not generate space at end of
23351         otherwise empty TRANS lines.
23352         * sysdeps/gnu/errlist.c: Regenerated.
23353
23354         * catgets/gencat.c (error_print): Use (void) in function
23355         definition.
23356         * crypt/crypt_util.c (__init_des): Likewise.
23357         * crypt/speeds.c (Stop): Likewise.
23358         (main): Likewise.
23359         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
23360         * inet/ruserpass.c (token): Likewise.
23361         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
23362         * intl/localealias.c (extend_alias_table): Likewise.
23363         * intl/plural-exp.c (init_germanic_plural): Likewise.
23364         * libio/fcloseall.c (__fcloseall): Likewise.
23365         * libio/genops.c (_IO_flush_all): Likewise.
23366         (_IO_flush_all_linebuffered): Likewise.
23367         (_IO_cleanup): Likewise.
23368         (_IO_iter_begin): Likewise.
23369         (_IO_iter_end): Likewise.
23370         (_IO_list_lock): Likewise.
23371         (_IO_list_unlock): Likewise.
23372         (_IO_list_resetlock): Likewise.
23373         * libio/getchar.c (getchar): Likewise.
23374         * libio/getchar_u.c (getchar_unlocked): Likewise.
23375         * libio/getwchar.c (getwchar): Likewise.
23376         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
23377         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
23378         * login/getpt.c (__getpt): Likewise.
23379         * login/tst-utmp.c (main): Likewise.
23380         * malloc/hooks.c (__malloc_check_init): Likewise.
23381         * malloc/malloc.c (__malloc_stats): Likewise.
23382         * malloc/mtrace.c (tr_break): Likewise.
23383         (mtrace): Likewise.
23384         (muntrace): Likewise.
23385         * misc/fstab.c (endfsent): Likewise.
23386         * misc/getclktck.c (__getclktck): Likewise.
23387         * misc/getdtsz.c (__getdtablesize): Likewise.
23388         * misc/gethostid.c (gethostid): Likewise.
23389         * misc/getpagesize.c (__getpagesize): Likewise.
23390         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
23391         (__get_nprocs): Likewise.
23392         (__get_phys_pages): Likewise.
23393         (__get_avphys_pages): Likewise.
23394         * misc/getttyent.c (getttyent): Likewise.
23395         (setttyent): Likewise.
23396         (endttyent): Likewise.
23397         * misc/getusershell.c (getusershell): Likewise.
23398         (endusershell): Likewise.
23399         (setusershell): Likewise.
23400         (initshells): Likewise.
23401         * misc/hsearch.c (__hdestroy): Likewise.
23402         * misc/sync.c (sync): Likewise.
23403         * misc/syslog.c (closelog_internal): Likewise.
23404         (closelog): Likewise.
23405         * misc/ttyslot.c (ttyslot): Likewise.
23406         * misc/vhangup.c (vhangup): Likewise.
23407         * posix/fork.c (__fork): Likewise.
23408         * posix/getegid.c (__getegid): Likewise.
23409         * posix/geteuid.c (__geteuid): Likewise.
23410         * posix/getgid.c (__getgid): Likewise.
23411         * posix/getpid.c (__getpid): Likewise.
23412         * posix/getppid.c (__getppid): Likewise.
23413         * posix/getuid.c (__getuid): Likewise.
23414         * posix/pause.c (pause): Likewise.
23415         * posix/setpgrp.c (setpgrp): Likewise.
23416         * posix/setsid.c (__setsid): Likewise.
23417         * posix/test-vfork.c (noop): Likewise.
23418         * resolv/gethnamaddr.c (_endhtent): Likewise.
23419         (_gethtent): Likewise.
23420         (ht_endhostent): Likewise.
23421         (gethostent): Likewise.
23422         (dns_service): Likewise.
23423         * stdlib/drand48.c (drand48): Likewise.
23424         * stdlib/lrand48.c (lrand48): Likewise.
23425         * stdlib/mrand48.c (mrand48): Likewise.
23426         * stdlib/rand.c (rand): Likewise.
23427         * stdlib/random.c (__random): Likewise.
23428         * stdlib/setenv.c (clearenv): Likewise.
23429         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
23430         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
23431         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
23432         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
23433         (__get_nprocs): Likewise.
23434         (__get_phys_pages): Likewise.
23435         (__get_avphys_pages): Likewise.
23436         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
23437         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
23438         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
23439         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
23440         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
23441         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
23442         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
23443         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
23444         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
23445         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
23446         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
23447         * sysdeps/mach/hurd/sync.c (sync): Likewise.
23448         * sysdeps/posix/clock.c (clock): Likewise.
23449         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
23450         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
23451         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
23452         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
23453         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
23454         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
23455         (__get_nprocs_conf): Likewise.
23456         (__get_phys_pages): Likewise.
23457         (__get_avphys_pages): Likewise.
23458         * time/clock.c (clock): Likewise.
23459         * time/tzset.c (__tzname_max): Likewise.
23460
23461 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
23462
23463         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
23464         (__bswap_32): Do not use "register".
23465         * crypt/crypt.c (_ufc_doit_r): Likewise.
23466         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
23467         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
23468         * gmon/gmon.c (__monstartup): Likewise.
23469         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
23470         * hurd/hurdmalloc.c (more_memory): Likewise.
23471         (malloc): Likewise.
23472         (free): Likewise.
23473         (realloc): Likewise.
23474         (malloc_fork_prepare): Likewise.
23475         (malloc_fork_parent): Likewise.
23476         (malloc_fork_child): Likewise.
23477         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
23478         (_svcauth_des): Likewise.
23479         * inet/inet_lnaof.c (inet_lnaof): Likewise.
23480         * inet/inet_net.c (inet_network): Likewise.
23481         * inet/inet_netof.c (inet_netof): Likewise.
23482         * inet/rcmd.c (__validuser2_sa): Likewise.
23483         * io/fts.c (fts_open): Likewise.
23484         (fts_load): Likewise.
23485         (fts_close): Likewise.
23486         (fts_read): Likewise.
23487         (fts_children): Likewise.
23488         (fts_build): Likewise.
23489         (fts_stat): Likewise.
23490         (fts_sort): Likewise.
23491         (fts_alloc): Likewise.
23492         (fts_lfree): Likewise.
23493         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
23494         (_IO_file_xsgetn): Likewise.
23495         (_IO_file_xsgetn_mmap): Likewise.
23496         * libio/iofopncook.c (_IO_cookie_read): Likewise.
23497         (_IO_cookie_write): Likewise.
23498         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
23499         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
23500         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
23501         * malloc/obstack.c (_obstack_begin): Likewise.
23502         (_obstack_begin_1): Likewise.
23503         (_obstack_newchunk): Likewise.
23504         (_obstack_allocated_p): Likewise.
23505         (obstack_free): Likewise.
23506         (_obstack_memory_used): Likewise.
23507         * misc/getttyent.c (getttynam): Likewise.
23508         (getttyent): Likewise.
23509         (skip): Likewise.
23510         (value): Likewise.
23511         * misc/getusershell.c (initshells): Likewise.
23512         * misc/syslog.c (__vsyslog_chk): Likewise.
23513         * misc/ttyslot.c (ttyslot): Likewise.
23514         * nis/nis_hash.c (__nis_hash): Likewise.
23515         * posix/fnmatch_loop.c (FCT): Likewise.
23516         * posix/getconf.c (print_all): Likewise.
23517         (main): Likewise.
23518         * posix/getopt.c (exchange): Likewise.
23519         * posix/glob.c (globfree): Likewise.
23520         (prefix_array): Likewise.
23521         (__glob_pattern_type): Likewise.
23522         * resolv/arpa/nameser.h (NS_GET16): Likewise.
23523         (NS_GET32): Likewise.
23524         (NS_PUT16): Likewise.
23525         (NS_PUT32): Likewise.
23526         * resolv/gethnamaddr.c (getanswer): Likewise.
23527         (gethostbyname2): Likewise.
23528         (gethostbyaddr): Likewise.
23529         (_gethtent): Likewise.
23530         (_gethtbyname2): Likewise.
23531         (_gethtbyaddr): Likewise.
23532         * resolv/ns_print.c (dst_s_get_int16): Likewise.
23533         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
23534         * resolv/res_init.c (__res_vinit): Likewise.
23535         (net_mask): Likewise.
23536         * resolv/res_mkquery.c (outchar): Likewise.
23537         (PRINT): Likewise.
23538         * stdio-common/printf_fp.c (outchar): Likewise.
23539         (PRINT): Likewise.
23540         * stdio-common/printf_fphex.c (outchar): Likewise.
23541         (PRINT): Likewise.
23542         * stdio-common/printf_size.c (outchar): Likewise.
23543         (PRINT): Likewise.
23544         * stdio-common/test_rdwr.c (main): Likewise.
23545         * stdio-common/tfformat.c (matches): Likewise.
23546         * stdio-common/vfprintf.c (outchar): Likewise.
23547         (printf_unknown): Likewise.
23548         (buffered_vfprintf): Likewise.
23549         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
23550         * stdio-common/xbug.c (AppendToBuffer): Likewise.
23551         (ReadFile): Likewise.
23552         * stdlib/qsort.c (SWAP): Likewise.
23553         (_quicksort): Likewise.
23554         * stdlib/setenv.c (__add_to_environ): Likewise.
23555         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23556         * stdlib/strtol_l.c (__strtol_l): Likewise.
23557         * stdlib/tst-strtod.c (main): Likewise.
23558         * stdlib/tst-strtol.c (main): Likewise.
23559         * stdlib/tst-strtoll.c (main): Likewise.
23560         * string/bits/string2.h (__strcmp_cc): Likewise.
23561         (__strcmp_cg): Likewise.
23562         (__strcspn_c1): Likewise.
23563         (__strcspn_c2): Likewise.
23564         (__strcspn_c3): Likewise.
23565         (__strspn_c1): Likewise.
23566         (__strspn_c2): Likewise.
23567         (__strspn_c3): Likewise.
23568         (__strsep_1c): Likewise.
23569         (__strsep_2c): Likewise.
23570         (__strsep_3c): Likewise.
23571         * string/memccpy.c (__memccpy): Likewise.
23572         * string/stpcpy.c (__stpcpy): Likewise.
23573         * string/strcmp.c (strcmp): Likewise.
23574         * string/strrchr.c (strrchr): Likewise.
23575         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
23576         Likewise.
23577         * sysdeps/mach/hurd/getcwd.c
23578         (_hurd_canonicalize_directory_name_internal): Likewise.
23579         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
23580         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
23581         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
23582         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
23583         Likewise, in both definitions.
23584         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
23585         definitions.
23586         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
23587         64] (__bswap_64): Likewise.
23588         * time/test_time.c (main): Likewise.
23589         * time/tzfile.c (__tzfile_read): Likewise.
23590         (__tzfile_compute): Likewise.
23591         * time/tzset.c (__tzset_parse_tz): Likewise.
23592         (tzset_internal): Likewise.
23593         (compute_change): Likewise.
23594         * wcsmbs/wcscat.c (__wcscat): Likewise.
23595         * wcsmbs/wcschr.c (wcschr): Likewise.
23596         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
23597         * wcsmbs/wcscspn.c (wcscspn): Likewise.
23598         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
23599         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
23600         * wcsmbs/wcsspn.c (wcsspn): Likewise.
23601         * wcsmbs/wcsstr.c (wcsstr): Likewise.
23602         * wcsmbs/wmemchr.c (wmemchr): Likewise.
23603         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23604         * wcsmbs/wmemset.c (wmemset): Likewise.
23605
23606 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
23607
23608         * scripts/config.guess: Update to version 2013-05-16.
23609         * scripts/config.sub: Update to version 2013-04-24.
23610         * scripts/install-sh: Update to version 2011-11-20.07.
23611         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23612         * scripts/move-if-change: Update to version 2012-01-06 07:23.
23613
23614 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
23615
23616         * debug/fgetws_u_chk.c: Fix leading whitespaces.
23617         * elf/sln.c: Likewise.
23618         * hurd/hurd/ioctl.h: Likewise.
23619         * hurd/hurdmalloc.c: Likewise.
23620         * hurd/xattr.c: Likewise.
23621         * include/shlib-compat.h: Likewise.
23622         * inet/ruserpass.c: Likewise.
23623         * libio/iofgets_u.c: Likewise.
23624         * libio/iofgetws_u.c: Likewise.
23625         * locale/programs/ld-identification.c: Likewise.
23626         * locale/programs/ld-time.c: Likewise.
23627         * mach/msg-destroy.c: Likewise.
23628         * nss/nss_files/files-netgrp.c: Likewise.
23629         * resolv/res_data.c: Likewise.
23630         * soft-fp/op-1.h: Likewise.
23631         * soft-fp/op-2.h: Likewise.
23632         * soft-fp/op-4.h: Likewise.
23633         * soft-fp/op-common.h: Likewise.
23634         * stdio-common/printf_fphex.c: Likewise.
23635         * stdlib/strtod_l.c: Likewise.
23636         * sunrpc/rpc/clnt.h: Likewise.
23637         * sysdeps/generic/framestate.c: Likewise.
23638         * sysdeps/i386/bsd-_setjmp.S: Likewise.
23639         * sysdeps/i386/bsd-setjmp.S: Likewise.
23640         * sysdeps/i386/__longjmp.S: Likewise.
23641         * sysdeps/i386/setjmp.S: Likewise.
23642         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23643         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23644         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23645         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23646         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23647         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23648         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23649         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23650         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23651         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23652         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23653         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23654         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23655         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23656         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23657         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23658         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23659         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23660         * sysdeps/ieee754/support.c: Likewise.
23661         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23662         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23663         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23664         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23665         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23666         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23667         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23668         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23669         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23670         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23671         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23672         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23673         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23674         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23675         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23676         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23677         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23678         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23679
23680 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
23681
23682         * posix/transbug.c: Remove executable mode.
23683
23684 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
23685
23686         * crypt/speeds.c: Remove trailing whitespace.
23687         * dlfcn/default.c: Likewise.
23688         * elf/ifuncdep2.c: Likewise.
23689         * elf/ifuncmain1.c: Likewise.
23690         * elf/ifuncmain1vis.c: Likewise.
23691         * elf/testobj.h: Likewise.
23692         * elf/tst-stackguard1.c: Likewise.
23693         * gmon/sys/gmon.h: Likewise.
23694         * hurd/hurdmsg.c: Likewise.
23695         * hurd/new-fd.c: Likewise.
23696         * hurd/ports-get.c: Likewise.
23697         * iconvdata/ibm1008_420.c: Likewise.
23698         * inet/tst-getni1.c: Likewise.
23699         * inet/tst-getni2.c: Likewise.
23700         * libio/ioungetc.c: Likewise.
23701         * libio/wfiledoalloc.c: Likewise.
23702         * manual/libm-err-tab.pl: Likewise.
23703         * math/w_dremf.c: Likewise.
23704         * misc/ftruncate.c: Likewise.
23705         * posix/bug-glob2.c: Likewise.
23706         * posix/tst-pcre.c: Likewise.
23707         * posix/wait4.c: Likewise.
23708         * resolv/README: Likewise.
23709         * resolv/res_debug.h: Likewise.
23710         * resolv/tst-inet_ntop.c: Likewise.
23711         * setjmp/bug269-setjmp.c: Likewise.
23712         * soft-fp/extended.h: Likewise.
23713         * soft-fp/op-1.h: Likewise.
23714         * soft-fp/op-2.h: Likewise.
23715         * soft-fp/op-4.h: Likewise.
23716         * soft-fp/op-8.h: Likewise.
23717         * soft-fp/testit.c: Likewise.
23718         * stdio-common/bug16.c: Likewise.
23719         * stdlib/random.c: Likewise.
23720         * sunrpc/rpcsvc/rquota.x: Likewise.
23721         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23722         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23723         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23724         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23725         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23726         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23727         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23728         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23729         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23730         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23731         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23732         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23733         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23734         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23735         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23736         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23737         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23738         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23739         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23740         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23741         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23742         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23743         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23744         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23745         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23746         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23747         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23748         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23749         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23750         * sysdeps/ieee754/s_lib_version.c: Likewise.
23751         * sysdeps/mach/hurd/check_fds.c: Likewise.
23752         * sysdeps/mach/hurd/getsockname.c: Likewise.
23753         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23754         * sysdeps/mach/hurd/recvfrom.c: Likewise.
23755         * sysdeps/powerpc/bits/link.h: Likewise.
23756         * sysdeps/powerpc/dl-procinfo.c: Likewise.
23757         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23758         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23759         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23760         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23761         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23762         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23763         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23764         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23765         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23766         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23767         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23768         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23769         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23770         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23771         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23772         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23773         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23774         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23775         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23776         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23777         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23778         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23779         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23780         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23781         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23782         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23783         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23784         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23785         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23786         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23787         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23788         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23789         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23790         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23791         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23792         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23793         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23794         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23795         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23796         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23797         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23798         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23799         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23800         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23801         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23802         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23803         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23804         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23805         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23806         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23807         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23808         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23809         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23810         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23811         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23812         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23813         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23814         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23815         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23816         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23817         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23818         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23819         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23820         * sysdeps/powerpc/sysdep.h: Likewise.
23821         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23822         * sysdeps/s390/s390-64/sub_n.S: Likewise.
23823         * sysdeps/sh/dl-trampoline.S: Likewise.
23824         * sysdeps/sh/memset.S: Likewise.
23825         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23826         * sysdeps/sh/strlen.S: Likewise.
23827         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23828         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23829         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23830         * sysdeps/sparc/sparc32/rem.S: Likewise.
23831         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23832         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23833         * sysdeps/sparc/sparc32/strchr.S: Likewise.
23834         * sysdeps/sparc/sparc32/udiv.S: Likewise.
23835         * sysdeps/sparc/sparc32/urem.S: Likewise.
23836         * sysdeps/sparc/sparc64/add_n.S: Likewise.
23837         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23838         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23839         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23840         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23841         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23842         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23843         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23844         * sysdeps/unix/bsd/times.c: Likewise.
23845         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23846         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23847         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23848         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23849         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23850         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23851         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23852         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23853         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23854         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23855         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23856         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23857         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23858         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23859         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23860         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23861         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23862         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23863         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23864         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23865         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23866         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23867         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23868         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23869         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23870         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23871         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23872         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23873         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23874         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23875         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23876         * sysdeps/x86_64/strcspn.S: Likewise.
23877
23878 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23879
23880         * locale/C-translit.h: Revert #include <stdint.h> because this is a
23881         generated file.  Regenerate properly from gen-translit.pl.
23882         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
23883         locale/C-translit.h.
23884
23885 2013-06-05  Andreas Schwab  <schwab@suse.de>
23886
23887         [BZ #15100]
23888         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23889         week as 6 instead of -1.
23890         * time/tst-strptime.c (day_tests): Add test case.
23891
23892 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23893
23894         * sysdeps/generic/math_private.h
23895         (libc_feholdexcept_setround_53bit): Replace with
23896         libc_feholdsetround_53bit.
23897         (libc_feupdateenv_53bit): Replace with
23898         libc_feresetround_53bit.
23899         (SET_RESTORE_ROUND_53BIT): Adjust.
23900
23901 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23902
23903         * string/test-strchrnul.c: Add copyright header.
23904
23905         * posix/tst-getaddrinfo4.c: Increase test timeout.
23906
23907 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23908
23909         [BZ #15536]
23910         * math/libm-test.inc (MAX_EXP): Remove
23911         (MIN_EXP): Define.
23912         (ulp): Use MIN_EXP - MANT_DIG.
23913         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23914
23915 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23916
23917         * po/be.po: Revert last change.
23918         * po/zh_CN.po: Likewise.
23919         * po/header.pot: Likewise.
23920
23921 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23922
23923         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23924         link-libc-deps to empty as target-specific variable.
23925         * Makerules (link-libc-args): New variable.
23926         (libc-for-link): Likewise.
23927         (link-libc-deps): Likewise.
23928         (lib%.so): Depend on $(link-libc-deps).  Link with
23929         $(link-libc-args).
23930         (build-module): Link with $(link-libc-args).
23931         (build-module-asneeded): Likewise.
23932         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23933         list of objects.
23934         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23935         target-specific variable.
23936         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23937         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23938         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23939         libc.
23940         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23941         libc and ld.so.
23942         ($(objpfx)libpcprofile.so): Likewise.
23943         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23944         libc_nonshared.a.
23945         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23946         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23947         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23948         $(link-libc-deps).
23949         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23950         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23951         * login/Makefile ($(objpfx)libutil.so): Likewise.
23952         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23953         * math/Makefile ($(objpfx)libm.so): Likewise.
23954         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23955         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23956         variable instead of depending directly on libc.
23957         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23958         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23959         $(link-libc-deps).
23960         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23961         libc.
23962         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23963         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23964         ($(objpfx)libanl.so): Likewise.
23965         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23966         ld.so.
23967         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23968         $(link-libc-deps).
23969         * sysdeps/i386/fpu/Makefile: Remove file.
23970         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23971         ($(objpfx)libm.so): Remove dependency on ld.so.
23972
23973 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
23974
23975         [BZ # 15553]
23976         * nis/yp_xdr.c (XDRMAXNAME): Define.
23977         (XDRMAXRECORD): Define.
23978         (xdr_domainname): Use XDRMAXNAME.
23979         (xdr_mapname): Likewise.
23980         (xdr_peername): Likewise.
23981         (xdr_keydat): Use XDRMAXRECORD.
23982         (xdr_valdat): Likewise.
23983
23984 2013-05-30  Jeff Law  <law@redhat.com>
23985
23986         [BZ #14256]
23987         * manual/errno.texi (ESTALE): Update to account for more than
23988         just NFS file systems.
23989         * sysdeps/gnu/errlist.c: Regenerated.
23990
23991 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23992
23993         [BZ #15465]
23994         * elf/Makefile (tests): Add tst-null-argv.
23995         (modules-names):  Add tst-null-argv-lib.
23996         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
23997         (tst-null-argv-ENV): Set environment for tst-null-argv.
23998         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
23999         (RTLD_PROGNAME): New macro.
24000         * elf/tst-null-argv.c: New test case.
24001         * elf/tst-null-argv-lib.c: Library for test case.
24002         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
24003         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
24004         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
24005         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
24006         * elf/dl-init.c (call_init): Likewise.
24007         (_dl_init): Likewise.
24008         * elf/dl-load.c (print_search_path): Likewise.
24009         (_dl_map_object): Likewise.
24010         * elf/dl-lookup.c (do_lookup_x): Likewise.
24011         (add_dependency): Likewise.
24012         (_dl_lookup_symbol_x): Likewise.
24013         (_dl_debug_bindings): Likewise.
24014         * elf/dl-open.c (_dl_show_scope): Likewise.
24015         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
24016         * elf/dl-version.c (match_symbol): Likewise.
24017         (_dl_check_map_versions): Likewise.
24018         * elf/rtld.c (dl_main): Likewise.
24019         (print_unresolved): Use RTLD_PROGNAME.
24020         (print_missing_version): Likewise.
24021         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
24022         (elf_machine_rela): Likewise.
24023         * sysdeps/powerpc/powerpc32/dl-machine.c
24024         (__process_machine_rela): Likewise.
24025         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
24026         Likewise.
24027         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
24028         Likewise.
24029         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
24030         Likewise.
24031         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
24032         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
24033         Likewise.
24034         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
24035         Likewise.
24036         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
24037
24038 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
24039
24040         * po/be.po: Add descriptive title.
24041         * po/zh_CN.po: Likewise.
24042         * po/header.pot: Likewise.
24043
24044 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
24045
24046         * locale/programs/locarchive.c (create_archive): Inlucde fname in
24047         error message.
24048         (enlarge_archive): Likewise.
24049
24050 2013-05-28  Ben North  <ben@redfrontdoor.org>
24051
24052         * manual/arith.texi (frexp): It is the magnitude of the return
24053         value which lies in [0.5, 1), not the return value itself.
24054
24055 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24056
24057         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24058
24059 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
24060
24061         * stdio-common/bug26.c (main): Correct fscanf template.
24062
24063         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
24064         declare _dl_skip_args.
24065
24066         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
24067         Don't declare.
24068
24069         * manual/platform.texi: Add missing @end deftypefun.
24070
24071 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
24072
24073         [BZ #15529]
24074         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
24075         bit of mantissa of 2^16382.
24076         * math/libm-test.inc (hypot_test_data): Add more tests.
24077
24078         * math/libm-test.inc: Add drem and pow10 to list of tested
24079         functions.
24080         (pow10_test): New function.
24081         (drem_test): Likewise.
24082         (drem_test_tonearest): Likewise.
24083         (drem_test_towardzero): Likewise.
24084         (drem_test_downward): Likewise.
24085         (drem_test_upward): Likewise.
24086         (main): Call the new functions.
24087
24088         * math/libm-test.inc (finite_test_data): Remove.
24089         (finite_test): Run tests from isfinite_test_data.
24090         (gamma_test_data): Remove.
24091         (gamma_test): Run tests from lgamma_test_data.
24092         * sysdeps/i386/fpu/libm-test-ulps: Update.
24093         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24094
24095 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24096
24097         * manual/platform.texi: Add PowerPC PPR function set documentation.
24098         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
24099         implementation.
24100
24101 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
24102
24103         * math/libm-test.inc (MAX_EXP): Define.
24104         (ULPDIFF): Define.
24105         (ulp): New function.
24106         (check_float_internal): Use ULPDIFF.
24107         (cpow_test): Disable failing test.
24108         (check_ulp): Test ulp() implemetnation.
24109         (main): Call check_ulp before starting tests.
24110
24111 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
24112
24113         * math/gen-libm-test.pl (generate_testfile): Do not handle
24114         START_DATA and END_DATA.
24115         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
24116         END_DATA.
24117         (acos_tonearest_test_data): Likewise.
24118         (acos_towardzero_test_data): Likewise.
24119         (acos_downward_test_data): Likewise.
24120         (acos_upward_test_data): Likewise.
24121         (acosh_test_data): Likewise.
24122         (asin_test_data): Likewise.
24123         (asin_tonearest_test_data): Likewise.
24124         (asin_towardzero_test_data): Likewise.
24125         (asin_downward_test_data): Likewise.
24126         (asin_upward_test_data): Likewise.
24127         (asinh_test_data): Likewise.
24128         (atan_test_data): Likewise.
24129         (atanh_test_data): Likewise.
24130         (atan2_test_data): Likewise.
24131         (cabs_test_data): Likewise.
24132         (cacos_test_data): Likewise.
24133         (cacosh_test_data): Likewise.
24134         (carg_test_data): Likewise.
24135         (casin_test_data): Likewise.
24136         (casinh_test_data): Likewise.
24137         (catan_test_data): Likewise.
24138         (catanh_test_data): Likewise.
24139         (cbrt_test_data): Likewise.
24140         (ccos_test_data): Likewise.
24141         (ccosh_test_data): Likewise.
24142         (ceil_test_data): Likewise.
24143         (cexp_test_data): Likewise.
24144         (cimag_test_data): Likewise.
24145         (clog_test_data): Likewise.
24146         (clog10_test_data): Likewise.
24147         (conj_test_data): Likewise.
24148         (copysign_test_data): Likewise.
24149         (cos_test_data): Likewise.
24150         (cos_tonearest_test_data): Likewise.
24151         (cos_towardzero_test_data): Likewise.
24152         (cos_downward_test_data): Likewise.
24153         (cos_upward_test_data): Likewise.
24154         (cosh_test_data): Likewise.
24155         (cosh_tonearest_test_data): Likewise.
24156         (cosh_towardzero_test_data): Likewise.
24157         (cosh_downward_test_data): Likewise.
24158         (cosh_upward_test_data): Likewise.
24159         (cpow_test_data): Likewise.
24160         (cproj_test_data): Likewise.
24161         (creal_test_data): Likewise.
24162         (csin_test_data): Likewise.
24163         (csinh_test_data): Likewise.
24164         (csqrt_test_data): Likewise.
24165         (ctan_test_data): Likewise.
24166         (ctan_tonearest_test_data): Likewise.
24167         (ctan_towardzero_test_data): Likewise.
24168         (ctan_downward_test_data): Likewise.
24169         (ctan_upward_test_data): Likewise.
24170         (ctanh_test_data): Likewise.
24171         (ctanh_tonearest_test_data): Likewise.
24172         (ctanh_towardzero_test_data): Likewise.
24173         (ctanh_downward_test_data): Likewise.
24174         (ctanh_upward_test_data): Likewise.
24175         (erf_test_data): Likewise.
24176         (erfc_test_data): Likewise.
24177         (exp_test_data): Likewise.
24178         (exp_tonearest_test_data): Likewise.
24179         (exp_towardzero_test_data): Likewise.
24180         (exp_downward_test_data): Likewise.
24181         (exp_upward_test_data): Likewise.
24182         (exp10_test_data): Likewise.
24183         (exp2_test_data): Likewise.
24184         (expm1_test_data): Likewise.
24185         (fabs_test_data): Likewise.
24186         (fdim_test_data): Likewise.
24187         (finite_test_data): Likewise.
24188         (floor_test_data): Likewise.
24189         (fma_test_data): Likewise.
24190         (fma_towardzero_test_data): Likewise.
24191         (fma_downward_test_data): Likewise.
24192         (fma_upward_test_data): Likewise.
24193         (fmax_test_data): Likewise.
24194         (fmin_test_data): Likewise.
24195         (fmod_test_data): Likewise.
24196         (fpclassify_test_data): Likewise.
24197         (frexp_test_data): Likewise.
24198         (gamma_test_data): Likewise.
24199         (hypot_test_data): Likewise.
24200         (ilogb_test_data): Likewise.
24201         (isfinite_test_data): Likewise.
24202         (isgreater_test_data): Likewise.
24203         (isgreaterequal_test_data): Likewise.
24204         (isinf_test_data): Likewise.
24205         (isless_test_data): Likewise.
24206         (islessequal_test_data): Likewise.
24207         (islessgreater_test_data): Likewise.
24208         (isnan_test_data): Likewise.
24209         (isnormal_test_data): Likewise.
24210         (issignaling_test_data): Likewise.
24211         (isunordered_test_data): Likewise.
24212         (j0_test_data): Likewise.
24213         (j1_test_data): Likewise.
24214         (jn_test_data): Likewise.
24215         (ldexp_test_data): Likewise.
24216         (lgamma_test_data): Likewise.
24217         (lrint_test_data): Likewise.
24218         (lrint_tonearest_test_data): Likewise.
24219         (lrint_towardzero_test_data): Likewise.
24220         (lrint_downward_test_data): Likewise.
24221         (lrint_upward_test_data): Likewise.
24222         (llrint_test_data): Likewise.
24223         (llrint_tonearest_test_data): Likewise.
24224         (llrint_towardzero_test_data): Likewise.
24225         (llrint_downward_test_data): Likewise.
24226         (llrint_upward_test_data): Likewise.
24227         (log_test_data): Likewise.
24228         (log10_test_data): Likewise.
24229         (log1p_test_data): Likewise.
24230         (log2_test_data): Likewise.
24231         (logb_test_data): Likewise.
24232         (logb_downward_test_data): Likewise.
24233         (lround_test_data): Likewise.
24234         (llround_test_data): Likewise.
24235         (modf_test_data): Likewise.
24236         (nearbyint_test_data): Likewise.
24237         (nextafter_test_data): Likewise.
24238         (nexttoward_test_data): Likewise.
24239         (pow_test_data): Likewise.
24240         (pow_tonearest_test_data): Likewise.
24241         (pow_towardzero_test_data): Likewise.
24242         (pow_downward_test_data): Likewise.
24243         (pow_upward_test_data): Likewise.
24244         (remainder_test_data): Likewise.
24245         (remainder_tonearest_test_data): Likewise.
24246         (remainder_towardzero_test_data): Likewise.
24247         (remainder_downward_test_data): Likewise.
24248         (remainder_upward_test_data): Likewise.
24249         (remquo_test_data): Likewise.
24250         (rint_test_data): Likewise.
24251         (rint_tonearest_test_data): Likewise.
24252         (rint_towardzero_test_data): Likewise.
24253         (rint_downward_test_data): Likewise.
24254         (rint_upward_test_data): Likewise.
24255         (round_test_data): Likewise.
24256         (scalb_test_data): Likewise.
24257         (scalbn_test_data): Likewise.
24258         (scalbln_test_data): Likewise.
24259         (signbit_test_data): Likewise.
24260         (sin_test_data): Likewise.
24261         (sin_tonearest_test_data): Likewise.
24262         (sin_towardzero_test_data): Likewise.
24263         (sin_downward_test_data): Likewise.
24264         (sin_upward_test_data): Likewise.
24265         (sincos_test_data): Likewise.
24266         (sinh_test_data): Likewise.
24267         (sinh_tonearest_test_data): Likewise.
24268         (sinh_towardzero_test_data): Likewise.
24269         (sinh_downward_test_data): Likewise.
24270         (sinh_upward_test_data): Likewise.
24271         (sqrt_test_data): Likewise.
24272         (tan_test_data): Likewise.
24273         (tan_tonearest_test_data): Likewise.
24274         (tan_towardzero_test_data): Likewise.
24275         (tan_downward_test_data): Likewise.
24276         (tan_upward_test_data): Likewise.
24277         (tanh_test_data): Likewise.
24278         (tgamma_test_data): Likewise.
24279         (trunc_test_data): Likewise.
24280         (y0_test_data): Likewise.
24281         (y1_test_data): Likewise.
24282         (yn_test_data): Likewise.
24283         (significand_test_data): Likewise.
24284
24285         * math/gen-libm-test.pl (@functions): Remove variable.
24286         (generate_testfile): Don't handle START and END lines.
24287         * math/libm-test.inc (START): New macro.
24288         (END): Likewise.
24289         (END_COMPLEX): Likewise.
24290         (acos_test): Use END macro without arguments.
24291         (acos_test_tonearest): Likewise.
24292         (acos_test_towardzero): Likewise.
24293         (acos_test_downward): Likewise.
24294         (acos_test_upward): Likewise.
24295         (acosh_test): Likewise.
24296         (asin_test): Likewise.
24297         (asin_test_tonearest): Likewise.
24298         (asin_test_towardzero): Likewise.
24299         (asin_test_downward): Likewise.
24300         (asin_test_upward): Likewise.
24301         (asinh_test): Likewise.
24302         (atan_test): Likewise.
24303         (atanh_test): Likewise.
24304         (atan2_test): Likewise.
24305         (cabs_test): Likewise.
24306         (cacos_test): Use END_COMPLEX macro without arguments.
24307         (cacosh_test): Likewise.
24308         (carg_test): Use END macro without arguments.
24309         (casin_test): Use END_COMPLEX macro without arguments.
24310         (casinh_test): Likewise.
24311         (catan_test): Likewise.
24312         (catanh_test): Likewise.
24313         (cbrt_test): Use END macro without arguments.
24314         (ccos_test): Use END_COMPLEX macro without arguments.
24315         (ccosh_test): Likewise.
24316         (ceil_test): Use END macro without arguments.
24317         (cexp_test): Use END_COMPLEX macro without arguments.
24318         (cimag_test): Use END macro without arguments.
24319         (clog_test): Use END_COMPLEX macro without arguments.
24320         (clog10_test): Likewise.
24321         (conj_test): Likewise.
24322         (copysign_test): Use END macro without arguments.
24323         (cos_test): Likewise.
24324         (cos_test_tonearest): Likewise.
24325         (cos_test_towardzero): Likewise.
24326         (cos_test_downward): Likewise.
24327         (cos_test_upward): Likewise.
24328         (cosh_test): Likewise.
24329         (cosh_test_tonearest): Likewise.
24330         (cosh_test_towardzero): Likewise.
24331         (cosh_test_downward): Likewise.
24332         (cosh_test_upward): Likewise.
24333         (cpow_test): Use END_COMPLEX macro without arguments.
24334         (cproj_test): Likewise.
24335         (creal_test): Use END macro without arguments.
24336         (csin_test): Use END_COMPLEX macro without arguments.
24337         (csinh_test): Likewise.
24338         (csqrt_test): Likewise.
24339         (ctan_test): Likewise.
24340         (ctan_test_tonearest): Likewise.
24341         (ctan_test_towardzero): Likewise.
24342         (ctan_test_downward): Likewise.
24343         (ctan_test_upward): Likewise.
24344         (ctanh_test): Likewise.
24345         (ctanh_test_tonearest): Likewise.
24346         (ctanh_test_towardzero): Likewise.
24347         (ctanh_test_downward): Likewise.
24348         (ctanh_test_upward): Likewise.
24349         (erf_test): Use END macro without arguments.
24350         (erfc_test): Likewise.
24351         (exp_test): Likewise.
24352         (exp_test_tonearest): Likewise.
24353         (exp_test_towardzero): Likewise.
24354         (exp_test_downward): Likewise.
24355         (exp_test_upward): Likewise.
24356         (exp10_test): Likewise.
24357         (exp2_test): Likewise.
24358         (expm1_test): Likewise.
24359         (fabs_test): Likewise.
24360         (fdim_test): Likewise.
24361         (finite_test): Likewise.
24362         (floor_test): Likewise.
24363         (fma_test): Likewise.
24364         (fma_test_towardzero): Likewise.
24365         (fma_test_downward): Likewise.
24366         (fma_test_upward): Likewise.
24367         (fmax_test): Likewise.
24368         (fmin_test): Likewise.
24369         (fmod_test): Likewise.
24370         (fpclassify_test): Likewise.
24371         (frexp_test): Likewise.
24372         (gamma_test): Likewise.
24373         (hypot_test): Likewise.
24374         (ilogb_test): Likewise.
24375         (isfinite_test): Likewise.
24376         (isgreater_test): Likewise.
24377         (isgreaterequal_test): Likewise.
24378         (isinf_test): Likewise.
24379         (isless_test): Likewise.
24380         (islessequal_test): Likewise.
24381         (islessgreater_test): Likewise.
24382         (isnan_test): Likewise.
24383         (isnormal_test): Likewise.
24384         (issignaling_test): Likewise.
24385         (isunordered_test): Likewise.
24386         (j0_test): Likewise.
24387         (j1_test): Likewise.
24388         (jn_test): Likewise.
24389         (ldexp_test): Likewise.
24390         (lgamma_test): Likewise.
24391         (lrint_test): Likewise.
24392         (lrint_test_tonearest): Likewise.
24393         (lrint_test_towardzero): Likewise.
24394         (lrint_test_downward): Likewise.
24395         (lrint_test_upward): Likewise.
24396         (llrint_test): Likewise.
24397         (llrint_test_tonearest): Likewise.
24398         (llrint_test_towardzero): Likewise.
24399         (llrint_test_downward): Likewise.
24400         (llrint_test_upward): Likewise.
24401         (log_test): Likewise.
24402         (log10_test): Likewise.
24403         (log1p_test): Likewise.
24404         (log2_test): Likewise.
24405         (logb_test): Likewise.
24406         (logb_test_downward): Likewise.
24407         (lround_test): Likewise.
24408         (llround_test): Likewise.
24409         (modf_test): Likewise.
24410         (nearbyint_test): Likewise.
24411         (nextafter_test): Likewise.
24412         (nexttoward_test): Likewise.
24413         (pow_test): Likewise.
24414         (pow_test_tonearest): Likewise.
24415         (pow_test_towardzero): Likewise.
24416         (pow_test_downward): Likewise.
24417         (pow_test_upward): Likewise.
24418         (remainder_test): Likewise.
24419         (remainder_test_tonearest): Likewise.
24420         (remainder_test_towardzero): Likewise.
24421         (remainder_test_downward): Likewise.
24422         (remainder_test_upward): Likewise.
24423         (remquo_test): Likewise.
24424         (rint_test): Likewise.
24425         (rint_test_tonearest): Likewise.
24426         (rint_test_towardzero): Likewise.
24427         (rint_test_downward): Likewise.
24428         (rint_test_upward): Likewise.
24429         (round_test): Likewise.
24430         (scalb_test): Likewise.
24431         (scalbn_test): Likewise.
24432         (scalbln_test): Likewise.
24433         (signbit_test): Likewise.
24434         (sin_test): Likewise.
24435         (sin_test_tonearest): Likewise.
24436         (sin_test_towardzero): Likewise.
24437         (sin_test_downward): Likewise.
24438         (sin_test_upward): Likewise.
24439         (sincos_test): Likewise.
24440         (sinh_test): Likewise.
24441         (sinh_test_tonearest): Likewise.
24442         (sinh_test_towardzero): Likewise.
24443         (sinh_test_downward): Likewise.
24444         (sinh_test_upward): Likewise.
24445         (sqrt_test): Likewise.
24446         (tan_test): Likewise.
24447         (tan_test_tonearest): Likewise.
24448         (tan_test_towardzero): Likewise.
24449         (tan_test_downward): Likewise.
24450         (tan_test_upward): Likewise.
24451         (tanh_test): Likewise.
24452         (tgamma_test): Likewise.
24453         (trunc_test): Likewise.
24454         (y0_test): Likewise.
24455         (y1_test): Likewise.
24456         (yn_test): Likewise.
24457         (significand_test): Likewise.
24458
24459 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
24460
24461         [BZ #15381]
24462         * libio/genops.c (_IO_no_init): Initialize wide struct info.
24463
24464 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24465
24466         [BZ #14894]
24467         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
24468         __ppc_mdoio and __ppc_mdoom.
24469         * manual/platform.texi: Document new functions __ppc_yield,
24470         __ppc_mdoio and __ppc_mdoom.
24471
24472 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
24473
24474         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
24475         (main): Mention "tls" pseudo-hwcap is legacy.
24476         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
24477
24478 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24479
24480         * math/gen-libm-test.pl (parse_args): Output only string of
24481         arguments as text for test name, not full call or descriptions of
24482         tests for extra outputs.
24483         (generate_testfile): Do not pass function name to parse_args.
24484         Generate this_func variable from START.
24485         * math/libm-test.inc (struct test_f_f_data): Rename test_name
24486         field to arg_str.
24487         (struct test_ff_f_data): Likewise.
24488         (test_ff_f_data_nexttoward): Likewise.
24489         (struct test_fi_f_data): Likewise.
24490         (struct test_fl_f_data): Likewise.
24491         (struct test_if_f_data): Likewise.
24492         (struct test_fff_f_data): Likewise.
24493         (struct test_c_f_data): Likewise.
24494         (struct test_f_f1_data): Likewise.  Remove field extra_name.
24495         (struct test_fF_f1_data): Likewise.
24496         (struct test_ffI_f1_data): Likewise.
24497         (struct test_c_c_data): Rename test_name field to arg_str.
24498         (struct test_cc_c_data): Likewise.
24499         (struct test_f_i_data): Likewise.
24500         (struct test_ff_i_data): Likewise.
24501         (struct test_f_l_data): Likewise.
24502         (struct test_f_L_data): Likewise.
24503         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
24504         and extra2_name.
24505         (COMMON_TEST_SETUP): New macro.
24506         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
24507         (COMMON_TEST_CLEANUP): Likewise.
24508         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
24509         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
24510         macros.
24511         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
24512         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
24513         macros.
24514         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
24515         (RUN_TEST_fff_f): Take argument string.  Call new setup and
24516         cleanup macros.
24517         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
24518         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
24519         macros.
24520         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
24521         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
24522         macros.
24523         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24524         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
24525         cleanup macros.
24526         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24527         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
24528         cleanup macros.
24529         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24530         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
24531         cleanup macros.
24532         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24533         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
24534         macros.
24535         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
24536         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
24537         macros.
24538         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
24539         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
24540         macros.
24541         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
24542         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
24543         cleanup macros.
24544         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
24545         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
24546         cleanup macros.
24547         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
24548         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
24549         macros.
24550         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
24551         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
24552         cleanup macros.
24553         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
24554         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
24555         macros.
24556         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
24557         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
24558         macros.
24559         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
24560         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
24561         cleanup macros.
24562         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
24563
24564 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
24565
24566         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
24567         to _sifields.sigfault.
24568         (si_addr_lsb): Define new macro.
24569         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24570         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
24571         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
24572
24573 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
24574
24575         [BZ #15441]
24576         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
24577         returns -1.
24578         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
24579         null return -1.
24580         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
24581         loading the domain.
24582
24583 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24584
24585         * math/gen-libm-test.pl (parse_args): Do not include expected
24586         result in test name.
24587         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
24588         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24589         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24590         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24591         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24592         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24593
24594 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
24595
24596         * benchtests/Makefile: Sort function entries.
24597
24598         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
24599         tanh, asinh, acosh, atanh.
24600         * benchtests/acos-inputs: New file.
24601         * benchtests/acosh-inputs: New file.
24602         * benchtests/asin-inputs: New file.
24603         * benchtests/asinh-inputs: New file.
24604         * benchtests/atanh-inputs: New file.
24605         * benchtests/cosh-inputs: New file.
24606         * benchtests/log-inputs: New file.
24607         * benchtests/sinh-inputs: New file.
24608         * benchtests/tanh-inputs: New file.
24609
24610 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
24611
24612         [BZ #15339]
24613         * posix/tst-getaddrinfo4.c: New test.
24614         * posix/Makefile (tests): Add it.
24615
24616 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24617
24618         [BZ #15339]
24619         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24620         when no services were used.
24621         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24622         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24623
24624 2013-05-21  Andreas Schwab  <schwab@suse.de>
24625
24626         [BZ #15014]
24627         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24628         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24629         successful.
24630         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24631         redundant variable declarations and reallocation of buffer when
24632         parsing as IPv6 address.  Always set NSS status when called from
24633         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
24634         buffer too small.  Correct computation of needed size.
24635         * nss/Makefile (tests): Add test-digits-dots.
24636         * nss/test-digits-dots.c: New test.
24637
24638 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24639
24640         * benchtests/Makefile: Remove instructions for adding
24641         benchmark tests.
24642         * benchtests/README: New file to explain how to execute and
24643         enhance the benchmark tests.
24644
24645 2013-05-21  Andreas Schwab  <schwab@suse.de>
24646
24647         [BZ #15493]
24648         * setjmp/Makefile (tests): Add tst-sigsetjmp.
24649         * setjmp/tst-sigsetjmp.c: New test.
24650
24651 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24652
24653         * sysdeps/x86_64/memset.S (memset): New implementation.
24654         (__bzero): Likewise.
24655         (__memset_tail): New function.
24656
24657 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24658
24659         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24660         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24661         __memcpy_sse2_unaligned ifunc selection.
24662         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24663         Add memcpy-sse2-unaligned.S.
24664         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24665         Add: __memcpy_sse2_unaligned.
24666
24667 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
24668
24669         [BZ #15490]
24670         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24671         math_force_eval before restoring floating-point envrionment.
24672         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24673         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24674         Likewise.
24675         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24676         <math_private.h>.
24677         (__nearbyintl): Use math_force_eval before restoring
24678         floating-point environment.
24679         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24680
24681         * math/gen-libm-test.pl (special_functions): Remove.
24682         (parse_args): Don't handle TEST_extra.  Handle functions with no
24683         return value.
24684         * math/libm-test.inc (struct test_sincos_data): Replace with
24685         struct test_fFF_11_data.
24686         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24687         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24688         (sincos_test_data): Change element type to struct
24689         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
24690         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24691         RUN_TEST_LOOP_sincos.
24692         * math/README.libm-test: Don't mention special handling of
24693         individual functions.
24694         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24695         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24696         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24697         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24698         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24699         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24700
24701         * math/gen-libm-test.pl (get_variable): Remove function.
24702         (parse_args): Don't show pointer parameters to call in test
24703         names.  Use "extra output N" in test names for extra outputs
24704         rather than naming variables.
24705
24706 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
24707
24708         [BZ #15488]
24709         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24710         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24711         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24712         double tests.
24713         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24714         disable.
24715         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24716         check_long_double.
24717
24718         * math/gen-libm-test.pl (@tests): Remove variable.
24719         ($count): Likewise.
24720         (new_test): Remove function.
24721         (show_exceptions): New function.
24722         (special_functions): Use show_exceptions instead of new_test.
24723         (parse_args): Likewise.
24724         (generate_testfile): Pass only function name in generated call to
24725         print_max_error or print_complex_max_error.
24726         (get_ulps): Do not handle complex tests specially.
24727         (output_test): Rename to ...
24728         (get_all_ulps_for_test): ... this.  Return a string rather than
24729         printing to a file.  Require ulps to be present.
24730         (output_ulps): Generate arrays rather than #defines.
24731         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24732         (struct ulp_data): New type.
24733         (BUILD_COMPLEX_ULP): Remove macro.
24734         (compare_ulp_data): New function.
24735         (find_ulps): Likewise.
24736         (find_test_ulps): Likewise.
24737         (find_function_ulps): Likewise.
24738         (find_complex_function_ulps): Likewise.
24739         (print_max_error): Determine allowed ulps using
24740         find_function_ulps.
24741         (print_complex_max_error): Determine allowed ulps using
24742         find_complex_function_ulps.
24743         (check_float_internal): Determine max ulps using find_test_ulps.
24744         (check_float): Do not take max_ulp parameter.  Update call to
24745         check_float_internal.
24746         (check_complex): Likewise.
24747         (check_int): Do not take max_ulp parameter.
24748         (check_long): Likewise.
24749         (check_bool): Likewise.
24750         (check_longlong): Likewise.
24751         (struct test_f_f_data): Remove max_ulp field.
24752         (struct test_ff_f_data): Likewise.
24753         (struct test_ff_f_data_nexttoward): Likewise.
24754         (struct test_fi_f_data): Likewise.
24755         (struct test_fl_f_data): Likewise.
24756         (struct test_if_f_data): Likewise.
24757         (struct test_fff_f_data): Likewise.
24758         (struct test_c_f_data): Likewise.
24759         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24760         (struct test_fF_f1_data): Likewise.
24761         (struct test_ffI_f1_data): Likewise.
24762         (struct test_c_c_data): Remove max_ulp field.
24763         (struct test_cc_c_data): Likewise.
24764         (struct test_f_i_data): Likewise.
24765         (struct test_ff_i_data): Likewise.
24766         (struct test_f_l_data): Likewise.
24767         (struct test_f_L_data): Likewise.
24768         (struct test_sincos_data): Likewise.
24769         (RUN_TEST_f_f): Do not handle ulps.
24770         (RUN_TEST_LOOP_f_f): Likewise.
24771         (RUN_TEST_2_f): Likewise.
24772         (RUN_TEST_LOOP_2_f): Likewise.
24773         (RUN_TEST_fff_f): Likewise.
24774         (RUN_TEST_LOOP_fff_f): Likewise.
24775         (RUN_TEST_c_f): Likewise.
24776         (RUN_TEST_LOOP_c_f): Likewise.
24777         (RUN_TEST_f_f1): Likewise.
24778         (RUN_TEST_LOOP_f_f1): Likewise.
24779         (RUN_TEST_fF_f1): Likewise.
24780         (RUN_TEST_LOOP_fF_f1): Likewise.
24781         (RUN_TEST_fI_f1): Likewise.
24782         (RUN_TEST_LOOP_fI_f1): Likewise.
24783         (RUN_TEST_ffI_f1): Likewise.
24784         (RUN_TEST_LOOP_ffI_f1): Likewise.
24785         (RUN_TEST_c_c): Likewise.
24786         (RUN_TEST_LOOP_c_c): Likewise.
24787         (RUN_TEST_cc_c): Likewise.
24788         (RUN_TEST_LOOP_cc_c): Likewise.
24789         (RUN_TEST_f_i): Likewise.
24790         (RUN_TEST_LOOP_f_i): Likewise.
24791         (RUN_TEST_f_i_tg): Likewise.
24792         (RUN_TEST_LOOP_f_i_tg): Likewise.
24793         (RUN_TEST_ff_i_tg): Likewise.
24794         (RUN_TEST_LOOP_ff_i_tg): Likewise.
24795         (RUN_TEST_f_b): Likewise.
24796         (RUN_TEST_LOOP_f_b): Likewise.
24797         (RUN_TEST_f_b_tg): Likewise.
24798         (RUN_TEST_LOOP_f_b_tg): Likewise.
24799         (RUN_TEST_f_l): Likewise.
24800         (RUN_TEST_LOOP_f_l): Likewise.
24801         (RUN_TEST_f_L): Likewise.
24802         (RUN_TEST_LOOP_f_L): Likewise.
24803         (RUN_TEST_sincos): Likewise.
24804         (RUN_TEST_LOOP_sincos): Likewise.
24805
24806 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
24807
24808         [BZ #15480]
24809         [BZ #15485]
24810         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24811         main case of finite arguments, set rounding mode to FE_TONEAREST
24812         and discard exceptions.
24813         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24814         exceptions.
24815         (remainder_tonearest_test_data): New variable.
24816         (remainder_test_tonearest): New function.
24817         (remainder_towardzero_test_data): New variable.
24818         (remainder_test_towardzero): New function.
24819         (remainder_downward_test_data): New variable.
24820         (remainder_test_downward): New function.
24821         (remainder_upward_test_data): New variable.
24822         (remainder_test_upward): New function.
24823         (main): Call the new test functions.
24824
24825         * math/libm-test.inc (struct test_f_f1_data): Remove field
24826         extra_init.
24827         (struct test_fF_f1_data): Likewise.
24828         (struct test_ffI_f1_data): Likewise.
24829         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
24830         based on value of EXTRA_EXPECTED.
24831         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24832         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
24833         EXTRA_VAR based on value of EXTRA_EXPECTED.
24834         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24835         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
24836         EXTRA_VAR based on value of EXTRA_EXPECTED.
24837         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24838         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
24839         EXTRA_VAR based on value of EXTRA_EXPECTED.
24840         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24841         * math/gen-libm-test.pl (parse_args): Don't output initializers
24842         for extra output values.
24843
24844         * math/libm-test.inc (check_int): Expect result to be exactly
24845         equal to expected value and do not handle ulps.
24846         (check_long): Likewise.
24847         (check_longlong): Likewise.
24848
24849         * math/libm-test.inc (ceil_test_data): Test for "inexact"
24850         exceptions.
24851         (cimag_test_data): Likewise.
24852         (conj_test_data): Likewise.
24853         (copysign_test_data): Likewise.
24854         (cproj_test_data): Likewise.
24855         (creal_test_data): Likewise.
24856         (fabs_test_data): Likewise.
24857         (fdim_test_data): Likewise.
24858         (finite_test_data): Likewise.
24859         (floor_test_data): Likewise.
24860         (fmax_test_data): Likewise.
24861         (fmin_test_data): Likewise.
24862         (fmod_test_data): Likewise.
24863         (fpclassify_test_data): Likewise.
24864         (frexp_test_data): Likewise.
24865         (ilogb_test_data): Likewise.
24866         (isfinite_test_data): Likewise.
24867         (isgreater_test_data): Likewise.
24868         (isgreaterequal_test_data): Likewise.
24869         (isinf_test_data): Likewise.
24870         (isless_test_data): Likewise.
24871         (islessequal_test_data): Likewise.
24872         (islessgreater_test_data): Likewise.
24873         (isnan_test_data): Likewise.
24874         (isnormal_test_data): Likewise.
24875         (issignaling_test_data): Likewise.
24876         (isunordered_test_data): Likewise.
24877         (ldexp_test_data): Likewise.
24878         (lrint_test_data): Likewise.
24879         (lrint_test_data) [TEST_FLOAT]: Disable one test.
24880         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24881         (lrint_tonearest_test_data): Test for "inexact" exceptions.
24882         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24883         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24884         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24885         test input.
24886         (lrint_towardzero_test_data): Test for "inexact" exceptions.
24887         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24888         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24889         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24890         that test input.
24891         (lrint_downward_test_data): Test for "inexact" exceptions.
24892         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24893         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24894         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24895         test input.
24896         (lrint_upward_test_data): Test for "inexact" exceptions.
24897         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24898         test input.
24899         (llrint_test_data): Test for "inexact" exceptions.
24900         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24901         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24902         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24903         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24904         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24905         (llrint_downward_test_data): Test for "inexact" exceptions.
24906         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24907         (llrint_upward_test_data): Test for "inexact" exceptions.
24908         (logb_test_data): Likewise.
24909         (logb_downward_test_data): Likewise.
24910         (nextafter_test_data): Likewise.
24911         (nexttoward_test_data): Likewise.
24912         (remainder_test_data): Likewise.
24913         (remquo_test_data): Likewise.
24914         (scalbn_test_data): Likewise.
24915         (scalbln_test_data): Likewise.
24916         (signbit_test_data): Likewise.
24917         (sqrt_test_data): Likewise.
24918         (significand_test_data): Likewise.
24919
24920 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24921
24922         [BZ #15424]
24923         * benchtests/bench-modf.c (struct args): Mark arg0 as
24924         volatile.
24925         * scripts/bench.pl: Mark members of struct args as volatile.
24926
24927 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24928
24929         [BZ # 15497]
24930         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24931         negative infinity on POWER6 or lower.
24932         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24933
24934 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24935
24936         [BZ #15442]
24937         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24938         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24939         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24940         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24941         (_FP_SETQNAN): New macro.
24942         (_FP_SETQNAN_SEMIRAW): Likewise.
24943         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24944         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24945         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24946         (FP_EXTEND): Use _FP_FRAC_SNANP.
24947         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24948         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24949         into account.
24950         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24951         New macro.
24952         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24953         Likewise.
24954
24955 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24956
24957         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24958         with DIVIDE_BY_ZERO_EXCEPTION.
24959         (gamma_test_data): Likewise.
24960         (lgamma_test_data): Likewise.
24961         (log_test_data): Likewise.
24962         (log10_test_data): Likewise.
24963         (log2_test_data): Likewise.
24964         (tgamma_test_data): Likewise.
24965
24966         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24967         (acos_test_tonearest): Likewise.
24968         (acos_test_towardzero): Likewise.
24969         (acos_test_downward): Likewise.
24970         (acos_test_upward): Likewise.
24971         (acosh_test): Likewise.
24972         (asin_test): Likewise.
24973         (asin_test_tonearest): Likewise.
24974         (asin_test_towardzero): Likewise.
24975         (asin_test_downward): Likewise.
24976         (asin_test_upward): Likewise.
24977         (asinh_test): Likewise.
24978         (atan_test): Likewise.
24979         (atanh_test): Likewise.
24980         (atan2_test): Likewise.
24981         (cabs_test): Likewise.
24982         (cacos_test): Likewise.
24983         (cacosh_test): Likewise.
24984         (casin_test): Likewise.
24985         (casinh_test): Likewise.
24986         (catan_test): Likewise.
24987         (catanh_test): Likewise.
24988         (cbrt_test): Likewise.
24989         (ccos_test): Likewise.
24990         (ccosh_test): Likewise.
24991         (cexp_test): Likewise.
24992         (clog_test): Likewise.
24993         (clog10_test): Likewise.
24994         (cos_test): Likewise.
24995         (cos_test_tonearest): Likewise.
24996         (cos_test_towardzero): Likewise.
24997         (cos_test_downward): Likewise.
24998         (cos_test_upward): Likewise.
24999         (cosh_test): Likewise.
25000         (cosh_test_tonearest): Likewise.
25001         (cosh_test_towardzero): Likewise.
25002         (cosh_test_downward): Likewise.
25003         (cosh_test_upward): Likewise.
25004         (cpow_test): Likewise.
25005         (csin_test): Likewise.
25006         (csinh_test): Likewise.
25007         (csqrt_test): Likewise.
25008         (ctan_test): Likewise.
25009         (ctan_test_tonearest): Likewise.
25010         (ctan_test_towardzero): Likewise.
25011         (ctan_test_downward): Likewise.
25012         (ctan_test_upward): Likewise.
25013         (ctanh_test): Likewise.
25014         (ctanh_test_tonearest): Likewise.
25015         (ctanh_test_towardzero): Likewise.
25016         (ctanh_test_downward): Likewise.
25017         (ctanh_test_upward): Likewise.
25018         (erf_test): Likewise.
25019         (erfc_test): Likewise.
25020         (exp_test): Likewise.
25021         (exp_test_tonearest): Likewise.
25022         (exp_test_towardzero): Likewise.
25023         (exp_test_downward): Likewise.
25024         (exp_test_upward): Likewise.
25025         (exp10_test): Likewise.
25026         (exp2_test): Likewise.
25027         (expm1_test): Likewise.
25028         (fmod_test): Likewise.
25029         (gamma_test): Likewise.
25030         (hypot_test): Likewise.
25031         (j0_test): Likewise.
25032         (j1_test): Likewise.
25033         (jn_test): Likewise.
25034         (lgamma_test): Likewise.
25035         (log_test): Likewise.
25036         (log10_test): Likewise.
25037         (log1p_test): Likewise.
25038         (log2_test): Likewise.
25039         (logb_test_downward): Likewise.
25040         (pow_test): Likewise.
25041         (pow_test_tonearest): Likewise.
25042         (pow_test_towardzero): Likewise.
25043         (pow_test_downward): Likewise.
25044         (pow_test_upward): Likewise.
25045         (remainder_test): Likewise.
25046         (remquo_test): Likewise.
25047         (sin_test): Likewise.
25048         (sin_test_tonearest): Likewise.
25049         (sin_test_towardzero): Likewise.
25050         (sin_test_downward): Likewise.
25051         (sin_test_upward): Likewise.
25052         (sincos_test): Likewise.
25053         (sinh_test): Likewise.
25054         (sinh_test_tonearest): Likewise.
25055         (sinh_test_towardzero): Likewise.
25056         (sinh_test_downward): Likewise.
25057         (sinh_test_upward): Likewise.
25058         (sqrt_test): Likewise.
25059         (tan_test): Likewise.
25060         (tan_test_tonearest): Likewise.
25061         (tan_test_towardzero): Likewise.
25062         (tan_test_downward): Likewise.
25063         (tan_test_upward): Likewise.
25064         (tanh_test): Likewise.
25065         (tgamma_test): Likewise.
25066         (y0_test): Likewise.
25067         (y1_test): Likewise.
25068         (yn_test): Likewise.
25069
25070         * math/gen-libm-test.pl (adjust_arg): Remove function.
25071         (special_function): Remove argument $in_func.  Only handle
25072         generating output for tables of tests, not inside functions.
25073         (parse_args): Likewise.
25074         (generate_testfile): Remove variable $in_func.  Update call to
25075         parse_args.
25076         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
25077         (MINUS_ZERO_INIT): Rename macro to minus_zero.
25078         (PLUS_INFTY_INIT): Rename macro to plus_infty.
25079         (MINUS_INFTY_INIT): Rename macro to minus_infty.
25080         (QNAN_VALUE_INIT): Rename macro to qnan_value.
25081         (MAX_VALUE_INIT): Rename macro to max_value.
25082         (MIN_VALUE_INIT): Rename macro to min_value.
25083         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
25084         (plus_zero): Remove variable.
25085         (minus_zero): Likewise.
25086         (plus_infty): Likewise.
25087         (minus_infty): Likewise.
25088         (qnan_value): Likewise.
25089         (max_value): Likewise.
25090         (min_value): Likewise.
25091         (min_subnorm_value): Likewise.
25092
25093 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25094
25095         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
25096         uint64_t or uint32_t usage.
25097         * crypt/sha256-block.c: Likewise.
25098         * crypt/sha256-crypt.c: Likewise.
25099         * crypt/sha256.c: Likewise.
25100         * crypt/sha512-block.c: Likewise.
25101         * crypt/sha512-crypt.c: Likewise.
25102         * crypt/sha512.c: Likewise.
25103         * debug/backtrace-tst.c: Likewise.
25104         * debug/pcprofiledump.c: Likewise.
25105         * elf/cache.c: Likewise.
25106         * elf/dl-cache.c: Likewise.
25107         * elf/dl-misc.c: Likewise.
25108         * elf/dl-profile.c: Likewise.
25109         * elf/dl-support.c: Likewise.
25110         * elf/ldconfig.c: Likewise.
25111         * elf/sprof.c: Likewise.
25112         * iconv/dummy-repertoire.c: Likewise.
25113         * iconv/iconv_charmap.c: Likewise.
25114         * iconv/skeleton.c: Likewise.
25115         * iconvdata/8bit-generic.c: Likewise.
25116         * iconvdata/cp737.h: Likewise.
25117         * iconvdata/cp775.h: Likewise.
25118         * iconvdata/ibm1008.h: Likewise.
25119         * iconvdata/ibm1025.h: Likewise.
25120         * iconvdata/ibm1046.h: Likewise.
25121         * iconvdata/ibm1097.h: Likewise.
25122         * iconvdata/ibm1112.h: Likewise.
25123         * iconvdata/ibm1122.h: Likewise.
25124         * iconvdata/ibm1123.h: Likewise.
25125         * iconvdata/ibm1124.h: Likewise.
25126         * iconvdata/ibm1129.h: Likewise.
25127         * iconvdata/ibm1130.h: Likewise.
25128         * iconvdata/ibm1132.h: Likewise.
25129         * iconvdata/ibm1133.h: Likewise.
25130         * iconvdata/ibm1137.h: Likewise.
25131         * iconvdata/ibm1140.h: Likewise.
25132         * iconvdata/ibm1141.h: Likewise.
25133         * iconvdata/ibm1142.h: Likewise.
25134         * iconvdata/ibm1143.h: Likewise.
25135         * iconvdata/ibm1144.h: Likewise.
25136         * iconvdata/ibm1145.h: Likewise.
25137         * iconvdata/ibm1146.h: Likewise.
25138         * iconvdata/ibm1147.h: Likewise.
25139         * iconvdata/ibm1148.h: Likewise.
25140         * iconvdata/ibm1149.h: Likewise.
25141         * iconvdata/ibm1153.h: Likewise.
25142         * iconvdata/ibm1154.h: Likewise.
25143         * iconvdata/ibm1155.h: Likewise.
25144         * iconvdata/ibm1156.h: Likewise.
25145         * iconvdata/ibm1157.h: Likewise.
25146         * iconvdata/ibm1158.h: Likewise.
25147         * iconvdata/ibm1160.h: Likewise.
25148         * iconvdata/ibm1161.h: Likewise.
25149         * iconvdata/ibm1162.h: Likewise.
25150         * iconvdata/ibm1163.h: Likewise.
25151         * iconvdata/ibm1164.h: Likewise.
25152         * iconvdata/ibm1166.h: Likewise.
25153         * iconvdata/ibm1167.h: Likewise.
25154         * iconvdata/ibm12712.h: Likewise.
25155         * iconvdata/ibm1390.h: Likewise.
25156         * iconvdata/ibm1399.h: Likewise.
25157         * iconvdata/ibm16804.h: Likewise.
25158         * iconvdata/ibm4517.h: Likewise.
25159         * iconvdata/ibm4899.h: Likewise.
25160         * iconvdata/ibm4909.h: Likewise.
25161         * iconvdata/ibm4971.h: Likewise.
25162         * iconvdata/ibm5347.h: Likewise.
25163         * iconvdata/ibm803.h: Likewise.
25164         * iconvdata/ibm856.h: Likewise.
25165         * iconvdata/ibm901.h: Likewise.
25166         * iconvdata/ibm902.h: Likewise.
25167         * iconvdata/ibm9030.h: Likewise.
25168         * iconvdata/ibm9066.h: Likewise.
25169         * iconvdata/ibm921.h: Likewise.
25170         * iconvdata/ibm922.h: Likewise.
25171         * iconvdata/ibm9448.h: Likewise.
25172         * iconvdata/isiri-3342.h: Likewise.
25173         * iconvdata/jis0201.h: Likewise.
25174         * include/link.h: Likewise.
25175         * include/netdb.h: Likewise.
25176         * inet/check_native.c: Likewise.
25177         * inet/check_pf.c: Likewise.
25178         * inet/getipv4sourcefilter.c: Likewise.
25179         * inet/getnameinfo.c: Likewise.
25180         * inet/getsourcefilter.c: Likewise.
25181         * inet/htonl.c: Likewise.
25182         * inet/setipv4sourcefilter.c: Likewise.
25183         * inet/setsourcefilter.c: Likewise.
25184         * inet/test-inet6_opt.c: Likewise.
25185         * inet/tst-network.c: Likewise.
25186         * locale/C-collate.c: Likewise.
25187         * locale/C-ctype.c: Likewise.
25188         * locale/C-time.c: Likewise.
25189         * locale/C-translit.h: Likewise.
25190         * locale/loadarchive.c: Likewise.
25191         * locale/programs/3level.h: Likewise.
25192         * locale/programs/charmap.c: Likewise.
25193         * locale/programs/charmap.h: Likewise.
25194         * locale/programs/ld-address.c: Likewise.
25195         * locale/programs/ld-collate.c: Likewise.
25196         * locale/programs/ld-ctype.c: Likewise.
25197         * locale/programs/ld-identification.c: Likewise.
25198         * locale/programs/ld-measurement.c: Likewise.
25199         * locale/programs/ld-messages.c: Likewise.
25200         * locale/programs/ld-monetary.c: Likewise.
25201         * locale/programs/ld-name.c: Likewise.
25202         * locale/programs/ld-numeric.c: Likewise.
25203         * locale/programs/ld-paper.c: Likewise.
25204         * locale/programs/ld-telephone.c: Likewise.
25205         * locale/programs/ld-time.c: Likewise.
25206         * locale/programs/linereader.c: Likewise.
25207         * locale/programs/locale.c: Likewise.
25208         * locale/programs/locarchive.c: Likewise.
25209         * locale/programs/locfile.h: Likewise.
25210         * locale/programs/repertoire.c: Likewise.
25211         * locale/programs/simple-hash.c: Likewise.
25212         * locale/programs/simple-hash.h: Likewise.
25213         * malloc/memusage.c: Likewise.
25214         * malloc/memusagestat.c: Likewise.
25215         * nis/nis_defaults.c: Likewise.
25216         * nis/nis_hash.c: Likewise.
25217         * nis/nis_print.c: Likewise.
25218         * nis/nis_xdr.c: Likewise.
25219         * nscd/connections.c: Likewise.
25220         * nscd/hstcache.c: Likewise.
25221         * nscd/nscd_gethst_r.c: Likewise.
25222         * nscd/nscd_getserv_r.c: Likewise.
25223         * nscd/nscd_helper.c: Likewise.
25224         * nscd/servicescache.c: Likewise.
25225         * nss/makedb.c: Likewise.
25226         * nss/nss_db/db-XXX.c: Likewise.
25227         * nss/nss_db/db-initgroups.c: Likewise.
25228         * nss/nss_db/db-netgrp.c: Likewise.
25229         * nss/nss_files/files-network.c: Likewise.
25230         * nss/nss_files/files-parse.c: Likewise.
25231         * posix/bug-regex5.c: Likewise.
25232         * posix/fnmatch_loop.c: Likewise.
25233         * posix/regcomp.c: Likewise.
25234         * posix/regexec.c: Likewise.
25235         * posix/tst-rfc3484-2.c: Likewise.
25236         * posix/tst-rfc3484-3.c: Likewise.
25237         * posix/tst-rfc3484.c: Likewise.
25238         * resolv/nss_dns/dns-canon.c: Likewise.
25239         * resolv/nss_dns/dns-network.c: Likewise.
25240         * resolv/res_init.c: Likewise.
25241         * resolv/res_mkquery.c: Likewise.
25242         * resolv/tst-aton.c: Likewise.
25243         * stdlib/cxa_atexit.c: Likewise.
25244         * stdlib/cxa_finalize.c: Likewise.
25245         * stdlib/gen-fpioconst.c: Likewise.
25246         * stdlib/strtol_l.c: Likewise.
25247         * string/tst-endian.c: Likewise.
25248         * sunrpc/auth_des.c: Likewise.
25249         * sunrpc/clnt_udp.c: Likewise.
25250         * sunrpc/rtime.c: Likewise.
25251         * sunrpc/svcauth_des.c: Likewise.
25252         * sunrpc/xdr.c: Likewise.
25253         * sunrpc/xdr_intXX_t.c: Likewise.
25254         * sunrpc/xdr_rec.c: Likewise.
25255         * sysdeps/generic/ldconfig.h: Likewise.
25256         * sysdeps/generic/ldsodefs.h: Likewise.
25257         * sysdeps/generic/memusage.h: Likewise.
25258         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
25259         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
25260         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
25261         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
25262         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
25263         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
25264         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
25265         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
25266         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
25267         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25268         * sysdeps/posix/getaddrinfo.c: Likewise.
25269         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
25270         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25271         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
25272         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
25273         * sysdeps/powerpc/test-gettimebase.c: Likewise.
25274         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
25275         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
25276         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
25277         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
25278         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
25279         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
25280         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
25281         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
25282         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
25283         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
25284         * sysdeps/x86_64/dl-tls.h: Likewise.
25285         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
25286         * time/alt_digit.c: Likewise.
25287         * time/era.c: Likewise.
25288         * wcsmbs/tst-c16c32-1.c: Likewise.
25289
25290 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25291
25292         * math/libm-test.inc (struct test_sincos_data): New type.
25293         (RUN_TEST_LOOP_sincos): New macro.
25294         (sincos_test_data): New variable.
25295         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
25296
25297 2013-05-16  Richard Henderson  <rth@redhat.com>
25298
25299         * math/atest-exp2.c (LIMB64): New macro.
25300         (CONSTSZ): New macro.
25301         (mp_exp1, mp_exp_m1, mp_log2): New variables.
25302         (hexdig): Move ...
25303         (print_mpn_fp): ... to function scope.
25304         (read_mpn_hex): Remove.
25305         (get_log2): Remove.
25306         (exp2_mpn): Use mp_log2.
25307         (main): Use mp_exp1.
25308
25309 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25310
25311         * math/libm-test.inc: Remove comment about not testing "inexact"
25312         exceptions.
25313         (INEXACT_EXCEPTION): New macro.
25314         (NO_INEXACT_EXCEPTION): Likewise.
25315         (INVALID_EXCEPTION_OK): Update value.
25316         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
25317         (OVERFLOW_EXCEPTION_OK): Likewise.
25318         (UNDERFLOW_EXCEPTION_OK): Likewise.
25319         (IGNORE_ZERO_INF_SIGN): Likewise.
25320         (ERRNO_UNCHANGED): Likewise.
25321         (ERRNO_EDOM): Likewise.
25322         (ERRNO_ERANGE): Likewise.
25323         (test_exceptions): Handle testing "inexact" exceptions.
25324         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
25325         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
25326         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
25327         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
25328         INEXACT_EXCEPTION.
25329         (rint_towardzero_test_data): Likewise.
25330         (rint_downward_test_data): Likewise.
25331         (rint_upward_test_data): Likewise.
25332
25333         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
25334         with OVERFLOW_EXCEPTION.
25335         (exp10_test_data): Likewise.
25336         (exp2_test_data): Likewise.
25337         (expm1_test_data): Likewise.
25338         (lgamma_test_data): Likewise.
25339         (pow_test_data): Likewise.
25340         (tgamma_test_data): Likewise.
25341         (yn_test_data): Remove duplicate test of overflow.
25342
25343         * math/libm-test.inc (struct test_cc_c_data): New type.
25344         (RUN_TEST_LOOP_cc_c): New macro.
25345         (cpow_test_data): New variable.
25346         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
25347
25348         * math/libm-test.inc (struct test_f_L_data): New type.
25349         (RUN_TEST_LOOP_f_L): New macro.
25350         (llrint_test_data): New variable.
25351         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
25352         (llrint_tonearest_test_data): New variable.
25353         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
25354         (llrint_towardzero_test_data): New variable.
25355         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
25356         (llrint_downward_test_data): New variable.
25357         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
25358         (llrint_upward_test_data): New variable.
25359         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
25360         (llround_test_data): New variable.
25361         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
25362
25363 2013-05-13  Peter Collingbourne  <pcc@google.com>
25364
25365         * math/atest-exp2.c (get_log2): Remove const attribute.
25366
25367 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25368
25369         * math/libm-test.inc (struct test_f_l_data): New type.
25370         (RUN_TEST_LOOP_f_l): New macro.
25371         (lrint_test_data): New variable.
25372         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
25373         (lrint_tonearest_test_data): New variable.
25374         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
25375         (lrint_towardzero_test_data): New variable.
25376         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
25377         (lrint_downward_test_data): New variable.
25378         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
25379         (lrint_upward_test_data): New variable.
25380         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
25381         (lround_test_data): New variable.
25382         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
25383
25384 2013-05-15  Peter Collingbourne  <pcc@google.com>
25385
25386         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
25387         (EXTRACT_WORDS64) Use where appropriate.
25388         (INSERT_WORDS64) Likewise.
25389
25390         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
25391         constraints with x constraints.
25392         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
25393
25394         * malloc/obstack.c (_obstack_compat): Add initializer.
25395
25396 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
25397
25398         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
25399         si_trapno and add si_addr_lsb to _sifields.sigfault.
25400         (si_trapno): Remove macro.
25401         (si_addr_lsb): Define new macro.
25402         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
25403
25404 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25405
25406         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
25407         instead of TEST_f_l.
25408         (llrint_test_tonearest): Likewise.
25409         (llrint_test_towardzero): Likewise.
25410         (llrint_test_downward): Likewise.
25411         (llrint_test_upward): Likewise.
25412         (llround_test): Likewise.
25413
25414         * math/libm-test.inc (struct test_f_i_data): Add comment.
25415         (RUN_TEST_LOOP_f_b): New macro.
25416         (RUN_TEST_LOOP_f_b_tg): Likewise.
25417         (finite_test_data): New variable.
25418         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
25419         (isfinite_test_data): New variable.
25420         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25421         (isinf_test_data): New variable.
25422         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25423         (isnan_test_data): New variable.
25424         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25425         (isnormal_test_data): New variable.
25426         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25427         (issignaling_test_data): New variable.
25428         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25429         (signbit_test_data): New variable.
25430         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25431
25432         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
25433         with INVALID_EXCEPTION.
25434         (acosh_test_data): Likewise.
25435         (asin_test_data): Likewise.
25436         (atanh_test_data): Likewise.
25437         (fmod_test_data): Likewise.
25438         (log_test_data): Likewise.
25439         (log10_test_data): Likewise.
25440         (log2_test_data): Likewise.
25441         (pow_test_data): Likewise.
25442         (sqrt_test_data): Likewise.
25443         (y0_test_data): Likewise.
25444         (y1_test_data): Likewise.
25445         (yn_test_data): Likewise.
25446
25447         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
25448         function contents.
25449
25450         * math/libm-test.inc (struct test_ff_i_data): New type.
25451         (RUN_TEST_LOOP_ff_i_tg): New macro.
25452         (isgreater_test_data): New variable.
25453         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25454         (isgreaterequal_test_data): New variable.
25455         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25456         (isless_test_data): New variable.
25457         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25458         (islessequal_test_data): New variable.
25459         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25460         (islessgreater_test_data): New variable.
25461         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25462         (isunordered_test_data): New variable.
25463         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25464
25465 2013-05-14  David S. Miller  <davem@davemloft.net>
25466
25467         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25468
25469 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
25470
25471         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
25472
25473         * math/libm-test.inc (struct test_fF_f1_data): Change type of
25474         extra_test to int.
25475         (struct test_f_i_data): Change type of max_ulp to int.
25476
25477         * math/libm-test.inc (test_ffI_f1_data): New type.
25478         (RUN_TEST_LOOP_ffI_f1): New macro.
25479         (remquo_test_data): New variable.
25480         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
25481
25482         * setjmp/tst-setjmp-fp.c: New file.
25483         * setjmp/Makefile (tests): Add tst-setjmp-fp.
25484         (link-libm): New variable.
25485         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
25486
25487         * math/libm-test.inc (struct test_f_i_data): New type.
25488         (RUN_TEST_LOOP_f_i): New macro.
25489         (RUN_TEST_LOOP_f_i_tg): Likewise.
25490         (fpclassify_test_data): New variable.
25491         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
25492         (ilogb_test_data): New variable.
25493         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
25494
25495         * math/libm-test.inc (scalbln_test): Correct function name in END
25496         call.
25497
25498         * math/libm-test.inc (struct test_f_f1_data): Add comment.
25499         (RUN_TEST_LOOP_fI_f1): New macro.
25500         (frexp_test_data): New variable.
25501         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
25502
25503         * math/libm-test.inc (struct test_fF_f1_data): New type.
25504         (RUN_TEST_LOOP_fF_f1): New macro.
25505         (modf_test_data): New variable.
25506         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
25507
25508         * math/libm-test.inc (struct test_f_f1_data): New type.
25509         (RUN_TEST_LOOP_f_f1): New macro.
25510         (gamma_test_data): New variable.
25511         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25512         (lgamma_test_data): New variable.
25513         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25514
25515 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
25516
25517         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
25518         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
25519         (main): Comment "tls" pseudo-hwcap.
25520
25521 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
25522
25523         * math/libm-test.inc (struct test_fl_f_data): New type.
25524         (RUN_TEST_LOOP_fl_f): New variable.
25525         (scalbln_test_data): New variable.
25526         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
25527
25528         * math/libm-test.inc (struct test_fi_f_data): New type.
25529         (RUN_TEST_LOOP_fi_f): New macro.
25530         (ldexp_test_data): New variable.
25531         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
25532         (scalbn_test_data): New variable.
25533         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
25534
25535         * math/libm-test.inc (struct test_c_f_data): New type.
25536         (RUN_TEST_LOOP_c_f): New macro.
25537         (cabs_test_data): New variable.
25538         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
25539         (carg_test_data): New variable.
25540         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
25541         (cimag_test_data): New variable.
25542         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
25543         (creal_test_data): New variable.
25544         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
25545
25546         * math/libm-test.inc (struct test_if_f_data): New type.
25547         (RUN_TEST_LOOP_if_f): New macro.
25548         (jn_test_data): New variable.
25549         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
25550         (yn_test_data): New variable.
25551         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
25552
25553         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
25554
25555 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25556
25557         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
25558         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
25559
25560 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25561
25562         * benchtests/Makefile (CPPFLAGS-nonlib): Add
25563         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
25564         (bench-deps): Add bench-timing.h.
25565         * benchtests-bench-skeleton.c: Include bench-timing.h.
25566         (main): Use TIMING_* macros instead of clock_gettime.
25567         * benchtests/bench-timing.h: New file.
25568
25569         [BZ #14582]
25570         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
25571         Renamed from _LIB_VERSION.
25572         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
25573
25574 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
25575
25576         * math/libm-test.inc (struct test_fff_f_data): New type.
25577         (RUN_TEST_LOOP_fff_f): New macro.
25578         (fma_test_data): New variable.
25579         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
25580         (fma_towardzero_test_data): New variable.
25581         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
25582         (fma_downward_test_data): New variable.
25583         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
25584         (fma_upward_test_data): New variable.
25585         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
25586
25587         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
25588         (struct test_c_c_data): New type.
25589         (RUN_TEST_LOOP_c_c): New macro.
25590         (cacos_test_data): New variable.
25591         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
25592         (cacosh_test_data): New variable.
25593         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
25594         (casin_test_data): New variable.
25595         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
25596         (casinh_test_data): New variable.
25597         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
25598         (catan_test_data): New variable.
25599         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
25600         (catanh_test_data): New variable.
25601         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
25602         (ccos_test_data): New variable.
25603         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
25604         (ccosh_test_data): New variable.
25605         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
25606         (cexp_test_data): New variable.
25607         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
25608         (clog_test_data): New variable.
25609         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
25610         (clog10_test_data): New variable.
25611         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25612         (conj_test_data): New variable.
25613         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25614         (cproj_test_data): New variable.
25615         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25616         (csin_test_data): New variable.
25617         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25618         (csinh_test_data): New variable.
25619         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25620         (csqrt_test_data): New variable.
25621         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25622         (ctan_test_data): New variable.
25623         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25624         (ctan_tonearest_test_data): New variable.
25625         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25626         (ctan_towardzero_test_data): New variable.
25627         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25628         (ctan_downward_test_data): New variable.
25629         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25630         (ctan_upward_test_data): New variable.
25631         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25632         (ctanh_test_data): New variable.
25633         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25634         (ctanh_tonearest_test_data): New variable.
25635         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25636         (ctanh_towardzero_test_data): New variable.
25637         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25638         (ctanh_downward_test_data): New variable.
25639         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25640         (ctanh_upward_test_data): New variable.
25641         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25642         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25643         of BUILD_COMPLEX.
25644
25645         * math/libm-test.inc (struct test_ff_f_data): New type.
25646         (struct test_ff_f_data_nexttoward): Likewise.
25647         (RUN_TEST_LOOP_2_f): New macro.
25648         (RUN_TEST_LOOP_ff_f): Likewise.
25649         (atan2_test_data): New variable.
25650         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25651         (copysign_test_data): New variable.
25652         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25653         (fdim_test_data): New variable.
25654         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25655         (fmax_test_data): New variable.
25656         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25657         (fmin_test_data): New variable.
25658         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25659         (fmod_test_data): New variable.
25660         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25661         (hypot_test_data): New variable.
25662         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25663         (nextafter_test_data): New variable.
25664         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25665         (nexttoward_test_data): New variable.
25666         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25667         (pow_test_data): New variable.
25668         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25669         (pow_tonearest_test_data): New variable.
25670         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25671         (pow_towardzero_test_data): New variable.
25672         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25673         (pow_downward_test_data): New variable.
25674         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25675         (pow_upward_test_data): New variable.
25676         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25677         (remainder_test_data): New variable.
25678         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25679         (scalb_test_data): New variable.
25680         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25681         * sysdeps/i386/fpu/libm-test-ulps: Update.
25682
25683 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
25684
25685         * math/libm-test.inc (fma_test): Use max_value instead of local
25686         variable fltmax.
25687         (nextafter_test): Likewise.
25688
25689         * math/libm-test.inc (acos_towardzero_test_data): New variable.
25690         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25691         (acos_downward_test_data): New variable.
25692         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25693         (acos_upward_test_data): New variable.
25694         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25695         (acosh_test_data): New variable.
25696         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25697         (asin_test_data): New variable.
25698         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25699         (asin_tonearest_test_data): New variable.
25700         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25701         (asin_towardzero_test_data): New variable.
25702         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25703         (asin_downward_test_data): New variable.
25704         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25705         (asin_upward_test_data): New variable.
25706         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25707         (asinh_test_data): New variable.
25708         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25709         (atan_test_data): New variable.
25710         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25711         (atanh_test_data): New variable.
25712         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25713         (cbrt_test_data): New variable.
25714         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25715         (ceil_test_data): New variable.
25716         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25717         (cos_test_data): New variable.
25718         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25719         (cos_tonearest_test_data): New variable.
25720         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25721         (cos_towardzero_test_data): New variable.
25722         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25723         (cos_downward_test_data): New variable.
25724         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25725         (cos_upward_test_data): New variable.
25726         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25727         (cosh_test_data): New variable.
25728         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25729         (cosh_tonearest_test_data): New variable.
25730         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25731         (cosh_towardzero_test_data): New variable.
25732         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25733         (cosh_downward_test_data): New variable.
25734         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25735         (cosh_upward_test_data): New variable.
25736         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25737         (erf_test_data): New variable.
25738         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25739         (erfc_test_data): New variable.
25740         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25741         (exp_test_data): New variable.
25742         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25743         (exp_tonearest_test_data): New variable.
25744         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25745         (exp_towardzero_test_data): New variable.
25746         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25747         (exp_downward_test_data): New variable.
25748         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25749         (exp_upward_test_data): New variable.
25750         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25751         (exp10_test_data): New variable.
25752         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25753         (exp2_test_data): New variable.
25754         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25755         (expm1_test_data): New variable.
25756         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25757         (fabs_test_data): New variable.
25758         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25759         (floor_test_data): New variable.
25760         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25761         (j0_test_data): New variable.
25762         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25763         (j1_test_data): New variable.
25764         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25765         (log_test_data): New variable.
25766         (log_test): Run tests with RUN_TEST_LOOP_f_f.
25767         (log10_test_data): New variable.
25768         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25769         (log1p_test_data): New variable.
25770         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25771         (log2_test_data): New variable.
25772         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25773         (logb_test_data): New variable.
25774         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25775         (logb_downward_test_data): New variable.
25776         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25777         (nearbyint_test_data): New variable.
25778         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25779         (rint_test_data): New variable.
25780         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25781         (rint_tonearest_test_data): New variable.
25782         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25783         (rint_towardzero_test_data): New variable.
25784         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25785         (rint_downward_test_data): New variable.
25786         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25787         (rint_upward_test_data): New variable.
25788         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25789         (round_test_data): New variable.
25790         (round_test): Run tests with RUN_TEST_LOOP_f_f.
25791         (sin_test_data): New variable.
25792         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25793         (sin_tonearest_test_data): New variable.
25794         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25795         (sin_towardzero_test_data): New variable.
25796         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25797         (sin_downward_test_data): New variable.
25798         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25799         (sin_upward_test_data): New variable.
25800         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25801         (sinh_test_data): New variable.
25802         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25803         (sinh_tonearest_test_data): New variable.
25804         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25805         (sinh_towardzero_test_data): New variable.
25806         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25807         (sinh_downward_test_data): New variable.
25808         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25809         (sinh_upward_test_data): New variable.
25810         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25811         (sqrt_test_data): New variable.
25812         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25813         (tan_test_data): New variable.
25814         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25815         (tan_tonearest_test_data): New variable.
25816         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25817         (tan_towardzero_test_data): New variable.
25818         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25819         (tan_downward_test_data): New variable.
25820         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25821         (tan_upward_test_data): New variable.
25822         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25823         (tanh_test_data): New variable.
25824         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25825         (tgamma_test_data): New variable.
25826         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25827         (trunc_test_data): New variable.
25828         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25829         (y0_test_data): New variable.
25830         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25831         (y1_test_data): New variable.
25832         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25833         (significand_test_data): New variable.
25834         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25835
25836 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
25837
25838         [BZ #12387]
25839         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25840
25841 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25842
25843         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25844
25845 2013-05-10  Andreas Jaeger  <aj@suse.de>
25846
25847         [BZ #15448]
25848         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25849         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25850
25851 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25852
25853         * math/gen-libm-test.pl (adjust_arg): New function.
25854         (special_functions): Handle generating output in both functions
25855         and arrays.
25856         (parse_args): Likewise.
25857         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
25858         $in_func argument to parse_args.
25859         * math/libm-test.inc (struct test_f_f_data): New type.
25860         (IF_ROUND_INIT_): New macro.
25861         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25862         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25863         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25864         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25865         (ROUND_RESTORE_): Likewise.
25866         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25867         (ROUND_RESTORE_FE_TONEAREST): Likewise.
25868         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25869         (ROUND_RESTORE_FE_UPWARD): Likewise.
25870         (RUN_TEST_LOOP_f_f): New macro.
25871         (acos_test_data): New variable.
25872         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25873         (acos_tonearest_test_data): New variable.
25874         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25875
25876 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25877
25878         * benchtests/bench-skeleton.c (startup): Fix coding style.
25879
25880 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25881
25882         [BZ #6809]
25883         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25884         negative infinity argument.
25885         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25886         negative infinity argument.
25887         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25888         negative infinity argument.
25889         * math/libm-test.inc (tgamma_test): Expect errno to be set for
25890         domain errors.
25891
25892 2013-05-10  Florian Weimer  <fweimer@redhat.com>
25893
25894         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25895         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25896         * iconv/iconv_prog.c (main): Likewise.
25897         * locale/programs/charmap-dir.c (charmap_readdir)
25898         (fopen_uncompressed): Likewise.
25899         * locale/programs/locfile.c (siblings_uncached)
25900         (write_locale_data): Use lstat64 instead of lstat.
25901         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25902         stat.
25903
25904 2013-05-10  Andreas Jaeger  <aj@suse.de>
25905
25906         [BZ #15395]
25907         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25908         localization.
25909         Include <locale.h>.
25910
25911 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25912
25913         * elf/dl-close.c (_dl_close_worker): Add comments.
25914
25915 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25916
25917         [BZ #15359]
25918         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25919         high part of pi/2.
25920         (__ieee754_rem_pio2l): Update comments.
25921
25922         [BZ #15429]
25923         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25924         high part of pi/2.
25925         (__ieee754_rem_pio2l): Update comments.
25926
25927         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25928         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25929
25930         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25931         M_PI_4l.
25932
25933         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25934         (M_PI_34_LOG10El): Likewise.
25935         (M_PI2_LOG10El): Likewise.
25936         (M_PI4_LOG10El): Likewise.
25937         (M_PI_LOG10El): Likewise.
25938
25939 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25940
25941         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25942
25943 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25944
25945         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25946         (MINUS_ZERO_INIT): Likewise.
25947         (PLUS_INFTY_INIT): Likewise.
25948         (MINUS_INFTY_INIT): Likewise.
25949         (QNAN_VALUE_INIT): Likewise.
25950         (MAX_VALUE_INIT): Likewise.
25951         (MIN_VALUE_INIT): Likewise.
25952         (MIN_SUBNORM_VALUE_INIT): Likewise.
25953         (plus_zero): Initialize with PLUS_ZERO_INIT.
25954         (minus_zero): Initialize with MINUS_ZERO_INIT.
25955         (plus_infty): Initialize with PLUS_INFTY_INIT.
25956         (minus_infty): Initialize with MINUS_INFTY_INIT.
25957         (qnan_value): Initialize with QNAN_VALUE_INIT.
25958         (max_value): Initialize with MAX_VALUE_INIT.
25959         (min_value): Initialize with MIN_VALUE_INIT.
25960         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25961
25962         * math/libm-test.inc (RUN_TEST_if_f): New macro.
25963         (jn_test): Use TEST_if_f instead of TEST_ff_f.
25964         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25965         (yn_test): Use TEST_if_f instead of TEST_ff_f.
25966
25967         * math/libm-test.inc (RUN_TEST_f_f): New macro.
25968         (RUN_TEST_2_f): Likewise.
25969         (RUN_TEST_ff_f): Likewise.
25970         (RUN_TEST_fi_f): Likewise.
25971         (RUN_TEST_fl_f): Likewise.
25972         (RUN_TEST_fff_f): Likewise.
25973         (RUN_TEST_c_f): Likewise.
25974         (RUN_TEST_f_f1): Likewise.
25975         (RUN_TEST_fF_f1): Likewise.
25976         (RUN_TEST_fI_f1): Likewise.
25977         (RUN_TEST_ffI_f1): Likewise.
25978         (RUN_TEST_c_c): Likewise.
25979         (RUN_TEST_cc_c): Likewise.
25980         (RUN_TEST_f_i): Likewise.
25981         (RUN_TEST_f_i_tg): Likewise.
25982         (RUN_TEST_ff_i_tg): Likewise.
25983         (RUN_TEST_f_b): Likewise.
25984         (RUN_TEST_f_b_tg): Likewise.
25985         (RUN_TEST_f_l): Likewise.
25986         (RUN_TEST_f_L): Likewise.
25987         (RUN_TEST_sincos): Likewise.
25988         * math/gen-libm-test.pl (new_test): Take new argument to indicate
25989         whether to show exceptions.  Do not include ");\n" in return
25990         value.
25991         (special_functions): Output call to RUN_TEST_sincos instead of
25992         check_float calls.  Update calls to new_test.
25993         (parse_args): Output call to single RUN_TEST_* macro instead of
25994         check_* calls and other assignments.  Update calls to new_test.
25995
25996         [BZ #2546]
25997         [BZ #2560]
25998         [BZ #5159]
25999         [BZ #15426]
26000         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
26001         input to result for tgamma overflow.
26002         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
26003         (gamma_coeff): New variable.
26004         (NCOEFF): New macro.
26005         (gamma_positive): New function.
26006         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
26007         underflow here.  Use gamma_positive instead of exp (lgamma) for
26008         other arguments.
26009         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
26010         (gamma_coeff): New variable.
26011         (NCOEFF): New macro.
26012         (gammaf_positive): New function.
26013         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
26014         underflow here.  Use gamma_positive instead of exp (lgamma) for
26015         other arguments.
26016         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
26017         (gamma_coeff): New variable.
26018         (NCOEFF): New macro.
26019         (gammal_positive): New function.
26020         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
26021         underflow here.  Use gamma_positive instead of exp (lgamma) for
26022         other arguments.
26023         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
26024         (gamma_coeff): New variable.
26025         (NCOEFF): New macro.
26026         (gammal_positive): New function.
26027         (__ieee754_gammal_r): Handle positive infinity, overflow and
26028         underflow here.  Handle NaN the same as positive infinity.  Remove
26029         check x < 0xffffffff for negative integers.  Use gamma_positive
26030         instead of exp (lgamma) for other arguments.
26031         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
26032         (gamma_coeff): New variable.
26033         (NCOEFF): New macro.
26034         (gammal_positive): New function.
26035         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
26036         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
26037         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
26038         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
26039         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
26040         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
26041         * sysdeps/generic/math_private.h (__gamma_productf): New
26042         prototype.
26043         (__gamma_product): Likewise.
26044         (__gamma_productl): Likewise.
26045         * math/Makefile (libm-calls): Add gamma_product.
26046         * math/libm-test.inc (tgamma_test): Add more tests.
26047         * sysdeps/i386/fpu/libm-test-ulps: Update.
26048         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26049
26050 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
26051
26052         * benchtests/bench-skeleton.c (main): Preheat CPU.
26053
26054 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
26055
26056         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
26057
26058 2013-05-07  Roland McGrath  <roland@hack.frob.com>
26059
26060         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
26061         and _dl_skip_args_internal.
26062
26063 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
26064
26065         * manual/message.texi (Message Translation): Talk about users.
26066         Message to key mapping impacts design.
26067
26068 2013-05-06  Roland McGrath  <roland@hack.frob.com>
26069
26070         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
26071
26072         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
26073
26074         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
26075         * sysdeps/wordsize-64/glob64.c: ... here.
26076
26077         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
26078         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
26079         New macros.
26080
26081         * debug/getlogin_r_chk.c: Moved to ...
26082         * login/getlogin_r_chk.c: ... here.
26083         * debug/Makefile (routines): Move getlogin_r_chk to ...
26084         * login/Makefile (routines): ... here.
26085         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
26086         * login/Versions (libc: GLIBC_2.4): ... here.
26087
26088         * io/poll.c (__poll): Renamed from poll.
26089         Add libc_hidden_def.
26090         (poll): Define as weak alias.
26091
26092         * debug/ptsname_r_chk.c: Moved to ...
26093         * login/ptsname_r_chk.c: ... here.
26094         * debug/Makefile (routines): Move ptsname_r_chk to ...
26095         * login/Makefile (routines): ... here.
26096         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
26097         * login/Versions (libc: GLIBC_2.4): ... here.
26098
26099         * posix/getlogin.c: Moved to ...
26100         * login/getlogin.c: ... here.
26101         * posix/getlogin_r.c: Moved to ...
26102         * login/getlogin_r.c: ... here.
26103         * posix/getlogin_r.c: Moved to ...
26104         * login/getlogin_r.c: ... here.
26105         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
26106         * login/Makefile (routines): ... here.
26107         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
26108         * login/Versions (libc: GLIBC_2.0): ... here.
26109
26110         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
26111         (setrlimit): Define as weak alias.
26112
26113         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
26114         Call __ names for open, ftruncate, and close.
26115         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
26116         (truncate): Define as weak alias.
26117
26118 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
26119
26120         * math/gen-libm-test.pl (parse_args): Initialize x before each
26121         test of frexp, modf and remquo.
26122
26123         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
26124         test signgam value.
26125
26126 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26127
26128         [BZ #15418]
26129         [BZ #15419]
26130         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
26131         internal tests.
26132         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
26133
26134 2013-05-06  Roland McGrath  <roland@hack.frob.com>
26135
26136         * elf/dl-writev.h: New file.
26137         * elf/dl-misc.c: Include it.
26138         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
26139         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
26140
26141 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
26142
26143         * math/libm-test.inc (noXFails): Remove variable.
26144         (noXPasses): Likewise.
26145         (BUILD_COMPLEX_INT): Remove macro.
26146         (print_screen): Remove xfail argument.
26147         (print_screen_max_error): Likewise.
26148         (update_stats): Likewise.
26149         (print_max_error): Likewise.  Update calls to other affected
26150         functions.
26151         (print_complex_max_error): Likewise.
26152         (test_single_exception): Update calls to print_screen.
26153         (test_single_errno): Likewise.
26154         (check_float_internal): Remove xfail argument.  Update calls to
26155         other affected functions.
26156         (check_float): Likewise.
26157         (check_complex): Likewise.
26158         (check_int): Likewise.
26159         (check_long): Likewise.
26160         (check_bool): Likewise.
26161         (check_longlong): Likewise.
26162         (main): Don't print noXFails and noXPasses.
26163         * math/gen-libm-test.pl (top level): Don't mention expected
26164         failure handling in comment.
26165         (new_test): Don't handle expected failures.
26166         (parse_args): Don't mention expected failure handling in comment.
26167         (generate_testfile): Don't handle expected failures.
26168         (parse_ulps): Likewise.
26169         (print_ulps_file): Likewise.
26170         (get_failure): Remove function.
26171         (output_test): Don't handle expected failures.
26172         * make/README.libm-test: Don't mention expected failure handling.
26173
26174         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
26175         (minus_zero): Likewise.
26176         (plus_infty): Likewise.
26177         (minus_infty): Likewise.
26178         (qnan_value): Likewise.
26179         (max_value): Likewise.
26180         (min_value): Likewise.
26181         (min_subnorm_value): Likewise.
26182         (initialize): Do not initialize those variables dynamically.
26183
26184 2013-05-03  Roland McGrath  <roland@hack.frob.com>
26185
26186         * io/open.c (__open_2): Moved to ...
26187         * io/open_2.c: ... this new file.
26188         * io/open64.c (__open64_2): Moved to ...
26189         * io/open64_2.c: ... this new file.
26190         * io/openat.c (__openat_2): Moved to ...
26191         * io/openat_2.c: ... this new file.
26192         * io/openat64.c (__openat64_2): Moved to ...
26193         * io/openat64_2.c: ... this new file.
26194         * io/Makefile (routines): Add them.
26195         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
26196         * sysdeps/unix/sysv/linux/open_2.c: File removed.
26197         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
26198         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
26199         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
26200         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
26201         (__openat64): Add hidden_ver.
26202         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
26203         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
26204
26205         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
26206         Separately conditionalize setting of GLRO(dl_sysinfo) so
26207         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
26208         as well, but the actual setting is only under [NEED_DL_SYSINFO].
26209
26210 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26211
26212         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
26213         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
26214         definition.
26215         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
26216         * sysdeps/unix/sysv/linux/powerpc/init-first.c
26217         (_libc_vdso_platform_setup): Add __vdso_time initialization.
26218         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
26219         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
26220
26221 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
26222
26223         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
26224         test signgam value.
26225
26226         * math/libm-test.inc (hypot_test): Do not use
26227         IGNORE_ZERO_INF_SIGN.
26228
26229 2013-05-03  Andreas Jaeger  <aj@suse.de>
26230
26231         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
26232         Linux 3.9.
26233         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
26234         (PF_MAX): Adjust for VSOCK change.
26235
26236 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26237
26238         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26239
26240 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
26241
26242         [BZ #15264]
26243         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
26244         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
26245         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
26246
26247 2013-05-02  David S. Miller  <davem@davemloft.net>
26248
26249         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26250
26251 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
26252
26253         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
26254
26255 2013-05-01  Roland McGrath  <roland@hack.frob.com>
26256
26257         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
26258
26259 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
26260
26261         [BZ #14952]
26262         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
26263         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26264         Use __attribute__ ((__gnu_inline__)).
26265         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26266         Don't use __attribute__ ((__gnu_inline__)).
26267
26268 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
26269
26270         [BZ #15423]
26271         * math/s_catan.c (__catan): Handle small real or imaginary part of
26272         input specially to avoid spurious underflow.
26273         * math/s_catanf.c (__catanf): Likewise.
26274         * math/s_catanh.c (__catanh): Likewise.
26275         * math/s_catanhf.c (__catanhf): Likewise.
26276         * math/s_catanhl.c (__catanhl): Likewise.
26277         * math/s_catanl.c (__catanl): Likewise.
26278         * math/libm-test.inc (catan_test): Add more tests.
26279         (catanh_test): Likewise.
26280         * sysdeps/i386/fpu/libm-test-ulps: Update.
26281         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26282
26283 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26284
26285         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26286
26287 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
26288
26289         [BZ #15416]
26290         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
26291         accurately for denominator in atan2.
26292         * math/s_catanf.c (__catanf): Likewise.
26293         * math/s_catanh.c (__catanh): Likewise.
26294         * math/s_catanhf.c (__catanhf): Likewise.
26295         * math/s_catanhl.c (__catanhl): Likewise.
26296         * math/s_catanl.c (__catanl): Likewise.
26297         * math/libm-test.inc (catan_test): Add more tests.
26298         (catanh_test): Likewise.
26299         * sysdeps/i386/fpu/libm-test-ulps: Update.
26300         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26301
26302 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26303
26304         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
26305
26306         * benchtests/Makefile (bench): Remove slow benchmarks.
26307         * benchtests/atan-inputs: Add slow benchmark inputs.
26308         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
26309         (BENCH_FUNC): Accept variant offset.
26310         (VARIANT): Define.
26311         * benchtests/bench-skeleton.c (main): Run benchmark for each
26312         variant.
26313         * benchtests/cos-inputs: Add slow benchmark inputs.
26314         * benchtests/exp-inputs: Likewise.
26315         * benchtests/pow-inputs: Likewise.
26316         * benchtests/sin-inputs: Likewise.
26317         * benchtests/slowatan-inputs: Remove.
26318         * benchtests/slowatan.c: Remove.
26319         * benchtests/slowcos-inputs: Remove.
26320         * benchtests/slowcos.c: Remove.
26321         * benchtests/slowexp-inputs: Remove.
26322         * benchtests/slowexp.c: Remove.
26323         * benchtests/slowpow-inputs: Remove.
26324         * benchtests/slowpow.c: Remove.
26325         * benchtests/slowsin-inputs: Remove.
26326         * benchtests/slowsin.c: Remove.
26327         * benchtests/slowtan-inputs: Remove.
26328         * benchtests/slowtan.c: Remove.
26329         * benchtests/tan-inputs: Add slow benchmark inputs.
26330         * scripts/bench.pl: Parse comments and directives.
26331
26332         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
26333         in CPPFLAGS.
26334         ($(objpfx)bench-%.c): Remove *-ITER.
26335         * benchtests/bench-modf.c: Remove definition of ITER.
26336         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
26337         (main): Loop for DURATION seconds instead of fixed number of
26338         iterations.
26339         * scripts/bench.pl: Don't expect iterations in parameters.
26340
26341 2013-04-29  Roland McGrath  <roland@hack.frob.com>
26342
26343         * io/fchdir.c (__fchdir): Renamed from fchdir.
26344         (fchdir): Define as weak alias.
26345
26346 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26347
26348         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
26349         (ERRNO_EDOM): Likewise.
26350         (ERRNO_ERANGE): Likewise.
26351         (noErrnoTests): New variable.
26352         (init_max_error): Set errno to 0.
26353         (test_single_errno): New function.
26354         (test_errno): Likewise.
26355         (check_float_internal): Call test_errno.  Set errno to 0.
26356         (check_complex): Refer to errno tests in comment.
26357         (check_int): Call test_errno.  Set errno to 0.
26358         (check_long): Likewise.
26359         (check_bool): Likewise.
26360         (check_longlong): Likewise.
26361         (cos_test): Use ERRNO_* flags for errno tests instead of
26362         check_int.
26363         (expm1_test): Likewise.
26364         (fmod_test): Likewise.
26365         (ilogb_test): Likewise.
26366         (lgamma_test): Likewise.
26367         (pow_test): Likewise.
26368         (remainder_test): Likewise.
26369         (sin_test): Likewise.
26370         (tan_test): Likewise.
26371         (yn_test): Likewise.
26372         (initialize): Set errno to 0.
26373         (main): Print number of errno tests.
26374         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
26375
26376 2013-04-29  Andreas Jaeger  <aj@suse.de>
26377
26378         [BZ #15084]
26379         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
26380         and RES_USEVC.
26381
26382         [BZ #15085]
26383         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
26384         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
26385         unimplemented.
26386
26387         [BZ #15380]
26388         * stdlib/random.c (__initstate): Return NULL if
26389         __initstate fails.
26390
26391         [BZ #15086]
26392         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
26393         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
26394         RES_SNGLKUPREOP.
26395
26396 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26397
26398         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26399
26400 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26401
26402         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
26403         of individual tests.
26404         (casin_test): Likewise.
26405         (casinh_test): Likewise.
26406
26407 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
26408
26409         [BZ #15409]
26410         * math/s_catan.c (__catan): Handle arguments with large real or
26411         imaginary part separately without squaring.
26412         * math/s_catanf.c (__catanf): Likewise.
26413         * math/s_catanh.c (__catanh): Likewise.
26414         * math/s_catanhf.c (__catanhf): Likewise.
26415         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26416         and redefine.
26417         (__catanhl): Handle arguments with large real or imaginary part
26418         separately without squaring.
26419         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26420         and redefine.
26421         (__catanl): Handle arguments with large real or imaginary part
26422         separately without squaring.
26423         * math/libm-test.inc (catan_test): Add more tests.
26424         (catanh_test): Likewise.
26425         * sysdeps/i386/fpu/libm-test-ulps: Update.
26426         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26427
26428 2013-04-27  Andreas Jaeger  <aj@suse.de>
26429
26430         [BZ #15007]
26431         * stdlib/stdlib.h: Update guards for qecvt.
26432         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
26433         <stdlib.h>.
26434
26435 2013-04-27  Allan McRae  <allan@archlinux.org>
26436
26437         * sysdeps/i386/fpu/libm-test-ulps: Update.
26438
26439 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
26440
26441         [BZ #15406]
26442         * math/s_catan.c: Include <float.h>.
26443         (__catan): Ensure underflow exception occurs for underflowed
26444         result.
26445         * math/s_catanf.c: Include <float.h>.
26446         (__catanf): Ensure underflow exception occurs for underflowed
26447         result.
26448         * math/s_catanh.c: Include <float.h>.
26449         (__catanh): Ensure underflow exception occurs for underflowed
26450         result.
26451         * math/s_catanhf.c: Include <float.h>.
26452         (__catanhf): Ensure underflow exception occurs for underflowed
26453         result.
26454         * math/s_catanhl.c: Include <float.h>.
26455         (__catanhl): Ensure underflow exception occurs for underflowed
26456         result.
26457         * math/s_catanl.c: Include <float.h>.
26458         (__catanl): Ensure underflow exception occurs for underflowed
26459         result.
26460         * math/libm-test.inc (catan_test): Add more tests.
26461         (catanh_test): Likewise.
26462
26463         [BZ #15405]
26464         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
26465         underflowed result.
26466         * math/s_ccoshf.c (__ccoshf): Likewise.
26467         * math/s_ccoshl.c (__ccoshl): Likewise.
26468         * math/s_csin.c (__csin): Likewise.
26469         * math/s_csinf.c (__csinf): Likewise.
26470         * math/s_csinh.c (__csinh): Likewise.
26471         * math/s_csinhf.c (__csinhf): Likewise.
26472         * math/s_csinhl.c (__csinhl): Likewise.
26473         * math/s_csinl.c (__csinl): Likewise.
26474         * math/libm-test.inc (ccos_test): Add more tests.
26475         (ccosh_test): Likewise.
26476         (csin_test): Likewise.
26477         (csinh_test): Likewise.
26478
26479 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26480
26481         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
26482         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
26483         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
26484         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
26485         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
26486         powerpc/power5+/fpu folders.
26487         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
26488
26489
26490 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
26491
26492         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26493
26494 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
26495
26496         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
26497         additions to variable.
26498         [$(config-machine) = x86_64] (modules-names): Likewise.
26499         ($(objpfx)tst-audit3): Remove dependency.
26500         ($(objpfx)tst-audit3.out): Likewise.
26501         ($(objpfx)tst-audit4): Likewise.
26502         ($(objpfx)tst-audit4.out): Likewise.
26503         ($(objpfx)tst-audit5): Likewise.
26504         ($(objpfx)tst-audit5.out): Likewise.
26505         ($(objpfx)tst-audit6): Likewise.
26506         ($(objpfx)tst-audit6.out): Likewise.
26507         ($(objpfx)tst-audit7): Likewise.
26508         ($(objpfx)tst-audit7.out): Likewise.
26509         (tst-audit3-ENV): Remove variable.
26510         (tst-audit4-ENV): Likewise.
26511         (tst-audit5-ENV): Likewise.
26512         (tst-audit6-ENV): Likewise.
26513         (tst-audit7-ENV): Likewise.
26514         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
26515         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
26516         addition to variable.
26517         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
26518         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
26519         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
26520         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
26521         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
26522         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
26523         tst-audit3, tst-audit4 and tst-audit5.
26524         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
26525         tst-audit6 and tst-audit7.
26526         [$(subdir) = elf] (modules-names): Add audit modules for those
26527         tests.
26528         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
26529         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
26530         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
26531         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
26532         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
26533         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
26534         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
26535         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
26536         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
26537         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
26538         [$(subdir) = elf] (tst-audit3-ENV): New variable.
26539         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
26540         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
26541         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
26542         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
26543         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
26544         Likewise.
26545         [$(subdir) = elf && $(config-cflags-avx) = yes]
26546         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
26547         [$(subdir) = elf && $(config-cflags-avx) = yes]
26548         (CFLAGS-tst-auditmod4a.c): Likewise.
26549         [$(subdir) = elf && $(config-cflags-avx) = yes]
26550         (CFLAGS-tst-auditmod4b.c): Likewise.
26551         [$(subdir) = elf && $(config-cflags-avx) = yes]
26552         (CFLAGS-tst-auditmod6b.c): Likewise.
26553         [$(subdir) = elf && $(config-cflags-avx) = yes]
26554         (CFLAGS-tst-auditmod6c.c): Likewise.
26555         [$(subdir) = elf && $(config-cflags-avx) = yes]
26556         (CFLAGS-tst-auditmod7b.c): Likewise.
26557         * elf/tst-audit3.c: Move to ...
26558         * sysdeps/x86_64/tst-audit3.c: ... here.
26559         * elf/tst-audit4.c: Move to ...
26560         * sysdeps/x86_64/tst-audit4.c: ... here.
26561         * elf/tst-audit5.c: Move to ...
26562         * sysdeps/x86_64/tst-audit5.c: ... here.
26563         * elf/tst-audit6.c: Move to ...
26564         * sysdeps/x86_64/tst-audit6.c: ... here.
26565         * elf/tst-audit7.c: Move to ...
26566         * sysdeps/x86_64/tst-audit7.c: ... here.
26567         * elf/tst-auditmod3a.c: Move to ...
26568         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
26569         * elf/tst-auditmod3b.c: Move to ...
26570         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
26571         * elf/tst-auditmod4a.c: Move to ...
26572         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
26573         * elf/tst-auditmod4b.c: Move to ...
26574         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
26575         * elf/tst-auditmod5a.c: Move to ...
26576         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
26577         * elf/tst-auditmod5b.c: Move to ...
26578         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
26579         * elf/tst-auditmod6a.c: Move to ...
26580         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
26581         * elf/tst-auditmod6b.c: Move to ...
26582         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
26583         * elf/tst-auditmod6c.c: Move to ...
26584         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
26585         * elf/tst-auditmod7a.c: Move to ...
26586         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
26587         * elf/tst-auditmod7b.c: Move to ...
26588         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
26589
26590 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
26591
26592         [BZ #15366]
26593         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
26594         define unconditionally.
26595         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
26596         define unconditionally.
26597         (INT8_C, INT16_C, etc.): Likewise.
26598
26599 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
26600
26601         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
26602         __ehdr_start with hidden visibility.
26603
26604         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
26605
26606 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
26607
26608         * math/libm-test.inc (cos_test): Use accurate hex constants.
26609         (sincost_test): Likewise.
26610
26611 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
26612
26613         * math/libm-test.inc (catan_test): Add more tests.
26614         (catanh_test): Likewise.
26615
26616         * math/s_catanf.c (__catanf): Use suffixed floating-point
26617         constants.
26618         * math/s_catanhf.c (__catanhf): Likewise.
26619         * math/s_catanhl.c (__catanhl): Likewise.
26620         * math/s_catanl.c (__catanl): Likewise.
26621
26622         [BZ #15394]
26623         * math/s_catan.c (__catan): Calculate imaginary part of result
26624         with log1p not log unless computing log of number close to 0.
26625         * math/s_catanf.c (__catanf): Likewise.
26626         * math/s_catanl.c (__catanl): Likewise.
26627         * math/s_catanh.c (__catanh): Calculate real part of result with
26628         log1p not log unless computing log of number close to 0.
26629         * math/s_catanhf.c (__catanhf): Likewise.
26630         * math/s_catanhl.c (__catanhl): Likewise.
26631         * math/libm-test.inc (catan_test): Add more tests.
26632         (catanh_test): Likewise.
26633         * sysdeps/i386/fpu/libm-test-ulps: Update.
26634         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26635
26636 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26637
26638         * benchtests/Makefile: Mention files in which fast and slow
26639         paths of math functions are implemented.
26640
26641 2013-04-23  Roland McGrath  <roland@hack.frob.com>
26642
26643         * sysdeps/posix/timespec_get.c: New file.
26644
26645 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26646
26647         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26648         POWER.
26649         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26650         for POWER.
26651         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26652         powerpc/power5/fpu folders.
26653         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26654         * benchtests/Makefile: Add modf testcase.
26655         * benchtests/bench-modf.c: New file: Benchmark test for mo
26656
26657 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26658
26659         [BZ #14888]
26660         * time/Makefile (tests): Add tst-strptime-whitespace.
26661         * time/strptime_l.c (get_number): Use ISSPACE.
26662         (__strptime_internal): Likewise.
26663         * time/tst-strptime-whitespace.c: New test case.
26664
26665 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
26666
26667         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26668         member.
26669         (_nss_files_init): Set it here.
26670
26671 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
26672
26673         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26674         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26675         unsigned.
26676
26677 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
26678
26679         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26680
26681 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26682
26683         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26684         size just once.
26685
26686 2013-04-21  David S. Miller  <davem@davemloft.net>
26687
26688         * po/ru.po: Update Russion translation from translation project.
26689
26690 2013-04-17  Adam Conrad  <adconrad@0c3.net>
26691
26692         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26693         and setfsgid.
26694
26695 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
26696
26697         * configure.in: Remove i386 configure warning. Remove i386 case.
26698         * configure: Regenerate.
26699         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
26700         Add example to error message.
26701         * sysdeps/i386/configure: Regenerate.
26702
26703 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26704
26705         * benchtests/Makefile (bench): Add cos, tan, slowcos and
26706         slowtan.
26707         * benchtests/cos-inputs: New file.
26708         * benchtests/slowcos-inputs: New file.
26709         * benchtests/slowcos.c: New file.
26710         * benchtests/slowtan-inputs: New file.
26711         * benchtests/slowtan.c: New file.
26712         * benchtests/tan-inputs: New file.
26713
26714 2013-04-16  Roland McGrath  <roland@hack.frob.com>
26715
26716         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26717         considered kosher.
26718
26719 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26720
26721         * benchtests/Makefile: Include cppflags-iterator.mk to add
26722         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26723
26724         * Makefile.in (bench-clean): New target.
26725         * benchtests/Makefile (bench-clean): Likewise.
26726
26727 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
26728
26729         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26730
26731 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26732
26733         * stdio-common/tstdiomisc.c: Fix coding-style violation.
26734
26735 2013-04-15  Andreas Schwab  <schwab@suse.de>
26736
26737         * nscd/grpcache.c (cache_addgr): Properly check for short write.
26738         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26739         * nscd/pwdcache.c (cache_addpw): Likewise.
26740         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
26741         more than recsize.
26742
26743 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26744
26745         * benchtests/Makefile (bench): Write all output to
26746         bench-out.tmp together.
26747
26748 2013-04-15  Andreas Schwab  <schwab@suse.de>
26749
26750         * nscd/nscd.c (main): Don't fork again after closing files.
26751
26752 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26753
26754         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26755
26756         * benchtests/Rules (bench-deps): Collect dependencies into a
26757         single variable.  Add Makefile to dependencies.
26758         ($(objpfx)bench-%.c): Depend on bench-deps.
26759
26760 2013-04-12  Roland McGrath  <roland@hack.frob.com>
26761             Xavier Roche  <roche+kml2@exalead.com>
26762
26763         [BZ #15361]
26764         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26765         just that it's a file descriptor.
26766         * manual/llio.texi (Synchronizing AIO Operations): Update description
26767         for EBADF error from aio_fsync.
26768
26769 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26770
26771         * Rules (bench): Move target definition...
26772         * benchtests/Makefile: ... here.
26773
26774 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
26775
26776         * math/libm-test.inc (cos_test): Fix PI/2 test.
26777         (sincos_test): Likewise.
26778         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26779         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26780
26781 2013-04-11  Andreas Schwab  <schwab@suse.de>
26782
26783         [BZ #13988]
26784         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26785         accept exponent character only when digits were seen.
26786         * stdio-common/Makefile (tests): Add bug26.
26787         * stdio-common/bug26.c: New file.
26788
26789         [BZ #14293]
26790         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26791         non-freeable.
26792
26793 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26794
26795         * Makeconfig (rtld-prefix): Define built linker prefix.
26796         * Rules (run-bench): Use it.
26797         * math/Makefile (run-regen-ulps): Likewise.
26798
26799         * Rules (bench): Remove eval.
26800
26801 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26802             Roland McGrath  <roland@hack.frob.com>
26803             Ondrej Bilka  <neleai@seznam.cz>
26804
26805         [BZ #15346]
26806         * time/getdate.c: Include ctype.h and alloca.h.
26807         (__getdate_r): Trim leading and trailing spaces of input.
26808         * time/tst-getdate.c (tests): Add tests with leading and
26809         trailing spaces.
26810
26811 2013-04-08  Roland McGrath  <roland@hack.frob.com>
26812
26813         [BZ #14280]
26814         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26815         when computing value.
26816
26817 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26818
26819         * math/README.libm-test (How can I generate "libm-test-ulps"?):
26820         Use testrun.sh to run libm tests.
26821
26822         [BZ #15309]
26823         * elf/dl-open.c (dl_open_worker): memset all of seen array.
26824
26825 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
26826
26827         [BZ #15264]
26828         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26829
26830 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26831
26832         * Makefile.in (regen-ulps): New target.
26833         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26834         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26835         [ifneq (no,$(PERL)] (regen-ulps): New target.
26836         [ifeq (no,$(PERL)] (regen-ulps): New target.
26837         * math/libm-test.inc (ulps_file_name): Define.
26838         (output_dir): New variable.
26839         (options): Add "output-dir" option.
26840         (parse_opt): Handle 'o' case.
26841         (main): If output_dir is non-NULL use it as a prefix
26842         otherwise use "".
26843         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26844
26845 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26846
26847         [BZ #10060, #10062]
26848         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26849         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26850         fail configure if __sync_val_compare_and_swap is not inlined.
26851         * sysdeps/i386/configure: Regenerate.
26852         * configure.in: Build for i686 when configured for i386.
26853         * configure: Regenerate.
26854         * README: Remove i386 reference.
26855
26856 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26857
26858         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26859         * sysdeps/s390/s390-64/sysdep.h: Likewise.
26860
26861 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
26862
26863         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26864         (lmsnanval): New variables.
26865         (F): Add conversion tests.
26866         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26867         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26868
26869         * stdio-common/tstdiomisc.c (F): Properly collect individual
26870         tests' results.
26871
26872         [BZ #14686, #15336]
26873         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26874         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26875         Instead, use input NaN values or generate a qNaN by arithmetic
26876         operation.  Also fix bugs to comply with the standard.
26877         * math/libm-test.inc (remainder_test): Add more tests.
26878
26879         [BZ #15335, #15342]
26880         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26881         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26882         input NaN values or generate a qNaN by arithmetic operation.
26883
26884         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26885         unreachable code.
26886
26887         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26888         definitions.
26889
26890 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
26891
26892         [BZ #14478]
26893         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26894         underflowed result.
26895         * math/s_cexpf.c (__cexpf): Likewise.
26896         * math/s_cexpl.c (__cexpl): Likewise.
26897         * math/libm-test.inc (cexp_test): Add more tests.
26898
26899 2013-04-03  Andreas Schwab  <schwab@suse.de>
26900
26901         [BZ #15330]
26902         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26903         order arrays from heap if bigger than alloca cutoff.
26904
26905 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26906
26907         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26908         (SNAN_TESTS_double): Refer to GCC PR56831.
26909         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26910         GCC PR56828.
26911
26912 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26913
26914         * Rules (bench): Move bench.out after the run is complete.
26915
26916         * Rules (bench): Echo currently running benchmark.
26917
26918         * benchtests/Makefile (bench): Add atan and slowatan.
26919         * benchtests/atan-inputs: New file.
26920         * benchtests/slowatan-inputs: New file.
26921         * benchtests/slowatan.c: New file.
26922
26923         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26924         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26925         its value.
26926
26927         [BZ #15305]
26928         * sysdeps/unix/sysv/linux/kernel-features.h
26929         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26930         __ASSUME_XFS_RESTRICTED_CHOWN.
26931         * sysdeps/unix/sysv/linux/pathconf.c
26932         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26933         Save and restore errno.
26934
26935 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26936
26937         [BZ #15327]
26938         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26939         arguments using __kernel_casinh.
26940         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26941         arguments using __kernel_casinhf.
26942         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26943         arguments using __kernel_casinhl.
26944         * math/libm-test.inc (cacosh_test): Add more tests.
26945         * sysdeps/i386/fpu/libm-test-ulps: Update.
26946         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26947
26948 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26949
26950         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26951         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26952
26953         * bench/Makefile (bench): Add sin and slowsin.
26954         * benchtests/sin-inputs: New file.
26955         * benchtests/slowsin-inputs: New file.
26956         * benchtests/slowsin.c: New file.
26957
26958         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26959         (bench): Add slowexp and slowpow.
26960         (exp-ITER): Increase iterations.
26961         (pow-ITER): Likewise.
26962         * benchtests/exp-inputs: Change input.
26963         * benchtests/pow-inputs: Likewise.
26964         * benchtests/slowexp-inputs: New file.
26965         * benchtests/slowexp.c: New file.
26966         * benchtests/slowpow-inputs: New file.
26967         * benchtests/slowpow.c: New file.
26968
26969 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26970
26971         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26972         instructions.
26973         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26974         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26975         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26976         * benchtests/Makefile: Add rint benchtest.
26977         * benchtests/rint-inputs: Input for rint benchtest.
26978
26979 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
26980
26981         * Versions.def (libm): Add GLIBC_2.18.
26982         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26983         hidden libm prototypes.
26984         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26985         * math/Makefile (libm-calls): Add s_issignaling.
26986         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26987         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
26988         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
26989         declaration.
26990         * math/math.h [__USE_GNU] (issignaling): New macro.
26991         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
26992         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
26993         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
26994         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
26995         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
26996         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
26997         * manual/arith.texi (issignaling): New section.
26998         * manual/libm-err-tab.pl (@all_functions): Update comment.
26999         * math/gen-libm-test.pl (parse_args): Apply special handling for
27000         issignaling.
27001         * math/libm-test.inc (print_float, issignaling_test): New
27002         functions.
27003         (check_float_internal): Add issignaling checks.
27004         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
27005         default definition.
27006         * sysdeps/powerpc/math-tests.h: New file.
27007         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
27008         tests.
27009         * math/test-snan.c (TEST_FUNC): Likewise.
27010
27011 2013-03-30  David S. Miller  <davem@davemloft.net>
27012
27013         * po/de.po: Update from translation team.
27014
27015 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
27016
27017         [BZ #10357]
27018         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27019         imaginary part less than 1.0 and real part less than 0.5
27020         specially.
27021         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27022         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27023         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
27024         (cacos_test): Add more tests.
27025         (casin_test): Likewise.
27026         (casinh_test): Likewise.
27027         * sysdeps/i386/fpu/libm-test-ulps: Update.
27028         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27029
27030 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
27031
27032         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
27033         ONE with its value.
27034
27035         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
27036         (__pow_mp): Replace ONE and MONE with their values.
27037         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27038         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
27039         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27040         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
27041         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27042         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27043
27044         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
27045
27046         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
27047         (__pow_mp): Replace ZERO and MZERO with their values.
27048         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27049         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27050         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27051         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
27052         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27053         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
27054         (__sqr): Likewise.
27055
27056         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
27057
27058         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
27059
27060 2013-03-28  Roland McGrath  <roland@hack.frob.com>
27061
27062         * include/stdlib.h [!SHARED] (__call_tls_dtors):
27063         Declare with __attribute__ ((weak)).
27064         * stdlib/exit.c (__libc_atexit) [!SHARED]:
27065         Call __call_tls_dtors only if it's not NULL.
27066
27067 2013-03-28  Roland McGrath  <roland@hack.frob.com>
27068
27069         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
27070         didn't do it already, then set _dl_phdr and _dl_phnum based on the
27071         magic __ehdr_start linker symbol if it's defined.
27072         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
27073         them up here if it was already done.
27074
27075         * elf/dl-support.c (_dl_phdr): Make pointer to const.
27076         (_dl_aux_init): Use const in cast when setting it.
27077         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
27078         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
27079         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
27080
27081         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
27082         Declare them here.
27083         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
27084         * csu/libc-tls.c: Nor here.
27085         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
27086
27087         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
27088         (__libc_message): Never call vsyslog.
27089
27090 2013-03-28  Alan Modra  <amodra@gmail.com>
27091
27092         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
27093         Define as empty.
27094         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
27095         Likewise.
27096
27097 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27098
27099         [BZ #15214]
27100         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
27101         underflow.
27102         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27103
27104 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27105
27106         [BZ #15304]
27107         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
27108         Don't add gid passed as argument.
27109
27110         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
27111
27112 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
27113
27114         [BZ #15307]
27115         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27116         imaginary part between 1.0 and 1.5 and real part less than 0.5
27117         specially.
27118         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27119         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27120         * math/libm-test.inc (cacos_test): Add more tests.
27121         (casin_test): Likewise.
27122         (casinh_test): Likewise.
27123         * sysdeps/i386/fpu/libm-test-ulps: Update.
27124         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27125
27126 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27127
27128         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
27129         constants.
27130         (norm): Likewise.
27131         (denorm): Likewise.
27132         (__dbl_mp): Likewise.
27133         (add_magnitudes): Likewise.
27134         (sub_magnitudes): Likewise.
27135         (__add): Likewise.
27136         (__sub): Likewise.
27137         (__mul): Likewise.
27138         (__sqr): Likewise.
27139         (__inv): Likewise.
27140         (__dvd): Likewise.
27141
27142         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
27143         commented code.
27144         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
27145         (__dubcos): Likewise.
27146         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
27147         (__ieee754_acos): Likewise.
27148         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27149         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
27150         (__exp1): Likewise.
27151         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27152         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
27153         (log1): Likewise.
27154         (my_log2): Likewise.
27155         (checkint): Likewise.
27156         * sysdeps/ieee754/dbl-64/e_remainder.c
27157         (__ieee754_remainder): Likewise.
27158         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27159         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
27160         (bsloww): Likewise.
27161         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27162
27163         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27164         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
27165         MANTISSA_STORE_T to store computations on mantissa.  Use
27166         macros for rounding and division.
27167         (denorm): Likewise.
27168         (__dbl_mp): Likewise.
27169         (add_magnitudes): Likewise.
27170         (sub_magnitudes): Likewise.
27171         (__mul): Likewise.
27172         (__sqr): Likewise.
27173         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27174         powers of two in terms of TWOPOW macro.
27175         (mp_no): Make type of mantissa as MANTISSA_T.
27176         [!RADIXI]: Define RADIXI.
27177         [!TWO52]: Define TWO52.
27178         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27179
27180 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27181
27182         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
27183         llroundl symbol when building for PPC32.
27184
27185 2013-03-24  Mark H Weaver  <mhw@netris.org>
27186
27187         * manual/arith.texi (Normalization Functions): Fix prototypes for
27188         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
27189
27190 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27191
27192         [BZ #13889]
27193         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
27194         high value to check if expl overflow.
27195         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
27196         to check for underflow and overflow.
27197         * math/libm-test.inc: Add exp test.
27198
27199 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
27200
27201         [BZ #11120]
27202         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
27203         with NOT_IN_libc.
27204
27205 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27206
27207         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
27208         symbol.
27209
27210 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
27211
27212         * math/gen-libm-test.pl (parse_args, special_functions): Properly
27213         wrap blocks consisting of several statements.
27214
27215         * sysdeps/generic/math-tests.h: New file.
27216         * sysdeps/i386/fpu/math-tests.h: Likewise.
27217         * math/test-snan.c: Include it.
27218         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
27219
27220 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27221
27222         [BZ #15285]
27223         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
27224         (__ieee754_j0l): Do not improve calculations using cos of twice
27225         input for inputs above LDBL_MAX / 2.0L.
27226         (__ieee754_y0l): Likewise.
27227         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
27228         (__ieee754_j1l): Do not improve calculations using cos of twice
27229         input for inputs above LDBL_MAX / 2.0L.
27230         (__ieee754_y1l): Likewise.
27231         * math/libm-test.inc (j0_test): Add another test.
27232         (j1_test): Likewise.
27233         (y0_test): Likewise.
27234         (y1_test): Likewise.
27235         * sysdeps/i386/fpu/libm-test-ulps: Update.
27236
27237 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27238
27239         * Rules ($(objpfx)bench-%.c): Include code from a C source
27240         file.
27241
27242 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27243
27244         [BZ #15287]
27245         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27246         imaginary part 1.0 and real part less than 0.5 specially.
27247         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27248         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27249         * math/libm-test.inc (cacos_test): Add more tests.
27250         (casin_test): Likewise.
27251         (casinh_test): Likewise.
27252         * sysdeps/i386/fpu/libm-test-ulps: Update.
27253         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27254
27255 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27256
27257         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
27258         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
27259
27260 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
27261
27262         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
27263         * config.make.in (config-cflags-sse4): Remove variable.
27264         (config-cflags-avx): Likewise.
27265         (config-cflags-sse2avx): Likewise.
27266         (config-cflags-novzeroupper): Likewise.
27267         (config-asflags-i686): Likewise.
27268         (have-mfma4): Likewise.
27269         (have-as-vis3): Likewise.
27270         (MIG): Likewise.
27271         * configure.in (MIG): Do not AC_SUBST.
27272         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
27273         (libc_cv_cc_sse4): Do not AC_SUBST.
27274         (libc_cv_cc_avx): Likewise.
27275         (libc_cv_cc_sse2avx): Likewise.
27276         (libc_cv_cc_novzeroupper): Likewise.
27277         (libc_cv_cc_fma4): Likewise.
27278         (libc_cv_as_i686): Likewise.
27279         (libc_cv_sparc_as_vis3): Likewise.
27280         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
27281         LIBC_CONFIG_VAR.
27282         (config-asflags-i686): Likewise.
27283         (config-cflags-avx): Likewise.
27284         (config-cflags-sse2avx): Likewise.
27285         (have-mfma4): Likewise.
27286         (config-cflags-novzeroupper): Likewise.
27287         * sysdeps/mach/configure.in (MIG): Likewise.
27288         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
27289         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
27290         LIBC_CONFIG_VAR.
27291         (config-cflags-avx): Likewise.
27292         (config-cflags-sse2avx): Likewise.
27293         (have-mfma4): Likewise.
27294         (config-cflags-novzeroupper): Likewise.
27295         * configure: Regenerated.
27296         * sysdeps/i386/configure: Likewise.
27297         * sysdeps/mach/configure: Likewise.
27298         * sysdeps/sparc/configure: Likewise.
27299         * sysdeps/x86_64/configure: Likewise.
27300
27301 2013-03-20  Roland McGrath  <roland@hack.frob.com>
27302
27303         [BZ #14812]
27304         * locale/programs/localedef.c (options): Put N_ translation marker
27305         on argument names, not just descriptions.
27306
27307 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27308
27309         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
27310
27311 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
27312
27313         [BZ #14176]
27314         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
27315
27316 2013-03-19  Roland McGrath  <roland@hack.frob.com>
27317
27318         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
27319         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
27320         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
27321         [!BEFORE_ABORT] (before_abort): New function.
27322         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
27323         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
27324         (writev_for_fatal): New function.
27325         (WRITEV_FOR_FATAL): New macro; call that.
27326         (backtrace_and_maps): New function.
27327         (BEFORE_ABORT): New macro; call that.
27328         (struct str_list): Type removed.
27329         (__libc_message, __libc_fatal): Functions removed.
27330         Include <sysdeps/posix/libc_fatal.c> instead.
27331
27332 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
27333
27334         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
27335         constants.
27336         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
27337         double constants.
27338
27339 2013-03-19  Andreas Schwab  <schwab@suse.de>
27340
27341         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
27342         * sysdeps/gnu/configure: Regenerate.
27343
27344         * configure.in: Substitute libc_cv_rtlddir.
27345         * configure: Regenerate.
27346         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
27347         * Makeconfig (rtlddir, inst_rtlddir): New variables.
27348         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
27349         * elf/Makefile (install-others, CFLAGS-interp.c)
27350         (ldso_install, common-ldd-rewrite): Likewise.
27351         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
27352         $(inst_slibdir)/$(rtld-installed-name).
27353         * scripts/rellns-sh: Add -p option.
27354         * Makerules (make-shlib-link): Use rellns-sh to get relative name
27355         for source.
27356
27357 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27358
27359         * manual/nptl.texi: Renamed to ...
27360         * manual/threads.texi: ... this.
27361         * manual/Makefile (chapters): Update.
27362
27363 2013-03-18  Roland McGrath  <roland@hack.frob.com>
27364
27365         [BZ #14812]
27366         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
27367         on argument names, not just descriptions.
27368         * malloc/memusagestat.c (options): Likewise.
27369         * nss/getent.c (options): Likewise.
27370
27371 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
27372
27373         [BZ #14812]
27374         * iconv/iconv_prog.c (options): Put N_ translation marker
27375         on argument names, not just descriptions.
27376         * iconv/iconvconfig.c (options): Likewise.
27377
27378 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
27379
27380         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
27381         implementation which is faster on all x86_64 architectures.
27382         Tested on AMD, Intel Nehalem, SNB, IVB.
27383         * sysdeps/x86_64/strnlen.S: Likewise.
27384
27385         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27386         Remove all multiarch strlen and strnlen versions.
27387         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
27388         Remove strlen and strnlen related parts.
27389
27390         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
27391         Inline strlen part.
27392         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
27393
27394         * sysdeps/x86_64/multiarch/strlen.S: Remove.
27395         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
27396         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
27397         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
27398         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
27399         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
27400
27401 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
27402
27403         * manual/memory.texi (Malloc Tunable Parameters):
27404         Sort parameters alphabetically. Add comments for missing entries.
27405
27406 2013-03-17  David S. Miller  <davem@davemloft.net>
27407
27408         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27409
27410 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
27411
27412         [BZ #15283]
27413         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
27414         for arguments at most half maximum finite value.
27415         * math/libm-test.inc (j0_test): Add more tests.
27416         (j1_test): Likewise.
27417         (y0_test): Likewise.
27418         (y1_test): Likewise.
27419         * sysdeps/i386/fpu/libm-test-ulps: Update.
27420         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27421
27422         [BZ #14155]
27423         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
27424         1 / x and functions P and Q for arguments above 0x1p256L.
27425         (__ieee754_y0l): Likewise.
27426         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
27427         (__ieee754_y1l): Likewise.
27428         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
27429         (j1_test): Likewise.
27430         (y0_test): Likewise.
27431         (y1_test): Likewise.
27432
27433 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
27434
27435         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
27436         variable.
27437
27438 2013-03-15  Roland McGrath  <roland@hack.frob.com>
27439
27440         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
27441         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
27442         zero since it's initialized to EXEC_PAGESIZE.
27443
27444         * sysdeps/unix/sysv/linux/ldsodefs.h
27445         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
27446         * sysdeps/generic/ldsodefs.h: ... here.
27447
27448 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
27449
27450         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
27451
27452         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
27453         math/test-snan.c.
27454         * math/test-snan.c: Renamed from
27455         sysdeps/powerpc/fpu/test-powerpc-snan.c.
27456         * math/Makefile (tests): Add test-snan.
27457         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
27458         test-powerpc-snan.
27459
27460         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
27461         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
27462         functions.
27463         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
27464         __builtin_nan family of functions.
27465         * math/libm-test.inc (initialize): Initialize qnan_value with
27466         __builtin_nan family of functions.
27467         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
27468         Remove variables.
27469         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
27470         Remove functions.
27471         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
27472         storage class.  Initialize qNaN_var and sNaN_var with
27473         __builtin_nan and __builtin_nans families of functions,
27474         respectively.
27475
27476         * math/libm-test.inc (acosh_test): Also test with qNaN input.
27477         (sqrt_test): Remove duplicate test with qNaN input.
27478         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
27479         (round_test, signbit_test, significand_test): Note missing +/-Inf
27480         as well as qNaN tests.
27481
27482         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
27483         qNaN_var.  Fix a few strings, too.
27484         * math/libm-test.inc (nan_value): Rename to qnan_value.
27485         * math/gen-libm-test.pl (%beautify): Adjust to that.
27486         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
27487         * math/test-misc.c (main): Likewise.
27488         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
27489         to __qnan_bytes, and __qnan_union, respectively.
27490         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
27491         Likewise.
27492         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
27493         and lqnanval, respectively.
27494         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
27495         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
27496         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
27497         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
27498
27499         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
27500         * math/test-misc.c (main) [__x86_64__]: Enable test for long
27501         doubles.
27502
27503         * math/test-misc.c (main): Fix copy'n'pastos.
27504         * misc/tst-efgcvt.c (special): Likewise.
27505
27506         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
27507         Remove declarations.
27508
27509 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27510
27511         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
27512         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
27513         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
27514         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
27515
27516 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27517
27518         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
27519         macro to return vdso values correctly in IFUNC implementations.
27520         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
27521         Optimization by using IFUNC.
27522
27523 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27524             Richard Henderson  <rth@redhat.com>
27525             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27526
27527         * Makefile.in (bench): New target.
27528         * NEWS: Mention the benchmark framework.
27529         * Rules (bench): Likewise.
27530         (binaries-bench): Generate binaries for functions to
27531         benchmark.
27532         * benchtests/Makefile: New makefile for benchmark tests.
27533         * benchtests/bench-skeleton.c: New skeleton file for benchmark
27534         programs.
27535         * benchtests/exp-inputs: New input file for EXP function.
27536         * benchtests/pow-inputs: New input file for POW function.
27537         * scripts/bench.pl: New script to generate source files for
27538         benchmark programs.
27539
27540 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27541
27542         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27543         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
27544         computations on mantissa.  Use macros for rounding and
27545         division.
27546         (denorm): Likewise.
27547         (__dbl_mp): Likewise.
27548         (add_magnitudes): Likewise.
27549         (sub_magnitudes): Likewise.
27550         (__mul): Likewise.
27551         (__sqr): Likewise.
27552         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27553         powers of two in terms of TWOPOW macro.
27554         (mp_no): Make type of mantissa as MANTISSA_T.
27555         [!RADIXI]: Define RADIXI.
27556         [!TWO52]: Define TWO52.
27557         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27558
27559         * manual/nptl.texi (cindex): Modify threads to pthreads.
27560
27561 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
27562
27563         * sysdeps/x86_64/preconfigure: Regenerated.
27564
27565 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
27566
27567         [BZ #14155]
27568         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
27569         0x1p28 and above.
27570         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
27571         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
27572         0x1p28 and above.
27573         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
27574         * math/libm-test.inc (j0_test): Do not allow one spurious
27575         underflow exception.
27576         (y1_test): Likewise.
27577
27578 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27579
27580         * manual/Makefile (chapters): Add nptl.
27581         * manual/debug.texi (Debugging Support): Add link to Threads
27582         chapter.
27583         * manual/nptl.texi: New file.
27584
27585         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
27586
27587 2013-03-14  Petr Baudis  <pasky@ucw.cz>
27588
27589         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
27590         for non-NULL pointer before the memory validity test. Pointed
27591         out by Holger Brunck <holger.brunck@keymile.com>.
27592
27593 2013-03-13  Andreas Schwab  <schwab@suse.de>
27594
27595         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
27596         instead of .os.
27597
27598 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
27599
27600         * timezone/zic.c: Update from tzcode 2013b.
27601
27602 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
27603
27604         * manual/install.texi (Configuring and compiling):
27605         Mention i686 and i586.
27606         * INSTALL: Regenerate.
27607
27608 2013-03-12  Roland McGrath  <roland@hack.frob.com>
27609
27610         * sysdeps/init_array/elf-init.c: New file.
27611         * csu/elf-init.c
27612         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27613         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27614
27615         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27616         __gmon_start__ as global, but as static with a .preinit_array pointer.
27617         * sysdeps/init_array/gmon-start.c: New file.  Use that.
27618         * sysdeps/init_array/crti.S: New file, empty except for comments.
27619         * sysdeps/init_array/crtn.S: Likewise.
27620
27621 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
27622
27623         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27624         definining bcopy.
27625         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27626         Remove Prefer_SSE_for_memop.
27627         * sysdeps/x86_64/multiarch/init-arch.h: Remove
27628         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27629         HAS_PREFER_SSE_FOR_MEMOP.
27630         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27631         memset-x86-64.
27632         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27633         Remove bzero, memset ifunc support.
27634         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27635         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27636         * sysdeps/x86_64/multiarch/memset.S: Likewise.
27637         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27638
27639 2013-03-11  Andreas Schwab  <schwab@suse.de>
27640
27641         [BZ #15234]
27642         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27643         by SHLIB_COMPAT.
27644         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27645         (GLIBC_2.16): Remove pthread_atfork.
27646
27647 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
27648
27649         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27650         (ptestcases.h): Likewise.
27651
27652 2013-03-08  Roland McGrath  <roland@hack.frob.com>
27653
27654         * Makeconfig ($(common-objpfx)config.status): Depend on
27655         sysdeps/*/preconfigure{,.in} too.
27656
27657 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
27658
27659         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27660         (__free_hook): Use void * instead of __malloc_ptr_t.
27661         (__malloc_hook): Likewise.
27662         (__realloc_hook): Likewise.
27663         (__memalign_hook): Likewise.
27664         (__after_morecore_hook): Likewise.
27665         * malloc/arena.c (save_malloc_hook): Likewise.
27666         (save_free_hook): Likewise.
27667         * malloc/hooks.c (malloc_hook_ini): Likewise.
27668         (realloc_hook_ini): Likewise.
27669         (memalign_hook_ini): Likewise.
27670         * malloc/malloc.c (malloc_hook_ini): Likewise.
27671         (realloc_hook_ini): Likewise.
27672         (memalign_hook_ini): Likewise.
27673         (__free_hook): Likewise.
27674         (__malloc_hook): Likewise.
27675         (__realloc_hook): Likewise.
27676         (__memalign_hook): Likewise.
27677         (__libc_malloc): Likewise.
27678         (__libc_free): Likewise.
27679         (__libc_realloc): Likewise.
27680         (__libc_memalign): Likewise.
27681         (__libc_valloc): Likewise.
27682         (__libc_pvalloc): Likewise.
27683         (__libc_calloc): Likewise.
27684         (__posix_memalign): Likewise.
27685         * malloc/morecore.c (__sbrk): Likewise.
27686         (__default_morecore): Likewise.
27687
27688         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27689
27690         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27691         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27692         __malloc_ptrdiff_t.
27693
27694         * malloc/malloc.h (__malloc_size_t): Remove macro.
27695         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27696         __malloc_size_t.
27697         (old_memalign_hook): Likewise.
27698         (old_realloc_hook): Likewise.
27699         (struct hdr): Likewise.
27700         (flood): Likewise.
27701         (mallochook): Likewise.
27702         (memalignhook): Likewise.
27703         (reallochook): Likewise.
27704         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27705         (tr_old_realloc_hook): Likewise.
27706         (tr_old_memalign_hook): Likewise.
27707         (tr_mallochook): Likewise.
27708         (tr_reallochook): Likewise.
27709         (tr_memalignhook): Likewise.
27710
27711 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27712
27713         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27714         default_ldbl_pack and using as default implementation.
27715         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27716         implementation.
27717         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27718         redundant definition.
27719         (ldbl_insert_mantissa): Likewise.
27720         (ldbl_canonicalize): Likewise.
27721         (ldbl_nearbyint): Likewise.
27722         (ldbl_pack): Rename to ldbl_pack_ppc.
27723         (ldbl_unpack): Rename to ldbl_unpack_ppc.
27724         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27725         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27726
27727 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27728
27729         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27730         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27731         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27732         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27733         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27734         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27735         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27736         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27737
27738 2013-03-07  Andreas Jaeger  <aj@suse.de>
27739
27740         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27741         bits/mman-linux.h.
27742
27743 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
27744
27745         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27746         Include mpa.h and declare __MPEXP.
27747         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27748         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27749         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27750         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27751         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27752         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27753         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27754
27755         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27756         (__slowpow): Use long double EXPL and LOGL functions to
27757         compute POW.
27758         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27759         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27760         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27761         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27762         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27763         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27764
27765         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27766         intermediate variable to calculate exponent.
27767         (__sqr): Likewise.
27768         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27769         Likewise.
27770         (__sqr): Likewise.
27771
27772         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27773         [!NO__SQR]: Define __sqr.
27774         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27775         and NO__SQR.  Remove all code except __mul and __sqr.  Include
27776         sysdeps/ieee754/dbl-64/mpa.c.
27777         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27778
27779         [BZ #12723]
27780         * posix/Makefile (tests): Add tst-pathconf.
27781         * posix/tst-pathconf.c: New test case.
27782         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27783         _PC_PIPE_BUF.
27784         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27785
27786 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
27787
27788         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27789
27790 2013-03-06  Andreas Jaeger  <aj@suse.de>
27791
27792         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27793         definition via __MAP_ANONYMOUS.
27794
27795         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27796         it's not part of Linux headers.
27797
27798         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27799         (MAP_HUGE_MASK): Define.
27800
27801         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27802         Define.
27803         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27804         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27805         Define.
27806         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27807         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27808         Define.
27809         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27810         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27811         Define.
27812         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27813
27814         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27815         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27816         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27817         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27818         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27819         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27820
27821         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27822         Handle f2fs.
27823
27824         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27825         Handle f2fs and efivarfs.
27826
27827         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27828         f2fs.
27829
27830         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27831         (EFIVARFS_MAGIC): Add.
27832         (F2FS_LINK_MAX): Add.
27833
27834 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27835
27836         * stdio-common/vfprintf.c: Replace __builtin_expect with
27837         __glibc_unlikely.
27838
27839 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
27840
27841         [BZ #13550]
27842         * sysdeps/generic/bp-sym.h: Remove file.
27843         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27844         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27845         <bp-sym.h> and <bp-asm.h>.
27846         (__longjmp): Don't use BP_SYM.
27847         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27848         and <bp-asm.h>.
27849         (memcpy): Don't use BP_SYM.
27850         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27851         <bp-sym.h> and <bp-asm.h>.
27852         (memcpy): Don't use BP_SYM.
27853         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27854         <bp-asm.h>.
27855         (memcpy): Don't use BP_SYM.
27856         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27857         <bp-asm.h>.
27858         (memset): Don't use BP_SYM.
27859         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27860         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27861         (__bzero): Don't use BP_SYM.
27862         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27863         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27864         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27865         <bp-sym.h> and <bp-asm.h>.
27866         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27867         pointers.
27868         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27869         <bp-sym.h> and <bp-asm.h>.
27870         (memcpy): Don't use BP_SYM.
27871         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27872         <bp-sym.h> and <bp-asm.h>.
27873         (memset): Don't use BP_SYM.
27874         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27875         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27876         (__bzero): Don't use BP_SYM.
27877         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27878         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27879         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27880         <bp-sym.h> and <bp-asm.h>.
27881         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27882         pointers.
27883         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27884         <bp-sym.h> and <bp-asm.h>.
27885         (memcpy): Don't use BP_SYM.
27886         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27887         <bp-sym.h> and <bp-asm.h>.
27888         (memset): Don't use BP_SYM.
27889         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27890         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27891         (__bzero): Don't use BP_SYM.
27892         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27893         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27894         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27895         <bp-sym.h> and <bp-asm.h>.
27896         (__memchr): Don't use BP_SYM.
27897         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27898         <bp-sym.h> and <bp-asm.h>.
27899         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27900         pointers.
27901         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27902         <bp-sym.h> and <bp-asm.h>.
27903         (memcpy): Don't use BP_SYM.
27904         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27905         <bp-sym.h> and <bp-asm.h>.
27906         (__mempcpy): Don't use BP_SYM.
27907         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27908         <bp-sym.h> and <bp-asm.h>.
27909         (__memrchr): Don't use BP_SYM.
27910         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27911         <bp-sym.h> and <bp-asm.h>.
27912         (memset): Don't use BP_SYM.
27913         (__bzero): Likewise.
27914         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27915         <bp-sym.h> and <bp-asm.h>.
27916         (__rawmemchr): Don't use BP_SYM.
27917         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27918         <bp-sym.h> and <bp-asm.h>.
27919         (__STRCMP): Don't use BP_SYM.
27920         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27921         <bp-sym.h> and <bp-asm.h>.
27922         (strchr): Don't use BP_SYM.
27923         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27924         <bp-sym.h> and <bp-asm.h>.
27925         (__strchrnul): Don't use BP_SYM.
27926         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27927         <bp-sym.h> and <bp-asm.h>.
27928         (strlen): Don't use BP_SYM.
27929         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27930         <bp-sym.h> and <bp-asm.h>.
27931         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27932         pointers.
27933         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27934         <bp-sym.h> and <bp-asm.h>.
27935         (__strnlen): Don't use BP_SYM.
27936         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27937         <bp-sym.h> and <bp-asm.h>.
27938         (__GI__setjmp): Don't use BP_SYM.
27939         (_setjmp): Likewise.
27940         (__sigsetjmp): Likewise.
27941         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27942         (L(start_addresses)): Don't use BP_SYM.
27943         (_start): Likewise.
27944         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27945         <bp-asm.h>.
27946         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27947         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27948         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27949         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27950         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27951         <bp-asm.h>.
27952         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27953         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27954         about bounded pointers.
27955         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27956         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27957         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27958         <bp-asm.h>.
27959         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27960         about bounded pointers.  Remove GKM FIXME comments.
27961         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27962         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27963         <bp-asm.h>.
27964         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27965         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
27966         Remove GKM FIXME comments.
27967         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27968         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27969         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27970         <bp-asm.h>.
27971         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27972         about bounded pointers.  Remove GKM FIXME comment.
27973         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27974         and <bp-asm.h>.
27975         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27976         pointers.
27977         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27978         <bp-sym.h> and <bp-asm.h>.
27979         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27981         <bp-sym.h> and <bp-asm.h>.
27982         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27983         comment.
27984
27985 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
27986
27987         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
27988         call free(NULL).
27989
27990 2013-03-05  David S. Miller  <davem@davemloft.net>
27991
27992         * po/es.po: Update from translation team.
27993
27994 2013-03-05  Andreas Jaeger  <aj@suse.de>
27995
27996         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
27997         <bits/mman-linux.h>.
27998         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27999         is fine.
28000         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
28001         <bits/mman-linux.h> to end of file.
28002         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28003         is fine.
28004         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
28005         <bits/mman-linux.h> to end of file.
28006         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28007         is fine.
28008         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
28009         <bits/mman-linux.h> to end of file.
28010
28011         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
28012         (MCL_CURRENT, MCL_FUTURE): Define here.
28013
28014 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28015
28016         [BZ #15232]
28017         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
28018         attribute_hidden.
28019         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
28020
28021 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28022
28023         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
28024         fourth parameter needed for rt_sigprocmask syscall.
28025         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
28026         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
28027         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
28028         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
28029         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
28030         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
28031
28032 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
28033
28034         [BZ #13550]
28035         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
28036         comment about bounded pointers.
28037         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
28038         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
28039
28040 2013-03-04  Andreas Jaeger  <aj@suse.de>
28041
28042         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
28043         common definitions.
28044
28045         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
28046         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
28047         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
28048         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
28049         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
28050         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
28051
28052 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28053
28054         [BZ #15055]
28055         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
28056         __ieee754_sqrl instead of __sqrl.
28057
28058 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
28059
28060         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
28061         * sysdeps/powerpc/fpu_control.h: ... here.
28062         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
28063         * sysdeps/powerpc/bits/fenvinline.h: ... here.
28064         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
28065         * sysdeps/powerpc/bits/mathinline.h: ... here.
28066
28067 2013-03-01  Roland McGrath  <roland@hack.frob.com>
28068
28069         * elf/dl-hwcaps.c (_dl_important_hwcaps):
28070         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
28071         to just [NEED_DL_SYSINFO_DSO].
28072         * elf/dl-support.c: Likewise.
28073         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
28074         * elf/rtld.c (dl_main): Likewise.
28075         * elf/setup-vdso.h (setup_vdso): Likewise.
28076         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
28077         * sysdeps/unix/sysv/linux/dl-sysdep.c
28078         (_dl_discover_osversion): Likewise.
28079
28080 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
28081
28082         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
28083         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28084
28085 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
28086
28087         * NEWS: Mention libm performance improvements and non-x86 PI
28088         futex support.
28089
28090         * csu/libc-start.c (__pthread_initialize_minimal): Change
28091         function arguments.
28092         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28093
28094 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
28095
28096         [BZ #13550]
28097         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
28098         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
28099         <bp-sym.h> and <bp-asm.h>.
28100         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28101         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
28102         and <bp-asm.h>.
28103         (memcpy): Don't use BP_SYM.
28104         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
28105         <bp-asm.h>.
28106         (__mpn_add_n): Don't use BP_SYM.
28107         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
28108         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
28109         and <bp-asm.h>.
28110         (__mpn_addmul_1): Don't use BP_SYM.
28111         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28112         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
28113         <bp-sym.h>.
28114         (_setjmp): Don't use BP_SYM.
28115         (__novmx_setjmp): Likewise.
28116         (__GI__setjmp): Likewise.
28117         (__vmx_setjmp): Likewise.
28118         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
28119         <bp-sym.h>.
28120         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
28121         (__bzero): Don't use BP_SYM.
28122         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28123         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28124         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
28125         <bp-sym.h> and <bp-asm.h>.
28126         (memcpy): Don't use BP_SYM.
28127         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
28128         <bp-sym.h> and <bp-asm.h>.
28129         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28130         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
28131         <bp-sym.h> and <bp-asm.h>.
28132         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28133         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
28134         <bp-asm.h>.
28135         (__mpn_lshift): Don't use BP_SYM.
28136         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28137         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
28138         <bp-asm.h>.
28139         (memset): Don't use BP_SYM.
28140         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28141         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28142         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
28143         <bp-asm.h>.
28144         (__mpn_mul_1): Don't use BP_SYM.
28145         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28146         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
28147         <bp-sym.h> and <bp-asm.h>.
28148         (memcmp): Don't use BP_SYM.
28149         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
28150         <bp-sym.h> and <bp-asm.h>.
28151         (memcpy): Don't use BP_SYM.
28152         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
28153         <bp-sym.h> and <bp-asm.h>.
28154         (memset): Don't use BP_SYM.
28155         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
28156         <bp-sym.h> and <bp-asm.h>.
28157         (strncmp): Don't use BP_SYM.
28158         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
28159         <bp-sym.h> and <bp-asm.h>.
28160         (memcpy): Don't use BP_SYM.
28161         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
28162         <bp-sym.h> and <bp-asm.h>.
28163         (memset): Don't use BP_SYM.
28164         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
28165         <bp-sym.h> and <bp-asm.h>.
28166         (__memchr): Don't use BP_SYM.
28167         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
28168         <bp-sym.h> and <bp-asm.h>.
28169         (memcmp): Don't use BP_SYM.
28170         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
28171         <bp-sym.h> and <bp-asm.h>.
28172         (memcpy): Don't use BP_SYM.
28173         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
28174         <bp-sym.h> and <bp-asm.h>.
28175         (__mempcpy): Don't use BP_SYM.
28176         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
28177         <bp-sym.h> and <bp-asm.h>.
28178         (__memrchr): Don't use BP_SYM.
28179         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
28180         <bp-sym.h> and <bp-asm.h>.
28181         (memset): Don't use BP_SYM.
28182         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
28183         <bp-sym.h> and <bp-asm.h>.
28184         (__rawmemchr): Don't use BP_SYM.
28185         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
28186         <bp-sym.h> and <bp-asm.h>.
28187         (__STRCMP): Don't use BP_SYM.
28188         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
28189         <bp-sym.h> and <bp-asm.h>.
28190         (strchr): Don't use BP_SYM.
28191         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
28192         <bp-sym.h> and <bp-asm.h>.
28193         (__strchrnul): Don't use BP_SYM.
28194         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
28195         <bp-sym.h> and <bp-asm.h>.
28196         (strlen): Don't use BP_SYM.
28197         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
28198         <bp-sym.h> and <bp-asm.h>.
28199         (strncmp): Don't use BP_SYM.
28200         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
28201         <bp-sym.h> and <bp-asm.h>.
28202         (__strnlen): Don't use BP_SYM.
28203         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
28204         <bp-asm.h>.
28205         (__mpn_rshift): Don't use BP_SYM.
28206         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28207         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
28208         <bp-sym.h> and <bp-asm.h>.
28209         (__sigsetjmp): Don't use BP_SYM.
28210         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
28211         (L(start_addresses)): Don't use BP_SYM.
28212         (_start): Likewise.
28213         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
28214         <bp-asm.h>.
28215         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
28216         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28217         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28218         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
28219         <bp-asm.h>.
28220         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
28221         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28222         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28223         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
28224         <bp-asm.h>.
28225         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28226         comments.
28227         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28228         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
28229         <bp-asm.h>.
28230         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
28231         FIXME comments.
28232         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28233         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28234         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
28235         <bp-asm.h>.
28236         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28237         comment.
28238         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
28239         and <bp-asm.h>.
28240         (strncmp): Don't use BP_SYM,
28241         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
28242         <bp-asm.h>.
28243         (__mpn_sub_n): Don't use BP_SYM.
28244         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28245         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
28246         and <bp-asm.h>.
28247         (__mpn_submul_1): Don't use BP_SYM.
28248         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28249         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
28250         <bp-sym.h> and <bp-asm.h>.
28251         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28252         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
28253         <bp-sym.h> and <bp-asm.h>.
28254         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
28255         comment.
28256
28257 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28258
28259         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
28260         Use ZK to minimize writes to Z.
28261         (sub_magnitudes): Simplify code a bit.
28262         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
28263         Use ZK to minimize writes to Z.
28264         (sub_magnitudes): Simplify code a bit.
28265
28266 2013-02-27  Roland McGrath  <roland@hack.frob.com>
28267
28268         * csu/gmon-start.c: Add special exception to license text.
28269
28270 2013-02-27  Richard Henderson  <rth@redhat.com>
28271
28272         * scripts/config.guess: Update from config.git.
28273         * scripts/config.sub: Likewise.
28274
28275 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28276
28277         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
28278
28279         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
28280
28281         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
28282
28283         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
28284
28285         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
28286
28287 2013-02-26  Roland McGrath  <roland@hack.frob.com>
28288
28289         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
28290         [$(build-shared = yes].
28291
28292 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28293
28294         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
28295         (__mul): Reduce iterations for calculating mantissa.
28296
28297         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
28298         MPTWO.
28299         (__mpranred): Likewise.
28300
28301         [BZ #15160]
28302         * malloc/memusagestat.c (main): Draw graphs for heap and stack
28303         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
28304
28305 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
28306
28307         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
28308         Define __attribute__.
28309
28310 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28311
28312         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
28313         unused.
28314         * posix/regex_internal.h (__attribute): Remove.
28315         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
28316         (re_string_context_at): Likewise.
28317         (bitset_not): Use __attribute__ and mark function as possibly
28318         unused.
28319         (bitset_merge): Likewise.
28320         (bitset_mask): Likewise.
28321         (re_string_char_size_at): Likewise.
28322         (re_string_wchar_at): Likewise.
28323         (re_string_elem_size_at): Likewise.
28324
28325 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
28326
28327         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
28328         code.
28329         (cc32): Likewise.
28330
28331         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
28332         (__acr): Likewise.
28333         (__cpy): Likewise.
28334         (norm): Likewise.
28335         (denorm): Likewise.
28336         (__dbl_mp): Likewise.
28337         (add_magnitudes): Likewise.
28338         (sub_magnitudes): Likewise.
28339         (__mul): Likewise.
28340         (__inv): Likewise.
28341
28342         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
28343         style.
28344
28345         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
28346         style.
28347
28348         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
28349         code.
28350
28351         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
28352         up changes with default code.
28353         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
28354         Likewise.
28355
28356 2013-02-24  Allan McRae  <allan@archlinux.org>
28357
28358         * manual/socket.texi (The Internet Namespace): Order menu items
28359         to match that in the file.
28360
28361         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
28362         node listing of the info page menu.
28363
28364 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
28365
28366         [BZ #13550]
28367         * sysdeps/i386/bp-asm.h: Remove file.
28368         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28369         (PARMS): Do not use macros from bp-asm.h.
28370         (S1): Likewise.
28371         (S2): Likewise.
28372         (SIZE): Likewise.
28373         (__mpn_add_n): Do not use BP_SYM
28374         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
28375         "bp-asm.h".
28376         (PARMS): Do not use macros from bp-asm.h.
28377         (S1): Likewise.
28378         (SIZE): Likewise.
28379         (__mpn_addmul_1): Do not use BP_SYM
28380         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
28381         "bp-asm.h".
28382         (PARMS): Do not use macros from bp-asm.h.
28383         (SIGMSK): Likewise.
28384         (_setjmp): Likewise.  Do not use BP_SYM.
28385         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
28386         "bp-asm.h".
28387         (PARMS): Do not use macros from bp-asm.h.
28388         (SIGMSK): Likewise.
28389         (setjmp): Likewise.  Do not use BP_SYM.
28390         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
28391         "bp-asm.h".
28392         (PARMS): Do not use macros from bp-asm.h.
28393         (__frexp): Do not use BP_SYM.
28394         (frexp): Likewise.
28395         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
28396         "bp-asm.h".
28397         (PARMS): Do not use macros from bp-asm.h.
28398         (__frexpf): Do not use BP_SYM.
28399         (frexpf): Likewise.
28400         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
28401         "bp-asm.h".
28402         (PARMS): Do not use macros from bp-asm.h.
28403         (__frexpl): Do not use BP_SYM.
28404         (frexpl): Likewise.
28405         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
28406         "bp-asm.h".
28407         (PARMS): Do not use macros from bp-asm.h.
28408         (__remquo): Do not use BP_SYM.
28409         (remquo): Likewise.
28410         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
28411         "bp-asm.h".
28412         (PARMS): Do not use macros from bp-asm.h.
28413         (__remquof): Do not use BP_SYM.
28414         (remquof): Likewise.
28415         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
28416         "bp-asm.h".
28417         (PARMS): Do not use macros from bp-asm.h.
28418         (__remquol): Do not use BP_SYM.
28419         (remquol): Likewise.
28420         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
28421         "bp-asm.h".
28422         (PARMS): Do not use macros from bp-asm.h.
28423         (DEST): Likewise.
28424         (SRC): Likewise.
28425         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
28426         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
28427         "bp-asm.h".
28428         (PARMS): Do not use macros from bp-asm.h.
28429         (strlen): Do not use BP_SYM.
28430         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
28431         "bp-asm.h".
28432         (PARMS): Do not use macros from bp-asm.h.
28433         (S1): Likewise.
28434         (S2): Likewise.
28435         (SIZE): Likewise.
28436         (__mpn_add_n): Do not use BP_SYM.
28437         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
28438         "bp-asm.h".
28439         (PARMS): Do not use macros from bp-asm.h.
28440         (S1): Likewise.
28441         (SIZE): Likewise.
28442         (__mpn_addmul_1): Do not use BP_SYM.
28443         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
28444         weak_alias.
28445         (bzero): Likewise.
28446         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
28447         "bp-asm.h".
28448         (PARMS): Do not use macros from bp-asm.h.
28449         (S): Likewise.
28450         (SIZE): Likewise.
28451         (__mpn_lshift): Do not use BP_SYM.
28452         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
28453         "bp-asm.h".
28454         (PARMS): Do not use macros from bp-asm.h.
28455         (DEST): Likewise.
28456         (SRC): Likewise.
28457         (LEN): Likewise.
28458         (memcpy): Likewise.  Do not use BP_SYM.
28459         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
28460         libc_hidden_def and weak_alias.
28461         (mempcpy): Do not use BP_SYM in weak_alias.
28462         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
28463         "bp-asm.h".
28464         (PARMS): Do not use macros from bp-asm.h.
28465         (DEST): Likewise.
28466         (LEN): Likewise.
28467         [!BZERO_P] (CHR): Likewise.
28468         (memset): Likewise.  Do not use BP_SYM.
28469         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
28470         "bp-asm.h".
28471         (PARMS): Do not use macros from bp-asm.h.
28472         (S1): Likewise.
28473         (SIZE): Likewise.
28474         (__mpn_mul_1): Do not use BP_SYM.
28475         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
28476         "bp-asm.h".
28477         (PARMS): Do not use macros from bp-asm.h.
28478         (S): Likewise.
28479         (SIZE): Likewise.
28480         (__mpn_rshift): Do not use BP_SYM.
28481         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
28482         "bp-asm.h".
28483         (PARMS): Do not use macros from bp-asm.h.
28484         (STR): Likewise.
28485         (CHR): Likewise.
28486         (strchr): Likewise.  Do not use BP_SYM.
28487         (index): Do not use BP_SYM in weak_alias.
28488         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
28489         "bp-asm.h".
28490         (PARMS): Do not use macros from bp-asm.h.
28491         (DEST): Likewise.
28492         (SRC): Likewise.
28493         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
28494         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
28495         "bp-asm.h".
28496         (PARMS): Do not use macros from bp-asm.h.
28497         (strlen): Do not use BP_SYM.
28498         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
28499         "bp-asm.h".
28500         (PARMS): Do not use macros from bp-asm.h.
28501         (S1): Likewise.
28502         (S2): Likewise.
28503         (SIZE): Likewise.
28504         (__mpn_sub_n): Do not use BP_SYM.
28505         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
28506         "bp-asm.h".
28507         (PARMS): Do not use macros from bp-asm.h.
28508         (S1): Likewise.
28509         (SIZE): Likewise.
28510         (__mpn_submul_1): Do not use BP_SYM.
28511         * sysdeps/i386/i686/add_n.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         (S2): Likewise.
28516         (SIZE): Likewise.
28517         (__mpn_add_n): Do not use BP_SYM.
28518         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
28519         weak_alias.
28520         (bzero): Likewise.
28521         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
28522         "bp-asm.h".
28523         (PARMS): Do not use macros from bp-asm.h.
28524         (BLK2): Likewise.
28525         (LEN): Likewise.
28526         (memcmp): Do not use BP_SYM.
28527         (bcmp): Do not use BP_SYM in weak_alias.
28528         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
28529         "bp-asm.h".
28530         (PARMS): Do not use macros from bp-asm.h.
28531         (DEST): Likewise.
28532         (SRC): Likewise.
28533         (LEN): Likewise.
28534         (memcpy): Likewise.  Do not use BP_SYM.
28535         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
28536         "bp-asm.h".
28537         (PARMS): Do not use macros from bp-asm.h.
28538         (DEST): Likewise.
28539         (SRC): Likewise.
28540         (LEN): Likewise.
28541         (memmove): Likewise.  Do not use BP_SYM.
28542         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
28543         "bp-asm.h".
28544         (PARMS): Do not use macros from bp-asm.h.
28545         (DEST): Likewise.
28546         (SRC): Likewise.
28547         (LEN): Likewise.
28548         (__mempcpy): Likewise.  Do not use BP_SYM.
28549         (mempcpy): Do not use BP_SYM in weak_alias.
28550         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
28551         "bp-asm.h".
28552         (PARMS): Do not use macros from bp-asm.h.
28553         (DEST): Likewise.
28554         (LEN): Likewise.
28555         [!BZERO_P] (CHR): Likewise.
28556         (memset): Likewise.  Do not use BP_SYM.
28557         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
28558         "bp-asm.h".
28559         (PARMS): Do not use macros from bp-asm.h.
28560         (STR2): Likewise.
28561         (strcmp): Do not use BP_SYM.
28562         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
28563         "bp-asm.h".
28564         (PARMS): Do not use macros from bp-asm.h.
28565         (STR): Likewise.
28566         (DELIM): Likewise.
28567         [USE_AS_STRTOK_R] (SAVE): Likewise.
28568         (FUNCTION): Likewise.  Do not use BP_SYM.
28569         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
28570         aliases.
28571         (strtok_r): Likewise.
28572         (__GI___strtok_r): Likewise.
28573         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28574         (PARMS): Do not use macros from bp-asm.h.
28575         (S): Likewise.
28576         (SIZE): Likewise.
28577         (__mpn_lshift): Do not use BP_SYM.
28578         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28579         (PARMS): Do not use macros from bp-asm.h.
28580         (STR): Likewise.
28581         (CHR): Likewise.
28582         (__memchr): Do not use BP_SYM.
28583         (memchr): Do not use BP_SYM in weak_alias.
28584         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28585         (PARMS): Do not use macros from bp-asm.h.
28586         (BLK2): Likewise.
28587         (LEN): Likewise.
28588         (memcmp): Do not use BP_SYM.
28589         (bcmp): Do not use BP_SYM in weak_alias.
28590         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
28591         (PARMS): Do not use macros from bp-asm.h.
28592         (S1): Likewise.
28593         (SIZE): Likewise.
28594         (__mpn_mul_1): Do not use BP_SYM.
28595         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
28596         "bp-asm.h".
28597         (PARMS): Do not use macros from bp-asm.h.
28598         (STR): Likewise.
28599         (CHR): Likewise.
28600         (__rawmemchr): Do not use BP_SYM.
28601         (rawmemchr): Do not use BP_SYM in weak_alias.
28602         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28603         (PARMS): Do not use macros from bp-asm.h.
28604         (S): Likewise.
28605         (SIZE): Likewise.
28606         (__mpn_rshift): Do not use BP_SYM.
28607         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28608         (PARMS): Do not use macros from bp-asm.h.
28609         (SIGMSK): Likewise.
28610         (__sigsetjmp): Likewise.  Do not use BP_SYM.
28611         * sysdeps/i386/start.S: Do not include "bp-sym.h".
28612         (_start): Do not use BP_SYM.
28613         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28614         (PARMS): Do not use macros from bp-asm.h.
28615         (DEST): Likewise.
28616         (SRC): Likewise.
28617         (__stpcpy): Likewise.  Do not use BP_SYM.
28618         (stpcpy): Do not use BP_SYM in weak_alias.
28619         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
28620         "bp-asm.h".
28621         (PARMS): Do not use macros from bp-asm.h.
28622         (DEST): Likewise.
28623         (SRC): Likewise.
28624         (LEN): Likewise.
28625         (__stpncpy): Likewise.  Do not use BP_SYM.
28626         (stpncpy): Do not use BP_SYM in weak_alias.
28627         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28628         (PARMS): Do not use macros from bp-asm.h.
28629         (STR): Likewise.
28630         (CHR): Likewise.
28631         (strchr): Likewise.  Do not use BP_SYM.
28632         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
28633         "bp-asm.h".
28634         (PARMS): Do not use macros from bp-asm.h.
28635         (STR): Likewise.
28636         (CHR): Likewise.
28637         (__strchrnul): Likewise.  Do not use BP_SYM.
28638         (strchrnul): Do not use BP_SYM in weak_alias.
28639         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28640         "bp-asm.h".
28641         (PARMS): Do not use macros from bp-asm.h.
28642         (STOP): Likewise.
28643         (strcspn): Do not use BP_SYM.
28644         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28645         "bp-asm.h".
28646         (PARMS): Do not use macros from bp-asm.h.
28647         (STR): Likewise.
28648         (STOP): Likewise.
28649         (strpbrk): Likewise.  Do not use BP_SYM.
28650         * sysdeps/i386/strrchr.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         (CHR): Likewise.
28655         (strrchr): Likewise.  Do not use BP_SYM.
28656         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28657         (PARMS): Do not use macros from bp-asm.h.
28658         (SKIP): Likewise.
28659         (strspn): Do not use BP_SYM.
28660         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28661         (PARMS): Do not use macros from bp-asm.h.
28662         (STR): Likewise.
28663         (DELIM): Likewise.
28664         (SAVE): Likewise.
28665         (FUNCTION): Likewise.  Do not use BP_SYM.
28666         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28667         aliases.
28668         (strtok_r): Likewise.
28669         (__GI___strtok_r): Likewise.
28670         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28671         (PARMS): Do not use macros from bp-asm.h.
28672         (S1): Likewise.
28673         (S2): Likewise.
28674         (SIZE): Likewise.
28675         (__mpn_sub_n): Do not use BP_SYM.
28676         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28677         "bp-asm.h".
28678         (PARMS): Do not use macros from bp-asm.h.
28679         (S1): Likewise.
28680         (SIZE): Likewise.
28681         (__mpn_submul_1): Do not use BP_SYM.
28682         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28683         <bp-sym.h>.
28684         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28685         and <bp-asm.h>.
28686         (PARMS): Do not use macros from bp-asm.h.
28687         (FLAGS): Likewise.
28688         (PTID): Likewise.
28689         (TLS): Likewise.
28690         (CTID): Likewise.
28691         (__clone): Do not use BP_SYM.
28692         (clone): Do not use BP_SYM in weak_alias.
28693         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28694         and <bp-asm.h>.
28695         (PARMS): Do not use macros from bp-asm.h.
28696         (LEN): Likewise.
28697         (__mmap64): Do not use BP_SYM.
28698         (mmap64): Do not use BP_SYM in weak_alias.
28699         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28700         <bp-sym.h> and <bp-asm.h>.
28701         (PARMS): Do not use macros from bp-asm.h.
28702         (__posix_fadvise64_l64): Do not use BP_SYM.
28703         * sysdeps/unix/sysv/linux/i386/semtimedop.S
28704         (PARMS): Do not use macros from bp-asm.h.
28705         (NSOPS): Likewise.
28706         (semtimedop): Do not use BP_SYM.
28707         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28708         and <bp-asm.h>.
28709
28710 2013-02-21  Allan McRae  <allan@archlinux.org>
28711
28712         * manual/message.texi (Charset conversion in gettext):
28713         Move @end statement to beginning of line.
28714
28715 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28716
28717         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28718         static.
28719         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28720         Likewise.
28721
28722         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28723         (denorm): Likewise.
28724         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28725         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28726
28727 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28728
28729         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28730         tail-call to the resolved function if pltexit isn't needed.
28731
28732 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28733
28734         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28735         or Y being zero as being unlikely.
28736         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28737         Likewise.
28738
28739 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
28740
28741         * manual/nss.texi (System Databases and Name Service Switch):
28742         Remove frobnicate @pxref.
28743
28744 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28745
28746         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28747         __attribute__ ((unused)) to __attribute__ ((__unused__)).
28748
28749 2013-02-20  Petr Machata  <pmachata@redhat.com>
28750
28751         * elf/elf.h (R_ARM_TARGET1): New macro.
28752         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28753         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28754         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28755         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28756         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28757         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28758         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28759         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28760         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28761         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28762         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28763         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28764         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28765         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28766         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28767         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28768         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28769         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28770         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28771         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28772         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28773         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28774         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28775         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28776         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28777         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28778         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28779         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28780         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28781         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28782         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28783         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28784         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28785         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28786         (R_ARM_THM_GOT_BREL12): Likewise.
28787         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28788         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28789         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28790         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28791         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28792         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28793         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28794         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28795         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28796
28797 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28798
28799         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28800         __attribute_used__ to __attribute__ ((unused)).
28801
28802 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28803
28804         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28805         powerpc mpa.c.
28806         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28807         comment formatting.
28808         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28809
28810 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
28811
28812         [BZ #13550]
28813         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28814         Remove macro.
28815         (ENTER): Remove both macro definitions.
28816         (LEAVE): Likewise.
28817         (CHECK_BOUNDS_LOW): Likewise.
28818         (CHECK_BOUNDS_HIGH): Likewise.
28819         (CHECK_BOUNDS_BOTH): Likewise.
28820         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28821         (RETURN_BOUNDED_POINTER): Likewise.
28822         (RETURN_NULL_BOUNDED_POINTER): Likewise.
28823         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28824         (POP_ERRNO_LOCATION_RETURN): Likewise.
28825         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28826         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28827         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28828         macros.
28829         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28830         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28831         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28832         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28833         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28834         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28835         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28836         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28837         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28838         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28839         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28840         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28841         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28842         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28843         removed macros.
28844         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28845         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28846         macros.
28847         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28848         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28849         * sysdeps/i386/i586/memset.S (memset): Likewise.
28850         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28851         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28852         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28853         macros.
28854         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28855         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28856         Change uses of L(2) to L(out).
28857         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28858         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28859         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28860         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28861         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28862         removed macros.
28863         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28864         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28865         macros.
28866         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28867         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28868         (RETURN): Do not use macro LEAVE.
28869         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28870         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28871         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28872         * sysdeps/i386/i686/memset.S (memset): Likewise.
28873         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28874         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28875         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28876         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28877         Likewise.
28878         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28879         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
28880         L(1_2) and L(1_3) into L(1).
28881         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28882         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28883         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28884         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28885         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28886         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28887         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28888         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28889         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28890         macros.
28891         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28892         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28893         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28894         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28895         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28896         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28897         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28898         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28899         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28900         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28901         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28902         * sysdeps/i386/strspn.S (strspn): Likewise.
28903         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28904         conditional code.
28905         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28906         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28907         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28908         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28909         L(1_3) into L(1_1).
28910         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28911         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28912         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28913         macros.
28914         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28915
28916 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28917
28918         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28919         macro.
28920
28921 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28922
28923         * math/atest-exp.c (exp_mpn): Remove ROUND.
28924         * math/atest-exp2.c (exp_mpn): Likewise.
28925         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28926
28927         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28928         * stdlib/tst-tls-atexit-lib.c: Likewise.
28929         * stdlib/tst-tls-atexit.c: Likewise.
28930
28931 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28932
28933         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28934         and __attribute_alloc_size__.
28935
28936 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28937
28938         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28939         __attribute_alloc_size__.
28940         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28941         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28942
28943 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28944
28945         * include/programs/xmalloc.h: New file.
28946         * catgets/gencat.c: Include it.
28947         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28948         * elf/pldd.c: Likewise.
28949         * iconv/iconv_charmap.c: Likewise.
28950         * iconv/iconvconfig.c: Likewise.
28951         * iconv/strtab.c: Likewise.
28952         * locale/programs/locale.c: Likewise.
28953         * locale/programs/localedef.h: Likewise.
28954         * locale/programs/simple-hash.c: Likewise.
28955         * nscd/nscd.h: Likewise.
28956         * nss/makedb.c: Likewise.
28957         * sysdeps/generic/ldconfig.h: Likewise.
28958
28959 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28960
28961         * Versions.def: Add GLIBC_2.18.
28962         * include/link.h (struct link_map): New member l_tls_dtor_count.
28963         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28964         (__call_tls_dtors): Likewise.
28965         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28966         __cxa_thread_atexit_impl.
28967         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28968         Likewise.
28969         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28970         Likewise.
28971         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28972         Likewise.
28973         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28974         Likewise.
28975         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28976         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28977         Likewise.
28978         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28979         Likewise.
28980         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28981         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28982         Likewise.
28983         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28984         (tests): Add test case tst-tls-atexit.
28985         (modules-names): Add shared library for tst-tls-atexit.
28986         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
28987         (GLIBC_PRIVATE): Add __call_tls_dtors.
28988         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
28989         for libstdc++.
28990         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
28991         * stdlib/tst-tls-atexit.c: New test case.
28992         * stdlib/tst-tls-atexit-lib.c: New test case.
28993
28994         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
28995
28996         * elf/Versions (ld): Add _dl_find_dso_for_object.
28997         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
28998         * elf/dl-open.c (_dl_find_dso_for_object): New function.
28999         (dl_open_worker): Use _dl_find_dso_for_object.
29000         * elf/dl-sym.c (do_sym): Likewise.
29001         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
29002
29003 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29004
29005         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
29006         Syntactic changes only.
29007         (_dl_runtime_profile): Do a tail-call to the resolved function.
29008
29009 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
29010
29011         [BZ #13550]
29012         * sysdeps/x86_64/bp-asm.h: Remove file.
29013         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
29014         <bp-sym.h> and <bp-asm.h>.
29015         (__clone): Do not use BP_SYM.
29016         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
29017         <bp-sym.h> and <bp-asm.h>.
29018         * sysdeps/unix/x86_64/sysdep.S: Likewise.
29019         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
29020         "bp-asm.h".
29021         (_setjmp): Do not use BP_SYM.
29022         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
29023         "bp-asm.h".
29024         (setjmp): Do not use BP_SYM.
29025         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
29026         libc_hidden_def.
29027         (mempcpy): Do not use BP_SYM in weak_alias.
29028         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
29029         "bp-asm.h".
29030         (strchr): Do not use BP_SYM.
29031         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
29032         "bp-asm.h".
29033         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
29034         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
29035         (_start): Do not use BP_SYM.
29036         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
29037         "bp-asm.h".
29038         (strcat): Do not use BP_SYM.
29039         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
29040         "bp-asm.h".
29041         (STRCMP): Do not use BP_SYM.
29042         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
29043         "bp-asm.h".
29044         (STRCPY): Do not use BP_SYM.
29045         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
29046         "bp-asm.h".
29047         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
29048         "bp-asm.h".
29049         (FUNCTION): Do not use BP_SYM.
29050         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
29051         weak_alias.
29052         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
29053
29054 2013-02-17  Andreas Jaeger  <aj@suse.de>
29055
29056         * time/Versions: Sort entries.
29057         * string/Versions: Likewise.
29058         * resolv/Versions: Likewise.
29059         * posix/Versions: Likewise.
29060         * iconv/Versions: Likewise.
29061         * elf/Versions: Likewise.
29062         * wcsmbs/Versions: Likewise.
29063
29064 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29065
29066         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
29067         loop termination condition.
29068
29069         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
29070         variable to calculate EZ.
29071         (__sqr): Likewise.
29072
29073         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
29074         the lower precision input.
29075
29076 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
29077
29078         [BZ #13550]
29079         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
29080         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
29081         (run-via-rtld-prefix): Do not handle %-bp tests.
29082         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
29083         (all-object-suffixes): Remove .ob.
29084         (bppfx): Remove variable.
29085         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
29086         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
29087         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
29088         [$(build-bounded) = yes] (libtype.ob): Likewise.
29089         * Makerules (elide-routines.ob): Remove variable.
29090         (do-tests-clean): Do not handle *-bp.out.
29091         (common-mostlyclean): Do not handle *-bp and *-bp.out.
29092         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
29093         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
29094         (tests): Do not include $(tests-bp.out).
29095         (xtests): Do not include $(xtests-bp.out).
29096         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
29097         [$(build-bounded) = yes] ($(addprefix
29098         $(objpfx),$(binaries-bounded))): Remove rule.
29099         ($(objpfx)%-bp.out): Remove rule.
29100         * config.make.in (build-bounded): Remove variable.
29101         * crypt/Makefile [$(build-bounded) = yes]
29102         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
29103         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
29104         append to variable.
29105         [$(build-bounded) = yes] (install-lib): Likewise.
29106         [$(build-bounded) = yes] (generated): Likewise.
29107         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
29108         Remove rule.
29109         * intl/Makefile [$(build-bounded) = yes]
29110         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
29111         * math/Makefile [$(build-bounded) = yes]
29112         ($(tests:%=$(objpfx)%-bp): Likewise.
29113         * misc/Makefile [$(build-bounded) = yes]
29114         ($(objpfx)tst-tsearch-bp): Likewise.
29115         * nptl/Makeconfig (bounded-thread-library): Remove variable.
29116         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
29117         Remove dependency.
29118         * string/Makefile (o-objects.ob): Remove variable.
29119         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
29120         (CFLAGS-.ob): Remove variable.
29121         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
29122         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
29123         both definitions of variable.
29124         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
29125         (ASFLAGS-.ob): Remove variable.
29126
29127 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
29128
29129         [BZ #13550]
29130         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
29131         Remove __BOUNDED_POINTERS__ from condition.
29132         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
29133         * string/bits/string2.h [!__NO_STRING_INLINES &&
29134         !__BOUNDED_POINTERS__]: Likewise.
29135         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
29136         Likewise.
29137         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
29138         Remove conditional code.
29139         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
29140         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
29141         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
29142         condition.
29143
29144         [BZ #13550]
29145         * csu/libc-start.c: Do not include <bp-sym.h>.
29146         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
29147         * elf/dl-open.c: Do not include <bp-sym.h>.
29148         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
29149         * math/fegetenv.c: Do not include <bp-sym.h>.
29150         (fegetenv): Do not use BP_SYM in versioned symbols.
29151         * nptl/sysdeps/pthread/bits/libc-lockP.h
29152         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
29153         <bp-sym.h>.
29154         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29155         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
29156         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29157         (__pthread_mutex_destroy): Likewise.
29158         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29159         (__pthread_mutex_lock): Likewise.
29160         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29161         (__pthread_mutex_trylock): Likewise.
29162         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29163         (__pthread_mutex_unlock): Likewise.
29164         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29165         (__pthread_mutexattr_init): Likewise.
29166         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29167         (__pthread_mutexattr_destroy): Likewise.
29168         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29169         (__pthread_mutexattr_settype): Likewise.
29170         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29171         (__pthread_rwlock_init): Likewise.
29172         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29173         (__pthread_rwlock_destroy): Likewise.
29174         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29175         (__pthread_rwlock_rdlock): Likewise.
29176         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29177         (__pthread_rwlock_tryrdlock): Likewise.
29178         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29179         (__pthread_rwlock_wrlock): Likewise.
29180         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29181         (__pthread_rwlock_trywrlock): Likewise.
29182         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29183         (__pthread_rwlock_unlock): Likewise.
29184         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29185         (__pthread_key_create): Likewise.
29186         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29187         (__pthread_setspecific): Likewise.
29188         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29189         (__pthread_getspecific): Likewise.
29190         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
29191         Likewise.
29192         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29193         (_pthread_cleanup_push_defer): Likewise.
29194         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29195         (_pthread_cleanup_pop_restore): Likewise.
29196         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29197         (pthread_setcancelstate): Likewise.
29198         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
29199         <bp-sym.h>.
29200         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
29201         (memchr): Do not use BP_SYM in weak_alias.
29202         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
29203         (fegetenv): Do not use BP_SYM in versioned symbols.
29204         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
29205         (fesetenv): Do not use BP_SYM in versioned symbols.
29206         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29207         (feupdateenv): Do not use BP_SYM in versioned symbols.
29208         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29209         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29210         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
29211         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
29212         (open64): Do not use BP_SYM in weak_alias.
29213         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
29214         (fegetenv): Do not use BP_SYM in versioned symbols.
29215         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
29216         (fesetenv): Do not use BP_SYM in versioned symbols.
29217         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29218         (feupdateenv): Do not use BP_SYM in versioned symbols.
29219         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
29220         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
29221         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
29222         (feraiseexcept): Do not use BP_SYM in versioned symbols.
29223         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29224         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29225         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
29226         <bp-sym.h>.
29227         (__libc_start_main): Do not use BP_SYM.
29228
29229 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29230
29231         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
29232         redundant return line.
29233         (norm): Likewise.
29234         (denorm): Likewise.
29235         (dbl_mp): Likewise.
29236         (sub_magnitudes): Likewise.
29237         (__add): Likewise.
29238         (__sub): Likewise.
29239         (__mul): Likewise.
29240         (__inv): Likewise.
29241         (__dvd): Likewise.
29242         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
29243         (norm): Likewise.
29244         (denorm): Likewise.
29245         (dbl_mp): Likewise.
29246         (sub_magnitudes): Likewise.
29247         (__add): Likewise.
29248         (__sub): Likewise.
29249         (__mul): Likewise.
29250         (__inv): Likewise.
29251         (__dvd): Likewise.
29252
29253         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
29254         instead of __mul.
29255         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
29256         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
29257         (cc32): Likewise.
29258
29259         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
29260         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
29261         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
29262         of __mul for squares.
29263         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
29264         function
29265         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
29266         Likewise.
29267         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
29268         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
29269
29270 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
29271
29272         [BZ #13550]
29273         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
29274         code.
29275         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
29276         prototype or function definition.  Rename ubp_* variables and
29277         parameters.  Remove argv definitions conditional on
29278         [__BOUNDED_POINTERS__].
29279         * debug/backtrace.c (__backtrace): Do not use __unbounded.
29280         * elf/dl-runtime.c (_dl_fixup): Likewise.
29281         * include/set-hooks.h (RUN_HOOK): Likewise.
29282         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
29283         definition.
29284         * string/strcpy.c (strcpy): Do not use __unbounded.
29285         * sysdeps/generic/frame.h (struct layout): Likewise.
29286         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
29287         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
29288         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
29289         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
29290         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
29291         (__backtrace): Likewise.
29292         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
29293         use __ptrvalue.
29294         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
29295         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
29296         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
29297         Likewise.
29298         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
29299         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
29300         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
29301         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29302         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
29303         Do not use __unbounded.
29304         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
29305         Rename __unboundedrlimits parameter to rlimits in prototype.
29306         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
29307         Do not use __unbounded.
29308         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
29309         not use __ptrvalue.
29310         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29311         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
29312         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29313         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
29314         __ptrvalue or __unbounded.
29315         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
29316         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
29317         use __unbounded.
29318         (__new_msgctl): Do not use __ptrvalue.
29319         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
29320         __unbounded.
29321         (__libc_msgrcv): Do not use __ptrvalue.
29322         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
29323         startup_info): Do not use __unbounded.
29324         (__libc_start_main): Likewise.  Rename ubp_* variables and
29325         parameters.  Remove argv definitions conditional on
29326         [__BOUNDED_POINTERS__].
29327         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
29328         __ptrvalue.
29329         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
29330         use __unbounded.
29331         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
29332         or __ptrvalue.
29333         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
29334         use __unbounded.
29335         (__new_shmctl): Do not use __ptrvalue.
29336         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
29337         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
29338         Likewise.
29339         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
29340         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
29341         (__libc_sigaction): Likewise.
29342         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
29343         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
29344         Likewise.
29345         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29346
29347 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
29348
29349         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
29350
29351         * string/mempcpy.c: Implement by calling memcpy.
29352
29353 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29354
29355         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
29356
29357         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
29358         evaluation.
29359
29360         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
29361         values in the mantissa.
29362
29363         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
29364         minimize writes to Z.
29365         (sub_magnitudes): Simplify code a bit.
29366
29367 2013-02-12  Roland McGrath  <roland@hack.frob.com>
29368
29369         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
29370         from the message.  The linker prefixes all warnings with that already.
29371
29372 2013-02-12  Andreas Schwab  <schwab@suse.de>
29373
29374         [BZ #15078]
29375         * posix/regexec.c (extend_buffers): Add parameter min_len.
29376         (check_matching): Pass minimum needed length.
29377         (clean_state_log_if_needed): Likewise.
29378         (get_subexp): Likewise.
29379         * posix/Makefile (tests): Add bug-regex34.
29380         (bug-regex34-ENV): Define.
29381         * posix/bug-regex34.c: New file.
29382
29383         [BZ #11561]
29384         * posix/regcomp.c (parse_bracket_exp): When looking up collating
29385         elements compare against the byte sequence of it, not its name.
29386         * posix/Makefile (tests): Add bug-regex35.
29387         (bug-regex35-ENV): Define.
29388         * posix/bug-regex35.c: New file.
29389
29390 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29391
29392         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
29393         comment.
29394         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
29395         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
29396         (CHECK_EOL): Add undef.
29397
29398 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
29399
29400         * bits/stdlib-bsearch.h: New file.
29401         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
29402         * stdlib/stdlib.h: Likewise.
29403
29404 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29405
29406         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
29407         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
29408         declaration.
29409         * manual/search.texi (Array Search Function): Add missing const in
29410         lfind prototype.
29411         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
29412         declaration to use rlim_t.
29413         (Basic Scheduling Functions): Remove erroneous const from
29414         sched_getparam prototype.  Remove erroneous * from
29415         sched_get_priority_max and sched_get_priority_min prototypes.
29416         (Resource Usage): Fix summary @comment on vtimes to refer to
29417         sys/vtimes.h rather than vtimes.h.
29418         Add missing *s in vtimes prototype.
29419         (Limits on Resources): Fix ulimit prototype to return long int.
29420         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
29421         prototypes to use long int rather than double.
29422         (BSD Random): Fix initstate and setstate to use char *, not void *.
29423         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
29424         prototype to make second argument 'struct aiocb64 *const[]'.
29425         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
29426         (Status of AIO Operations): Remove erroneous const in aio_return and
29427         aio_return64 prototypes.
29428         (Synchronizing I/O): Fix sync prototype to return void.
29429         * manual/startup.texi (Suboptions): Remove an erroneous const in
29430         getsubopt prototype.
29431         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
29432         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
29433         use size_t rather than int.
29434         (Scanning All Users): Likewise for getpwent_r.
29435         (Setting Groups): Add missing const to setgroups prototype.
29436         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
29437         * manual/socket.texi (Host Names): Fix gethostbyaddr and
29438         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
29439         'const void *' rather than 'const char *'.
29440         (Host Address Functions): Likewise for inet_ntop.
29441         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
29442         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
29443         ssize_t for return value.
29444         (Sending Data): Likewise for send, sendto, sendmsg.
29445         (Socket Option Functions): Add a missing const in setsockopt prototype.
29446         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
29447         use wchar_t for the argument.
29448         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
29449         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
29450         take no arguments.
29451         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
29452         double/float/long double for second argument.
29453         Fix return types of significand, significandf, significandl.
29454         * manual/filesys.texi (Setting Permissions): Use mode_t for second
29455         argument in fchmod prototype.
29456         (File Owner): Use uid_t and gid_t in fchown prototype.
29457         (File Times): Add const to utimes, futimes, and lutimes prototypes.
29458         (Making Special Files): Use mode_t and dev_t in mknod prototype.
29459         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
29460         use 'const struct dirent **' as argument types to CMP function pointer
29461         argument.
29462         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
29463         (File Times): Fix summary magic @comment for struct utimbuf and utime
29464         to refer to utime.h, not time.h.
29465         * manual/string.texi (Argz Functions): Add missing const in
29466         argz_extract and argz_next prototypes.
29467         (Finding Tokens in a String): Likewise for basename.
29468         (String/Array Comparison): Fix typo in wcscasecmp prototype.
29469         (Copying and Concatenation): Fix typo in wmemmove prototype.
29470         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
29471         (Signal Stack): Remove erroneous const in sigstack prototype.
29472         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
29473         prototype.
29474         (Simple Calendar Time): Likewise for stime.
29475         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
29476         prototype.
29477         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
29478         say sys/sysctl.h instead.
29479         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
29480         and vsyslog prototypes.
29481
29482 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29483
29484         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
29485         Remove.
29486
29487 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29488
29489         * misc/sys/mman.h: Fix typo in mremap comment.
29490
29491 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29492
29493         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
29494         the '\0' terminator.
29495
29496 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29497
29498         [BZ #13550]
29499         * debug/segfault.c: Don't include <bp-checks.h>.
29500         * sysdeps/generic/bp-checks.h: Remove file.
29501         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
29502         (__GETDENTS): Don't use CHECK_N.
29503         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
29504         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
29505         (__getgroups): Don't use CHECK_N.
29506         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
29507         (setgroups): Don't use CHECK_N.
29508         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
29509         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
29510         (__libc_msgrcv): Don't use CHECK_N.
29511         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
29512         (__libc_msgsnd): Don't use CHECK_N.
29513         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
29514         <bp-checks.h>.
29515         (__libc_pread): Don't use CHECK_N.
29516         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
29517         include <bp-checks.h>.
29518         (__libc_pread64): Don't use CHECK_N.
29519         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
29520         include <bp-checks.h>.
29521         (__libc_pwrite): Don't use CHECK_N.
29522         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
29523         include <bp-checks.h>.
29524         (__libc_pwrite64): Don't use CHECK_N.
29525         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
29526         <bp-checks.h>.
29527         (__libc_pread): Don't use CHECK_N.
29528         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
29529         include <bp-checks.h>.
29530         (__libc_pread64): Don't use CHECK_N.
29531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
29532         include <bp-checks.h>.
29533         (__libc_pwrite): Don't use CHECK_N.
29534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
29535         include <bp-checks.h>.
29536         (__libc_pwrite64): Don't use CHECK_N.
29537         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
29538         (do_pread): Don't use CHECK_N.
29539         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
29540         (do_pread64): Don't use CHECK_N.
29541         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
29542         (do_pwrite): Don't use CHECK_N.
29543         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
29544         (do_pwrite64): Don't use CHECK_N.
29545         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
29546         (__libc_readv): Don't use CHECK_N.
29547         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
29548         (semop): Don't use CHECK_N.
29549         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
29550         <bp-checks.h>.
29551         (semtimedop): Don't use CHECK_N.
29552         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
29553         (__libc_pread): Don't use CHECK_N.
29554         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
29555         <bp-checks.h>.
29556         (__libc_pread64): Don't use CHECK_N.
29557         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
29558         <bp-checks.h>.
29559         (__libc_pwrite): Don't use CHECK_N.
29560         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
29561         <bp-checks.h>.
29562         (__libc_pwrite64): Don't use CHECK_N.
29563         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
29564         <bp-checks.h>.
29565         (__libc_msgrcv): Don't use CHECK_N.
29566         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
29567         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
29568         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
29569         (__libc_writev): Don't use CHECK_N.
29570
29571 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29572
29573         * string/strcpy.c: Removed unused variable.
29574
29575         * Makeconfig (+sysdep-includes): Define with := rather than =.
29576         Use an existing include/ subdir of each sysdeps dir before it.
29577
29578 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29579
29580         * nscd/connection.c (register_traced_file): Comment function.
29581         [HAVE_INOTIFY] (union __inev): Define.
29582         [HAVE_INOTIFY] (inotify_check_files): New function.
29583         [HAVE_INOTIFY] (clear_db_cache): Likewise.
29584         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
29585         clear_db_cache.
29586         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
29587
29588 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29589
29590         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
29591         loaded if not already and that a failure is permanent.
29592
29593 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29594
29595         [BZ #15006]
29596         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
29597         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
29598
29599 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29600
29601         [BZ #13550]
29602         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
29603         (CHECK_1_NULL_OK): Likewise.
29604         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
29605         (__fxstat): Do not use CHECK_1.
29606         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
29607         <bp-checks.h>.
29608         (___fxstat64): Do not use CHECK_1.
29609         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
29610         <bp-checks.h>.
29611         (__fxstatat): Do not use CHECK_1.
29612         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29613         <bp-checks.h>.
29614         (__fxstatat64): Do not use CHECK_1.
29615         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29616         <bp-checks.h>.
29617         (__fxstat): Do not use CHECK_1.
29618         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29619         <bp-checks.h>.
29620         (__fxstatat): Do not use CHECK_1.
29621         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29622         <bp-checks.h>.
29623         (__getresgid): Do not use CHECK_1.
29624         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29625         <bp-checks.h>.
29626         (__getresuid): Do not use CHECK_1.
29627         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29628         <bp-checks.h>.
29629         (__lxstat): Do not use CHECK_1.
29630         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29631         <bp-checks.h>.
29632         (__old_msgctl): Do not use CHECK_1.
29633         (__new_msgctl): Likewise.
29634         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29635         <bp-checks.h>.
29636         (__new_setrlimit): Do not use CHECK_1.
29637         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29638         <bp-checks.h>.
29639         (__old_shmctl): Do not use CHECK_1.
29640         (__new_shmctl): Likewise.
29641         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29642         <bp-checks.h>.
29643         (__xstat): Do not use CHECK_1.
29644         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29645         (__lxstat): Do not use CHECK_1.
29646         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29647         <bp-checks.h>.
29648         (___lxstat64): Do not use CHECK_1.
29649         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29650         (__old_msgctl): Do not use CHECK_1.
29651         (__new_msgctl): Likewise.
29652         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29653         <bp-checks.h>.
29654         (__gettimeofday): Do not use CHECK_1.
29655         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29656         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29657         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29658         <bp-checks.h>.
29659         (__gettimeofday): Do not use CHECK_1.
29660         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29661         (__old_shmctl): Do not use CHECK_1_NULL_OK.
29662         (__new_shmctl): Do not use CHECK_1.
29663         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29664         <bp-checks.h>.
29665         (do_sigtimedwait): Do not use CHECK_1.
29666         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29667         <bp-checks.h>.
29668         (do_sigwaitinfo): Do not use CHECK_1.
29669         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29670         <bp-checks.h>.
29671         (msgctl): Do not use CHECK_1.
29672         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29673         <bp-checks.h>.
29674         (shmctl): Do not use CHECK_1.
29675         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29676         (ustat): Do not use CHECK_1.
29677         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29678         <bp-checks.h>.
29679         (__fxstat): Do not use CHECK_1.
29680         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29681         <bp-checks.h>.
29682         (__fxstatat): Do not use CHECK_1.
29683         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29684         <bp-checks.h>.
29685         (__lxstat): Do not use CHECK_1.
29686         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29687         <bp-checks.h>.
29688         (__xstat): Do not use CHECK_1.
29689         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29690         (__xstat): Do not use CHECK_1.
29691         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29692         (___xstat64): Do not use CHECK_1.
29693
29694         [BZ #13550]
29695         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29696         definitions.
29697         (CHECK_BOUNDS_HIGH): Likewise.
29698         * string/strcpy.c: Do not include <bp-checks.h>.
29699         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29700
29701 2013-02-07  Roland McGrath  <roland@hack.frob.com>
29702
29703         * nscd/nscd-client.h (__nscd_drop_map_ref):
29704         Add __attribute__ ((unused)).
29705         * nis/nss-nisplus.h (niserr2nss): Likewise.
29706
29707         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29708         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29709
29710         * csu/libc-tls.c (init_static_tls, init_slotinfo):
29711         Remove inline keyword.
29712         * include/rounding-mode.h (round_away): Likewise.
29713         * libio/wfileops.c (adjust_wide_data): Likewise.
29714         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29715         (__m128i_strloadu_tolower): Likewise.
29716         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29717         (__m128i_strloadu_tolower): Likewise.
29718         * time/mktime.c (ydhms_diff): Likewise.
29719         * locale/elem-hash.h (elem_hash): Likewise.
29720         * locale/setlocale.c (setdata): Likewise.
29721         * posix/regex_internal.h (re_string_char_size_at): Likewise.
29722         (re_string_wchar_at): Likewise.
29723         (bitset_not, bitset_merge, bitset_mask): Likewise.
29724         [!(__GNUC__ > 3)] (inline): Remove macro.
29725         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29726         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29727         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29728         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29729         * string/memcmp.c (memcmp_bytes): Likewise.
29730         * locale/programs/locarchive.c (compute_hashval): Likewise.
29731         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29732         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29733         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29734         * nss/getent.c (print_rpc, print_protocols): Likewise.
29735         (print_passwd, print_group, print_aliases): Likewise.
29736         * nis/nss-nisplus.h (niserr2nss): Likewise.
29737         * nscd/connections.c (restart_p): Likewise.
29738         Change return type to bool.
29739
29740 2013-02-05  Roland McGrath  <roland@hack.frob.com>
29741
29742         * Makeconfig (all-Depend-files): Add existing
29743         $(sorted-subdirs:=/Depend) files.
29744         (all-subdirs): Remove nss.
29745         * sysdeps/unix/inet/Subdirs: Add it here instead.
29746         * hesiod/Depend: New file.
29747
29748         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29749         instead of calling alloca.
29750
29751         * io/lseek.c (__lseek): Rename to __libc_lseek.
29752         Define __lseek as an alias.
29753
29754         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29755
29756 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
29757
29758         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29759         else clause and remove check for non-standard endianness.
29760
29761 2013-02-04  David S. Miller  <davem@davemloft.net>
29762
29763         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29764
29765 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
29766
29767         [BZ #13550]
29768         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29769         (__ubp_memchr): Remove prototype.
29770         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29771         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29772         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29773         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29774         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29775         Remove alias.
29776         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29777         (__ubp_memchr): Likewise.
29778         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29779         (__ubp_memchr): Likewise.
29780         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29781         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29782         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29783         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29784         CHECK_STRING.
29785         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29786         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29787         (__getcwd): Do not use CHECK_STRING.
29788         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29789         <bp-checks.h>.
29790         (__real_chown): Do not use CHECK_STRING.
29791         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29792         <bp-checks.h>.
29793         (fchownat): Do not use CHECK_STRING.
29794         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29795         CHECK_STRING.
29796         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29797         <bp-checks.h>.
29798         (__lchown): Do not use CHECK_STRING.
29799         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29800         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29801         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29802         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29803         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29804         include <bp-checks.h>.
29805         (truncate64): Do not use CHECK_STRING.
29806         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29807         <bp-checks.h>.
29808         (__real_chown): Do not use CHECK_STRING.
29809         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29810         <bp-checks.h>.
29811         (__lchown): Do not use CHECK_STRING.
29812         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29813         <bp-checks.h>.
29814         (__chown): Do not use CHECK_STRING.
29815         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29816         <bp-checks.h>.
29817         (truncate64): Do not use CHECK_STRING.
29818         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29819         Likewise.
29820         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29821         (__xmknod): Do not use CHECK_STRING.
29822         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29823         <bp-checks.h>.
29824         (__xmknodat): Do not use CHECK_STRING.
29825         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29826         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29827
29828 2013-02-04  Andreas Schwab  <schwab@suse.de>
29829
29830         [BZ #14142]
29831         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29832         * include/netdb.h: Likewise for h_errno.
29833         * elf/tst-stackguard1.c: Include <tls.h>.
29834
29835 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
29836
29837         * elf/link.h (struct link_map): Extend the l_addr comment.
29838         * include/link.h (struct link_map): Likewise.
29839
29840 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
29841
29842         [BZ #13550]
29843         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29844         (BOUNDED_1): Remove macro.
29845         * debug/backtrace.c: Don't include <bp-checks.h>.
29846         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29847         (__backtrace): Likewise.
29848         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29849         <bp-checks.h>.
29850         (__backtrace): Don't use BOUNDED_1.
29851         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29852         <bp-checks.h>.
29853         (__backtrace): Don't use BOUNDED_1.
29854         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29855         (__backtrace): Don't use BOUNDED_1.
29856         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29857         (shmat): Don't use BOUNDED_N.
29858
29859 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
29860
29861         [BZ #13550]
29862         * sysdeps/generic/bp-start.h: Remove file.
29863         * csu/libc-start.c: Don't include <bp-start.h>.
29864         (LIBC_START_MAIN): Set up __environ directly instead of using
29865         INIT_ARGV_and_ENVIRON.
29866         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29867         <bp-start.h>.
29868
29869         [BZ #13550]
29870         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29871         definitions.
29872         (CHECK_FCNTL): Likewise.
29873         (CHECK_N_PAGES): Likewise.
29874
29875         [BZ #13550]
29876         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29877         definitions.
29878         (CHECK_SIGSET_NULL_OK): Likewise.
29879         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29880         <bp-checks.h>.
29881         (sigpending): Don't use CHECK_SIGSET.
29882         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29883         <bp-checks.h>.
29884         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29885         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29886         <bp-checks.h>.
29887         (do_sigsuspend): Don't use CHECK_SIGSET.
29888         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29889         use CHECK_SIGSET.
29890         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29891         (do_sigwait): Don't use CHECK_SIGSET.
29892         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29893         use CHECK_SIGSET.
29894         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29895         include <bp-checks.h>.
29896         (sigpending): Don't use CHECK_SIGSET.
29897         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29898         include <bp-checks.h>.
29899         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29900         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29901         <bp-checks.h>.
29902         (sigpending): Don't use CHECK_SIGSET.
29903         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29904         <bp-checks.h>.
29905         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29906
29907         [BZ #13550]
29908         * sysdeps/generic/bp-semctl.h: Remove file.
29909         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29910         <bp-checks.h> and <bp-semctl.h>.
29911         (__old_semctl): Don't use CHECK_SEMCTL.
29912         (__new_semctl): Likewise.
29913         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29914         and <bp-semctl.h>.
29915         (__old_semctl): Don't use CHECK_SEMCTL.
29916         (__new_semctl): Likewise.
29917         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29918         <bp-checks.h> and <bp-semctl.h>.
29919         (__old_semctl): Don't use CHECK_SEMCTL.
29920         (__new_semctl): Likewise.
29921         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29922         <bp-checks.h> and <bp-semctl.h>.
29923         (semctl): Don't use CHECK_SEMCTL.
29924
29925         [BZ #13550]
29926         * Makerules (elide-bp-thunks): Remove variable.
29927         (elide-routines.oS): Don't use $(elide-bp-thunks).
29928         (elide-routines.os): Likewise.
29929         (elide-routines.o): Likewise.
29930         (elide-routines.op): Likewise.
29931         (elide-routines.og): Likewise.
29932         (objects): Don't use $(bp-thunks).
29933         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29934         include.
29935         (common-generated): Do not add s-proto-bp.d.
29936         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29937         (int): Likewise.
29938         (typ): Likewise.
29939         Do not generate makefile rules for bounded-pointer thunks.
29940         * sysdeps/generic/bp-thunks.h: Remove file.
29941         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29942         * sysdeps/unix/s-proto-bp.S: Likewise.
29943
29944         [BZ #15062]
29945         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29946         parts of result separately when argument is not close to line from
29947         -i to i and one part of argument is small.
29948         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29949         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29950         * math/libm-test.inc (cacos_test): Add more tests.
29951         (casin_test): Likewise.
29952         (casinh_test): Likewise.
29953         * sysdeps/i386/fpu/libm-test-ulps: Update.
29954         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29955
29956 2013-01-31  David S. Miller  <davem@davemloft.net>
29957
29958         * po/de.po: Update from translation team.
29959
29960 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29961
29962         * time/tzfile.c: Include stdint.h for SIZE_MAX.
29963
29964 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
29965
29966         * configure.in (_AC_PROG_CC_C89): New definition.
29967         * configure: Regenerate.
29968
29969         * configure.in (AC_PROG_CPP): New definition.
29970         * configure: Regenerate.
29971
29972 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29973
29974         * debug/tst-backtrace.h: New file.
29975         * debug/tst-backtrace2.c: Include tst-backtrace.h.
29976         (ret): Remove variable.
29977         (x): Likewise.
29978         (FAIL): Remove macro.
29979         (NO_INLINE): Likewise.
29980         (fn1): Use match function instead of strstr.
29981         * debug/tst-backtrace3.c: Include tst-backtrace.h.
29982         (ret): Remove variable.
29983         (x): Likewise.
29984         (FAIL): Remove macro.
29985         (NO_INLINE): Likewise.
29986         (fn): Use match function instead of strstr.
29987         * debug/tst-backtrace4.c: Include tst-backtrace.h.
29988         (ret): Remove variable.
29989         (x): Likewise.
29990         (FAIL): Remove macro.
29991         (NO_INLINE): Likewise.
29992         (handle_signal): Use match function instead of strstr.
29993         * debug/tst-backtrace5.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
30000 2013-01-23  Roland McGrath  <roland@hack.frob.com>
30001
30002         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
30003
30004 2013-01-23  David S. Miller  <davem@davemloft.net>
30005
30006         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
30007         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
30008         argument of CAS if possible.
30009         * sysdeps/sparc/sparc64/bits/atomic.h
30010         (__arch_compare_and_exchange_val_32_acq): Likewise.
30011         (__arch_compare_and_exchange_val_64_acq): Likewise.
30012
30013 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
30014
30015         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
30016         * sysdeps/posix/ulimit.c: ... this.
30017         Include <limits.h>.
30018         * sysdeps/unix/bsd/ulimit.c: Remove file.
30019
30020 2013-01-23  Adam Conrad  <adconrad@0c3.net>
30021
30022         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
30023         (LDFLAGS-tst-array5): Likewise.
30024
30025 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
30026
30027         [BZ #15036]
30028         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
30029         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
30030         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
30031         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
30032
30033 2013-01-21  David S. Miller  <davem@davemloft.net>
30034
30035         * sysdeps/sparc/backtrace.c: New file.
30036         * sysdeps/sparc/sparc32/backtrace.h: New file.
30037         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
30038         * sysdeps/sparc/sparc64/backtrace.h: New file.
30039         * sysdeps/sparc/sparc64/backtrace.c: Delete.
30040         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
30041         -funwind-tables.
30042
30043 2013-01-21  Andreas Schwab  <schwab@suse.de>
30044
30045         [BZ #15020]
30046         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
30047         closed its stdout.
30048
30049 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
30050
30051         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
30052         "mpa2.h".
30053         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30054
30055 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
30056             Mark Mitchell  <mark@codesourcery.com>
30057             Tom de Vries  <tom@codesourcery.com>
30058             Paul Pluzhnikov  <ppluzhnikov@google.com>
30059
30060         * debug/tst-backtrace2.c: New file.
30061         * debug/tst-backtrace3.c: Likewise.
30062         * debug/tst-backtrace4.c: Likewise.
30063         * debug/tst-backtrace5.c: Likewise.
30064         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
30065         (CFLAGS-tst-backtrace3.c): Likewise.
30066         (CFLAGS-tst-backtrace4.c): Likewise.
30067         (CFLAGS-tst-backtrace5.c): Likewise.
30068         (LDFLAGS-tst-backtrace2): Likewise.
30069         (LDFLAGS-tst-backtrace3): Likewise.
30070         (LDFLAGS-tst-backtrace4): Likewise.
30071         (LDFLAGS-tst-backtrace5): Likewise.
30072         (tests): Add new tests tst-backtrace2, tst-backtrace3,
30073         tst-backtrace4 and tst-backtrace5.
30074
30075 2013-01-18  Anton Blanchard  <anton@samba.org>
30076             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
30077
30078         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
30079         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
30080         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
30081         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
30082         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
30083         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
30084         "+r" and remove output regs list as redundant.  Add explicit inline
30085         asm to specify register of return val to work around compiler codegen
30086         bug.  Remove (int) cast on return value.  Add return type parameter to
30087         use in macro so that this macro does not truncate return value for
30088         64-bit values.
30089         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
30090         pass to INTERNAL_VSYSCALL_NCS.
30091         (INLINE_VSYSCALL): Add 'long int' as return type to
30092         INTERNAL_VSYSCALL_NCS macro invocation.
30093         (INTERNAL_VSYSCALL): Add 'long int' as return type to
30094         INTERNAL_VSYSCALL_NCS macro invocation.
30095         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30096
30097 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30098
30099         [BZ #14496]
30100         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
30101         Fix application of SIMD FP exception mask.
30102
30103         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
30104         mp_no from a power of two.
30105         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
30106         __mpexp_twomm1.  Use __pow_mp.
30107
30108         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
30109         multiplication.
30110
30111 2013-01-17  David S. Miller  <davem@davemloft.net>
30112
30113         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30114
30115 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30116
30117         [BZ #15023]
30118         * include/complex.h: Condition contents on [!_COMPLEX_H].
30119         (__kernel_casinhf): New prototype.
30120         (__kernel_casinh): Likewise.
30121         (__kernel_casinhl): Likewise.
30122         * math/Makefile (libm_calls): Add k_casinh.
30123         * math/k_casinh.c: New file.
30124         * math/k_casinhf.c: Likewise.
30125         * math/k_casinhl.c: Likewise.
30126         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
30127         finite nonzero arguments.
30128         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
30129         finite nonzero arguments.
30130         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
30131         finite nonzero arguments.
30132         * math/s_casinh.c: Do not include <float.h>.
30133         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
30134         * math/s_casinhf.c: Do not include <float.h>.
30135         (__casinhf): Move code for finite nonzero arguments to
30136         k_casinhf.c.
30137         * math/s_casinhl.c: Do not include <float.h>.
30138         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
30139         redefine.
30140         (__casinhl): Move code for finite nonzero arguments to
30141         k_casinhl.c.
30142         * math/libm-test.inc (cacos_test): Add more tests.
30143         * sysdeps/i386/fpu/libm-test-ulps: Update.
30144         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30145
30146 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
30147
30148         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
30149         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
30150         [!HAVE_MREMAP]: Remove [defined linux] case.
30151         * malloc/arena.c: Do not include <malloc-sysdep.h>.
30152
30153 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30154
30155         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
30156
30157 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
30158
30159         * elf/elf.h (R_386_SIZE32): New relocation.
30160         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
30161         R_386_SIZE32.
30162         (elf_machine_rela): Likewise.
30163         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
30164         R_X86_64_SIZE64 and R_X86_64_SIZE32.
30165
30166 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30167
30168         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
30169         (FP_FAST_FMA): Do not define.
30170         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
30171         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
30172         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
30173         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
30174         !_SOFT_FLOAT]: Likewise.
30175         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
30176         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
30177         value.
30178         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
30179         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
30180         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
30181         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
30182         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
30183         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
30184         file.
30185
30186 2013-01-16  Andreas Schwab  <schwab@suse.de>
30187
30188         [BZ #14327]
30189         * include/stdlib.h (__mktemp): Add declaration.
30190         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
30191         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
30192
30193 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30194
30195         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
30196         definitions.
30197         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30198         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
30199         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
30200         definitions here.
30201         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
30202         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
30203         definitions.
30204         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
30205         and ONE.
30206         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
30207         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
30208         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
30209         definitions.
30210         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
30211         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
30212         definitions.
30213         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30214
30215         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
30216
30217 2013-01-15  David S. Miller  <davem@davemloft.net>
30218
30219         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30220         trunc{,f} to libm-sysdep_routes.
30221         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30222         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
30223         file.
30224         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
30225         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
30226         file.
30227         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
30228         file.
30229         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
30230         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
30231         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
30232         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
30233         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
30234         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
30235         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
30236         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
30237
30238         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30239         nearbyint{,f} to libm-sysdep_routes.
30240         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30241         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
30242         New file.
30243         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
30244         file.
30245         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
30246         New file.
30247         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
30248         file.
30249         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
30250         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
30251         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
30252         file.
30253         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
30254         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
30255         file.
30256         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
30257         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
30258         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
30259
30260         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
30261         libc_feholdexcept and libc_fesetenv.
30262
30263 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
30264
30265         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
30266
30267 2013-01-14  David S. Miller  <davem@davemloft.net>
30268
30269         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
30270         (SPARC_ASM_VIS2_IFUNC): Likewise.
30271         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
30272         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
30273         use of 'siam' instruction.
30274         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
30275         Likewise.
30276         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
30277         Likewise.
30278         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
30279         Likewise.
30280         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
30281         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
30282         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
30283         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
30284         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
30285         file.
30286         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
30287         file.
30288         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
30289         file.
30290         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
30291         file.
30292         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
30293         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
30294         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
30295         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
30296         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
30297         new VIS2 routines.
30298         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
30299         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
30300         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
30301         Likewise.
30302         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
30303         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
30304         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
30305         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
30306         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
30307         routines to libm-sysdep_routines.
30308         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30309
30310         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30311         fdim/fdimf to libm-sysdep_routines.
30312         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
30313         file.
30314         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
30315         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
30316         file.
30317         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
30318         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
30319         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
30320         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
30321         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
30322         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
30323         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
30324
30325 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30326
30327         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
30328         to optimize copies.
30329
30330         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
30331         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30332         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30333
30334         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
30335         local variable MPTWO.
30336         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30337         Likewise.
30338
30339 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30340
30341         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
30342         GLOB_NOESCAPE.
30343
30344 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30345
30346         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
30347
30348 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30349
30350         * manual/pattern.texi (glob_t): Document gl_flags.
30351         (glob64_t): Likewise.
30352
30353 2013-01-11  David S. Miller  <davem@davemloft.net>
30354
30355         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
30356         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
30357         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
30358         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
30359         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
30360         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
30361         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
30362         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
30363         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
30364         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
30365         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
30366         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
30367         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
30368
30369         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30370         sparc V9 rather than using V8 code.
30371         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30372         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30373
30374         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
30375         Move to...
30376         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
30377         Here.
30378
30379 2013-01-11  Roland McGrath  <roland@hack.frob.com>
30380
30381         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
30382         not in the main loop.
30383         * configure: Regenerated.
30384
30385 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
30386
30387         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
30388         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
30389         to just #else.
30390         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
30391         [!__GLIBC_HAVE_LONG_LONG] case.
30392         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
30393         condition to just #else.
30394         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
30395         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
30396         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
30397         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
30398         unconditional.
30399         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
30400         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30401         #elif condition to just #else.
30402         * sysdeps/unix/sysv/linux/sys/sysmacros.h
30403         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
30404         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30405         #elif condition to just #else.
30406
30407 2013-01-11  Steve Ellcey  <sellcey@mips.com>
30408
30409         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
30410         (EF_MIPS_ARCH_64): Fix value.
30411         (EF_MIPS_ARCH_32R2): New.
30412         (EF_MIPS_ARCH_64R2): New.
30413
30414 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
30415
30416         * Makeconfig (+link-pie-before-libc): New.
30417         (+link-pie-after-libc): Likewise.
30418         (+link-pie-tests): Likewise.
30419         (+link-pie): Rewritten.
30420         (link-before-libc): Remove $(config-LDFLAGS).
30421         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
30422         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
30423         (config-LDFLAGS): Renamed to ...
30424         (rtld-LDFLAGS): This.
30425         (rtld-tests-LDFLAGS): New macro.
30426         (link-libc-rpath-link): Likewise.
30427         (link-libc-tests-rpath-link): Likewise.
30428         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
30429         (link-libc): Prepand $(link-libc-rpath-link).
30430         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
30431         (test-program-prefix): New macro.
30432         (test-via-rtld-prefix): Likewise.
30433         (test-program-cmd): Likewise.
30434         (host-test-program-cmd): Likewise.
30435         * Makefile ($(common-objpfx)testrun.sh): Replace
30436         $(run-program-prefix) with $(test-program-prefix).
30437         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
30438         $(rtld-LDFLAGS).
30439         ($(common-objpfx)shlib.lds): Likewise.
30440         (build-module-helper): Likewise.
30441         ($(common-objpfx)format.lds): Likewise.
30442         * Rules (binaries-pie-tests): New.
30443         (binaries-pie-notests): Likewise.
30444         (binaries-pie): Rewritten.
30445         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
30446         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
30447         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
30448         (make-test-out): Replace $(host-built-program-cmd) with
30449         $(host-test-program-cmd).
30450         * config.make.in (build-hardcoded-path-in-tests): New variable.
30451         * configure.in (--enable-hardcoded-path-in-tests): New configure
30452         option.
30453         (hardcoded_path_in_tests): New AC_SUBST.
30454         * configure: Regenerated.
30455         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
30456         $(built-program-cmd) with $(test-program-cmd).
30457         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
30458         (test_program_cmd): This.
30459         * elf/Makefile ($(objpfx)order.out): Run test with
30460         $(test-program-prefix).
30461         ($(objpfx)order2.out): Likewise.
30462         ($(objpfx)tst-initorder.out): Likewise.
30463         ($(objpfx)tst-initorder2.out): Likewise.
30464         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
30465         $(test-program-cmd).
30466         ($(objpfx)tst-array1-static.out): Likewise.
30467         ($(objpfx)tst-array2.out): Likewise.
30468         ($(objpfx)tst-array3.out): Likewise.
30469         ($(objpfx)tst-array4.out): Likewise.
30470         ($(objpfx)tst-array5.out): Likewise.
30471         ($(objpfx)tst-array5-static.out): Likewise.
30472         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
30473         $(test-program-cmd).
30474         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
30475         $(run-program-prefix) with $(test-program-prefix).
30476         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
30477         (test_program_prefix): This.
30478         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
30479         $(run-program-prefix) with $(test-program-prefix).
30480         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
30481         (test_program_prefix): This.
30482         * iconvdata/tst-tables.sh: Likewise.
30483         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
30484         $(run-program-prefix) with $(test-program-prefix).
30485         ($(objpfx)tst-translit.out): Likewise.
30486         ($(objpfx)tst-gettext2.out): Likewise.
30487         ($(objpfx)tst-gettext4.out): Likewise.
30488         ($(objpfx)tst-gettext6.out): Likewise.
30489         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
30490         (test_program_prefix): This.
30491         * intl/tst-gettext2.sh: Likewise.
30492         * intl/tst-gettext4.sh  Likewise.
30493         * intl/tst-gettext6.sh: Likewise.
30494         * intl/tst-translit.sh: Likewise.
30495         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
30496         with $(test-program-cmd).
30497         * libio/Makefile ($(objpfx)test-freopen.out): Replace
30498         $(run-program-prefix) with $(test-program-prefix).
30499         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
30500         (test_program_prefix): This.
30501         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
30502         $(run-program-prefix) with $(test-program-prefix).
30503         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
30504         (test_program_prefix): This.
30505         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
30506         * posix/Makefile ($(objpfx)globtest.out): Replace
30507         $(run-via-rtld-prefix) and $(test-wrapper) with
30508         $(test-program-prefix) and $(test-via-rtld-prefix).
30509         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
30510         $(test-program-prefix).
30511         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
30512         $(host-test-program-cmd).
30513         (tst-spawn-ARGS): Likewise.
30514         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
30515         $(test-program-prefix).
30516         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
30517         (test_via_rtld_prefix): This.
30518         (test_wrapper): Renamed to ...
30519         (test_program_prefix): This.
30520         (run_program_prefix): Replaced by test_program_prefix.
30521         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
30522         (test_program_prefix): This.
30523         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
30524         with $(host-test-program-cmd).
30525         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
30526         $(run-program-prefix) with $(test-program-prefix).
30527         ($(objpfx)tst-printf.out): Likewise.
30528         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
30529         $(test-program-cmd).
30530         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
30531         (test_program_prefix): This.
30532         * stdio-common/tst-unbputc.sh: Likewise.
30533         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
30534         $(run-program-prefix) with $(test-program-prefix).
30535         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
30536         (test_program_prefix): This.
30537         * string/Makefile ($(objpfx)tst-svc.out):  Replace
30538         $(built-program-cmd) with $(test-program-cmd).
30539
30540 2013-01-11  Andreas Jaeger  <aj@suse.de>
30541
30542         [BZ #15003]
30543         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
30544         value. Sync with Linux 3.7.
30545
30546 2013-01-10  David S. Miller  <davem@davemloft.net>
30547
30548         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
30549         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30550         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30551
30552 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30553
30554         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
30555         never set.
30556         * configure: Regenerated.
30557
30558 2013-01-10  David S. Miller  <davem@davemloft.net>
30559
30560         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30561         sparc V9 rather than using V8 code.
30562         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30563         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30564
30565 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30566
30567         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
30568         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
30569         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
30570         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
30571         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
30572         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
30573         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
30574         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
30575         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
30576         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
30577         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
30578         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
30579         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
30580         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
30581         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
30582         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
30583         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
30584         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
30585         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
30586         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
30587         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
30588         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
30589         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
30590         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
30591         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
30592         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
30593         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
30594
30595 2013-01-10  David S. Miller  <davem@davemloft.net>
30596
30597         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30598
30599 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30600
30601         * posix/Makefile (tests-static): New variable.
30602         (tests): Add $(tests-static).
30603         (tst-exec-static-ARGS): New variable.
30604         (tst-spawn-static-ARGS): Likewise.
30605         * posix/tst-exec-static.c: New file.
30606         * posix/tst-spawn-static.c: Likewise.
30607         * posix/tst-exec.c: Support run directly.
30608         * posix/tst-spawn.c: Likewise.
30609
30610 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
30611
30612         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30613         long.
30614         * math/bits/mathcalls.h (llrint): Likewise.
30615         (llround): Likewise.
30616         * stdlib/stdlib.h (struct drand48_data): Likewise.
30617         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30618         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30619         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30620         Likewise.
30621         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30622         Likewise.
30623         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30624         (elf_greg_t): Likewise.
30625         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30626         (__jmp_buf): Likewise.
30627         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30628         definitions.
30629         (llrint): Likewise, for all definitions.
30630         (llrintl): Likewise.
30631
30632         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30633         Remove [__GNUC__] condition.
30634         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30635         condition to just [__USE_ISOC99].
30636         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30637
30638 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30639
30640         [BZ #14200]
30641         * sysdeps/unix/sysv/linux/x86/bits/environments.h
30642         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30643         defined.
30644         (_POSIX_V6_ILP32_OFF32): Likewise.
30645         (_XBS5_ILP32_OFF32): Likewise.
30646         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30647         (__ILP32_OFFBIG_LDFLAGS): Likewise.
30648
30649 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30650
30651         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30652
30653         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30654         doubles __mpexp_twomm1.  Adjust usage.
30655         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30656         Remove.
30657
30658 2013-01-10  Andreas Schwab  <schwab@suse.de>
30659
30660         [BZ #14964]
30661         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30662         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30663
30664 2013-01-09  David S. Miller  <davem@davemloft.net>
30665
30666         [BZ #15003]
30667         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30668         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30669         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30670         (TCP_FASTOPEN): Define.
30671         (tcp_repair_opt): New structure.
30672         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30673         enum values.
30674         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30675         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30676         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
30677         (tcp_cookie_transactions): New structure.
30678
30679 2013-01-09  Anton Blanchard  <anton@samba.org>
30680
30681         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30682         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30683         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30684         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30685
30686 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
30687
30688         * include/features.h (__USE_ANSI): Remove.
30689
30690 2013-01-09  Roland McGrath  <roland@hack.frob.com>
30691
30692         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30693
30694         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30695
30696 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
30697
30698         * sysdeps/s390/fpu/libm-test-ulps: Update.
30699
30700         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30701
30702         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30703         (__acr): Likewise.
30704         (__cpy): Likewise.
30705         (norm): Likewise.
30706         (denorm): Likewise.
30707         (__mp_dbl): Likewise.
30708         (__dbl_mp): Likewise.
30709         (add_magnitudes): Likewise.
30710         (sub_magnitudes): Likewise.
30711         (__add): Likewise.
30712         (__sub): Likewise.
30713         (__mul): Likewise.
30714         (__inv): Likewise.
30715         (__dvd): Likewise.
30716         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30717         (__acr): Likewise.
30718         (__cpy): Likewise.
30719         (norm): Likewise.
30720         (denorm): Likewise.
30721         (__mp_dbl): Likewise.
30722         (__dbl_mp): Likewise.
30723         (add_magnitudes): Likewise.
30724         (sub_magnitudes): Likewise.
30725         (__add): Likewise.
30726         (__sub): Likewise.
30727         (__mul): Likewise.
30728         (__inv): Likewise.
30729         (__dvd): Likewise.
30730         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30731         (__acr): Likewise.
30732         (__cpy): Likewise.
30733         (norm): Likewise.
30734         (denorm): Likewise.
30735         (__mp_dbl): Likewise.
30736         (__dbl_mp): Likewise.
30737         (add_magnitudes): Likewise.
30738         (sub_magnitudes): Likewise.
30739         (__add): Likewise.
30740         (__sub): Likewise.
30741         (__mul): Likewise.
30742         (__inv): Likewise.
30743         (__dvd): Likewise.
30744
30745 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
30746
30747         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30748         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30749         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30750         2 && __USE_EXTERN_INLINES]: Likewise.
30751
30752 2013-01-08  Andreas Jaeger  <aj@suse.de>
30753
30754         [BZ# 14985]
30755         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30756         Remove.
30757         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30758         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30759
30760 2013-01-07  Anton Blanchard  <anton@samba.org>
30761
30762         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30763         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30764         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30765         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30766         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30767         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30768         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30769         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30770         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30771         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30772         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30773         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30774         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30775         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30776         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30777         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30778         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30779         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30780         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30781         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30782         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30783         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30784         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30785         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30786         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30787         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30788         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30789         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30790         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30791         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30792         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30793         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30794         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30795         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30796         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30797         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30798         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30799         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30800         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30801         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30802         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30803         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30804         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30805
30806 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
30807
30808         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30809         (__MALLOC_PMT): Likewise.
30810         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30811         [__GNUC__], only on [_LIBC].
30812         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30813         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30814         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30815         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30816         forward declaration.
30817         (realloc_hook_ini): Likewise.
30818         (memalign_hook_ini): Likewise.
30819         (__libc_memalign): Do not use __MALLOC_PMT in variable
30820         declaration.
30821         (__libc_valloc): Likewise.
30822         (__libc_pvalloc): Likewise.
30823         (__libc_calloc): Likewise.
30824         (__posix_memalign): Likewise.
30825
30826         [BZ #14996]
30827         * math/s_casinh.c: Include <float.h>.
30828         (__casinh): Do not do computation with squaring and square root
30829         for large arguments.
30830         * math/s_casinhf.c: Include <float.h>.
30831         (__casinhf): Do not do computation with squaring and square root
30832         for large arguments.
30833         * math/s_casinhl.c: Include <float.h>.
30834         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30835         (__casinhl): Do not do computation with squaring and square root
30836         for large arguments.
30837         * math/libm-test.inc (casin_test): Add more tests.
30838         (casinh_test): Likewise.
30839         * sysdeps/i386/fpu/libm-test-ulps: Update.
30840         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30841
30842 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30843
30844         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30845         (__x86_64_raw_data_cache_size): Likewise.
30846         (__x86_64_data_cache_size_half): Likewise.
30847         (__x86_64_raw_data_cache_size_half): Likewise.
30848         (__x86_64_shared_cache_size): Likewise.
30849         (__x86_64_raw_shared_cache_size): Likewise.
30850         (__x86_64_shared_cache_size_half): Likewise.
30851         (__x86_64_raw_shared_cache_size_half): Likewise.
30852         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30853         to ...
30854         (__x86_data_cache_size): This.
30855         (__x86_64_raw_data_cache_size): Renamed to ...
30856         (__x86_raw_data_cache_size): This.
30857         (__x86_64_data_cache_size_half): Renamed to ...
30858         (__x86_data_cache_size_half): This.
30859         (__x86_64_raw_data_cache_size_half): Renamed to ...
30860         (__x86_raw_data_cache_size_half): This.
30861         (__x86_64_shared_cache_size): Renamed to ...
30862         (__x86_shared_cache_size): This.
30863         (__x86_64_raw_shared_cache_size): Renamed to ...
30864         (__x86_raw_shared_cache_size): This.
30865         (__x86_64_shared_cache_size_half): Renamed to ...
30866         (__x86_shared_cache_size_half): This.
30867         (__x86_64_raw_shared_cache_size_half): Renamed to ...
30868         (__x86_raw_shared_cache_size_half): This.
30869         * sysdeps/x86_64/memcpy.S: Updated.
30870         * sysdeps/x86_64/memset.S: Likewise.
30871         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30872         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30873         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30874
30875 2013-01-04  David S. Miller  <davem@davemloft.net>
30876
30877         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30878
30879 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
30880
30881         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30882         1 to avoid redefinition warning.
30883         (__USE_GNU): Don't define.
30884         (init_signaling_nan): Protoize.
30885
30886         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30887
30888 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30889
30890         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30891         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30892         (__cpymn): Likewise.
30893         (norm): Remove commented code.
30894         (denorm): Likewise.
30895         (__mp_dbl): Likewise.
30896         (__inv): Likewise.
30897         * sysdeps/powerpc/powerpc64/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
30904         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30905         mp_no value for 1.0 and 2.0.
30906         (norm): Use RADIXI instead of radixi.d.
30907         (denorm): Likewise.
30908         (__mul): Use 0.0 instead of zero.d.
30909         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30910         mp_no value for 1.0 and 2.0.
30911         (norm): Use RADIXI instead of radixi.d.
30912         (denorm): Likewise.
30913         (__mul): Use 0.0 instead of zero.d.
30914
30915 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30916
30917         [BZ #14994]
30918         * math/s_casinh.c (__casinh): Reduce finite argument to first
30919         quadrant then set signs of results at the end.
30920         * math/s_casinhf.c (__casinhf): Likewise.
30921         * math/s_casinhl.c (__casinhl): Likewise.
30922         * math/libm-test.inc (casin_test): Add more tests.
30923         (casinh_test): Likewise.
30924         * sysdeps/i386/fpu/libm-test-ulps: Update.
30925         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30926
30927 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30928
30929         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30930
30931         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30932
30933         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30934         declarations.
30935         (denorm): Likewise.
30936         (__mp_dbl): Likewise.
30937         (__inv): Likewise.
30938
30939         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30940         and adjust the header comment.
30941
30942         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30943         variable name from declaration.
30944
30945 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30946
30947         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30948         Initialize COMMON_CPUID_INDEX_7 element.
30949         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30950         (CPUID_RTM): Likewise.
30951         (HAS_RTM): Likewise.
30952         (COMMON_CPUID_INDEX_7): New enum.
30953
30954 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30955
30956         [BZ #14981]
30957         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30958         size is zero, record memory as freed.
30959
30960 2013-01-03  Andreas Jaeger  <aj@suse.de>
30961
30962         * po/ia.po: Add new Interlingua translation.
30963
30964 2012-01-03  Allan McRae  <allan@archlinux.org>
30965
30966         * locale/programs/localedef.c: Fix description of '--posix' flag.
30967
30968 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
30969
30970         * NEWS: Update dates in second copyright notice.
30971         * README: Update copyright dates in example.
30972         * manual/libc.texinfo: Update copyright dates.
30973         * scripts/test-installation.pl: Update copyright date in --version
30974         output.
30975
30976         * hurd/ctty-input.c: Fix copyright notice formatting.
30977         * hurd/ctty-output.c: Likewise.
30978         * hurd/dtable.c: Likewise.
30979         * hurd/hurd-raise.c: Likewise.
30980         * hurd/hurdprio.c: Likewise.
30981         * hurd/msgportdemux.c: Likewise.
30982         * misc/sys/file.h: Likewise.
30983         * misc/sys/ioctl.h: Likewise.
30984         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30985         * sysdeps/mach/hurd/chdir.c: Likewise.
30986         * sysdeps/mach/hurd/fchdir.c: Likewise.
30987         * sysdeps/mach/hurd/rename.c: Likewise.
30988         * sysdeps/mach/hurd/rmdir.c: Likewise.
30989         * sysdeps/mach/hurd/seekdir.c: Likewise.
30990         * sysdeps/mach/hurd/setsid.c: Likewise.
30991         * sysdeps/posix/wait3.c: Likewise.
30992
30993         * All files with FSF copyright notices: Update copyright dates
30994         using scripts/update-copyrights.
30995         * intl/plural.c: Regenerated.
30996         * locale/programs/charmap-kw.h: Likewise.
30997         * locale/programs/locfile-kw.h: Likewise.
30998
30999 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
31000
31001         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
31002         four values.
31003
31004         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
31005         calculation loop and add branch prediction.
31006
31007         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
31008         check access beyond bounds of m1np.
31009
31010         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31011         MPTWO.
31012         (__inv): Remove local variable MPTWO to use the global
31013         constant.
31014         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
31015         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31016         variable MPTWO.
31017         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
31018         MP3HALFS static const.
31019
31020 2013-01-01  David S. Miller  <davem@davemloft.net>
31021
31022         * po/ca.po: Update from translation team.
31023
31024 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
31025
31026         * scripts/update-copyrights: New file.
31027         * Makeconfig: Reformat copyright notice.
31028         * ctype/ctype.h: Likewise.
31029         * debug/swprintf_chk.c: Likewise.
31030         * elf/dl-cache.c: Likewise.
31031         * elf/dl-debug.c: Likewise.
31032         * elf/dl-object.c: Likewise.
31033         * grp/initgroups.c: Likewise.
31034         * hurd/Makefile: Likewise.
31035         * hurd/hurd/signal.h: Likewise.
31036         * hurd/hurdfault.c: Likewise.
31037         * hurd/hurdioctl.c: Likewise.
31038         * hurd/hurdlookup.c: Likewise.
31039         * hurd/intr-msg.c: Likewise.
31040         * iconv/gconv_open.c: Likewise.
31041         * libio/swprintf.c: Likewise.
31042         * locale/lc-ctype.c: Likewise.
31043         * locale/nl_langinfo.c: Likewise.
31044         * mach/Machrules: Likewise.
31045         * mach/Makefile: Likewise.
31046         * malloc/obstack.h: Likewise.
31047         * manual/Makefile: Likewise.
31048         * manual/tsort.awk: Likewise.
31049         * misc/bits/stab.def: Likewise.
31050         * nis/nis_print_group_entry.c: Likewise.
31051         * nis/nis_table.c: Likewise.
31052         * nis/nss_compat/compat-pwd.c: Likewise.
31053         * nis/nss_compat/compat-spwd.c: Likewise.
31054         * po/Makefile: Likewise.
31055         * posix/fnmatch.c: Likewise.
31056         * posix/regex.h: Likewise.
31057         * resolv/Makefile: Likewise.
31058         * resolv/nss_dns/dns-network.c: Likewise.
31059         * resolv/res_hconf.c: Likewise.
31060         * scripts/gen-sorted.awk: Likewise.
31061         * soft-fp/soft-fp.h: Likewise.
31062         * stdio-common/printf.h: Likewise.
31063         * stdlib/monetary.h: Likewise.
31064         * stdlib/random.c: Likewise.
31065         * stdlib/random_r.c: Likewise.
31066         * sysdeps/generic/Makefile: Likewise.
31067         * sysdeps/gnu/Makefile: Likewise.
31068         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
31069         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
31070         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
31071         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
31072         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
31073         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
31074         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
31075         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
31076         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
31077         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
31078         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
31079         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
31080         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
31081         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
31082         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
31083         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
31084         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
31085         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
31086         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
31087         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
31088         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
31089         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
31090         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
31091         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
31092         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
31093         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
31094         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
31095         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
31096         * sysdeps/mach/hurd/errnos.awk: Likewise.
31097         * sysdeps/mach/hurd/fork.c: Likewise.
31098         * sysdeps/mach/hurd/getcwd.c: Likewise.
31099         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
31100         * sysdeps/mach/hurd/mmap.c: Likewise.
31101         * sysdeps/mach/hurd/utimes.c: Likewise.
31102         * sysdeps/mach/hurd/xmknod.c: Likewise.
31103         * sysdeps/posix/profil.c: Likewise.
31104         * sysdeps/posix/readdir_r.c: Likewise.
31105         * sysdeps/powerpc/bits/mathdef.h: Likewise.
31106         * sysdeps/powerpc/bits/setjmp.h: Likewise.
31107         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
31108         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
31109         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
31110         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
31111         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
31112         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
31113         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31114         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
31115         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
31116         * sysdeps/pthread/lio_listio.c: Likewise.
31117         * sysdeps/sparc/dl-procinfo.h: Likewise.
31118         * sysdeps/unix/i386/sysdep.S: Likewise.
31119         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
31120         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
31121         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
31122         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
31123         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
31124         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
31125         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
31126         * sysdeps/unix/sysv/linux/speed.c: Likewise.
31127         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
31128         * sysdeps/wordsize-32/divdi3.c: Likewise.
31129         * time/sys/time.h: Likewise.
31130         * wcsmbs/Makefile: Likewise.
31131
31132 2013-01-01  David S. Miller  <davem@davemloft.net>
31133
31134         * po/fr.po: Update from translation team.
31135
31136         * catgets/gencat.c: Update copyright year.
31137         * csu/version.c: Likewise.
31138         * debug/catchsegv.sh: Likewise.
31139         * debug/pcprofiledump.c: Likewise.
31140         * debug/xtrace.sh: Likewise.
31141         * elf/ldconfig.c: Likewise.
31142         * elf/ldd.bash.in: Likewise.
31143         * elf/pldd.c: Likewise.
31144         * elf/sotruss.ksh: Likewise.
31145         * elf/sprof.c: Likewise.
31146         * iconv/iconv_prog.c: Likewise.
31147         * iconv/iconvconfig.c: Likewise.
31148         * locale/programs/locale.c: Likewise.
31149         * locale/programs/localedef.c: Likewise.
31150         * login/programs/pt_chown.c: Likewise.
31151         * malloc/memusage.sh: Likewise.
31152         * malloc/memusagestat.c: Likewise.
31153         * malloc/mtrace.pl: Likewise.
31154         * nscd/nscd.c: Likewise.
31155         * nss/getent.c: Likewise.
31156         * nss/makedb.c: Likewise.
31157         * posix/getconf.c: Likewise.
31158
31159 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
31160
31161         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
31162         numbers.
31163
31164 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
31165
31166         * math/bits/mathcalls.h (modf): Use __nonnull.
31167
31168 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31169
31170         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
31171         (split): Use macro CN instead of the bare value.
31172         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
31173         could be used.
31174         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
31175         instead of the bare value.
31176         (power1): Likewise.
31177
31178 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31179
31180         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
31181         __ATAN_TWOM.
31182         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31183
31184         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
31185         their values.
31186         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
31187         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31188         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
31189         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
31190
31191 2012-12-28  Andreas Jaeger  <aj@suse.de>
31192
31193         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
31194         values are from Linux 3.7.
31195
31196         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
31197         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
31198
31199 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31200
31201         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
31202         TRUE case.
31203
31204         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
31205         (norm): Likewise.
31206         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
31207         variables with preprocessor constants.
31208         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31209         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
31210         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
31211
31212 2012-12-27  Bruno Haible  <bruno@clisp.org>
31213
31214         [BZ #14317]
31215         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
31216         only if needed.
31217
31218 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31219
31220         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
31221         and use variable directly.
31222         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
31223
31224         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31225         MPONE.
31226         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
31227         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31228         variable MPONE.
31229         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31230         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
31231         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
31232         include directive.  Remove local variable MPONE.
31233         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
31234         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
31235         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31236
31237 2012-12-25  David S. Miller  <davem@davemloft.net>
31238
31239         * version.h (RELEASE): Set to "development".
31240         (VERSION): Set to "2.17.90".
31241         * NEWS: Add 2.18 section.
31242
31243 2012-12-21  David S. Miller  <davem@davemloft.net>
31244
31245         * po/hr.po: Update from translation team.
31246
31247 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31248
31249         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
31250
31251 2012-12-19  Steve Ellcey  <sellcey@mips.com>
31252
31253         * NEWS:  Mention new memcpy for MIPS.
31254
31255 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31256
31257         * manual/contrib.texi (Contributors): Spelling correction.
31258
31259 2012-12-15  David S. Miller  <davem@davemloft.net>
31260
31261         * po/ru.po: Update from translation team.
31262
31263 2012-12-13  David S. Miller  <davem@davemloft.net>
31264
31265         * NEWS: Mention IFUNC testsuite enhancements.
31266
31267         * po/pl.po: Update from translation team.
31268         * po/bg.po: Likewise.
31269
31270         * manual/contrib.texi (Contributors): Update entries for Hongjiu
31271         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
31272
31273 2012-12-11  David S. Miller  <davem@davemloft.net>
31274
31275         * po/sv.po: Update from translation team.
31276
31277         * po/vi.po: Update from translation team.
31278
31279         * po/cs.po: Update from translation team.
31280
31281         * po/de.po: Update from translation team.
31282         * po/eo.po: Likewise.
31283         * po/nl.po: Likewise.
31284
31285 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
31286
31287         [BZ #14246]
31288         * manual/argp.texi (Argp Helper Functions): Move node to follow
31289         Argp Parsing State.
31290
31291         [BZ #14872]
31292         * manual/conf.texi (Limits on File System Capacity): Mention if
31293         terminating null is included in the max size.
31294
31295 2012-12-10  Andreas Jaeger  <aj@suse.de>
31296
31297         * po/cs.po: Update from translation team.
31298
31299 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31300
31301         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
31302         void pointer and cast to uintptr_t.
31303         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
31304         path.
31305         * sysdeps/s390/s390-64/memcpy.S: Likewise.
31306         * sysdeps/s390/s390-64/memset.S: Likewise.
31307
31308 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
31309
31310         [BZ #14833]
31311         * menual/message.texi (Message Translation): Fix typos.
31312         (Helper programs for gettext): Likewise.
31313
31314 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
31315
31316         [BZ #14898]
31317         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
31318         Change to -1.
31319
31320 2012-12-07  David S. Miller  <davem@davemloft.net>
31321
31322         * po/libc.pot: Update.
31323
31324 2012-12-07  Richard Henderson  <rth@redhat.com>
31325
31326         [BZ #10114]
31327         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
31328         normal/normal case to before the switch.
31329         (_FP_DIV): Likewise.
31330
31331 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
31332             Mike Frysinger  <vapier@gentoo.org>
31333
31334         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
31335         check for __NR_fadvise64_64.
31336
31337 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
31338
31339         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
31340         0, not just to plain "0" as a statement.
31341         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
31342         with cw.
31343
31344 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
31345
31346         * NEWS: Use sourceware.org in Bugzilla URL.
31347
31348 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
31349
31350         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
31351         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31352
31353         * stdio-common/tst-put-error.c (do_test): Add newline to the
31354         padded test to ensure flush.
31355
31356 2012-12-05  Jeff Law  <law@redhat.com>
31357
31358         * sunrpc/etc.rpc (fedfs_admin): Add entry.
31359
31360 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
31361
31362         * README: Don't refer to ports add-on as distributed separately.
31363         Mention AArch64 in list of systems supported in the ports add-on.
31364
31365         * LICENSES: Add more non-FSF copyright and license notices.
31366
31367         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
31368         ((unused)).
31369
31370         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
31371
31372         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
31373         10000 as width of padded output.
31374
31375 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31376
31377         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
31378
31379         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
31380         variable LX with __attribute__ ((unused)).
31381         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
31382         Likewise.
31383         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
31384         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
31385         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
31386         with __attribute__ ((unused)).
31387
31388 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
31389
31390         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
31391
31392 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31393
31394         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
31395         (CFLAGS-nldbl-acos.c): New variable.
31396         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
31397         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
31398         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
31399         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
31400         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
31401         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
31402         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
31403         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
31404         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
31405         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
31406         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
31407         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
31408         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
31409         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
31410         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
31411         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
31412         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
31413         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
31414         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
31415         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
31416         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
31417         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
31418         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
31419         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
31420         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
31421         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
31422         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
31423         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
31424         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
31425         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
31426         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
31427         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
31428         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
31429         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
31430         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
31431         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
31432         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
31433         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
31434         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
31435         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
31436         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
31437         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
31438         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
31439         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
31440         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
31441         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
31442         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
31443         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
31444         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
31445         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
31446         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
31447         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
31448         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
31449         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
31450         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
31451         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
31452         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
31453         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
31454         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
31455         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
31456         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
31457         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
31458         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
31459         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
31460         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
31461         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
31462         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
31463         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
31464         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
31465         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
31466         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
31467         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
31468         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
31469         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
31470         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
31471         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
31472         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
31473         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
31474         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
31475         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
31476         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
31477         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
31478         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
31479         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
31480         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
31481         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
31482         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
31483         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
31484         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
31485         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
31486         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
31487         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
31488         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
31489         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
31490         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
31491         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
31492         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
31493
31494         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31495         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31496
31497         [BZ #14914]
31498         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
31499         whole low double instead of just low 47 bits when splitting values
31500         into two parts.
31501
31502 2012-12-03  Allan McRae  <allan@archlinux.org>
31503
31504         * manual/stdio.texi (Predefined Printf Handlers): Remove
31505         @hsep and @vsep usage.
31506
31507 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
31508
31509         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
31510         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
31511
31512 2012-12-03  Jeff Law  <law@redhat.com>
31513
31514         * time/sys/time.h (settimeofday): Do not mark TV argument
31515         as __nonnull.
31516
31517 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
31518
31519         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
31520         when currently writing and seek to current position when not.
31521         * libio/Makefile (tests): Remove bug-fclose1.
31522         * libio/bug-fclose1.c: Delete.
31523
31524 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
31525
31526         * manual/arith.texi (feenableexcept): Fix typo.
31527         (fedisableexcept): Likewise.
31528
31529 2012-11-30  Roland McGrath  <roland@hack.frob.com>
31530
31531         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
31532         second, differently-typed declaration, rather than a cast.
31533
31534 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
31535
31536         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
31537         * include/rpc/svc.h: ... here.
31538
31539 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
31540
31541         [BZ #13013]
31542         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
31543         depending n and resplen2 to catch cases where answer
31544         equals answerp2.
31545
31546 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
31547
31548         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
31549         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
31550
31551 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
31552
31553         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
31554
31555 2012-11-29  Roland McGrath  <roland@hack.frob.com>
31556
31557         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
31558
31559 2012-11-28  Jeff Law  <law@redhat.com>
31560
31561         [BZ #13761]
31562         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
31563         dataset_temporary.  Track alloca usage into alloca_used.
31564         If dataset is large allocate and release it via malloc/free.
31565
31566 2012-06-04  Florian Weimer  <fweimer@redhat.com>
31567
31568         [BZ #14197]
31569         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
31570
31571 2012-11-28  David S. Miller  <davem@davemloft.net>
31572
31573         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31574
31575 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31576
31577         [BZ #14803]
31578         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
31579         of pi/2 rounded to nearest to 64 bits.
31580         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
31581         nearest to 64 bits.
31582         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
31583         bits.
31584
31585 2012-11-28  Jeff Law <law@redhat.com>
31586             Martin Osvald <mosvald@redhat.com>
31587
31588         [BZ #14889]
31589         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
31590         * sunrpc/svc.c: Include time.h.
31591         (__svc_accept_failed): New function.
31592         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
31593         any reason other than EINTR, call __svc_accept_failed.
31594         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
31595         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
31596
31597 2012-11-28  Andreas Schwab  <schwab@suse.de>
31598
31599         * scripts/abilist.awk: Also handle indirect functions in .opd
31600         section.
31601
31602 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31603
31604         [BZ #13881]
31605         * sysdeps/x86/fpu/powl_helper.c: New file.
31606         * sysdeps/x86/fpu/Makefile: Likewise.
31607         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
31608         (p3): New object.
31609         (__ieee754_powl): Use __powl_helper for finite arguments except
31610         integer exponents below 8.
31611         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31612         (p3): New object.
31613         (__ieee754_powl): Use __powl_helper for finite arguments except
31614         integer exponents below 8.
31615         * math/libm-test.inc (pow_test): Add more tests and enable some
31616         previously disabled tests.
31617         * sysdeps/i386/fpu/libm-test-ulps: Update.
31618         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31619
31620 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31621             Carlos O'Donell  <carlos_odonell@mentor.com>
31622
31623         * nss/makedb.c (is_prime): Assert that input is odd and greater
31624         than 4.  Note that fact in a comment too.
31625         (next_prime): Add 4 to input.
31626
31627 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31628
31629         [BZ #11741]
31630         * libio/Makefile (tests): Add test case tst-fwrite-error.
31631         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31632         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31633         * libio/tst-fwrite-error.c: New test case.
31634
31635 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
31636
31637         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31638         before casting to void *.
31639         * include/libc-internal.h (__pointer_type): New macro.
31640         (__integer_if_pointer_type_sub): Likewise.
31641         (__integer_if_pointer_type): Likewise.
31642         (cast_to_integer): Likewise.
31643         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31644         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31645         before casting to atomic64_t.
31646         (atomic_exchange_acq): Likewise.
31647         (__arch_exchange_and_add_body): Likewise.
31648         (__arch_add_body): Likewise.
31649         (atomic_add_negative): Likewise.
31650         (atomic_add_zero): Likewise.
31651
31652 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
31653
31654         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31655         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31656         (add_fdes): Likewise.
31657         (linear_search_fdes): Likewise.
31658         (binary_search_unencoded_fdes): Likewise.
31659
31660 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
31661
31662         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31663
31664 2012-11-24  Adam Conrad  <adconrad@0c3.net>
31665
31666         * configure.in: Autodetect C++ header directories.
31667         * configure: Regenerated.
31668
31669 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
31670
31671         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31672
31673 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
31674
31675         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31676
31677 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
31678
31679         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31680         LDBL_MANT_DIG == 106]: Disable some tests.
31681         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31682         Likewise.
31683         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31684         Likewise.
31685
31686         [BZ #14871]
31687         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31688         input for small inputs.  Return +/- pi/2 for large inputs.
31689         * math/libm-test.inc (atan_test): Add more tests.
31690
31691         * sysdeps/generic/unwind-dw2-fde-glibc.c
31692         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31693         __attribute__ ((unused)).
31694
31695         [BZ #14645]
31696         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31697         x * y if x and y are nonzero and z is zero.
31698
31699         [BZ #14811]
31700         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31701         nonzero exponents with absolute value below 0x1p-117 to +/-
31702         0x1p-117.
31703
31704         [BZ #14869]
31705         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31706         up arguments below 2**-450, not just those below 2**-500.
31707         * math/libm-test.inc (hypot_test): Add another test.
31708
31709         [BZ #14868]
31710         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31711         Return a+b for ratio over 2**120, not 2**60.
31712         * math/libm-test.inc (hypot_test): Add another test.
31713
31714         * math/libm-test.inc (clog_test): Use
31715         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31716         (clog10_test): Likewise.
31717
31718         [BZ #6778]
31719         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31720
31721 2012-11-22  Andreas Schwab  <schwab@suse.de>
31722
31723         * sysdeps/i386/fpu/libm-test-ulps: Update.
31724
31725 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
31726
31727         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31728         printf output with newline.
31729
31730 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
31731
31732         [BZ #14865]
31733         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31734         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31735         -z nodlopen, -z initfirst and -z execstack support.
31736         * configure: Regenerated.
31737
31738         * elf/elf.h (DF_1_NODIRECT): New macro.
31739         (DF_1_IGNMULDEF): Likewise.
31740         (DF_1_NOKSYMS): Likewise.
31741         (DF_1_NOHDR): Likewise.
31742         (DF_1_EDITED): Likewise.
31743         (DF_1_NORELOC): Likewise.
31744         (DF_1_SYMINTPOSE): Likewise.
31745         (DF_1_GLOBAUDIT): Likewise.
31746         (DF_1_SINGLETON): Likewise.
31747         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31748         DT_1_SUPPORTED_MASK bits.
31749         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31750
31751 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
31752
31753         * sysdeps/unix/make-syscalls.sh: Document prefixes.
31754
31755 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
31756
31757         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31758         macro.
31759
31760         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31761         (sendmmsg): Move declarations...
31762         * socket/sys/socket.h: ... here.
31763         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31764         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31765         include it from...
31766         * socket/recvmmsg.c: ... this new file.
31767         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31768         (sendmmsg): Rename to __sendmmsg, create weak alias and make
31769         definition of __sendmmsg hidden.
31770         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31771         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31772         Move ENOSYS stub into and include it from...
31773         * socket/sendmmsg.c: ... this new file.
31774         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31775         (sysdep_routines): Move recvmmsg and sendmmsg...
31776         * socket/Makefile (routines): ... here.
31777         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31778         (GLIBC_PRIVATE): Add __sendmmsg.
31779         * include/sys/socket.h (__sendmmsg): Add declarations.
31780         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31781         sendmmsg.
31782
31783 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
31784
31785         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31786         variable I1 with __attribute__ ((unused)).
31787         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31788
31789 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31790
31791         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31792         DUMMY variables with __attribute__ ((unused)).
31793
31794         * bits/byteswap.h: Include <bits/types.h>.
31795         (__bswap_64): Use __uint64_t instead of unsigned long long int.
31796
31797 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31798
31799         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31800         string_t.  Do not manually set errno.
31801         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31802         length with __strnlen.  Make sure to both set errno and return it on
31803         failure.
31804
31805 2012-11-19  David S. Miller  <davem@davemloft.net>
31806
31807         With help from Joseph Myers.
31808         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31809         very large arguments properly.
31810         * math/libm-test.inc (atan_test): New tests.
31811         (atan2_test): New tests.
31812         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31813         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31814
31815 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31816
31817         [BZ #14856]
31818         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31819         Define to 3.
31820
31821         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31822         [POSIX] (EADDRNOTAVAIL): Likewise.
31823         [POSIX] (EAFNOSUPPORT): Likewise.
31824         [POSIX] (EALREADY): Likewise.
31825         [POSIX] (ECONNABORTED): Likewise.
31826         [POSIX] (ECONNREFUSED): Likewise.
31827         [POSIX] (ECONNRESET): Likewise.
31828         [POSIX] (EDESTADDRREQ): Likewise.
31829         [POSIX] (EDQUOT): Likewise.
31830         [POSIX] (EHOSTUNREACH): Likewise.
31831         [POSIX] (EIDRM): Likewise.
31832         [POSIX] (EISCONN): Likewise.
31833         [POSIX] (ELOOP): Likewise.
31834         [POSIX] (EMULTIHOP): Likewise.
31835         [POSIX] (ENETDOWN): Likewise.
31836         [POSIX] (ENETUNREACH): Likewise.
31837         [POSIX] (ENOBUFS): Likewise.
31838         [POSIX] (ENODATA): Likewise.
31839         [POSIX] (ENOLINK): Likewise.
31840         [POSIX] (ENOMSG): Likewise.
31841         [POSIX] (ENOPROTOOPT): Likewise.
31842         [POSIX] (ENOSR): Likewise.
31843         [POSIX] (ENOSTR): Likewise.
31844         [POSIX] (ENOTCONN): Likewise.
31845         [POSIX] (ENOTSOCK): Likewise.
31846         [POSIX] (EOPNOTSUPP): Likewise.
31847         [POSIX] (EOVERFLOW): Likewise.
31848         [POSIX] (EPROTO): Likewise.
31849         [POSIX] (EPROTONOSUPPORT): Likewise.
31850         [POSIX] (EPROTOTYPE): Likewise.
31851         [POSIX] (ESTALE): Likewise.
31852         [POSIX] (ETIME): Likewise.
31853         [POSIX] (ETXTBSY): Likewise.
31854         [POSIX] (EWOULDBLOCK): Likewise.
31855         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31856         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31857         [POSIX] (SEEK_CUR): Likewise.
31858         [POSIX] (SEEK_END): Likewise.
31859         [POSIX || UNIX98] (mode_t): Do not require.
31860         [POSIX] (off_t): Likewise.
31861         [POSIX] (pid_t): Likewise.
31862         [POSIX] (sys/stat.h): Do not allow header.
31863         [POSIX] (unistd.h): Likewise.
31864         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31865         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31866         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31867         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31868         require.
31869         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31870         sigevent): Specify elements.
31871         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31872         entry.
31873         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31874         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31875
31876         * conform/data/cpio.h-data [POSIX]: Disable whole file.
31877         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31878         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31879         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31880         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31881         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31882         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31883         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31884         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31885         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31886         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31887         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31888         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31889         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31890         Likewise.
31891         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31892         Likewise.
31893         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31894         Likewise.
31895         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31896         Likewise.
31897         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31898         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31899         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31900         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31901         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31902         Specify lower bound on value.
31903         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31904         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31905         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31906         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31907         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31908         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31909         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31910         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31911         value.
31912         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31913         as optional.
31914         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31915         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31916         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31917         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31918         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31919         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31920         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31921         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31922         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31923         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31924         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31925         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31926         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31927         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31928         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31929         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31930         entry.
31931         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31932         optional.
31933         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31934         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31935         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31936         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31937         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31938         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31939         Likewise.
31940         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31941         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31942         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31943         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31944         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31945         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31946         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31947         as optional.
31948         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31949         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31950         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31951         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31952         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31953         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31954         specify as optional.
31955         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31956         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31957         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31958         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31959         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31960         [XPG3] (NL_LANGMAX): Likewise.
31961         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31962         [POSIX || XPG3] (NL_NMAX): Likewise.
31963         [POSIX || XPG3] (NL_SETMAX): Likewise.
31964         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31965         [XPG3] (NZERO): Likewise.
31966         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31967         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31968         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31969         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31970         (REG_ERANGE): Expect.
31971         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31972         optional-constant.
31973         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31974         Use (void) in prototype.
31975         [POSIX] (*_t): Allow.
31976         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31977         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31978         (WRDE_BADVAL): Expect.
31979
31980         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31981         expect.
31982         [XPG3 || XPG4] (O_RSYNC): Likewise.
31983         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31984         Likewise.
31985         [XPG3 || XPG4] (pthread_sigmask): Likewise.
31986         [XPG3 || XPG4] (sigqueue): Likewise.
31987         [XPG3 || XPG4] (sigtimedwait): Likewise.
31988         [XPG3 || XPG4] (sigwaitinfo): Likewise.
31989         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
31990         [XPG3 || XPG4] (vsnprintf): Likewise.
31991         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
31992         Likewise.
31993         [XPG3 || XPG4] (blksize_t): Likewise.
31994         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
31995         Likewise.
31996         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
31997         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
31998         [XPG3 || XPG4] (struct itimerspec): Likewise.
31999         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
32000         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
32001         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
32002         [XPG3 || XPG4] (clockid_t): Likewise.
32003         [XPG3 || XPG4] (timer_t): Likewise.
32004         [XPG3 || XPG4] (clock_getres): Likewise.
32005         [XPG3 || XPG4] (clock_gettime): Likewise.
32006         [XPG3 || XPG4] (clock_settime): Likewise.
32007         [XPG3 || XPG4] (nanosleep): Likewise.
32008         [XPG3 || XPG4] (timer_create): Likewise.
32009         [XPG3 || XPG4] (timer_delete): Likewise.
32010         [XPG3 || XPG4] (timer_gettime): Likewise.
32011         [XPG3 || XPG4] (timer_getoverrun): Likewise.
32012         [XPG3 || XPG4] (timer_settime): Likewise.
32013         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
32014         [XPG3 || XPG4] (getlogin_r): Likewise.
32015         [XPG3 || XPG4] (pread): Likewise.
32016         [XPG3 || XPG4] (pthread_atfork): Likewise.
32017         [XPG3 || XPG4] (pwrite): Likewise.
32018
32019         [BZ #14835]
32020         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
32021         <bits/siginfo.h>.
32022
32023 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
32024
32025         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
32026         finalizing MALLSTREAM.
32027
32028         * sysdeps/mach/hurd/syncfs.c: New file.
32029
32030 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
32031
32032         [BZ #14719]
32033         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
32034         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
32035         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
32036         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
32037         (_nss_dns_gethostbyname4_r): Likewise.
32038         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
32039         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
32040
32041 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
32042
32043         [BZ #13763]
32044         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
32045
32046 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
32047
32048         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
32049         * elf/cache.c (print_entry): Print ",AArch64" for
32050         FLAG_AARCH64_LIB64
32051
32052         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
32053         * elf/cache.c (print_entry): Print ",hard-float" for
32054         FLAG_ARM_LIBHF.
32055
32056 2012-11-18  David S. Miller  <davem@davemloft.net>
32057
32058         With help from Joseph Myers.
32059         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
32060         cutoff to 2**-13.
32061         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
32062         cutoff to 2**-25.
32063         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
32064         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
32065         small.
32066         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
32067         * math/libm-test.inc (y0_test): New tests.
32068         (y1_test): New tests.
32069         * sysdeps/i386/fpu/libm-test-ulps: Update.
32070         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32071         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32072
32073 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
32074
32075         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
32076         64-bit targets.
32077         * configure: Regenerated.
32078
32079 2012-11-17  David S. Miller  <davem@davemloft.net>
32080
32081         [BZ #14811]
32082         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
32083         nonzero exponents with absolute value below 0x1p-128 to +/-
32084         0x1p-128.
32085
32086 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
32087
32088         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
32089
32090         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
32091
32092         * posix/getconf-speclist.c: New file.
32093         * posix/posix-envs.def: Likewise.
32094         * posix/confstr.c (START_ENV_GROUP): New macro.
32095         (END_ENV_GROUP): Likewise.
32096         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32097         (KNOWN_PRESENT_ENV_STRING): Likewise.
32098         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32099         (UNKNOWN_ENVIRONMENT): Likewise.
32100         (confstr): Include posix-envs.def instead of handling
32101         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
32102         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
32103         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
32104         (END_ENV_GROUP): Likewise.
32105         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32106         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32107         (UNKNOWN_ENVIRONMENT): Likewise.
32108         (__sysconf): Include posix-envs.def instead of handling associated
32109         cases directly here.
32110         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
32111         preprocessing getconf-speclist.c rather than running getconf or
32112         generating empty file.
32113
32114 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
32115
32116         * scripts/check-local-headers.sh: Ignore 'mach' headers.
32117
32118 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
32119
32120         [BZ #14672]
32121         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
32122
32123 2012-11-16  David S. Miller  <davem@davemloft.net>
32124
32125         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
32126         smaller than LDBL_EPSILON/2.0L, just return xm1.
32127
32128 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
32129
32130         * elf/tst-array1.c (init): Set constructor priority to 1000.
32131         (fini): Set destructor priority to 1000.
32132         * elf/tst-array2dep.c: Likewise.
32133
32134 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32135
32136         [BZ #11741]
32137         * libio/fileops.c (_IO_new_file_write): Correctly return error.
32138         (_IO_new_file_xsputn): Also return EOF if none of the input
32139         data was written when overflow failed.
32140         * libio/iopadn.c (_IO_padn): Likewise.
32141         * libio/iowpadn.c (_IO_wpadn): Likewise.
32142         * stdio-common/tst-put-error.c: Add copyright notice.
32143         (do_test): Add case for printing padded string.
32144         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
32145         _IO_padn returned error.
32146         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
32147         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
32148         return EOF.
32149
32150 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32151
32152         * libio/libioP.h: Add comment note that the references to C++
32153         bits are now obsolete.
32154
32155 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32156
32157         * math/libm-test.inc (check_complex): Use asprintf.
32158
32159 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
32160
32161         * debug/pcprofiledump.c (print_version): Update copyright year.
32162         * malloc/memusagestat.c (print_version): Likewise.
32163
32164 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
32165
32166         [BZ #14831]
32167         * elf/Makefile (tests): Add tst-audit8.
32168         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
32169         ($(objpfx)tst-audit8.out): New target.
32170         (tst-audit8-ENV): New variable.
32171         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
32172         audit if l_reloc_result is NULL.
32173         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
32174         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
32175         * elf/tst-audit8.c: New file.
32176
32177 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32178
32179         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
32180         * misc/Makefile (CFLAGS-select.c): Define.
32181         * posix/Makefile (CFLAGS-pause.c): Define.
32182
32183 2012-11-13  David S. Miller  <davem@davemloft.net>
32184
32185         * crypt/Makefile: Move test targets after toplevel Rules
32186         inclusion.  Grab any necessary sysdep routines when linking.
32187         * crypt/md5.c (md5_process_block): Remove define, we will always
32188         name it __md5_process_block.
32189         (md5_finish_ctx): Update md5_process_block call.
32190         (md5_stream): Likewise.
32191         (md5_process_bytes): Likewise.
32192         (md5_process_block): Rename to __md5_process_block and move to ...
32193         * crypt/md5-block.c: ... here.
32194         * crypt/sha256.c (sha256_process_block): Move to ...
32195         * crypt/sha256-block.c: ... here.
32196         * crypt/sha512.c (sha512_process_block): Move to ...
32197         * crypt/sha512-block.c: ... here.
32198         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
32199         path.
32200         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
32201         * sysdeps/sparc/sparc64/multiarch/Makefile
32202         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
32203         crypt subdir.
32204         (localedef-aux): Add md5 crypto assembler when in locale subdir.
32205         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
32206         multiarch changes.
32207         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
32208         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
32209         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
32210         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
32211         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
32212         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
32213         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
32214         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
32215         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
32216         file.
32217         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
32218         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
32219         file.
32220         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
32221
32222 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
32223
32224         * timezone/tzselect.ksh: Update from tzcode git revision
32225         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
32226         * timezone/zdump.c: Likewise.
32227         * timezone/zic.c: Likewise.
32228         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
32229         in TZVERSION setting, not $(PKGVERSION).
32230         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
32231         REPORT_BUGS_TO settings.
32232
32233         [BZ #14838]
32234         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
32235         macro.
32236
32237 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32238
32239         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
32240         detection to immediately after _FP_ROUND().
32241         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
32242         bits are 0.
32243
32244 2012-11-11  David S. Miller  <davem@davemloft.net>
32245
32246         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
32247         inttypes.h
32248         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
32249         __close rather than their public counterparts.
32250
32251 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
32252
32253         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
32254         file.
32255         [UNIX98] (sem_timedwait): Do not expect.
32256         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
32257         [XPG4 || UNIX98] (sockatmark): Do not expect.
32258         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
32259         (clock_getcpuclockid): Do not expect.
32260         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
32261         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
32262         Do not expect.
32263         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
32264         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
32265         [UNIX98] (vwscanf): Likewise.
32266         [UNIX98] (vswscanf): Likewise.
32267
32268 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
32269
32270         * timezone/version.h: Remove file.
32271         * timezone/README: Do not refer to version.h.
32272         * timezone/Makefile ($(objpfx)zic.o): New dependency on
32273         $(objpfx)version.h.
32274         ($(objpfx)zdump.o): Likewise.
32275         ($(objpfx)version.h): New target.
32276
32277         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
32278         2012i.
32279         * timezone/README: Don't mention modification to tzselect.ksh.
32280         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
32281         work on unmodified tzselect.ksh.  Substitute version numbers in
32282         tzselect.ksh.
32283
32284         * Makefile (format-me): Remove.
32285         (INSTALL): Adjust indentation.  Use commands directly instead of
32286         using $(format-me).
32287
32288         * aclocal.m4 (ACX_PKGVERSION): New macro.
32289         (ACX_BUGURL): Likewise.
32290         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
32291         (PKGVERSION): New AC_DEFINE_UNQUOTED.
32292         (REPORT_BUGS_TO): Likewise.
32293         * configure: Regenerated.
32294         * config.h.in (PKGVERSION): New macro.
32295         (REPORT_BUGS_TO): Likewise.
32296         * config.make.in (PKGVERSION): New variable.
32297         (PKGVERSION_TEXI): Likewise.
32298         (REPORT_BUGS_TO): Likewise.
32299         (REPORT_BUGS_TEXI): Likewise.
32300         * Makefile (format-me): Use -I$(common-objpfx)manual.
32301         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
32302         ($(common-objpfx)manual/%): New target.
32303         (manual/%): Remove target.
32304         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
32305         (print_version): Use PKGVERSION.
32306         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
32307         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
32308         and REPORT_BUGS_TO.
32309         ($(objpfx)xtrace): Likewise.
32310         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
32311         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
32312         (print_version): Use PKGVERSION.
32313         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
32314         (do_version): Use PKGVERSION.
32315         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
32316         REPORT_BUGS_TO.
32317         (common-ldd-rewrite): Likewise.
32318         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
32319         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
32320         (print_version): Use PKGVERSION.
32321         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
32322         * elf/pldd.c (argp_program_bug_address): Remove variable.
32323         (more_help): New function.
32324         (argp): Use more_help.
32325         (print_version): Use PKGVERSION.
32326         * elf/sln.c (main): Use PKGVERSION.
32327         (usage): Use REPORT_BUGS_TO.
32328         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
32329         (top level): Use PKGVERSION.
32330         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
32331         (print_version): Use PKGVERSION.
32332         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
32333         (print_version): Use PKGVERSION.
32334         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
32335         (print_version): Use PKGVERSION.
32336         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
32337         (print_version): Use PKGVERSION.
32338         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
32339         (print_version): Use PKGVERSION.
32340         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
32341         (print_version): Use PKGVERSION.
32342         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
32343         and BUGURL.
32344         ($(objpfx)memusage): Likewise.
32345         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
32346         (do_version): Use PKGVERSION.
32347         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
32348         (print_version): Use PKGVERSION.
32349         * malloc/mtrace.pl ($PACKAGE): Remove variable.
32350         ($PKGVERSION): New variable.
32351         ($REPORT_BUGS_TO): Likewise.
32352         (usage): Use $REPORT_BUGS_TO.
32353         (top level): Use $PKGVERSION.
32354         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
32355         ($(objpfx)pkgvers.texi): New rule.
32356         ($(objpfx)stamp-pkgvers): Likewise.
32357         * manual/install.texi: Include pkgvers.texi.
32358         (--with-pkgversion): Document new configure option.
32359         (--with-bugurl): Likewise.
32360         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
32361         than necessarily for this particular distribution.  Use
32362         REPORT_BUGS_TO for where to report bugs.
32363         * INSTALL: Regenerated.
32364         * manual/libc.texinfo: Include pkgvers.texi.
32365         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
32366         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
32367         (print_version): Use PKGVERSION.
32368         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
32369         (print_version): Use PKGVERSION.
32370         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
32371         (print_version): Use PKGVERSION.
32372         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
32373         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
32374         macro.
32375         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
32376         (print_version): Use PKGVERSION.
32377         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
32378         (print_version): Use PKGVERSION.
32379         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
32380         and PKGVERSION.
32381
32382         * timezone/checktab.awk: Update from tzcode 2012i.
32383         * timezone/ialloc.c: Likewise.
32384         * timezone/private.h: Likewise.
32385         * timezone/scheck.c: Likewise.
32386         * timezone/tzfile.h: Likewise.
32387         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
32388         (TZVERSION): Hardcode tzcode version number.
32389         * timezone/zdump.c: Update from tzcode 2012i.
32390         * timezone/zic.c: Likewise.
32391         * timezone/version.h: New file.
32392         * timezone/README: Describe version.h.  Update upstream location.
32393
32394         [BZ #14824]
32395         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
32396         (mktemp): Enable declaration.
32397         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
32398         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
32399         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
32400         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
32401         Likewise.
32402         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
32403         Likewise.
32404         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
32405         Likewise.
32406         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
32407         Likewise.
32408         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
32409         Likewise.
32410         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
32411         Likewise.
32412
32413         [BZ #14821]
32414         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
32415         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
32416         for copies of such integer values.
32417         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
32418         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
32419
32420 2012-11-09  Andreas Jaeger  <aj@suse.de>
32421
32422         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
32423         definitions and declarations that are provided by
32424         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32425
32426 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32427
32428         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
32429         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
32430         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
32431         definition.
32432
32433 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32434
32435         * elf/elf.h: Update comment before AArch64 relocations.
32436
32437 2012-11-07  David S. Miller  <davem@davemloft.net>
32438
32439         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
32440         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
32441         (__start_context): Declare.
32442         (__makecontext_ret): Delete.
32443         (__makecontext): Hook up __start_context instead of
32444         __makecontext_ret.
32445         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
32446         (sysdep_routines): Add __start_context when in stdlib.
32447
32448 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32449
32450         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
32451         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
32452         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
32453         hardcoded "nm".
32454         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
32455         (READELF): New variable.  Use it instead of hardcoded "readelf".
32456
32457 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
32458
32459         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
32460         * sysdeps/x86/Makefile: Here.
32461         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
32462         * sysdeps/x86/tst-xmmymm.sh: This.
32463
32464 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32465
32466         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
32467         expectations.
32468         [UNIX98] (pthread_barrier_t): Do not expect.
32469         [UNIX98] (pthread_barrierattr_t): Likewise.
32470         [UNIX98] (pthread_spinlock_t): Likewise.
32471         [UNIX98] (pthread_barrier_destroy): Likewise.
32472         [UNIX98] (pthread_barrier_init): Likewise.
32473         [UNIX98] (pthread_barrier_wait): Likewise.
32474         [UNIX98] (pthread_barrierattr_destroy): Likewise.
32475         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
32476         [UNIX98] (pthread_barrierattr_init): Likewise.
32477         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
32478         [UNIX98] (pthread_getcpuclockid): Likewise.
32479         [UNIX98] (pthread_mutex_timedlock): Likewise.
32480         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
32481         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
32482         [UNIX98] (pthread_sigmask): Likewise.
32483         [UNIX98] (pthread_spin_destroy): Likewise.
32484         [UNIX98] (pthread_spin_init): Likewise.
32485         [UNIX98] (pthread_spin_lock): Likewise.
32486         [UNIX98] (pthread_spin_trylock): Likewise.
32487         [UNIX98] (pthread_spin_unlock): Likewise.
32488         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
32489         Do not expect.
32490         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
32491         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
32492         [XPG3 || XPG4] (pthread_cond_t): Likewise.
32493         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
32494         [XPG3 || XPG4] (pthread_key_t): Likewise.
32495         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
32496         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
32497         [XPG3 || XPG4] (pthread_once_t): Likewise.
32498         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
32499         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
32500         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
32501         [XPG3 || XPG4] (pthread_t): Likewise.
32502
32503         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
32504         not expect.
32505         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
32506
32507         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
32508         Change function return type to int.
32509
32510         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
32511         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
32512         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
32513         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
32514         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
32515         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
32516         [!POSIX] (posix_madvise): Likewise.
32517         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
32518         && !UNIX98].
32519         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
32520         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
32521         (mode_t): Likewise.
32522         (posix_mem_offset): Likewise.
32523         (posix_typed_mem_get_info): Likewise.
32524         (posix_typed_mem_open): Likewise.
32525
32526         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
32527         Change condition to [XOPEN2K8].
32528
32529         * conform/conformtest.pl: Preprocess allow-header data with -x c
32530         instead of from stdin.
32531         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
32532         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
32533         [C99-based standards] (cerfc): Likewise.
32534         [C99-based standards] (cexp2): Likewise.
32535         [C99-based standards] (cexpm1): Likewise.
32536         [C99-based standards] (clog10): Likewise.
32537         [C99-based standards] (clog1p): Likewise.
32538         [C99-based standards] (clog2): Likewise.
32539         [C99-based standards] (clgamma): Likewise.
32540         [C99-based standards] (ctgamma): Likewise.
32541         [C99-based standards] (cerff): Likewise.
32542         [C99-based standards] (cerfcf): Likewise.
32543         [C99-based standards] (cexp2f): Likewise.
32544         [C99-based standards] (cexpm1f): Likewise.
32545         [C99-based standards] (clog10f): Likewise.
32546         [C99-based standards] (clog1pf): Likewise.
32547         [C99-based standards] (clog2f): Likewise.
32548         [C99-based standards] (clgammaf): Likewise.
32549         [C99-based standards] (ctgammaf): Likewise.
32550         [C99-based standards] (cerfl): Likewise.
32551         [C99-based standards] (cerfcl): Likewise.
32552         [C99-based standards] (cexp2l): Likewise.
32553         [C99-based standards] (cexpm1l): Likewise.
32554         [C99-based standards] (clog10l): Likewise.
32555         [C99-based standards] (clog1pl): Likewise.
32556         [C99-based standards] (clog2l): Likewise.
32557         [C99-based standards] (clgammal): Likewise.
32558         [C99-based standards] (ctgammal): Likewise.
32559         * conform/data/inttypes.h-data [C99-based standards]: Include
32560         stdint.h-data.  Remove all expectations for stdint.h contents.
32561         [C99-based standards] (PRI*): Do not allow.
32562         [C99-based standards] (SCN*): Likewise.
32563         [C99-based standards] (*_t): Likewise.
32564         [C99-based-standards] (PRId8): Expect macro.
32565         [C99-based-standards] (PRIi8): Likewise.
32566         [C99-based-standards] (PRIo8): Likewise.
32567         [C99-based-standards] (PRIu8): Likewise.
32568         [C99-based-standards] (PRIx8): Likewise.
32569         [C99-based-standards] (PRIX8): Likewise.
32570         [C99-based-standards] (SCNd8): Likewise.
32571         [C99-based-standards] (SCNi8): Likewise.
32572         [C99-based-standards] (SCNo8): Likewise.
32573         [C99-based-standards] (SCNu8): Likewise.
32574         [C99-based-standards] (SCNx8): Likewise.
32575         [C99-based-standards] (PRIdLEAST8): Likewise.
32576         [C99-based-standards] (PRIiLEAST8): Likewise.
32577         [C99-based-standards] (PRIoLEAST8): Likewise.
32578         [C99-based-standards] (PRIuLEAST8): Likewise.
32579         [C99-based-standards] (PRIxLEAST8): Likewise.
32580         [C99-based-standards] (PRIXLEAST8): Likewise.
32581         [C99-based-standards] (SCNdLEAST8): Likewise.
32582         [C99-based-standards] (SCNiLEAST8): Likewise.
32583         [C99-based-standards] (SCNoLEAST8): Likewise.
32584         [C99-based-standards] (SCNuLEAST8): Likewise.
32585         [C99-based-standards] (SCNxLEAST8): Likewise.
32586         [C99-based-standards] (PRIdFAST8): Likewise.
32587         [C99-based-standards] (PRIiFAST8): Likewise.
32588         [C99-based-standards] (PRIoFAST8): Likewise.
32589         [C99-based-standards] (PRIuFAST8): Likewise.
32590         [C99-based-standards] (PRIxFAST8): Likewise.
32591         [C99-based-standards] (PRIXFAST8): Likewise.
32592         [C99-based-standards] (SCNdFAST8): Likewise.
32593         [C99-based-standards] (SCNiFAST8): Likewise.
32594         [C99-based-standards] (SCNoFAST8): Likewise.
32595         [C99-based-standards] (SCNuFAST8): Likewise.
32596         [C99-based-standards] (SCNxFAST8): Likewise.
32597         [C99-based-standards] (PRId16): Likewise.
32598         [C99-based-standards] (PRIi16): Likewise.
32599         [C99-based-standards] (PRIo16): Likewise.
32600         [C99-based-standards] (PRIu16): Likewise.
32601         [C99-based-standards] (PRIx16): Likewise.
32602         [C99-based-standards] (PRIX16): Likewise.
32603         [C99-based-standards] (SCNd16): Likewise.
32604         [C99-based-standards] (SCNi16): Likewise.
32605         [C99-based-standards] (SCNo16): Likewise.
32606         [C99-based-standards] (SCNu16): Likewise.
32607         [C99-based-standards] (SCNx16): Likewise.
32608         [C99-based-standards] (PRIdLEAST16): Likewise.
32609         [C99-based-standards] (PRIiLEAST16): Likewise.
32610         [C99-based-standards] (PRIoLEAST16): Likewise.
32611         [C99-based-standards] (PRIuLEAST16): Likewise.
32612         [C99-based-standards] (PRIxLEAST16): Likewise.
32613         [C99-based-standards] (PRIXLEAST16): Likewise.
32614         [C99-based-standards] (SCNdLEAST16): Likewise.
32615         [C99-based-standards] (SCNiLEAST16): Likewise.
32616         [C99-based-standards] (SCNoLEAST16): Likewise.
32617         [C99-based-standards] (SCNuLEAST16): Likewise.
32618         [C99-based-standards] (SCNxLEAST16): Likewise.
32619         [C99-based-standards] (PRIdFAST16): Likewise.
32620         [C99-based-standards] (PRIiFAST16): Likewise.
32621         [C99-based-standards] (PRIoFAST16): Likewise.
32622         [C99-based-standards] (PRIuFAST16): Likewise.
32623         [C99-based-standards] (PRIxFAST16): Likewise.
32624         [C99-based-standards] (PRIXFAST16): Likewise.
32625         [C99-based-standards] (SCNdFAST16): Likewise.
32626         [C99-based-standards] (SCNiFAST16): Likewise.
32627         [C99-based-standards] (SCNoFAST16): Likewise.
32628         [C99-based-standards] (SCNuFAST16): Likewise.
32629         [C99-based-standards] (SCNxFAST16): Likewise.
32630         [C99-based-standards] (PRId32): Likewise.
32631         [C99-based-standards] (PRIi32): Likewise.
32632         [C99-based-standards] (PRIo32): Likewise.
32633         [C99-based-standards] (PRIu32): Likewise.
32634         [C99-based-standards] (PRIx32): Likewise.
32635         [C99-based-standards] (PRIX32): Likewise.
32636         [C99-based-standards] (SCNd32): Likewise.
32637         [C99-based-standards] (SCNi32): Likewise.
32638         [C99-based-standards] (SCNo32): Likewise.
32639         [C99-based-standards] (SCNu32): Likewise.
32640         [C99-based-standards] (SCNx32): Likewise.
32641         [C99-based-standards] (PRIdLEAST32): Likewise.
32642         [C99-based-standards] (PRIiLEAST32): Likewise.
32643         [C99-based-standards] (PRIoLEAST32): Likewise.
32644         [C99-based-standards] (PRIuLEAST32): Likewise.
32645         [C99-based-standards] (PRIxLEAST32): Likewise.
32646         [C99-based-standards] (PRIXLEAST32): Likewise.
32647         [C99-based-standards] (SCNdLEAST32): Likewise.
32648         [C99-based-standards] (SCNiLEAST32): Likewise.
32649         [C99-based-standards] (SCNoLEAST32): Likewise.
32650         [C99-based-standards] (SCNuLEAST32): Likewise.
32651         [C99-based-standards] (SCNxLEAST32): Likewise.
32652         [C99-based-standards] (PRIdFAST32): Likewise.
32653         [C99-based-standards] (PRIiFAST32): Likewise.
32654         [C99-based-standards] (PRIoFAST32): Likewise.
32655         [C99-based-standards] (PRIuFAST32): Likewise.
32656         [C99-based-standards] (PRIxFAST32): Likewise.
32657         [C99-based-standards] (PRIXFAST32): Likewise.
32658         [C99-based-standards] (SCNdFAST32): Likewise.
32659         [C99-based-standards] (SCNiFAST32): Likewise.
32660         [C99-based-standards] (SCNoFAST32): Likewise.
32661         [C99-based-standards] (SCNuFAST32): Likewise.
32662         [C99-based-standards] (SCNxFAST32): Likewise.
32663         [C99-based-standards] (PRId64): Likewise.
32664         [C99-based-standards] (PRIi64): Likewise.
32665         [C99-based-standards] (PRIo64): Likewise.
32666         [C99-based-standards] (PRIu64): Likewise.
32667         [C99-based-standards] (PRIx64): Likewise.
32668         [C99-based-standards] (PRIX64): Likewise.
32669         [C99-based-standards] (SCNd64): Likewise.
32670         [C99-based-standards] (SCNi64): Likewise.
32671         [C99-based-standards] (SCNo64): Likewise.
32672         [C99-based-standards] (SCNu64): Likewise.
32673         [C99-based-standards] (SCNx64): Likewise.
32674         [C99-based-standards] (PRIdLEAST64): Likewise.
32675         [C99-based-standards] (PRIiLEAST64): Likewise.
32676         [C99-based-standards] (PRIoLEAST64): Likewise.
32677         [C99-based-standards] (PRIuLEAST64): Likewise.
32678         [C99-based-standards] (PRIxLEAST64): Likewise.
32679         [C99-based-standards] (PRIXLEAST64): Likewise.
32680         [C99-based-standards] (SCNdLEAST64): Likewise.
32681         [C99-based-standards] (SCNiLEAST64): Likewise.
32682         [C99-based-standards] (SCNoLEAST64): Likewise.
32683         [C99-based-standards] (SCNuLEAST64): Likewise.
32684         [C99-based-standards] (SCNxLEAST64): Likewise.
32685         [C99-based-standards] (PRIdFAST64): Likewise.
32686         [C99-based-standards] (PRIiFAST64): Likewise.
32687         [C99-based-standards] (PRIoFAST64): Likewise.
32688         [C99-based-standards] (PRIuFAST64): Likewise.
32689         [C99-based-standards] (PRIxFAST64): Likewise.
32690         [C99-based-standards] (PRIXFAST64): Likewise.
32691         [C99-based-standards] (SCNdFAST64): Likewise.
32692         [C99-based-standards] (SCNiFAST64): Likewise.
32693         [C99-based-standards] (SCNoFAST64): Likewise.
32694         [C99-based-standards] (SCNuFAST64): Likewise.
32695         [C99-based-standards] (SCNxFAST64): Likewise.
32696         [C99-based-standards] (PRIdMAX): Likewise.
32697         [C99-based-standards] (PRIiMAX): Likewise.
32698         [C99-based-standards] (PRIoMAX): Likewise.
32699         [C99-based-standards] (PRIuMAX): Likewise.
32700         [C99-based-standards] (PRIxMAX): Likewise.
32701         [C99-based-standards] (PRIXMAX): Likewise.
32702         [C99-based-standards] (SCNdMAX): Likewise.
32703         [C99-based-standards] (SCNiMAX): Likewise.
32704         [C99-based-standards] (SCNoMAX): Likewise.
32705         [C99-based-standards] (SCNuMAX): Likewise.
32706         [C99-based-standards] (SCNxMAX): Likewise.
32707         [C99-based-standards] (PRIdPTR): Likewise.
32708         [C99-based-standards] (PRIiPTR): Likewise.
32709         [C99-based-standards] (PRIoPTR): Likewise.
32710         [C99-based-standards] (PRIuPTR): Likewise.
32711         [C99-based-standards] (PRIxPTR): Likewise.
32712         [C99-based-standards] (PRIXPTR): Likewise.
32713         [C99-based-standards] (SCNdPTR): Likewise.
32714         [C99-based-standards] (SCNiPTR): Likewise.
32715         [C99-based-standards] (SCNoPTR): Likewise.
32716         [C99-based-standards] (SCNuPTR): Likewise.
32717         [C99-based-standards] (SCNxPTR): Likewise.
32718         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32719         allow.
32720         * conform/data/stdint.h-data: Update comments to clarify
32721         requirements.
32722         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
32723         type.
32724         [C99-based standards] (INT8_MAX): Likewise.
32725         [C99-based standards] (INT16_MIN): Likewise.
32726         [C99-based standards] (INT16_MAX): Likewise.
32727         [C99-based standards] (INT32_MIN): Likewise.
32728         [C99-based standards] (INT32_MAX): Likewise.
32729         [C99-based standards] (INT64_MIN): Likewise.
32730         [C99-based standards] (INT64_MAX): Likewise.
32731         [C99-based standards] (UINT8_MAX): Likewise.
32732         [C99-based standards] (UINT16_MAX): Likewise.
32733         [C99-based standards] (UINT32_MAX): Likewise.
32734         [C99-based standards] (UINT64_MAX): Likewise.
32735         [C99-based standards] (INT_LEAST8_MIN): Likewise.
32736         [C99-based standards] (INT_LEAST8_MAX): Likewise.
32737         [C99-based standards] (INT_LEAST16_MIN): Likewise.
32738         [C99-based standards] (INT_LEAST16_MAX): Likewise.
32739         [C99-based standards] (INT_LEAST32_MIN): Likewise.
32740         [C99-based standards] (INT_LEAST32_MAX): Likewise.
32741         [C99-based standards] (INT_LEAST64_MIN): Likewise.
32742         [C99-based standards] (INT_LEAST64_MAX): Likewise.
32743         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32744         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32745         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32746         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32747         [C99-based standards] (INT_FAST8_MIN): Likewise.
32748         [C99-based standards] (INT_FAST8_MAX): Likewise.
32749         [C99-based standards] (INT_FAST16_MIN): Likewise.
32750         [C99-based standards] (INT_FAST16_MAX): Likewise.
32751         [C99-based standards] (INT_FAST32_MIN): Likewise.
32752         [C99-based standards] (INT_FAST32_MAX): Likewise.
32753         [C99-based standards] (INT_FAST64_MIN): Likewise.
32754         [C99-based standards] (INT_FAST64_MAX): Likewise.
32755         [C99-based standards] (UINT_FAST8_MAX): Likewise.
32756         [C99-based standards] (UINT_FAST16_MAX): Likewise.
32757         [C99-based standards] (UINT_FAST32_MAX): Likewise.
32758         [C99-based standards] (UINT_FAST64_MAX): Likewise.
32759         [C99-based standards] (INTPTR_MIN): Likewise.
32760         [C99-based standards] (INTPTR_MAX): Likewise.
32761         [C99-based standards] (UINTPTR_MAX): Likewise.
32762         [C99-based standards] (INTMAX_MIN): Likewise.
32763         [C99-based standards] (INTMAX_MAX): Likewise.
32764         [C99-based standards] (UINTMAX_MAX): Likewise.
32765         [C99-based standards] (PTRDIFF_MIN): Likewise.
32766         [C99-based standards] (PTRDIFF_MAX): Likewise.
32767         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32768         [C99-based standards] (SIZE_MAX): Likewise.
32769         [C99-based standards] (WCHAR_MAX): Likewise.
32770         [C99-based standards] (WINT_MAX): Likewise.
32771         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
32772         constraint on value.
32773         [C99-based standards] (WCHAR_MIN): Likewise.
32774         [C99-based standards] (WINT_MIN): Likewise.
32775         [C99-based standards] (*_t): Allow.
32776         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32777         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32778         Include math.h-data and complex.h-data.  Remove all expectations
32779         of math.h and complex.h contents.
32780         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32781         at end of line.
32782         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32783         (struct tm): Expect tag.
32784         [C99-based-standards] (wcstof): Expect function.
32785         [C99-based-standards] (wcstold): Likewise.
32786         [C99-based-standards] (wcstoll): Likewise.
32787         [C99-based-standards] (wcstoull): Likewise.
32788         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32789         macro-int-constant.  Specify type.
32790         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
32791         constraint on value.
32792         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32793         Specify type.
32794         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32795         Specify value.
32796         [ISO C standards]: Do not allow headers.
32797         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32798         wcs[abcdefghijklmnopqrstuvwxyz]*.
32799         [ISO C standards] (*_t): Do not allow.
32800         * conform/data/wctype.h-data [C99-based standards] (iswblank):
32801         Expect function.
32802         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32803         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32804         Specify type.
32805         [ISO C standards]: Do not allow headers.
32806         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32807         is[abcdefghijklmnopqrstuvwxyz]*.
32808         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32809         to[abcdefghijklmnopqrstuvwxyz]*.
32810         [ISO C standards] (*_t): Do not allow.
32811         * conform/data/stdalign.h-data: New file.
32812         * conform/data/stdbool.h-data: Likewise.
32813         * conform/data/stdnoreturn.h-data: Likewise.
32814
32815 2012-11-07  Roland McGrath  <roland@hack.frob.com>
32816
32817         [BZ #14815]
32818         * manual/filesys.texi (Directory Entries): Typo fix.
32819         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32820
32821 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32822
32823         * elf/elf.h (EM_AARCH64): New macro.
32824         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32825         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32826         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32827         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32828         (R_AARCH64_TLSDESC): Likewise.
32829         (NT_ARM_TLS): Likewise.
32830         (NT_ARM_HW_BREAK): Likewise.
32831         (NT_ARM_HW_WATCH): Likewise.
32832
32833 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32834
32835         [BZ #14811]
32836         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32837         (__ieee754_powl): Saturate nonzero exponents with absolute value
32838         below 0x1p-79 to +/- 0x1p-79.
32839         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32840         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32841         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32842         nonzero exponents with absolute value below 0x1p-32 to +/-
32843         0x1p-32.
32844         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32845         (__ieee754_powl): Saturate nonzero exponents with absolute value
32846         below 0x1p-79 to +/- 0x1p-79.
32847         * math/libm-test.inc (pow_test): Add more tests.
32848
32849 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32850
32851         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32852         _dl_s390_cap_flags with kernel. Increase string length.
32853         (_dl_s390_platforms): Add z196 and zEC12.
32854
32855 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32856
32857         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32858         Change XOPEN21K to XOPEN2K.
32859
32860 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32861
32862         * string/memmove.c: Use memcpy when possible.
32863
32864 2012-11-06  Andreas Jaeger  <aj@suse.de>
32865
32866         * po/eo.po: Update from translation team.
32867
32868 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
32869
32870         [BZ #14793]
32871         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32872         exponent and small x and y exponents, scale x or y up.  Increase
32873         by 2 the exponent used in scaling up.
32874         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32875         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32876         * math/libm-test.inc (fma_test): Add more tests.
32877         (fma_test_towardzero): Likewise.
32878         (fma_test_downward): Likewise.
32879         (fma_test_upward): Likewise.
32880
32881 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
32882
32883         [BZ #14805]
32884         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32885         fenv_t *.
32886
32887         [BZ #14801]
32888         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32889         namespace for names of struct fields.
32890         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32891         fenv_t fields.
32892         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32893         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32894
32895 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32896
32897         [BZ #3665]
32898         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32899
32900 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32901
32902         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32903         PTR_DEMANGLE.
32904
32905         [BZ #5246]
32906         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32907         PTR_DEMANGLE.
32908
32909 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32910
32911         [BZ #14797]
32912         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32913         definitely overflow as x * y not x * y + z.
32914         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32915         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32916         * math/libm-test.inc (fma_test): Add more tests.
32917         (fma_test_towardzero): Likewise.
32918         (fma_test_downward): Likewise.
32919         (fma_test_upward): Likewise.
32920
32921 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32922
32923         [BZ #157]
32924
32925         * include/stub-tag.h: Remove file.
32926         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32927         '#include' of it.
32928         * manual/maint.texi (Porting): Don't reference it.
32929         * Makerules ($(objpfx)stubs): Likewise.
32930         * dirent/closedir.c: Don't include <stub-tag.h>.
32931         * dirent/dirfd.c: Likewise.
32932         * dirent/fdopendir.c: Likewise.
32933         * dirent/getdents.c: Likewise.
32934         * dirent/getdents64.c: Likewise.
32935         * dirent/opendir.c: Likewise.
32936         * dirent/readdir.c: Likewise.
32937         * dirent/readdir64.c: Likewise.
32938         * dirent/readdir64_r.c: Likewise.
32939         * dirent/readdir_r.c: Likewise.
32940         * dirent/rewinddir.c: Likewise.
32941         * dirent/seekdir.c: Likewise.
32942         * dirent/telldir.c: Likewise.
32943         * gmon/profil.c: Likewise.
32944         * grp/setgroups.c: Likewise.
32945         * inet/if_index.c: Likewise.
32946         * io/access.c: Likewise.
32947         * io/chdir.c: Likewise.
32948         * io/chmod.c: Likewise.
32949         * io/chown.c: Likewise.
32950         * io/close.c: Likewise.
32951         * io/dup.c: Likewise.
32952         * io/dup2.c: Likewise.
32953         * io/dup3.c: Likewise.
32954         * io/euidaccess.c: Likewise.
32955         * io/faccessat.c: Likewise.
32956         * io/fchdir.c: Likewise.
32957         * io/fchmod.c: Likewise.
32958         * io/fchmodat.c: Likewise.
32959         * io/fchown.c: Likewise.
32960         * io/fchownat.c: Likewise.
32961         * io/fcntl.c: Likewise.
32962         * io/flock.c: Likewise.
32963         * io/fstatfs.c: Likewise.
32964         * io/fstatfs64.c: Likewise.
32965         * io/fstatvfs.c: Likewise.
32966         * io/fstatvfs64.c: Likewise.
32967         * io/futimens.c: Likewise.
32968         * io/fxstat.c: Likewise.
32969         * io/fxstat64.c: Likewise.
32970         * io/fxstatat.c: Likewise.
32971         * io/fxstatat64.c: Likewise.
32972         * io/getcwd.c: Likewise.
32973         * io/isatty.c: Likewise.
32974         * io/lchmod.c: Likewise.
32975         * io/lchown.c: Likewise.
32976         * io/link.c: Likewise.
32977         * io/linkat.c: Likewise.
32978         * io/lseek.c: Likewise.
32979         * io/lseek64.c: Likewise.
32980         * io/lxstat64.c: Likewise.
32981         * io/mkdir.c: Likewise.
32982         * io/mkdirat.c: Likewise.
32983         * io/mkfifo.c: Likewise.
32984         * io/mkfifoat.c: Likewise.
32985         * io/open.c: Likewise.
32986         * io/open64.c: Likewise.
32987         * io/openat.c: Likewise.
32988         * io/openat64.c: Likewise.
32989         * io/pipe.c: Likewise.
32990         * io/pipe2.c: Likewise.
32991         * io/poll.c: Likewise.
32992         * io/posix_fadvise.c: Likewise.
32993         * io/posix_fadvise64.c: Likewise.
32994         * io/posix_fallocate.c: Likewise.
32995         * io/posix_fallocate64.c: Likewise.
32996         * io/read.c: Likewise.
32997         * io/readlink.c: Likewise.
32998         * io/readlinkat.c: Likewise.
32999         * io/rmdir.c: Likewise.
33000         * io/sendfile.c: Likewise.
33001         * io/sendfile64.c: Likewise.
33002         * io/statfs.c: Likewise.
33003         * io/statfs64.c: Likewise.
33004         * io/statvfs.c: Likewise.
33005         * io/statvfs64.c: Likewise.
33006         * io/symlink.c: Likewise.
33007         * io/symlinkat.c: Likewise.
33008         * io/ttyname.c: Likewise.
33009         * io/ttyname_r.c: Likewise.
33010         * io/umask.c: Likewise.
33011         * io/unlink.c: Likewise.
33012         * io/unlinkat.c: Likewise.
33013         * io/utime.c: Likewise.
33014         * io/utimensat.c: Likewise.
33015         * io/write.c: Likewise.
33016         * io/xmknod.c: Likewise.
33017         * io/xmknodat.c: Likewise.
33018         * io/xstat.c: Likewise.
33019         * io/xstat64.c: Likewise.
33020         * login/getpt.c: Likewise.
33021         * login/grantpt.c: Likewise.
33022         * login/unlockpt.c: Likewise.
33023         * math/e_acoshl.c: Likewise.
33024         * math/e_acosl.c: Likewise.
33025         * math/e_asinl.c: Likewise.
33026         * math/e_atan2l.c: Likewise.
33027         * math/e_atanhl.c: Likewise.
33028         * math/e_coshl.c: Likewise.
33029         * math/e_expl.c: Likewise.
33030         * math/e_fmodl.c: Likewise.
33031         * math/e_gammal_r.c: Likewise.
33032         * math/e_hypotl.c: Likewise.
33033         * math/e_j0l.c: Likewise.
33034         * math/e_j1l.c: Likewise.
33035         * math/e_jnl.c: Likewise.
33036         * math/e_lgammal_r.c: Likewise.
33037         * math/e_log10l.c: Likewise.
33038         * math/e_log2l.c: Likewise.
33039         * math/e_logl.c: Likewise.
33040         * math/e_powl.c: Likewise.
33041         * math/e_rem_pio2l.c: Likewise.
33042         * math/e_sinhl.c: Likewise.
33043         * math/e_sqrtl.c: Likewise.
33044         * math/fclrexcpt.c: Likewise.
33045         * math/fedisblxcpt.c: Likewise.
33046         * math/feenablxcpt.c: Likewise.
33047         * math/fegetenv.c: Likewise.
33048         * math/fegetexcept.c: Likewise.
33049         * math/fegetround.c: Likewise.
33050         * math/feholdexcpt.c: Likewise.
33051         * math/fesetenv.c: Likewise.
33052         * math/fesetround.c: Likewise.
33053         * math/feupdateenv.c: Likewise.
33054         * math/fgetexcptflg.c: Likewise.
33055         * math/fraiseexcpt.c: Likewise.
33056         * math/fsetexcptflg.c: Likewise.
33057         * math/ftestexcept.c: Likewise.
33058         * math/k_cosl.c: Likewise.
33059         * math/k_rem_pio2l.c: Likewise.
33060         * math/k_sinl.c: Likewise.
33061         * math/k_tanl.c: Likewise.
33062         * math/s_asinhl.c: Likewise.
33063         * math/s_atanl.c: Likewise.
33064         * math/s_cbrtl.c: Likewise.
33065         * math/s_erfl.c: Likewise.
33066         * math/s_expm1l.c: Likewise.
33067         * math/s_log1pl.c: Likewise.
33068         * math/s_tanhl.c: Likewise.
33069         * misc/acct.c: Likewise.
33070         * misc/brk.c: Likewise.
33071         * misc/chflags.c: Likewise.
33072         * misc/chroot.c: Likewise.
33073         * misc/fchflags.c: Likewise.
33074         * misc/fgetxattr.c: Likewise.
33075         * misc/flistxattr.c: Likewise.
33076         * misc/fremovexattr.c: Likewise.
33077         * misc/fsetxattr.c: Likewise.
33078         * misc/fsync.c: Likewise.
33079         * misc/ftruncate.c: Likewise.
33080         * misc/futimes.c: Likewise.
33081         * misc/futimesat.c: Likewise.
33082         * misc/getdomain.c: Likewise.
33083         * misc/getdtsz.c: Likewise.
33084         * misc/gethostid.c: Likewise.
33085         * misc/gethostname.c: Likewise.
33086         * misc/getloadavg.c: Likewise.
33087         * misc/getpagesize.c: Likewise.
33088         * misc/getsysstats.c: Likewise.
33089         * misc/getxattr.c: Likewise.
33090         * misc/gtty.c: Likewise.
33091         * misc/ioctl.c: Likewise.
33092         * misc/lgetxattr.c: Likewise.
33093         * misc/listxattr.c: Likewise.
33094         * misc/llistxattr.c: Likewise.
33095         * misc/lremovexattr.c: Likewise.
33096         * misc/lsetxattr.c: Likewise.
33097         * misc/lutimes.c: Likewise.
33098         * misc/madvise.c: Likewise.
33099         * misc/mincore.c: Likewise.
33100         * misc/mlock.c: Likewise.
33101         * misc/mlockall.c: Likewise.
33102         * misc/mmap.c: Likewise.
33103         * misc/mprotect.c: Likewise.
33104         * misc/msync.c: Likewise.
33105         * misc/munlock.c: Likewise.
33106         * misc/munlockall.c: Likewise.
33107         * misc/munmap.c: Likewise.
33108         * misc/preadv.c: Likewise.
33109         * misc/preadv64.c: Likewise.
33110         * misc/ptrace.c: Likewise.
33111         * misc/pwritev.c: Likewise.
33112         * misc/pwritev64.c: Likewise.
33113         * misc/readv.c: Likewise.
33114         * misc/reboot.c: Likewise.
33115         * misc/remap_file_pages.c: Likewise.
33116         * misc/removexattr.c: Likewise.
33117         * misc/revoke.c: Likewise.
33118         * misc/select.c: Likewise.
33119         * misc/setdomain.c: Likewise.
33120         * misc/setegid.c: Likewise.
33121         * misc/seteuid.c: Likewise.
33122         * misc/sethostid.c: Likewise.
33123         * misc/sethostname.c: Likewise.
33124         * misc/setregid.c: Likewise.
33125         * misc/setreuid.c: Likewise.
33126         * misc/setxattr.c: Likewise.
33127         * misc/sstk.c: Likewise.
33128         * misc/stty.c: Likewise.
33129         * misc/swapoff.c: Likewise.
33130         * misc/swapon.c: Likewise.
33131         * misc/sync.c: Likewise.
33132         * misc/syncfs.c: Likewise.
33133         * misc/syscall.c: Likewise.
33134         * misc/truncate.c: Likewise.
33135         * misc/ualarm.c: Likewise.
33136         * misc/usleep.c: Likewise.
33137         * misc/ustat.c: Likewise.
33138         * misc/utimes.c: Likewise.
33139         * misc/vhangup.c: Likewise.
33140         * misc/writev.c: Likewise.
33141         * posix/_exit.c: Likewise.
33142         * posix/alarm.c: Likewise.
33143         * posix/execve.c: Likewise.
33144         * posix/fexecve.c: Likewise.
33145         * posix/fork.c: Likewise.
33146         * posix/fpathconf.c: Likewise.
33147         * posix/getaddrinfo.c: Likewise.
33148         * posix/getegid.c: Likewise.
33149         * posix/geteuid.c: Likewise.
33150         * posix/getgid.c: Likewise.
33151         * posix/getgroups.c: Likewise.
33152         * posix/getlogin.c: Likewise.
33153         * posix/getlogin_r.c: Likewise.
33154         * posix/getpgid.c: Likewise.
33155         * posix/getpid.c: Likewise.
33156         * posix/getppid.c: Likewise.
33157         * posix/getresgid.c: Likewise.
33158         * posix/getresuid.c: Likewise.
33159         * posix/getsid.c: Likewise.
33160         * posix/getuid.c: Likewise.
33161         * posix/glob64.c: Likewise.
33162         * posix/nanosleep.c: Likewise.
33163         * posix/pathconf.c: Likewise.
33164         * posix/pause.c: Likewise.
33165         * posix/posix_madvise.c: Likewise.
33166         * posix/pread.c: Likewise.
33167         * posix/pread64.c: Likewise.
33168         * posix/pwrite.c: Likewise.
33169         * posix/pwrite64.c: Likewise.
33170         * posix/sched_getaffinity.c: Likewise.
33171         * posix/sched_getp.c: Likewise.
33172         * posix/sched_gets.c: Likewise.
33173         * posix/sched_primax.c: Likewise.
33174         * posix/sched_primin.c: Likewise.
33175         * posix/sched_rr_gi.c: Likewise.
33176         * posix/sched_setaffinity.c: Likewise.
33177         * posix/sched_setp.c: Likewise.
33178         * posix/sched_sets.c: Likewise.
33179         * posix/sched_yield.c: Likewise.
33180         * posix/setgid.c: Likewise.
33181         * posix/setlogin.c: Likewise.
33182         * posix/setpgid.c: Likewise.
33183         * posix/setresgid.c: Likewise.
33184         * posix/setresuid.c: Likewise.
33185         * posix/setsid.c: Likewise.
33186         * posix/setuid.c: Likewise.
33187         * posix/sleep.c: Likewise.
33188         * posix/spawni.c: Likewise.
33189         * posix/sysconf.c: Likewise.
33190         * posix/times.c: Likewise.
33191         * posix/wait.c: Likewise.
33192         * posix/wait3.c: Likewise.
33193         * posix/wait4.c: Likewise.
33194         * posix/waitpid.c: Likewise.
33195         * resolv/gai_sigqueue.c: Likewise.
33196         * resource/getpriority.c: Likewise.
33197         * resource/getrlimit.c: Likewise.
33198         * resource/getrusage.c: Likewise.
33199         * resource/nice.c: Likewise.
33200         * resource/setpriority.c: Likewise.
33201         * resource/setrlimit.c: Likewise.
33202         * resource/ulimit.c: Likewise.
33203         * rt/aio_cancel.c: Likewise.
33204         * rt/aio_fsync.c: Likewise.
33205         * rt/aio_read.c: Likewise.
33206         * rt/aio_sigqueue.c: Likewise.
33207         * rt/aio_suspend.c: Likewise.
33208         * rt/aio_write.c: Likewise.
33209         * rt/clock_getres.c: Likewise.
33210         * rt/clock_gettime.c: Likewise.
33211         * rt/clock_nanosleep.c: Likewise.
33212         * rt/clock_settime.c: Likewise.
33213         * rt/lio_listio.c: Likewise.
33214         * rt/mq_close.c: Likewise.
33215         * rt/mq_getattr.c: Likewise.
33216         * rt/mq_notify.c: Likewise.
33217         * rt/mq_open.c: Likewise.
33218         * rt/mq_receive.c: Likewise.
33219         * rt/mq_send.c: Likewise.
33220         * rt/mq_setattr.c: Likewise.
33221         * rt/mq_timedreceive.c: Likewise.
33222         * rt/mq_timedsend.c: Likewise.
33223         * rt/mq_unlink.c: Likewise.
33224         * rt/shm_open.c: Likewise.
33225         * rt/shm_unlink.c: Likewise.
33226         * rt/timer_create.c: Likewise.
33227         * rt/timer_delete.c: Likewise.
33228         * rt/timer_getoverr.c: Likewise.
33229         * rt/timer_gettime.c: Likewise.
33230         * rt/timer_settime.c: Likewise.
33231         * setjmp/__longjmp.c: Likewise.
33232         * setjmp/setjmp.c: Likewise.
33233         * signal/kill.c: Likewise.
33234         * signal/killpg.c: Likewise.
33235         * signal/raise.c: Likewise.
33236         * signal/sigaction.c: Likewise.
33237         * signal/sigaltstack.c: Likewise.
33238         * signal/sigblock.c: Likewise.
33239         * signal/sigignore.c: Likewise.
33240         * signal/sigintr.c: Likewise.
33241         * signal/signal.c: Likewise.
33242         * signal/sigpause.c: Likewise.
33243         * signal/sigpending.c: Likewise.
33244         * signal/sigqueue.c: Likewise.
33245         * signal/sigreturn.c: Likewise.
33246         * signal/sigset.c: Likewise.
33247         * signal/sigsetmask.c: Likewise.
33248         * signal/sigstack.c: Likewise.
33249         * signal/sigsuspend.c: Likewise.
33250         * signal/sigtimedwait.c: Likewise.
33251         * signal/sigvec.c: Likewise.
33252         * signal/sigwait.c: Likewise.
33253         * signal/sigwaitinfo.c: Likewise.
33254         * signal/sysv_signal.c: Likewise.
33255         * socket/accept.c: Likewise.
33256         * socket/accept4.c: Likewise.
33257         * socket/bind.c: Likewise.
33258         * socket/connect.c: Likewise.
33259         * socket/getpeername.c: Likewise.
33260         * socket/getsockname.c: Likewise.
33261         * socket/getsockopt.c: Likewise.
33262         * socket/isfdtype.c: Likewise.
33263         * socket/listen.c: Likewise.
33264         * socket/recv.c: Likewise.
33265         * socket/recvfrom.c: Likewise.
33266         * socket/recvmsg.c: Likewise.
33267         * socket/send.c: Likewise.
33268         * socket/sendmsg.c: Likewise.
33269         * socket/sendto.c: Likewise.
33270         * socket/setsockopt.c: Likewise.
33271         * socket/shutdown.c: Likewise.
33272         * socket/sockatmark.c: Likewise.
33273         * socket/socket.c: Likewise.
33274         * socket/socketpair.c: Likewise.
33275         * stdio-common/ctermid.c: Likewise.
33276         * stdio-common/cuserid.c: Likewise.
33277         * stdio-common/remove.c: Likewise.
33278         * stdio-common/rename.c: Likewise.
33279         * stdio-common/renameat.c: Likewise.
33280         * stdio-common/tempname.c: Likewise.
33281         * stdlib/getcontext.c: Likewise.
33282         * stdlib/makecontext.c: Likewise.
33283         * stdlib/setcontext.c: Likewise.
33284         * stdlib/swapcontext.c: Likewise.
33285         * stdlib/system.c: Likewise.
33286         * streams/fattach.c: Likewise.
33287         * streams/fdetach.c: Likewise.
33288         * streams/getmsg.c: Likewise.
33289         * streams/getpmsg.c: Likewise.
33290         * streams/putmsg.c: Likewise.
33291         * streams/putpmsg.c: Likewise.
33292         * sysdeps/unix/bsd/getpt.c: Likewise.
33293         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
33294         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
33295         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
33296         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
33297         Likewise.
33298         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
33299         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
33300         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
33301         * sysvipc/msgctl.c: Likewise.
33302         * sysvipc/msgget.c: Likewise.
33303         * sysvipc/msgrcv.c: Likewise.
33304         * sysvipc/msgsnd.c: Likewise.
33305         * sysvipc/semctl.c: Likewise.
33306         * sysvipc/semget.c: Likewise.
33307         * sysvipc/semop.c: Likewise.
33308         * sysvipc/semtimedop.c: Likewise.
33309         * sysvipc/shmat.c: Likewise.
33310         * sysvipc/shmctl.c: Likewise.
33311         * sysvipc/shmdt.c: Likewise.
33312         * sysvipc/shmget.c: Likewise.
33313         * termios/tcdrain.c: Likewise.
33314         * termios/tcflow.c: Likewise.
33315         * termios/tcflush.c: Likewise.
33316         * termios/tcgetattr.c: Likewise.
33317         * termios/tcgetpgrp.c: Likewise.
33318         * termios/tcsendbrk.c: Likewise.
33319         * termios/tcsetattr.c: Likewise.
33320         * termios/tcsetpgrp.c: Likewise.
33321         * time/adjtime.c: Likewise.
33322         * time/clock.c: Likewise.
33323         * time/getitimer.c: Likewise.
33324         * time/gettimeofday.c: Likewise.
33325         * time/setitimer.c: Likewise.
33326         * time/settimeofday.c: Likewise.
33327         * time/stime.c: Likewise.
33328         * time/time.c: Likewise.
33329
33330 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
33331
33332         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
33333         /usr/old/bin.
33334
33335         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
33336         instead of spaces.
33337         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
33338
33339 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
33340
33341         [BZ #14796]
33342         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
33343         FE_TONEAREST before applying Dekker multiplication and Knuth
33344         addition.  Clear inexact exceptions and check for exact zero
33345         results afterwards.
33346         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33347         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33348         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33349         * math/libm-test.inc (fma_test): Add more tests.
33350         (fma_test_towardzero): Likewise.
33351         (fma_test_downward): Likewise.
33352         (fma_test_upward): Likewise.
33353         * sysdeps/generic/math_private.h (default_libc_fesetround): New
33354         function.
33355         (libc_fesetround): New macro.
33356         (libc_fesetroundf): Likewise.
33357         (libc_fesetroundl): Likewise.
33358         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
33359         function.
33360         (libc_fesetround_387): Likewise.
33361         (libc_fesetroundf): New macro.
33362         (libc_fesetround): Likewise.
33363         (libc_fesetroundl): Likewise.
33364         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
33365         function.
33366         (libc_fesetroundf): New macro.
33367         (libc_fesetround): Likewise.
33368         (libc_fesetroundl): Likewise.
33369         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
33370         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
33371         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
33372         libm_hidden_ver.
33373         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
33374         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
33375         libm_hidden_def.
33376         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
33377         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
33378         libm_hidden_ver.
33379         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
33380         libm_hidden_def.
33381
33382         [BZ #3439]
33383         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
33384         integer constant usable in #if and use that to give value to enum
33385         constant.
33386         (FE_DIVBYZERO): Likewise.
33387         (FE_UNDERFLOW): Likewise.
33388         (FE_OVERFLOW): Likewise.
33389         (FE_INVALID): Likewise.
33390         (FE_INVALID_SNAN): Likewise.
33391         (FE_INVALID_ISI): Likewise.
33392         (FE_INVALID_IDI): Likewise.
33393         (FE_INVALID_ZDZ): Likewise.
33394         (FE_INVALID_IMZ): Likewise.
33395         (FE_INVALID_COMPARE): Likewise.
33396         (FE_INVALID_SOFTWARE): Likewise.
33397         (FE_INVALID_SQRT): Likewise.
33398         (FE_INVALID_INTEGER_CONVERSION): Likewise.
33399         (FE_TONEAREST): Likewise.
33400         (FE_TOWARDZERO): Likewise.
33401         (FE_UPWARD): Likewise.
33402         (FE_DOWNWARD): Likewise.
33403         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
33404         (FE_DIVBYZERO): Likewise.
33405         (FE_OVERFLOW): Likewise.
33406         (FE_UNDERFLOW): Likewise.
33407         (FE_INEXACT): Likewise.
33408         (FE_TONEAREST): Likewise.
33409         (FE_DOWNWARD): Likewise.
33410         (FE_UPWARD): Likewise.
33411         (FE_TOWARDZERO): Likewise.
33412         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
33413         (FE_UNDERFLOW): Likewise.
33414         (FE_OVERFLOW): Likewise.
33415         (FE_DIVBYZERO): Likewise.
33416         (FE_INVALID): Likewise.
33417         (FE_TONEAREST): Likewise.
33418         (FE_TOWARDZERO): Likewise.
33419         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
33420         (FE_OVERFLOW): Likewise.
33421         (FE_UNDERFLOW): Likewise.
33422         (FE_DIVBYZERO): Likewise.
33423         (FE_INEXACT): Likewise.
33424         (FE_TONEAREST): Likewise.
33425         (FE_TOWARDZERO): Likewise.
33426         (FE_UPWARD): Likewise.
33427         (FE_DOWNWARD): Likewise.
33428         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
33429         (FE_DIVBYZERO): Likewise.
33430         (FE_OVERFLOW): Likewise.
33431         (FE_UNDERFLOW): Likewise.
33432         (FE_INEXACT): Likewise.
33433         (FE_TONEAREST): Likewise.
33434         (FE_DOWNWARD): Likewise.
33435         (FE_UPWARD): Likewise.
33436         (FE_TOWARDZERO): Likewise.
33437
33438 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
33439
33440         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
33441
33442 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
33443
33444         * scripts/cross-test-ssh.sh (command): Use newlines to separate
33445         commands.  Quote $PWD.
33446         (blacklist_exports): Don't use remove_newlines.  Replace "declare
33447         -x" by "export".
33448         (remove_newlines): Remove.
33449
33450 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
33451
33452         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
33453         * stdlib/stdlib.h (atof): Moved to ...
33454         * include/bits/stdlib-float.h: Here.  New file.
33455         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
33456         * stdlib/bits/stdlib-float.h: New file.
33457         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
33458         -mno-sse -mno-mmx.
33459         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
33460         <xmmintrin.h>.
33461
33462 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33463
33464         * conform/conformtest.pl (@headers): Add fenv.h.
33465         * conform/data/fenv.h-data: New file.
33466         * include/fenv.h [_ISOMAC]: Disable all contents of file except
33467         include of <math/fenv.h>.
33468
33469         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
33470         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
33471         && !UNIX98].  Enables tests for XOPEN2K8.
33472         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
33473         POSIX2008]: Likewise.
33474
33475         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
33476         (struct rusage): Do not expect type or its members.
33477
33478         [BZ #3439]
33479         * math/math.h (FP_NAN): Define macro to integer constant usable in
33480         #if and use that to give value to enum constant.
33481         (FP_INFINITE): Likewise.
33482         (FP_ZERO): Likewise.
33483         (FP_SUBNORMAL): Likewise.
33484         (FP_NORMAL): Likewise.
33485
33486 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
33487
33488         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
33489         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
33490         arguments.
33491
33492 2012-11-02  Roland McGrath  <roland@hack.frob.com>
33493
33494         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
33495         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
33496         autoconf-time if not.
33497         * configure.in: Remove AC_PREREQ.
33498
33499 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33500
33501         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
33502         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
33503         of the internal implementation.
33504
33505 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33506
33507         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
33508         except include of <misc/sys/syslog.h>.
33509
33510 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33511
33512         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
33513         function returns with a NULL context exit with zero.
33514
33515 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33516
33517         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
33518
33519 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
33520
33521         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
33522         (run_program_cmd): This.
33523         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
33524         (tst_langinfo): New variable.  Use it.
33525
33526 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
33527
33528         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
33529         floating point opcodes.
33530
33531 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33532
33533         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
33534         variable.
33535
33536         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
33537
33538         * sysdeps/mach/hurd/powerpc: Remove directory.
33539         * sysdeps/mach/powerpc: Likewise.
33540
33541 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33542
33543         * scripts/check-local-headers.sh: Ignore c++ headers.
33544
33545 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33546
33547         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
33548         __libc_cleanup_region_start argument.
33549
33550 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
33551
33552         [BZ #14784]
33553         [BZ #14785]
33554         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
33555         x * y using scaling, not as x * y + z.
33556         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33557         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33558         * math/libm-test.inc (fma_test): Add more tests.
33559         (fma_test_towardzero): Likewise.
33560         (fma_test_downward): Likewise.
33561         (fma_test_upward): Likewise.
33562
33563 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33564
33565         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
33566
33567 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33568
33569         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
33570         New variable.
33571
33572 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
33573
33574         * rt/tst-shm.c (worker): Correct checking for mmap failure.
33575
33576 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33577
33578         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33579         Fix sort order.
33580         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33581         Likewise.
33582
33583 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33584
33585         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33586         Fix the order of the list for glibc 2.17.
33587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33588         Likewise.
33589
33590 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33591
33592         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33593
33594 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33595
33596         [BZ #14610]
33597         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
33598         for low part of x being zero before using __atanl (y).
33599         * math/libm-test.inc (atan2_test): Add another test.
33600
33601         * manual/install.texi (Configuring and compiling): Document
33602         general use of test-wrapper and test-wrapper-env.
33603         * INSTALL: Regenerated.
33604
33605         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
33606         (__fma): Do not extract and scale down low bits on after-rounding
33607         systems when result rounded to normal precision would have normal
33608         exponent.
33609         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
33610         (__fmal): Do not extract and scale down low bits on after-rounding
33611         systems when result rounded to normal precision would have normal
33612         exponent.
33613         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33614         (__fmal): Do not extract and scale down low bits on after-rounding
33615         systems when result rounded to normal precision would have normal
33616         exponent.
33617         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33618         macro.
33619         (fma_test): Add more tests.
33620         (fma_test_towardzero): Likewise.
33621         (fma_test_downward): Likewise.
33622         (fma_test_upward): Likewise.
33623
33624 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
33625
33626         * sysdeps/i386/tininess.h: Renamed to ...
33627         * sysdeps/x86/tininess.h: This.
33628         * sysdeps/x86_64/tininess.h: Removed.
33629
33630 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33631
33632         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33633         input.  Use $(build-program-cmd).
33634         ($(objpfx)tst-array1-static.out): Likewise.
33635         ($(objpfx)tst-array2.out): Likewise.
33636         ($(objpfx)tst-array3.out): Likewise.
33637         ($(objpfx)tst-array4.out): Likewise.
33638         ($(objpfx)tst-array5.out): Likewise.
33639         ($(objpfx)tst-array5-static.out): Likewise.
33640
33641 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
33642
33643         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33644         if defined.
33645
33646         * nss/nsswitch.h (nss_interface_function): Provide new
33647         macro for use with NSS functions.
33648         * grp/initgroups.c: Use new macro.
33649         * nss/getXXbyYY.c: Likewise.
33650         * nss/getXXbyYY_r.c: Likewise.
33651         * nss/getXXent.c: Likewise.
33652         * nss/getXXent_r.c: Likewise.
33653         * sysdeps/posix/getaddrinfo.c: Likewise.
33654
33655 2012-10-30  Andreas Jaeger  <aj@suse.de>
33656
33657         * po/ru.po: Update Russion translation from translation project.
33658
33659 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33660
33661         [BZ #14152]
33662         [BZ #14783]
33663         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33664         result and shift together with sticky bit instead of replicating
33665         round-to-nearest rounding.
33666         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33667         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33668         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
33669         missing underflow exceptions.
33670         (fma_test_towardzero): Add more tests.
33671         (fma_test_downward): Likewise.
33672         (fma_test_upward): Likewise.
33673
33674         [BZ #14047]
33675         * sysdeps/generic/tininess.h: New file.
33676         * sysdeps/i386/tininess.h: Likewise.
33677         * sysdeps/sh/tininess.h: Likewise.
33678         * sysdeps/x86_64/tininess.h: Likewise.
33679         * stdlib/tst-strtod-underflow.c: Likewise.
33680         * stdlib/tst-tininess.c: Likewise.
33681         * stdlib/strtod_l.c: Include <tininess.h>.
33682         (round_and_return): Do not set errno for exact underflow cases.
33683         Force an underflow exception when setting errno for underflow.
33684         Determine underflow based on rounding to normal precision if
33685         TININESS_AFTER_ROUNDING.
33686         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33687         ERANGE for exact underflow cases.
33688         * stdlib/Makefile (tests): Add tst-tininess and
33689         tst-strtod-underflow.
33690         ($(objpfx)tst-tininess): Use $(link-libm).
33691         ($(objpfx)tst-strtod-underflow): Likewise.
33692
33693 2012-10-30  Andreas Jaeger  <aj@suse.de>
33694
33695         [BZ#14767]
33696         * elf/Makefile (tests): Remove conditional for have-initfini-array
33697         since this is now always required and the variable does not exist
33698         anymore.
33699         (tests-static): Likewise.
33700         (modules-names): Likewise.
33701
33702         * po/eo.po: Add Esperanto translation from translation project.
33703
33704         * elf/tst-array1.c (fini_array): Make writeable so that it can be
33705         merged with constructor/destructor.
33706         (init_array): Likewise.
33707         * elf/tst-array2dep.c (fini_array): Likewise.
33708         (init_array): Likewise.
33709
33710 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
33711
33712         * manual/message.texi: Delete @cartouche tags.
33713
33714 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
33715
33716         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33717         EOPNOTSUPP.
33718         * sysdeps/mach/hurd/fsync.c: Likewise.
33719
33720         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33721         [_POSIX_REALTIME_SIGNALS]: Change condition to
33722         [_POSIX_REALTIME_SIGNALS > 0].
33723
33724 2012-10-27  Andreas Jaeger  <aj@suse.de>
33725
33726         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33727         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33728         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33729         [__WORDSIZE != 64]: Likewise.
33730
33731 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
33732
33733         *  iconvdata/tst-table.sh: Remove ${SHELL}.
33734         *  iconvdata/tst-tables.sh: Likewise.
33735
33736 2012-10-25  David S. Miller  <davem@davemloft.net>
33737
33738         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33739         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33740         of strtoull.
33741
33742         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33743         ifunc-impl-list.c
33744         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33745         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33746         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33747         file.
33748
33749 2012-10-25  Roland McGrath  <roland@hack.frob.com>
33750
33751         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33752         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33753         __getdirentries.
33754
33755 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33756             Jim Blandy  <jimb@codesourcery.com>
33757
33758         * scripts/cross-test-ssh.sh: New file.
33759         * manual/install.texi (Configuring and compiling): Document use of
33760         cross-test-ssh.sh.
33761         * INSTALL: Regenerated.
33762
33763 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
33764
33765         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33766         EOPNOTSUPP.
33767
33768 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33769
33770         * Makeconfig (run-program-prefix): Fix comment.
33771
33772 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33773             Jim Blandy  <jimb@codesourcery.com>
33774
33775         * Makeconfig (test-wrapper): New variable,
33776         (test-wrapper-env): Likewise.
33777         [$(cross-compiling) = yes && $(test-wrapper) != ""]
33778         (run-built-tests): Define to yes.
33779         (run-program-prefix): Use $(test-wrapper).
33780         (built-program-cmd): Likewise.
33781         * Rules (make-test-out): Use $(test-wrapper-env) and
33782         $(host-built-program-cmd).
33783         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33784         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33785         tst-pathopt.sh.
33786         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33787         $(test-wrapper-env) to tst-rtld-load-self.sh.
33788         ($(objpfx)order2.out): Use $(test-wrapper).
33789         ($(objpfx)tst-initorder.out): Likewise.
33790         ($(objpfx)tst-initorder2.out): Likewise.
33791         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33792         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33793         (test_wrapper_env): New variable.  Use it to run ld.so.
33794         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33795         Use it to run ld.so.
33796         (test_wrapper_env): Likewise.
33797         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33798         $(test-wrapper) to run-iconv-test.sh.
33799         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33800         (ICONV): Use $test_wrapper.
33801         * posix/Makefile ($(objpfx)globtest.out): Pass
33802         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33803         globtest.sh, not $(run-program-prefix).
33804         * posix/globtest.sh (run_via_rtld_prefix): New variable.
33805         (test_wrapper): Likewise.
33806         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
33807         set together with run_via_rtld_prefix.
33808         (run_program_prefix): Define in terms of test_wrapper and
33809         run_via_rtld_prefix.
33810
33811 2012-10-24  Roland McGrath  <roland@hack.frob.com>
33812
33813         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33814         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33815         Targets removed.
33816
33817         [BZ #14743]
33818         * include/time.h: Remove librt_hidden_proto (clock_gettime).
33819         Declare __clock_getres, __clock_gettime, __clock_settime,
33820         __clock_nanosleep, and __clock_getcpuclockid.
33821         * rt/clock_gettime.c: Define __clock_gettime as an alias.
33822         Remove librt_hidden_def (clock_gettime).
33823         * sysdeps/unix/clock_gettime.c: Likewise.
33824         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33825         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33826         * rt/clock_getres.c: Define __clock_getres as an alias.
33827         * sysdeps/posix/clock_getres.c: Likewise.
33828         * rt/clock_settime.c: Define __clock_settime as an alias.
33829         * sysdeps/unix/clock_settime.c: Likewise.
33830         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33831         * sysdeps/unix/clock_nanosleep.c: Likewise.
33832         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33833         * rt/clock-compat.c: New file.
33834         * rt/Makefile (librt-routines): Add clock-compat and move
33835         $(clock-routines) to ...
33836         (routines): ... here, new variable.
33837         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33838         Don't add get_clockfreq here.
33839         * rt/Versions (libc: GLIBC_2.17): New version set.
33840         Add clock_* symbols here.
33841         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
33842         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33843         (GLIBC_2.17): Add clock_* symbols.
33844         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33845         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33846         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33847         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33848         Likewise.
33849         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33850         Likewise.
33851         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33852         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33853         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33854         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33855         * NEWS: Mention the move.
33856
33857         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33858         Use __open, __read, __close rather than their public counterparts.
33859         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33860         (__get_clockfreq_via_cpuinfo): Likewise.
33861         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33862         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33863
33864         * config.h.in (HAVE_IFUNC): New #undef.
33865         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33866         was successful.
33867         * configure: Regenerated.
33868
33869 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33870
33871         * configure.in: Move READELF check to start of file.
33872         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33873         libc_cv_asm_gnu_indirect_function in the process.
33874         * configure: Regenerated.
33875
33876 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33877
33878         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33879         send the output to /dev/null.
33880         (libc_cv_cc_with_libunwind): Likewise.
33881         (libc_cv_as_noexecstack): Likewise.
33882         * configure: Regenerate.
33883
33884 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33885
33886         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33887
33888         * posix/globtest.sh (TMPDIR): Do not set.
33889         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33890         (testout): Likewise.
33891
33892 2012-10-24  Andreas Jaeger  <aj@suse.de>
33893
33894         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33895         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33896         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33897         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33898         posix_fadvise64, posix_fallocate64.
33899
33900         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33901         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33902         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33903         Likewise.
33904         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33905         Likewise.
33906         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33907
33908         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33909         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33910         <bits/fcntl-linux.h>.
33911         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33912
33913         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33914         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33915         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33916         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33917         [__WORDSIZE != 64]: Likewise.
33918
33919 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33920
33921         * Makeconfig (run-built-tests): New variable.
33922         * Rules [$(cross-compiling) = yes]: Change condition to
33923         [$(run-built-tests) = no].
33924         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33925         to [$(run-built-tests) = yes].
33926         * elf/Makefile [$(cross-compiling) = no]: Likewise
33927         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33928         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33929         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33930         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33931         * io/Makefile [$(cross-compiling) = no]: Likewise.
33932         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33933         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33934         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33935         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33936         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33937         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33938         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33939         * string/Makefile [$(cross-compiling) = no]: Likewise.
33940
33941         * posix/Makefile ($(objpfx)globtest.out): Pass
33942         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33943         $(rtld-installed-name).
33944         * posix/globtest.sh (elf_objpfx): Remove variable.
33945         (rtld_installed_name): Likewise.
33946         (library_path): Likewise.
33947         (run_program_prefix): New variable.  Use for running globtest
33948         binary.
33949
33950 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33951             Joseph Myers  <joseph@codesourcery.com>
33952
33953         * Makeconfig (host-built-program-cmd): New variable.
33954         * elf/Makefile (tst-stackguard1-ARGS): Use
33955         $(host-built-program-cmd).
33956         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33957         (tst-spawn-ARGS): Likewise.
33958         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33959
33960 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33961             Jim Blandy  <jimb@codesourcery.com>
33962
33963         * Makeconfig (run-via-rtld-prefix): New variable.
33964         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33965         (built-program-cmd): Likewise.
33966
33967 2012-10-22  Andreas Jaeger  <aj@suse.de>
33968
33969         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33970         __O_RSYNC if it exists, otherwise to O_SYNC.
33971
33972 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
33973             Joseph Myers  <joseph@codesourcery.com>
33974
33975         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33976         /dev/null.
33977         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33978         from /dev/null
33979         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33980         /dev/null.
33981
33982 2012-10-22  Andreas Jaeger  <aj@suse.de>
33983
33984         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33985         Define always.
33986         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33987
33988         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33989         bits/fcntl-linux.h.
33990
33991         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
33992         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
33993
33994         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
33995         to __O_LARGEFILE.
33996         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
33997         to __O_LARGEFILE.
33998
33999 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
34000             Joseph Myers  <joseph@codesourcery.com>
34001
34002         * config.make.in (NM): New variable.
34003
34004 2012-10-21  Andreas Jaeger  <aj@suse.de>
34005
34006         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
34007         definitions and declarations that are provided by
34008         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
34009
34010 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
34011
34012         [BZ #14683]
34013         * elf/Makefile (tests-static): Add tst-leaks1-static.
34014         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
34015         ($(objpfx)tst-leaks1-static): New rule.
34016         ($(objpfx)tst-leaks1-static-mem): Likewise.
34017         (tst-leaks1-static-ENV): New macro.
34018         * elf/dl-open.c (dl_open_worker): Check the main application
34019         only if SHARED is defined.
34020         * elf/tst-leaks1-static.c: New file.
34021
34022 2012-10-20  Andreas Jaeger  <aj@suse.de>
34023
34024         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
34025         generic values for Linux.
34026         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
34027         and declarations that are provided by <bits/fcntl-linux.h> and
34028         include <bits/fcntl-linux.h>.
34029         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
34030         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
34031
34032 2012-10-20  Roland McGrath  <roland@hack.frob.com>
34033
34034         * io/fcntl.h: Move include of <bits/types.h> to the top and
34035         include it unconditionally.
34036
34037 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
34038
34039         * wcsmbs/Makefile (tests-ifunc): New variable.
34040         (tests): Add $(tests-ifunc).
34041         * wcsmbs/test-wcschr-ifunc.c: New file.
34042         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
34043         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
34044         * wcsmbs/test-wcslen-ifunc.c: Likewise.
34045         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
34046         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
34047
34048         * string/Makefile (tests-ifunc): New variable.
34049         (tests): Add $(tests-ifunc).
34050         * string/test-memccpy.c (TEST_NAME): New macro.
34051         * string/test-memchr.c (TEST_NAME): Likewise.
34052         * string/test-memcmp.c (TEST_NAME): Likewise.
34053         * string/test-memcpy.c (TEST_NAME): Likewise.
34054         * string/test-memmem.c (TEST_NAME): Likewise.
34055         * string/test-memmove.c (TEST_NAME): Likewise.
34056         * string/test-memset.c (TEST_NAME): Likewise.
34057         * string/test-rawmemchr.c (TEST_NAME): Likewise.
34058         * string/test-stpcpy.c (TEST_NAME): Likewise.
34059         * string/test-stpncpy.c (TEST_NAME): Likewise.
34060         * string/test-strcasecmp.c (TEST_NAME): Likewise.
34061         * string/test-strcasestr.c (TEST_NAME): Likewise.
34062         * string/test-strcat.c (TEST_NAME): Likewise.
34063         * string/test-strchr.c (TEST_NAME): Likewise.
34064         * string/test-strcmp.c(TEST_NAME): Likewise.
34065         * string/test-strcpy.c (TEST_NAME): Likewise.
34066         * string/test-strcspn.c (TEST_NAME): Likewise.
34067         * string/test-strlen.c (TEST_NAME): Likewise.
34068         * string/test-strncasecmp.c (TEST_NAME): Likewise.
34069         * string/test-strncmp.c (TEST_NAME): Likewise.
34070         * string/test-strncpy.c (TEST_NAME): Likewise.
34071         * string/test-strnlen.c (TEST_NAME): Likewise.
34072         * string/test-strpbrk.c (TEST_NAME): Likewise.
34073         * string/test-strrchr.c (TEST_NAME): Likewise.
34074         * string/test-strspn.c (TEST_NAME): Likewise.
34075         * string/test-strstr.c (TEST_NAME): Likewise.
34076         * string/test-bcopy-ifunc.c: New file.
34077         * string/test-bzero-ifunc.c: Likewise.
34078         * string/test-memccpy-ifunc.c: Likewise.
34079         * string/test-memchr-ifunc.c: Likewise.
34080         * string/test-memcmp-ifunc.c: Likewise.
34081         * string/test-memcpy-ifunc.c: Likewise.
34082         * string/test-memmem-ifunc.c: Likewise.
34083         * string/test-memmove-ifunc.c: Likewise.
34084         * string/test-mempcpy-ifunc.c: Likewise.
34085         * string/test-memset-ifunc.c: Likewise.
34086         * string/test-rawmemchr-ifunc.c: Likewise.
34087         * string/test-stpcpy-ifunc.c: Likewise.
34088         * string/test-stpncpy-ifunc.c: Likewise.
34089         * string/test-strcasecmp-ifunc.c: Likewise.
34090         * string/test-strcasestr-ifunc.c: Likewise.
34091         * string/test-strcat-ifunc.c: Likewise.
34092         * string/test-strchr-ifunc.c: Likewise.
34093         * string/test-strchrnul-ifunc.c: Likewise.
34094         * string/test-strcmp-ifunc.c: Likewise.
34095         * string/test-strcpy-ifunc.c: Likewise.
34096         * string/test-strcspn-ifunc.c: Likewise.
34097         * string/test-strlen-ifunc.c: Likewise.
34098         * string/test-strncasecmp-ifunc.c: Likewise.
34099         * string/test-strncat-ifunc.c: Likewise.
34100         * string/test-strncmp-ifunc.c: Likewise.
34101         * string/test-strncpy-ifunc.c: Likewise.
34102         * string/test-strnlen-ifunc.c: Likewise.
34103         * string/test-strpbrk-ifunc.c: Likewise.
34104         * string/test-strrchr-ifunc.c: Likewise.
34105         * string/test-strspn-ifunc.c: Likewise.
34106         * string/test-strstr-ifunc.c: Likewise.
34107
34108         * debug/Makefile (tests-ifunc): New variable.
34109         (tests): Add $(tests-ifunc).
34110         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
34111         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
34112         * debug/test-stpcpy_chk-ifunc.c: New file.
34113         * debug/test-strcpy_chk-ifunc.c: Likewise.
34114
34115 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
34116
34117         [BZ #13601]
34118         * elf/dl-load.c (open_verify): Retry read if the entire ELF
34119         header is not read in.
34120
34121 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
34122
34123         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
34124         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
34125         directly.  Pass built executable to script as
34126         $(built-program-cmd).
34127         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
34128         $testprogram without using LD_LIBRARY_PATH and $ldso.
34129
34130         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
34131         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
34132         $(rtld-installed-name).
34133         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
34134         (rtld_installed_name): Likewise.
34135         (library_path): Likewise.
34136         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
34137         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
34138         $(run-program-prefix) to tst-tables.sh.
34139         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
34140         it to run tst-table-from and tst-table-to.
34141         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
34142         Pass it to tst-table.sh.
34143         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
34144         $(run-program-prefix) to tst-gettext.sh.
34145         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
34146         tst-translit.sh.
34147         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
34148         tst-gettext2.sh.
34149         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
34150         to run tst-gettext.
34151         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
34152         to run tst-gettext2.
34153         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
34154         to run tst-translit.
34155         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
34156         $(run-program-prefix) to tst-mtrace.sh.
34157         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
34158         to run tst-mtrace.
34159         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
34160         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
34161         $(rtld-installed-name).
34162         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
34163         (rtld_installed_name): Likewise.
34164         (run_program_prefix): New variable.  Use it to run wordexp-test.
34165
34166         * Makeconfig (ARCH): Remove all definitions.
34167         (machine): Likewise.
34168         [ARCH]: Remove conditional code.
34169         [!objdir]: Give error.
34170         [!objdir] (objpfx): Remove.
34171         [!objdir] (common-objpfx): Likewise.
34172         [!objdir] (common-objdir): Likewise.
34173         * configure.in (config_makefile): Remove.  Hardcode Makefile in
34174         AC_CONFIG_FILES call.
34175         * configure: Regenerated.
34176
34177         [BZ #13888]
34178         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
34179         or TMPDIR.
34180         (testout): Likewise.
34181
34182         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
34183         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
34184         $(rtld-installed-name).
34185         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
34186         (rtld_installed_name): Likwise.
34187         (runit): Remove function.
34188         (run_getconf): New variable,  Use it for running getconf binary.
34189
34190 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
34191
34192         [BZ #14716]
34193         * string/test-memmem.c (check_result): New function.
34194         (do_one_test): Use it.
34195         (check1): New function.
34196         (test_main): Use it.
34197
34198 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
34199
34200         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
34201
34202 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
34203
34204         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
34205         (_G_LSEEK64): Likewise.
34206         (_G_MMAP64): Likewise.
34207         (_G_FSTAT64): Likewise.
34208         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
34209         (_G_LSEEK64): Likewise.
34210         (_G_MMAP64): Likewise.
34211         (_G_FSTAT64): Likewise.
34212         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
34213         unconditional.  Call __mmap64 directly.
34214         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
34215         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
34216         __lseek64 directly.
34217         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
34218         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
34219         __mmap64 directly.
34220         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
34221         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34222         __lseek64 directly.
34223         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
34224         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34225         __lseek64 directly.
34226         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
34227         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
34228         __lseek64 directly.
34229         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
34230         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
34231         __fxstat64 directly.
34232         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
34233         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
34234         unconditional.
34235         (freopen64) [!_G_OPEN64]: Remove conditional code.
34236         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
34237         unconditional.
34238         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
34239         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
34240         unconditional.
34241         (ftello64) [!_G_LSEEK64]: Remove conditional code.
34242         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
34243         unconditional.
34244         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34245         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
34246         unconditional.
34247         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
34248         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
34249         unconditional.
34250         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34251         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
34252         unconditional.
34253         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34254         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
34255         unconditional.
34256         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34257
34258 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
34259
34260         [BZ #12140]
34261         * manual/memory.texi (Malloc Tunable Parameters): Add note
34262         about free list pointers overwriting some perturb bytes.
34263         Wording suggested by Roland McGrath.
34264
34265 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
34266
34267         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
34268         (lgamma_test): Likewise.
34269         (tgamma_test): Likewise.
34270
34271 2012-10-16  Florian Weimer  <fweimer@redhat.com>
34272
34273         [BZ #14700]
34274         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
34275         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
34276
34277 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
34278
34279         * NEWS: Mention BZ #14716.
34280         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
34281         when removing AVAILABLE1_USES_J macro.
34282
34283 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
34284
34285         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
34286         (__bswap_64): __uint64_t for unsigned 64-bit int.
34287
34288 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
34289
34290         * include/string.h (memmem): Declare libc hidden alias.
34291         * string/memmem.c (memmem): Define libc hidden alias.
34292         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
34293         __read, __close instead of open, read, close.
34294
34295 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
34296
34297         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
34298         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
34299         global and hidden.
34300         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
34301         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
34302         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
34303         Likewise.
34304         (__rawmemchr_sse2): Likewise.
34305         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
34306         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
34307         (__strchr_sse2): Likewise.
34308         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
34309         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
34310         (__strcasecmp_sse2): Likewise.
34311         (__strncasecmp_sse2): Likewise.
34312         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
34313         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
34314         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
34315         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
34316         (__strrchr_sse2): Likewise.
34317         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
34318         ifunc-impl-list.c.
34319         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
34320         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
34321         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
34322         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
34323         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
34324         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
34325         * sysdeps/x86_64/multiarch/memset.S: Likewise.
34326         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
34327         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
34328         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
34329         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
34330         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
34331         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
34332         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
34333         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
34334         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
34335         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
34336         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
34337         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
34338         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
34339         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
34340         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
34341         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
34342         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
34343         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
34344         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
34345         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
34346         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
34347         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
34348         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
34349
34350         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
34351         global and hidden.
34352         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
34353         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
34354         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
34355         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
34356         Likewise.
34357         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
34358         Likewise.
34359         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
34360         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
34361         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
34362         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
34363         ifunc-impl-list.c.
34364         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
34365         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
34366         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
34367         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
34368         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
34369         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
34370         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
34371         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
34372         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
34373         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
34374         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
34375         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
34376         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
34377         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
34378         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
34379         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
34380         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
34381         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
34382         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
34383         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
34384         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
34385         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
34386         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
34387         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
34388         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
34389         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
34390         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
34391         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
34392         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
34393         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
34394         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
34395         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
34396         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
34397         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
34398         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
34399         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
34400         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
34401         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
34402         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
34403         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
34404         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
34405
34406         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
34407         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
34408         * include/ifunc-impl-list.h: New file.
34409         * misc/ifunc-impl-list.c: Likewise.
34410         * misc/Makefile (routines): Add ifunc-impl-list.
34411         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
34412         * string/test-string.h: Include <ifunc-impl-list.h>.
34413         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
34414         TEST_NAME]: New variables.
34415         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
34416         are defined.
34417         (test_init): Call __libc_ifunc_impl_list to initialize
34418         func_list if TEST_IFUNC and TEST_NAME are defined.
34419
34420         * string/Makefile (strop-tests): Add bcopy and bzero.
34421         * string/test-bcopy.c: New file.
34422         * string/test-bzero.c: Likewise.
34423         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
34424         defined.
34425         * string/test-memset.c: Support bzero test if TEST_BZERO is
34426         defined.
34427         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
34428         __libc_memmove.
34429         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
34430         __libc_memset.
34431         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
34432         of memset.
34433
34434 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
34435
34436         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
34437         * configure: Regenerated.
34438
34439         * Makeconfig (+link-static-before-libc): Don't include
34440         $(link-static-libc).
34441
34442         * libio/libio.h (_IO_pos_t): Remove.
34443
34444 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34445
34446         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
34447         McGrath.
34448
34449 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34450
34451         * crypt/crypt-entry.c: Include fips-private.h.
34452         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
34453         * crypt/md5c-test.c (main): Tolerate disabled MD5.
34454         * sysdeps/unix/sysv/linux/fips-private.h: New file.
34455         * sysdeps/generic/fips-private.h: New file, dummy fallback.
34456
34457 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34458
34459         * crypt/crypt-private.h: Include stdbool.h.
34460         (_ufc_setup_salt_r): Return bool.
34461         * crypt/crypt-entry.c: Include errno.h.
34462         (__crypt_r): Return NULL with EINVAL for bad salt.
34463         * crypt/crypt_util.c (bad_for_salt): New.
34464         (_ufc_setup_salt_r): Check that salt is long enough and within
34465         the specified alphabet.
34466         * crypt/badsalttest.c: New file.
34467         * crypt/Makefile (tests): Add it.
34468         ($(objpfx)badsalttest): New.
34469
34470 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
34471
34472         * NEWS: Add entry for BZ #14602.
34473
34474 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34475
34476         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
34477         type-generic.
34478         * math/libm-test.inc: Update comment listing what functions and
34479         macros are tested.
34480         (isgreater_test): New function.
34481         (isgreaterequal_test): Likewise.
34482         (isless_test): Likewise.
34483         (islessequal_test): Likewise.
34484         (islessgreater_test): Likewise.
34485         (isunordered_test): Likewise.
34486         (main): Call the new functions.
34487
34488 2012-10-09  Roland McGrath  <roland@hack.frob.com>
34489
34490         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
34491         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
34492         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
34493         * sysdeps/i386/configure: Regenerated.
34494         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
34495         * sysdeps/mach/configure: Regenerated.
34496         * sysdeps/mach/hurd/configure: Regenerated.
34497         * sysdeps/powerpc/configure: Regenerated.
34498         * sysdeps/powerpc/powerpc32/configure: Regenerated.
34499         * sysdeps/powerpc/powerpc64/configure: Regenerated.
34500         * sysdeps/s390/s390-32/configure: Regenerated.
34501         * sysdeps/s390/s390-64/configure: Regenerated.
34502         * sysdeps/sh/configure: Regenerated.
34503         * sysdeps/sparc/configure: Regenerated.
34504         * sysdeps/unix/sysv/linux/configure: Regenerated.
34505         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
34506         * sysdeps/x86_64/configure: Regenerated.
34507
34508         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
34509         defined.  Don't check if MAP is NULL.
34510
34511 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34512
34513         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
34514         (_G_stat64): Likewise.
34515         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
34516         (_G_stat64): Likewise.
34517         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
34518         instead of struct _G_stat64.
34519         * libio/fileops.c (mmap_remap_check): Likewise.
34520         (decide_maybe_mmap): Likewise.
34521         (_IO_new_file_seekoff): Likewise.
34522         (_IO_file_stat): Likewise.
34523         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
34524         _G_off64_t.
34525         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
34526         instead of struct _G_stat64.
34527         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34528
34529 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
34530
34531         [BZ #14602]
34532         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34533         Replace with ...
34534         (CHECK_EOL): New macro.
34535         (two_way_short_needle): Check beginning of haystack for EOL.  Use
34536         CHECK_EOL.
34537         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34538         Replace with CHECK_EOL.
34539         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34540         Replace with CHECK_EOL.
34541
34542 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
34543
34544         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
34545         type-generic.
34546         * math/libm-test.inc: Update comment listing what functions and
34547         macros are tested.
34548         (finite_test): New function.
34549         (isinf_test): Likewise.
34550         (isnan_test): Likewise.
34551         (fpclassify_test): Test subnormal input.
34552         (isfinite_test): Likewise.
34553         (isnormal_test): Likewise.
34554         (main): Call the new functions.
34555
34556 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
34557
34558         [BZ #14660]
34559         * Makerules (%.dynsym): Force C locale when running
34560         $(OBJDUMP) --dynamic-syms.
34561
34562 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
34563
34564         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
34565         <stdint.h>.
34566
34567 2012-10-06  David S. Miller  <davem@davemloft.net>
34568
34569         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
34570         upper 32-bits of the length value in %o2 since we use branch-on-register
34571         tests which consider the entire 64-bit register.
34572
34573 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
34574
34575         * string/test-strstr.c (check2): Add a test for page boundary.
34576
34577 2012-10-05  David S. Miller  <davem@davemloft.net>
34578
34579         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
34580         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
34581         file.
34582         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34583         sysdep_routines.
34584         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34585         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
34586         and bzero when HWCAP_SPARC_CRYPTO is present.
34587
34588 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
34589
34590         [BZ #14602]
34591         * string/test-strstr.c (check2): New function.
34592         (test_main): Call check2.
34593
34594         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
34595         and bug-strchr1.
34596         * string/bug-strcasestr1.c (do_test): Moved to ...
34597         * string/test-strcasestr.c (check1): Here.  New function.
34598         (do_one_test): Break out result checking code into ...
34599         (check_result): This.  New function.
34600         (do_one_test): Call check_result.
34601         (test_main): Call check1.
34602         * string/bug-strchr1.c (do_test): Moved to ...
34603         * string/test-strchr.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-strstr1.c (main): Moved to ...
34609         * string/test-strstr.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-strcasestr1.c: Removed.
34615         * string/bug-strchr1.c: Likewise.
34616         * string/bug-strstr1.c: Likewise.
34617
34618         * elf/Makefile (dl-routines): Add hwcaps.
34619         * elf/dl-support.c (_dl_important_hwcaps): Removed.
34620         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34621         (_dl_important_hwcaps): Moved to ...
34622         * elf/dl-hwcaps.c: Here.  New file.
34623         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34624
34625         [BZ #14557]
34626         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34627         if IS_IN_rtld isn't defined.
34628
34629         * elf/dl-support.c (_dl_sysinfo_map): New.
34630         Include "get-dynamic-info.h" and "setup-vdso.h".
34631         (_dl_non_dynamic_init): Call setup_vdso.
34632         * elf/dynamic-link.h: Don't include <assert.h>.
34633         (elf_get_dynamic_info): Moved to ...
34634         * elf/get-dynamic-info.h: Here.  New file.
34635         * elf/dynamic-link.h: Include "get-dynamic-info.h".
34636         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34637         * elf/setup-vdso.h: Here.  New file.
34638         * elf/rtld.c: Include "setup-vdso.h".
34639         (dl_main): Call setup_vdso.
34640
34641 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
34642
34643         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34644         creal in comment listing functions tested.  List finite, isinf,
34645         isnan, isless, islessequal, isgreater, isgreaterequal,
34646         islessgreater, isunordered, lgamma_r and pow10 as functions and
34647         macros not tested.  Mention which functions not tested are aliases
34648         for other functions.  Fix typo.  Note that signs of NaNs are not
34649         tested.
34650
34651         * scripts/config.guess: Update from config.git.
34652         * scripts/config.sub: Likewise.
34653
34654 2012-10-04  Roland McGrath  <roland@hack.frob.com>
34655
34656         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34657         * misc/madvise.c (madvise): Renamed to __madvise.
34658         Make madvise a weak alias.
34659         * include/sys/mman.h: Declare __madvise.
34660         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34661         * sysdeps/unix/syscalls.list
34662         (madvise): Make __madvise the strong name, and madvise a weak alias.
34663         * sysdeps/unix/sysv/linux/syscalls.list
34664         (madvise, mmap): Remove redundant entries.
34665         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34666         * malloc/malloc.c (mtrim): Likewise.
34667         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34668
34669 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34670
34671         * sysdeps/mach/hurd/dl-cache.c: File removed.
34672         * config.h.in (USE_LDCONFIG): New #undef.
34673         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34674         * configure: Regenerated.
34675         * elf/Makefile (dl-routines): Add dl-cache only under
34676         [$(use-ldconfig) = yes].
34677         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34678         cache on [USE_LDCONFIG].
34679         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34680         [USE_LDCONFIG].
34681         * elf/rtld.c (dl_main): Likewise.
34682
34683 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
34684
34685         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34686         _SC_LEVEL4_CACHE_LINESIZE.
34687
34688 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34689
34690         * sysdeps/unix/bsd/confstr.h: File removed.
34691
34692 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
34693
34694         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34695         sys/sdt-config.h.
34696
34697 2012-10-02  Roland McGrath  <roland@hack.frob.com>
34698
34699         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34700         Make 'mapoff' field ElfW(Off) rather than off_t.
34701
34702 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
34703
34704         * nscd/Makefile: Remove nscd-cflags and all its users.
34705         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34706         (CFLAGS-nonlib): Add compiler flags for nscd modules.
34707
34708         [BZ #10631]
34709         * malloc.c (malloc_printerr): Clarify error message.
34710
34711 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
34712
34713         [BZ #14648]
34714         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34715         Set bit_FMA_Usable if FMA is supported.
34716         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34717         macro.
34718         (bit_FMA4_Usable): Updated.
34719         (index_FMA_Usable): New macro.
34720         (CPUID_FMA): Likewise
34721         (HAS_FMA): Defined with bit_FMA_Usable.
34722
34723 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34724
34725         * bits/types.h (__swblk_t): Type removed.
34726         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34727         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34728         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34729         (__SWBLK_T_TYPE): Likewise.
34730         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34731         (__SWBLK_T_TYPE): Likewise.
34732         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34733         (__SWBLK_T_TYPE): Likewise.
34734         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34735         (__SWBLK_T_TYPE): Likewise.
34736
34737 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
34738             Honza Horak <hhorak@redhat.com>
34739
34740         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34741         (xdr_mapname): Use YPMAXMAP as maxsize.
34742         (xdr_peername): Use YPMAXPEER as maxsize.
34743         (xdr_keydat): Use YPAXRECORD as maxsize.
34744         (xdr_valdat): Use YPMAXRECORD as maxsize.
34745
34746 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34747
34748         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34749
34750         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34751         * csu/init-first.c: ... here.
34752         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34753         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34754         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34755         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34756         * sysdeps/i386/init-first.c: File removed.
34757         * sysdeps/sh/init-first.c: File removed.
34758
34759 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
34760
34761         [BZ #14645]
34762         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34763         if x * y might underflow to zero and z is zero.
34764         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34765         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34766         * math/libm-test.inc (min_subnorm_value): New variable.
34767         (fma_test): Add more tests.
34768         (fma_test_towardzero): Likewise.
34769         (fma_test_downward): Likewise
34770         (fma_test_upward): Likewise.
34771         (initialize): Set min_subnorm_value.
34772
34773 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
34774
34775         [BZ #14638]
34776         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34777         0 + 0.
34778         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34779         mode for addition resulting in exact zero.
34780         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34781         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34782         exact 0 + 0.
34783         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34784         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34785         * math/libm-test.inc (fma_test): Add more tests.
34786         (fma_test_towardzero): New function.
34787         (fma_test_downward): Likewise.
34788         (fma_test_upward): Likewise.
34789         (main): Call the new functions.
34790
34791 2012-09-28  David S. Miller  <davem@davemloft.net>
34792
34793         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34794
34795 2012-09-28  Roland McGrath  <roland@hack.frob.com>
34796
34797         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34798         instead of SIGALRM.
34799
34800         * sysdeps/gnu/_G_config.h: Moved to ...
34801         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34802         * sysdeps/mach/hurd/_G_config.h: Moved to ...
34803         * sysdeps/generic/_G_config.h: ... here.
34804
34805         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
34806
34807         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34808
34809         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34810         Conditionalize target on [libnss_test1.so-version].
34811
34812         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34813
34814         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34815         (elfobjdir): Move out of conditionals.
34816
34817         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34818         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34819         (__nss_lookup_function): Conditionalize label remove_from_tree on
34820         [!DO_STATIC_NSS || SHARED], matching its only use.
34821
34822 2012-09-28  David S. Miller  <davem@davemloft.net>
34823
34824         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34825         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34826         file.
34827         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34828         sysdep_routines.
34829         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34830         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34831         when HWCAP_SPARC_CRYPTO is present.
34832
34833 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34834
34835         * io/tst-mknodat.c: Create a FIFO instead of a socket.
34836
34837 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
34838
34839         [BZ #6530]
34840         * stdio-common/vfprintf.c (process_string_arg): Revert
34841         2000-07-22 change.
34842
34843 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
34844
34845         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34846         for testcase.
34847         * stdio-common/tst-sprintf.c: Include <locale.h>
34848         (main): Test sprintf's handling of incomplete multibyte
34849         characters.
34850
34851 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
34852
34853         * elf/dl-runtime.c (VERSYMIDX): Removed.
34854         * elf/dl-version.c (VERSYMIDX): Likewise.
34855         * elf/do-rel.h (VERSYMIDX): Likewise.
34856         (VALIDX): Likewise.
34857         * elf/dynamic-link.h (VERSYMIDX): Likewise.
34858         * elf/rtld.c (VALIDX): Likewise.
34859         (ADDRIDX): Likewise.
34860         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34861         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34862         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
34863         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34864         (VALIDX): Likewise.
34865         (ADDRIDX): Likewise.
34866
34867 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34868
34869         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34870
34871 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
34872
34873         [BZ #11438]
34874         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34875         to global scope.
34876         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34877         addresses are in the same scope as 192.0.2/24.
34878         * posix/gai.conf: Document new scope table defaults.
34879
34880 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34881
34882         [BZ #5298]
34883         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34884         for ftell.  Compute offsets from write pointers instead.
34885         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34886
34887 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34888
34889         [BZ #14543]
34890         * libio/Makefile (tests): New test case tst-fseek.
34891         * libio/tst-fseek.c: New test case to verify that fseek/ftell
34892         combination works in wide mode.
34893         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34894         state when the external buffer state changes.
34895
34896 2012-09-27  David S. Miller  <davem@davemloft.net>
34897
34898         [BZ #14376]
34899         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34900         pass reloc->r_addend in as the 'high' argument to
34901         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34902
34903         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34904
34905 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34906
34907         * rt/tst-aio2.c: Include <pthread.h>.
34908         * rt/tst-aio3.c: Likewise.
34909
34910 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34911
34912         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34913
34914 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34915
34916         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34917         contents on [SHARED].
34918
34919 2012-09-26  Marek Polacek  <polacek@redhat.com>
34920
34921         [BZ #14530]
34922         [BZ #13741]
34923         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34924         for C++ and GCC <4.3 as well as for non GCC compilers.
34925
34926 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34927
34928         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34929
34930 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34931
34932         * Makefile.in (all, install): Declare with .PHONY.
34933         Reported by Michael Hope <michael.hope@linaro.org>.
34934
34935 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34936
34937         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34938         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34939         system header.
34940         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34941         Likewise.
34942         (sydep_routines): Add the new and the internal functions.
34943         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34944         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34945         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34946         (GLIBC_2.17): Add the new function.
34947         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34948         (GLIBC_2.17): Likewise.
34949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34950         (GLIBC_2.17): Likewise.
34951         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34952         (GLIBC_2.17): Likewise.
34953         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34954
34955 2012-09-25  Alan Modra  <amodra@gmail.com>
34956
34957         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34958         Add release barrier before setting once_control to say
34959         initialisation is done.  Add hints on lwarx.  Use macro in
34960         place of isync.
34961         (clear_once_control): Add release barrier.
34962
34963 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34964
34965         [BZ #13629]
34966         * math/s_clog.c (__clog): Handle more values close to |z| = 1
34967         specially.
34968         * math/s_clog10.c (__clog10): Likewise.
34969         * math/s_clog10f.c (__clog10f): Likewise.
34970         * math/s_clog10l.c (__clog10l): Likewise.
34971         * math/s_clogf.c (__clogf): Likewise.
34972         * math/s_clogl.c (__clogl): Likewise.
34973         * math/Makefile (libm-calls): Add x2y2m1.
34974         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34975         (__x2y2m1): Likewise.
34976         (__x2y2m1l): Likewise.
34977         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34978         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34979         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34980         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34981         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34982         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34983         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34984         * sysdeps/i386/fpu/libm-test-ulps: Update.
34985         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34986
34987         [BZ #14621]
34988         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
34989         int as type of variable DEPTH.
34990         (glob): Use size_t instead of int as type of variables NEWCOUNT
34991         and OLD_PATHC.
34992
34993 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34994
34995         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34996         Add s_sincosf-sse2.
34997         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
34998         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
34999         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
35000         macros for using routine as __sincosf_ia32.
35001         Use macro for function declaration and weak_alias.
35002         * sysdeps/i386/fpu/libm-test-ulps: Update.
35003
35004         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
35005         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35006
35007         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
35008         subnormal argument.
35009         * math/s_cexpf.c (__cexpf): Likewise.
35010         * math/s_csinf.c (__csinf): Likewise.
35011         * math/s_csinhf.c (__csinhf): Likewise.
35012         * math/s_ctanf.c (__ctanf): Likewise.
35013         * math/s_ctanhf.c (__ctanhf): Likewise.
35014         * math/s_ccosh.c (__ccoshf): Likewise.
35015         * math/s_cexp.c (__cexpl): Likewise.
35016         * math/s_csin.c (__csin): Likewise.
35017         * math/s_csinh.c (__csinh): Likewise.
35018         * math/s_ctan.c (__ctan): Likewise.
35019         * math/s_ctanh.c (ctanh): Likewise.
35020         * math/s_ccoshl.c (__ccoshl): Likewise.
35021         * math/s_cexpl.c (__cexpl): Likewise.
35022         * math/s_csinl.c (__csinl): Likewise.
35023         * math/s_csinhl.c (__csinhl): Likewise.
35024         * math/s_ctanl.c (__ctanl): Likewise.
35025         * math/s_ctanhl.c (__ctanhl): Likewise.
35026
35027 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
35028
35029         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
35030         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
35031         (_IO_off_t): Define to __off_t, not _G_off_t.
35032         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
35033         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
35034         (_IO_wint_t): Define to wint_t, not _G_wint_t.
35035         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
35036         type of __dummy and __dummy2 fields.
35037         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
35038         (_G_ssize_t): Likewise.
35039         (_G_off_t): Likewise.
35040         (_G_pid_t): Likewise.
35041         (_G_uid_t): Likewise.
35042         (_G_wchar_t): Likewise.
35043         (_G_wint_t): Likewise.
35044         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
35045         (_G_ssize_t): Likewise.
35046         (_G_off_t): Likewise.
35047         (_G_pid_t): Likewise.
35048         (_G_uid_t): Likewise.
35049         (_G_wchar_t): Likewise.
35050         (_G_wint_t): Likewise.
35051         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
35052         (_G_ssize_t): Likewise.
35053         (_G_off_t): Likewise.
35054         (_G_pid_t): Likewise.
35055         (_G_uid_t): Likewise.
35056         (_G_wchar_t): Likewise.
35057         (_G_wint_t): Likewise.
35058
35059 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
35060
35061         * malloc/arena.c: Include malloc-sysdep.h.
35062         (shrink_heap): Use check_may_shrink_heap to decide if madvise
35063         is sufficient to shrink the heap or an unmap is needed.
35064         * sysdeps/generic/malloc-sysdep.h: New file.  Define
35065         new function check_may_shrink_heap.
35066         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
35067         new function check_may_shrink_heap.
35068
35069 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
35070
35071         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
35072         comments.
35073
35074 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
35075
35076         * catgets/test-gencat.sh: Add "set -e".
35077         * elf/tst-pathopt.sh: Likewise.
35078         * grp/tst_fgetgrent.sh: Likewise.
35079         * iconvdata/run-iconv-test.sh: Likewise.
35080         * intl/tst-gettext.sh: Likewise.
35081         * intl/tst-gettext2.sh: Likewise.
35082         * intl/tst-gettext4.sh: Likewise.
35083         * intl/tst-gettext6.sh: Likewise.
35084         * intl/tst-translit.sh: Likewise.
35085         * io/ftwtest-sh: Likewise.
35086         * libio/test-freopen.sh: Likewise.
35087         * malloc/tst-mtrace.sh: Likewise.
35088         * posix/globtest.sh: Likewise.
35089         * posix/tst-getconf.sh: Likewise.
35090         * posix/wordexp-tst.sh: Likewise.
35091         * stdio-common/tst-printf.sh: Likewise.
35092         * stdio-common/tst-unbputc.sh: Likewise.
35093         * stdlib/tst-fmtmsg.sh: Likewise.
35094         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35095         * catgets/Makefile: Do not specify -e option when running
35096         testsuite shell scripts.
35097         * elf/Makefile: Likewise.
35098         * grp/Makefile: Likewise.
35099         * iconvdata/Makefile: Likewise.
35100         * intl/Makefile: Likewise.
35101         * io/Makefile: Likewise.
35102         * libio/Makefile: Likewise.
35103         * malloc/Makefile: Likewise.
35104         * posix/Makefile: Likewise.
35105         * stdio-common/Makefile: Likewise.
35106         * stdlib/Makefile: Likewise.
35107         * sysdeps/x86_64/Makefile: Likewise.
35108
35109         * io/ftwtest-sh: Add copyright header.
35110         * posix/globtest.sh: Likewise.
35111         * posix/tst-getconf.sh: Likewise.
35112         * posix/wordexp-tst.sh: Likewise.
35113         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35114
35115 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
35116
35117         [BZ #13679]
35118         * Makeconfig (+link): Defined as $(+link-static) if
35119         $(build-shared) isn't yes.
35120         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
35121         isn't yes.
35122         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
35123
35124         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
35125
35126         [BZ #14562]
35127         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
35128         new chunk size with MALLOC_ALIGN_MASK.
35129
35130 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
35131
35132         [BZ #5044]
35133         * stdio-common/printf_fphex.c: Include <stdbool.h> and
35134         <rounding-mode.h>.
35135         (__printf_fphex): Determine rounding using get_rounding_mode and
35136         round_away.
35137         * stdio-common/tst-printf-round.c (struct hex_test): New
35138         structure.
35139         (hex_tests): New variable.
35140         (test_hex_in_one_mode): New function.
35141         (do_test): Also run tests for hex float output.
35142
35143 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
35144
35145         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35146         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35147         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
35148         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35149         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35150         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
35151         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35152         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35153
35154 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
35155
35156         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
35157         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
35158         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
35159         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
35160
35161 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
35162
35163         [BZ #14579]
35164         * elf/rtld.c (dl_main): Limit the check for self loading to normal
35165         mode only.
35166         * elf/tst-rtld-load-self.sh: New test.
35167         * elf/Makefile: Run it.
35168
35169 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
35170
35171         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
35172         (tst-writev-ENV): Remove.
35173         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
35174
35175 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
35176
35177         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
35178
35179 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
35180
35181         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
35182         unconditional.
35183         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
35184         Likewise.
35185         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
35186         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
35187         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
35188         Likewise.
35189
35190 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
35191
35192         [BZ #14587]
35193         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
35194         * config.make.in (have-cpp-asm-debuginfo): Removed.
35195         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
35196         * configure: Regenerated.
35197
35198 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
35199
35200         [BZ #5044]
35201         * stdio-common/printf_fp.c: Include <stdbool.h> and
35202         <rounding-mode.h>.
35203         (___printf_fp): Determine rounding using get_rounding_mode and
35204         round_away.
35205         * stdio-common/tst-printf-round.c: New file.
35206         * stdio-common/Makefile (tests): Add tst-printf-round.
35207         (link-libm): New variable.
35208         ($(objpfx)tst-printf-round): Depend in $(link-libm).
35209
35210 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
35211
35212         [BZ #14576]
35213         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
35214         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
35215         Likewise.
35216         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
35217         Likewise.
35218
35219 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
35220
35221         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
35222         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35223         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35224         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35225
35226 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
35227
35228         [BZ #14518]
35229         * include/rounding-mode.h: New file.
35230         * sysdeps/generic/get-rounding-mode.h: Likewise.
35231         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
35232         * stdlib/strtod_l.c: Include <rounding-mode.h>.
35233         (MAX_VALUE): New macro.
35234         (MIN_VALUE): Likewise.
35235         (overflow_value): New function.
35236         (underflow_value): Likewise.
35237         (round_and_return): Use overflow_value and underflow_value to
35238         determine return values in overflow and underflow cases.  Use
35239         round_away to determine rounding depending on rounding mode.
35240         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
35241         determine return values in overflow and underflow cases.
35242         * stdlib/tst-strtod-round.c: Include <fenv.h>.
35243         (struct test_results): New structure.
35244         (struct test): Use struct test_results to store expected results
35245         for all rounding modes.
35246         (TEST): Include expected results for all rounding modes.
35247         (test_in_one_mode): New function.
35248         (do_test): Use test_in_one_mode to compute and check results.
35249         Check results for all rounding modes.
35250         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
35251         $(link-libm).
35252
35253 2012-12-09  Allan McRae  <allan@archlinux.org>
35254
35255         * sysdeps/i386/fpu/libm-test-ulps: Update
35256
35257 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
35258
35259         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
35260         (_G_int32_t): Likewise.
35261         (_G_uint16_t): Likewise.
35262         (_G_uint32_t): Likewise.
35263         (_G_HAVE_BOOL): Likewise.
35264         (_G_HAVE_ATEXIT): Likewise.
35265         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35266         (_G_HAVE_IO_FILE_OPEN): Likewise.
35267         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
35268         (_G_int32_t): Likewise.
35269         (_G_uint16_t): Likewise.
35270         (_G_uint32_t): Likewise.
35271         (_G_HAVE_BOOL): Likewise.
35272         (_G_HAVE_ATEXIT): Likewise.
35273         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35274         (_G_HAVE_IO_FILE_OPEN): Likewise.
35275         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
35276         (_G_int32_t): Likewise.
35277         (_G_uint16_t): Likewise.
35278         (_G_uint32_t): Likewise.
35279         (_G_HAVE_BOOL): Likewise.
35280         (_G_HAVE_ATEXIT): Likewise.
35281         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35282         (_G_HAVE_IO_FILE_OPEN): Likewise.
35283
35284 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
35285
35286         * csu/libc-tls.c: Update copyright years.
35287
35288 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
35289
35290         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
35291         [!_G_USING_THUNKS]: Remove conditional code.
35292         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
35293         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
35294
35295         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
35296         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
35297         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35298         (_G_VTABLE_LABEL_PREFIX): Likewise.
35299         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35300         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35301         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35302         (_G_VTABLE_LABEL_PREFIX): Likewise.
35303         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35304         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35305         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35306         (_G_VTABLE_LABEL_PREFIX): Likewise.
35307         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35308
35309 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
35310
35311         * libio/Makefile: Include ../Makeconfig before tests.
35312         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
35313         only if $(build-shared) is yes.
35314
35315         * iconv/gconv_db.c: Update copyright years.
35316
35317 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35318
35319         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
35320         unwind info if defined PIC. Fix special cases description.
35321         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
35322
35323         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
35324         DP_HI_MASK entry.
35325         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
35326
35327 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
35328
35329         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
35330
35331         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
35332         is NULL.
35333
35334         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
35335         (LDLIBS-tst-chk4): This.
35336         (LDFLAGS-tst-chk5): Renamed to ...
35337         (LDLIBS-tst-chk5): This.
35338         (LDFLAGS-tst-chk6): Renamed to ...
35339         (LDLIBS-tst-chk6): This.
35340         (LDFLAGS-tst-lfschk4): Renamed to ...
35341         (LDLIBS-tst-lfschk4): This.
35342         (LDFLAGS-tst-lfschk5): Renamed to ...
35343         (LDLIBS-tst-lfschk5): This.
35344         (LDFLAGS-tst-lfschk6): Renamed to ...
35345         (LDLIBS-tst-lfschk6): This.
35346
35347         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
35348         on $(common-objpfx)soversions.mk.
35349
35350 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
35351
35352         [BZ #10014]
35353         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
35354         example host name.
35355
35356 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
35357
35358         * malloc/arena.c (arena_get_retry): New function that gets
35359         another arena for the caller to try its request on.
35360         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
35361         current arena cannot fulfill the request.
35362         (__libc_memalign): Likewise.
35363         (__libc_memalign): Likewise.
35364         (__libc_pvalloc): Likewise.
35365         (__libc_calloc): Likewise.
35366
35367 2012-09-05  John Tobey  <john.tobey@gmail.com>
35368
35369         [BZ #13542]
35370         * manual/arith.texi (Operations on Complex): Fix description
35371         of carg branch cut.
35372
35373 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35374
35375         [BZ #10014]
35376         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
35377         host name.
35378
35379         [BZ #10038]
35380         * manual/memory.texi (Memory): Make order of menu items match
35381         order of sections.
35382
35383 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35384
35385         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
35386         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
35387         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
35388
35389 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35390
35391         * csu/libc-tls.c (static_dtv): Renamed to ...
35392         (_dl_static_dtv): This.  Make it global.
35393         (_dl_initial_dtv): Removed.
35394         (__libc_setup_tls): Updated.
35395         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
35396         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
35397         DL_INITIAL_DTV.
35398
35399 2012-09-06  Petr Machata  <pmachata@redhat.com>
35400
35401         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
35402         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
35403         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
35404         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
35405
35406 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35407
35408         [BZ #14545]
35409         * csu/libc-tls.c (_dl_initial_dtv): New variable.
35410         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
35411         freeing dtv[-1].
35412
35413 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35414
35415         [BZ #14544]
35416         * Makeconfig (link-static-before-libc): Replace $(+prector)
35417         with $(+prectorT).
35418         (link-static-after-libc): Replace $(+postctor) with
35419         $(+postctorT).
35420         (link-bounded): Replace $(+prector)/$(+postctor) with
35421         $(+prectorT)/$(+postctorT).
35422         (+prectorT): New macro.
35423         (+postctorT): Likewise.
35424
35425 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35426
35427         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
35428         (round_str): Handle values above the maximum for IBM long double
35429         as inexact.
35430         * stdlib/tst-strtod-round.c (tests): Regenerated.
35431
35432 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35433
35434         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
35435         assembler flag.
35436         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
35437         zarch_nohighgprs around the zarch optimized routines.
35438         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
35439         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
35440         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
35441         for zarch.
35442
35443 2012-09-05  David S. Miller  <davem@davemloft.net>
35444
35445         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35446
35447         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
35448         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
35449         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
35450         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
35451         entries.
35452
35453 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35454
35455         * malloc/arena.c: Fold copyright years.
35456         * malloc/mcheck.c, malloc/memusage.c: Likewise.
35457
35458 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35459
35460         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
35461
35462 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35463
35464         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
35465
35466 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35467
35468         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
35469         change internal state upon failure.
35470
35471 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35472
35473         * malloc/mcheck.c (mcheck_check_all): Fix typo.
35474         * malloc/memusage.c (mmap): Likewise.
35475         (mmap64, mremap): Likewise.  Adjust name in comment.
35476
35477 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35478
35479         * libio/fileops.c: Fix typos in comments.
35480         * libio/oldfileops.c: Likewise.
35481         * libio/wfileops.c: Likewise.
35482
35483 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35484
35485         [BZ #1349]
35486         * malloc/Makefile (tests): Add tst-malloc-usable test case.
35487         (tst-malloc-usable-ENV): Set environment for test case.
35488         * malloc/hooks.c (malloc_check_get_size): New function to get
35489         requested size.
35490         * malloc/malloc.c (musable): Use malloc_check_get_size.
35491         * malloc/tst-malloc-usable.c: New test case.
35492
35493 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35494
35495         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
35496
35497 2012-09-05  Allan McRae  <allan@archlinux.org>
35498
35499         [BZ #13966]
35500         * configure.in (CXX_SYSINCLUDES): Use compiler output to
35501         determine header location.
35502         * configure: Regenerated.
35503
35504 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35505
35506         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
35507         float format.
35508         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
35509         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
35510         format.
35511         (test): Regenerate.
35512
35513 2012-09-04  David S. Miller  <davem@davemloft.net>
35514
35515         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
35516         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
35517         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
35518
35519 2012-09-04  Florian Weimer  <fweimer@redhat.com>
35520
35521         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
35522         failures.
35523
35524         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
35525
35526 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
35527
35528         [BZ #9914]
35529         * libio/iogetdelim.c: Include <limits.h>.
35530         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
35531         + len + 1 would overflow.
35532
35533 2012-09-03  Andreas Jaeger  <aj@suse.de>
35534
35535         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35536         * sysdeps/i386/fpu/libm-test-ulps: Update.
35537
35538 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35539
35540         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35541         Add s_sinf-sse2, s_conf-sse2.
35542
35543         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
35544         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
35545         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
35546         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
35547
35548         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
35549         for using routine as __sinf_ia32.
35550         Use macro for function declaration and weak_alias.
35551         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
35552         for using routine as __cosf_ia32.
35553         Use macro for function declaration and weak_alias.
35554
35555         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
35556         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
35557
35558         * sysdeps/x86_64/fpu/s_sinf.S: New file.
35559         * sysdeps/x86_64/fpu/s_cosf.S: New file.
35560         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35561
35562         * math/libm-test.inc (cos_test): Add more test cases.
35563         (sin_test): Likewise.
35564         (sincos_test): Likewise.
35565
35566 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35567
35568         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35569         (IFUNC_RESOLVE): Make pointers to the specialized implementations
35570         hidden.
35571         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35572
35573 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
35574
35575         [BZ #14538]
35576         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
35577         first element of the GOT.
35578         (elf_machine_load_address): Return the difference between
35579         the runtime address of _DYNAMIC and elf_machine_dynamic ().
35580
35581 2012-09-01  Allan McRae  <allan@archlinux.org>
35582
35583         [BZ #13412]
35584         * configure.in (AWK): Require gawk version 3.0 or later.
35585         * configure: Regenerated.
35586
35587 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
35588
35589         * sysdeps/unix/sysv/linux/kernel-features.h
35590         (__ASSUME_POSIX_CPU_TIMERS): Remove.
35591         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35592         [__NR_clock_getres]: Make code unconditional.
35593         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
35594         (clock_getcpuclockid): Remove code left unreachable by removal of
35595         conditionals.
35596         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
35597         code unconditional.
35598         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35599         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35600         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
35601         Make code unconditional.
35602         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35603         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35604         * sysdeps/unix/sysv/linux/clock_settime.c
35605         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
35606         conditional code.
35607         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
35608         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35609
35610 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
35611
35612         [BZ #14476]
35613         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35614         scripts/test-installation.pl.
35615
35616         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35617         and $ld_so_version if it is set.
35618
35619 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35620
35621         [BZ #14516]
35622         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35623         failure if reading from procfs failed.
35624         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35625
35626 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35627
35628         * sysdeps/unix/sysv/linux/kernel-features.h
35629         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35630         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35631         Remove conditional code.
35632         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35633         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35634         Remove conditional code.
35635         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35636         * sysdeps/unix/sysv/linux/i386/fxstat.c
35637         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35638         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35639         * sysdeps/unix/sysv/linux/i386/fxstatat.c
35640         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35641         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35642         * sysdeps/unix/sysv/linux/i386/lxstat.c
35643         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35644         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35645         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35646         Remove conditional code.
35647         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35648         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35649         Remove conditional code.
35650         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35651         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35652         <kernel-features.h>.
35653         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35654         Remove.
35655         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35656         Remove conditional code.
35657         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35658         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35659         Remove conditional.
35660
35661 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
35662
35663         [BZ #5400]
35664         * NEWS: Add fixed bug number.
35665
35666 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35667
35668         [BZ #14519]
35669         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35670         underflowing exponent in case of negative sign.
35671         * stdlib/tst-strtod-round-data: Add more tests.
35672         * stdlib/tst-strtod-round.c (tests): Regenerated.
35673
35674         [BZ #3479]
35675         * stdlib/strtod_l.c (NDIG): Remove.
35676         (HEXNDIG): Likewise.
35677         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35678         smallest representable value.
35679         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35680         lie within an exact representation of 1/2 ulp of the result.
35681         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35682         unconditionally.
35683         (TENS_P9_IDX): Define unconditionally.
35684         (TENS_P9_SIZE): Likewise.
35685         (TENS_P10_IDX): Likewise.
35686         (TENS_P10_SIZE): Likewise.
35687         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35688         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35689         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35690         entries for 10^2^13 and 10^2^14.
35691         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35692         (TENS_P13_IDX): Define.
35693         (TENS_P13_SIZE): Likewise.
35694         (TENS_P14_IDX): Likewise.
35695         (TENS_P14_SIZE): Likewise.
35696         (_fpioconst_pow10): Change array size to
35697         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
35698         unconditional.
35699         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35700         1024]: Add entries for 10^2^13 and 10^2^14.
35701         [LAST_POW10 > _LAST_POW10]: Remove #error.
35702         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35703         (_fpioconst_pow10): Change array size to
35704         FPIOCONST_POW10_ARRAY_SIZE.
35705         * stdlib/gen-fpioconst.c: New file.
35706         * stdlib/gen-tst-strtod-round.c: Likewise.
35707         * stdlib/tst-strtod-round-data: Likewise.
35708         * stdlib/tst-strtod-round.c: Likewise.
35709         * stdlib/Makefile (tests): Add tst-strtod-round.
35710
35711         [BZ #14459]
35712         * stdlib/strtod_l.c: Include <stdint.h>.
35713         (NDEBUG): Do not define.
35714         (round_and_return): Change EXPONENT parameter to type intmax_t.
35715         Rearrange calculations to avoid internal overflow possibilities.
35716         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35717         Rearrange calculations to avoid internal overflow possibilities.
35718         Assert that number fits inside MPNSIZE limbs.
35719         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35720         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
35721         calculations and add assertions to avoid internal overflow
35722         possibilities.  Add casts to avoid signed/unsigned operations.
35723         * stdlib/tst-strtod-overflow.c: New file.
35724         * stdlib/Makefile (tests): Add tst-strtod-overflow.
35725
35726 2012-08-25  Marek Polacek  <polacek@redhat.com>
35727
35728         * time/time.h: Fix some typos in comments.
35729
35730 2012-08-23  Roland McGrath  <roland@hack.frob.com>
35731
35732         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35733         * posix/tst-rfc3484-2.c: Likewise.
35734         * posix/tst-rfc3484-3.c: Likewise.
35735
35736 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
35737
35738         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35739         (EF_ARM_ABI_FLOAT_HARD): Likewise.
35740
35741 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
35742
35743         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35744         #include of fxstatat64.c.
35745
35746 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35747
35748         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35749         * shadow/getspent_r.c: Likewise.
35750         * shadow/getspnam.c: Likewise.
35751         * shadow/getspnam_r.c: Likewise.
35752         * gshadow/getsgent.c: Likewise.
35753         * gshadow/getsgent_r.c: Likewise.
35754         * gshadow/getsgnam.c: Likewise.
35755         * gshadow/getsgnam_r.c: Likewise.
35756         * inet/getnetbyad.c: Likewise.
35757         * inet/getnetbyad_r.c: Likewise.
35758         * inet/getnetbynm.c: Likewise.
35759         * inet/getnetbynm_r.c: Likewise.
35760         * inet/getnetent.c: Likewise.
35761         * inet/getnetent_r.c: Likewise.
35762         * inet/getproto.c: Likewise.
35763         * inet/getproto_r.c: Likewise.
35764         * inet/getprtent.c: Likewise.
35765         * inet/getprtent_r.c: Likewise.
35766         * inet/getprtname.c: Likewise.
35767         * inet/getprtname_r.c: Likewise.
35768         * inet/getrpcbyname.c: Likewise.
35769         * inet/getrpcbyname_r.c: Likewise.
35770         * inet/getrpcbynumber.c: Likewise.
35771         * inet/getrpcbynumber_r.c: Likewise.
35772         * inet/getrpcent.c: Likewise.
35773         * inet/getrpcent_r.c: Likewise.
35774         * inet/getaliasent.c: Likewise.
35775         * inet/getaliasent_r.c: Likewise.
35776         * inet/getaliasname.c: Likewise.
35777         * inet/getaliasname_r.c: Likewise.
35778         * nscd/getgrgid_r.c: Likewise.
35779         * nscd/getgrnam_r.c: Likewise.
35780         * nscd/gethstbyad_r.c: Likewise.
35781         * nscd/gethstbynm3_r.c: Likewise.
35782         * nscd/getpwnam_r.c: Likewise.
35783         * nscd/getpwuid_r.c: Likewise.
35784         * nscd/getsrvbynm_r.c: Likewise.
35785         * nscd/getsrvbypt_r.c: Likewise.
35786         * nscd/gai.c: Likewise.
35787
35788         * configure.in (build_nscd): New substituted variable, set
35789         by --disable-build-nscd and defaults to $use_nscd.
35790         * configure: Regenerated.
35791         * config.make.in (build-nscd): New substituted variable.
35792         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35793         Change conditional to require [$(build-nscd) = yes] as well.
35794         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35795
35796         [BZ# 13696]
35797         * configure.in (use_nscd): New substituted variable, set by
35798         --disable-nscd.  If enabled, define USE_NSCD.
35799         * configure: Regenerated.
35800         * config.h.in: Add USE_NSCD.
35801         * config.make.in (use-nscd): New substituted variable.
35802         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35803         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35804         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35805         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35806         (CFLAGS-getgrnam_r.c): Likewise.
35807         (CFLAGS-initgroups.c): Likewise.
35808         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35809         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35810         Variables removed.
35811         * inet/getnetgrent_r.c
35812         (nscd_setnetgrent): New function, broken out of ...
35813         (setnetgrent): ... here.  Call it.
35814         (innetgr): Conditionalize nscd bits on [USE_NSCD].
35815         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35816         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35817         * nscd/Makefile (routines, aux): Move definitions after include of
35818         Makeconfig.  Conditionalize on [$(use-nscd) != no].
35819         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35820         Conditionalize on [USE_NSCD].
35821         (is_nscd, nscd_init_cb): Likewise.
35822         (nss_load_library): Conditionalize init callback on [USE_NSCD].
35823         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35824         * nss/nss_db/db-init.c: Likewise.
35825         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35826         [USE_NSCD].
35827         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35828         (make_request): Use it.
35829         (cache_valid_p): New function.
35830         (__check_pf): Use it.
35831         * NEWS: Add item for --disable-nscd.
35832
35833 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
35834
35835         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35836         to support sed >= 4.2.1-20-ga9bf076.
35837         * configure: Regenerated.
35838
35839 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35840
35841         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35842         Conditionalize whole body on [IREL].
35843
35844 2012-08-22  Jeff Law <law@redhat.com>
35845
35846         [BZ #14505]
35847         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35848         if the family is PF_UNSPEC.
35849
35850 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
35851
35852         * Makerules (lib-version): Rename from V.
35853         (install-lib-nosubdir): Change V to lib-version.
35854
35855 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
35856
35857         [BZ #14252]
35858         * powerpc32/power6/wcschr.c: New file.
35859         * powerpc32/power6/wcscpy.c: New file.
35860         * powerpc32/power6/wcsrchr.c: New file.
35861         * powerpc64/power6/wcschr.c: New file.
35862         * powerpc64/power6/wcscpy.c: New file.
35863         * powerpc64/power6/wcsrchr.c: New file.
35864
35865 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35866
35867         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35868         (two_way_short_needle): Use it.
35869         * string/strstr.c (AVAILABLE1_USES_J): Define.
35870         * string/strcasestr.c: Likewise.
35871
35872         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35873         array references.
35874         * string/strcasestr.c (TOLOWER): Make side-effect safe.
35875
35876         [BZ #11607]
35877         * NEWS: Add an entry.
35878         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35879         define their defaults.
35880         (two_way_short_needle): Detect end-of-string on-the-fly.
35881         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35882         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35883         * string/bug-strcasestr1.c: New test.
35884         * string/Makefile: Run it.
35885
35886 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35887
35888         [BZ #11607]
35889         * string/str-two-way.h (two_way_short_needle): Optimize matching of
35890         the first character.
35891
35892 2012-08-21  Roland McGrath  <roland@hack.frob.com>
35893
35894         * csu/elf-init.c (__libc_csu_irel): Function removed.
35895         * csu/libc-start.c (apply_irel): New function.
35896         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35897
35898 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35899
35900         * sysdeps/unix/sysv/linux/kernel-features.h
35901         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35902         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35903         <kernel-features.h>.
35904         [__NR_fadvise64_64]: Make code unconditional.
35905         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35906         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35907         !__NR_fadvise64_64)]: Likewise.
35908         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35909         !__NR_fadvise64_64))]: Likewise.
35910         [__NR_fadvise64]: Make code unconditional.
35911         [!__NR_fadvise64]: Remove conditional code.
35912         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35913         <kernel-features.h>.
35914         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35915         unconditional.
35916         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35917         conditional code.
35918         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35919         not include <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/s390/s390-32/posix_fadvise64.c: Do not
35925         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
35931 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35932
35933         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35934         slight instruction rearrangements per scrollpipe analysis.
35935         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35936
35937 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35938
35939         * manual/syslog.texi (syslog; vsyslog, closelog):
35940         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35941         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35942
35943         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35944         DSOCAPS to match condition on defining it.
35945
35946 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35947
35948         * sysdeps/unix/sysv/linux/kernel-features.h
35949         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35951         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35952         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35953         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35954         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35955         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35956         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35957         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35958         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35959
35960         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35961         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35962
35963         * sysdeps/unix/sysv/linux/kernel-features.h
35964         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35965         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35966         unconditional.
35967         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35968         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35969         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35970         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35971         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35972         Make code unconditional.
35973         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35974         (__mmap64) [!__NR_mmap2]: Likewise.
35975         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35976         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35977         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35978         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35979         [__NR_mmap2]: Make code unconditional.
35980         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35981         (__mmap64) [!__NR_mmap2]: Likewise.
35982
35983 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35984
35985         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35986
35987 2012-08-18  Andreas Jaeger  <aj@suse.de>
35988
35989         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
35990
35991 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35992
35993         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
35994         * include/unistd.h (__have_sock_cloexec): Likewise.
35995         (__have_pipe2): Likewise.
35996         (__have_dup3): Likewise.
35997
35998 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35999
36000         [BZ #9685]
36001         * include/unistd.h (__have_pipe2): Change define into an extern int.
36002         (__have_dup3): Likewise.
36003         * socket/have_sock_cloexec.c: Include fcntl.h.
36004         (__have_pipe2): New variable.
36005         (__have_dup3): Likewise.
36006
36007 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
36008
36009         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
36010
36011 2012-08-17  Marek Polacek  <polacek@redhat.com>
36012
36013         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
36014         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
36015
36016 2012-08-17  Roland McGrath  <roland@hack.frob.com>
36017
36018         * configure.in: Add AC_SUBST for sysheaders.
36019         * configure: Regenerated.
36020         * config.make.in (sysheaders): New substituted variable.
36021
36022         * sysdeps/unix/mkfifo.c: Moved ...
36023         * sysdeps/posix/mkfifo.c: ... here.
36024         * sysdeps/unix/mkfifoat.c: Moved ...
36025         * sysdeps/posix/mkfifoat.c: ... here.
36026
36027         * sysdeps/unix/utime.c: Moved ...
36028         * sysdeps/posix/utime.c: ... here.
36029
36030         * sysdeps/unix/time.c: Moved ...
36031         * sysdeps/posix/time.c: ... here.
36032         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
36033         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
36034
36035         * sysdeps/unix/nice.c: Moved ...
36036         * sysdeps/posix/nice.c: ... here.
36037
36038         * sysdeps/unix/alarm.c: Moved ...
36039         * sysdeps/posix/alarm.c: ... here.
36040
36041         * intl/Makefile ($(codeset_mo)): Depend on the input file.
36042
36043 2012-08-17  Jeff Law <law@redhat.com>
36044
36045         * intl/Makefile (codeset_mo): New variable.
36046         ($(codeset_mo)): New target.
36047         (tst-codeset.out): Depend on that.  Remove explicit rule.
36048         (tst-gettext3.out, tst-gettext5.out): Likewise.
36049         (LOCPATH-ENV, tst-codeset-ENV): New variables.
36050         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
36051         * intl/tst-codeset.sh: Remove.
36052         * intl/tst-gettext3.sh: Likewise.
36053         * intl/tst-gettext5.sh: Likewise.
36054
36055 2012-08-17  Roland McGrath  <roland@hack.frob.com>
36056
36057         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
36058         * sysdeps/unix/syscalls.list: ... here.
36059
36060         * sysdeps/posix/getaddrinfo.c
36061         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
36062         (gaiconf_init, gaiconf_reload): Use them.
36063         [!_STATBUF_ST_NSEC]
36064         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
36065         Define using time_t rather than struct timespec.
36066
36067         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
36068         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
36069         Macros removed.
36070         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
36071         [!NO_THREADS].
36072         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
36073         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
36074         Likewise.
36075
36076         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
36077         __libc_cleanup_push argument.
36078
36079         * bits/param.h: New file.
36080         * misc/sys/param.h: New file.
36081         * include/sys/param.h: New file.
36082         * misc/Makefile (headers): Add bits/param.h.
36083         * sysdeps/generic/sys/param.h: File removed.
36084         * sysdeps/unix/sysv/linux/bits/param.h: New file.
36085         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
36086         * sysdeps/mach/hurd/bits/param.h: New file.
36087         * sysdeps/mach/hurd/sys/param.h: File removed.
36088
36089         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
36090         last change.
36091
36092         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
36093         [_IO_MTSAFE_IO].
36094         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
36095         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
36096         New macros.
36097
36098         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
36099         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
36100         rather than -D_IO_MTSAFE_IO conditionally.
36101         * stdio-common/Makefile (CPPFLAGS): Likewise.
36102         * wcsmbs/Makefile (CPPFLAGS): Likewise.
36103         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
36104         Use $(libio-mtsafe).
36105         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
36106         of -D_IO_MTSAFE_IO.
36107         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
36108         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
36109         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
36110         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
36111         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
36112         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
36113         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
36114         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
36115         (CFLAGS-fread_u_chk.c): Likewise.
36116         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
36117         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
36118         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
36119         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
36120         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
36121         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
36122         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
36123         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
36124         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
36125
36126         * libio/Makefile: Test [$(libc-reentrant) = yes]
36127         instead of [$(filter %REENTRANT, $(defines)) nonempty].
36128
36129         * Makeconfig
36130         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
36131         * sysdeps/pthread/configure: File removed.
36132         * sysdeps/pthread/Makeconfig: New file.
36133         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
36134         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
36135
36136 2012-08-16  Gary Benson  <gbenson@redhat.com>
36137
36138         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
36139         unmapping the first object in a namespace.
36140
36141 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36142
36143         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
36144         (__internal_setnetgrent): ... this.  Add internal_function to
36145         definition.  Add libc_hidden_def.
36146         (setnetgrent): Update caller.
36147         (internal_endnetgrent): Renamed to ...
36148         (__internal_endnetgrent): ... this.  Add internal_function to
36149         definition.  Add libc_hidden_def.
36150         (endnetgrent): Update caller.
36151         (internal_getnetgrent_r): Renamed to ...
36152         (__internal_getnetgrent_r): ... this.  Add internal_function to
36153         definition.  Add libc_hidden_def.
36154         (__getnetgrent_r): Update caller.
36155         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
36156
36157 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36158
36159         * stdlib/longlong.h: Update from GCC.
36160
36161 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36162
36163         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
36164         on _QL, which is set by umul_ppmm but never used.
36165         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
36166         variables, which are set by GMP macros but never used.
36167         * stdio-common/_itowa.c (_itowa): Likewise.
36168         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
36169         * stdlib/mod_1.c (mpn_mod_1): Likewise.
36170
36171 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
36172
36173         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
36174         struct La_sh_regs is not constant.
36175         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
36176         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
36177         and struct La_sparc64_regs are not constant.
36178
36179 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36180
36181         * sysdeps/unix/sysv/linux/kernel-features.h
36182         (__ASSUME_POSIX_TIMERS): Remove.
36183         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
36184         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36185         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
36186         Make code unconditional.
36187         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36188         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
36189         Make code unconditional.
36190         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36191         * sysdeps/unix/sysv/linux/clock_nanosleep.c
36192         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
36193         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36194         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
36195         Make code unconditional.
36196         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36197         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
36198         (__libc_missing_posix_timers): Remove.
36199
36200 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36201
36202         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
36203         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
36204
36205         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
36206
36207         * elf/dl-sym.c: Include <stdlib.h>.
36208
36209         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
36210         constants, which avoids warnings in 32-bit builds.
36211
36212         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
36213         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
36214
36215         * misc/lseek.c: File moved to ...
36216         * io/lseek.c: ... here.
36217
36218         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
36219
36220         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
36221         shifting LEN more than 31 bits at once.
36222
36223 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36224
36225         [BZ #14195]
36226         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
36227         segmentation fault for a case of two empty input strings.
36228         * string/test-strncasecmp.c (check1): Renamed to...
36229         (bz12205): ...this.
36230         (bz14195): Add new testcase for two empty input strings and N > 0.
36231         (test_main): Call new testcase, adapt for renamed function.
36232
36233 2012-08-15  Andreas Jaeger  <aj@suse.de>
36234
36235         [BZ #14090]
36236         * crypt/md5test2.c: New test, based on test supplied by Serge
36237         Belyshev <belyshev@depni.sinp.msu.ru>.
36238         * crypt/Makefile (xtests): Add md5test-giant..
36239         * crypt/Makefile ($(objpfx)md5test-giant): Add.
36240
36241 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
36242
36243         [BZ #14090]
36244         * crypt/md5.c (md5_process_block): Don't assume the buffer
36245         length is less than 2**32.
36246         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
36247         length is less than 2**64.
36248
36249 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36250
36251         * string/str-two-way.h: Include <sys/param.h>.
36252         (MAX): Macro removed.
36253
36254         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
36255         Move #define and #undef of memmove to just before and after
36256         including <string.h>.
36257
36258         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
36259         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
36260         and after including <string.h>.  Move declarations of
36261         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
36262         to before #include "string/memmove.c".
36263
36264         * include/dirent.h: Declare __getdirentries.
36265
36266         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
36267         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
36268
36269 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
36270
36271         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
36272         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
36273         * sysdeps/i386/configure: Regenerated.
36274         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
36275         STABS_CURRENT_FILE, and STABS_FUN.
36276         (END): Remove call to STABS_FUN_END.
36277         (STABS_CURRENT_FILE1): Delete.
36278         (STABS_CURRENT_FILE): Likewise.
36279         (STABS_FUN): Likewise.
36280         (STABS_FUN_END): Likewise.
36281         (STABS_FUN2): Likewise.
36282         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
36283         * sysdeps/x86_64/configure: Regenerated.
36284
36285 2012-08-14  Roland McGrath  <roland@hack.frob.com>
36286
36287         * elf/dl-open.c: Include <atomic.h>.
36288         * elf/dl-lookup.c: Likewise.
36289
36290 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
36291
36292         * sysdeps/unix/sysv/linux/kernel-features.h
36293         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
36294         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
36295         unconditionally.
36296         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
36297         unconditionally.
36298         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
36299         condition on __ASSUME_CLONE_THREAD_FLAGS.
36300
36301 2012-08-14  Andreas Jaeger  <aj@suse.de>
36302
36303         * sysdeps/i386/fpu/libm-test-ulps: Update.
36304
36305 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
36306
36307         * include/atomic.h (atomic_exchange_and_add): Split into ...
36308         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
36309         New atomic macros.
36310
36311 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
36312
36313         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36314
36315 2012-08-13  Jeff Law <law@redhat.com>
36316
36317         * manual/stdio.texi (snprintf): Clarify handling of the trailing
36318         null byte in the output string.
36319
36320 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
36321
36322         * sysdeps/unix/sysv/linux/kernel-features.h
36323         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
36324         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
36325         (__ASSUME_ARG_MAX_STACK_BASED): Define.
36326         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
36327         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
36328         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
36329         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
36330
36331 2012-08-09  Jeff Law <law@redhat.com>
36332
36333         [BZ #13939]
36334         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
36335         When avoid_arena is set, don't retry in the that arena.  Pick the
36336         next one, whatever it might be.
36337         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
36338         (arena_lock): Pass in new parameter to arena_get2.
36339         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
36340         arena_get2.
36341         (__libc_malloc): Unify retrying after main arena failure with
36342         __libc_memalign version.
36343         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
36344
36345 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
36346
36347         [BZ #14166]
36348         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
36349         to __redirect_strstr.
36350         (__strstr_sse42): Use typeof __redirect_strstr.
36351         (__strstr_ia32): Likewise.
36352         (__libc_strstr): New prototype.
36353         (strstr): Renamed to ...
36354         (__libc_strstr): This.
36355         (strstr): New strong alias of __libc_strstr.
36356         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36357         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
36358         __redirect_time.
36359         Include <time.h>.
36360         (__libc_time): New prototype.
36361         (time_ifunc): Replace time with __libc_time.
36362         (time): New strong alias and hidden definition of __libc_time.
36363         (__GI_time): Remove strong alias.
36364         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
36365         Include <stddef.h>.
36366         (memmove): Redefined to __redirect_memmove.
36367         (__memmove_sse2): Use typeof __redirect_memmove.
36368         (__memmove_ssse3): Likewise.
36369         (__memmove_ssse3_back): Likewise.
36370         (__libc_memmove): New prototype.
36371         (memmove): Renamed to ...
36372         (__libc_memmove): This.
36373         (memmove): New strong alias of __libc_memmove.
36374
36375 2012-08-08  Mark Salter  <msalter@redhat.com>
36376
36377         * elf/elf.h
36378         (R_MN10300_TLS_GD): Define.
36379         (R_MN10300_TLS_LD): Likewise.
36380         (R_MN10300_TLS_LDO): Likewise.
36381         (R_MN10300_TLS_GOTIE): Likewise.
36382         (R_MN10300_TLS_IE): Likewise.
36383         (R_MN10300_TLS_LE): Likewise.
36384         (R_MN10300_TLS_DTPMOD): Likewise.
36385         (R_MN10300_TLS_DTPOFF): Likewise.
36386         (R_MN10300_TLS_TPOFF): Likewise.
36387         (R_MN10300_SYM_DIFF): Likewise.
36388         (R_MN10300_ALIGN): Likewise.
36389         (R_MN10300_NUM): Update.
36390
36391 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
36392
36393         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
36394         Remove.
36395
36396 2012-08-08  Roland McGrath  <roland@hack.frob.com>
36397
36398         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
36399
36400         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
36401         sysdeps/unix -> sysdeps/posix move.
36402         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
36403
36404 2012-08-07      Allan McRae     <allan@archlinux.org>
36405
36406         [BZ #14303]
36407         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
36408         (SUNOS_CPP): Likewise.
36409         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
36410         not found.
36411         (open_input): Call CPP using execvp.
36412
36413 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36414
36415         * sysdeps/unix/sysv/linux/kernel-features.h
36416         (__ASSUME_PROT_GROWSUPDOWN): Remove.
36417         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36418         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36419         (__ASSUME_WAITID_SYSCALL): Likewise.
36420         * sysdeps/unix/sysv/linux/dl-execstack.c
36421         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
36422         code unconditional.
36423         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
36424         conditional code.
36425         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
36426         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
36427         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
36428         code.
36429         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
36430         unconditional.
36431         [__ASSUME_WAITID_SYSCALL]: Likewise.
36432         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
36433
36434 2012-08-07  Roland McGrath  <roland@hack.frob.com>
36435
36436         * sysdeps/unix/closedir.c: Renamed to ...
36437         * sysdeps/posix/closedir.c: ... here.
36438         * sysdeps/unix/dirfd.c: Renamed to ...
36439         * sysdeps/posix/dirfd.c: ... here.
36440         * sysdeps/unix/dirstream.h: Renamed to ...
36441         * sysdeps/posix/dirstream.h: ... here.
36442         * sysdeps/unix/fdopendir.c: Renamed to ...
36443         * sysdeps/posix/fdopendir.c: ... here.
36444         * sysdeps/unix/opendir.c: Renamed to ...
36445         * sysdeps/posix/opendir.c: ... here.
36446         * sysdeps/unix/readdir.c: Renamed to ...
36447         * sysdeps/posix/readdir.c: ... here.
36448         * sysdeps/unix/readdir_r.c: Renamed to ...
36449         * sysdeps/posix/readdir_r.c: ... here.
36450         * sysdeps/unix/rewinddir.c: Renamed to ...
36451         * sysdeps/posix/rewinddir.c: ... here.
36452         * sysdeps/unix/seekdir.c: Renamed to ...
36453         * sysdeps/posix/seekdir.c: ... here.
36454         * sysdeps/unix/telldir.c: Renamed to ...
36455         * sysdeps/posix/telldir.c: ... here.
36456         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
36457         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
36458         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
36459         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
36460
36461         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
36462         * bits/fcntl.h: ... here.
36463
36464         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
36465         not 0.
36466         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
36467         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
36468         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
36469         (struct flock): Move l_start, l_len to the beginning.
36470         Use __pid_t for l_pid.
36471         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
36472         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
36473         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
36474         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
36475         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
36476         [__USE_LARGEFILE64] (struct flock64): New type.
36477         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
36478
36479         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
36480         * bits/dirent.h: ... here.
36481
36482         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
36483         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
36484
36485 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36486
36487         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36488         Change from 2.6.0 to 2.6.16.
36489         * sysdeps/unix/sysv/linux/configure: Regenerated.
36490         * sysdeps/unix/sysv/linux/kernel-features.h
36491         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
36492         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
36493         version.
36494         (__ASSUME_UTIMES): Likewise.
36495         (__ASSUME_CLONE_STOPPED): Remove.
36496         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
36497         architectures, not kernel version.
36498         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
36499         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36500         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36501         (__ASSUME_WAITID_SYSCALL): Likewise.
36502         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
36503         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
36504         * README: State 2.6.16 as minimum Linux kernel version.  Do not
36505         refer to older versions.
36506
36507 2012-08-06  Roland McGrath  <roland@hack.frob.com>
36508
36509         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
36510         Define alphasort64 as an alias.
36511         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
36512         Define versionsort64 as an alias.
36513         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
36514         Define scandir64 as an alias.
36515         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
36516         Define scandirat64 as an alias.
36517         * dirent/alphasort64.c (alphasort64):
36518         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
36519         * dirent/versionsort64.c: Likewise.
36520         * dirent/scandir64.c: Likewise.
36521         * dirent/scandirat64.c: Likewise.
36522         * sysdeps/wordsize-64/alphasort.c: File removed.
36523         * sysdeps/wordsize-64/alphasort64.c: File removed.
36524         * sysdeps/wordsize-64/scandir.c: File removed.
36525         * sysdeps/wordsize-64/scandir64.c: File removed.
36526         * sysdeps/wordsize-64/scandirat.c: File removed.
36527         * sysdeps/wordsize-64/scandirat64.c: File removed.
36528         * sysdeps/wordsize-64/versionsort.c: File removed.
36529         * sysdeps/wordsize-64/versionsort64.c: File removed.
36530         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
36531         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
36532         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
36533         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
36534         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
36535         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
36536         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
36537         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
36538
36539         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
36540         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36541         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
36542         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36543         [defined __arch64__ || defined __sparcv9]
36544         (__INO_T_MATCHES_INO64_T): New macro.
36545         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36546         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
36547         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
36548         * sysdeps/unix/sysv/linux/bits/dirent.h
36549         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
36550         (_DIRENT_MATCHES_DIRENT64): New macro.
36551
36552         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
36553         Define lockf64 as an alias.
36554         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
36555         Define fseeko64 as an alias.
36556         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
36557         Define ftello64 as an alias.
36558         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
36559         Define _IO_fgetpos64 and fgetpos64 as aliases.
36560         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
36561         Define _IO_fsetpos64 and fsetpos64 as aliases.
36562         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
36563         Conditionalize body on this.
36564         * libio/fseeko64.c: Likewise.
36565         * libio/ftello64.c: Likewise.
36566         * libio/iofgetpos64.c: Likewise.
36567         * libio/iofsetpos64.c: Likewise.
36568         * sysdeps/wordsize-64/lockf.c: File removed.
36569         * sysdeps/wordsize-64/lockf64.c: File removed.
36570         * sysdeps/wordsize-64/fseeko.c: File removed.
36571         * sysdeps/wordsize-64/fseeko64.c: File removed.
36572         * sysdeps/wordsize-64/ftello.c: File removed.
36573         * sysdeps/wordsize-64/ftello64.c: File removed.
36574         * sysdeps/wordsize-64/iofgetpos.c: File removed.
36575         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
36576         * sysdeps/wordsize-64/iofsetpos.c: File removed.
36577         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
36578         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
36579         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
36580         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
36581         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
36582         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
36583         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
36584         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
36585         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
36586         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
36587         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
36588
36589         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36590         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36591         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
36592         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36593         [defined __arch64__ || defined __sparcv9]
36594         (__OFF_T_MATCHES_OFF64_T): New macro.
36595         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36596         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36597         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36598         (__OFF_T_MATCHES_OFF64_T): New macro.
36599
36600 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36601
36602         * stdlib/secure-getenv.c (__secure_getenv): Replace
36603         GLIBC_2_16 with GLIBC_2_17.
36604
36605 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36606
36607         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
36608         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36609
36610 2012-08-03  David S. Miller  <davem@davemloft.net>
36611
36612         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36613
36614 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36615
36616         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36617         Remove.
36618         (__ASSUME_CORRECT_SI_PID): Likewise.
36619         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36620         (__ASSUME_TMPFS_NAME): Likewise.
36621         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36622         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36623         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36624         (HAVE_AUX_SECURE): Make definition unconditional.
36625         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36626         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36627
36628 2012-08-03  Roland McGrath  <roland@hack.frob.com>
36629
36630         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36631         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36632         * sysdeps/mach/hurd/eloop-threshold.h: New file.
36633         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36634         __eloop_threshold instead of SYMLOOP_MAX.
36635
36636         * sysdeps/generic/eloop-threshold.h: New file.
36637         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36638         of MAXSYMLINKS.
36639         * elf/chroot_canon.c (chroot_canon): Likewise.
36640
36641 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36642
36643         [BZ #13717]
36644         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36645         Change to 2.6.0 everywhere.
36646         * sysdeps/unix/sysv/linux/configure: Regenerated.
36647         * sysdeps/unix/sysv/linux/kernel-features.h
36648         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36649         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36650         kernel versions.
36651         (__ASSUME_POSIX_TIMERS): Define unconditionally.
36652         (__ASSUME_FUTEX_REQUEUE): Remove.
36653         (__ASSUME_STATFS64): Define unconditionally.
36654         (__ASSUME_AT_SECURE): Likewise.
36655         (__ASSUME_CORRECT_SI_PID): Likewise.
36656         (__ASSUME_TGKILL): Define without depending on kernel version for
36657         i386.
36658         (__ASSUME_UTIMES): Likewise.
36659         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36660         kernel version.
36661         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36662         (__ASSUME_TMPFS_NAME): Likewise.
36663         * README: Update reference to Linux kernel versions.
36664
36665 2012-08-02  Marek Polacek  <polacek@redhat.com>
36666
36667         [BZ# 14150]
36668         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
36669         libc_cv_asm_type_prefix with %.
36670         * configure: Regenerated.
36671         * include/libc-symbols.h: Remove comment about
36672         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36673         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36674         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36675         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36676         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36677         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36678         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36679         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36680         * elf/tst-unique2mod1.c: Likewise.
36681         * elf/tst-unique1mod2.c: Likewise.
36682         * elf/tst-unique1mod1.c: Likewise.
36683         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36684         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36685         Replace ASM_TYPE_DIRECTIVE with .type.
36686         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36687         * sysdeps/i386/sysdep.h: Likewise.
36688         * sysdeps/x86_64/sysdep.h: Likewise.
36689         * sysdeps/sh/sysdep.h: Likewise.
36690         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36691         Do not define ASM_TYPE_DIRECTIVE.
36692         * sysdeps/powerpc/sysdep.h: Likewise.
36693         * sysdeps/powerpc/powerpc32/sysdep.h:
36694         Replace ASM_TYPE_DIRECTIVE with .type.
36695         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36696         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36697         * sysdeps/i386/fpu/e_powf.S: Likewise.
36698         * sysdeps/i386/fpu/e_expl.S: Likewise.
36699         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36700         * sysdeps/i386/fpu/e_acosh.S: Likewise.
36701         * sysdeps/i386/fpu/e_pow.S: Likewise.
36702         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36703         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36704         * sysdeps/i386/fpu/s_expm1.S: Likewise.
36705         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36706         * sysdeps/i386/fpu/e_log2.S: Likewise.
36707         * sysdeps/i386/fpu/e_log2l.S: Likewise.
36708         * sysdeps/i386/fpu/e_scalb.S: Likewise.
36709         * sysdeps/i386/fpu/e_powl.S: Likewise.
36710         * sysdeps/i386/fpu/e_log10f.S: Likewise.
36711         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36712         * sysdeps/i386/fpu/e_logl.S: Likewise.
36713         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36714         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36715         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36716         * sysdeps/i386/fpu/e_log2f.S: Likewise.
36717         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36718         * sysdeps/i386/fpu/e_log.S: Likewise.
36719         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36720         * sysdeps/i386/fpu/e_logf.S: Likewise.
36721         * sysdeps/i386/fpu/e_log10l.S: Likewise.
36722         * sysdeps/i386/fpu/e_atanh.S: Likewise.
36723         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36724         * sysdeps/i386/fpu/e_log10.S: Likewise.
36725         * sysdeps/i386/fpu/s_frexp.S: Likewise.
36726         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36727         * sysdeps/i386/fpu/s_asinh.S: Likewise.
36728         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36729         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36730         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36731         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36732         * sysdeps/i386/i686/strtok.S: Likewise.
36733         * sysdeps/i386/i386-mcount.S: Likewise.
36734         * sysdeps/i386/strtok.S: Likewise.
36735         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36736         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36737         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36738         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36739         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36740         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36741         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36742         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36743         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36744         * sysdeps/x86_64/_mcount.S: Likewise.
36745         * sysdeps/x86_64/strtok.S: Likewise.
36746         * sysdeps/sh/_mcount.S: Likewise.
36747
36748 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36749
36750         * libio/iofopen.c: Include <fcntl.h>.
36751         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36752         (_IO_fopen64, fopen64): Define as aliases.
36753         * libio/iofopen64.c: Include <fcntl.h>.
36754         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36755         Conditionalize body on this.
36756         * sysdeps/wordsize-64/iofopen.c: File removed.
36757         * sysdeps/wordsize-64/iofopen64.c: File removed.
36758
36759 2012-08-01  Marek Polacek  <polacek@redhat.com>
36760
36761         * libc/Makeconfig: Use elf in place of binfmt-subdir.
36762         Use dlfcn directly instead of a variable.
36763         (binfmt-subdir): Do not define.
36764         (dlfcn): Likewise.
36765
36766 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
36767
36768         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36769         Remove all definitions.
36770         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36771         <kernel-features.h>.
36772         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36773         (miss_F_GETOWN_EX): Remove all definitions.
36774         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36775         macro definition.
36776         [!__ASSUME_FCNTL64]: Remove conditional code.
36777         [__ASSUME_FCNTL64]: Make code unconditional.
36778         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36779         <kernel-features.h>.
36780         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36781         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36782         (lockf64) [__NR_fcntl64]: Make code unconditional.
36783         (lockf64) [__ASSUME_FCNTL64]: Likewise.
36784
36785         * sysdeps/unix/sysv/linux/kernel-features.h
36786         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36787         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36788         Make code unconditional.
36789         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36790         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36791         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36792         [__NR_vfork]: Make code unconditional.
36793         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36794         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36795         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36796         [__NR_vfork]: Make code unconditional.
36797         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36798         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36799
36800 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36801
36802         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36803         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36804
36805         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36806         Define mkstemp64 as an alias.
36807         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36808         Define mkstemps64 as an alias.
36809         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36810         Define mkostemp64 as an alias.
36811         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36812         Define mkostemps64 as an alias.
36813         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36814         Conditionalize body on this.
36815         * misc/mkostemp64.c: Likewise.
36816         * misc/mkostemps64.c: Likewise.
36817         * misc/mkstemps64.c: Likewise.
36818         * sysdeps/wordsize-64/mkstemp64.c: File removed.
36819         * sysdeps/wordsize-64/mkostemp64.c: File removed.
36820         * sysdeps/wordsize-64/mkostemp.c: File removed.
36821         * sysdeps/wordsize-64/mkstemp.c: File removed.
36822         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36823         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36824         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36825         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36826
36827         [BZ #14138]
36828         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36829         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36830         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36831         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36832
36833         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36834         compat_symbol macros from <shlib-compat.h> rather than the underlying
36835         default_symbol_version and symbol_version macros, so that DEFAULT
36836         lines in shlib-versions are respected.
36837         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36838
36839 2012-08-01  Florian Weimer  <fweimer@redhat.com>
36840
36841         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36842         Declare with warn_unused_result.
36843         (setgid, setregid, setegid, setresgid): Likewise.
36844         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36845         Likewise.
36846         * WUR-REPORT: Remove set*id functions.
36847
36848 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
36849
36850         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36851
36852 2012-07-31  Roland McGrath  <roland@hack.frob.com>
36853
36854         [BZ #10191]
36855         * include/sys/socket.h (__libc_accept, __libc_accept4):
36856         Add attribute_hidden.
36857         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36858
36859         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36860         use of PTR_MANGLE.
36861         * inet/getnetgrent_r.c (setup): Likewise.
36862
36863         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36864
36865 2012-07-31  David S. Miller  <davem@davemloft.net>
36866
36867         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36868
36869 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
36870
36871         [BZ #13629]
36872         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36873         value between 1.0 and 2.0 and smaller part has absolute value less
36874         than 1.0.
36875         * math/s_clog10.c (__clog10): Likewise.
36876         * math/s_clog10f.c (__clog10f): Likewise.
36877         * math/s_clog10l.c (__clog10l): Likewise.
36878         * math/s_clogf.c (__clogf): Likewise.
36879         * math/s_clogl.c (__clogl): Likewise.
36880         * math/libm-test.inc (clog_test): Add more tests.
36881         (clog10_test): Likewise.
36882         * sysdeps/i386/fpu/libm-test-ulps: Update.
36883         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36884
36885 2012-07-31  Florian Weimer  <fweimer@redhat.com>
36886
36887         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36888         Exit with zero in case no suitable GID is found, and write a
36889         message to standard error.
36890
36891 2012-07-30  Roland McGrath  <roland@hack.frob.com>
36892
36893         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36894         rather than to 1.
36895         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36896         (MAXPATHLEN): Removed.
36897         (NOGROUP, NODEV): New macros.
36898         (setbit, clrbit, isset, isclr): New macros.
36899         (howmany, roundup, powerof2): New macros.
36900         (DEV_BSIZE): New macro.
36901
36902         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36903         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36904
36905         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36906         definition on [!__NO_LONG_DOUBLE_MATH].
36907
36908         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36909         PTR_MANGLE and PTR_DEMANGLE.
36910
36911         * socket/accept4.c (accept4): Rename to __libc_accept4.
36912         Define accept4 as a weak alias.
36913
36914         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36915         on [_DIRENT_HAVE_D_TYPE].
36916         * io/ftw.c (ftw_dir): Likewise.
36917
36918         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36919
36920         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36921
36922         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36923         Use the BSD numbers rather than the arbitrary ones we had.
36924         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36925         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36926         (SIGXCPU, SIGXFSZ): New macros.
36927         (_NSIG): Now 32.
36928
36929         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36930         initializer on [_LIBC_REENTRANT].
36931
36932         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36933         definitions inside [_POSIX_MAPPED_FILES].
36934
36935         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36936
36937         * dirent/opendir.c: Include <fcntl.h>.
36938
36939         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36940         (__libc_getspecific): Likewise.
36941         (__libc_key_create): Likewise.
36942
36943         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36944         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36945         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36946         (tmpfile64): Define as alias.
36947         * sysdeps/wordsize-64/tmpfile.c: File removed.
36948         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36949         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36950         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36951
36952         * stdio-common/vfscanf.c: Include <stdbool.h>.
36953         * nss/makedb.c: Likewise.
36954         * stdio-common/_i18n_number.h: Likewise.
36955         * argp/argp-help.c: Likewise.
36956         * posix/wordexp.c: Likewise.
36957         * sysdeps/posix/spawni.c: Likewise.
36958         * nss/nss_files/files-initgroups.c: Likewise.
36959         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36960         * nss/nss_files/files-initgroups.c: Likewise.
36961         * nss/nss_db/db-netgrp.c: Likewise.
36962         * nss/nss_db/db-initgroups.c: Likewise.
36963         * io/fchmodat.c: Include <sys/stat.h>.
36964
36965         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36966         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36967
36968         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36969         [HAVE_MMAP].
36970
36971         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36972         Add multiple inclusion protection.
36973
36974 2012-07-27  David S. Miller  <davem@davemloft.net>
36975
36976         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36977
36978 2012-07-27  Gary Benson  <gbenson@redhat.com>
36979
36980         [BZ #14298]
36981         * elf/rtld.c: Include <stap-probe.h>.
36982         (dl_main): Added static probes "init_start" and "init_complete".
36983         * elf/dl-load.c: Include <stap-probe.h>.
36984         (lose): Take new parameter "nsid".
36985         Added static probe "map_failed".
36986         (_dl_map_object_from_fd): Pass namespace id to lose.
36987         Added static probe "map_start".
36988         (open_verify): Pass namespace id to lose.
36989         * elf/dl-open.c: Include <stap-probe.h>.
36990         (dl_open_worker) Added static probes "map_complete", "reloc_start"
36991         and "reloc_complete".
36992         * elf/dl-close.c: Include <stap-probe.h>.
36993         (_dl_close_worker): Added static probes "unmap_start" and
36994         "unmap_complete".
36995         * elf/rtld-debugger-interface.txt: New file documenting the above.
36996
36997 2012-07-26  Roland McGrath  <roland@hack.frob.com>
36998
36999         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
37000         rather than a string variable.
37001         * sunrpc/rpc_main.c (h_output): Likewise.
37002         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
37003
37004 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
37005
37006         * inet/check_native.c: New file.
37007
37008 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
37009
37010         [BZ #13629]
37011         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
37012         if larger part has absolute value 1.0.
37013         * math/s_clog10.c (__clog10): Likewise.
37014         * math/s_clog10f.c (__clog10f): Likewise.
37015         * math/s_clog10l.c (__clog10l): Likewise.
37016         * math/s_clogf.c (__clogf): Likewise.
37017         * math/s_clogl.c (__clogl): Likewise.
37018         * math/libm-test.inc (clog_test): Add more tests.
37019         (clog10_test): Likewise.
37020         * sysdeps/i386/fpu/libm-test-ulps: Update.
37021         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37022
37023         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
37024         (pltexit): Likewise.
37025         (La_regs): Likewise.
37026         (La_retval): Likewise.
37027         (int_retval): Likewise.
37028         Update #error for removed macros to refer only to definitions in
37029         tst-audit.h.
37030         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
37031         macro.
37032         (pltexit): Likewise.
37033         (La_regs): Likewise.
37034         (La_retval): Likewise.
37035         (int_retval): Likewise.
37036         * elf/tst-auditmod4b.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-auditmod5b.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-auditmod6b.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-auditmod6c.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-auditmod7b.c (pltenter): Remove all definitions of
37061         macro.
37062         (pltexit): Likewise.
37063         (La_regs): Likewise.
37064         (La_retval): Likewise.
37065         (int_retval): Likewise.
37066         * sysdeps/generic/tst-audit.h: Update comment to refer only to
37067         macro definitions in tst-audit.h.
37068         * sysdeps/i386/tst-audit.h: New file.
37069         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
37070         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
37071         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
37072         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
37073         * sysdeps/sh/tst-audit.h: Likewise.
37074         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
37075         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
37076         * sysdeps/x86_64/tst-audit.h: Likewise.
37077
37078 2012-07-26  Andreas Jaeger  <aj@suse.de>
37079
37080         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
37081         ptrace.
37082
37083         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
37084         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
37085         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
37086         PTRACE_O_MASK.
37087         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
37088         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
37089         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
37090
37091         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
37092         value.
37093
37094         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
37095         _sigsys.
37096         (si_call_addr, si_syscall, si_arch): Define new macro.
37097         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
37098         _sigsys.
37099         (si_call_addr, si_syscall, si_arch): Define new marcro.
37100         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
37101         _sigsys.
37102         (si_call_addr, si_syscall, si_arch): Define new macro.
37103         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
37104         _sigsys.
37105         (si_call_addr, si_syscall, si_arch): Define new macro.
37106
37107 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37108
37109         [BZ #13717]
37110         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37111         Change to 2.4.21 where previously 2.4.1.
37112         * sysdeps/unix/sysv/linux/configure: Regenerated.
37113         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
37114         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
37115         Linux kernel version.
37116         (__ASSUME_STD_AUXV): Remove.
37117         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
37118         kernel version.
37119         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
37120         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
37121         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
37122         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
37123         (__ASSUME_NETLINK_SUPPORT): Likewise.
37124         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
37125         (__no_netlink_support): Remove conditional definition.
37126         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
37127         Remove.
37128         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37129         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
37130         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
37131         (if_nameindex_ioctl): Remove.
37132         (if_nameindex_netlink): Do not handle __no_netlink_support.
37133         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37134         code.
37135         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
37136         Remove conditional code.
37137         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37138         code.
37139         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
37140         unconditional.
37141         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37142         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
37143         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
37144         Remove.
37145         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
37146         [!__ASSUME_STD_AUXV]: Remove conditional code.
37147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
37148         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
37149         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
37150         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
37151         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
37152         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37153         code.
37154         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37155         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
37156         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
37157         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37158         conditional code.
37159         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
37161         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37162         code.
37163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
37164         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37165         conditional code.
37166         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
37167         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37168         code unconditional.
37169         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37170         conditional code.
37171         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37172         unconditional.
37173         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37174         conditional code.
37175         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
37176         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37177         unconditional.
37178         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37179         conditional code.
37180         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
37181         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37182         code unconditional.
37183         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37184         conditional code.
37185         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37186         unconditional.
37187         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37188         conditional code.
37189         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
37190         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37191         code unconditional.
37192         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37193         conditional code.
37194         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37195         unconditional.
37196         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37197         conditional code.
37198
37199 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
37200
37201         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
37202         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
37203         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
37204         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
37205         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
37206         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
37207         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
37208         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
37209         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
37210         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
37211         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
37212         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
37213         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
37214         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
37215         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
37216         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
37217         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
37218         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
37219         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
37220         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
37221         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
37222         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
37223         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
37224
37225 2012-07-25  Florian Weimer  <fweimer@redhat.com>
37226
37227         * Versions.def: Add GLIBC_2.17.
37228         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
37229         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
37230         Introduce __libc_secure_getenv.
37231         * stdlib/Versions (2.17): Add secure_getenv
37232         (GLIBC_PRIVATE): Add __libc_secure_getenv.
37233         * stdlib/secure-getenv.c: Rename __secure_getenv to
37234         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
37235         symbol __secure_getenv for GLIBC_2.0.
37236         * stdlib/tst-secure-getenv.c: New.
37237         * stdlib/Makefile (tests): Add testcase.
37238         * manual/startup.texi (Environment Access): Document
37239         secure_getenv.
37240         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
37241         __libc_secure_getenv.
37242         * inet/ruserpass.c (ruserpass): Likewise.
37243         * malloc/mtrace.c (mtrace): Likewise.
37244         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
37245         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
37246         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
37247         * sysdeps/posix/tempname.c: Likewise.  Evaluate
37248         HAVE_SECURE_GETENV.
37249         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
37250         __secure_getenv to __libc_secure_getenv.
37251         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
37252         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37253         Likewise.
37254         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37255         Likewise.
37256         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37257         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37258         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37259         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37260         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37261         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37262         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37263
37264 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37265
37266         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
37267         (struct La_i86_retval): Likewise.
37268         (struct La_x86_64_regs): Likewise.
37269         (struct La_x86_64_retval): Likewise.
37270         (struct La_x32_regs): Likewise.
37271         (struct La_x32_retval): Likewise.
37272         (struct La_ppc32_regs): Likewise.
37273         (struct La_ppc32_retval): Likewise.
37274         (struct La_ppc64_regs): Likewise.
37275         (struct La_ppc64_retval): Likewise.
37276         (struct La_sh_regs): Likewise.
37277         (struct La_sh_retval): Likewise.
37278         (struct La_s390_32_regs): Likewise.
37279         (struct La_s390_32_retval): Likewise.
37280         (struct La_s390_64_regs): Likewise.
37281         (struct La_s390_64_retval): Likewise.
37282         (struct La_sparc32_regs): Likewise.
37283         (struct La_sparc32_retval): Likewise.
37284         (struct La_sparc64_regs): Likewise.
37285         (struct La_sparc64_retval): Likewise.
37286         (struct audit_ifaces): Remove architecture-specific pltenter and
37287         pltexit members.
37288         * sysdeps/i386/ldsodefs.h: New file.
37289         * sysdeps/powerpc/ldsodefs.h: Likewise.
37290         * sysdeps/s390/ldsodefs.h: Likewise.
37291         * sysdeps/sh/ldsodefs.h: Likewise.
37292         * sysdeps/sparc/ldsodefs.h: Likewise.
37293         * sysdeps/x86_64/ldsodefs.h: Likewise.
37294
37295 2012-07-25  Marek Polacek  <polacek@redhat.com>
37296
37297         [BZ #6808]
37298         * math/libm-test.inc (yn_test): Add another test.
37299         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
37300         to ERANGE when the result is +-Inf.
37301         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
37302         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
37303         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
37304         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
37305
37306 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
37307
37308         * conform/data/time.h-data (NULL): Use macro-constant.  Require
37309         equal to 0.
37310         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
37311         clock_t.
37312         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
37313
37314 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
37315
37316         * configure.in <sysdeps resolving>: Correct printing
37317         Implies_before.
37318         * configure: Regenerate.
37319
37320 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
37321
37322         * math/w_ilogb.c: Include <limits.h>.
37323         * math/w_ilogbl.c: Likewise.
37324
37325 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37326
37327         * manual/lang.texi (__va_copy): Document primarily as ISO C99
37328         va_copy.  Document allowing for unavailable va_copy only as
37329         pre-C99 compatibility.
37330         * manual/string.texi (Copying and Concatenation): Use va_copy
37331         instead of __va_copy in concat example.
37332
37333 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
37334
37335         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
37336         (__sendto): Use create_address_port.  Initialize APORT and deallocate
37337         it if not null.
37338
37339         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
37340         with O_NOLINK passed to __file_name_lookup.
37341
37342         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
37343         with O_NOLINK passed to __file_name_lookup.
37344
37345         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
37346         negative N or less than NGIDS.
37347
37348         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
37349         type to string_t.  Set ERANGE as errno and return it if NAME is not big
37350         enough.  Use memcpy instead of strncpy.
37351
37352 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37353
37354         * elf/Makefile (check-data): Remove.
37355         (localplt.data): New vpath directive.
37356         ($(objpfx)check-localplt.out): Use localplt.data from vpath
37357         instead of $(check-data).
37358         * scripts/data/localplt-generic.data: Move to ...
37359         * sysdeps/generic/localplt.data: ... here.
37360         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
37361         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
37362         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
37363         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
37364         ... here.
37365         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
37366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
37367         ... here.
37368         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
37369         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
37370         ... here.
37371         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
37372         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
37373         ... here.
37374         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
37375         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
37376         ... here.
37377         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
37378         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
37379         ... here.
37380
37381 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37382
37383         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
37384         PPC32 and PPC64 files.
37385         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
37386         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
37387
37388 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37389
37390         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
37391         __makecontext_ret to ...
37392         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
37393         ... here and call exit if uc_link is NULL.  New file.
37394         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
37395         __makecontext_ret.S.
37396         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
37397         __makecontext_ret to ...
37398         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
37399         ... here and call exit if uc_link is NULL.  New file.
37400         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
37401         __makecontext_ret.S.
37402
37403 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37404
37405         * elf/elf.h (R_390_IRELATIVE): New definition.
37406         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
37407         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
37408         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
37409         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
37410         (elf_machine_lazy_rel): Likewise.
37411         * sysdeps/s390/dl-irel.h: New file.
37412         * sysdeps/s390/s390-64/memcpy.S: New asm code.
37413         * sysdeps/s390/s390-64/memset.S: New asm code.
37414         * sysdeps/s390/s390-64/memcmp.S: New asm code.
37415         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
37416         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
37417         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
37418         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
37419         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
37420         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
37421         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
37422         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
37423         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
37424         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
37425         * sysdeps/s390/s390-32/memcpy.S: New asm code.
37426         * sysdeps/s390/s390-32/memset.S: New asm code.
37427         * sysdeps/s390/s390-32/memcmp.S: New asm code.
37428
37429 2012-07-17  Marek Polacek  <polacek@redhat.com>
37430
37431         [BZ #14349]
37432         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
37433         * sysdeps/s390/s390-64/configure.in: Likewise.
37434         * sysdeps/sparc/configure.in: Likewise.
37435         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
37436         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
37437         * sysdeps/i386/configure.in: Likewise.
37438         * sysdeps/x86_64/configure.in: Likewise.
37439         * sysdeps/sh/configure.in: Likewise.
37440         * sysdeps/s390/s390-32/configure: Regenerated.
37441         * sysdeps/s390/s390-64/configure: Likewise.
37442         * sysdeps/x86_64/configure: Likewise.
37443         * sysdeps/sh/configure: Likewise.
37444         * sysdeps/powerpc/powerpc64/configure: Likewise.
37445         * sysdeps/powerpc/powerpc32/configure: Likewise.
37446         * sysdeps/sparc/configure: Likwise.
37447         * sysdeps/i386/configure: Likewise.
37448
37449         * elf/dl-open.c: Comment fixes.
37450
37451 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
37452
37453         * Makefile [CXX] (check-data): Remove.
37454         [CXX] (c++-types.data): New vpath directive.
37455         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
37456         vpath.  Do not allow for C++ type data being missing.
37457         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
37458         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
37459         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
37460         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
37461         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
37462         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
37463         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
37464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
37465         ... here.
37466         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
37467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
37468         ... here.
37469         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
37470         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
37471         ... here.
37472         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
37473         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
37474         ... here.
37475         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
37476         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
37477         ... here.
37478         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
37479         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
37480         ... here.
37481         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
37482         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
37483         ... here.
37484         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
37485         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
37486
37487         * elf/tls-macros.h (TLS_LE): Move architecture-specific
37488         definitions to architecture-specific files.
37489         (TLS_IE): Likewise.
37490         (TLS_LD): Likewise.
37491         (TLS_GD): Likewise.
37492         * sysdeps/i386/tls-macros.h: New file.
37493         * sysdeps/powerpc/tls-macros.h: Likewise.
37494         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
37495         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
37496         * sysdeps/sh/tls-macros.h: Likewise.
37497         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
37498         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
37499         * sysdeps/x86_64/tls-macros.h: Likewise.
37500
37501 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37502
37503         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
37504         zero value for regular exit case.
37505
37506         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
37507         (__start_context): Preserve zero value for regular exit case.
37508
37509 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37510             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37511
37512         * manual/setjmp.texi (setcontext): Clarify normal process
37513         termination when uc_link is the null pointer.
37514         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
37515         exit call.
37516
37517 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
37518
37519         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
37520         preprocessor.  Test for each exception mask separately.
37521
37522 2012-07-16  Andreas Jaeger  <aj@suse.de>
37523
37524         * po/ru.po: Update from translation team.
37525
37526 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
37527
37528         * conform/data/string.h-data (NULL): Use macro-constant.  Require
37529         equal to 0.
37530         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37531         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37532         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
37533         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
37534         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37535
37536 2012-07-13  Andreas Jaeger  <aj@suse.de>
37537
37538         * po/fr.po: Update from translation team.
37539
37540 2012-07-12  Marek Polacek  <polacek@redhat.com>
37541
37542         [BZ #14173]
37543         * math/libm-test.inc (yn_test): Add test for BZ #14173.
37544         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
37545         loop condition.
37546
37547 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
37548
37549         [BZ #13717]
37550         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37551         Change to 2.4.1 where previously 2.4.0.
37552         * sysdeps/unix/sysv/linux/configure: Regenerated.
37553         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
37554         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
37555         version.
37556         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
37557         (__ASSUME_AT_CLKTCK): Remove.
37558         (__ASSUME_AT_PAGESIZE): Likewise.
37559         (__ASSUME_AT_XID): Likewise.
37560         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
37561         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
37562         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
37563         unconditionally.
37564         (HAVE_AUX_PAGESIZE): Likewise.
37565         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
37566         [__ASSUME_AT_CLKTCK]: Make code unconditional.
37567         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
37568
37569 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
37570
37571         [BZ #14307]
37572         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
37573         the temporary buffer used to invoke __gethostbyname2_r,
37574         __gethostbyaddr_r and gethostbyname4_r to make room for struct
37575         host_data / struct gaih_addrtuple.
37576         * resolv/nss_dns/dns-host.c (global scope): Move definition of
37577         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
37578         header file nss/nsswitch.h.
37579         * nss/nsswitch.h (global scope): Add definition of implementation
37580         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
37581         resolv/nss_dns/dns-host.c).
37582
37583 2012-07-11  Andreas Jaeger  <aj@suse.de>
37584
37585         * po/fr.po: Update from translation team.
37586
37587         * po/sv.po: Update from translation team
37588         * po/fr.po: Another update from translation team.
37589
37590 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37591
37592         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
37593         for subnormals or multiply small sinh result by itself.
37594         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37595         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37596
37597 2012-07-11  David S. Miller  <davem@davemloft.net>
37598
37599         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37600
37601 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
37602
37603         [BZ #14347]
37604         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
37605         (INTERNAL_MARK): Shift it here.
37606
37607 2012-07-10  Marek Polacek  <polacek@redhat.com>
37608
37609         [BZ #14151]
37610         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
37611         libc_cv_asm_global_directive with .globl.
37612         * configure: Regenerated.
37613         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37614         with .globl.
37615         * sysdeps/i386/configure: Regenerated.
37616         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37617         with .globl.
37618         * sysdeps/x86_64/configure: Regenerated.
37619         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37620         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37621         * elf/tst-unique2mod2.c: Likewise.
37622         * elf/tst-unique2mod1.c: Likewise.
37623         * elf/tst-unique1mod2.c: Likewise.
37624         * elf/tst-unique1mod1.c: Likewise.
37625         * sysdeps/s390/s390-32/sysdep.h: Likewise.
37626         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37627         * sysdeps/s390/s390-64/sysdep.h: Likewise.
37628         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37629         * sysdeps/mach/sysdep.h: Likewise.
37630         * sysdeps/i386/sysdep.h: Likewise.
37631         * sysdeps/i386/i386-mcount.S: Likewise.
37632         * sysdeps/x86_64/_mcount.S: Likewise.
37633         * sysdeps/x86_64/sysdep.h: Likewise.
37634         * sysdeps/sh/_mcount.S: Likewise.
37635         * sysdeps/sh/sysdep.h: Likewise.
37636         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37637         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37638         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37639         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37640         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37641         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37642         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37643         * locale/localeinfo.h: Likewise.
37644         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37645         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37646
37647 2012-07-09  Roland McGrath  <roland@hack.frob.com>
37648
37649         [BZ #14336]
37650         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37651         system".
37652         * manual/message.texi (The Uniforum approach): Likewise.
37653         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37654         (glibc iconv Implementation): Likewise.
37655
37656 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
37657
37658         [BZ #14337]
37659         * math/s_clog.c (__clog): Avoid scaling a value down where that
37660         could result in underflow.
37661         * math/s_clog10.c (__clog10): Likewise.
37662         * math/s_clog10f.c (__clog10f): Likewise.
37663         * math/s_clog10l.c (__clog10l): Likewise.
37664         * math/s_clogf.c (__clogf): Likewise.
37665         * math/s_clogl.c (__clogl): Likewise.
37666         * math/libm-test.inc (clog_test): Add more tests.
37667         (clog10_test): Likewise.
37668         * sysdeps/i386/fpu/libm-test-ulps: Update.
37669         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37670
37671 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
37672
37673         [BZ #14283]
37674         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37675         by 7 not 8 to examine high bit of fractional part.
37676
37677         [BZ #14042]
37678         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37679         for call to __mcount_internal.
37680         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37681         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37682         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37683
37684 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
37685
37686         [BZ #14154]
37687         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37688         approximation for values within 0x1p-13f of an odd multiple of
37689         pi/4.
37690         * math/libm-test.inc (tan_test): Do not allow spurious underflow
37691         exception.  Add more tests.
37692         * sysdeps/i386/fpu/libm-test-ulps: Update.
37693
37694         [BZ #6778]
37695         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37696         inputs and return -1 for them.  Do not check for +Inf in case not
37697         reachable for +Inf.
37698         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37699         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37700         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37701         and return -1 for them.  Do not check for +Inf in case not
37702         reachable for +Inf.
37703         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37704         define.
37705         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37706         and return -1 for them.  Do not check for +Inf in case not
37707         reachable for +Inf.
37708         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
37709         spurious underflow.
37710         * sysdeps/i386/fpu/libm-test-ulps: Update.
37711         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37712
37713 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
37714
37715         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37716
37717 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
37718
37719         [BZ #14157]
37720         [BZ #14331]
37721         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37722         could result in spurious underflow.  Scale down values above
37723         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37724         * math/s_csqrtf.c (__csqrtf): Likewise.
37725         * math/s_csqrtl.c (__csqrtl): Likewise.
37726         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
37727         spurious underflow.
37728         * sysdeps/i386/fpu/libm-test-ulps: Update.
37729         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37730
37731 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
37732
37733         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37734         xopen-msg.sed.
37735         * catgets/xopen-msg.awk: New file.
37736         * catgets/xopen-msg.sed: Removed.
37737
37738         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37739         po2text.sed.
37740         * intl/po2test.awk: New file.
37741         * intl/po2test.sed: Removed.
37742
37743 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
37744
37745         [BZ #14328]
37746         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37747         or multiply small sinh result by itself.
37748         * math/s_ctanf.c (__ctanf): Likewise.
37749         * math/s_ctanh.c (__ctanh): Likewise.
37750         * math/s_ctanhf.c (__ctanhf): Likewise.
37751         * math/s_ctanhl.c (__ctanhl): Likewise.
37752         * math/s_ctanl.c (__ctanl): Likewise.
37753         * math/libm-test.inc (ctan_test_tonearest): New function.
37754         (ctan_test_towardzero): Likewise.
37755         (ctan_test_downward): Likewise.
37756         (ctan_test_upward): Likewise.
37757         (ctanh_test_tonearest): Likewise.
37758         (ctanh_test_towardzero): Likewise.
37759         (ctanh_test_downward): Likewise.
37760         (ctanh_test_upward): Likewise.
37761         (main): Call these new functions.
37762         * sysdeps/i386/fpu/libm-test-ulps: Update.
37763         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37764
37765 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
37766
37767         * .gitignore: Delete /ports entry.
37768
37769 2012-07-03  Andreas Jaeger  <aj@suse.de>
37770
37771         * po/bg.po: Update from translation team.
37772         * po/cs.po: Likewise.
37773         * po/de.po: Likewise.
37774         * po/hr.po: Likewise.
37775         * po/nl.pl: Likewise.
37776         * po/pl.po: Likewise.
37777         * po/vi.po: Likewise.
37778
37779 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
37780
37781         * Makeconfig [!+link] (+link-before-libc): New variable.
37782         [!+link] (+link-after-libc): Likewise.
37783         [!+link] (+link-tests): Likewise.
37784         [!+link] (+link): Define in terms of $(+link-before-libc) and
37785         $(+link-after-libc).
37786         [!+link-static] (+link-static-before-libc): New variable.
37787         [!+link-static] (+link-static-after-libc): Likewise.
37788         [!+link-static] (+link-static-tests): Likewise.
37789         [!+link-static] (+link-static): Define in terms of
37790         $(+link-static-before-libc) and $(+link-static-after-libc).
37791         [build-shared] (link-libc-before-gnulib): New variable.
37792         [build-shared] (link-libc-tests): Likewise.
37793         [build-shared] (link-libc): Define in terms of
37794         $(link-libc-before-gnulib).
37795         [!build-shared] (link-libc-tests): New variable.
37796         (link-libc-static-tests): New variable.
37797         [!gnulib] (gnulib-arch): New variable.
37798         [!gnulib] (gnulib-tests): Likewise.
37799         [!gnulib] (static-gnulib-arch): Likewise.
37800         [!gnulib] (static-gnulib-tests): Likewise.
37801         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
37802         Define with "=" instead of ":=".
37803         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
37804         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
37805         * Rules (binaries-all-notests): New variable.
37806         (binaries-all-tests): Likewise.
37807         (binaries-static-notests): Likewise.
37808         (binaries-static-tests): Likewise.
37809         (binaries-all): Define using $(binaries-all-notests) and
37810         $(binaries-all-tests).
37811         (binaries-static): Define using $(binaries-static-notests) and
37812         $(binaries-static-tests).
37813         (binaries-shared-tests): New variable.
37814         (binaries-shared-notests): Likewise.
37815         (binaries-shared): Remove variable.
37816         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37817         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37818         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37819         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37820         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37821         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37822         * elf/Makefile (sln-modules): New variable.
37823         (extra-objs): Add $(sln-modules:=.o).
37824         (ldconfig-modules): Add static-stubs.
37825         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37826         * elf/static-stubs.c: New file.
37827
37828         [BZ #14283]
37829         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37830         by 7 not 8 to examine high bit of fractional part.  Use volatile
37831         variables when splitting into final array of floats if
37832         __FLT_EVAL_METHOD__ != 0.
37833         * math/libm-test.inc (cos_test): Add another test.
37834         (sin_test): Likewise.
37835         * sysdeps/i386/fpu/libm-test-ulps: Update.
37836
37837         [BZ #14273]
37838         * math/libm-test.inc (cosh_test): Add more tests.
37839
37840         * version.h (RELEASE): Set to "development".
37841         (VERSION): Set to "2.16.90".
37842
37843 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
37844
37845         * NEWS: Update copyright. Remove last-updated date.
37846         Mention math library bug fixes and timezone data changes.
37847         * README: Mention GNU/Hurd, x32, and HPPA support status.
37848
37849 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
37850
37851         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37852
37853 2012-06-27  Andreas Jaeger  <aj@suse.de>
37854
37855         * manual/contrib.texi (Contributors): Add Samuel Thibault.
37856
37857 2012-06-25  Andreas Jaeger  <aj@suse.de>
37858
37859         * sysdeps/s390/fpu/libm-test-ulps: Update.
37860
37861 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
37862             Thomas Schwinge  <thomas@codesourcery.com>
37863
37864         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37865         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37866         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37867         fanotify_mark.
37868
37869 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
37870
37871         * sysdeps/mach/start.c: Remove file.
37872         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37873         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37874         * sysdeps/sh/init-first.c: Likewise.
37875
37876         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37877         registers for frame unwinding purposes, add CFI directives.
37878         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37879         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37880         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37881         Likewise.
37882
37883         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37884         __fortify_fail returning.
37885         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37886
37887         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37888         sysdeps/sh/____longjmp_chk.S.
37889         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37890         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37891         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37892         (gen-as-const-headers): Append sigaltstack-offsets.sym.
37893
37894         * sysdeps/sh/abort-instr.h: New file.
37895         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37896         process in case exit returns.
37897
37898         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37899         initialize the GOT register before use.
37900
37901         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37902         calculation of ARGC > 4.
37903
37904         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37905         meaningful names to some local labels.
37906
37907 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37908             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37909
37910         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37911         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37912         (__arch_compare_and_exchange_val_16_acq): Likewise.
37913         (__arch_compare_and_exchange_val_32_acq): Likewise.
37914         (atomic_exchange_and_add): Fix gUSA sequence.
37915         (atomic_add): Likewise.
37916         (atomic_add_negative): Likewise.
37917         (atomic_add_zero): Likewise.
37918         (atomic_bit_test_set): Likewise.
37919
37920 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37921
37922         [BZ #13579]
37923         * include/link.h (struct link_map): Add l_free_initfini.
37924         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37925         l_initfini.
37926         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37927         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37928         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37929         set.
37930
37931 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37932
37933         * configure.in: Use AC_LANG_SOURCE.
37934         * configure: Regenerate.
37935
37936 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37937
37938         * configure.in (libc_cv_localstatedir): New substituted variable.
37939         * configure: Regenerated.
37940         * config.make.in (localstatedir): New variable, substituted from
37941         libc_cv_localstatedir.
37942         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37943         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37944         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37945         * sysdeps/gnu/configure: Regenerated.
37946
37947 2012-06-21  Jeff Law  <law@redhat.com>
37948
37949         [BZ #14277]
37950         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37951         free.  Simplify list management for _LIBC case.
37952
37953 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37954
37955         [BZ #14273]
37956         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37957         Clear sign bit of 64-bit integer value before comparing against
37958         overflow value.
37959
37960         * sysdeps/mach/configure: Regenerated.
37961
37962 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
37963
37964         [BZ #14278]
37965         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37966
37967 2012-06-21  Jeff Law  <law@redhat.com>
37968
37969         [BZ #13882]
37970         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
37971         uint16_t for elements in the "seen" array to avoid char overflows.
37972         * elf/dl-fini.c (_dl_sort_fini): Likewise.
37973         * elf/dl-open.c (dl_open_worker): Likewise.
37974
37975 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
37976
37977         * scripts/list-sources.sh: Scan PORTS for translations.
37978         * po/libc.pot: Regenerated.
37979
37980 2012-06-21  Andreas Jaeger  <aj@suse.de>
37981
37982         [BZ #12194]
37983         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37984         warning.
37985         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37986         * bits/byteswap-16.h (__bswap_16): Likewise.
37987         * bits/byteswap.h (__bswap_constant_16): Likewise.
37988
37989 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
37990
37991         [BZ #14117]
37992         * sysdeps/i386/fpu_control.h: Removed.
37993         * sysdeps/x86_64/fpu_control.h: Moved to ...
37994         * sysdeps/x86/fpu_control.h: Here.
37995
37996         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
37997         (_FPU_SETCW): Likewise.
37998
37999 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
38000
38001         [BZ #14117]
38002         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
38003         * sysdeps/x86/fpu/bits/mathinline.h: This.
38004         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
38005
38006         [BZ #14050]
38007         [BZ #14117]
38008         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
38009         functions if __x86_64__ is defined.
38010
38011 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
38012
38013         * string/endian.h: Add !__ASSEMBLER__ condition for including
38014         conversion interfaces.
38015
38016 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
38017
38018         [BZ #14241]
38019         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
38020         of ABS(x) in calculating zero to negative powers other than odd
38021         integers.
38022         * math/libm-test.inc (pow_test): Add more tests.
38023
38024 2012-06-15  Andreas Jaeger  <aj@suse.de>
38025
38026         * manual/contrib.texi (Contributors): Update entry of Liubov
38027         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
38028         Machado Filho.
38029
38030 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
38031
38032         * string/string.h: Add __wur to GNU version of strerror_r.
38033
38034 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
38035
38036         [BZ #14229]
38037         * string/Makefile (tests): Add tst-strtok_r.
38038         * string/tst-strtok_r.c: New file.
38039         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
38040         RAX_LP/RDX_LP on SAVE_PTR.
38041
38042 2012-06-14  Roland McGrath  <roland@hack.frob.com>
38043
38044         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
38045
38046 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
38047
38048         * libm_test.inc (csqrt_test): Allow more spurious underflow
38049         exceptions.
38050         (j0_test): Likewise.
38051         (j1_test): Likewise.
38052         (y0_test): Likewise.
38053         (y1_test): Likewise.
38054
38055 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
38056
38057         * po/Makefile (libc.pot): Use UTF-8 charset.
38058
38059 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
38060
38061         [BZ #14210]
38062         Suppress sign-conversion warning from FD_SET.
38063         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
38064         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
38065         not unsigned long int.
38066         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
38067
38068 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
38069
38070         [BZ #14050]
38071         [BZ #14117]
38072         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
38073         __extern_always_inline instead of __extern_inline.
38074         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
38075         (__signbit): Likewise.
38076         (__signbitl): Support C++ namespace.
38077         (lrintf): New inline function.
38078         (lrint): Likewise.
38079         (llrintf): Likewise.
38080         (llrint): Likewise.
38081         (fmaxf): Likewise.
38082         (fmax): Likewise.
38083         (fminf): Likewise.
38084         (fmin): Likewise.
38085         (rint): Likewise.
38086         (rintf): Likewise.
38087         (ceil): Likewise.
38088         (ceilf): Likewise.
38089         (floor): Likewise.
38090         (floorf): Likewise.
38091         (nearbyint): Likewise.
38092         (nearbyintf): Likewise.
38093
38094 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
38095
38096         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
38097         non-default versions.
38098
38099 2012-06-11  Roland McGrath  <roland@hack.frob.com>
38100
38101         [BZ #14218]
38102         * manual/argp.texi (Argp): Reword argp_parse description slightly.
38103
38104 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
38105
38106         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
38107         (FE_UPWARD, FE_DOWNWARD): Don't define.
38108         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
38109         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38110
38111         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
38112         reading it.
38113         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38114         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38115
38116 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38117
38118         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38119         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
38120         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
38121         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
38122
38123 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
38124
38125         [BZ #14117]
38126         * sysdeps/i386/fpu/bits/fenv.h: Removed.
38127         * sysdeps/i386/fpu/Implies: New file.
38128         * sysdeps/x86_64/fpu/Implies: Likewise.
38129         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
38130         * sysdeps/x86/fpu/bits/fenv.h: This.
38131
38132         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
38133         __SSE_MATH__.
38134
38135 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
38136
38137         [BZ #14134]
38138         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
38139         character 0xffff that matches the last element of the
38140         conversion table.
38141
38142 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38143
38144         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
38145         fmodl commit.
38146
38147 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38148
38149         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
38150         values higher than 25.6283.
38151
38152 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38153
38154         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
38155         subnormal exponent extraction and add some __builtin_expect.
38156         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
38157         Fix for subnormal mantissa calculation.
38158
38159 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
38160
38161         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
38162         cpu2 is -1 and errno is not ENOSYS.
38163
38164 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
38165
38166         [BZ #14117]
38167         * sysdeps/i386/i486/bits/string.h: Renamed to ...
38168         * sysdeps/x86/bits/string.h: This.
38169         * sysdeps/x86_64/bits/string.h: Removed.
38170
38171         * sysdeps/i386/i486/bits/string.h: Define inline functions only
38172         if not compiling for x86-64, but compiling for >= i486.
38173
38174         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
38175         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
38176
38177         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
38178         New macro from Linux kernel 3.4.0.
38179         (FP_XSTATE_MAGIC2): Likewise.
38180         (FP_XSTATE_MAGIC2_SIZE): Likewise.
38181         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
38182         (struct _fpx_sw_bytes): New struct.
38183         (struct _xsave_hdr): Likewise.
38184         (struct _ymmh_state): Likewise.
38185         (struct _xstate): Likewise.
38186
38187         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
38188         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
38189         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
38190         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
38191         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
38192         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
38193
38194         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
38195         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
38196         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
38197         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
38198         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
38199         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
38200
38201 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38202
38203         [BZ #13743]
38204         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
38205         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
38206         (sysdep_headers): Include sys/platform/ppc.h.
38207         * sysdeps/powerpc/test-gettimebase.c: Test for
38208         __ppc_get_timebase() to catch future ISA opcode/insn changes.
38209         * manual/Makefile (appendices): Include platform.texi.
38210         * manual/contrib.texi (Contributors): Update @node pointers.
38211         * manual/maint.texi (Maintenance): Likewise.
38212         (Platform): New node.
38213         * manual/platform.texi: New file.  Document the new features.
38214
38215 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
38216             Jakub Jelinek  <jakub@redhat.com>
38217
38218         [BZ #14188]
38219         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
38220         where __builtin_expect is unavailable.
38221
38222 2012-06-03  David S. Miller  <davem@davemloft.net>
38223
38224         * stdlib/longlong.h: Updated from GCC.
38225
38226 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
38227
38228         [BZ #14042]
38229         * sysdeps/powerpc/powerpc32/mcount.c: New file.
38230         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
38231         __mcount_internal.
38232         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38233         (GLIBC_2.16): Likewise.
38234
38235 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38236
38237         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
38238
38239 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38240
38241         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
38242         (default-abi): New variable.
38243         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
38244         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
38245         variable.
38246         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
38247         Likewise.
38248         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
38249         Likewise.
38250         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
38251         Likewise.
38252
38253         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
38254         definition.  Document in comment.
38255
38256 2012-06-01  David S. Miller  <davem@davemloft.net>
38257
38258         * stdlib/longlong.h: Updated from GCC.
38259
38260 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38261
38262         [BZ #14117]
38263         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
38264         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
38265         sys/debugreg.h sys/io.h here.
38266         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
38267         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
38268         sys/io.h.
38269         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
38270         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
38271         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
38272         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
38273         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
38274         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
38275
38276         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
38277         Define only if __x86_64__ is defined.
38278
38279 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38280
38281         [BZ #14048]
38282         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
38283         Use int64_t for variable i.
38284         * math/libm-test.inc (fmod_test): Add more tests.
38285
38286         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
38287         z computation is not scheduled after fetestexcept.
38288         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
38289         Use math_force_eval instead of asm to ensure calculation scheduled
38290         before exception test.
38291         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
38292         Ensure a1 + u.d computation is not scheduled after fetestexcept.
38293
38294 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
38295
38296         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
38297         computation is not scheduled after fetestexcept.
38298
38299 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38300
38301         [BZ #14117]
38302         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
38303         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
38304
38305 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38306
38307         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
38308         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
38309
38310 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38311
38312         [BZ #14117]
38313         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
38314         <bits/wordsize.h>.
38315         (__WCHAR_MIN): Support __WORDSIZE == 64.
38316         (__WCHAR_MAX): Likewise.
38317
38318         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
38319         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
38320
38321         [BZ #14183]
38322         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
38323         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
38324
38325         [BZ #14117]
38326         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
38327         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
38328
38329         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
38330         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
38331
38332         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
38333         Defined to 1 if __x86_64__ isn't defined.
38334         (_STAT_VER_LINUX_OLD): New.
38335         (st_atime): Remove duplicate.
38336         (st_mtime): Likewise.
38337         (st_ctime): Likewise.
38338
38339 2012-05-31  David S. Miller  <davem@davemloft.net>
38340
38341         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
38342         entries.
38343
38344 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
38345
38346         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
38347         gen-libm-test.pl.
38348
38349         [BZ #14132]
38350         * elf/dl-reloc.c: Include <_itoa.h>.
38351         (_dl_reloc_bad_type): Remove use of INTUSE.
38352         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
38353         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
38354         * stdio-common/psiginfo.c (psiginfo): Likewise.
38355         * stdio-common/psignal.c (psignal): Likewise.
38356         * string/strsignal.c (strsignal): Likewise.
38357         * include/signal.h (_sys_siglist): Declare hidden proto.
38358         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
38359         INTVARDEF with libc_hidden_data_def.
38360         * stdio-common/itoa-udigits.c: Likewise.
38361         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
38362         (_itoa_lower_digits_internal): Remove declaration.
38363         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
38364         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
38365         (_sys_sigabbrev_internal): Remove aliases.
38366         (_sys_siglist): Define hidden alias.
38367
38368 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
38369
38370         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38371         bits/sysctl.h.
38372
38373 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38374
38375         [BZ #14117]
38376         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
38377         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
38378
38379         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
38380         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
38381         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
38382         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
38383         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
38384         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
38385
38386         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
38387         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
38388         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
38389
38390         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
38391         with __addr.
38392         (insw): Likewise.
38393         (insl): Likewise.
38394         (outsb): Likewise.
38395         (outsw): Likewise.
38396         (outsl): Likewise.
38397
38398         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
38399         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
38400         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
38401
38402         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
38403         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
38404         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
38405         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
38406         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
38407         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
38408
38409         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
38410         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
38411
38412         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
38413         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
38414
38415         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
38416         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
38417         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
38418
38419         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
38420         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
38421         to ...
38422         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
38423
38424         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
38425         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
38426         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
38427
38428         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
38429         for x86-64.
38430         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
38431
38432 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
38433
38434         * math/math.h (M_El): Use two more decimal places.
38435         (M_LOG2El): Likewise.
38436         (M_LOG10El): Likewise.
38437         (M_LN2l): Likewise.
38438         (M_LN10l): Likewise.
38439         (M_PIl): Likewise.
38440         (M_PI_2l): Likewise.
38441         (M_PI_4l): Likewise.
38442         (M_1_PIl): Likewise.
38443         (M_2_PIl): Likewise.
38444         (M_2_SQRTPIl): Likewise.
38445         (M_SQRT2l): Likewise.
38446         (M_SQRT1_2l): Likewise.
38447
38448 2012-05-31  David S. Miller  <davem@davemloft.net>
38449
38450         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
38451         values between float registers.
38452         * sysdeps/sparc/sparc64/memset.S: Likewise.
38453         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38454
38455 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
38456
38457         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
38458         -D_FORTIFY_SOURCE=1.
38459         (CPPFLAGS-tst-longjmp_chk.c): Define.
38460         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
38461         (CPPFLAGS-tst-longjmp_chk2.c): Define.
38462         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
38463         CFLAGS-tst-wchar-h.c.
38464
38465 2012-05-31  Marek Polacek  <polacek@redhat.com>
38466
38467         [BZ #14132]
38468         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
38469         __endmntent_internal): Remove declaration.
38470         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
38471         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
38472         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
38473
38474 2012-05-30  David S. Miller  <davem@davemloft.net>
38475
38476         * sysdeps/sparc/sparc32/soft-fp/q_util.c
38477         (___Q_simulate_exceptions): Use real FP ops rather than writing
38478         into the %fsr.
38479         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
38480         Likewise.
38481
38482 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38483
38484         [BZ #14117]
38485         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
38486         * sysdeps/x86/bits/xtitypes.h: This.
38487
38488         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
38489         * sysdeps/x86/bits/wordsize.h: This.
38490
38491         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
38492         * sysdeps/x86/bits/huge_vall.h: This.
38493
38494         * sysdeps/i386/bits/select.h: Removed.
38495         * sysdeps/x86_64/bits/select.h: Renamed to ...
38496         * sysdeps/x86/bits/select.h: This.
38497
38498         * sysdeps/i386/bits/setjmp.h: Removed.
38499         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
38500         * sysdeps/x86/bits/setjmp.h: This.
38501
38502         * sysdeps/i386/bits/mathdef.h: Removed.
38503         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
38504         * sysdeps/x86/bits/mathdef.h: This.
38505
38506 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
38507
38508         [BZ #14132]
38509         * include/sys/socket.h (__connect_internal)
38510         (__libc_sa_len_internal): Remove declaration.
38511         (__connect, __libc_sa_len): Declare hidden_proto.
38512         (SA_LEN): Remove use of INTUSE.
38513         * socket/connect.c: Add libc_hidden_def.
38514         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
38515         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
38516         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
38517         alias.
38518         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
38519         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
38520         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
38521         of adding _internal alias.
38522
38523 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38524
38525         [BZ #14117]
38526         * sysdeps/i386/bits/link.h: Removed.
38527         * sysdeps/i386/bits/linkmap.h: Likewise.
38528         * sysdeps/x86_64/bits/link.h: Renamed to ...
38529         * sysdeps/x86/bits/link.h: This.
38530         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
38531         * sysdeps/x86/bits/linkmap.h: This.
38532
38533         * sysdeps/i386/bits/endian.h: Removed.
38534         * sysdeps/x86_64/bits/endian.h: Renamed to ...
38535         * sysdeps/x86/bits/endian.h: This.
38536
38537         * sysdeps/i386/bits/byteswap.h: Removed.
38538         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38539         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
38540         * sysdeps/x86/bits/byteswap.h: This.
38541         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
38542         * sysdeps/x86/bits/byteswap-16.h: This.
38543         * sysdeps/i386/Implies: Add x86.
38544         * sysdeps/x86_64/Implies: Likewise.
38545
38546 2012-05-30  David S. Miller  <davem@davemloft.net>
38547
38548         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
38549         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
38550         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
38551         (FP_TRAPPING_EXCEPTIONS): Define.
38552         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
38553         (FP_TRAPPING_EXCEPTIONS): Define.
38554         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
38555         subnormals only when inexact has been signalled or underflow
38556         exceptions are enabled.
38557         (_FP_PACK_CANONICAL): Likewise.
38558
38559 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38560
38561         [BZ #14183]
38562         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
38563         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
38564
38565 2012-05-30  Richard Henderson  <rth@twiddle.net>
38566
38567         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
38568         with #ifndef NOT_IN_libc.
38569
38570         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
38571         marked to avoid plt entry.
38572
38573 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38574
38575         [BZ #14112]
38576         * Makeconfig (default-abi): New macro.
38577         (abi-includes): Likewise.
38578         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
38579         $(abi-$(default-abi)-lib-soname) for soname if defined.
38580         ($(common-objpfx)gnu/lib-names.stmp): Generate from
38581         abi-variants.
38582         * Makefile (installed-stubs): Likewise.
38583         * include/stubs-biarch.h: Removed.
38584         * scripts/lib-names.awk: Only handle one library at a time.
38585         * scripts/soversions.awk: Remove WORDSIZE support.
38586         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
38587         entries.
38588         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
38589         Removed.
38590         (syscall-list-default-condition): Likewise.
38591         (syscall-list-default-condition): Likewise.
38592         (syscall-list-includes): Likewise.
38593         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
38594         syscall-list-* with abi-*.  Handle undefined abi-variants.
38595         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
38596         * sysdeps/unix/sysv/linux/i386/Implies: New file.
38597         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
38598         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
38599         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
38600         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
38601         Removed.
38602         (syscall-list-32-options): Likewise.
38603         (syscall-list-32-condition): Likewise.
38604         (syscall-list-64-options): Likewise.
38605         (syscall-list-64-condition): Likewise.
38606         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
38607         macro.
38608         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
38609         Renamed to ...
38610         (abi-*): This.
38611         (abi-64-ld-soname): New macro.
38612         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38613         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38614         Renamed to ...
38615         (abi-*): This.
38616         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38617         * sysdeps/x86_64/x32/shlib-versions: Likewise.
38618
38619 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
38620
38621         * sysdeps/unix/sysv/linux/kernel-features.h
38622         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38623         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
38624         include <kernel-features.h>.
38625         [!__NR_ftruncate64]: Remove conditional code.
38626         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38627         [__NR_ftruncate64]: Make code unconditional.
38628         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38629         * sysdeps/unix/sysv/linux/truncate64.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/powerpc/powerpc32/ftruncate64.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/truncate64.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
38648         * configure.in (libc_cv_fpie): Weaken to a compile test using
38649         LIBC_TRY_CC_OPTION.
38650         * configure: Regenerated.
38651
38652 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38653
38654         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38655         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38656         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38657         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38658         Refreshed.
38659         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38660         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38661         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38662         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38663         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38664         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38665         Refreshed.
38666
38667 2012-05-27  David S. Miller  <davem@davemloft.net>
38668
38669         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38670         (___Q_zero): New.
38671         (__Q_simulate_exceptions): Return void.  Change to simulate
38672         exceptions by writing into the %fsr.
38673         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38674         (__Qp_handle_exceptions): Likewise.
38675         (numbers): Delete.
38676         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38677         __Qp_handle_exceptions.
38678         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38679         __Qp_handle_exceptions.
38680         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38681         as unused and give dummy FP_RND_NEAREST initializer.
38682         (FP_INHIBIT_RESULTS): Define.
38683         (___Q_simulate_exceptions): Update declaration.
38684         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38685         formatting.
38686         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38687         as unused and give dummy FP_RND_NEAREST initializer.
38688         (__Qp_handle_exceptions): Update declaration.
38689         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38690         formatting.
38691
38692 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
38693
38694         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38695         the temporary FPU control word.
38696         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38697         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38698         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38699         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38700         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38701         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38702         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38703         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38704         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38705         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38706         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38707
38708 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38709
38710         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38711         fields.
38712
38713 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
38714
38715         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38716         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38717         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38718         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38719         Likewise.
38720         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38721         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38722         Likewise.
38723
38724 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
38725
38726         * po/h.po: Update from translation team.
38727
38728 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
38729
38730         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38731
38732         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38733         handling of denormals.
38734         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38735         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38736         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38737         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38738         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38739         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38740         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38741         Likewise.
38742
38743 2012-05-26  Marek Polacek  <polacek@redhat.com>
38744
38745         [BZ #14152]
38746         * math/libm-test.inc (fma_test): Don't always expect underflow
38747         exception.
38748
38749 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38750
38751         [BZ #12416]
38752         * elf/tst-execstack.c: Include stackinfo.h.
38753         (do_test): Adjust test case to ensure that pthread_getattr_np
38754         behaviour remains the same after marking stack executable.
38755
38756 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38757
38758         * sysdeps/unix/sysv/linux/kernel-features.h
38759         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38760         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38761         kernel-features.h.
38762         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38763         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38764         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38765         kernel-features.h.
38766         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38767         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38768
38769 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
38770
38771         * configure.in: Define the default includes to being none.
38772         * configure: Regenerated.
38773
38774 2012-05-25  Roland McGrath  <roland@hack.frob.com>
38775
38776         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38777         * sysdeps/x86_64/setjmp.S: Likewise.
38778         * sysdeps/i386/bsd-setjmp.S: Likewise.
38779         * sysdeps/i386/bsd-_setjmp.S: Likewise.
38780         * sysdeps/i386/setjmp.S: Likewise.
38781         * sysdeps/i386/__longjmp.S: Likewise.
38782         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38783         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38784
38785         * include/stap-probe.h: New file.
38786         * configure.in: Handle --enable-systemtap.
38787         * configure: Regenerated.
38788         * config.h.in (USE_STAP_PROBE): New #undef.
38789         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38790         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38791         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38792
38793 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38794
38795         [BZ #13717]
38796         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38797         to 2.4.0 where earlier.
38798         * sysdeps/unix/sysv/linux/configure: Regenerated.
38799         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
38800         <kernel-features.h>.
38801         [__ASSUME_32BITUIDS]: Make code unconditional.
38802         [!__ASSUME_32BITUIDS]: Remove conditional code.
38803         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
38804         <kernel-features.h>.
38805         [__ASSUME_32BITUIDS]: Make code unconditional.
38806         [!__ASSUME_32BITUIDS]: Remove conditional code.
38807         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
38808         [__ASSUME_32BITUIDS]: Make code unconditional.
38809         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38810         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
38811         <kernel-features.h>.
38812         [__ASSUME_32BITUIDS]: Make code unconditional.
38813         [!__ASSUME_32BITUIDS]: Remove conditional code.
38814         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
38815         <kernel-features.h>.
38816         [__ASSUME_32BITUIDS]: Make code unconditional.
38817         [!__ASSUME_32BITUIDS]: Remove conditional code.
38818         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
38819         <kernel-features.h>.
38820         [__ASSUME_32BITUIDS]: Make code unconditional.
38821         [!__ASSUME_32BITUIDS]: Remove conditional code.
38822         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
38823         <kernel-features.h>.
38824         [__ASSUME_32BITUIDS]: Make code unconditional.
38825         [!__ASSUME_32BITUIDS]: Remove conditional code.
38826         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38827         <kernel-features.h>.
38828         [__ASSUME_32BITUIDS]: Make code unconditional.
38829         [!__ASSUME_32BITUIDS]: Remove conditional code.
38830         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
38831         <kernel-features.h>.
38832         [__ASSUME_32BITUIDS]: Make code unconditional.
38833         [!__ASSUME_32BITUIDS]: Remove conditional code.
38834         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
38835         <kernel-features.h>.
38836         [__ASSUME_32BITUIDS]: Make code unconditional.
38837         [!__ASSUME_32BITUIDS]: Remove conditional code.
38838         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
38839         <kernel-features.h>.
38840         [__ASSUME_32BITUIDS]: Make code unconditional.
38841         [!__ASSUME_32BITUIDS]: Remove conditional code.
38842         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
38843         <kernel-features.h>.
38844         [__ASSUME_32BITUIDS]: Make code unconditional.
38845         [!__ASSUME_32BITUIDS]: Remove conditional code.
38846         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
38847         <kernel-features.h>.
38848         [__ASSUME_32BITUIDS]: Make code unconditional.
38849         [!__ASSUME_32BITUIDS]: Remove conditional code.
38850         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38851         <kernel-features.h>.
38852         [__NR_setresgid] (__setresgid): Do not declare.
38853         [__ASSUME_32BITUIDS]: Make code unconditional.
38854         [!__ASSUME_32BITUIDS]: Remove conditional code.
38855         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38856         <kernel-features.h>.
38857         [__NR_setresuid] (__setresuid): Do not declare.
38858         [__ASSUME_32BITUIDS]: Make code unconditional.
38859         [!__ASSUME_32BITUIDS]: Remove conditional code.
38860         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
38861         <kernel-features.h>.
38862         [__ASSUME_32BITUIDS]: Make code unconditional.
38863         [!__ASSUME_32BITUIDS]: Remove conditional code.
38864         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
38865         <kernel-features.h>.
38866         [__ASSUME_32BITUIDS]: Make code unconditional.
38867         [!__ASSUME_32BITUIDS]: Remove conditional code.
38868         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
38869         <kernel-features.h>.
38870         [__ASSUME_32BITUIDS]: Make code unconditional.
38871         [!__ASSUME_32BITUIDS]: Remove conditional code.
38872         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
38873         <kernel-features.h>.
38874         [__ASSUME_32BITUIDS]: Make code unconditional.
38875         [!__ASSUME_32BITUIDS]: Remove conditional code.
38876         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
38877         <kernel-features.h>.
38878         [__ASSUME_32BITUIDS]: Make code unconditional.
38879         [!__ASSUME_32BITUIDS]: Remove conditional code.
38880         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
38881         <kernel-features.h>.
38882         [__ASSUME_32BITUIDS]: Make code unconditional.
38883         [!__ASSUME_32BITUIDS]: Remove conditional code.
38884         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
38885         <kernel-features.h>.
38886         [__ASSUME_32BITUIDS]: Make code unconditional.
38887         [!__ASSUME_32BITUIDS]: Remove conditional code.
38888         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
38889         <kernel-features.h>.
38890         [__ASSUME_32BITUIDS]: Make code unconditional.
38891         [!__ASSUME_32BITUIDS]: Remove conditional code.
38892         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
38893         <kernel-features.h>.
38894         [__ASSUME_32BITUIDS]: Make code unconditional.
38895         [!__ASSUME_32BITUIDS]: Remove conditional code.
38896         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
38897         <kernel-features.h>.
38898         [__ASSUME_32BITUIDS]: Make code unconditional.
38899         [!__ASSUME_32BITUIDS]: Remove conditional code.
38900         * sysdeps/unix/sysv/linux/kernel-features.h
38901         (__ASSUME_SETRESUID_SYSCALL): Remove.
38902         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38903         (__ASSUME_32BITUIDS): Likewise.
38904         (__ASSUME_LDT_WORKS): Likewise.
38905         (__ASSUME_O_DIRECTORY): Likewise.
38906         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38907         architecture but not kernel version.
38908         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38909         (__ASSUME_MMAP2_SYSCALL): Likewise.
38910         (__ASSUME_STAT64_SYSCALL): Likewise.
38911         (__ASSUME_IPC64): Likewise.
38912         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38913         <kernel-features.h>.
38914         [__ASSUME_32BITUIDS]: Make code unconditional.
38915         [!__ASSUME_32BITUIDS]: Remove conditional code.
38916         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38917         <kernel-features.h>.
38918         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38919         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38920         132096]: Remove conditional code.
38921         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38922         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38923         <kernel-features.h>.
38924         [__ASSUME_32BITUIDS]: Make code unconditional.
38925         [!__ASSUME_32BITUIDS]: Remove conditional code.
38926         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38927         <kernel-features.h>.
38928         [__ASSUME_32BITUIDS]: Make code unconditional.
38929         [!__ASSUME_32BITUIDS]: Remove conditional code.
38930         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38931         <kernel-features.h>.
38932         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38933         unconditional.
38934         (__setresgid): Do not declare.
38935         [__ASSUME_32BITUIDS]: Make code unconditional.
38936         [!__ASSUME_32BITUIDS]: Remove conditional code.
38937         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38938         <kernel-features.h>.
38939         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38940         unconditional.
38941         (__setresuid): Do not declare.
38942         [__ASSUME_32BITUIDS]: Make code unconditional.
38943         [!__ASSUME_32BITUIDS]: Remove conditional code.
38944         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38945         <kernel-features.h>.
38946         [__ASSUME_32BITUIDS]: Make code unconditional.
38947         [!__ASSUME_32BITUIDS]: Remove conditional code.
38948         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38949         <kernel-features.h>.
38950         [__ASSUME_32BITUIDS]: Make code unconditional.
38951         [!__ASSUME_32BITUIDS]: Remove conditional code.
38952
38953 2012-05-25  Richard Henderson  <rth@twiddle.net>
38954
38955         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38956         dl_hwcap to ifunc resolver.
38957         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38958         elf_ifunc_invoke.
38959         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38960         dl_hwcap to ifunc resolver.
38961         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38962
38963 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38964
38965         [BZ #14153]
38966         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38967         for |x| <= 2**-26, not 2**-57.
38968         * math/libm-test.inc (acos_test): Do not allow spurious underflow
38969         exception.
38970
38971 2012-05-24  Jeff Law  <law@redhat.com>
38972
38973         * stdio-common/Makefile (tests): Add bug25.
38974         * stdio-common/bug25.c: New test.
38975
38976 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38977
38978         [BZ #13576]
38979         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38980         multiple of MALLOC_ALIGNMENT in size.
38981         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38982
38983 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38984
38985         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38986         Require >= 256.
38987         (FILENAME_MAX): Use macro-int-constant.
38988         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
38989         (_IOFBF): Use macro-int-constant.
38990         (_IOLBF): Likewise.
38991         (_IONBF): Likewise.
38992         (SEEK_CUR): Likewise.
38993         (SEEK_END): Likewise.
38994         (SEEK_SET): Likewise.
38995         (TMP_MAX): Likewise.
38996         (EOF): Use macro-int-constant.  Require < 0.
38997         (NULL): Use macro-constant.  Require == 0.
38998         (stdin): Require type to be FILE *.
38999         (stdout): Likewise.
39000         (stderr): Likewise.
39001         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
39002         macro-int-constant.
39003         (EXIT_SUCCESS): Likewise.
39004         (NULL): Use macro-constant.  Require == 0.
39005         (RAND_MAX): Use macro-int-constant.
39006         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
39007         [C99-based standards] (strtof): Require function.
39008         [C99-based standards] (strtold): Likewise.
39009         [C99-based standards] (strtoll): Likewise.
39010         [C99-based standards] (strtoull): Likewise.
39011         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
39012         [ISO || ISO99 || ISO11] (limits.h): Likewise.
39013         [ISO || ISO99 || ISO11] (math.h): Likewise.
39014         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
39015         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
39016         [ISO || ISO99 || ISO11] (*_t): Do not allow.
39017
39018 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
39019
39020         [BZ #14132]
39021         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
39022         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
39023         * intl/dgettext.c (DCGETTEXT): Likewise.
39024         * intl/gettext.c (DCGETTEXT): Likewise.
39025         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
39026         * posix/regex_internal.h (gettext): Likewise.
39027         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
39028         Remove declaration.
39029         * include/argz.h (__argz_count_internal)
39030         (__argz_stringify_internal): Remove declaration.
39031         (__argz_count, __argz_stringify): Declare hidden proto.
39032         * intl/dcgettext.c: Remove use of INTDEF.
39033         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
39034         * string/argz-stringify.c: Likewise.
39035         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
39036         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
39037         Declare hidden proto.
39038         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
39039         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
39040         Declare hidden proto.
39041         * include/stdio.h (__asprintf_internal): Don't declare.
39042         (__asprintf): Don't define as macro.  Declare hidden proto.
39043         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
39044         (__fsetlocking): Declare hidden proto.
39045         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
39046         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
39047         hidden proto.
39048         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
39049         (_IO_setlinebuf): Remove use of INTUSE.
39050         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
39051         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
39052         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
39053         Remove declaration.
39054         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
39055         (_IO_do_flush): Remove use of INTUSE.
39056         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
39057         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
39058         (_IO_adjust_column, _IO_least_wmarker)
39059         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
39060         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
39061         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
39062         (_IO_default_doallocate, _IO_wdefault_doallocate)
39063         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
39064         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
39065         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
39066         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
39067         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
39068         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
39069         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
39070         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
39071         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
39072         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
39073         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
39074         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
39075         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
39076         proto.
39077         (_IO_flush_all_internal, _IO_adjust_column_internal)
39078         (_IO_default_uflow_internal, _IO_default_finish_internal)
39079         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
39080         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
39081         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
39082         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
39083         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
39084         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
39085         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
39086         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
39087         (_IO_file_close_internal, _IO_file_close_it_internal)
39088         (_IO_file_underflow_internal, _IO_file_overflow_internal)
39089         (_IO_file_init_internal, _IO_file_attach_internal)
39090         (_IO_file_fopen_internal, _IO_file_read_internal)
39091         (_IO_file_sync_internal, _IO_file_seek_internal)
39092         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
39093         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
39094         (_IO_str_underflow_internal, _IO_str_overflow_internal)
39095         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
39096         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
39097         (_IO_list_all_internal, _IO_link_in_internal)
39098         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
39099         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
39100         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
39101         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
39102         (_IO_do_write_internal, _IO_padn_internal)
39103         (_IO_getline_info_internal, _IO_getline_internal)
39104         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
39105         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
39106         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
39107         (_IO_vfscanf_internal, _IO_vfprintf_internal)
39108         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
39109         (_IO_init_internal, _IO_un_link_internal): Don't declare.
39110         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
39111         with libc_hidden_ver, remove use of INTUSE.
39112         * libio/genops.c: Likewise.
39113         * libio/freopen.c: Likewise.
39114         * libio/freopen64.c: Likewise.
39115         * libio/iofclose.c: Likewise.
39116         * libio/iofdopen.c: Likewise.
39117         * libio/iofflush.c: Likewise.
39118         * libio/iofflush_u.c: Likewise.
39119         * libio/iofgets.c: Likewise.
39120         * libio/iofgets_u.c: Likewise.
39121         * libio/iofopen.c: Likewise.
39122         * libio/iofopncook.c: Likewise.
39123         * libio/iofread.c: Likewise.
39124         * libio/iofread_u.c: Likewise.
39125         * libio/ioftell.c: Likewise.
39126         * libio/iofwrite.c: Likewise.
39127         * libio/iogetline.c: Likewise.
39128         * libio/iogets.c: Likewise.
39129         * libio/iogetwline.c: Likewise.
39130         * libio/iopadn.c: Likewise.
39131         * libio/iopopen.c: Likewise.
39132         * libio/ioseekoff.c: Likewise.
39133         * libio/ioseekpos.c: Likewise.
39134         * libio/iosetbuffer.c: Likewise.
39135         * libio/iosetvbuf.c: Likewise.
39136         * libio/ioungetc.c: Likewise.
39137         * libio/ioungetwc.c: Likewise.
39138         * libio/iovdprintf.c: Likewise.
39139         * libio/iovsprintf.c: Likewise.
39140         * libio/iovsscanf.c: Likewise.
39141         * libio/memstream.c: Likewise.
39142         * libio/obprintf.c: Likewise.
39143         * libio/oldfileops.c: Likewise.
39144         * libio/oldiofclose.c: Likewise.
39145         * libio/oldiofdopen.c: Likewise.
39146         * libio/oldiofopen.c: Likewise.
39147         * libio/oldiopopen.c: Likewise.
39148         * libio/oldstdfiles.c: Likewise.
39149         * libio/putc.c: Likewise.
39150         * libio/setbuf.c: Likewise.
39151         * libio/setlinebuf.c: Likewise.
39152         * libio/stdfiles.c: Likewise.
39153         * libio/strops.c: Likewise.
39154         * libio/vasprintf.c: Likewise.
39155         * libio/vscanf.c: Likewise.
39156         * libio/vsnprintf.c: Likewise.
39157         * libio/vswprintf.c: Likewise.
39158         * libio/wfiledoalloc.c: Likewise.
39159         * libio/wfileops.c: Likewise.
39160         * libio/wgenops.c: Likewise.
39161         * libio/wmemstream.c: Likewise.
39162         * libio/wstrops.c: Likewise.
39163         * libio/__fpurge.c: Likewise.
39164         * libio/__fsetlocking.c: Likewise.
39165         * assert/assert.c: Likewise.
39166         * debug/fgets_chk.c: Likewise.
39167         * debug/fgets_u_chk.c: Likewise.
39168         * debug/fread_chk.c: Likewise.
39169         * debug/fread_u_chk.c: Likewise.
39170         * debug/gets_chk.c: Likewise.
39171         * debug/obprintf_chk.c: Likewise.
39172         * debug/vasprintf_chk.c: Likewise.
39173         * debug/vdprintf_chk.c: Likewise.
39174         * debug/vsnprintf_chk.c: Likewise.
39175         * debug/vsprintf_chk.c: Likewise.
39176         * malloc/mtrace.c: Likewise.
39177         * misc/error.c: Likewise.
39178         * misc/syslog.c: Likewise.
39179         * stdio-common/asprintf.c: Likewise.
39180         * stdio-common/fxprintf.c: Likewise.
39181         * stdio-common/getw.c: Likewise.
39182         * stdio-common/isoc99_fscanf.c: Likewise.
39183         * stdio-common/isoc99_scanf.c: Likewise.
39184         * stdio-common/isoc99_vfscanf.c: Likewise.
39185         * stdio-common/isoc99_vscanf.c: Likewise.
39186         * stdio-common/isoc99_vsscanf.c: Likewise.
39187         * stdio-common/printf-prs.c: Likewise.
39188         * stdio-common/printf_fp.c: Likewise.
39189         * stdio-common/printf_fphex.c: Likewise.
39190         * stdio-common/printf_size.c: Likewise.
39191         * stdio-common/putw.c: Likewise.
39192         * stdio-common/scanf.c: Likewise.
39193         * stdio-common/sprintf.c: Likewise.
39194         * stdio-common/tmpfile.c: Likewise.
39195         * stdio-common/vfprintf.c: Likewise.
39196         * stdio-common/vfscanf.c: Likewise.
39197         * stdlib/strfmon_l.c: Likewise.
39198         * sunrpc/openchild.c: Likewise.
39199         * sunrpc/xdr_stdio.c: Likewise.
39200         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
39201         * sysdeps/mach/hurd/tmpfile.c: Likewise.
39202
39203 2012-05-24  Roland McGrath  <roland@hack.frob.com>
39204
39205         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39206
39207         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
39208         in the third column, to generate for the shared library an IFUNC
39209         that uses _dl_vdso_vsym.
39210         * Makerules (COMPILE.c, compile-stdin.c): New variables.
39211         * Makeconfig (object-suffixes-noshared): New variable.
39212
39213         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
39214         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
39215         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
39216         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
39217
39218         [BZ #14132]
39219         * include/sys/time.h (__gettimeofday): Remove macro.
39220         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
39221         * time/gettimeofday.c (__gettimeofday): Remove #undef.
39222         Remove INTDEF.
39223         (__gettimeofday): Add libc_hidden_def.
39224         (gettimeofday): Add libc_hidden_weak.
39225         * sysdeps/mach/gettimeofday.c: Likewise.
39226         * sysdeps/posix/gettimeofday.c: Likewise.
39227         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
39228         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
39229         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
39230         (__gettimeofday_internal): Remove strong_alias.
39231         (__gettimeofday): Add libc_hidden_def.
39232         (gettimeofday): Add libc_hidden_weak.
39233         * sysdeps/unix/syscalls.list (gettimeofday):
39234         Remove __gettimeofday_internal alias.
39235
39236 2012-05-24  Daniel Jacobowitz  <drow@false.org>
39237             H.J. Lu  <hongjiu.lu@intel.com>
39238
39239         [BZ #12495]
39240         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
39241         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
39242         (largebin_index_32_big): New.
39243         (largebin_index): Use it for 16-byte alignment.
39244         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
39245         correction with front_misalign.
39246
39247 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
39248
39249         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
39250         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
39251         Likewise.
39252         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
39253         Likewise.
39254         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
39255         Likewise.
39256         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
39257         Likewise.
39258         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
39259         Likewise.
39260         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
39261         Likewise.
39262         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
39263         Likewise.
39264         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
39265         Likewise.
39266         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
39267         Likewise.
39268         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
39269         Likewise.
39270         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
39271         Likewise.
39272         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
39273         Likewise.
39274
39275         * scripts/data/c++-types-x32-linux-gnu.data: New file.
39276         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
39277
39278 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39279
39280         [BZ #10846]
39281         [BZ #14036]
39282         * math/libm-test.inc (exp_test): Add test from bug 14036.
39283         (pow_test): Add test from bug 10846.
39284
39285         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
39286         and other flags.
39287         (special_function): Do not include flags in test name.
39288         (parse_args): Likewise.
39289         * sysdeps/i386/fpu/libm-test-ulps: Update.
39290         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
39291         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
39292         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
39293         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39294
39295         * math/gen-libm-test.pl (%beautify): Add entries for underflow
39296         exceptions.
39297         * math/libm-test.inc ("Philosophy"): Update comment about
39298         exception testing.
39299         (UNDERFLOW_EXCEPTION): New macro.
39300         (UNDERFLOW_EXCEPTION_OK): Likewise.
39301         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
39302         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
39303         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
39304         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
39305         (INVALID_EXCEPTION_OK): Update value.
39306         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39307         (OVERFLOW_EXCEPTION_OK): Likewise.
39308         (IGNORE_ZERO_INF_SIGN): Likewise.
39309         (test_exceptions): Handle underflow exceptions.
39310         (acos_test): Update for underflow exception expectations.
39311         (cexp_test): Likewise.
39312         (clog_test): Likewise.
39313         (clog10_test): Likewise.
39314         (csqrt_test): Likewise.
39315         (ctan_test): Likewise.
39316         (ctanh_test): Likewise.
39317         (exp_test): Likewise.
39318         (exp10_test): Likewise.
39319         (exp2_test): Likewise.
39320         (expm1_test): Likewise.
39321         (fma_test): Likewise.
39322         (j0_test): Likewise.
39323         (jn_test): Likewise.
39324         (nexttoward_test): Likewise.
39325         (pow_test): Likewise.
39326         (scalbn_test): Likewise.
39327         (scalbln_test): Likewise.
39328         (tan_test): Likewise.
39329         (y1_test): Likewise.
39330         * sysdeps/i386/fpu/libm-test-ulps: Update.
39331         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39332
39333 2012-05-23  David S. Miller  <davem@davemloft.net>
39334
39335         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39336         (__libc_sigaction): Remove unused local variables.
39337
39338 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39339
39340         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
39341
39342 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
39343
39344         mktime: avoid signed integer overflow
39345         * time/mktime.c (__mktime_internal): Do not mishandle the case
39346         where diff == INT_MIN.
39347
39348         mktime: simplify computation of average
39349         * time/mktime.c (ranged_convert): Use new time_t_avg function
39350         instead of rolling our own (probably-slower) code.
39351
39352         mktime: do not assume signed right shift propagates sign bit
39353         * time/mktime.c (isdst_differ): New static function.
39354         (__mktime_internal): No need to normalize tm_isdst now.
39355         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
39356         tm_isdst values.
39357
39358         mktime: merge another wrapv change from gnulib
39359         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
39360         from some compilers.
39361
39362         mktime: remove incorrect attempt at unusual arithmetics
39363         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
39364         The code didn't really work on such machines anyway.
39365         (TYPE_MINIMUM): Assume two's complement.
39366         (twos_complement_arithmetic): Verify that long_int and time_t
39367         are two's complement (or unsigned, in the latter case).
39368
39369         mktime: check signed shifts on long_int and time_t, too
39370         * time/mktime.c (SHR): Check that shifts work as desired
39371         on the types long_int and time_t too, as SHR is used on
39372         such types.
39373
39374         mktime: do not assume 'long' is wide enough
39375         * time/mktime.c (verify): Move decl up.
39376         (long_int): New type.
39377         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
39378         to remove assumption in the code that 'long' is wide enough to
39379         store year values.  This assumption is not true on x32 and on
39380         some non-glibc platforms.
39381
39382         mktime: merge wrapv change from gnulib
39383         * time/mktime.c (WRAPV): New macro.
39384         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
39385         (guess_time_tm, __mktime_internal): Do not assume that signed
39386         integer overflow wraps around; modern compilers generate code
39387         where this assumption is no longer valid.
39388
39389 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39390
39391         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39392         Replace "jmp L(pseudo_end)" with "ret".
39393         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
39394         Likewise.
39395
39396 2012-05-23  Andreas Jaeger  <aj@suse.de>
39397
39398         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
39399         * sysdeps/unix/sysv/linux/poll.c: Remove file.
39400
39401 2012-05-23  Andreas Jaeger  <aj@suse.de>
39402             Maximilian Attems  <max@stro.at>
39403
39404         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
39405         New macros.
39406
39407 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39408
39409         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
39410         code so that pseudo_end is just ret and the stack pointer is
39411         correct also for static library in error case.
39412
39413 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
39414
39415         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
39416         move to syscalls.list.
39417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
39418         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
39419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
39420         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
39421
39422         * manual/install.texi (Running make install): Do not mention Linux
39423         kernel version for which pt_chown is not needed.
39424         (Linux): Do not mention problems with nscd with 2.0 kernels.
39425         * INSTALL: Regenerated.
39426
39427 2012-05-23  Andreas Jaeger  <aj@suse.de>
39428
39429         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
39430         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
39431         macro.
39432         * sysdeps/unix/sysv/linux/s390/bits/mman.h
39433         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39434         * sysdeps/unix/sysv/linux/sh/bits/mman.h
39435         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39436         * sysdeps/unix/sysv/linux/i386/bits/mman.h
39437         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39438         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
39439         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39440         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
39441         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39442         * sysdeps/unix/sysv/linux/bits/in.h
39443         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
39444
39445 2012-05-22  Roland McGrath  <roland@hack.frob.com>
39446
39447         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
39448         (PREPARE_VERSION): Just use assert instead, it will be elided
39449         under [NDEBUG] anyway.
39450
39451 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39452
39453         * sysdeps/unix/sysv/linux/Makefile: Include
39454         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
39455         (sysdep_routines): Remove sysctl.
39456         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
39457         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
39458         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
39459         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
39460         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
39461
39462 2012-05-22  Andreas Jaeger  <aj@suse.de>
39463
39464         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
39465         that pseudo_end is just ret and the stack pointer is correct also
39466         for static library in error case.
39467
39468 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
39469
39470         [BZ #14122]
39471         * nss/nsswitch.c (defconfig_entries): New variable.
39472         (__nss_database_lookup): Don't leak defconfig entries.
39473         (nss_parse_service_list): Don't leak on error paths.
39474         (free_database_entries): New function.
39475         (free_defconfig): New function.
39476         (free_mem): Move common code to free_database_entries.
39477
39478 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39479
39480         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
39481         Add arch_prctl.
39482         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
39483
39484         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
39485         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
39486         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
39487         New macro.
39488         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
39489         (INTERNAL_SYSCALL_TYPES): Likewise.
39490         (LOAD_ARGS_TYPES_[1-6]): Likewise.
39491         (LOAD_REGS_TYPES_[1-6]): Likewise.
39492         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
39493         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
39494
39495 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39496
39497         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
39498         copysignl for GLIBC_2_0.
39499         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
39500         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
39501         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
39502         logbl for GLIBC_2_0.
39503         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
39504         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
39505
39506 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39507
39508         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
39509         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39510
39511         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39512         Use "neg %eax".
39513
39514         * time/mktime.c: Update copyright years.
39515
39516 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
39517
39518         mktime: merge comment-quoting-style change from gnulib
39519         * time/mktime.c: Quote 'like this' in comments.
39520         The GNU coding standards suggest that we no longer quote `like this',
39521         as "`" and "'" are typically rendered asymmetrically nowadays.
39522         The typical gnulib style is to quote 'like this' when quoting
39523         code, and "like this" when quoting English.
39524
39525         * time/mktime.c (compile-command): Add "-I.".
39526
39527         mktime: merge mktime-internal.h change from gnulib
39528         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
39529
39530         mktime: merge time_r change from gnulib
39531         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
39532
39533         mktime: merge DEBUG change from gnulib
39534         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
39535         case system <time.h> has a #define.
39536
39537         mktime: merge <sys/types.h> change from gnulib
39538         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
39539         since <time.t> is now guaranteed to define time_t.
39540
39541         mktime: merge HAVE_CONFIG_H change from gnulib
39542         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
39543
39544 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39545
39546         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39547         Use "neg %eax".
39548
39549         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
39550         __rlim_t cast.
39551         (struct rusage): Use anonymous union to pad each field to
39552         __syscall_slong_t.
39553
39554 2012-05-21  David S. Miller  <davem@davemloft.net>
39555
39556         * Makefules (o-iterator): Remove .s cases.
39557         (compile-command.s): Delete.
39558         (COMPILE.s): Delete.
39559         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
39560
39561 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
39562
39563         * configure.in (libc_cv_predef_stack_protector): Only consider
39564         "foobar" and "__stack_chk_fail" lines in libc_undefs.
39565         * configure: Regenerated.
39566
39567 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39568
39569         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39570         New macro.  Use R*LP on int and pointer.
39571         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
39572         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
39573         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
39574         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
39575
39576         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
39577         [__WORDSIZE_TIME64_COMPAT32] instead of
39578         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
39579         (struct utmp): Likewise.
39580         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
39581         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
39582         Renamed to ...
39583         (__WORDSIZE_TIME64_COMPAT32): This.
39584         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
39585         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
39586         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
39587         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
39588         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
39589         (__WORDSIZE_TIME64_COMPAT32): New macro.
39590
39591 2012-05-21  Andreas Jaeger  <aj@suse.de>
39592
39593         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
39594         only if [SHARED]. Add prototype for __wcschr_ia32.
39595
39596 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39597
39598         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
39599         of %rbp unmolested in the jmp_buf while mangling the low bits.
39600         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
39601         unmolested high bits of %rbp while demangling the low bits.
39602         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39603
39604 2012-05-21  Andreas Jaeger  <aj@suse.de>
39605
39606         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
39607         * sunrpc/svc_simple.c: Use it for registerrpc.
39608         * sunrpc/xcrypt.c: Use it for passwd2des.
39609
39610         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39611
39612 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39613
39614         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39615         Don't define if [__SYSCALL_WORDSIZE != 32].
39616         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39617         New macro.
39618
39619 2012-05-21  Bruno Haible  <bruno@clisp.org>
39620             Andreas Jaeger  <aj@suse.de>
39621
39622         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39623         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39624         inptr and inend for must_buffer_ch.
39625         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39626         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39627         * stdio-common/Makefile (tests): Remove bug15.
39628         (bug15-ENV): Remove macro.
39629         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39630         anymore.
39631
39632 2012-05-19  Andreas Jaeger  <aj@suse.de>
39633             Roland McGrath  <roland@hack.frob.com>
39634
39635         * manual/contrib.texi: Completely rewritten. It contains now an
39636         alphabetical list of contributors and their contributions.
39637
39638 2012-05-21  Richard Henderson  <rth@twiddle.net>
39639
39640         * misc/getauxval.c (__getauxval): Use unsigned long int.
39641         * misc/sys/auxv.h: Include <sys/cdefs.h>.
39642         (getauxval): Use unsigned long int.
39643
39644 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39645
39646         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39647
39648 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39649
39650         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39651         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39652         __alignof__ (long double).
39653
39654 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39655
39656         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39657
39658 2012-05-20  Richard Henderson  <rth@twiddle.net>
39659
39660         * misc/getauxval.c: New file.
39661         * misc/sys/auxv.h: New file.
39662         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39663         (routines): Add getauxval.
39664         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39665         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39666         * elf/dl-sysdep.c (_dl_auxv): Remove.
39667         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39668         * elf/dl-support.c (_dl_auxv): New variable.
39669         (_dl_aux_init): Initialize it.
39670         * manual/startup.texi (Auxiliary Vector): New node.
39671         * sysdeps/generic/bits/hwcap.h: New file.
39672         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39673         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
39674         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39675         * sysdeps/sparc/sysdep.h: ... here.  Include it.
39676         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39677         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
39678         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39679         Update.
39680         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39681         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39682         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39683         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39684         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39685         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39686         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39687         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39688
39689 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39690
39691         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39692
39693 2012-05-19  David S. Miller  <davem@davemloft.net>
39694
39695         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39696
39697 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39698
39699         [BZ #14123]
39700         * math/s_ccosh.c: Include <float.h>
39701         (__ccosh): Avoid internal overflow calculating sinh and cosh
39702         values before multiplying by sin and cos values.
39703         * math/s_ccoshf.c: Likewise.
39704         * math/s_ccoshl.c: Likewise.
39705         * math/s_csin.c: Likewise.
39706         * math/s_csinf.c: Likewise.
39707         * math/s_csinl.c: Likewise.
39708         * math/s_csinh.c: Likewise.
39709         * math/s_csinhf.c: Likewise.
39710         * math/s_csinhl.c: Likewise.
39711         * math/libm-test.inc (ccos_test): Add more tests.
39712         (ccosh_test): Likewise.
39713         (csin_test): Likewise.
39714         (csinh_test): Likewise.
39715         * sysdeps/i386/fpu/libm-test-ulps: Update.
39716         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39717
39718 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
39719
39720         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39721         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39722
39723         * sysdeps/x86_64/x32/_itoa.h: Add comment.
39724
39725 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39726
39727         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39728         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39729         * sysdeps/powerpc/soft-fp/Versions: Likewise.
39730         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39731         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39732         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39733         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39734         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39735         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39736         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39737         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39738         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39739         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39740         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39741         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39742         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39743         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39744         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39745         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39746         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39747         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39748         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39749         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39750         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39751         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39752         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39753         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39754         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39755         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39756         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39757         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39758
39759 2012-05-18  Andreas Jaeger  <aj@suse.de>
39760
39761         * csu/.gitignore: Delete.
39762
39763 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39764
39765         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39766         (timex): Use __syscall_slong_t.
39767
39768 2012-05-18  Andreas Jaeger  <aj@suse.de>
39769             Carlos O'Donell  <carlos_odonell@mentor.com>
39770
39771         * manual/install.texi (Configuring and compiling): Update
39772         description about files modified in the source directory.
39773         * INSTALL: Regenerated.
39774
39775 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39776
39777         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39778         value.  Use "or" to set return value to -1.
39779         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39780         negate return value.
39781
39782 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39783
39784         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39785         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
39786         failure if the compiler has Graphite support disabled.
39787         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39788         Likewise.
39789         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39790         (CFLAGS-memmove.c): Likewise.
39791         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39792         Likewise.
39793
39794 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39795
39796         * sysdeps/x86_64/x32/_itoa.h: New file.
39797
39798         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39799         getdents system call only if kernel and user dirents have the
39800         same d_ino and d_off.
39801
39802         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39803         LLONG_MAX != LONG_MAX.
39804         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39805         (_fitoa_word): Likewise.
39806
39807         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39808         years.
39809         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39810         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39811         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39812
39813         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39814         include <bits/wordsize.h>.  Check __x86_64__ instead of
39815         __WORDSIZE.
39816         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39817         if __x86_64__ is defined.  Use anonymous union on fpstate.
39818
39819         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39820         anonymous union.
39821
39822 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
39823
39824         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39825         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39826         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39827         Refer to _rtld_local_ro instead of _rtld_global_ro.
39828         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39829         Likewise.
39830         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39831         Likewise.
39832         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39833         Likewise.
39834         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39835         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39836         of _rtld_global, and rtld_progname instead of _dl_argv[0].
39837
39838         * sysdeps/powerpc/powerpc32/dl-machine.c
39839         (__elf_machine_runtime_setup) [PROF]: Don't reference
39840         _dl_prof_resolve.
39841
39842 2012-05-18  Andreas Jaeger  <aj@suse.de>
39843
39844         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39845         function only available for GCCs before 3.4 since GCC 3.4
39846         introduced a builtin.
39847         (lrint): Likewise.
39848         (llrintf): Likewise.
39849         (llrint): Likewise.
39850         (fmaxf): Likewise.
39851         (fmax): Likewise.
39852         (fminf): Likewise.
39853         (fmin): Likewise.
39854         (rint): Likewise.
39855         (rintf): Likewise.
39856         (nearbyint): Likewise.
39857         (nearbyintf): Likewise.
39858         (ceil): Likewise.
39859         (ceilf): Likewise.
39860         (floor): Likewise.
39861         (floorf): Likewise.
39862
39863 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39864
39865         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39866         on both fields and cast pointer to __syscall_ulong_t.
39867
39868         * bits/types.h (__fsword_t): New type.
39869         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39870         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39871         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39872         (__FSWORD_T_TYPE): Likewise.
39873         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39874         (__FSWORD_T_TYPE): Likewise.
39875         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39876         (__FSWORD_T_TYPE): Likewise.
39877         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39878         (__FSWORD_T_TYPE): Likewise.
39879         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39880         __SWORD_TYPE with __fsword_t.
39881         (statfs64): Likewise.
39882
39883 2012-05-17  David S. Miller  <davem@davemloft.net>
39884
39885         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39886
39887 2012-05-17  Andreas Jaeger  <aj@suse.de>
39888
39889         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39890         warning.
39891
39892 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39893
39894         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39895
39896 2012-05-17  Andreas Jaeger  <aj@suse.de>
39897
39898         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39899         when it is used.
39900
39901 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39902
39903         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39904
39905 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39906
39907         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39908         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39909
39910 2012-05-17  Andreas Jaeger  <aj@suse.de>
39911             Carlos O'Donell  <carlos_odonell@mentor.com>
39912
39913         [BZ #14059]
39914         * sysdeps/x86_64/multiarch/init-arch.h
39915         (bit_YMM_Usable): Rename to...
39916         (bit_AVX_Usable): ... this.
39917         (bit_FMA4_Usable): New macro.
39918         (bit_XMM_state): New macro.
39919         (bit_YMM_state): New macro.
39920         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39921         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39922         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39923         (CPUID_OSXSAVE): New macro.
39924         (CPUID_AVX): New macro.
39925         (CPUID_FMA4): New macro.
39926         (index_YMM_Usable): Rename to...
39927         (index_AVX_Usable): ... this.
39928         (HAS_AVX): Use HAS_ARCH_FEATURE.
39929         (HAS_FMA4): Likewise.
39930         (HAS_YMM_USABLE): Remove.
39931         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39932         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39933         are present.
39934         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39935         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39936         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39937         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39938         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39939
39940 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39941
39942         * math/libm-test.c: Support platforms without multiple rounding modes.
39943         * math/bug-nextafter.c: Support platforms without FP exceptions.
39944         * math/bug-nexttoward.c: Likewise.
39945         * math/test-fenv.c: Likewise.
39946         * math/test-misc.c: Likewise.
39947         * stdlib/bug-getcontext.c: Likewise.
39948
39949 2012-05-17  Andreas Jaeger  <aj@suse.de>
39950
39951         * manual/examples/search.c (critter_cmp): Change signature to
39952         avoid warnings.
39953         * manual/string.texi (Collation Functions): Likewise.
39954
39955 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39956
39957         * bits/types.h: Fold copyright years.
39958         * bits/typesizes.h: Likewise.
39959         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39960         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39961         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39962         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39963         * time/time.h: Likewise.
39964
39965 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
39966
39967         [BZ #208]
39968         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39969         in instead of returning them.  Return void.
39970         (__libc_mallinfo): Accumulate over all arenas.
39971         (__malloc_stats): Adjust for change in int_mallinfo interface.
39972
39973 2012-05-16  Roland McGrath  <roland@hack.frob.com>
39974
39975         [BZ #10375]
39976         * configure.in (NM): Add AC_CHECK_TOOL for it.
39977         (libc_extra_cflags): New substituted variable.
39978         Check for -fstack-protector being used implicitly.
39979         * configure: Regenerated.
39980         * config.make.in (config-extra-cflags): New variable,
39981         gets @libc_extra_cflags@.
39982         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39983
39984         [BZ #10375]
39985         * configure.in: Check for _FORTIFY_SOURCE being predefined.
39986         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39987         * configure: Regenerated.
39988         * config.make.in (CPPUNDEFS): New substituted variable.
39989         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
39990         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
39991         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
39992
39993 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39994
39995         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
39996         (mq_attr): Use __syscall_slong_t.
39997
39998 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39999
40000         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
40001         Check __x86_64__ instead of __WORDSIZE.
40002         (_STAT_VER_LINUX): Likewise.
40003         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
40004         __syscall_ulong_t and __syscall_slong_t.
40005         (stat64): Likewise.
40006
40007 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40008
40009         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
40010
40011 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40012
40013         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
40014
40015 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40016
40017         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
40018         __syscall_ulong_t.
40019
40020         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
40021         include <bits/wordsize.h>.  Check __x86_64__ instead of
40022         __WORDSIZE.
40023         (greg_t): Use "__extension__ long long int" if __x86_64__ is
40024         defined.
40025         (mcontext_t): Replace "unsigned long" with "unsigned long long".
40026
40027         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
40028         include <bits/wordsize.h>.  Check __x86_64__ instead of
40029         __WORDSIZE.
40030         (user_regs_struct): Use "__extension__ unsigned long long"
40031         instead of "unsigned long" if __x86_64__ is defined.
40032         (user): Likewise.  Pad after pointer field if __ILP32__ is
40033         defined.
40034
40035 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
40036
40037         * configure.in (makeinfo): Require version 4.5 or later.  Allow
40038         versions 5 to 9.
40039         * configure: Regenerated.
40040         * manual/install.texi (texinfo): Increase version requirement to
40041         4.5 or later.
40042         * INSTALL: Regenerated.
40043
40044         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
40045
40046 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40047
40048         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
40049
40050         * sysdeps/x86_64/x32/ffs.c: New file.
40051
40052         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
40053         __syscall_ulong_t.
40054         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
40055         defined.  Use __syscall_ulong_t.
40056         (shminfo): Use __syscall_ulong_t.
40057         (shm_info): Likewise.
40058
40059         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
40060         __syscall_ulong_t.
40061
40062         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
40063         <bits/wordsize.h>.
40064         (msgqnum_t): Use __syscall_ulong_t.
40065         (msglen_t): Likewise.
40066         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
40067         __syscall_ulong_t.
40068
40069         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
40070         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
40071
40072         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
40073
40074         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
40075         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
40076
40077         * sysvipc/sys/msg.h (msgbuf): Replace long int with
40078         __syscall_slong_t.
40079
40080         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
40081         include <bits/wordsize.h>.  Check __x86_64__ instead of
40082         __WORDSIZE.
40083
40084         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
40085         "unsigned long long int" if __x86_64__ is defined.
40086         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
40087
40088         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
40089         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
40090         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
40091
40092         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
40093         <stdint.h>.
40094         (GET_PC): Cast to uintptr_t first.
40095         (GET_FRAME): Likewise.
40096         (GET_STACK): Likewise.
40097
40098         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
40099         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
40100         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
40101         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
40102         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
40103         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
40104         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
40105         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
40106         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
40107         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
40108         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
40109         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
40110         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40111         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
40112         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
40113         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
40114         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
40115         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
40116         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
40117         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
40118         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
40119         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
40120         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
40121         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
40122         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
40123         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
40124         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
40125         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
40126         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
40127
40128 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
40129
40130         * Makerules (+depfiles): Also collect depfiles from .oS in
40131         $(extra-objs).
40132         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
40133         .oS, $(libnldbl-routines)).
40134
40135         * Makerules (native-compile-mkdep-flags): Define.
40136         * sunrpc/Makefile (extra-objs): Add $(addprefix
40137         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
40138         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
40139         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
40140         calling $(make-target-directory).
40141
40142 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40143
40144         * bits/types.h (__snseconds_t): Removed.
40145         * time/time.h (struct timespec): Replace __snseconds_t with
40146         __syscall_slong_t.
40147         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
40148         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
40149         Likewise.
40150         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40151         (__SNSECONDS_T_TYPE): Likewise.
40152         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40153         (__SNSECONDS_T_TYPE): Likewise.
40154         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40155         (__SNSECONDS_T_TYPE): Likewise.
40156
40157 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40158
40159         * sysdeps/mach/hurd/bits/typesizes.h
40160         (__SYSCALL_SLONG_TYPE): New macro.
40161         (__SYSCALL_ULONG_TYPE): Likewise.
40162
40163 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40164
40165         * bits/types.h (__syscall_slong_t): New type.
40166         (__syscall_ulong_t): Likewise.
40167
40168         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
40169         (__SYSCALL_ULONG_TYPE): Likewise.
40170         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40171         (__SYSCALL_SLONG_TYPE): Likewise.
40172         (__SYSCALL_ULONG_TYPE): Likewise.
40173         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40174         (__SYSCALL_SLONG_TYPE): Likewise.
40175         (__SYSCALL_ULONG_TYPE): Likewise.
40176         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40177         (__SYSCALL_SLONG_TYPE): Likewise.
40178         (__SYSCALL_ULONG_TYPE): Likewise.
40179
40180 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40181
40182         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
40183         Add sigaltstack-offsets.sym.
40184         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
40185         <sigaltstack-offsets.h>.
40186         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
40187         longjmp_msg pointer.
40188         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
40189         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
40190         signal stack.
40191         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
40192
40193 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40194
40195         * elf/stackguard-macros.h: Remove file.
40196         * sysdeps/generic/stackguard-macros.h: New file.
40197         * sysdeps/i386/stackguard-macros.h: Likewise.
40198         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
40199         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
40200         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
40201         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
40202         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
40203         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
40204         * sysdeps/x86_64/stackguard-macros.h: Likewise.
40205         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
40206         <elf/stackguard-macros.h>.
40207
40208         [BZ #14109]
40209         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
40210         __aligned__ in attribute.
40211         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
40212         (gregset_t): Likewise.
40213
40214 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40215
40216         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
40217         * sysdeps/x86_64/64/Implies-after: Here.  New file.
40218         * sysdeps/x86_64/x32/Implies-after: New file.
40219
40220 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40221
40222         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
40223         and access return value for _dl_profile_fixup.  Use R10_LP to
40224         load frame size.
40225
40226 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40227
40228         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
40229
40230 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40231
40232         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
40233         * sysdeps/x86_64/x32/sysdep.h: New file.
40234
40235 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40236
40237         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
40238         * sysdeps/x86_64/setjmp.S: Likewise.
40239
40240 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40241
40242         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
40243         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
40244         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
40245         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
40246         remove unused global constant.
40247
40248 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
40249
40250         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
40251         include of <not-cancel.h>.
40252
40253 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40254
40255         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
40256
40257 2012-05-15  Jeff Law  <law@redhat.com>
40258             Andreas Jaeger  <aj@suse.de>
40259
40260         [BZ #13594]
40261         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
40262         out from...
40263         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
40264         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
40265         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
40266         code changing __hst_map_handle.map.
40267
40268 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40269
40270         * configure.in (sysnames): Look for Implies-before and Implies-after
40271         files.
40272         * configure: Regenerated.
40273
40274 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40275
40276         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
40277         8-byte data alignment with LP_SIZE alignment.
40278
40279 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40280
40281         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
40282         into R10_LP.
40283
40284 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40285
40286         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
40287
40288 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40289
40290         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
40291         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
40292         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
40293         Likewise.
40294         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40295
40296 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40297
40298         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
40299         (stackinfo_sub_sp): Likewise.
40300
40301 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40302
40303         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
40304         RAX_LP.
40305
40306 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40307
40308         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
40309         into R*_LP.
40310
40311 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40312
40313         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
40314         sizes into R*_LP.
40315
40316 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40317
40318         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
40319
40320 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40321
40322         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
40323         into R11_LP and load __x86_64_shared_cache_size_half into
40324         R8_LP.
40325
40326 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40327
40328         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
40329         R8_LP.
40330
40331 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40332
40333         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
40334         logb for POWER7.
40335         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
40336         logbf for POWER7.
40337         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
40338         logbl for POWER7.
40339         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
40340         powerpc32/power7/fpu/s_logb.c via #include.
40341         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
40342         powerpc32/power7/fpu/s_logbf.c via #include.
40343         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
40344         powerpc32/power7/fpu/s_logbl.c via #include.
40345
40346 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40347
40348         * README.libm: Remove file.
40349
40350 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40351
40352         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
40353         count for x32.  Use R*_LP and omit operand-size suffix.
40354
40355 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40356
40357         * shlib-versions: Move x86_64-.*-linux.* entries to ...
40358         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
40359         * sysdeps/x86_64/x32/shlib-versions: New file.
40360
40361 2012-05-14  Roland McGrath  <roland@hack.frob.com>
40362
40363         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
40364         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
40365         Use _dl_fatal_printf instead.
40366
40367 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40368
40369         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
40370         set if not set by the user.  Do not allow for being unset.
40371         * sysdeps/unix/sysv/linux/configure: Regenerated.
40372
40373 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40374
40375         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
40376         the `q' suffix from lea and replace .quad with ASM_ADDR.
40377
40378 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40379
40380         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
40381         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
40382         instead of $17.
40383         (PTR_DEMANGLE): Likewise.
40384
40385 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40386
40387         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
40388         (LP_OP): Likewise.
40389         (ASM_ADDR): Likewise.
40390         (RAX_LP): Likewise.
40391         (RBP_LP): Likewise.
40392         (RBX_LP): Likewise.
40393         (RCX_LP): Likewise.
40394         (RDI_LP): Likewise.
40395         (RSI_LP): Likewise.
40396         (RSP_LP): Likewise.
40397         (R8_LP): Likewise.
40398         (R9_LP): Likewise.
40399         (R10_LP): Likewise.
40400         (R10_LP): Likewise.
40401         (R11_LP): Likewise.
40402         (R12_LP): Likewise.
40403         (R13_LP): Likewise.
40404         (R14_LP): Likewise.
40405         (R15_LP): Likewise.
40406
40407 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40408
40409         * sysdeps/x86_64/x32/dl-machine.h: New file.
40410
40411 2012-05-14  Andreas Jaeger  <aj@suse.de>
40412
40413         * manual/Makefile (subdir): Remove export of subdir.
40414         (all): Remove target.
40415         (.PHONY): Remove all from list.
40416         (mkinstalldirs): Remove.
40417         (.PHONY): Remove installdirs from list.
40418         ($(inst_infodir)/libc.info): Use make-target-directory.
40419         (installdirs): Remove.
40420         (subdir_%): Remove.
40421         (glibc-targets): Remove.
40422         (lib): Remove.
40423         (stubs): Remove.
40424         ($(objpfx)stubs ../po/manual.pot): Remove.
40425         ($(objpfx)stamp%): Remove.
40426         (make-target-directory): Remove.
40427         (subdir_install): Remove.
40428         (routines): Remove.
40429         (aux): Remove.
40430         (sources): Remove.
40431         (objects): Remove.
40432         (headers): Remove.
40433
40434         [BZ #13750]
40435         * manual/.gitignore: Remove, it's not needed anymore.
40436         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
40437         all files in it.
40438         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
40439         directory.
40440         (texis): Renamed to $(objpfx)texis.
40441         (texis-path): New, contains path to generated files.
40442         (chapters.%): Use texis-path for complete path, add extra argument
40443         libc-texinfo.sh.
40444         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
40445         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
40446         (summary,texi, stamp-summary): Use complete path of
40447         files. Generate files in build dir.
40448         (dir-add.texi): Build in build dir.
40449         (libm-err.texi,stamp-libm-err): Likewise.
40450         (version.texi, stamp-version): Likewise.
40451         (.%c.texi): Likewise.
40452         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
40453         (mostlyclean): Remove target.
40454         (realclean): Remove target.
40455         (generated): Add new variable with contents from mostlyclean and
40456         realclean, remove entries duplicated in common-mostlyclean, add
40457         stamp-libm-err and stamp-version.
40458         (generated-dirs): Add libc directory.
40459         ($(inst_infodir)/libc.info): Install files from build dir.
40460
40461         * manual/install.texi (Configuring and compiling): Adjust since
40462         the info files are not part of the tar ball anymore.
40463
40464 2012-05-14  Andreas Jaeger  <aj@suse.de>
40465
40466         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
40467         variable.
40468
40469 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40470
40471         [BZ #13717]
40472         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40473         to 2.2.0 where earlier.
40474         * sysdeps/unix/sysv/linux/configure: Regenerated.
40475         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
40476         Remove conditional code.
40477         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
40478         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
40479         Remove conditional code.
40480         [!__NR_lchown]: Likewise.
40481         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40482         [__NR_lchown]: Likewise.
40483         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
40484         comment referencing __ASSUME_LCHOWN_SYSCALL.
40485         * sysdeps/unix/sysv/linux/i386/sigaction.c
40486         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40487         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40488         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
40489         Remove conditional code.
40490         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
40491         (__protocol_available): Remove #if 0 code.
40492         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
40493         conditional code.
40494         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
40495         * sysdeps/unix/sysv/linux/kernel-features.h
40496         (__ASSUME_GETCWD_SYSCALL): Don't define.
40497         (__ASSUME_REALTIME_SIGNALS): Likewise.
40498         (__ASSUME_PREAD_SYSCALL): Likewise.
40499         (__ASSUME_PWRITE_SYSCALL): Likewise.
40500         (__ASSUME_POLL_SYSCALL): Likewise.
40501         (__ASSUME_LCHOWN_SYSCALL): Likewise.
40502         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
40503         non-SPARC.
40504         (__ASSUME_SIOCGIFNAME): Don't define.
40505         (__ASSUME_MSG_NOSIGNAL): Likewise.
40506         (__ASSUME_SENDFILE): Define unconditionally.
40507         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
40508         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
40509         conditional code.
40510         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
40511         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
40512         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40513         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40514         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
40515         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40516         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40517         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
40518         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40519         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40520         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
40521         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40522         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40523         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
40524         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40525         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40526         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
40527         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40528         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
40530         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40531         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40532         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
40533         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40534         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
40536         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40537         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
40539         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40540         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40541         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
40542         Remove conditional code.
40543         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40544         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40545         Remove conditional code.
40546         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40547         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
40548         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
40549         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40550         Remove conditional code.
40551         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40552         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
40553         Remove conditional code.
40554         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40555         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
40556         Remove conditional code.
40557         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40558         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40559         Remove conditional code.
40560         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40561         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40562         Remove conditional code.
40563         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40564         * sysdeps/unix/sysv/linux/sh/pwrite64.c
40565         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40566         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40567         * sysdeps/unix/sysv/linux/sigaction.c
40568         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40569         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40570         * sysdeps/unix/sysv/linux/sigpending.c
40571         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40572         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40573         * sysdeps/unix/sysv/linux/sigprocmask.c
40574         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40575         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40576         * sysdeps/unix/sysv/linux/sigsuspend.c
40577         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40578         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40579         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40580         (__libc_missing_rt_sigs): Remove.
40581         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
40582         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
40583         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
40584         Remove conditional code.
40585         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
40586         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
40587         return 1.
40588         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
40589         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
40590         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
40591         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
40592
40593 2012-05-14  Andreas Jaeger  <aj@suse.de>
40594
40595         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
40596         it's not used in glibc.
40597         (__coshm1): Likewise.
40598         (__acosh1p): Likewise.
40599         (__sgn): Likewise.
40600
40601         * manual/string.texi (Copying and Concatenation): Add missing
40602         variable in concat example.
40603         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
40604
40605 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40606
40607         [BZ #14103]
40608         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
40609         __builtin_clzl with __builtin_clzll.
40610
40611 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40612
40613         [BZ #14104]
40614         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40615         libc_freeres_ptr.
40616
40617 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40618
40619         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40620         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40621         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40622         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40623
40624 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
40625
40626         * NEWS: Update ia64 info.
40627
40628 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
40629
40630         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40631         used as bcopy.
40632
40633 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
40634
40635         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40636         * sysdeps/unix/syscalls.list (dup3): Likewise.
40637         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40638         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40639
40640 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40641
40642         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40643         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40644
40645 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40646
40647         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40648         thread pointer.
40649         (TLS_IE): Use mov/add instead of movq/addq to load thread
40650         pointer.
40651         (TLS_GD_PREFIX): New.
40652         (TLS_GD): Use it.
40653
40654 2012-05-11  David S. Miller  <davem@davemloft.net>
40655
40656         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40657         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40658         (_FPU_SETCW): Likewise.
40659
40660 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40661
40662         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40663         is 32-byte aligned.
40664
40665 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
40666
40667         [BZ #11837]
40668         * iconvdata/gb18030.c: Update tables.
40669         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
40670         characters specially.
40671         (BODY for TO_LOOP): Add encoding of missing ranges.
40672
40673 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
40674
40675         [BZ #13673]
40676         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40677         * sysdeps/mach/hurd/dup3.c: Likewise.
40678         * sysdeps/mach/hurd/readlinkat.c: Likewise.
40679         * sysdeps/powerpc/memmove.c:: Likewise.
40680
40681 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40682
40683         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40684         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40685
40686 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40687
40688         * elf/elf.h (R_X86_64_RELATIVE64): New.
40689         (R_X86_64_NUM): Updated.
40690         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40691         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
40692         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40693         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40694         tst-quad1pie tst-quad2pie
40695         (modules-names): Add tst-quadmod1 tst-quadmod2.
40696         ($(objpfx)tst-quad1): New dependency.
40697         ($(objpfx)tst-quad2): Likewise.
40698         ($(objpfx)tst-quad1pie): Likewise.
40699         ($(objpfx)tst-quad2pie): Likewise.
40700         * sysdeps/x86_64/tst-quad1.c: New file.
40701         * sysdeps/x86_64/tst-quad1pie.c: New file.
40702         * sysdeps/x86_64/tst-quad2.c: Likewise.
40703         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40704         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40705         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40706         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40707         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40708
40709 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40710
40711         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40712         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40713         * streams/stropts.h (t_scalar_t): Define type.
40714
40715         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40716         (_PATH_PRESERVE): Set to "/var/lib".
40717         (_PATH_RWHODIR): Set to "/var/spool/rwho".
40718
40719         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40720         instead of int.
40721
40722         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40723         if __dir_mkfile succeeded.
40724
40725         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40726         checking for _hurd_dtablesize.  Unlock it right after having
40727         finished _hurd_dtable allocation.
40728
40729 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40730
40731         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40732         * sysdeps/mach/hurd/configure: Regenerated.
40733         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40734         special-casing to...
40735         * sysdeps/gnu/configure.in: ... this new file.
40736         * sysdeps/unix/sysv/linux/configure: Regenerated.
40737         * sysdeps/gnu/configure: New generated file.
40738
40739         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40740         for Linux: use nsec instead of usec, as well as:
40741         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40742         members of type struct timespec.
40743         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40744         New macros.
40745         (struct stat64): Likewise.
40746         (_STATBUF_ST_NSEC): New macro.
40747         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40748
40749         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40750         __strtoul_internal rather than strtoul.
40751
40752 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40753
40754         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40755         and reject them.
40756
40757 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40758
40759         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40760         which preserves existing values.
40761         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40762
40763 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40764
40765         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40766         TIMEOUT values.  Return EINVAL for NFDS values either negative or
40767         greater than FD_SETSIZE.
40768
40769 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40770
40771         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40772         allocated, call __vm_protect to finish enabling the existing space, and
40773         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40774         allocate the remainder.
40775
40776 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40777
40778         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40779         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
40780
40781 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40782
40783         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40784         sysdeps/mach/hurd/readlink.c.
40785
40786         * posix/tst-sysconf.c (posix_options): Only use
40787         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40788         _POSIX_SYNCHRONIZED_IO when they are defined
40789         * sysdeps/mach/hurd/bits/posix_opt.h:
40790         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40791         (_XOPEN_REALTIME): Undefine macro.
40792         (_XOPEN_REALTIME_THREADS): Undefine macro.
40793         (_XOPEN_SHM): Undefine macro.
40794         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40795         macro to -1.
40796         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40797         macro to -1.
40798         (_POSIX_ASYNC_IO): Undefine macro.
40799         (_POSIX_PRIORITIZED_IO): Undefine macro.
40800         (_POSIX_SPIN_LOCKS): Define macro to -1.
40801
40802         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40803         SA_NODEFER, SA_RESETHAND.
40804         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40805         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40806         F_DUPFD_CLOEXEC.
40807
40808 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40809
40810         * elf/Makefile (pldd-modules): Define unconditionally.
40811
40812 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40813
40814         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40815
40816 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40817
40818         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40819         Return ENOENT when name is empty.
40820         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40821
40822 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40823
40824         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40825
40826         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40827
40828 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40829
40830         Fix mlock in all cases except non-readable pages.
40831         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40832         instead of VM_PROT_ALL as parameter to __vm_wire function.
40833
40834         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40835         (__mkdir): When path is `/', just fail with EEXIST.
40836         * sysdeps/mach/hurd/mkdirat.c: Likewise.
40837
40838 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40839
40840         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40841         <sys/uio.h> (for writev).
40842         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40843         and <sys/param.h> (for MIN).
40844
40845 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40846
40847         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40848         REQUESTED_TIME.  Properly set the remaining time and return EINTR
40849         if interrupted.
40850
40851 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40852
40853         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40854         Depend on against $(link-rpcuserlibs).
40855
40856 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40857
40858         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40859         (__libc_stack_end): Do not use attribute_relro.
40860         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40861         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
40862         to libthread-provided value.
40863         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40864         attribute_relro.
40865
40866 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40867
40868         [BZ #3748]
40869         * bits/libc-lock.h (__libc_once_get): New macro.
40870         * sysdeps/mach/bits/libc-lock.h: Likewise.
40871         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40872         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40873         instead of using implementation details.
40874
40875         * libio/fileops.c: Unconditionally include <kernel-features.h>.
40876         * libio/freopen.c: Likewise.
40877         * libio/freopen64.c: Likewise.
40878         * misc/syslog.c: Likewise.
40879         * nscd/connections.c: Likewise.
40880         * nscd/netgroupcache.c: Likewise.
40881         * sysdeps/posix/getcwd.c: Likewise.
40882
40883 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40884
40885         * math/w_ilogbf.c: Add #include <limits.h>.
40886
40887 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40888
40889         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
40890         path instead of returning without unlocking.
40891
40892         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40893         immediate-write ioctls.
40894         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40895
40896 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40897
40898         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40899         __builtin_frame_address instead of making assumptions about the
40900         location of the return address relative to DATA.  Force early load of
40901         the return address.
40902         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40903         __builtin_frame_address.
40904
40905         dup3 for GNU Hurd.
40906         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40907         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40908         implement dup3 and do some further code clean-ups.
40909         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40910         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40911
40912 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40913
40914         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40915
40916         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40917         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40918         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40919         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40920         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40921         d->port.lock.
40922
40923         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40924         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40925         when handler == SIG_ERR, not when handler != SIG_ERR.
40926
40927 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40928
40929         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40930         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40931         definitions.
40932
40933         accept4 for GNU Hurd.
40934         * include/sys/socket.h (__libc_accept4): New prototype.
40935         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40936         to implement __libc_accept4.
40937         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40938         __libc_accept4.
40939         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40940
40941         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40942         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40943         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40944         signal-defines.sym.
40945
40946 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40947
40948         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40949
40950 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40951
40952         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40953         assertion on O_CLOEXEC flag.
40954         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40955         * hurd/intern-fd.c: Likewise.
40956         * hurd/port2fd.c: Likewise.
40957
40958 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40959
40960         [BZ #3906]
40961         * bits/in.h (IPV6_PKTINFO): Define new macro.
40962         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40963
40964 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40965
40966         [BZ #13954]
40967         [BZ #13955]
40968         [BZ #13956]
40969         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40970         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40971         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40972         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40973         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40974         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40975         * math/libm-test.inc (logb_test) : Additional logb tests.
40976
40977 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
40978             Andreas Jaeger  <aj@suse.de>
40979
40980         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40981         * configure: Regenerated.
40982         * config.h.in (LINK_OBSOLETE_RPC): New macro.
40983         * config.make.in (link-obsolete-rpc): New substituted variable.
40984         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40985         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40986         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40987         (shared-only-routines): Don't set it under [link-obsolete-rpc],
40988         so that libc.a contains the symbols.
40989         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40990         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
40991         * sunrpc/auth_none.c: Likewise.
40992         * sunrpc/auth_unix.c: Likewise.
40993         * sunrpc/authdes_prot.c: Likewise.
40994         * sunrpc/authuxprot.c: Likewise.
40995         * sunrpc/clnt_gen.c: Likewise.
40996         * sunrpc/clnt_perr.c: Likewise.
40997         * sunrpc/clnt_raw.c: Likewise.
40998         * sunrpc/clnt_simp.c: Likewise.
40999         * sunrpc/clnt_tcp.c: Likewise.
41000         * sunrpc/clnt_udp.c: Likewise.
41001         * sunrpc/clnt_unix.c: Likewise.
41002         * sunrpc/des_crypt.c: Likewise.
41003         * sunrpc/des_soft.c: Likewise.
41004         * sunrpc/get_myaddr.c: Likewise.
41005         * sunrpc/key_call.c: Likewise.
41006         * sunrpc/key_prot.c: Likewise.
41007         * sunrpc/netname.c: Likewise.
41008         * sunrpc/pm_getmaps.c: Likewise.
41009         * sunrpc/pm_getport.c: Likewise.
41010         * sunrpc/pmap_clnt.c: Likewise.
41011         * sunrpc/pmap_prot.c: Likewise.
41012         * sunrpc/pmap_prot2.c: Likewise.
41013         * sunrpc/pmap_rmt.c: Likewise.
41014         * sunrpc/publickey.c: Likewise.
41015         * sunrpc/rpc_cmsg.c: Likewise.
41016         * sunrpc/rpc_common.c: Likewise.
41017         * sunrpc/rpc_dtable.c: Likewise.
41018         * sunrpc/rpc_prot.c: Likewise.
41019         * sunrpc/rpc_thread.c: Likewise.
41020         * sunrpc/rtime.c: Likewise.
41021         * sunrpc/svc.c: Likewise.
41022         * sunrpc/svc_auth.c: Likewise.
41023         * sunrpc/svc_raw.c: Likewise.
41024         * sunrpc/svc_run.c: Likewise.
41025         * sunrpc/svc_tcp.c: Likewise.
41026         * sunrpc/svc_udp.c: Likewise.
41027         * sunrpc/svc_unix.c: Likewise.
41028         * sunrpc/svcauth_des.c: Likewise.
41029         * sunrpc/xcrypt.c: Likewise.
41030         * sunrpc/xdr.c: Likewise.
41031         * sunrpc/xdr_array.c: Likewise.
41032         * sunrpc/xdr_float.c: Likewise.
41033         * sunrpc/xdr_intXX_t.c: Likewise.
41034         * sunrpc/xdr_mem.c: Likewise.
41035         * sunrpc/xdr_rec.c: Likewise.
41036         * sunrpc/xdr_ref.c: Likewise.
41037         * sunrpc/xdr_sizeof.c: Likewise.
41038         * sunrpc/xdr_stdio.c: Likewise.
41039
41040 2012-05-10  Roland McGrath  <roland@hack.frob.com>
41041
41042         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
41043         change.  Update copyright years.
41044
41045 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
41046
41047         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
41048
41049 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
41050             Joseph Myers  <joseph@codesourcery.com>
41051             Paul Pluzhnikov  <ppluzhnikov@google.com>
41052
41053         [BZ #14012]
41054         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
41055         requiring rpcgen.
41056         [cross-compiling] (extra-libs): Likewise.
41057         [cross-compiling] (extra-libs-others): Likewise.
41058         [cross-compiling] (librpcsvc-routines): Likewise.
41059         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
41060         [cross-compiling] (omit-deps): Likewise.
41061         (sunrpc-CPPFLAGS): New variable.
41062         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
41063         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
41064         (cross-rpcgen-objs): New variable.
41065         (extra-objs): Append $(cross-rpcgen-objs).
41066         ($(cross-rpcgen-objs)): New rule.
41067         ($(objpfx)cross-rpcgen): Likewise.
41068         (rpcgen-cmd): Define to use $(built-program-file).  Expand
41069         comment.
41070         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
41071         ($(objpfx)x%.stmp): Likewise.
41072         * sunrpc/proto.h [IS_IN_build] (_): Define.
41073         [IS_IN_build] (_libc_intl_domainname): Likewise.
41074
41075 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
41076
41077         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
41078         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
41079         and R_X86_64_TPOFF64.
41080
41081 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
41082
41083         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
41084         sysdeps/unix/sysv/syscalls.list.
41085         (stime): Likewise.
41086         (utime): Likewise.
41087         * sysdeps/unix/sysv/syscalls.list: Remove file.
41088
41089 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
41090
41091         [BZ #3440]
41092         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
41093         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
41094         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
41095         (__LC_IDENTIFICATION): Make these macros useful in #if
41096         expressions, as required by C99.
41097
41098 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
41099
41100         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
41101         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
41102         after this.
41103
41104 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
41105
41106         * stdlib/longlong.h: Updated from GCC.
41107
41108 2012-05-09  Andreas Jaeger  <aj@suse.de>
41109
41110         * nscd/nscd.c (run_modes): Make named enum, reorder so that
41111         default is first entry.
41112         (run_mode): Set type.
41113         (main): Remove informal message about syslog.
41114         (options): Fix typo.
41115
41116         [BZ #14053]
41117         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
41118         to asm.
41119         (lrint): Likewise.
41120         (llrintf): Likewise.
41121         (llrint): Likewise.
41122         (rint): Likewise.
41123         (rintf): Likewise.
41124         (nearbyint): Likewise.
41125         (nearbyintf): Likewise.
41126
41127 2012-05-09  Andreas Jaeger  <aj@suse.de>
41128             Pedro Alves  <palves@redhat.com>
41129
41130         * nscd/nscd.c (run_mode): Use enum.
41131         (main): Cleanup coding style issue.
41132
41133 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
41134             Andreas Jaeger  <aj@suse.de>
41135
41136         * nscd/nscd.c (go_background): Replaced with...
41137         (run_mode): ... this.
41138         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
41139         (options): Add -F --foreground.
41140         (main): Implement it.
41141         (parse_opt): Parse it.
41142
41143 2012-05-09  Andreas Jaeger  <aj@suse.de>
41144
41145         [BZ #14083]
41146         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
41147         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
41148         -Wconversion warning.
41149         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
41150         Likewise.
41151
41152 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
41153
41154         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
41155         == 0.
41156         (LC_ALL): Use macro-int-constant.
41157         (LC_COLLATE): Likewise.
41158         (LC_CTYPE): Likewise.
41159         (LC_MESSAGES): Likewise.
41160         (LC_MONETARY): Likewise.
41161         (LC_NUMERIC): Likewise.
41162         (LC_TIME): Likewise.
41163         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
41164         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41165         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41166         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
41167         Specify type.
41168         [C99-based standards] (float_t): Expect type.
41169         [C99-based standards] (double_t): Expect type.
41170         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
41171         type.
41172         [C99-based standards] (HUGE_VALL): Likewise.
41173         [C99-based standards] (INFINITY): Likewise.
41174         [C99-based standards] (NAN): Likewise.
41175         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
41176         [C99-based standards] (FP_NAN): Likewise.
41177         [C99-based standards] (FP_NORMAL): Likewise.
41178         [C99-based standards] (FP_SUBNORMAL): Likewise.
41179         [C99-based standards] (FP_ZERO): Likewise.
41180         [C99-based standards] (FP_FAST_FMA): Use
41181         optional-macro-int-constant.  Specify type.  Require == 1.
41182         [C99-based standards] (FP_FAST_FMAF): Likewise.
41183         [C99-based standards] (FP_FAST_FMAL): Likewise.
41184         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
41185         [C99-based standards] (FP_ILOGBNAN): Likewise.
41186         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
41187         Specify type.
41188         [C99-based standards] (MATH_ERREXCEPT): Likewise.
41189         [C99-based standards] (math_errhandling): Specify type.
41190         [ISO99 || ISO11] (signgam): Do not allow.
41191         [non-C99-based standards] (copysignf): Do not allow.
41192         [non-C99-based standards] (exp2f): Likewise.
41193         [non-C99-based standards] (log2f): Likewise.
41194         [non-C99-based standards] (modff): Allow.
41195         [non-C99-based standards] (erff): Do not allow.
41196         [non-C99-based standards] (erfcf): Likewise.
41197         [non-C99-based standards] (gammaf): Likewise.
41198         [non-C99-based standards] (hypotf): Likewise.
41199         [non-C99-based standards] (j0f): Likewise.
41200         [non-C99-based standards] (j1f): Likewise.
41201         [non-C99-based standards] (jnf): Likewise.
41202         [non-C99-based standards] (lgammaf): Likewise.
41203         [non-C99-based standards] (tgammaf): Likewise.
41204         [non-C99-based standards] (y0f): Likewise.
41205         [non-C99-based standards] (y1f): Likewise.
41206         [non-C99-based standards] (ynf): Likewise.
41207         [non-C99-based standards] (isnanf): Likewise.
41208         [non-C99-based standards] (acoshf): Likewise.
41209         [non-C99-based standards] (asinhf): Likewise.
41210         [non-C99-based standards] (atanhf): Likewise.
41211         [non-C99-based standards] (cbrtf): Likewise.
41212         [non-C99-based standards] (expm1f): Likewise.
41213         [non-C99-based standards] (ilogbf): Likewise.
41214         [non-C99-based standards] (log1pf): Likewise.
41215         [non-C99-based standards] (logbf): Likewise.
41216         [non-C99-based standards] (nextafterf): Likewise.
41217         [non-C99-based standards] (remainderf): Likewise.
41218         [non-C99-based standards] (rintf): Likewise.
41219         [non-C99-based standards] (scalbf): Likewise.
41220         [non-C99-based standards] (copysignl): Likewise.
41221         [non-C99-based standards] (exp2l): Likewise.
41222         [non-C99-based standards] (log2l): Likewise.
41223         [non-C99-based standards] (modfl): Allow.
41224         [non-C99-based standards] (erfl): Do not allow.
41225         [non-C99-based standards] (erfcl): Likewise.
41226         [non-C99-based standards] (gammal): Likewise.
41227         [non-C99-based standards] (hypotl): Likewise.
41228         [non-C99-based standards] (j0l): Likewise.
41229         [non-C99-based standards] (j1l): Likewise.
41230         [non-C99-based standards] (jnl): Likewise.
41231         [non-C99-based standards] (lgammal): Likewise.
41232         [non-C99-based standards] (tgammal): Likewise.
41233         [non-C99-based standards] (y0l): Likewise.
41234         [non-C99-based standards] (y1l): Likewise.
41235         [non-C99-based standards] (ynl): Likewise.
41236         [non-C99-based standards] (isnanl): Likewise.
41237         [non-C99-based standards] (acoshl): Likewise.
41238         [non-C99-based standards] (asinhl): Likewise.
41239         [non-C99-based standards] (atanhl): Likewise.
41240         [non-C99-based standards] (cbrtl): Likewise.
41241         [non-C99-based standards] (expm1l): Likewise.
41242         [non-C99-based standards] (ilogbl): Likewise.
41243         [non-C99-based standards] (log1pl): Likewise.
41244         [non-C99-based standards] (logbl): Likewise.
41245         [non-C99-based standards] (nextafterl): Likewise.
41246         [non-C99-based standards] (remainderl): Likewise.
41247         [non-C99-based standards] (rintl): Likewise.
41248         [non-C99-based standards] (scalbl): Likewise.
41249         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41250         [non-C99-based standards] (FP_*): Do not allow.
41251         [C99-based standards] (FP_*): Change to
41252         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41253         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41254         allow.
41255         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
41256         (SIG_ERR): Likewise.
41257         [X/Open-based standards] (SIG_HOLD): Likewise.
41258         (SIG_IGN): Likewise.
41259         (SIGABRT): Use macro-int-constant.  Specify type.  Require
41260         positive value.
41261         (SIGFPE): Likewise.
41262         (SIGILL): Likewise.
41263         (SIGINT): Likewise.
41264         (SIGSEGV): Likewise.
41265         (SIGTER): Likewise.
41266         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
41267         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
41268         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
41269         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
41270         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
41271         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
41272         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
41273         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
41274         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
41275         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
41276         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
41277         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
41278         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
41279         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
41280         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
41281         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
41282         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
41283         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
41284         [X/Open-based standards] (SIGTRAP): Likewise.
41285         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
41286         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
41287         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
41288         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
41289         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41290         allow.
41291
41292 2012-05-08  Ian Wienand  <ianw@vmware.com>
41293
41294         [BZ #14080]
41295         * time/tzset.c (__tzset_parse_tz): Update default rules for
41296         daylight time changes in the Energy Policy Act of 2005.
41297
41298 2012-05-09  Andreas Jaeger  <aj@suse.de>
41299
41300         [BZ #13983]
41301         * elf/ldconfig.c (parse_conf): Change string to make clear that
41302         ldconfig only issued a warning if ld.so.conf does not exist.
41303
41304 2012-05-08  David S. Miller  <davem@davemloft.net>
41305
41306         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
41307         movxtod instead of popping the value on the stack.
41308
41309         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41310
41311 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
41312
41313         * config.h.in: Add HAVE_ARM_PCS_VFP.
41314
41315 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
41316
41317         [BZ #13979]
41318         * include/features.h: Warn if user requests __FORTIFY_SOURCE
41319         checking but the checks are disabled for any reason.
41320
41321 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
41322
41323         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
41324         and ELF64_R_TYPE with ELFW(R_TYPE).
41325
41326 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
41327
41328         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
41329         (ulimit): Likewise.
41330
41331         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
41332         (settimeofday): Likewise.
41333
41334 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
41335
41336         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
41337         a struct th_u2 inside the union, and move tu_block/tu_code into
41338         a new th_u3 union of tu_block/tu_code inside of that.  Move
41339         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
41340         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
41341         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
41342         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
41343         (th_stuff): Change to th_u1.tu_stuff.
41344         (th_data): Define.
41345         (th_msg): Change to th_u1.th_u2.tu_data.
41346
41347 2012-05-07  David S. Miller  <davem@davemloft.net>
41348
41349         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41350
41351         [BZ #14074]
41352         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
41353         (SETUP_PIC_REG): Use it.
41354         (SETUP_PIC_REG_LEAF): Use it.
41355
41356 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
41357
41358         [BZ #13885]
41359         [BZ #13923]
41360         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41361         USE_AS_EXPM1L.
41362         (EXPL_FINITE): Likewise.
41363         (FLDLOG): Likewise.
41364         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41365         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41366         e_expl.S.
41367         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41368         USE_AS_EXPM1L.
41369         (EXPL_FINITE): Likewise.
41370         (FLDLOG): Likewise.
41371         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41372         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41373         e_expl.S.
41374         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
41375         test of -max_value argument for long double.
41376         * sysdeps/i386/fpu/libm-test-ulps: Update.
41377         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41378
41379 2012-05-06  David S. Miller  <davem@davemloft.net>
41380
41381         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
41382         quad soft-float symbols whose references which are compiler
41383         generated.
41384         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
41385
41386 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
41387
41388         [BZ #13884]
41389         [BZ #13914]
41390         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41391         USE_AS_EXP10L.
41392         (EXPL_FINITE): Likewise.
41393         (FLDLOG): Likewise.
41394         (c0): Likewise.
41395         (c1): Likewise.
41396         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41397         Adjust comments for base varying.
41398         (__expl_finite): Change alias to EXPL_FINITE.
41399         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
41400         e_expl.S.
41401         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
41402         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
41403         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
41404         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
41405         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41406         USE_AS_EXP10L.
41407         (EXPL_FINITE): Likewise.
41408         (FLDLOG): Likewise.
41409         (c0): Likewise.
41410         (c1): Likewise.
41411         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41412         Adjust comments for base varying.
41413         (__expl_finite): Change alias to EXPL_FINITE.
41414         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
41415         tests for bugs.
41416         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41417
41418         [BZ #14064]
41419         * math/libm-test.inc (check_float_internal): Correct ulp
41420         calculation for subnormal expected results.
41421
41422 2012-05-06  Andreas Jaeger  <aj@suse.de>
41423
41424         * Makeconfig (+math-flags): New, set to -frounding-math.
41425         (+cflags): Add +math-flags so that all of glibc gets compiled with
41426         it.
41427
41428         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
41429
41430 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
41431
41432         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
41433         Disable one test.
41434
41435         [BZ #13787]
41436         [BZ #13922]
41437         [BZ #14036]
41438         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
41439         (__ieee754_expl): Allow for and saturate large arguments.
41440         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
41441         (u_threshold): Likewise.
41442         (__exp): Call __ieee754_exp before checking for overflow and
41443         underflow.
41444         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
41445         (u_threshold): Likewise.
41446         (__expf): Call __ieee754_expf before checking for overflow and
41447         underflow.
41448         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
41449         (u_threshold): Likewise.
41450         (__expl): Call __ieee754_expl before checking for overflow and
41451         underflow.
41452         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
41453         (__ieee754_expl): Allow for and saturate large arguments.
41454         * math/libm-test.inc (exp_test): Add another test.  Do not allow
41455         missing overflow exception on overflow.
41456         (expm1_test): Do not allow missing overflow exception on overflow.
41457
41458         * sysdeps/i386/fpu/e_expl.c: Move to ...
41459         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
41460         rather than using inline asm.
41461         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
41462         * sysdeps/x86_64/fpu/e_expl.S: Copy from
41463         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
41464
41465         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
41466         (nice): Likewise.
41467         (poll): Likewise.
41468         (signal): Likewise.
41469         (time): Likewise.
41470         (times): Likewise.
41471
41472 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41473
41474         * sysdeps/unix/syscalls.list (adjtime): Add entry from
41475         sysdeps/unix/common/syscalls.list.
41476         (fchmod): Likewise.
41477         (fchown): Likewise.
41478         (ftruncate): Likewise.
41479         (getrusage): Likewise.
41480         (gettimeofday): Likewise.
41481         (setpgid): Likewise.
41482         (setregid): Likewise.
41483         (setreuid): Likewise.
41484         (sigaction): Likewise.
41485         (truncate): Likewise.
41486         (vhangup): Likewise.
41487         * sysdeps/unix/common/syscalls.list: Remove file.
41488         * sysdeps/unix/bsd/Implies: Don't include unix/common.
41489         * sysdeps/unix/sysv/linux/Implies: Likewise.
41490
41491 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
41492
41493         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
41494         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
41495         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
41496         Moved to ...
41497         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
41498         Here.
41499         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
41500         to ...
41501         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
41502         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
41503         to ...
41504         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
41505         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
41506         to ...
41507         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
41508         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
41509         to ...
41510         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
41511         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
41512         to ...
41513         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
41514         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
41515         to ...
41516         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
41517         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
41518         to ...
41519         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
41520         Here.
41521         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
41522         to ...
41523         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
41524         Here.
41525         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
41526         to ...
41527         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
41528         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
41529         Moved to ...
41530         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
41531         Here.
41532         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
41533         to ...
41534         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
41535
41536 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41537
41538         * sysdeps/unix/common/bits/dirent.h: Remove file.
41539         * sysdeps/unix/common/bits/fcntl.h: Likewise.
41540
41541         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
41542         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
41543         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
41544         * sysdeps/unix/bsd/isatty.c: Likewise.
41545         * sysdeps/unix/bsd/tcdrain.c: Likewise.
41546         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
41547         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
41548
41549 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41550
41551         [BZ #13563]
41552         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
41553         long double comparison inaccuracies.
41554         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
41555         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41556
41557 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
41558
41559         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
41560         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
41561
41562 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41563
41564         [BZ #14049]
41565         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
41566         nonzero digits before rounding a hex value.
41567         * stdlib/tst-strtod.c (tests): Add another test.
41568
41569 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41570
41571         * sysdeps/s390/fpu/libm-test-ulps: Update.
41572
41573 2012-05-03  Andreas Jaeger  <aj@suse.de>
41574
41575         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
41576         does not get optimized out.
41577         (malloc_opt_barrier): New.
41578
41579 2012-05-03  Andreas Jaeger  <aj@suse.de>
41580             Roland McGrath  <roland@hack.frob.com>
41581
41582         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
41583         intermediate file deletion.
41584         (generated): Add .symlist files.
41585
41586 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
41587
41588         [BZ #13775]
41589         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
41590         Redirect under this condition.
41591         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41592         [__USE_GNU] (__dprintf_chk): Not under this condition.
41593         [__USE_GNU] (__vdprintf_chk): Likewise.
41594         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
41595         under this condition.
41596         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41597         [__USE_XOPEN2K8] (dprintf): Define under this condition.
41598         [__USE_XOPEN2K8] (vdprintf): Likewise.
41599         [__USE_GNU] (__dprintf_chk): Not under this condition.
41600         [__USE_GNU] (__vdprintf_chk): Likewise.
41601         [__USE_GNU] (dprintf): Likewise.
41602         [__USE_GNU] (vdprintf): Likewise.
41603
41604 2012-05-03  Roland McGrath  <roland@hack.frob.com>
41605
41606         * elf/Makefile (common-generated): Set this instead of generated for
41607         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
41608         $(all-built-dso)-derived lists.
41609
41610 2012-05-03  Andreas Jaeger  <aj@suse.de>
41611
41612         * sysdeps/i386/fpu/libm-test-ulps: Update.
41613
41614         * FAQ: Removed.
41615         * FAQ.in: Likewise.
41616         * scripts/gen-FAQ.pl: Likewise.
41617         * manual/install.texi (Installation): Point to online location of
41618         FAQ.
41619         * Makefile (files-for-dist): Remove FAQ.
41620         (FAQ): Remove.
41621
41622 2012-05-02  Allan McRae  <allan@archlinux.org>
41623
41624         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41625         (LDFLAGS-reldepmod5.so): Likewise.
41626         (LDFLAGS-reldep6mod1.so): Likewise.
41627         (LDFLAGS-reldep6mod4.so): Likewise.
41628         (LDFLAGS-reldep8mod3.so): Likewise.
41629         (LDFLAGS-unload4mod1.so): Likewise.
41630         (LDFLAGS-unload4mod2.so): Likewise.
41631         (LDFLAGS-tst-initorder): Likewise.
41632         (LDFLAGS-tst-initordera2.so): Likewise.
41633         (LDFLAGS-tst-initordera3.so): Likewise.
41634         (LDFLAGS-tst-initordera4.so): Likewise.
41635         (LDFLAGS-tst-initorderb2.so): Likewise.
41636         (LDFLAGS-noload): Likewise.
41637         (LDFLAGS-next): Likewise.
41638         (LDFLAGS-order2mod1.so): Likewise.
41639         (LDFLAGS-order2mod2.so): Likewise.
41640         (LDFLAGS-tst-initorder2): Likewise.
41641         (LDFLAGS-tst-initorder2a.so): Likewise.
41642         (LDFLAGS-tst-initorder2b.so): Likewise.
41643         (LDFLAGS-tst-initorder2c.so): Likewise.
41644         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41645
41646 2012-05-02  David S. Miller  <davem@davemloft.net>
41647
41648         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41649
41650 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
41651
41652         [BZ #14055]
41653         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41654
41655 2012-05-02  Andreas Jaeger  <aj@suse.de>
41656
41657         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41658         since we manipulate rounding mode.
41659         (CPPFLAGS-test-idouble.c): Likewise.
41660         (CPPFLAGS-test-ifloat.c): Likewise.
41661         (CFLAGS-test-ldouble.c): Likewise.
41662         (CFLAGS-test-double.c): Likewise.
41663         (CFLAGS-test-float.c): Likewise.
41664         (CFLAGS-test-misc.c): Likewise.
41665         (CFLAGS-test-test-fenv.c): Likewise.
41666
41667 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41668
41669         [BZ #2550]
41670         [BZ #2570]
41671         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41672         comparisons to determine direction to adjust input.
41673
41674 2012-05-01  Roland McGrath  <roland@hack.frob.com>
41675
41676         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41677         output to the target.
41678
41679         * scripts/localplt.awk: New file.
41680         * elf/Makefile ($(objpfx)check-localplt): Target removed.
41681         (check-localplt-CFLAGS): Variable removed.
41682         ($(all-built-dso:=.jmprel)): New static pattern rule.
41683         (generated): Add those targets.
41684         (localplt-built-dso): New variable.
41685         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41686
41687         * elf/check-localplt.c: File removed.
41688
41689         * scripts/check-execstack.awk: New file.
41690         * elf/Makefile ($(objpfx)check-execstack): Target removed.
41691         (check-execstack-CFLAGS): Variable removed.
41692         ($(objpfx)check-execstack.h): Target removed.
41693         ($(objpfx)execstack-default): New target.
41694         (generated): Add that instead of check-execstack.h.
41695         ($(all-built-dso:=.phdr)): New static pattern rule.
41696         (generated): Add those targets.
41697         * elf/check-execstack.c: File removed.
41698
41699         * scripts/check-textrel.awk: New file.
41700         * elf/Makefile ($(objpfx)check-textrel): Target removed.
41701         (check-textrel-CFLAGS): Variable removed.
41702         (all-built-dso): Use := to define.o
41703         ($(all-built-dso:=.dyn)): New static pattern rule.
41704         (generated): Add those targets.
41705         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41706         * config.make.in (READELF): New substituted variable.
41707         * elf/check-textrel.c: File removed.
41708
41709 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41710
41711         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41712         allow.
41713         * conform/data/ctype.h-data [C99-based standards] (isblank):
41714         Expect function.
41715         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41716         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41717         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41718         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41719         Specify type.  Require positive value.
41720         (EILSEQ): Likewise.
41721         (ERANGE): Likewise.
41722         [ISO || POSIX] (EILSEQ): Do not expect.
41723         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41724         Specify type.  Require positive value.
41725         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41726         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41727         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41728         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41729         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41730         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41731         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41732         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41733         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41734         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41735         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41736         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41737         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41738         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41739         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41740         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41741         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41742         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41743         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41744         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41745         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41746         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41747         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41748         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41749         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41750         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41751         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41752         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41753         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41754         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41755         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41756         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41757         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41758         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41759         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41760         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41761         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41762         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41763         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41764         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41765         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41766         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41767         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41768         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41769         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41770         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41771         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41772         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41773         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41774         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41775         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41776         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41777         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41778         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41779         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41780         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41781         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41782         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41783         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41784         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41785         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41786         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41787         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41788         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41789         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41790         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41791         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41792         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41793         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41794         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41795         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41796         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41797         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41798         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41799         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41800         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41801         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41802         Require >= 2.
41803         (FLT_ROUNDS): Expect as macro, not constant.
41804         (FLT_MANT_DIG): Use macro-int-constant.
41805         (DBL_MANT_DIG): Likewise.
41806         (LDBL_MANT_DIG): Likewise.
41807         (FLT_DIG): Likewise.
41808         (DBL_DIG): Likewise.
41809         (LDBL_DIG): Likewise.
41810         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
41811         (DBL_MIN_EXP): Likewise.
41812         (LDBL_MIN_EXP): Likewise.
41813         (FLT_MAX_EXP): Use macro-int-constant.
41814         (DBL_MAX_EXP): Likewise.
41815         (LDBL_MAX_EXP): Likewise.
41816         (FLT_MAX_10_EXP): Likewise.
41817         (DBL_MAX_10_EXP): Likewise.
41818         (LDBL_MAX_10_EXP): Likewise.
41819         (FLT_MAX): Use macro-constant.
41820         (DBL_MAX): Likewise.
41821         (LDBL_MAX): Likewise.
41822         (FLT_EPSILON): Use macro-constant.  Give upper bound.
41823         (DBL_EPSILON): Likewise.
41824         (LDBL_EPSILON): Likewise.
41825         (FLT_MIN): Likewise.
41826         (DBL_MIN): Likewise.
41827         (LDBL_MIN): Likewise.
41828         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41829         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41830         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41831         [ISO11] (FLT_HAS_SUBNORM): Likewise.
41832         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41833         [ISO11] (DBL_DECIMAL_DIG): Likewise.
41834         [ISO11] (FLT_DECIMAL_DIG): Likewise.
41835         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41836         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41837         [ISO11] (FLT_TRUE_MIN): Likewise.
41838         [ISO11] (LDBL_TRUE_MIN): Likewise.
41839         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41840         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41841         (SCHAR_MIN): Use macro-int-constant.  Specify type.
41842         (SCHAR_MAX): Likewise.
41843         (UCHAR_MAX): Likewise.
41844         (CHAR_MIN): Likewise.
41845         (CHAR_MAX): Likewise.
41846         (MB_LEN_MAX): Use macro-int-constant.
41847         (SHRT_MIN): Use macro-int-constant.  Specify type.
41848         (SHRT_MAX): Likewise.
41849         (USHRT_MAX): Likewise.
41850         (INT_MAX): Likewise.
41851         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
41852         bound negative.
41853         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41854         bound with "U".
41855         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41856         bound with "L".
41857         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
41858         bound negative.  Suffix upper bound with "L".
41859         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41860         bound with "UL".
41861         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41862         Specify type.
41863         [C99-based standards] (LLONG_MAX): Likewise.
41864         [C99-based standards] (ULLONG_MAX): Likewise.
41865         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
41866         == 0.
41867         [ISO11] (max_align_t): Require type.
41868         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41869
41870         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41871         from $CFLAGS, without defining away __attribute__ calls.
41872         (checknamespace): Use $CFLAGS_namespace.
41873
41874         * conform/conformtest.pl (@keywords): Only include C99 keywords
41875         for standards based on C99 or C11.
41876
41877         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41878         Disable tests.
41879         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41880         UNIX98]: Likewise.
41881
41882         * conform/conformtest.pl: Handle "macro-int-constant" and test for
41883         usability of symbols in #if.
41884
41885         * conform/conformtest.pl: If macro or constant types start
41886         "promoted:", expect the symbol to be of the following type
41887         promoted by the integer promotions.
41888
41889         * conform/conformtest.pl: Parse all "constant" and "macro" lines
41890         in one place.  Also handle "macro-constant".
41891
41892         * conform/conformtest.pl: Only accept expected macro values with
41893         "==".  Parse all "macro" lines in one place.
41894         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41895
41896         * conform/conformtest.pl: Handle braced types on "constant" lines
41897         instead of handling "typed-constant".
41898         * conform/data/signal.h-data: Use "constant" instead of
41899         "typed-constant".
41900
41901         * conform/conformtest.pl: Handle "optional-" at start of lines in
41902         one place rather than duplicating several cases.  Handle each
41903         format of "macro" line with initial "optional-".
41904
41905         * conform/conformtest.pl: Only accept expected constant or
41906         optional-constant values with "==".  Parse all "constant" lines in
41907         one place.  Parse all "optional-constant" lines in one place.
41908         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41909         * conform/data/fmtmsg.h-data: Likewise.
41910         * conform/data/netinet/in.h-data: Likewise.
41911         * conform/data/tar.h-data: Likewise.
41912         * conform/data/limits.h-data: Use "==" form on "constant" and
41913         "optional-constant" lines.
41914
41915         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41916         Use -std=c99 for XOPEN2K.
41917         (@knownproblems): Remove.
41918         (newtoken): Don't check %isknown.
41919
41920         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41921         Do not expect macro.
41922         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41923         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41924         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41925         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41926         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41927         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41928         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41929         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41930         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41931         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41932         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41933         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41934         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41935         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41936         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41937         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41938         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41939         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41940         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41941         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41942         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41943         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41944         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41945         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41946         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41947         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41948         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41949         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41950         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41951         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41952         [XPG3] (acosh): Likewise.
41953         [XPG3] (asinh): Likewise.
41954         [XPG3] (atanh): Likewise.
41955         [XPG3] (cbrt): Likewise.
41956         [XPG3] (expm1): Likewise.
41957         [XPG3] (ilogb): Likewise.
41958         [XPG3] (log1p): Likewise.
41959         [XPG3] (logb): Likewise.
41960         [XPG3] (nextafter): Likewise.
41961         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41962         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41963         [XPG3] (remainder): Likewise.
41964         [XPG3] (rint): Likewise.
41965         [XPG3 || XPG4 || UNIX98] (round): Likewise.
41966         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41967         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41968         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41969         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41970         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41971         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41972         [UNIX98 || XOPEN2K] (scalb): Expect.
41973         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41974         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41975         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41976         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41977         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41978         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41979         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41980         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41981         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41982         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41983         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41984         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41985         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41986         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41987         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
41988         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
41989         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
41990         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
41991         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
41992         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
41993         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
41994         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
41995         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
41996         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
41997         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
41998         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
41999         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
42000         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
42001         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
42002         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
42003         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
42004         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
42005         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
42006         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
42007         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
42008         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
42009         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
42010         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
42011         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
42012         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
42013         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
42014         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
42015         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
42016         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
42017         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
42018         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
42019         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
42020         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
42021         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
42022         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
42023         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
42024         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
42025         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
42026         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
42027         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
42028         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
42029         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
42030         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
42031         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
42032         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
42033         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
42034         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
42035         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
42036         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
42037         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
42038         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
42039         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
42040         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
42041         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
42042         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
42043         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
42044         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
42045         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
42046         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
42047         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
42048         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
42049         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
42050         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
42051         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
42052         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
42053         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
42054         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
42055         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
42056         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
42057         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
42058         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
42059         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
42060         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
42061         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
42062         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
42063         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
42064         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
42065         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
42066         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
42067         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
42068         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
42069         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
42070         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
42071         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
42072         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
42073         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
42074         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
42075         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
42076         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
42077         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
42078         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
42079         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
42080         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
42081         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
42082         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
42083         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
42084         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
42085         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
42086         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
42087         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
42088         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
42089         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
42090         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
42091         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
42092         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
42093         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
42094         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
42095         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
42096         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
42097         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
42098         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
42099         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
42100         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
42101         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
42102         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
42103         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
42104         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
42105         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
42106         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
42107         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
42108         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
42109         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
42110
42111         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
42112         _XOPEN_SOURCE_EXTENDED for XPG4.
42113
42114         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
42115
42116         * Makeconfig (localtime): Remove variable.
42117         (inst_localtime-file): Likewise.
42118
42119 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42120
42121         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
42122         Update.
42123         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42124         Update.
42125         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
42126         Update.
42127         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
42128         Update.
42129         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
42130         Update.
42131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
42132         Update.
42133         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
42134         Update.
42135         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
42136         Update.
42137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42138         Update.
42139
42140 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
42141
42142         [BZ #2550]
42143         [BZ #2570]
42144         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
42145         comparisons to determine direction to adjust input.
42146         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
42147         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
42148         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
42149         Likewise.
42150         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
42151         Likewise.
42152         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
42153         Likewise.
42154         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
42155         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
42156         Likewise.
42157         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
42158         Likewise.
42159         * math/libm-test.inc (nexttoward_test): Add more tests.
42160
42161 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42162
42163         [BZ #14040]
42164         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
42165         in version GLIBC_2.1, not GLIBC_2.0.
42166         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
42167         Likewise.
42168
42169 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
42170
42171         [BZ #13942]
42172         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
42173         (1 - x) * (1 + x).
42174         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42175         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
42176         * math/libm-test.inc (acos_test): Add more tests.
42177         (asin_test): Likewise.
42178         * sysdeps/i386/fpu/libm-test-ulps: Update.
42179         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42180
42181         [BZ #14034]
42182         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
42183         of square root.
42184         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
42185         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42186         * math/libm-test.inc (acos_test_tonearest): New function.
42187         (acos_test_towardzero): Likewise.
42188         (acos_test_downward): Likewise.
42189         (acos_test_upward): Likewise.
42190         (asin_test_tonearest): Likewise.
42191         (asin_test_towardzero): Likewise.
42192         (asin_test_downward): Likewise.
42193         (asin_test_upward): Likewise.
42194         (main): Call the new functions.
42195         * sysdeps/i386/fpu/libm-test-ulps: Update.
42196         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42197
42198         [BZ #13884]
42199         [BZ #13924]
42200         * math/e_exp10.c: Include <float.h>.
42201         (__ieee754_exp10): Handle underflow here rather than multiplying
42202         large negative argument by M_LN10.
42203         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
42204         of __ieee754_expf.
42205         * math/e_exp10l.c: Include <float.h>.
42206         (__ieee754_exp10l): Handle underflow here rather than multiplying
42207         large negative argument by M_LN10l.
42208         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
42209         spurious overflow exception on underflow.
42210
42211 2012-04-29  Marek Polacek  <polacek@redhat.com>
42212
42213         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
42214         (__fortify_function): New macro.
42215         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
42216         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
42217         __extern_always_inline.
42218         * libio/bits/stdio2.h: Likewise.
42219         * libio/bits/stdio.h: Likewise.
42220         * string/string.h: Likewise.
42221         * string/bits/string3.h: Likewise.
42222         * include/stdio.h: Likewise.
42223         * stdlib/bits/stdlib.h: Likewise.
42224         * stdlib/stdlib.h: Likewise.
42225         * rt/bits/mqueue2.h: Likewise.
42226         * rt/mqueue.h: Likewise.
42227         * posix/bits/unistd.h: Likewise.
42228         * posix/unistd.h: Likewise.
42229         * io/bits/poll2.h: Likewise.
42230         * io/bits/fcntl2.h: Likewise.
42231         * io/fcntl.h: Likewise.
42232         * io/sys/poll.h: Likewise.
42233         * misc/bits/syslog.h: Likewise.
42234         * misc/bits/syslog-ldbl.h: Likewise.
42235         * misc/sys/syslog.h: Likewise.
42236         * socket/bits/socket2.h: Likewise.
42237         * socket/sys/socket.h: Likewise.
42238         * debug/tst-chk1.c: Likewise.
42239         * wcsmbs/bits/wchar2.h: Likewise.
42240         * wcsmbs/bits/wchar-ldbl.h: Likewise.
42241         * wcsmbs/wchar.h: Likewise.
42242
42243 2012-04-29  Andreas Jaeger  <aj@suse.de>
42244
42245         * Makerules (tests): Remove enable-check-abi protection.
42246         (check-abi-warn): Remove.
42247         (check-abi-%): Remove check-abi-warn usage.
42248
42249         * configure.in: Remove check-abi configure option.
42250         * configure: Regenerated.
42251         * config.make.in (enable-check-abi): Remove.
42252
42253 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
42254
42255         [BZ #14033]
42256         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
42257         double functions to double *_finite functions.
42258
42259         [BZ #13941]
42260         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
42261         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
42262         LDBL_MIN_EXP.
42263         * stdio-common/Makefile (tests): Add tst-sprintf3.
42264         * stdio-common/tst-sprintf3.c: New file.
42265
42266         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
42267         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
42268
42269 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42270
42271         * conform/conformtest.pl: Remove duplicate typed-constant
42272         handling.
42273
42274 2012-04-28  David S. Miller  <davem@davemloft.net>
42275
42276         * Makerules (%.abilist): Add vpath on sysdep_dirs.
42277         (check-abi-%): Remove AWK script prerequisite and explicit
42278         abilist directory.
42279         (check-abi): Rewrite to just diff the symlist with the abilist.
42280         (config-tls, config-abi-config): Delete, no longer used.
42281         (update-abi-%): Remove AWK script and explicit abilist directory.
42282         (update-abi): Rewrite to simply compare and conditionally copy the
42283         symlist and the sysdep abilist file.  Remove update-abi-config
42284         checks.
42285         * abilist/ld.abilist: Remove.
42286         * abilist/libBrokenLocale.abilist: Remove.
42287         * abilist/libanl.abilist: Remove.
42288         * abilist/libcrypt.abilist: Remove.
42289         * abilist/libdl.abilist: Remove.
42290         * abilist/librt.abilist: Remove.
42291         * abilist/libthread_db.abilist: Remove.
42292         * abilist/libutil.abilist: Remove.
42293         * scripts/extract-abilist.awk: Remove.
42294         * scripts/merge-abilist.awk: Remove.
42295         * sysdeps/generic/libcidn.abilist: New file.
42296         * sysdeps/generic/libnss_compat.abilist: New file.
42297         * sysdeps/generic/libnss_db.abilist: New file.
42298         * sysdeps/generic/libnss_dns.abilist: New file.
42299         * sysdeps/generic/libnss_files.abilist: New file.
42300         * sysdeps/generic/libnss_hesiod.abilist: New file.
42301         * sysdeps/generic/libnss_nis.abilist: New file.
42302         * sysdeps/generic/libnss_nisplus.abilist: New file.
42303         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
42304         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
42305         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
42306         file.
42307         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
42308         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
42309         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
42310         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
42311         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
42312         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
42313         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
42314         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
42315         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
42316         file.
42317         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
42318         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
42319         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
42320         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
42321         file.
42322         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
42323         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
42324         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
42325         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
42326         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
42327         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
42328         file.
42329         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
42330         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
42331         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
42332         file.
42333         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
42334         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
42335         New file.
42336         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
42337         New file.
42338         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
42339         New file.
42340         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
42341         New file.
42342         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
42343         New file.
42344         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
42345         New file.
42346         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
42347         New file.
42348         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
42349         New file.
42350         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
42351         New file.
42352         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
42353         New file.
42354         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
42355         New file.
42356         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
42357         New file.
42358         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
42359         New file.
42360         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
42361         file.
42362         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
42363         New file.
42364         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
42365         New file.
42366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
42367         file.
42368         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
42369         New file.
42370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
42371         New file.
42372         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
42373         file.
42374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
42375         New file.
42376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42377         New file.
42378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
42379         New file.
42380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
42381         New file.
42382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
42383         New file.
42384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
42385         New file.
42386         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
42387         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
42388         file.
42389         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
42390         New file.
42391         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
42392         file.
42393         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
42394         file.
42395         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
42396         file.
42397         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
42398         file.
42399         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
42400         file.
42401         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42402         New file.
42403         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
42404         file.
42405         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
42406         file.
42407         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
42408         New file.
42409         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
42410         file.
42411         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
42412         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
42413         file.
42414         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
42415         New file.
42416         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
42417         file.
42418         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
42419         file.
42420         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
42421         file.
42422         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
42423         file.
42424         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
42425         file.
42426         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42427         New file.
42428         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
42429         file.
42430         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
42431         file.
42432         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
42433         New file.
42434         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
42435         file.
42436         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42437         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
42438         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
42439         file.
42440         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
42441         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
42442         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
42443         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
42444         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
42445         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
42446         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
42447         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
42448         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
42449         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
42450         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
42451         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
42452         file.
42453         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
42454         New file.
42455         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
42456         file.
42457         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
42458         file.
42459         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
42460         file.
42461         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
42462         file.
42463         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
42464         file.
42465         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
42466         New file.
42467         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
42468         New file.
42469         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
42470         file.
42471         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
42472         New file.
42473         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
42474         file.
42475         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
42476         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
42477         file.
42478         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
42479         New file.
42480         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
42481         file.
42482         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
42483         file.
42484         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
42485         file.
42486         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
42487         file.
42488         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
42489         file.
42490         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
42491         New file.
42492         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
42493         New file.
42494         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
42495         file.
42496         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
42497         New file.
42498         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
42499         file.
42500
42501 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42502
42503         * conform/conformtest.pl: Fix typo in handling typed-constant from
42504         allow-header.
42505
42506 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42507
42508         * README: Cut down references to pre-2.6 Linux kernels and
42509         Linuxthreads.  Update lists of configurations in libc and ports
42510         and sort alphabetically.  Say "or newer" with Linux kernel version
42511         requirements.
42512
42513         * config.h.in [IS_IN_build]: Allow compiling without optimization.
42514
42515 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
42516
42517         [BZ #887]
42518         * math/libm-test.inc (logb_test_downward): New test to expose
42519         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
42520         rounding mode.
42521
42522 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42523
42524         [BZ #14027]
42525         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
42526         to be done.
42527         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
42528         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
42529
42530 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
42531
42532         * sysdeps/unix/i386/brk.S: Remove file.
42533         * sysdeps/unix/i386/dl-brk.S: Likewise.
42534         * sysdeps/unix/i386/pipe.S: Likewise.
42535         * sysdeps/unix/i386/sigreturn.S: Likewise.
42536         * sysdeps/unix/i386/syscall.S: Likewise.
42537         * sysdeps/unix/i386/vfork.S: Likewise.
42538         * sysdeps/unix/i386/wait.S: Likewise.
42539
42540         * sysdeps/unix/common/tcsendbrk.c: Move to ...
42541         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
42542
42543         * configure.in (arm*-none*): Do not allow without
42544         --enable-hacker-mode.
42545         (netbsd*): Remove case setting base_os.
42546         (386bsd*): Likewise.
42547         (freebsd*): Likewise.
42548         (bsdi*): Likewise.
42549         (osf*): Likewise.
42550         (sunos*): Likewise.
42551         (ultrix*): Likewise.
42552         (newsos*): Likewise.
42553         (dynix*): Likewise.
42554         (*bsd*): Likewise.
42555         (sysv*): Likewise.
42556         (isc*): Likewise.
42557         (esix*): Likewise.
42558         (sco*): Likewise.
42559         (minix*): Likewise.
42560         (irix4*): Likewise.
42561         (irix6*): Likewise.
42562         (solaris[2-9]*): Likewise.
42563         (none): Likewise.
42564         * configure: Regenerated.
42565
42566 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42567
42568         [BZ #11521]
42569         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
42570         overflow or cancellation in calculating denominator.
42571         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
42572         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
42573         down expression to avoid unexpected rounding in newer GCCs.
42574         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
42575
42576 2012-04-26  David S. Miller  <davem@davemloft.net>
42577
42578         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
42579         long-double compat symbols.
42580         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
42581         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
42582         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
42583         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
42584         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
42585         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
42586         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
42587         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
42588         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
42589         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
42590         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
42591         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
42592         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42593
42594 2012-04-25  David S. Miller  <davem@davemloft.net>
42595
42596         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
42597         HWCAP_* values only after the memory barriers have been defined.
42598         (atomic_full_barrier): Define.
42599         (atomic_read_barrier): Define.
42600         (atomic_write_barrier): Define.
42601
42602 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42603
42604         * shlib-versions: Add libgcc_s version information.
42605         * sysdeps/generic/libgcc_s.h: Remove.
42606         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
42607         libgcc_s.h.
42608         * sysdeps/gnu/unwind-resume.c: Likewise.
42609         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
42610
42611 2012-04-25  David S. Miller  <davem@davemloft.net>
42612
42613         * sysdeps/unix/sparc/brk.S: Delete.
42614         * sysdeps/unix/sparc/dl-brk.S: Delete.
42615         * sysdeps/unix/sparc/pipe.S: Delete.
42616         * sysdeps/unix/sparc/sysdep.S: Delete.
42617         * sysdeps/unix/sparc/sysdep.h: Delete.
42618         * sysdeps/unix/sparc/vfork.S: Delete.
42619         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42620         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42621         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42622         (ret_ERRVAL, r0, r1, MOVE): Define.
42623         (JUMPTARGET): Remove.
42624         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42625         sysdeps/unix/sparc/sysdep.h
42626         (ENTRY, END): Remove.
42627         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42628
42629 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
42630
42631         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42632         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42633         -DIS_IN_build.
42634
42635         * timezone/README: Update upstream location and email address for
42636         tzcode and tzdata.
42637         * timezone/zdump.c: Update from tzcode 2012b.
42638         * timezone/zic.c: Likewise.
42639
42640         * configure.in (libc_cv_as_needed): Remove test.
42641         * configure: Regenerated.
42642         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42643         conditional definition.
42644         [$(have-as-needed) != yes] (no-as-needed): Likewise.
42645         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42646         * config.make.in (have-as-needed): Remove variable.
42647
42648 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42649             Paul Pluzhnikov  <ppluzhnikov@google.com>
42650
42651         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42652         strings correctly.
42653
42654 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
42655
42656         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42657         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42658         * sysdeps/sh/strlen.S: Likewise.
42659
42660 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42661
42662         * sysdeps/unix/fork.S: Remove file.
42663         * sysdeps/unix/i386/fork.S: Likewise.
42664         * sysdeps/unix/sparc/fork.S: Likewise.
42665
42666         * sysdeps/unix/system.c: Remove file.
42667         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42668
42669         * sysdeps/unix/getegid.S: Remove file.
42670         * sysdeps/unix/geteuid.S: Likewise.
42671
42672 2012-04-24  Roland McGrath  <roland@hack.frob.com>
42673
42674         * scripts/check-localplt.awk: New file.
42675         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42676         of diff.
42677         * scripts/data/localplt-generic.data: Add a comment.
42678
42679         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42680         NODE when __dir_mkfile failed.
42681         * sysdeps/mach/hurd/symlinkat.c: Likewise.
42682         Reported by Ludovic Courtès <ludo@gnu.org>.
42683
42684 2012-04-24  Andreas Jaeger  <aj@suse.de>
42685
42686         * Makerules (common-clean): Also remove gen-as-const-headers
42687         files.
42688
42689 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42690
42691         * Makerules (native-compile): Do not change working directory for
42692         build.  Use $(OUTPUT_OPTION) in command.
42693         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42694
42695 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42696
42697         [BZ #13886]
42698         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42699         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42700         * math/libm-test.inc (floor_test): Add more tests.
42701         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42702
42703 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42704
42705         * sysdeps/unix/getdents.c: Remove file.
42706         * sysdeps/unix/sysv/getdents.c: Likewise.
42707         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42708
42709         * sysdeps/unix/syscalls.list (madvise): Add syscall from
42710         sysdeps/unix/mman/syscalls.list.
42711         (mmap): Likewise.
42712         (mprotect): Likewise.
42713         (msync): Likewise.
42714         (munmap): Likewise.
42715         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42716         * sysdeps/unix/mman/syscalls.list: Remove.
42717         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42718
42719         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42720         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42721         * configure: Regenerated.
42722         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42723         $(libgcc_s_suffix).
42724         * config.make.in (libgcc_s_suffix): Remove variable.
42725
42726 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
42727
42728         * sysdeps/unix/sysv/gethostname.c: Move to ...
42729         * sysdeps/posix/gethostname.c: ... here.
42730
42731         * sysdeps/unix/execve.S: Remove file.
42732
42733         * sysdeps/unix/_exit.S: Remove file.
42734
42735 2012-04-23  Andreas Jaeger  <aj@suse.de>
42736
42737         [BZ #13739]
42738         * manual/Makefile: Remove make dist support, there's no
42739         need for a stand-alone documentation tar ball.
42740         (TEXI2DVI): Define always, it's not in Makeconfig.
42741         (dist): Removed.
42742         (tar-it): Removed.
42743         (edition): Removed.
42744         (glibc-doc-$(edition).tar): Removed
42745         (%.Z): Removed.
42746         (%.gz): Removed.
42747         (%.uu): Removed.
42748         (ETAGS): Remove, it's in Makeconfig.
42749         (move-if-change): Remove, it's in Makeconfig.
42750
42751 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
42752
42753         [BZ #13970]
42754         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42755         (strtod, strtof, strtold, strtol, strtoul, strtoq)
42756         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42757         (strtod_l, strtof_l, strtold_l): Remove __wur.
42758         It is not necessarily an error to ignore strtol's return value.
42759         One can reliably look at the stored endptr to decide whether
42760         the number had valid syntax.
42761
42762 2012-04-21  Andreas Jaeger  <aj@suse.de>
42763
42764         [BZ #13739]
42765         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42766
42767 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
42768
42769         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42770         * sysdeps/unix/sysv/Versions: Remove file.
42771
42772 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
42773
42774         [BZ #13927]
42775         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42776
42777 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
42778
42779         [BZ #7064]
42780         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42781         version from __vm86.
42782
42783 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
42784
42785         * sysdeps/unix/common/lxstat.c: Remove file.
42786         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42787
42788         * sysdeps/unix/sysv/Makefile: Remove file.
42789
42790         * sysdeps/unix/sysv/direct.h: Remove file.
42791
42792         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42793         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42794         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42795         * sysdeps/unix/sysv/bits/signum.h: Likewise.
42796         * sysdeps/unix/sysv/bits/stat.h: Likewise.
42797         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42798         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42799
42800         * sysdeps/unix/sysv/setrlimit.c: Remove file.
42801
42802         * sysdeps/unix/xmknod.c: Remove file.
42803         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42804
42805         * sysdeps/unix/sysv/settimeofday.c: Remove file.
42806
42807         * sysdeps/unix/sysv/i386/time.S: Remove file.
42808
42809         * sysdeps/unix/fxstat.c: Remove file.
42810         * sysdeps/unix/xstat.c: Likewise.
42811         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42812
42813         * sysdeps/unix/sysv/sigaction.c: Remove file.
42814
42815         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42816         (sysdep_headers): Remove variable.
42817         [termio.h not in sysdep_headers] (generated): Likewise.
42818         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42819         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42820         * sysdeps/unix/sysv/tcdrain.c: Likewise.
42821         * sysdeps/unix/sysv/tcflow.c: Likewise.
42822         * sysdeps/unix/sysv/tcflush.c: Likewise.
42823         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42824         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42825         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42826         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42827         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42828
42829         * sysdeps/unix/siglist.c: Remove file.
42830
42831         * sysdeps/unix/getppid.S: Remove file.
42832
42833         * sysdeps/unix/mkdir.c: Remove file.
42834         * sysdeps/unix/rmdir.c: Likewise.
42835
42836 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
42837
42838         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42839         ERR_MAX value.
42840         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42841         errlist-compat value.
42842
42843 2012-04-18  David S. Miller  <davem@davemloft.net>
42844
42845         * sysdeps/generic/memcopy.h (reg_char): Delete.
42846         * debug/strcat_chk.c: Use char, not reg_char.
42847         * debug/strcpy_chk.c: Likewise.
42848         * debug/strncat_chk.c: Likewise.
42849         * debug/strncpy_chk.c: Likewise.
42850         * string/memchr.c: Likewise.
42851         * string/memrchr.c: Likewise.
42852         * string/rawmemchr.c: Likewise.
42853         * string/strcat.c: Likewise.
42854         * string/strchr.c: Likewise.
42855         * string/strchrnul.c: Likewise.
42856         * string/strcmp.c: Likewise.
42857         * string/strcpy.c: Likewise.
42858         * string/strncat.c: Likewise.
42859         * string/strncmp.c: Likewise.
42860         * string/strncpy.c: Likewise.
42861
42862 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42863
42864         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42865         __builtin_memcopy is called when src and dest ranges are known to not
42866         overlap.
42867
42868 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42869
42870         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42871         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42872         fwd_align_merge macro call.
42873         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42874         bwd_align_merge macro call.
42875         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42876
42877 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42878
42879         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42880         bwd_align_merge macros.
42881         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42882         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42883         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42884
42885 2012-04-18  David S. Miller  <davem@davemloft.net>
42886
42887         * sysdeps/sparc/sparc64/memcopy.h: Delete.
42888
42889 2012-04-18  Andreas Jaeger  <aj@suse.de>
42890
42891         [BZ# 6794]
42892         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42893         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42894         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42895
42896         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42897         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42898         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42899
42900         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42901         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42902         Adjust for changed ldbl-128 files.
42903
42904         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42905         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42906         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42907
42908 2012-04-17  David S. Miller  <davem@davemloft.net>
42909
42910         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42911
42912 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42913
42914         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42915         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42916         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42917         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42918         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42919         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42920
42921 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42922
42923         [BZ #6794]
42924         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42925         * math/libm-test.inc: Add ilogb errno and exception tests.
42926         * math/w_ilogb.c: New file: ilogb wrapper.
42927         * math/w_ilogbf.c: New file: ilogbf wrapper.
42928         * math/w_ilogbl.c: New file: ilogbl wrapper.
42929         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42930         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42931         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42932         exception being thrown with 0.0 as argument.
42933         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42934         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42935         exception being thrown with 0.0 as argument.
42936         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42937         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42938         exception being thrown with 0.0 as argument.
42939         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42940         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42941         exception being thrown with 0.0 as argument.
42942         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42943         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42944         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42945         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42946         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42947         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42948         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42949         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42950         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42951
42952 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42953
42954         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42955         with altivec.
42956
42957 2012-04-16  Marek Polacek  <polacek@redhat.com>
42958
42959         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42960
42961 2012-04-16  Marek Polacek  <polacek@redhat.com>
42962
42963         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42964         operands of fdivp instruction.
42965
42966 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42967
42968         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42969         * elf/tst-auditmod3b.c: Likewise.
42970         * elf/tst-auditmod4b.c: Likewise.
42971         * elf/tst-auditmod5b.c: Likewise.
42972         * elf/tst-auditmod6b.c: Likewise.
42973         * elf/tst-auditmod6c.c: Likewise.
42974         * elf/tst-auditmod7b.c: Likewise.
42975         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42976         * sysdeps/x86_64/preconfigure.in: Likewise.
42977         * sysdeps/x86_64/preconfigure: Regenerated.
42978
42979 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42980
42981         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42982         __ILP32__.
42983
42984 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
42985
42986         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42987         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
42988
42989 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
42990
42991         [BZ #13973]
42992         * locale/iso-639.def: Fix gl language name. Spotted by
42993         Yaron Shahrabani.
42994
42995 2012-04-12  Roland McGrath  <roland@hack.frob.com>
42996
42997         [BZ #2074]
42998         * libio/libio.h (__io_write_fn): Update comment.
42999
43000 2012-04-12  Petr Baudis  <pasky@ucw.cz>
43001
43002         [BZ #2074]
43003         * stdio.texi (Hook Functions): The user provided writer function
43004         is not allowed to return -1.
43005
43006 2012-04-11  David S. Miller  <davem@davemloft.net>
43007
43008         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43009
43010 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
43011
43012         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
43013         Add a leading slash to rtkaio.
43014
43015 2012-04-11  Jim Meyering  <meyering@redhat.com>
43016
43017         [BZ #11959]
43018         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
43019         It is not necessarily an error to ignore fwrite's return
43020         value.  One can reliably use ferror to test for errors after
43021         the fact.
43022
43023 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
43024
43025         * bits/types.h (__snseconds_t): New type.
43026         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
43027
43028         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
43029         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43030         (__SNSECONDS_T_TYPE): Likewise.
43031         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43032         (__SNSECONDS_T_TYPE): Likewise.
43033         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43034         (__SNSECONDS_T_TYPE): Likewise.
43035
43036 2012-04-10  Andreas Jaeger  <aj@suse.de>
43037
43038         [BZ #2636]
43039         * manual/time.texi (Processor Time): Return type of times is
43040         elapsed real time since an arbitrary point in the past.
43041         (CPU Time): Move CLK_TCK from here...
43042         (Processor Time): ...to here.  Correct description.
43043         * manual/conf.texi (Constants for Sysconf): Correct description of
43044         _SC_CLK_TCK.
43045
43046 2012-04-10  David S. Miller  <davem@davemloft.net>
43047
43048         [BZ #13967]
43049         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
43050         where the is a gap between DT_REL(A) and DT_JMPREL.
43051
43052 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
43053
43054         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
43055         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43056         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43057
43058 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
43059
43060         * elf/dl-support.c (_dl_inhibit_cache): New variable.
43061         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
43062         (dl_main): Handle --inhibit-cache.
43063         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
43064         _dl_inhibit_cache.
43065         * elf/dl-load.c (_dl_map_object): Use it.
43066         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
43067
43068 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
43069
43070         [BZ #13872]
43071         * sysdeps/i386/fpu/e_powl.S (p78): New object.
43072         (__ieee754_powl): Saturate large exponents rather than testing for
43073         overflow of y*log2(x).
43074         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43075         * math/libm-test.inc (pow_test): Do not permit spurious overflow
43076         exceptions.
43077
43078         [BZ #11521]
43079         * math/s_ctan.c: Include <float.h>.
43080         (__ctan): Avoid internal overflow or cancellation in calculating
43081         denominator.
43082         * math/s_ctanf.c: Likewise.
43083         * math/s_ctanl.c: Likewise.
43084         * math/s_ctanh.c: Likewise.
43085         * math/s_ctanhf.c: Likewise.
43086         * math/s_ctanhl.c: Likewise.
43087         * math/libm-test.inc (ctan_test): Add more tests.
43088         (ctanh_test): Likewise.
43089         * sysdeps/i386/fpu/libm-test-ulps: Update.
43090         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43091
43092 2012-04-09  Andreas Jaeger  <aj@suse.de>
43093
43094         [BZ #6894]
43095         * manual/filesys.texi (Directory Entries): Mention that d_namlen
43096         is an optional BSD extension.
43097
43098         [BZ #10254]
43099         * manual/stdio.texi (Opening Streams): Document additional fopen
43100         parameters.
43101
43102 2012-04-09  Roland McGrath  <roland@hack.frob.com>
43103
43104         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
43105         %eax without telling the compiler.
43106
43107 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
43108
43109         [BZ # 13963]
43110         * manual/install.texi: Use sourceware.org.
43111
43112 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
43113
43114         [BZ #13873]
43115         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
43116         (__ieee754_pow): Generate overflow and underflow using huge*huge
43117         and tiny*tiny rather than just returning constant infinity or zero
43118         for large exponents.
43119         * math/libm-test.inc (pow_test): Require overflow exceptions for
43120         applicable cases of large exponents.
43121
43122         [BZ #706]
43123         * sysdeps/i386/fpu/e_pow.S (p10): New object.
43124         (__ieee754_pow): Use iterative multiplication algorithm only for
43125         integer exponents with absolute value below 1024.  Check for odd
43126         integer exponents when using algorithm for real exponents.
43127         * math/libm-test.inc (pow_test): Add more tests.
43128         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43129
43130 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
43131
43132         [BZ #13705]
43133         * math/libm-test.inc (exp_test): Do not allow overflow exception
43134         on underflow test.
43135
43136 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
43137
43138         [BZ #13705]
43139         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
43140         instead of __kernel_standard_f.
43141
43142 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
43143
43144         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
43145         * sysdeps/x86_64/memset_chk.S: Likewise.
43146
43147 2012-04-08  Andreas Jaeger  <aj@suse.de>
43148
43149         [BZ #10153]
43150         * manual/startup.texi (Environment Access): Describe return value
43151         for putenv and setenv.
43152
43153         [BZ #6895]
43154         * manual/filesys.texi (Directory Entries): Add description for
43155         DT_LNK.
43156
43157         [BZ #6890]
43158         * manual/filesys.texi (Directory Entries): Clarify that it's file
43159         system not operating system in the description of DT_UNKNOWN.
43160
43161         [BZ #6578]
43162         * manual/syslog.texi (closelog): Fix reference, it's openlog.
43163
43164 2012-04-08  Stephen Compall  <s11@member.fsf.org>
43165
43166         [BZ #6649]
43167         * manual/llio.texi (Opening and Closing Files): Add cross
43168         reference to explain mode argument.
43169
43170 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
43171
43172         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
43173         * sysdeps/x86_64/memset_chk.S: Likewise.
43174
43175 2012-04-07  David S. Miller  <davem@davemloft.net>
43176
43177         * elf/elf.h (R_SPARC_WDISP10): Define.
43178         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
43179         R_SPARC_SIZE32.
43180         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
43181         R_SPARC_SIZE64 and R_SPARC_H34.
43182
43183 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
43184
43185         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
43186         conditions and remove no longer applicable assertion.
43187
43188 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43189
43190         * bits/byteswap.h: Include <features.h>.
43191         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43192         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43193
43194 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43195
43196         * bits/byteswap.h (__bswap_16): Removed.
43197         Include <bits/byteswap-16.h> to get __bswap_16.
43198         * sysdeps/i386/bits/byteswap.h: Likewise.
43199         * sysdeps/s390/bits/byteswap.h: Likewise.
43200         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43201         * bits/byteswap-16.h: New file.
43202         * sysdeps/i386/bits/byteswap-16.h: Likewise.
43203         * sysdeps/s390/bits/byteswap-16.h: Likewise.
43204         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
43205         * string/Makefile (headers): Add bits/byteswap-16.h.
43206
43207 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
43208
43209         [BZ #13895]
43210         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
43211         extra indirection.
43212         * nss/Makefile (tests-static, tests): Add tst-nss-static.
43213         * nss/tst-nss-static.c: New.
43214
43215 2012-04-06  Robert Millan  <rmh@gnu.org>
43216
43217         [BZ #6486]
43218         * manual/llio.texi (File Position Primitive): lseek
43219         refers to WHENCE when it really means OFFSET.
43220
43221 2012-04-06  Andreas Jaeger  <aj@suse.de>
43222
43223         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
43224         strncmp declarations.
43225
43226         * abilist/libc.abilist: Add __poll and __ppoll.
43227
43228 2012-04-05  David S. Miller  <davem@davemloft.net>
43229
43230         * scripts/check-local-headers.sh: Accept a host triplet in the
43231         path matched by the exclude regexp.
43232
43233         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
43234         definition.
43235         * sysdeps/powerpc/powerpc32/dl-machine.h
43236         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
43237         * sysdeps/s390/s390-32/dl-machine.h
43238         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43239         * sysdeps/sparc/sparc32/dl-machine.h
43240         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43241         * sysdeps/sparc/sparc64/dl-machine.h
43242         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43243
43244         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
43245         lazy binding.
43246         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
43247         undefined symbol errors.
43248
43249         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
43250         DT_NEEDED entries.
43251
43252 2012-04-05  Michael Matz  <matz@suse.de>
43253
43254         [BZ #13592]
43255         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
43256
43257 2012-04-05  Andreas Jaeger  <aj@suse.de>
43258
43259         [BZ #13908]
43260         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
43261         comment.
43262
43263 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43264
43265         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
43266         which ROUND is no valid rounding mode.
43267
43268 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43269
43270         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
43271         read again.
43272         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
43273
43274 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43275
43276         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
43277         an exception using FPU order intentionally.
43278
43279 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43280
43281         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
43282         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
43283         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
43284         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
43285
43286 2012-04-05  Simon Josefsson  <simon@josefsson.org>
43287
43288         [BZ #12340]
43289         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
43290         EINVAL when BUFLEN is too smal.
43291
43292 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
43293
43294         [BZ #13553]
43295         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
43296         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
43297
43298 2012-04-03  Andreas Jaeger  <aj@suse.de>
43299
43300         [BZ #13938]
43301         * manual/setjmp.texi (System V contexts): Fix sentence.
43302
43303         [BZ #13926]
43304         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
43305         New macro for this case.
43306         [!__GNUC__] (__bswap_64): New inline function for this case.
43307         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43308         * bits/byteswap.h: Likewise.
43309         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
43310         ull, guard with __GLIBC_HAVE_LONG_LONG.
43311
43312         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
43313         __GLIBC_HAVE_LONG_LONG.
43314
43315         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
43316         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
43317
43318 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
43319
43320         [BZ #13691]
43321         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
43322         inptr and inend, rather than using last_ch.
43323
43324 2012-04-02  David S. Miller  <davem@davemloft.net>
43325
43326         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
43327         * stdio-common/printf-parse.h (read_int): Change return type to
43328         'int', return -1 on INT_MAX overflow.
43329         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
43330         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
43331         overflows INT_MAX.  Check for overflow of in-format-string precision
43332         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
43333         SIZE_MAX not INT_MAX for integer overflow test.
43334         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
43335         skip the construct in the format string but do not record anything.
43336         * stdio-common/bug22.c: Adjust to test both width/prevision
43337         INT_MAX overflow as well as total length INT_MAX overflow.  Check
43338         explicitly for proper errno values.
43339
43340 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
43341
43342         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
43343         CHAR_MAX.
43344         * string/test-strcmp.c [! WIDE]: Likewise.
43345         * time/tst-mktime2.c: Likewise for INT_MAX.
43346         * string/test-string.h: #include <sys/param.h> for MIN.
43347
43348         * csu/init-first.c (__libc_init_first): Call __ctype_init.
43349         * sysdeps/i386/init-first.c (init): Likewise.
43350         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
43351         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
43352         * sysdeps/sh/init-first.c (init): Likewise.
43353
43354 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
43355
43356         * po/ru.po: Update from translation team.
43357         * po/vi.po: Likewise.
43358
43359 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
43360
43361         * resolv/nss_dns/dns-host.c: Merge copyright years.
43362
43363 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43364
43365         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43366         Optimize memcpy with prefetch if
43367         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
43368         src, dst pointers have unequal 16 byte alignments.
43369
43370 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
43371
43372         [BZ #13928]
43373         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
43374         from a CNAME entry and return the minimum ttl for the query.
43375         (gaih_getanswer_slice): Likewise.
43376
43377 2012-03-30  Jeff Law  <law@redhat.com>
43378
43379         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
43380         due to long keys.
43381         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
43382         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
43383
43384         * resolv/nss_dns/dns-host.c: Update copyright year.
43385
43386 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
43387
43388         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
43389         requests to save a system call.  Fix check that all bytes are sent.
43390
43391         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
43392         comments for sendmmsg.
43393
43394 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43395
43396         [BZ #13691]
43397         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
43398         with only 1 character between 0x0041 and 0x01b0.
43399         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
43400         * wcsmbs/tst-mbsnrtowcs.c: New file.
43401
43402 2012-03-29  David S. Miller  <davem@davemloft.net>
43403
43404         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
43405         small copies by hand.
43406
43407 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
43408
43409         [BZ #13761]
43410         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
43411         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
43412         group memberships.
43413
43414 2012-03-28  David S. Miller  <davem@davemloft.net>
43415
43416         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
43417         that branches into memcpy.
43418         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
43419         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
43420         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43421         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
43422         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
43423         bits.
43424         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
43425         implementation too.
43426         * sysdeps/sparc/mempcpy.S: New file.
43427
43428         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
43429         the IFUNC routine in the libc case.
43430         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43431
43432         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
43433         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
43434         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
43435         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
43436         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
43437         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
43438         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
43439         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
43440
43441         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
43442         loop to 256 bytes instead of 64 bytes and fix test signedness.
43443
43444         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
43445         * sysdeps/sparc/sparc32/Makefile: rather than here...
43446         * sysdeps/sparc/sparc64/Makefile: and here.
43447
43448 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
43449
43450         * malloc/mallocbug.c: Avoid warnings about unused variables.
43451
43452 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
43453
43454         [BZ #13760]
43455         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
43456         in the right place. Discard and retry query if response is
43457         larger than input buffer size.
43458
43459 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
43460
43461         [BZ #369]
43462         [BZ #2678]
43463         [BZ #3866]
43464         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
43465         x for large integer exponent.
43466         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
43467         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
43468         sign of result as needed afterwards.
43469         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
43470         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
43471         result for underflowing pow the same as for overflow.
43472         (__kernel_standard_l): Handle powl overflow and underflow here
43473         rather than calling __kernel_standard.
43474         * math/libm-test.inc (pow_test): Add more tests.
43475
43476         [BZ #3868]
43477         [BZ #13879]
43478         [BZ #13910]
43479         [BZ #13911]
43480         [BZ #13912]
43481         [BZ #13913]
43482         [BZ #13915]
43483         [BZ #13916]
43484         [BZ #13917]
43485         [BZ #13918]
43486         [BZ #13919]
43487         [BZ #13920]
43488         [BZ #13921]
43489         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
43490         * sysdeps/ieee754/k_standard.c: Include <float.h>.
43491         (__kernel_standard_l): New function.
43492         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
43493         __kernel_standard.
43494         * math/w_acosl.c (__acosl): Likewise.
43495         * math/w_asinl.c (__asinl): Likewise.
43496         * math/w_atan2l.c (__atan2l): Likewise.
43497         * math/w_atanhl.c (__atanhl): Likewise.
43498         * math/w_coshl.c (__coshl): Likewise.
43499         * math/w_exp10l.c (__exp10l): Likewise.
43500         * math/w_exp2l.c (__exp2l): Likewise.
43501         * math/w_fmodl.c (__fmodl): Likewise.
43502         * math/w_hypotl.c (__hypotl): Likewise.
43503         * math/w_j0l.c (__j0l, __y0l): Likewise.
43504         * math/w_j1l.c (__j1l, __y1l): Likewise.
43505         * math/w_jnl.c (__jnl, __ynl): Likewise.
43506         * math/w_lgammal.c (__lgammal): Likewise.
43507         * math/w_log10l.c (__log10l): Likewise.
43508         * math/w_log2l.c (__log2l): Likewise.
43509         * math/w_logl.c (__logl): Likewise.
43510         * math/w_powl.c (__powl): Likewise.
43511         * math/w_remainderl.c (__remainderl): Likewise.
43512         * math/w_scalbl.c (sysv_scalbl): Likewise.
43513         * math/w_sinhl.c (__sinhl): Likewise.
43514         * math/w_sqrtl.c (__sqrtl): Likewise.
43515         * math/w_tgammal.c (__tgammal): Likewise.
43516         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
43517         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
43518         * math/libm-test.inc (acos_test): Add more tests.
43519         (acosh_test): Likewise.
43520         (asin_test): Likewise.
43521         (atanh_test): Likewise.
43522         (exp_test): Likewise.
43523         (exp10_test): Likewise.
43524         (exp2_test): Likewise.
43525         (expm1_test): Likewise.
43526         (lgamma_test): Likewise.
43527         (log_test): Likewise.
43528         (log10_test): Likewise.
43529         (log1p_test): Likewise.
43530         (log2_test): Likewise.
43531         (pow_test): Do not allow some spurious overflow exceptions.
43532         (sqrt_test): Add more tests.
43533         (tgamma_test): Likewise.
43534         (y0_test): Likewise.
43535         (y1_test): Likewise.
43536         (yn_test): Likewise.
43537
43538 2012-03-27  Anton Blanchard  <anton@samba.org>
43539
43540         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
43541         MAP_HUGETLB.
43542         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
43543         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
43544         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
43545
43546 2012-03-27  David S. Miller  <davem@davemloft.net>
43547
43548         * conform/Makefile: Run run-conformtest.sh using $(BASH).
43549
43550         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
43551         have-as-vis3 check.
43552
43553 2012-03-27  Andreas Jaeger  <aj@suse.de>
43554
43555         * sysdeps/x86_64/elf/configure.in: Moved to ...
43556         * sysdeps/x86_64/configure.in: ... here.
43557         * sysdeps/x86_64/elf/start.S: Moved to ...
43558         * sysdeps/x86_64/start.S: ... here.
43559         * sysdeps/x86_64/elf/configure: Delete.
43560
43561         * sysdeps/x86_64/configure.in: Merge contents from
43562         sysdeps/i386/configure.in (without i686 check).
43563
43564         * sysdeps/i386/elf/Versions: Merge into ...
43565         * sysdeps/i386/Versions: ... this.
43566         * sysdeps/i386/elf/Versions: Delete file.
43567         * sysdeps/i386/elf/start.S: Moved to ...
43568         * sysdeps/i386/start.S: ...here.
43569         * sysdeps/i386/elf/configure.in: Merge into...
43570         * sysdeps/i386/configure.in: ...here.
43571         * sysdeps/i386/elf/configure.in: Delete file.
43572         * sysdeps/i386/elf/configure: Delete file.
43573
43574         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
43575         * debug/backtracesyms.c: ... here.
43576         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
43577         * debug/backtracesymsfd.c: ... here.
43578         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
43579         * sysdeps/generic/ifunc-sel.h: ... here.
43580
43581         * sysdeps/unix/i386/start.c: Delete file.
43582         * sysdeps/unix/sparc/start.c: Delete file.
43583         * sysdeps/unix/start.c: Delete file.
43584
43585         * sysdeps/sh/elf/configure.in: Moved to ...
43586         * sysdeps/sh/configure.in: ... here.
43587         * sysdeps/sh/elf/start.S: Moved to ...
43588         * sysdeps/sh/start.S: ... here.
43589         * sysdeps/sh/elf/configure: Delete file.
43590
43591         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
43592         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
43593         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
43594         * sysdeps/powerpc/powerpc64/entry.h: ... here.
43595         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
43596         * sysdeps/powerpc/powerpc64/start.S: here.
43597         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
43598         * sysdeps/powerpc/powerpc64/Makefile: ... this.
43599         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
43600         * sysdeps/powerpc/powerpc64/configure.in: ... this.
43601         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
43602
43603         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
43604         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
43605         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
43606         * sysdeps/powerpc/powerpc32/start.S: ... here.
43607         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
43608         * sysdeps/powerpc/powerpc32/configure.in: ... this.
43609         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
43610
43611         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43612         * sysdeps/powerpc/ifunc-sel.h: ... here.
43613         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43614         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43615
43616         * sysdeps/sparc/elf/configure.in: Moved to ...
43617         * sysdeps/sparc/configure.in: ... here.
43618         * sysdeps/sparc/elf/configure: Delete file.
43619         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43620         * sysdeps/sparc/sparc32/start.S: ... here.
43621         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43622         * sysdeps/sparc/sparc64/start.S: ... here.
43623         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43624         * sysdeps/sparc/sparc32/Makefile: ... this.
43625         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43626         * sysdeps/sparc/sparc64/Makefile: ... this.
43627
43628         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43629         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43630         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43631         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43632         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43633         * sysdeps/s390/s390-32/setjmp.S: ... here.
43634         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43635         * sysdeps/s390/s390-32/configure.in: ... here.
43636         * sysdeps/s390/s390-32/elf/configure: Delete file.
43637         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43638         * sysdeps/s390/s390-32/start.S: ... here.
43639
43640         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43641         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43642         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43643         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43644         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43645         * sysdeps/s390/s390-64/setjmp.S: ... here.
43646         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43647         * sysdeps/s390/s390-64/configure.in: ... here
43648         * sysdeps/s390/s390-64/elf/configure: Delete file.
43649         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43650         * sysdeps/s390/s390-64/start.S: ... here.
43651         * sysdeps/s390/s390-64/elf/configure: Delete.
43652
43653         * configure.in: Remove support for elf directories in sysdeps.
43654
43655         * configure: Regenerated.
43656         * sysdeps/i386/configure: Regenerated.
43657         * sysdeps/powerpc/powerpc32/configure: Regenerated.
43658         * sysdeps/powerpc/powerpc64/configure: Regenerated.
43659         * sysdeps/s390/s390-32/configure: Regenerated.
43660         * sysdeps/s390/s390-64/configure: Regenerated.
43661         * sysdeps/sh/configure: Regenerated.
43662         * sysdeps/sparc/configure: Regenerated.
43663         * sysdeps/x86_64/configure: Regenerated.
43664
43665 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
43666
43667         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43668
43669         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43670         denormal result into account.
43671
43672 2012-03-25  Roland McGrath  <roland@hack.frob.com>
43673
43674         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43675         Reported by Allan McRae <allan@archlinux.org>.
43676
43677 2012-03-23  Jeff Law  <law@redhat.com>
43678
43679         * nss/getnssent.c (__nss_getent): Fix typo.
43680
43681 2012-03-23  David S. Miller  <davem@davemloft.net>
43682
43683         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43684
43685 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
43686
43687         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43688         to pad to uint64_t for each field.
43689         (dl_tls_index): Replace unsigned long with uint64_t.
43690
43691 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
43692         Paul Pluzhnikov  <ppluzhnikov@google.com>
43693
43694         [BZ #6528]
43695         * grp/Makefile (otherlibs): Don't set it.
43696         * inet/Makefile (otherlibs): Likewise.
43697         * login/Makefile (otherlibs): Likewise.
43698         * nscd/Makefile (otherlibs): Likewise.
43699         * posix/Makefile (otherlibs): Likewise.
43700         * pwd/Makefile (otherlibs): Likewise.
43701         * rt/Makefile (otherlibs): Likewise.
43702         * sunrpc/Makefile (otherlibs): Likewise.
43703         * nss/Makefile (otherlibs): Likewise.
43704         Add libnss_files to routines and static-only-routines.
43705         ($(objpfx)getent): Remove rule.
43706         * resolv/Makefile: Add libnss_dns and libresolv to routines and
43707         static-only-routines.
43708
43709 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43710
43711         [BZ #13892]
43712         * math/s_cexp.c: Include <float.h>.
43713         (__cexp): Handle exp result overflowing not necessarily
43714         overflowing both real and imaginary parts of result.
43715         * math/s_cexpf.c: Likewise.
43716         * math/s_cexpl.c: Likewise.
43717         * math/libm-test.inc (cexp_test): Add more tests.
43718         * sysdeps/i386/fpu/libm-test-ulps: Update.
43719         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43720
43721 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43722
43723         * include/link.h (ELFW): New macro.
43724         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43725         Replace ELF64_R_TYPE with ELFW(R_TYPE).
43726
43727 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43728
43729         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43730         with uint64_t.
43731
43732 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43733
43734         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43735         declaration.
43736         (struct La_x32_retval): Likewise.
43737
43738 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43739
43740         * sysdeps/x86_64/preconfigure.in: New file.
43741         * sysdeps/x86_64/preconfigure: New generated file.
43742
43743 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43744
43745         [BZ #13824]
43746         * math/e_exp2l.c: Include <float.h>.
43747         (__ieee754_exp2l): Handle overflow and underflow cases
43748         separately.  Only pass fractional part of argument to
43749         __ieee754_expl.
43750         * math/libm-test.inc (exp2_test): Add more tests.
43751
43752         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43753         negating x to take absolute value.
43754         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43755         Likewise.
43756         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43757         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43758         Likewise.
43759         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43760         computing low part if x was negated.
43761         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43762
43763 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43764
43765         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43766         la_x32_gnu_pltexit.
43767         (pltexit): Cast int_retval to ptrdiff_t.
43768         * elf/tst-auditmod3b.c: Likewise.
43769         * elf/tst-auditmod4b.c: Likewise.
43770         * elf/tst-auditmod5b.c: Likewise.
43771         * elf/tst-auditmod6b.c: Likewise.
43772         * elf/tst-auditmod6c.c: Likewise.
43773         * elf/tst-auditmod7b.c: Likewise.
43774
43775         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43776         and x32_gnu_pltexit.
43777
43778         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43779         __ELF_NATIVE_CLASS.
43780         (La_x32_regs): New macro.
43781         (La_x32_retval): Likewise.
43782         (la_x32_gnu_pltenter): New function prototype.
43783         (la_x32_gnu_pltexit): Likewise.
43784
43785 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
43786
43787         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43788         exponent.
43789
43790         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43791
43792         * configure.in (libc_cv_cc_nofma): Check for option to disable
43793         generation of FMA instructions.
43794         * configure: Regenerate.
43795         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43796         * sysdeps/ieee754/dbl-64/Makefile: New file.
43797         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43798         Remove brandred-fma4.
43799         (CFLAGS-brandred-fma4.c): Remove.
43800         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43801         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43802         define.
43803         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43804         define.
43805
43806 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43807
43808         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43809         LLONG_MAX != LONG_MAX.
43810         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43811         (_fitoa_word): Likewise.
43812         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43813         LLONG_MAX != LONG_MAX.
43814         * stdio-common/_itowa.h: Include <_itoa.h>.
43815         (_itowa_word): Use _ITOA_WORD_TYPE on value.
43816         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
43817         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
43818         only if not defined.
43819         (_ITOA_WORD_TYPE): Likewise.
43820         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43821         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43822
43823 2012-03-21  David S. Miller  <davem@davemloft.net>
43824
43825         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43826
43827 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43828
43829         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43830         of x86_64 when setting libc_cv_slibdir, libdir and
43831         libc_cv_localedir.
43832         * sysdeps/unix/sysv/linux/configure: Regenerated.
43833
43834 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43835
43836         * manual/lang.texi (Old Varargs): Remove section.
43837         (How Variadic): Update menu.
43838         (va_start): Do not mention varargs.h.
43839
43840 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43841             Joseph Myers  <joseph@codesourcery.com>
43842
43843         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43844         link test.
43845         * configure: Regenerated.
43846
43847 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43848
43849         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43850         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43851         conformtest.pl
43852
43853 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43854
43855         * NOTES: Remove.
43856         * Makefile (files-for-dist): Remove NOTES.
43857         (NOTES): Remove rule.
43858         * README: Don't refer to NOTES.
43859         * manual/creature.texi: Don't include macros.texi.
43860         * manual/intro.texi (creature.texi): Remove comment referring to
43861         NOTES.
43862
43863         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43864         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43865         * configure: Regenerated.
43866         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43867         LIBC_TRY_CC_OPTION.
43868         (libc_cv_as_i686): Likewise.
43869         (libc_cv_cc_avx): Likewise.
43870         (libc_cv_cc_sse2avx): Likewise.
43871         (libc_cv_cc_fma4): Likewise.
43872         (libc_cv_cc_novzeroupper): Likewise.
43873         * sysdeps/i386/configure: Regenerated.
43874
43875         [BZ #13883]
43876         * sysdeps/i386/fpu/s_cexp.S: Remove.
43877         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43878         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43879         * math/libm-test.inc (cexp_test): Add more tests.
43880         * sysdeps/i386/fpu/libm-test-ulps: Update.
43881         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43882
43883 2012-03-21  Allan McRae  <allan@archlinux.org>
43884
43885         * timezone/Makefile: Do not install iso3166.tab and zone.tab
43886
43887 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43888
43889         [BZ #13871]
43890         * math/w_exp2.c: Do not include <float.h>.
43891         (o_threshold, u_threshold): Remove.
43892         (__exp2): Calculate result before checking finiteness and calling
43893         __kernel_standard.
43894         * math/w_exp2f.c: Likewise.
43895         * math/w_exp2l.c: Likewise.
43896         * math/libm-test.inc (exp2_test): Require overflow exception for
43897         1e6 input.
43898
43899         [BZ #3866]
43900         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43901         range of signed 64-bit integers before using fistpll.  Remove
43902         checks for whether integers fit in mantissa bits.
43903         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43904         the range of signed 32-bit integers before using fistpl.  Remove
43905         checks for whether integers fit in mantissa bits.
43906         * sysdeps/i386/fpu/e_powl.S (p64): New object.
43907         (__ieee754_powl): Test for y outside the range of signed 64-bit
43908         integers before using fistpll.  Reduce 64-bit values to 63-bit
43909         ones as needed.
43910         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43911         divide-by-zero is raised for zero to large negative powers.
43912         * sysdeps/x86_64/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         * math/libm-test.inc (pow_test): Add more tests.
43917
43918 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43919
43920         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43921         <stdio-common/_itoa.h>.
43922         * debug/segfault.c: Likewise.
43923         * elf/dl-cache.c: Likewise.
43924         * elf/dl-minimal.c: Likewise.
43925         * elf/dl-misc.c: Likewise.
43926         * elf/dl-sysdep.c: Likewise.
43927         * elf/dl-version.c: Likewise.
43928         * elf/rtld.c: Likewise.
43929         * hurd/hurdsock.c: Likewise.
43930         * hurd/lookup-retry.c: Likewise.
43931         * malloc/malloc.c: Likewise.
43932         * malloc/mtrace.c: Likewise.
43933         * nscd/nscd_getgr_r.c: Likewise.
43934         * nscd/nscd_getpw_r.c: Likewise.
43935         * nscd/nscd_getserv_r.c: Likewise.
43936         * posix/getopt_init.c: Likewise.
43937         * posix/wordexp.c: Likewise.
43938         * stdio-common/_itoa.c: Likewise.
43939         * stdio-common/printf_fphex.c: Likewise.
43940         * stdio-common/vfprintf.c: Likewise.
43941         * string/_strerror.c: Likewise.
43942         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43943         * sysdeps/i386/i686/hp-timing.h: Likewise.
43944         * sysdeps/mach/_strerror.c: Likewise.
43945         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43946         * sysdeps/mach/hurd/sethostid.c: Likewise.
43947         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43948         * sysdeps/mach/xpg-strerror.c: Likewise.
43949         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43950         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43951         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43952         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43953         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43954         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43955         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43956         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43957         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43958         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43959         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43960         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43961         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43962         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43963         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43964         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43965         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43966         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43967         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43968         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43969         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43970
43971         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43972
43973         * stdio-common/_itoa.h: Moved to ...
43974         * sysdeps/generic/_itoa.h: Here.
43975
43976         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43977
43978         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43979         instead of "_itoa.h" and "_itowa.h".
43980         * stdio-common/vfprintf.: Likewise.
43981
43982 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43983
43984         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43985         <bits/wordsize.h>.
43986         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43987         (__signbit): Likwise.
43988         (llrintf): Likwise.
43989         (llrint): Likwise.
43990
43991 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43992
43993         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
43994         __WORDSIZE != 64.
43995
43996 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
43997
43998         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
43999         OVERFLOW_EXCEPTION_OK.
44000         * math/libm-test.inc ("Philosophy"): Update comment about
44001         exception testing.
44002         (OVERFLOW_EXCEPTION): Define.
44003         (OVERFLOW_EXCEPTION_OK): Likewise.
44004         (INVALID_EXCEPTION_OK): Renumber.
44005         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
44006         (IGNORE_ZERO_INF_SIGN): Likewise.
44007         (test_exceptions): Handle FE_OVERFLOW.
44008         (exp10_test): Expect overflow exceptions.
44009         (exp2_test): Likewise.
44010         (expm1_test): Likewise.
44011         (nextafter_test): Likewise.
44012         (pow_test): Likewise.
44013         (scalbn_test): Likewise.
44014         (scalbln_test): Likewise.
44015
44016 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44017
44018         * sysdeps/x86_64/bits/atomic.h
44019         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
44020         64bit integer.
44021         (atomic_exchange_acq): Likewise.
44022         (__arch_exchange_and_add_body): Likewise.
44023         (__arch_add_body): Likewise.
44024         (atomic_add_negative): Likewise.
44025         (atomic_add_zero): Likewise.
44026
44027 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44028
44029         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
44030         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
44031
44032 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44033
44034         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
44035         Check __x86_64__ instead of __WORDSIZE.
44036
44037 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44038
44039         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
44040
44041 2012-03-19  David S. Miller  <davem@davemloft.net>
44042
44043         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44044
44045         * sysdeps/sparc/fpu/fenv_private.h: New file.
44046         * sysdeps/sparc/fpu/math_private.h: Use it.
44047         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
44048         Remove.
44049         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
44050         (libc_feholdexcept_setroundl): Remove.
44051         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
44052         Remove.
44053         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
44054         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
44055
44056 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44057
44058         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
44059         int64_t instead of long int.
44060         (INSERT_WORDS64): Likwise.
44061
44062 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44063
44064         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
44065         _Unwind_GetCFA return to _Unwind_Ptr first.
44066
44067 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
44068
44069         [BZ #13629]
44070         * math/s_clog.c: Include <float.h>.
44071         (__clog): Scale large or subnormal inputs.
44072         * math/s_clogf.c: Likewise.
44073         * math/s_clogl.c: Likewise.
44074         * math/s_clog10.c: Include <float.h>.
44075         (M_LOG10_2): Define.
44076         (__clog10): Scale large or subnormal inputs.
44077         * math/s_clog10f.c: Likewise.
44078         * math/s_clog10l.c: Likewise.
44079         * math/libm-test.inc (clog_test): Add more tests.
44080         (clog10_test): Likewise.
44081         * sysdeps/i386/fpu/libm-test-ulps: Update.
44082         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44083
44084         [BZ #11451]
44085         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
44086         x and y.
44087         * math/libm-test.inc (atan2_test): Add another test.
44088
44089         * Makerules (common-objdir-compile): Remove.
44090         * sysdeps/unix/Makefile (config-generated): Do not add
44091         $(unix-generated) to variable.
44092         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
44093         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
44094         Remove rule.
44095         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
44096         Likewise.
44097         [generic bits/local_lim.h] (before-compile): Do not append to
44098         variable.
44099         [generic bits/local_lim.h] (common-generated): Likewise.
44100         [generic sys/param.h] (before-compile): Do not append to variable.
44101         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
44102         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
44103         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
44104         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
44105         include.
44106         [generic sys/param.h] (sys/param.h-includes): Remove variable.
44107         [generic sys/param.h] (sys/param.h-includes): Remove rule.
44108         [generic sys/param.h] ($(addprefix
44109         $(common-objpfx),$(sys/param.h-includes))): Likewise.
44110         [generic sys/param.h] (common-generated): Do not append to
44111         variable.
44112         [generic sys/param.h] (sysdep_headers): Likewise.
44113         [generic bits/errno.h] (before-compile): Do not append to
44114         variable.
44115         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
44116         rule.
44117         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
44118         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
44119         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
44120         [generic bits/errno.h] (common-generated): Do not append to
44121         variable.
44122         [generic bits/ioctls.h] (before-compile): Do not append to
44123         variable.
44124         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
44125         rule.
44126         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
44127         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
44128         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
44129         rule.
44130         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
44131         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
44132         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
44133         [generic bits/ioctls.h] (common-generated): Do not append to
44134         variable.
44135         [generic sys/syscall.h] (syscall.h): Remove variable.
44136         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
44137         rule.
44138         [generic sys/syscall.h] (before-compile): Do not append to
44139         variable.
44140         [generic sys/syscall.h] (common-generated): Likewise.
44141         * sysdeps/unix/errnos-tmpl.c: Remove file.
44142         * sysdeps/unix/errnos.awk: Likewise.
44143         * sysdeps/unix/ioctls-tmpl.c: Likewise.
44144         * sysdeps/unix/ioctls.awk: Likewise.
44145         * sysdeps/unix/mk-local_lim.c: Likewise.
44146         * sysdeps/unix/snarf-ioctls: Likewise.
44147
44148 2012-03-19  Richard Henderson  <rth@twiddle.net>
44149
44150         * sysdeps/i386/fpu/fenv_private.h: New file.
44151         * sysdeps/i386/fpu/math_private.h: Use it.
44152         (math_opt_barrier, math_force_eval): Remove.
44153         (libc_feholdexcept_setround_53bit): Remove.
44154         (libc_feupdateenv_53bit): Remove.
44155         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44156         (math_opt_barrier, math_force_eval): Remove.
44157         (libc_feholdexcept): Remove.
44158         (libc_feholdexcept_setround): Remove.
44159         (libc_fetestexcept, libc_fesetenv): Remove.
44160         (libc_feupdateenv_test): Remove.
44161         (libc_feupdateenv, libc_feholdsetround): Remove.
44162         (libc_feresetround): Remove.
44163
44164         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
44165         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
44166
44167         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
44168         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
44169         (libc_feupdateenv_testl): New.
44170         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
44171         (libc_feupdateenv_testf): New.
44172         (libc_feupdateenv): Use libc_feupdateenv_test.
44173         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
44174         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
44175
44176         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
44177         (libc_feholdsetroundf, libc_feholdsetroundl): New.
44178         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
44179         (libc_feresetround_noex): New.
44180         (libc_feresetround_noexf): New.
44181         (libc_feresetround_noexl): New.
44182         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
44183         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
44184         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
44185         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
44186         SET_RESTORE_ROUND.
44187         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
44188         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
44189         (__cos): Likewise.
44190         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
44191         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
44192         SET_RESTORE_ROUND_NOEX.
44193         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
44194         SET_RESTORE_ROUND_NOEXF.
44195         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
44196         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
44197         (libc_feholdsetroundf): New.
44198         (libc_feresetround, libc_feresetroundf): New.
44199
44200         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
44201         (libc_feholdexcept_setround_53bit): Convert from macro to function.
44202         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
44203
44204         * sysdeps/generic/math_private.h: Include <fenv.h>.
44205         (default_libc_feholdexcept): New.
44206         (default_libc_feholdexcept_setround): New.
44207         (default_libc_fesetenv, default_libc_feupdateenv): New.
44208         (libc_feholdexcept): Only define if undefined.
44209         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
44210         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
44211         (libc_feholdexcept_setroundl): Likewise.
44212         (libc_feholdexcept_setround_53bit): Likewise.
44213         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
44214         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
44215         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
44216         (libc_feupdateenv_53bit): Likewise.
44217         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
44218         (libc_feholdexcept): Convert from macro to inline function.
44219         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
44220         (libc_fesetenv, libc_feupdateenv): Likewise.
44221
44222         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
44223         not previously defined.
44224         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
44225         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
44226         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
44227         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
44228         * sysdeps/ieee754/flt-32/math_private.h: New file.
44229         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
44230         math_private.h below SET_FLOAT_WORD.
44231         (__isnan, __isinf_ns, __finite): Remove.
44232         (__isnanf, __isinf_nsf, __finitef): Remove.
44233
44234 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
44235
44236         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44237
44238 2012-03-17  David S. Miller  <davem@davemloft.net>
44239
44240         [BZ #6471]
44241         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
44242         for 2.16.
44243
44244 2012-03-16  David S. Miller  <davem@davemloft.net>
44245
44246         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
44247         warnings.
44248
44249         [BZ #6471]
44250         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
44251         properly.
44252         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
44253         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
44254         sysdep_routines when subdir is sysvipc.
44255         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
44256         __getshmlba helper.
44257
44258         * sysdeps/sparc/fpu/libm-test/ulps: Update.
44259
44260 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44261
44262         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
44263         [__LP64__].
44264
44265 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44266
44267         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
44268         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
44269         (__lround): Renamed to ...
44270         (__llround): This.  Replace long int with long long int.
44271         Define lround functions as aliases of llround functions.
44272         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
44273
44274 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44275
44276         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
44277         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
44278         adresses to uintptr_t.  Replace "long int" and "unsigned long
44279         int" with "greg_t" on va_arg.
44280
44281 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44282
44283         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
44284         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
44285
44286         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
44287         Move e_machine check before EI_CLASS check.  Handle x32
44288         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
44289         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
44290         SKIP_EM_IA_64 and include
44291         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
44292
44293         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
44294         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
44295         (add_system_dir): New macro.
44296
44297         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
44298         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
44299
44300 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44301
44302         [BZ #2551]
44303         [BZ #2552]
44304         [BZ #2553]
44305         [BZ #2554]
44306         [BZ #2562]
44307         [BZ #2563]
44308         [BZ #2565]
44309         [BZ #2566]
44310         [BZ #2576]
44311         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
44312         (y0): Likewise.
44313         * math/w_j0f.c (j0f): Likewise.
44314         (y0f): Likewise.
44315         * math/w_j0l.c (__j0l): Likewise.
44316         (__y0l): Likewise.
44317         * math/w_j1.c (j1): Likewise.
44318         (y1): Likewise.
44319         * math/w_j1f.c (j1f): Likewise.
44320         (y1f): Likewise.
44321         * math/w_j1l.c (__j1l): Likewise.
44322         (__y1l): Likewise.
44323         * math/w_jn.c (jn): Likewise.
44324         (yn): Likewise.
44325         * math/w_jnf.c (jnf): Likewise.
44326         (ynf): Likewise.
44327         * math/w_jnl.c (__jnl): Likewise.
44328         (__ynl): Likewise.
44329         * math/libm-test.inc (j0_test): Add more tests.
44330         (j1_test): Likewise.
44331         (jn_test): Likewise.  Add trailing semicolon to existing test.
44332         (y0_test): Likewise.
44333         (y1_test): Likewise.
44334         * sysdeps/i386/fpu/libm-test-ulps: Update.
44335         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44336
44337         [BZ #13851]
44338         [BZ #13854]
44339         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
44340         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
44341         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
44342         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
44343         (__tanl): Set errno for infinite argument.
44344         * sysdeps/i386/fpu/mptan.c: Remove.
44345         * sysdeps/i386/fpu/s_tan.S: Likewise.
44346         * sysdeps/i386/fpu/s_tanl.S: Likewise.
44347         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
44348         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
44349         * math/libm-test.inc (tan_test): Add more tests and enable more
44350         tests for double and long double.
44351         * sysdeps/i386/fpu/libm-test-ulps: Update.
44352         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44353
44354 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
44355
44356         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
44357         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
44358
44359 2012-03-16  Roland McGrath  <roland@hack.frob.com>
44360
44361         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
44362         * configure.in: Use it for both main tree and add-ons.
44363         * configure: Regenerated.
44364
44365 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44366
44367         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
44368
44369 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44370
44371         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
44372         in comment.
44373
44374         [BZ #13851]
44375         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
44376         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
44377         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
44378         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
44379         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
44380         infinite argument.
44381         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
44382         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
44383         != 0 for prec == 2.
44384         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
44385         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
44386         * sysdeps/i386/fpu/s_cosl.S: Likewise.
44387         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
44388         * sysdeps/i386/fpu/s_sinl.S: Likewise.
44389         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
44390         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
44391         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
44392         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
44393         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
44394         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
44395         * math/libm-test.inc (cos_test): Add more tests and enable more
44396         tests for long double.
44397         (sin_test): Likewise.
44398         (sincos_test): Likewise.
44399         * sysdeps/i386/fpu/libm-test-ulps: Update.
44400         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44401
44402 2012-03-16  David S. Miller  <davem@davemloft.net>
44403
44404         * sysdeps/sparc/fpu/math_private.h: New file.
44405
44406 2012-03-15  David S. Miller  <davem@davemloft.net>
44407
44408         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
44409         file.
44410         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
44411         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
44412         file.
44413         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
44414         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
44415         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
44416         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
44417         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
44418         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
44419         sysdep routines.
44420         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44421
44422         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
44423         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
44424
44425         * sysdeps/sparc/sparc-ifunc.h: New file.
44426         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
44427         sparc-ifunc.h
44428         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
44429         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
44430         Likewise.
44431         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
44432         Likewise.
44433         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
44434         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
44435         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44436         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
44437         Likewise.
44438         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44439         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
44440         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44441         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
44442         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
44443         Likewise.
44444         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
44445         Likewise.
44446         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44447         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
44448         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
44449         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
44450         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
44451         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
44452         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
44453         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
44454         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
44455         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
44456         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
44457         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
44458         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
44459         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
44460         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
44461         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
44462         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
44463         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
44464         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
44465         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
44466         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
44467         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
44468         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
44469         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
44470
44471 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44472
44473         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
44474         scaling.
44475         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44476
44477 2012-03-15  Andreas Jaeger  <aj@suse.de>
44478
44479         [BZ #13852]
44480         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
44481         ieee754/flt-32 implementation for sin, cos and sincos.
44482         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
44483         * sysdeps/i386/fpu/s_cosf.S: Likewise.
44484         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
44485         * sysdeps/i386/fpu/s_sinf.S: Likewise.
44486         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
44487         ieee754/flt-32 implementation for tan.
44488
44489         * math/libm-test.inc (cos_test): Enable some large input tests for
44490         float as well
44491         (sin_test): Likewise.
44492         (sincos_test): Likewise.
44493         (tan_test): Add tests for large input.
44494
44495         * sysdeps/i386/fpu/libm-test-ulps: Update.
44496
44497 2012-03-15  Andreas Jaeger  <aj@suse.de>
44498
44499         [BZ #13658]
44500         * math/libm-test.inc (cos_test): Add more test cases.
44501         (sin_test): Likewise.
44502         (sincos_test): Likewise.
44503
44504 2012-03-15  Andreas Jaeger  <aj@suse.de>
44505
44506         [BZ #13837]
44507         * math/libm-test.inc (cos_test): Add a test case for large input
44508         value.
44509         (sin_test): Likewise.
44510         (sincos_test): Likewise.
44511
44512 2012-03-15  Andreas Jaeger  <aj@suse.de>
44513             Joseph Myers  <joseph@codesourcery.com>
44514
44515         [BZ #13658]
44516         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
44517         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
44518         * sysdeps/i386/fpu/branred.c: Likewise.
44519         * sysdeps/i386/fpu/dosincos.c: Likewise.
44520         * sysdeps/i386/fpu/mpa.c: Likewise.
44521         * sysdeps/i386/fpu/s_cos.S: Likewise.
44522         * sysdeps/i386/fpu/s_sin.S: Likewise.
44523         * sysdeps/i386/fpu/s_sincos.S: Likewise.
44524         * sysdeps/i386/fpu/sincos32.c: Likewise.
44525
44526         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
44527         Define.
44528         (libc_feupdateenv_53bit): Define.
44529         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
44530         Define.
44531         (libc_feupdateenv_53bit): Define.
44532
44533         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
44534         53 bit (without extend i386 double precision).
44535
44536         * math/libm-test.inc (sincos_test): Add tests for large input.
44537         (sin): Likewise.
44538         (cos): Likewise.
44539
44540         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
44541
44542 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44543
44544         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44545
44546 2012-03-15  David S. Miller  <davem@davemloft.net>
44547
44548         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
44549         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
44550         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
44551         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
44552         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
44553         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
44554         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
44555         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
44556         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
44557         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
44558         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
44559         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
44560         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
44561         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
44562         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
44563         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
44564         file.
44565         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
44566         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
44567         file.
44568         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
44569         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
44570         file.
44571         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
44572         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
44573         file.
44574         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
44575         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
44576         fmin/fmax sysdep routines.
44577         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44578
44579 2012-03-14  David S. Miller  <davem@davemloft.net>
44580
44581         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
44582         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
44583         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
44584         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
44585         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
44586         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
44587         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
44588         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
44589         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
44590         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
44591         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
44592         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
44593         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
44594         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
44595         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
44596         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
44597         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
44598         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
44599         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
44600         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
44601         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
44602         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
44603         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
44604         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
44605         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
44606         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
44607         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
44608         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
44609         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
44610         routines.
44611         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44612         file.
44613         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
44614         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44615         file.
44616         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
44617         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44618         file.
44619         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
44620         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44621         file.
44622         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
44623         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44624         file.
44625         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
44626         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44627         file.
44628         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44629         file.
44630         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44631         file.
44632         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44633         file.
44634         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44635         New file.
44636         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44637         file.
44638         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44639         file.
44640         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
44641         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44642         file.
44643         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
44644         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44645         file.
44646         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
44647         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44648         file.
44649         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
44650         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44651         VIS3 routines.
44652
44653         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44654         New file.
44655
44656         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44657
44658         * sysdeps/sparc/configure.in: New file.
44659         * sysdeps/sparc/configure: Generate.
44660         * configure.in (libc_cv_sparc_as_vis3): Substitute.
44661         * configure: Regenerate.
44662         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44663         * config.make.in (have-as-vis3): New.
44664         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44665         available use -Av9d instead of -Av9a.
44666         * sysdeps/sparc/sparc64/Makefile: Likewise.
44667         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
44668         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44669         New file.
44670         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44671         file.
44672         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44673         New file.
44674         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44675         file.
44676         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44677         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44678         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44679         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44680         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44681
44682         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44683         fzeros/fnegs to load 0x80000000 into a float register instead of
44684         using the stack.
44685         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44686
44687 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44688
44689         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44690         bits/syscall.h.
44691         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44692         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44693         ($(inst_includedir)/bits/syscall.h): Remove rule.
44694         ($(objpfx)bits/syscall.d): Include instead of
44695         $(objpfx)syscall-list.d.
44696         (generated): Change syscall-list.h and syscall-list.d to
44697         bits/syscall.h and bits/syscall.d.
44698
44699 2012-03-14  Roland McGrath  <roland@hack.frob.com>
44700
44701         [BZ #13846]
44702         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44703
44704 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44705
44706         [BZ #13841]
44707         * math/s_csqrt.c: Include <float.h>.
44708         (__csqrt): Scale large or subnormal inputs.
44709         * math/s_csqrtf.c: Likewise.
44710         * math/s_csqrtl.c: Likewise.
44711         * math/libm-test.inc (csqrt_test): Add more tests.
44712         * sysdeps/i386/fpu/libm-test-ulps: Update.
44713         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44714
44715         [BZ #13840]
44716         * math/libm-test.inc (hypot_test): Add more tests.
44717
44718 2012-03-13  David S. Miller  <davem@davemloft.net>
44719
44720         [BZ #13840]
44721         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44722         double-precision for the calculation instead of scaling.
44723
44724 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
44725
44726         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44727         manipulate bits before adding and subtracting TWO52[sx].
44728         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44729         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44730         Likewise.
44731         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44732
44733 2012-03-13  David S. Miller  <davem@davemloft.net>
44734
44735         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44736         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44737         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44738         rtld-global-offsets.h
44739         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44740
44741         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44742         large parameters.
44743
44744         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44745
44746         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44747         'err' in the ifdef scope in which it is actually used.
44748
44749         * nss/nss_db/db-init.c: Include string.h
44750
44751 2012-03-12  David S. Miller  <davem@davemloft.net>
44752
44753         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44754         masking out of the most significant byte of random value used.
44755         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44756         Fix coding style in previous change.
44757
44758         * sysdeps/unix/sysv/linux/kernel-features.h
44759         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44760         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44761         expression.
44762         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44763         later.
44764
44765 2012-03-11  David S. Miller  <davem@davemloft.net>
44766
44767         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44768         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44769         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44770         for 'resultvar' otherwise things get truncated on 64-bit.
44771
44772         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44773         Fix masking out of the most significant byte of random value used.
44774
44775         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44776
44777 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
44778
44779         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44780
44781 2012-03-09  David S. Miller  <davem@davemloft.net>
44782
44783         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44784         variables with appropriate CPP guards.
44785         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44786         from the frame pointer, not the stack pointer.  Correct layout
44787         comments.  Fix test on resulting framesize and the management of
44788         the outregs buffer for pltexit.  Preserve floating point return
44789         values across _dl_call_pltexit call.
44790         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44791         framesize and the management of the outregs buffer for pltexit.
44792         Preserve floating point return values across _dl_call_pltexit
44793         call.
44794         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44795         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44796         (la_sparc64_gnu_pltexit): New functions.
44797         (print_exit): Fix format string for return register value.
44798
44799 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
44800
44801         * sunrpc/Makefile (others): Add rpcgen.
44802         ($(objpfx)rpcgen): Remove special build rule and dependency on
44803         libc.
44804         * sunrpc/rpcgen.c: New file.
44805
44806 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
44807
44808         [BZ #13673]
44809         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44810         * stdio-common/bug-vfprintf-nargs.c: Likewise.
44811         * sysdeps/i386/crti.S: Likewise.
44812         * sysdeps/i386/crtn.S: Likewise.
44813         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44814         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44815         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44816         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44817         * sysdeps/sh/crti.S: Likewise.
44818         * sysdeps/sh/crtn.S: Likewise.
44819         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44820
44821         [BZ #13673]
44822         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44823         with URL.
44824         * locale/programs/locfile-kw.gperf: Likewise.
44825         * locale/programs/charmap-kw.h: Regenerated.
44826         * locale/programs/locfile-kw.h: Likewise.
44827
44828         [BZ #13673]
44829         * intl/plural.y: Replace FSF snail mail address with URL.
44830         * intl/plural.c: Regenerated.
44831
44832 2012-03-09  Richard Henderson  <rth@twiddle.net>
44833
44834         * include/math_private.h: Remove file.
44835         * math/math_private.h: Move file ...
44836         * sysdeps/generic/math_private.h: ... here.
44837
44838         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44839         * sysdeps/powerpc/fpu/math_private.h: Likewise.
44840         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44841
44842         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
44843         and <math_private.h>.
44844         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44845         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44846         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44847         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44848         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44849         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44850         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44851         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44852         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44853         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44854         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44855         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44856         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44857         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44858         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44859         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44860         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44861         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44862         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44863         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44864         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44865         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44866         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44867         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44868         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44869         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44870         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44871         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44872         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44873         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44874         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44875         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44876         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44877         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44878         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44879         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44880         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44881         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44882         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44883         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44884         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44885         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44886         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44887         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44888         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44889         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44890         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44891         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44892         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44893         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44894         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44895         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44896         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44897         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44898         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44899         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44900         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44901         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44902         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44903         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44904         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44905         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44906         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44907         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44908         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44909         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44910         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44911         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44912         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44913         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44914         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44915         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44916         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44917         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44918         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44919         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44920         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44921         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44922         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44923         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44924         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44925         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44926         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44927         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44928         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44929         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44930         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44931         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44932         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44933         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44934         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44935         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44936         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44937         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44938         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44939         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44940         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44941         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44942         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44943         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44944         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44945         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44946         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44947         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44948         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44949         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44950         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44951         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44952         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44953         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44954         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44955         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44956         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44957         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44958         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44959         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44960         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44961         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44962         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44963         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44964         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44965         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44966         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44967         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44968         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44969         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44970         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44971         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44972         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44973         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44974         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44975         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44976         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44977         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44978         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44979         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44980         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44981         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44982         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44983         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44984         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44985         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44986         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44987         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
44988         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
44989         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44990         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44991         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44992         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
44993         * sysdeps/ieee754/k_standard.c: Likewise.
44994         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44995         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44996         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44997         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44998         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44999         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
45000         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
45001         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
45002         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
45003         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
45004         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45005         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
45006         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
45007         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
45008         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
45009         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
45010         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
45011         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
45012         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
45013         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
45014         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
45015         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
45016         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
45017         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
45018         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
45019         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
45020         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
45021         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
45022         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
45023         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
45024         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
45025         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
45026         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
45027         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
45028         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
45029         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
45030         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
45031         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
45032         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
45033         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
45034         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
45035         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
45036         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
45037         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
45038         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
45039         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
45040         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
45041         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
45042         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
45043         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
45044         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
45045         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
45046         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
45047         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
45048         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
45049         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
45050         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
45051         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
45052         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
45053         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
45054         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
45055         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
45056         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
45057         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
45058         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
45059         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
45060         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
45061         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
45062         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
45063         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
45064         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
45065         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
45066         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
45067         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
45068         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
45069         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
45070         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
45071         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
45072         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45073         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
45074         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
45075         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
45076         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
45077         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
45078         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
45079         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
45080         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
45081         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
45082         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
45083         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
45084         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
45085         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
45086         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
45087         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
45088         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
45089         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
45090         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
45091         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
45092         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
45093         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
45094         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
45095         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
45096         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
45097         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
45098         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
45099         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
45100         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
45101         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
45102         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
45103         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
45104         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
45105         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
45106         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
45107         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
45108         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
45109         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45110         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
45111         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45112         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45113         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
45114         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45115         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
45116         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
45117         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
45118         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45119         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
45120         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
45121         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
45122         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
45123         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
45124         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
45125         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
45126         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
45127         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
45128         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
45129         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
45130         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
45131         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
45132         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
45133         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
45134         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
45135         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
45136         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
45137         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
45138         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
45139         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
45140         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
45141         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
45142         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
45143         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
45144         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
45145         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45146         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
45147         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
45148         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
45149         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
45150         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
45151         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
45152         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
45153         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
45154         * sysdeps/ieee754/s_lib_version.c: Likewise.
45155         * sysdeps/ieee754/s_matherr.c: Likewise.
45156         * sysdeps/ieee754/s_signgam.c: Likewise.
45157         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
45158         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
45159         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
45160         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
45161         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
45162         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
45163         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
45164         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
45165         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
45166         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
45167         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
45168         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
45169         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
45170         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
45171         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
45172         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
45173         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
45174         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
45175         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
45176         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
45177         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
45178
45179 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45180
45181         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
45182         * sunrpc/rpc_main.c: Likewise.
45183         * sunrpc/rpc_svcout.c: Likewise.
45184
45185 2012-03-09  David S. Miller  <davem@davemloft.net>
45186
45187         * include/math_private.h: New file.
45188
45189 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45190
45191         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
45192         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
45193         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
45194         from <bits/socket_type.h>.
45195         (enum __socket_type): Don't define here.
45196         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
45197         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45198         bits/socket_type.h.
45199
45200         [BZ #13566]
45201         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
45202         checking __USE_GNU.
45203
45204         * Makerules ($(inst_includedir)/%.h): New rule.
45205         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
45206         (install-others): Remove variable setting.
45207         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
45208
45209 2012-03-08  Richard Henderson  <rth@twiddle.net>
45210
45211         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
45212         from macro to inline function; merge with the
45213         !__LIBC_INTERNAL_MATH_INLINES version.
45214         (__ieee754_sqrtf): Likewise.
45215
45216         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
45217         to inline function.
45218         (__rintf, __floor, __floorf): Likewise.
45219
45220         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
45221         macro to inline function.
45222         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
45223
45224         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
45225         not <math/math_private.h>.
45226
45227 2012-03-08  David S. Miller  <davem@davemloft.net>
45228
45229         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
45230         copyright year.
45231         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
45232
45233 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
45234
45235         * resolv/gai_misc.c (handle_requests): Fix struct timespec
45236         normalization.
45237         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
45238         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
45239
45240 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
45241
45242         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
45243         be defined individually, they must be defined as a block.  Define
45244         S for printing a string instead of hidint the different by using a
45245         macro for adding the 'l'.
45246         * stdio-common/tst-fphex-wide.c: Adjust.
45247
45248 2012-03-07  Marek Polacek  <polacek@redhat.com>
45249
45250         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
45251
45252 2012-03-08  Marek Polacek  <polacek@redhat.com>
45253
45254         [BZ #13806]
45255         * stdio-common/Makefile (tests): Add tst-fphex-wide.
45256         * stdio-common/tst-fphex.c: Define a few macros to make the
45257         test reusable.  Use them.
45258         * stdio-common/tst-fphex-wide.c: New file.
45259
45260 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
45261
45262         [BZ #6911]
45263         * manual/macros.texi (gnusystems): New macro.
45264         (nongnusystems): Likewise.
45265         (gnulinuxhurdsystems): Likewise.
45266         (gnuhurdsystems): Likewise..
45267         (gnulinuxsystems): Likewise.
45268         * manual/charset.texi: Use new macros or @theglibc{} to refer to
45269         variants of the GNU system, not "GNU system".
45270         * manual/conf.texi: Likewise.
45271         * manual/errno.texi: Likewise.  Update example of errno macro
45272         expansion.
45273         * manual/filesys.texi: Likewise.
45274         (getumask): Document as specific to GNU/Hurd.
45275         * manual/install.texi: Likewise.  Reword some references to
45276         GNU/Linux.
45277         * manual/intro.texi: Likewise.
45278         * manual/io.texi: Likewise.
45279         (File Name Portability): Detail which constraints are inapplicable
45280         to all GNU systems and which are only inapplicable to GNU/Hurd.
45281         * manual/job.texi: Likewise.
45282         * manual/llio.texi: Likewise.
45283         (O_NOCTTY): Document as present on GNU/Linux.
45284         * manual/maint.texi: Likewise.
45285         * manual/memory.texi: Likewise.
45286         * manual/pattern.texi: Likewise.
45287         * manual/pipe.texi: Likewise.
45288         * manual/process.texi: Likewise.
45289         * manual/resource.texi: Likewise.
45290         (RUSAGE_CHILDREN): Remove statement about specifying a particular
45291         child on GNU/Hurd.
45292         * manual/setjmp.texi: Likewise.
45293         * manual/signal.texi: Likewise.
45294         * manual/startup.texi: Likewise.
45295         * manual/stdio.texi: Likewise.
45296         * manual/terminal.texi: Likewise.
45297         (ONLCR): Document as POSIX.
45298         (OXTABS): Document availability on GNU/Linux as XTABS.
45299         (ONOEOT): Document availability separately from other bits.
45300         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
45301         * manual/time.texi: Likewise.
45302         * manual/users.texi: Likewise.
45303         * INSTALL: Regenerated.
45304         * sysdeps/gnu/errlist.c: Regenerated.
45305
45306         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
45307         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
45308         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
45309         puts.
45310         * configure: Regenerated.
45311
45312 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
45313
45314         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
45315         default includes instead of AC_HEADER_CHECK.
45316         * sysdeps/i386/configure: Regenerated.
45317
45318         [BZ #10716]
45319         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
45320         * math/s_cacoshf.c (__cacoshf): Likewise.
45321         * math/s_cacoshl.c (__cacoshl): Likewise.
45322         * math/s_casinh.c (__casinh): Set signs of result from argument.
45323         * math/s_casinhf.c (__casinhf): Likewise.
45324         * math/s_casinhl.c (__casinhl): Likewise.
45325         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
45326         (casinh_test): Add more tests.
45327         * sysdeps/i386/fpu/libm-test-ulps: Update.
45328         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45329
45330 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
45331
45332         * po/zh_TW.po: Update from translation team.
45333
45334         * login/Makefile (distribute): Remove variable.
45335         * catgets/Makefile: Likewise.
45336         * mach/Makefile: Likewise.
45337         * malloc/Makefile: Likewise.
45338         * misc/Makefile: Likewise.
45339         * iconv/Makefile: Likewise.
45340         * nscd/Makefile: Likewise.
45341         * hurd/Makefile: Likewise.
45342         * manual/Makefile: Likewise.
45343         * locale/Makefile: Likewise.
45344         * intl/Makefile: Likewise.
45345         * conform/Makefile: Likewise.
45346         * nss/Makefile: Likewise.
45347         * time/Makefile: Likewise.
45348         * soft-fp/Makefile: Likewise.
45349         * dirent/Makefile: Likewise.
45350         * gmon/Makefile: Likewise.
45351         * po/Makefile: Likewise.
45352         * rt/Makefile: Likewise.
45353         * socket/Makefile: Likewise.
45354         * math/Makefile: Likewise.
45355         * signal/Makefile: Likewise.
45356         * debug/Makefile: Likewise.
45357         * elf/Makefile: Likewise.
45358         * timezone/Makefile: Likewise.
45359         * stdlib/Makefile: Likewise.
45360         * iconvdata/Makefile: Likewise.
45361         * sunrpc/Makefile: Likewise.
45362         * io/Makefile: Likewise.
45363         * argp/Makefile: Likewise.
45364         * inet/Makefile: Likewise.
45365         * hesiod/Makefile: Likewise.
45366         * grp/Makefile: Likewise.
45367         * csu/Makefile: Likewise.
45368         * wctype/Makefile: Likewise.
45369         * crypt/Makefile: Likewise.
45370         * libio/Makefile: Likewise.
45371         * string/Makefile: Likewise.
45372         * nis/Makefile: Likewise.
45373         * resolv/Makefile: Likewise.
45374         * stdio-common/Makefile: Likewise.
45375         * wcsmbs/Makefile: Likewise.
45376         * dlfcn/Makefile: Likewise.
45377         * posix/Makefile: Likewise.
45378
45379         [BZ #6959]
45380         * timezone/Makefile: Don't install timezone files, just the programs
45381         and scripts.
45382
45383 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
45384
45385         * nss/databases.def: Add missing gshadow entry.
45386
45387         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
45388
45389 2012-03-06  Marek Polacek  <polacek@redhat.com>
45390
45391         [BZ #13726]
45392         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
45393         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
45394         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
45395         * stdio-common/tst-long-dbl-fphex.c: New file.
45396
45397 2012-03-06  David S. Miller  <davem@davemloft.net>
45398
45399         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45400         (set_obp_int): New function.
45401         (get_obp_int): New function.
45402         (__get_clockfreq_via_dev_openprom): Likewise.
45403         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
45404         Avoid unused variable warnings on 'val' and use builtin_expect.
45405         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
45406         __builtin_expect.
45407         (INLINE_CLONE_SYSCALL): Likewise.
45408
45409 2012-03-05  David S. Miller  <davem@davemloft.net>
45410
45411         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45412
45413 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
45414
45415         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45416
45417         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
45418         only for |x| >= 40.
45419         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45420
45421 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
45422
45423         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
45424         Replace gettimeofday with __vdso_gettimeofday.
45425
45426         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45427         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
45428         __vdso_clock_gettime and __vdso_getcpu.
45429
45430         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
45431         time with __vdso_time.
45432
45433 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45434
45435         * manual/lang.texi (size_t): Note types to which size_t may be
45436         equivalent with the GNU C Library, but do not describe when
45437         differences between them are significant.
45438
45439 2012-03-05  Andreas Jaeger  <aj@suse.de>
45440
45441         * sysdeps/i386/fpu/libm-test-ulps: Update.
45442
45443 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45444
45445         [BZ #3976]
45446         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
45447         (__ieee754_pow): Save and restore rounding mode and use
45448         round-to-nearest for main computations.
45449         * math/libm-test.inc (pow_test_tonearest): New function.
45450         (pow_test_towardzero): Likewise.
45451         (pow_test_downward): Likewise.
45452         (pow_test_upward): Likewise.
45453         (main): Call the new functions.
45454         * sysdeps/i386/fpu/libm-test-ulps: Update.
45455         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45456
45457         [BZ #3976]
45458         * math/libm-test.inc (cosh_test_tonearest): New function.
45459         (cosh_test_towardzero): Likewise.
45460         (cosh_test_downward): Likewise.
45461         (cosh_test_upward): Likewise.
45462         (sinh_test_tonearest): Likewise.
45463         (sinh_test_towardzero): Likewise.
45464         (sinh_test_downward): Likewise.
45465         (sinh_test_upward): Likewise.
45466         (main): Call the new functions.
45467         * sysdeps/i386/fpu/libm-test-ulps: Update.
45468         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45469
45470 2012-03-05  Tom de Vries  <tom@codesourcery.com>
45471
45472         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
45473         default stack guard is set in last bytes.
45474         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
45475
45476 2012-03-05  Kees Cook  <keescook@chromium.org>
45477
45478         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
45479
45480         [BZ #13656]
45481         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
45482         possibly allocate from heap instead of stack.
45483         * stdio-common/bug-vfprintf-nargs.c: New file.
45484         * stdio-common/Makefile (tests): Add nargs overflow test.
45485
45486 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
45487
45488         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45489
45490 2012-03-03  Marek Polacek  <polacek@redhat.com>
45491
45492         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
45493         * math/math_private.h: Likewise.
45494         * stdlib/tst-strtod.c: Likewise.
45495         * sysdeps/i386/i486/bits/atomic.h: Likewise.
45496         * sysdeps/x86_64/bits/atomic.h: Likewise.
45497
45498 2012-03-02  David S. Miller  <davem@davemloft.net>
45499
45500         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
45501         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
45502         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
45503         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
45504         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
45505         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
45506         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
45507         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
45508
45509 2012-03-02  Roland McGrath  <roland@hack.frob.com>
45510
45511         [BZ #13792]
45512         * manual/examples/README: New file, says the example source files
45513         can be used under GPL>=2.
45514         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
45515         line containing just "*/".
45516         * manual/examples/add.c: Add copyright header (GPL>=2).
45517         * manual/examples/argp-ex1.c: Likewise.
45518         * manual/examples/argp-ex2.c: Likewise.
45519         * manual/examples/argp-ex3.c: Likewise.
45520         * manual/examples/argp-ex4.c: Likewise.
45521         * manual/examples/atexit.c: Likewise.
45522         * manual/examples/db.c: Likewise.
45523         * manual/examples/dir.c: Likewise.
45524         * manual/examples/dir2.c: Likewise.
45525         * manual/examples/execinfo.c: Likewise.
45526         * manual/examples/filecli.c: Likewise.
45527         * manual/examples/filesrv.c: Likewise.
45528         * manual/examples/fmtmsgexpl.c: Likewise.
45529         * manual/examples/genpass.c: Likewise.
45530         * manual/examples/inetcli.c: Likewise.
45531         * manual/examples/inetsrv.c: Likewise.
45532         * manual/examples/isockad.c: Likewise.
45533         * manual/examples/longopt.c: Likewise.
45534         * manual/examples/memopen.c: Likewise.
45535         * manual/examples/memstrm.c: Likewise.
45536         * manual/examples/mkfsock.c: Likewise.
45537         * manual/examples/mkisock.c: Likewise.
45538         * manual/examples/mygetpass.c: Likewise.
45539         * manual/examples/pipe.c: Likewise.
45540         * manual/examples/popen.c: Likewise.
45541         * manual/examples/rprintf.c: Likewise.
45542         * manual/examples/search.c: Likewise.
45543         * manual/examples/select.c: Likewise.
45544         * manual/examples/setjmp.c: Likewise.
45545         * manual/examples/sigh1.c: Likewise.
45546         * manual/examples/sigusr.c: Likewise.
45547         * manual/examples/stpcpy.c: Likewise.
45548         * manual/examples/strdupa.c: Likewise.
45549         * manual/examples/strftim.c: Likewise.
45550         * manual/examples/strncat.c: Likewise.
45551         * manual/examples/subopt.c: Likewise.
45552         * manual/examples/swapcontext.c: Likewise.
45553         * manual/examples/termios.c: Likewise.
45554         * manual/examples/testopt.c: Likewise.
45555         * manual/examples/testpass.c: Likewise.
45556         * manual/examples/timeval_subtract.c: Likewise.
45557
45558         [BZ #13792]
45559         * manual/time.texi (Elapsed Time): Move timeval_subtract example
45560         function to ...
45561         * manual/timeval_subtract.c.texi: ... here, new file.
45562
45563 2012-03-02  David S. Miller  <davem@davemloft.net>
45564
45565         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
45566
45567 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
45568
45569         [BZ #3976]
45570         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
45571         (__sin): Save and restore rounding mode and use round-to-nearest
45572         for all computations.
45573         (__cos): Save and restore rounding mode and use round-to-nearest
45574         for all computations.
45575         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
45576         <fenv.h>.
45577         (tan): Save and restore rounding mode and use round-to-nearest for
45578         all computations.
45579         * math/libm-test.inc (cos_test_tonearest): New function.
45580         (cos_test_towardzero): Likewise.
45581         (cos_test_downward): Likewise.
45582         (cos_test_upward): Likewise.
45583         (sin_test_tonearest): Likewise.
45584         (sin_test_towardzero): Likewise.
45585         (sin_test_downward): Likewise.
45586         (sin_test_upward): Likewise.
45587         (tan_test_tonearest): Likewise.
45588         (tan_test_towardzero): Likewise.
45589         (tan_test_downward): Likewise.
45590         (tan_test_upward): Likewise.
45591         (main): Call the new functions.
45592         * sysdeps/i386/fpu/libm-test-ulps: Update.
45593         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45594
45595         [BZ #10135]
45596         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
45597         small n, then large n, before computing and testing k+n.
45598         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
45599         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
45600         Likewise.
45601         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
45602         Likewise.
45603         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
45604         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
45605         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
45606         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
45607         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
45608         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
45609         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
45610         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
45611         * math/libm-test.inc (scalbn_test): Add more tests.
45612         (scalbln_test): Likewise.
45613
45614         * manual/filesys.texi (mode_t): Describe constraints on size and
45615         signedness, not exact equivalence to a particular type.
45616         (ino_t): Likewise.
45617         (ino64_t): Likewise.
45618         (dev_t): Likewise.
45619         (nlink_t): Likewise.
45620         (blkcnt_t): Likewise.
45621         (blkcnt64_t): Likewise.
45622         * manual/llio.texi (off_t): Likewise.
45623
45624         [BZ #3976]
45625         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45626         (__ieee754_exp): Save and restore rounding mode and use
45627         round-to-nearest for all computations.
45628         * math/libm-test.inc (exp_test_tonearest): New function.
45629         (exp_test_towardzero): Likewise.
45630         (exp_test_downward): Likewise.
45631         (exp_test_upward): Likewise.
45632         (main): Call the new functions.
45633         * sysdeps/i386/fpu/libm-test-ulps: Update.
45634         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45635
45636 2012-03-01  Chris Demetriou  <cgd@google.com>
45637
45638         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45639         have predictable order.
45640
45641 2012-03-01  David S. Miller  <davem@davemloft.net>
45642
45643         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45644
45645         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45646         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45647         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45648         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45649
45650         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45651         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45652         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45653         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45654         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45655         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45656         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45657         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45658         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45659
45660         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45661
45662         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45663         * sysdeps/sparc/fpu/libm-test-ulps: to here.
45664         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45665
45666         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45667         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45668         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45669         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45670         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45671         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45672         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45673         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45674         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45675         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45676         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45677         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45678         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45679         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45680         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45681         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45682         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45683         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45684         * sysdeps/sparc/elf/configure: Regenerated.
45685
45686 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
45687
45688         * configure.in (AS, LD): Require binutils 2.20 or later.
45689         * configure: Regenerated.
45690         * manual/install.texi (Tools for Compilation): Give binutils 2.20
45691         as required minimum version.
45692         * INSTALL: Regenerated.
45693
45694         [BZ #2541]
45695         [BZ #4108]
45696         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45697         before squaring exponent.
45698         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45699         bottom long double and 27 bits of top long double before squaring
45700         exponent.
45701         * math/libm-test.inc (erfc_test): Add more tests.
45702         * sysdeps/i386/fpu/libm-test-ulps: Update.
45703         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45704         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45705
45706 2012-03-01  Kai Tietz  <ktietz@redhat.com>
45707
45708         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45709         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45710         containing bit-fields.
45711         * soft-fp/extended.h (_FP_UNION_E): Likewise.
45712         * soft-fp/single.h (_FP_UNION_S): Likewise.
45713         * soft-fp/double.h (_FP_UNION_D): Likewise.
45714
45715 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45716
45717         [BZ #13786]
45718         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45719         not include ../strcmp.S.
45720         [USE_AS_STRNCASECMP_L]: Likewise.
45721         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45722         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45723         * sysdeps/i386/i686/multiarch/strncase_l-c.c
45724         (__strncasecmp_l_ia32): Define as alias to
45725         __strncasecmp_l_nonascii.
45726
45727         [BZ #5794]
45728         * math/libm-test.inc (expm1_test): Add test for bug 5794.
45729         * sysdeps/i386/fpu/libm-test-ulps: Update.
45730         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45731
45732         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45733         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45734
45735 2012-02-29  Jeff Law  <law@redhat.com>
45736
45737         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45738         out of bounds read.
45739
45740 2012-02-29  Marek Polacek  <polacek@redhat.com>
45741
45742         [BZ #13706]
45743         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45744         * elf/Makefile: Add rules to run tst-unused-dep.out.
45745
45746 2012-02-28  David S. Miller  <davem@davemloft.net>
45747
45748         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45749         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45750         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45751         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45752         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45753         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45754
45755 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45756
45757         * math/libm-test.inc (llround_test): Move one test from
45758         lround_test.  Use TEST_f_L in moved test.
45759         (lround_test): Move misplaced test to llround_test.  Add testcase
45760         from bug 2561.
45761
45762 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
45763
45764         * sysdeps/x86_64/fpu/e_expf.S: New file.
45765         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45766
45767 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
45768
45769         [BZ #13637]
45770         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45771         of remain_len that may cause incomplete multi-byte character and
45772         false match.
45773         * posix/bug-regex33.c: New file.
45774         * posix/Makefile (tests): Add bug-regex33.
45775
45776 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
45777
45778         * manual/macros.texi: New file.
45779         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45780         * manual/libc.texinfo: Include macros.texi.
45781         * manual/creatute.texi: Likewise.
45782         * manual/install.texi: Likewise.
45783         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45784         @glibcadj{} in references to the GNU C Library.
45785         * manual/charset.texi: Likewise.
45786         * manual/conf.texi: Likewise.
45787         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
45788         when not using those macros.
45789         * manual/creature.texi: Likewise.
45790         * manual/crypt.texi: Likewise.
45791         * manual/errno.texi: Likewise.
45792         * manual/filesys.texi: Likewise.
45793         * manual/header.texi: Likewise.
45794         * manual/install.texi: Likewise.
45795         * manual/intro.texi: Likewise.
45796         * manual/io.texi: Likewise.
45797         * manual/job.texi: Likewise.
45798         * manual/lang.texi: Likewise.
45799         * manual/libc.texiinfo: Likewise.
45800         * manual/llio.texi: Likewise.
45801         * manual/locale.texi: Likewise.
45802         * manual/maint.texi: Likewise.
45803         * manual/math.texi: Likewise.
45804         * manual/memory.texi: Likewise.
45805         * manual/message.texi: Likewise.
45806         * manual/nss.texi: Likewise.
45807         * manual/pattern.texi: Likewise.
45808         * manual/process.texi: Likewise.
45809         * manual/resource.texi: Likewise.
45810         * manual/search.texi: Likewise.
45811         * manual/setjmp.texi: Likewise.
45812         * manual/signal.texi: Likewise.
45813         * manual/socket.texi: Likewise.
45814         * manual/startup.texi: Likewise.
45815         * manual/stdio.texi: Likewise.
45816         * manual/string.texi: Likewise.
45817         * manual/sysinfo.texi: Likewise.
45818         * manual/syslog.texi: Likewise.
45819         * manual/terminal.texi: Likewise.
45820         * manual/time.texi: Likewise.
45821         * manual/users.texi: Likewise.
45822         * INSTALL: Regenerated.
45823         * NOTES: Regenerated.
45824         * sysdeps/gnu/errlist.c: Regenerated.
45825
45826 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
45827
45828         * include/dirent.h: Include <dirstream.h> before
45829         <dirent/dirent.h>.
45830
45831 2012-02-28  David S. Miller  <davem@davemloft.net>
45832
45833         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45834         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45835         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45836         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45837
45838 2012-02-27  David S. Miller  <davem@davemloft.net>
45839
45840         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45841         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45842         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45843         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45844
45845         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45846         frame pointer instead of stack pointer relative arg slot.
45847         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45848         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45849         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45850
45851 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
45852
45853         [BZ #3992]
45854         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45855
45856 2012-02-27  David S. Miller  <davem@davemloft.net>
45857
45858         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45859         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45860         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45861         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45862         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45863         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45864         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45865         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45866
45867 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45868
45869         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45870         later.  Allow versions 5-9.
45871         * configure: Regenerated.
45872         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45873         required minimum version and 4.6 as recommended version.  Do not
45874         mention bugs in GCC 2.7 and 2.8.
45875         * INSTALL: Regenerated.
45876
45877 2012-02-27  David S. Miller  <davem@davemloft.net>
45878
45879         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45880         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45881         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45882         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45883         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45884         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45885         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45886         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45887
45888         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45889         manipulate bits before adding and subtracting TWO112[sx].
45890         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45891
45892 2012-02-27  Roland McGrath  <roland@hack.frob.com>
45893
45894         [BZ #13775]
45895         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45896         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45897         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45898         being in POSIX, because they are in 1003.1-2008.
45899
45900         * rt/tst-aio.c: Include <fcntl.h>.
45901         * rt/tst-aio7.c: Likewise.
45902         * rt/tst-aio64.c: Likewise.
45903
45904         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45905
45906 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45907
45908         * manual/install.texi (--with-headers): Describe headers as
45909         interface headers, not private headers.
45910         (Specific advice for GNU/Linux systems): Describe use of headers
45911         from "make headers_install", not private headers from older
45912         kernels.
45913         * INSTALL: Regenerated.
45914         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45915         Change to 2.6.19.
45916         * sysdeps/unix/sysv/linux/configure: Regenerated.
45917
45918         * manual/llio.texi (fclean): Remove documentation.
45919
45920         * manual/Makefile (libc-texi-generated): New variable.  Include
45921         version.texi.
45922         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45923         $(libc-texi-generated), not duplicated list of files.
45924         (version.texi, stamp-version): New rules.
45925         (realclean): Remove $(libc-texi-generated), not individual files
45926         from that list.  Do not remove dir-add.texinfo.
45927         * manual/libc.texinfo: Comment out uses of edition numbers and
45928         references to printed manual.  Remove last-updated dates.
45929         (EDITION): Comment out.
45930         (ISBN): Likewise.
45931         (VERSION, UPDATED): Remove.
45932         (version.texi): Include.
45933
45934 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45935
45936         * sysdeps/posix/spawni.c: Include <signal.h>.
45937         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45938         * sysdeps/pthread/aio_fsync.c: Likewise.
45939
45940 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45941
45942         * conform/Makefile (tests): Run only when not cross-compiling and
45943         when fast-check is not defined.
45944
45945         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45946         * conform/data/limits.h-data: Fixes for POSIX2008.
45947         * conform/run-conformtest.sh: Run all tests.
45948         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45949         headers.
45950         * include/bits/dlfcn.h: Likewise.
45951         * include/langinfo.h: Likewise.
45952         * include/monetary.h: Likewise.
45953         * include/sys/poll.h: Likewise.
45954
45955         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45956         for __USE_GNU.
45957         * posix/spawn.h: Define __need_sigset_t.
45958         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45959         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45960         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45961         to get sigevent_t only.
45962         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45963         only for __USE_GNU.
45964         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45965         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45966         process_vm_writev only for __USE_GNU.
45967         * termios/termios.h: Declare tcgetsid also for POSIX2008.
45968
45969         * conform/Makefile: For now ignore errors from run-conformtest.
45970         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
45971         POSIX to avoid namespace pollution.  Don't prepend headers.
45972         * conform/data/aio.h-data: Fixes for POSIX testing.
45973         * conform/data/fcntl.h-data: Likewise.
45974         * conform/data/glob.h-data: Likewise.
45975         * conform/data/grp.h-data: Likewise.
45976         * conform/data/pthread.h-data: Likewise.
45977         * conform/data/pwd.h-data: Likewise.
45978         * conform/data/signal.h-data: Likewise.
45979         * conform/data/spawn.h-data: Likewise.
45980         * conform/data/stdio.h-data: Likewise.
45981         * conform/data/stdlib.h-data: Likewise.
45982         * conform/data/stropts.h-data: Likewise.
45983         * conform/data/sys/mman.h-data: Likewise.
45984         * conform/data/sys/stat.h-data: Likewise.
45985         * conform/data/sys/types.h-data: Likewise.
45986         * conform/data/sys/wait.h-data: Likewise.
45987         * conform/data/time.h-data: Likewise.
45988         * conform/data/unistd.h-data: Likewise.
45989         * conform/data/utime.h-data: Likewise.
45990
45991         * io/sys/stat.h: fchmod was always in POSIX.
45992         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
45993         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
45994         * rt/aio.h: Define __need_timespec before including <time.h>.
45995         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
45996         struct.  Add forward declaration of pthread_attr_t and use it in
45997         sigevent.
45998         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
45999         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
46000         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
46001         always remove CLK_TCK definition.
46002
46003 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
46004
46005         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
46006
46007 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
46008
46009         * conform/run-conformtest.sh: New file.
46010         * conform/Makefile: Run run-conformtest for tests.
46011         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
46012         support.
46013
46014         * conform/data/uchar.h-data: New file.
46015         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
46016         * conform/data/arpa/inet.h-data: Likewise.
46017         * conform/data/assert.h-data: Likewise.
46018         * conform/data/complex.h-data: Likewise.
46019         * conform/data/cpio.h-data: Likewise.
46020         * conform/data/ctype.h-data: Likewise.
46021         * conform/data/dirent.h-data: Likewise.
46022         * conform/data/dlfcn.h-data: Likewise.
46023         * conform/data/errno.h-data: Likewise.
46024         * conform/data/fcntl.h-data: Likewise.
46025         * conform/data/float.h-data: Likewise.
46026         * conform/data/fmtmsg.h-data: Likewise.
46027         * conform/data/fnmatch.h-data: Likewise.
46028         * conform/data/ftw.h-data: Likewise.
46029         * conform/data/glob.h-data: Likewise.
46030         * conform/data/grp.h-data: Likewise.
46031         * conform/data/iconv.h-data: Likewise.
46032         * conform/data/inttypes.h-data: Likewise.
46033         * conform/data/langinfo.h-data: Likewise.
46034         * conform/data/libgen.h-data: Likewise.
46035         * conform/data/limits.h-data: Likewise.
46036         * conform/data/locale.h-data: Likewise.
46037         * conform/data/math.h-data: Likewise.
46038         * conform/data/monetary.h-data: Likewise.
46039         * conform/data/mqueue.h-data: Likewise.
46040         * conform/data/ndbm.h-data: Likewise.
46041         * conform/data/net/if.h-data: Likewise.
46042         * conform/data/netdb.h-data: Likewise.
46043         * conform/data/netinet/in.h-data: Likewise.
46044         * conform/data/nl_types.h-data: Likewise.
46045         * conform/data/poll.h-data: Likewise.
46046         * conform/data/pthread.h-data: Likewise.
46047         * conform/data/pwd.h-data: Likewise.
46048         * conform/data/regex.h-data: Likewise.
46049         * conform/data/sched.h-data: Likewise.
46050         * conform/data/search.h-data: Likewise.
46051         * conform/data/semaphore.h-data: Likewise.
46052         * conform/data/setjmp.h-data: Likewise.
46053         * conform/data/signal.h-data: Likewise.
46054         * conform/data/spawn.h-data: Likewise.
46055         * conform/data/stdarg.h-data: Likewise.
46056         * conform/data/stdio.h-data: Likewise.
46057         * conform/data/stdlib.h-data: Likewise.
46058         * conform/data/string.h-data: Likewise.
46059         * conform/data/strings.h-data: Likewise.
46060         * conform/data/stropts.h-data: Likewise.
46061         * conform/data/sys/ipc.h-data: Likewise.
46062         * conform/data/sys/mman.h-data: Likewise.
46063         * conform/data/sys/msg.h-data: Likewise.
46064         * conform/data/sys/resource.h-data: Likewise.
46065         * conform/data/sys/select.h-data: Likewise.
46066         * conform/data/sys/sem.h-data: Likewise.
46067         * conform/data/sys/shm.h-data: Likewise.
46068         * conform/data/sys/socket.h-data: Likewise.
46069         * conform/data/sys/stat.h-data: Likewise.
46070         * conform/data/sys/statvfs.h-data: Likewise.
46071         * conform/data/sys/time.h-data: Likewise.
46072         * conform/data/sys/timeb.h-data: Likewise.
46073         * conform/data/sys/times.h-data: Likewise.
46074         * conform/data/sys/types.h-data: Likewise.
46075         * conform/data/sys/uio.h-data: Likewise.
46076         * conform/data/sys/un.h-data: Likewise.
46077         * conform/data/sys/utsname.h-data: Likewise.
46078         * conform/data/sys/wait.h-data: Likewise.
46079         * conform/data/syslog.h-data: Likewise.
46080         * conform/data/tar.h-data: Likewise.
46081         * conform/data/termios.h-data: Likewise.
46082         * conform/data/utime.h-data: Likewise.
46083         * conform/data/utmpx.h-data: Likewise.
46084         * conform/data/varargs.h-data: Likewise.
46085         * conform/data/wchar.h-data: Likewise.
46086         * conform/data/wctype.h-data: Likewise.
46087         * conform/data/wordexp.h-data: Likewise.
46088
46089         * include/stropts.h: New file.
46090         * include/uchar.h: New file.
46091         * include/aio.h: Changes to allow conformtest.pl to use the headers.
46092         * include/assert.h: Likewise.
46093         * include/ctype.h: Likewise.
46094         * include/dirent.h: Likewise.
46095         * include/dlfcn.h: Likewise.
46096         * include/fcntl.h: Likewise.
46097         * include/fnmatch.h: Likewise.
46098         * include/glob.h: Likewise.
46099         * include/grp.h: Likewise.
46100         * include/libio.h: Likewise.
46101         * include/locale.h: Likewise.
46102         * include/math.h: Likewise.
46103         * include/net/if.h: Likewise.
46104         * include/netdb.h: Likewise.
46105         * include/netinet/in.h: Likewise.
46106         * include/pthread.h: Likewise.
46107         * include/pwd.h: Likewise.
46108         * include/regex.h: Likewise.
46109         * include/sched.h: Likewise.
46110         * include/search.h: Likewise.
46111         * include/setjmp.h: Likewise.
46112         * include/signal.h: Likewise.
46113         * include/stdio.h: Likewise.
46114         * include/stdlib.h: Likewise.
46115         * include/string.h: Likewise.
46116         * include/sys/cdefs.h: Likewise.
46117         * include/sys/mman.h: Likewise.
46118         * include/sys/msg.h: Likewise.
46119         * include/sys/resource.h: Likewise.
46120         * include/sys/select.h: Likewise.
46121         * include/sys/socket.h: Likewise.
46122         * include/sys/stat.h: Likewise.
46123         * include/sys/statvfs.h: Likewise.
46124         * include/sys/time.h: Likewise.
46125         * include/sys/times.h: Likewise.
46126         * include/sys/uio.h: Likewise.
46127         * include/sys/utsname.h: Likewise.
46128         * include/sys/wait.h: Likewise.
46129         * include/termios.h: Likewise.
46130         * include/time.h: Likewise.
46131         * include/ulimit.h: Likewise.
46132         * include/unistd.h: Likewise.
46133         * include/utime.h: Likewise.
46134         * include/wchar.h: Likewise.
46135         * include/wctype.h: Likewise.
46136         * include/wordexp.h: Likewise.
46137
46138         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
46139
46140         * time/time.h: TIME_UTC must be a macro.
46141         Make timespec_get available for ISO C11 only as well.
46142
46143 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
46144
46145         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
46146         Reported by Peng Haitao <penght@cn.fujitsu.com>.
46147
46148 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46149
46150         * configure.in: Use -o not -a in test for unsupported multi-arch.
46151
46152 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46153
46154         * manual/texinfo.tex: Update to version 2012-01-19.16.
46155
46156 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46157
46158         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
46159
46160 2012-02-24  Roland McGrath  <roland@hack.frob.com>
46161
46162         [BZ #13738]
46163         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
46164         * manual/fdl-1.3.texi: New file.
46165         * manual/fdl-1.1.texi: File removed.
46166
46167         [BZ #13738]
46168         * manual/libc.texinfo (FDL_VERSION): New @set.
46169         Use it for mention of FDL in cover text.
46170         (Documentation License): Use it in @include file name.
46171
46172 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46173             Roland McGrath  <roland@hack.frob.com>
46174
46175         [BZ #5461]
46176         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
46177         (not LONG_LONG_MAX and LONG_LONG_MIN.
46178         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
46179         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
46180         name.
46181         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
46182
46183 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46184
46185         [BZ #2547]
46186         [BZ #11365]
46187         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
46188         manipulate bits before adding and subtracting TWO23[sx].
46189         * math/libm-test.inc (nearbyint_test): Add more tests.
46190
46191 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46192
46193         [BZ #2548]
46194         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
46195         bits before adding and subtracting TWO23[sx].
46196         * math/libm-test.inc (rint_test): Add more tests.
46197         (rint_test_tonearest): Likewise.
46198         (rint_test_towardzero): Likewise.
46199         (rint_test_downward): Likewise.
46200         (rint_test_upward: Likewise.
46201
46202 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46203
46204         [BZ #10110]
46205         * include/stdc-predef.h: New file.  Extracted from features.h.
46206         * include/features.h: Include stdc-predef.h.
46207         * Makefile (headers): Add stdc-predef.h.
46208         * CONFORMANCE (Compiler limitations): Update.
46209
46210 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46211
46212         * manual/libc.texinfo (VERSION, UPDATED): Revert.
46213
46214 2012-02-21  David S. Miller  <davem@davemloft.net>
46215
46216         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
46217         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46218
46219 2012-02-20  David S. Miller  <davem@davemloft.net>
46220
46221         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
46222         using a normal save/restore sequence, rather than allocating a
46223         dummy stack frame just to store a frame pointer and restore.
46224         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46225
46226 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46227
46228         * manual/install.texi: Fix stray word in line-wrapped comment.
46229
46230 2012-02-20  David S. Miller  <davem@davemloft.net>
46231
46232         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
46233         both binutils and gcc support GOTDATA.
46234
46235         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
46236         "rd %pc" in the PIC register setup sequences.
46237
46238         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
46239         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
46240         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
46241         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
46242         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
46243         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46244         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46245         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46246         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
46247         (SYSCALL_ERROR_HANDLER): Likewise.
46248         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
46249         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
46250         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
46251         (SYSCALL_ERROR_HANDLER): Likewise.
46252
46253         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
46254         (HAVE_GCC_GOTDATA): New.
46255         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
46256         relocation support in both binutils and gcc.
46257         * sysdeps/sparc/elf/configure: Regenerate.
46258
46259         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
46260         * sysdeps/sparc/sparc32/elf/configure: Delete.
46261         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
46262         * sysdeps/sparc/sparc64/elf/configure: Delete.
46263         * sysdeps/sparc/elf/configure.in: New file.
46264         * sysdeps/sparc/elf/configure: Generate.
46265
46266         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
46267         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
46268         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46269         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
46270         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
46271
46272 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46273
46274         * manual/install.texi: Do not mention specific glibc version
46275         numbers.
46276         * manual/libc.texinfo (VERSION, UPDATED): Update.
46277         (@copying): Use @copyright{} and range of years.
46278
46279 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46280
46281         [BZ #13695]
46282         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
46283         [crti.S not in sysdirs] (generated): Do not append.
46284         [crti.S not in sysdirs] (omit-deps): Likewise.
46285         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
46286         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
46287         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
46288         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
46289         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
46290         Likewise.
46291         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
46292         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
46293         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
46294         * csu/defs.awk: Remove file.
46295         * sysdeps/generic/initfini.c: Likewise.
46296         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
46297         variable.
46298         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
46299         Likewise.
46300
46301 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46302
46303         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
46304         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
46305         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
46306         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
46307         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46308         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
46309         <bits/epoll.h>.
46310         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
46311         (__EPOLL_PACKED): Define to empty if not defined by
46312         <bits/epoll.h>.
46313         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
46314         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46315         bits/epoll.h.
46316
46317 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46318
46319         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
46320         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
46321         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
46322         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
46323         <bits/timerfd.h>.
46324         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
46325         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46326         bits/timerfd.h.
46327
46328 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46329
46330         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
46331         in C locale.
46332         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
46333         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
46334         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
46335         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46336
46337 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
46338
46339         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46340         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46341
46342 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
46343
46344         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
46345         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
46346         defined.
46347         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
46348         Likewise.
46349         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
46350         entry for 2.16.
46351
46352 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
46353
46354         * math/w_acos.c: Use non-signaling floating-point comparisons.
46355         * math/w_acosf.c: Likewise.
46356         * math/w_acosh.c: Likewise.
46357         * math/w_acoshf.c: Likewise.
46358         * math/w_acoshl.c: Likewise.
46359         * math/w_acosl.c: Likewise.
46360         * math/w_asin.c: Likewise.
46361         * math/w_asinf.c: Likewise.
46362         * math/w_asinl.c: Likewise.
46363         * math/w_atanh.c: Likewise.
46364         * math/w_atanhf.c: Likewise.
46365         * math/w_atanhl.c: Likewise.
46366         * math/w_exp2.c: Likewise.
46367         * math/w_exp2f.c: Likewise.
46368         * math/w_exp2l.c: Likewise.
46369         * math/w_j0.c: Likewise.
46370         * math/w_j0f.c: Likewise.
46371         * math/w_j0l.c: Likewise.
46372         * math/w_j1.c: Likewise.
46373         * math/w_j1f.c: Likewise.
46374         * math/w_j1l.c: Likewise.
46375         * math/w_jn.c: Likewise.
46376         * math/w_jnf.c: Likewise.
46377         * math/w_log.c: Likewise.
46378         * math/w_log10.c: Likewise.
46379         * math/w_log10f.c: Likewise.
46380         * math/w_log10l.c: Likewise.
46381         * math/w_log2.c: Likewise.
46382         * math/w_log2f.c: Likewise.
46383         * math/w_log2l.c: Likewise.
46384         * math/w_logf.c: Likewise.
46385         * math/w_logl.c: Likewise.
46386         * math/w_sqrt.c: Likewise.
46387         * math/w_sqrtf.c: Likewise.
46388         * math/w_sqrtl.c: Likewise.
46389         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46390         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
46391         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46392         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46393         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46394
46395 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46396
46397         [BZ #9739]
46398         * manual/string.texi (strnlen): Use correct parameter name in
46399         equivalent expression.
46400
46401 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46402
46403         [BZ #11174]
46404         * manual/users.texi (seteuid): Consistently use neweuid for
46405         argument name.
46406
46407 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46408
46409         [BZ #13704]
46410         * manual/nss.texi (Services in the NSS configuration): Correct
46411         list of services in example configuration file.
46412
46413 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
46414
46415         [BZ #11322]
46416         * manual/arith.texi: Remove statements about negative zero
46417         behaving identically to zero.
46418
46419 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46420
46421         [BZ #5993]
46422         * manual/install.texi: Do not document upgrading from libc5.
46423
46424 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46425
46426         [BZ #4596]
46427         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
46428
46429 2012-02-18  David S. Miller  <davem@davemloft.net>
46430
46431         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
46432         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
46433         %o7 across the call.
46434         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
46435         instead.
46436         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
46437         SETUP_PIC_REG_LEAF.
46438         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46439         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
46440         * sysdeps/sparc/crtn.S: Likewise.
46441
46442 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
46443
46444         * aout/Makefile: Remove.
46445
46446 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
46447
46448         [BZ #13058]
46449         * manual/examples/argp-ex1.c (main): Format definition in GNU
46450         style.
46451         * manual/examples/argp-ex2.c (main): Likewise.
46452         * manual/examples/argp-ex3.c (main): Likewise.
46453         * manual/examples/argp-ex4.c (main): Likewise.
46454         * manual/examples/longopt.c (main): Use new-style prototype
46455         definition.
46456         * manual/examples/strncat.c (main): Specify return type and use
46457         (void) for arguments.
46458         * manual/examples/subopt.c (main): Use char **argv argument.
46459
46460 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46461
46462         [BZ #5077]
46463         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
46464         rounding modes.
46465
46466 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
46467
46468         [BZ #6907]
46469         * manual/string.texi (strchr): Change when strchrnul is
46470         recommended.
46471
46472 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
46473
46474         [BZ #174]
46475         * manual/locale.texi (setlocale): Document LOCPATH.
46476
46477 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46478
46479         [BZ #10210]
46480         * manual/process.texi (execle): Move @dots{} before last argument.
46481
46482 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
46483
46484         [BZ #12047]
46485         * manual/charset.texi (Generic Charset Conversion): Fix typo
46486         (LC_TYPE -> LC_CTYPE).
46487
46488 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
46489
46490         [BZ #5805]
46491         * manual/arith.texi (scalbn): Use @var{} on parameter names.
46492         (scalbnf): Likewise.
46493         (scalbnl): Likewise.
46494         (scalbln): Likewise.
46495         (scalblnf): Likewise.
46496         (scalblnl): Likewise.
46497         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
46498         (vwarnx): Likewise.
46499         (verr): Likewise.
46500         (verrx): Likewise.
46501         * manual/filesys.texi (telldir): Use braces around return type.
46502         * manual/llio.texi (mmap): Add space after comma.
46503         (mmap64): Likewise.
46504         * manual/math.texi (jn): Use @var{} on parameter names.
46505         (jnf): Likewise.
46506         (jnl): Likewise.
46507         (yn): Likewise.
46508         (ynf): Likewise.
46509         (ynl): Likewise.
46510         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
46511         line.
46512         * manual/resource.texi (ulimit): Use @dots{} instead of literal
46513         "...".
46514         (sched_get_priority_min): Remove semicolon on @deftypefun line.
46515         (sched_get_priority_max): Likewise.
46516         * manual/signal.texi (sigvec): Add space after comma.
46517         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
46518         names.
46519         (if_indextoname): Likewise.
46520         (if_freenameindex): Likewise.
46521         (sendto): Use ',' instead of '.' in prototype.
46522         * manual/startup.texi (syscall): Use @dots{} instead of literal
46523         "...".
46524         * manual/stdio.texi (__fpending): Separate initial words of
46525         paragraph from @deftypefun line.
46526         * manual/syslog.texi (syslog): Use @dots{} instead of literal
46527         "...".
46528         (vsyslog): Use @var{} on parameter names.
46529         * manual/terminal.texi (stty): Use @var{} on parameter names.
46530         * manual/users.texi (getutmp): Use @var{} on parameter names.
46531         (getutmpx): Likewise.
46532
46533 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46534
46535         [BZ #6884]
46536         * manual/stdio.texi (fopen): Fix typos in description of
46537         ",ccs=STRING".
46538
46539 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
46540
46541         [BZ #4026]
46542         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
46543         get clock_id definition.
46544
46545 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
46546
46547         [BZ #4822]
46548         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
46549         (madvise): Cast every argument to void on its own.
46550
46551 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46552
46553         [BZ #9902]
46554         * manual/startup.texi (Exit Status): Fix typo.
46555
46556 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46557
46558         [BZ #10140]
46559         * manual/examples/argp-ex1.c: Include <stdlib.h>.
46560         * manual/examples/argp-ex2.c: Likewise.
46561         * manual/examples/argp-ex3.c: Likewise.
46562
46563 2012-02-16  Richard Henderson  <rth@redhat.com>
46564
46565         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
46566         * sysdeps/s390/s390-32/initfini.c: Remove.
46567         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
46568         * sysdeps/s390/s390-64/initfini.c: Remove.
46569
46570 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
46571
46572         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
46573         compiler output for sysdeps/generic/initfini.c.
46574         * sysdeps/sh/elf/initfini.c: Remove file.
46575
46576 2012-02-16  David S. Miller  <davem@davemloft.net>
46577
46578         [BZ #11494]
46579         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
46580
46581         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
46582         * sysdeps/sparc/crti.S: New file.
46583         * sysdeps/sparc/crtn.S: New file.
46584         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
46585         * sysdeps/sparc/sparc64/Makefile: Likewise.
46586
46587 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
46588
46589         [BZ #3335]
46590         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
46591
46592 2012-02-15  Roland McGrath  <roland@hack.frob.com>
46593
46594         [BZ #4822]
46595         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
46596
46597         * mach/devstream.c (cookie_io_functions_t): Macro removed.
46598         (write, read, close): Likewise.
46599         Patch by Aurelien Jarno <aurelien@aurel32.net>.
46600
46601 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
46602
46603         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
46604         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
46605         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
46606         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
46607         <bits/signalfd.h>.
46608         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
46609         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46610         bits/signalfd.h.
46611
46612 2012-02-14  Marek Polacek  <polacek@redhat.com>
46613
46614         * sysdeps/x86_64/crti.S: New file.
46615         * sysdeps/x86_64/crtn.S: New file.
46616         * sysdeps/x86_64/elf/initfini.c: Remove file.
46617
46618 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46619
46620         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46621         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46622         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46623         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46624         <bits/inotify.h>.
46625         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46626         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46627         bits/inotify.h.
46628
46629 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46630
46631         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46632         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46633         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46634         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46635         <bits/eventfd.h>.
46636         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46637         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46638         bits/eventfd.h.
46639
46640 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
46641
46642         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46643         __feraiseexcept instead of feraiseexcept.
46644
46645         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46646         nanosleep invocations.
46647         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46648         strings, and add error checking for a nanosleep invocations.
46649
46650 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
46651
46652         Replace FSF snail mail address with URLs, as per GNU coding standards.
46653         Most of the snail mail addresses were wrong anyway, and omitting
46654         them makes the source code easier to maintain.  Almost all of the
46655         changes are to license notices and to locale LC_IDENTIFICATION
46656         addresses, except for this one:
46657         * manual/libc.texinfo: In "Published by", give the FSF's URL,
46658         not its snail mail address.
46659
46660 2012-02-09  Richard Henderson  <rth@twiddle.net>
46661
46662         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46663         of kernel-features.h.
46664
46665         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46666
46667 2012-02-08  Marek Polacek  <polacek@redhat.com>
46668
46669         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46670         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46671         * sysdeps/gnu/_G_config.h: Likewise.
46672         * sysdeps/generic/_G_config.h: Likewise.
46673
46674 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
46675
46676         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46677         tests.
46678         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46679
46680         * sysdeps/powerpc/powerpc32/crti.S: New file.
46681         * sysdeps/powerpc/powerpc32/crtn.S: New file.
46682         * sysdeps/powerpc/powerpc64/crti.S: New file.
46683         * sysdeps/powerpc/powerpc64/crtn.S: New file.
46684
46685         * Makeconfig (have-initfini): Don't set.
46686         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46687         * configure.in (nopic_initfini): Don't substitute.
46688         * config.h.in (HAVE_INITFINI): Don't #undef.
46689         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46690         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46691
46692 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
46693
46694         Support crti.S and crtn.S provided directly by architectures.
46695         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46696         [crti.S in sysdirs] (omit-deps): Likewise.
46697         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46698         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46699         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46700         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46701         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46702         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46703         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46704         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46705         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46706         compiler output for sysdeps/generic/initfini.c.
46707         * sysdeps/i386/elf/Makefile: Remove file.
46708         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46709
46710 2012-02-07  Marek Polacek  <polacek@redhat.com>
46711
46712         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46713         * sysdeps/gnu/_G_config.h: Likewise.
46714         * sysdeps/mach/hurd/_G_config.h: Likewise.
46715
46716 2012-02-07  Marek Polacek  <polacek@redhat.com>
46717
46718         * math/Makefile (tests): Add tst-CMPLX2.
46719         * math/tst-CMPLX2.c: New file.
46720
46721 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
46722
46723         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46724
46725         * math/libm-test.inc (jn_test): Add missing L suffix.
46726
46727 2012-02-06  Marek Polacek  <polacek@redhat.com>
46728
46729         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46730         * sysdeps/i386/fpu/e_powf.S: Likewise.
46731         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46732         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46733         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46734         * sysdeps/i386/fpu/e_pow.S: Likewise.
46735         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46736         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46737         * sysdeps/i386/fpu/s_expm1.S: Likewise.
46738         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46739         * sysdeps/i386/fpu/e_log2.S: Likewise.
46740         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46741         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46742         * sysdeps/i386/fpu/e_powl.S: Likewise.
46743         * sysdeps/i386/fpu/s_log1p.S: Likewise.
46744         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46745         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46746         * sysdeps/i386/fpu/e_logl.S: Likewise.
46747         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46748         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46749         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46750         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46751         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46752         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46753         * sysdeps/i386/fpu/e_log.S: Likewise.
46754         * sysdeps/i386/fpu/s_cexp.S: Likewise.
46755         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46756         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46757         * sysdeps/i386/fpu/e_logf.S: Likewise.
46758         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46759         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46760         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46761         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46762         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46763         * sysdeps/i386/fpu/e_log10.S: Likewise.
46764         * sysdeps/i386/fpu/s_frexp.S: Likewise.
46765         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46766         * sysdeps/i386/fpu/s_asinh.S: Likewise.
46767         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46768         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46769         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46770         * sysdeps/i386/asm-syntax.h: Likewise.
46771         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46772         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46773         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46774         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46775         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46776         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46777         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46778         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46779         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46780         * sysdeps/powerpc/sysdep.h: Likewise.
46781         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46782         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46783
46784 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46785
46786         [BZ #411]
46787         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46788
46789 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46790
46791         * sysdeps/i386/sysdep.h: Include <features.h>.
46792         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46793         version.
46794
46795 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
46796
46797         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46798         Define.
46799         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46800         LOAD_PIC_REG_STR.
46801
46802 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46803
46804         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46805         (SETUP_PIC_REG): Use GET_PC_THUNK.
46806         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46807         macro.
46808
46809 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46810
46811         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46812         for non-PIC compilation.
46813         (SETUP_PIC_REG): Add .p2align directive.
46814         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46815         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46816         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46817         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46818         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46819         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46820         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46821         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46822         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46823         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46824         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46825         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46826         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46827         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46828         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46829         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46830         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46831         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46832         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46833         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46834         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46835         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46836         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46837         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46838         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46839         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46840         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46841         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46842         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46843         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46844         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46845         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46846         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46847         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46848         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46849         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46850         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46851         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46852         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46853         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46854         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46855
46856 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46857
46858         * math/tst-CMPLX.c: Include <stdio.h>.
46859
46860 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
46861
46862         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46863         float.
46864         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46865         * sysdeps/sparc/bits/mathdef.h: Likewise.
46866
46867 2012-01-31  Marek Polacek  <polacek@redhat.com>
46868
46869         * libio/libio.h: Don't define _PARAMS.
46870         * locale/programs/config.h: Don't define PARAMS.
46871         * stdlib/strtol_l.c: Likewise.
46872         (__strtol_l): Remove PARAMS from the prototype.
46873
46874 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
46875
46876         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
46877         names.  Just use the correct names.  Remove unnecessary wrapper
46878         functions.
46879         * malloc/arena.c: Likewise.
46880         * malloc/hooks.c: Likewise.
46881
46882         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46883         ARENA_TEST says not to.  Simplify test for creation of a new arena.
46884         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46885
46886 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
46887
46888         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46889         into tail calls.
46890         (update_get_addr): New function.
46891         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46892         GET_ADDR_MODULE parameter.
46893
46894 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46895
46896         * crypt/cert.c: Remove __STDC__ conditionals.
46897         * crypt/crypt-entry.c: Likewise.
46898         * crypt/crypt_util.c: Likewise.
46899         * libio/filedoalloc.c: Likewise.
46900         * libio/fileops.c: Likewise.
46901         * libio/genops.c: Likewise.
46902         * libio/iofclose.c: Likewise.
46903         * libio/iofdopen.c: Likewise.
46904         * libio/iofopen.c: Likewise.
46905         * libio/iofopen64.c: Likewise.
46906         * libio/iogetdelim.c: Likewise.
46907         * libio/iopopen.c: Likewise.
46908         * libio/obprintf.c: Likewise.
46909         * libio/oldfileops.c: Likewise.
46910         * libio/oldiofclose.c: Likewise.
46911         * libio/oldiofdopen.c: Likewise.
46912         * libio/oldiofopen.c: Likewise.
46913         * libio/oldiopopen.c: Likewise.
46914         * libio/wfiledoalloc.c: Likewise.
46915         * libio/wgenops.c: Likewise.
46916         * locale/programs/xmalloc.c: Likewise.
46917         * misc/syslog.c: Likewise.
46918         * stdio-common/xbug.c: Likewise.
46919         * string/memchr.c: Likewise.
46920         * string/memcmp.c: Likewise.
46921         * string/memrchr.c: Likewise.
46922         * string/rawmemchr.c: Likewise.
46923         * sysdeps/posix/getcwd.c: Likewise.
46924         * time/strftime_l.c: Likewise.
46925
46926 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46927
46928         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46929         * config.make.in (config-cflags-sse2avx): Define.
46930         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46931         Fix typo.
46932
46933 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46934
46935         * scripts/config.guess: Update from upstream config git repository.
46936         * scripts/config.sub: Likewise.
46937
46938 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46939
46940         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46941         (EM_NUM): Update.
46942         (R_TILEPRO_*, R_TILEGX_*): New macros.
46943
46944         * scripts/firstversions.awk: Fix bug in version range handling.
46945
46946         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46947
46948         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46949
46950         * include/sys/epoll.h: New file.
46951         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46952         libc_hidden_def.
46953
46954 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46955
46956         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46957         Avoid unnecessary __WORDSIZE == 64 test.
46958         (fmaxf): Use VEX format if possible.
46959         (fmax): Likewise.
46960         (fminf): Likewise.
46961         (fmin): Likewise.
46962
46963         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46964         * math/math_private.h: Remove libc_fegetround* and
46965         libc_fesetround*.
46966         * sysdeps/i386/configure.in: Check for -msse2avx.
46967         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46968         also if SSE2AVX is defined.
46969         Remove libc_fegetround* and libc_fesetround*.
46970         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46971         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
46972         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46973         of HAS_YMM_USABLE.
46974         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46975         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46976         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46977         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46978         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46979
46980         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46981
46982 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46983
46984         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46985         size is not set.
46986         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46987
46988 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
46989
46990         [BZ #13618]
46991         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
46992         relocation.
46993         * Makeconfig (libm): Define.
46994         * elf/Makefile: Add rules to build and run tst-relsort1.
46995         * elf/tst-relsort1.c: New file.
46996         * elf/tst-relsort1mod1.c: New file.
46997         * elf/tst-relsort1mod2.c: New file.
46998
46999 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
47000
47001         * math/s_ldexp.c: Remove __STDC__ conditionals.
47002         * math/s_ldexpf.c: Likewise.
47003         * math/s_ldexpl.c: Likewise.
47004         * math/s_nextafter.c: Likewise.
47005         * math/s_nexttowardf.c: Likewise.
47006         * math/s_significand.c: Likewise.
47007         * math/s_significandf.c: Likewise.
47008         * math/s_significandl.c: Likewise.
47009         * math/w_jnl.c: Likewise.
47010         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
47011         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
47012         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
47013         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
47014         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
47015         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
47016         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
47017         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
47018         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
47019         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
47020         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
47021         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47022         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
47023         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
47024         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
47025         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
47026         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
47027         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
47028         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
47029         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
47030         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
47031         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
47032         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
47033         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
47034         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
47035         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
47036         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
47037         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
47038         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
47039         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
47040         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
47041         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
47042         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
47043         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
47044         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
47045         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
47046         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
47047         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
47048         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
47049         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
47050         * sysdeps/ieee754/k_standard.c: Likewise.
47051         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
47052         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
47053         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
47054         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
47055         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
47056         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
47057         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
47058         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
47059         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
47060         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
47061         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
47062         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
47063         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
47064         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
47065         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
47066         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
47067         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
47068         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
47069         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
47070         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
47071         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
47072         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
47073         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
47074         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
47075         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
47076         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
47077         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
47078         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
47079         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47080         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
47081         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
47082         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
47083         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
47084         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
47085         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
47086         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
47087         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
47088         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47089         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47090         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
47091         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
47092         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
47093         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
47094         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
47095         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
47096         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
47097         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
47098         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
47099         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
47100         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
47101         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
47102         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47103         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47104         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47105         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47106         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47107         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
47108         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47109         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47110         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47111         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47112         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47113         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47114         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47115         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47116         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47117         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47118         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47119         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47120         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47121         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47122         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47123         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47124         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47125         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47126         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47127         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47128         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47129         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47130         * sysdeps/ieee754/s_matherr.c: Likewise.
47131         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47132         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47133         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47134         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47135
47136 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47137
47138         * crypt/md5.h: Remove __STDC__ conditionals.
47139         * libio/libioP.h: Likewise.
47140         * locale/programs/config.h: Likewise.
47141         * sysdeps/generic/sysdep.h: Likewise.
47142         * sysdeps/i386/asm-syntax.h: Likewise.
47143         * sysdeps/s390/asm-syntax.h: Likewise.
47144         * sysdeps/unix/sysdep.h: Likewise.
47145         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
47146         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
47147
47148 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47149
47150         * libio/libio.h: Remove __STDC__ conditionals.
47151         * malloc/obstack.h: Likewise.
47152         * math/complex.h: Likewise.
47153         * math/math.h: Likewise.
47154         * sysdeps/generic/_G_config.h: Likewise.
47155         * sysdeps/gnu/_G_config.h: Likewise.
47156         * sysdeps/mach/hurd/_G_config.h: Likewise.
47157         * sysdeps/powerpc/bits/mathdef.h: Likewise.
47158         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
47159         * sysdeps/sparc/bits/mathdef.h: Likewise.
47160
47161 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
47162
47163         [BZ #13583]
47164         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
47165         Clean up HAS_* macros.
47166         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
47167         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
47168         possible.
47169         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
47170         HAS_AVX.
47171         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47172         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47173         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47174         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47175         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47176
47177 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
47178
47179         * elf/tst-unique3.cc (gets): Remove declaration.
47180         * elf/tst-unique3lib.cc (gets): Likewise.
47181         * elf/tst-unique3lib2.cc (gets): Likewise.
47182         * elf/tst-unique4.cc (gets): Likewise.
47183
47184 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
47185
47186         * include/stdio.h: Add C++ protection.  Add gets declarations and
47187         definitions.
47188         * debug/tst-chk1.c: Don't declare gets here.
47189         * stdio-common/tst-gets.c: Likewise.
47190
47191 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47192
47193         * posix/glob: Remove directory.
47194
47195 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47196
47197         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
47198
47199 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
47200
47201         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
47202         of the non-standard EPFNOSUPPORT.
47203
47204 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47205
47206         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
47207         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
47208         ANYWHERE set to 1 only on KERN_NO_SPACE error.
47209
47210 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
47211
47212         * wcsmbs/uchar.h: Test __STDC_VERSION__.
47213
47214 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
47215
47216         * nscd/aicache.c (addhstaiX): Do not cache negative results of
47217         transient errors.
47218         * nscd/grpcache.c (cache_addgr): Likewise.
47219         * nscd/hstcache.c (cache_addhst): Likewise.
47220         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47221         * nscd/pwdcache.c (cache_addpw): Likewise.
47222         * nscd/servicescache.c (cache_addserv): Likewise.
47223
47224 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
47225
47226         * malloc/malloc.c: Various cleanups.
47227         * malloc/hooks.c: Likewise.
47228
47229         * stdlib/Makefile (tests): Add bug-fmtmsg1.
47230         * stdlib/bug-fmtmsg1.c: New file.
47231
47232         * stdlib/fmtmsg.c (init): Add missing unlock.
47233         Patch by Peng Haitao <penght@cn.fujitsu.com>.
47234
47235 2012-01-12  Marek Polacek  <polacek@redhat.com>
47236
47237         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
47238         and _GNU_SOURCE.
47239
47240 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
47241
47242         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
47243         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
47244         macro to ensure uniqueness of label name.
47245         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47246         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47247
47248 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
47249
47250         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
47251
47252         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
47253         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47254         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47255         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
47256
47257 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
47258
47259         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
47260
47261         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
47262         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47263         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47264
47265         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
47266
47267         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
47268         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47269         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47270         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
47271
47272         * math/bits/math-finite.h: Add ldexp support.
47273
47274 2012-01-10  Marek Polacek  <polacek@redhat.com>
47275
47276         * locale/programs/localedef.h (show_archive_content): Add noreturn
47277         attribute.
47278
47279 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
47280
47281         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
47282
47283 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47284
47285         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
47286
47287         * io/Makefile (headers): Add bits/poll2.h.
47288
47289 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
47290
47291         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
47292         typo #include statement.
47293
47294 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47295
47296         * include/sys/cdefs.h: Define __attribute_alloc_size.
47297         * catgets/gencat.c: Add alloc_size attribute and apply consistently
47298         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
47299         * elf/pldd.c: Likewise.
47300         * iconv/iconv_charmap.c: Likewise.
47301         * iconv/iconvconfig.c: Likewise.
47302         * iconv/strtab.c: Likewise.
47303         * locale/programs/locale.c: Likewise.
47304         * locale/programs/localedef.h: Likewise.
47305         * locale/programs/simple-hash.c: Likewise.
47306         * nscd/nscd.h: Likewise.
47307         * nss/makedb.c: Likewise.
47308         * sysdeps/generic/ldconfig.h: Likewise.
47309         * locale/programs/localedef.c: Remove xmalloc prototype.
47310         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
47311
47312 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
47313
47314         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
47315         appropriate.
47316
47317 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47318
47319         * math/Makefile (tests): Add tst-CMPLX.
47320         * math/tst-CMPLX.c: New file.
47321
47322         * math/complex.h (CMPLXL): Fix typo.
47323
47324         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
47325         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
47326         GLIBC_2.16.
47327         * debug/tst-chk1.c: Add poll and ppoll tests.
47328         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
47329         * include/sys/poll.h: Add hidden proto for ppoll.
47330         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
47331         * sysdeps/mach/hurd/ppoll.c: Likewise.
47332         * io/ppoll.c: Likewise.
47333         * debug/poll_chk.c: New file.
47334         * debug/ppoll_chk.c: New file.
47335         * include/bits/poll2.h: New file.
47336         * io/bits/poll2.h: New file.
47337
47338         [BZ #1350]
47339         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
47340
47341         * configure.in: static is always set to yes.  Remove.
47342         * config.make.in: Don't set build-static.
47343         * Makeconfig: Remove use of build-static.
47344         * dlfcn/Makefile: Likewise.
47345         * elf/Makefile: Likewise.
47346         * math/Makefile: Likewise.
47347         * misc/Makefile: Likewise.
47348         * nptl/Makefile: Likewise.
47349         * sysdeps/mach/hurd/Makefile: Likewise.
47350
47351         * configure.in: PWD_P is not used anymore.
47352         * config.make.in: Remove PWD_P entry.
47353
47354         * configure.in: Remove last remnants of RANLIB.
47355         No need to check for signed size_t anymore.
47356         Don't set libc_commonpagesize and libc_relro_required here for Alpha
47357         and IA-64.
47358         Remove __builtin_expect test because we require at least gcc 3.4.
47359         * aclocal.m4: Likewise.
47360
47361         * wcsmbs/mbrtoc16.c: Implement using towc function.
47362         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
47363         * wcsmbs/wcsmbsload.c: Likewise.
47364         * iconv/gconv_simple.c: Likewise.
47365         * iconv/gconv_int.h: Likewise.
47366         * iconv/gconv_builtin.h: Likewise.
47367         * iconv/iconv_prog.c: Remove CHAR16 handling.
47368
47369         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
47370
47371         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
47372
47373         * configure.in: Remove --with-elf and --enable-bounded options.
47374         Dont set base_machine for ia64.  More non-ELF conditions removed.
47375         Remove testing and setting of leading underscore information.
47376         * config.make.in (build-bounded): Set to no.
47377         * config.h.in: Remove NO_UNDERSCORES entry.
47378         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
47379         them.
47380         * csu/start.c: Remove !NO_UNDERSCORE code.
47381         * locale/localeinfo.h: Likewise.
47382         * sysdeps/generic/machine-gmon.h: Likewise.
47383         * sysdeps/generic/sysdep.h: Likewise.
47384         * sysdeps/i386/sysdep.h: Likewise.
47385         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47386         * sysdeps/mach/sysdep.h: Likewise.
47387         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47388         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47389         * sysdeps/sh/sysdep.h: Likewise.
47390         * sysdeps/sparc/sparc32/alloca.S: Likewise.
47391         * sysdeps/unix/i386/sysdep.S: Likewise.
47392         * sysdeps/unix/sparc/start.c: Likewise.
47393         * sysdeps/unix/sparc/sysdep.S: Likewise.
47394         * sysdeps/unix/sparc/sysdep.h: Likewise.
47395         * sysdeps/unix/start.c: Likewise.
47396         * sysdeps/unix/x86_64/sysdep.S: Likewise.
47397         * sysdeps/x86_64/sysdep.h: Likewise.
47398
47399 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
47400
47401         [BZ #13553]
47402         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
47403         for non-gcc.
47404         * argp/argp-fmtstream.h: Use const instead __const.
47405         * argp/argp.h: Likewise.
47406         * assert/assert.h: Likewise.
47407         * bits/fenv.h: Likewise.
47408         * bits/sched.h: Likewise.
47409         * bits/sigset.h: Likewise.
47410         * bits/sigthread.h: Likewise.
47411         * catgets/nl_types.h: Likewise.
47412         * conform/data/pthread.h-data: Likewise.
47413         * crypt/crypt-private.h: Likewise.
47414         * crypt/crypt.h: Likewise.
47415         * crypt/crypt_util.c: Likewise.
47416         * ctype/ctype.h: Likewise.
47417         * debug/execinfo.h: Likewise.
47418         * debug/mbsnrtowcs_chk.c: Likewise.
47419         * debug/mbsrtowcs_chk.c: Likewise.
47420         * debug/wcsnrtombs_chk.c: Likewise.
47421         * debug/wcsrtombs_chk.c: Likewise.
47422         * debug/wcstombs_chk.c: Likewise.
47423         * dirent/dirent.h: Likewise.
47424         * dlfcn/dlfcn.h: Likewise.
47425         * elf/neededtest4.c: Likewise.
47426         * grp/grp.h: Likewise.
47427         * gshadow/gshadow.h: Likewise.
47428         * iconv/gconv.h: Likewise.
47429         * iconv/gconv_int.h: Likewise.
47430         * iconv/gconv_simple.c: Likewise.
47431         * iconv/iconv.h: Likewise.
47432         * iconv/loop.c: Likewise.
47433         * iconv/skeleton.c: Likewise.
47434         * include/aio.h: Likewise.
47435         * include/aliases.h: Likewise.
47436         * include/argz.h: Likewise.
47437         * include/arpa/inet.h: Likewise.
47438         * include/assert.h: Likewise.
47439         * include/dirent.h: Likewise.
47440         * include/dlfcn.h: Likewise.
47441         * include/execinfo.h: Likewise.
47442         * include/fcntl.h: Likewise.
47443         * include/fenv.h: Likewise.
47444         * include/glob.h: Likewise.
47445         * include/grp.h: Likewise.
47446         * include/libintl.h: Likewise.
47447         * include/mntent.h: Likewise.
47448         * include/netdb.h: Likewise.
47449         * include/pwd.h: Likewise.
47450         * include/rpc/netdb.h: Likewise.
47451         * include/sched.h: Likewise.
47452         * include/search.h: Likewise.
47453         * include/shadow.h: Likewise.
47454         * include/signal.h: Likewise.
47455         * include/stdio.h: Likewise.
47456         * include/stdlib.h: Likewise.
47457         * include/string.h: Likewise.
47458         * include/sys/socket.h: Likewise.
47459         * include/sys/stat.h: Likewise.
47460         * include/sys/statfs.h: Likewise.
47461         * include/sys/statvfs.h: Likewise.
47462         * include/sys/syslog.h: Likewise.
47463         * include/sys/time.h: Likewise.
47464         * include/sys/uio.h: Likewise.
47465         * include/time.h: Likewise.
47466         * include/unistd.h: Likewise.
47467         * include/utmp.h: Likewise.
47468         * include/wchar.h: Likewise.
47469         * include/wctype.h: Likewise.
47470         * inet/aliases.h: Likewise.
47471         * inet/arpa/inet.h: Likewise.
47472         * inet/netinet/ether.h: Likewise.
47473         * inet/netinet/in.h: Likewise.
47474         * intl/libintl.h: Likewise.
47475         * io/bits/fcntl2.h: Likewise.
47476         * io/fcntl.h: Likewise.
47477         * io/ftw.h: Likewise.
47478         * io/sys/poll.h: Likewise.
47479         * io/sys/stat.h: Likewise.
47480         * io/sys/statfs.h: Likewise.
47481         * io/sys/statvfs.h: Likewise.
47482         * io/utime.h: Likewise.
47483         * libio/bits/stdio.h: Likewise.
47484         * libio/bits/stdio2.h: Likewise.
47485         * libio/libio.h: Likewise.
47486         * libio/libioP.h: Likewise.
47487         * libio/stdio.h: Likewise.
47488         * locale/lc-ctype.c: Likewise.
47489         * locale/locale.h: Likewise.
47490         * login/utmp.h: Likewise.
47491         * malloc/arena.c: Likewise.
47492         * malloc/malloc.c: Likewise.
47493         * malloc/malloc.h: Likewise.
47494         * malloc/mcheck.c: Likewise.
47495         * malloc/mtrace.c: Likewise.
47496         * math/bits/mathcalls.h: Likewise.
47497         * math/fenv.h: Likewise.
47498         * math/math_private.h: Likewise.
47499         * misc/bits/error.h: Likewise.
47500         * misc/bits/syslog.h: Likewise.
47501         * misc/err.h: Likewise.
47502         * misc/error.h: Likewise.
47503         * misc/fstab.h: Likewise.
47504         * misc/mntent.h: Likewise.
47505         * misc/regexp.h: Likewise.
47506         * misc/search.h: Likewise.
47507         * misc/sgtty.h: Likewise.
47508         * misc/sys/mman.h: Likewise.
47509         * misc/sys/syslog.h: Likewise.
47510         * misc/sys/uio.h: Likewise.
47511         * misc/sys/xattr.h: Likewise.
47512         * misc/ttyent.h: Likewise.
47513         * nis/rpcsvc/ypclnt.h: Likewise.
47514         * nss/nss.h: Likewise.
47515         * posix/bits/unistd.h: Likewise.
47516         * posix/fnmatch.h: Likewise.
47517         * posix/glob.h: Likewise.
47518         * posix/sched.h: Likewise.
47519         * posix/spawn.h: Likewise.
47520         * posix/sys/wait.h: Likewise.
47521         * posix/unistd.h: Likewise.
47522         * posix/wordexp.h: Likewise.
47523         * pwd/pwd.h: Likewise.
47524         * resolv/netdb.h: Likewise.
47525         * resource/sys/resource.h: Likewise.
47526         * rt/aio.h: Likewise.
47527         * rt/bits/mqueue2.h: Likewise.
47528         * rt/mqueue.h: Likewise.
47529         * shadow/shadow.h: Likewise.
47530         * signal/signal.h: Likewise.
47531         * socket/send.c: Likewise.
47532         * socket/sendto.c: Likewise.
47533         * socket/sys/socket.h: Likewise.
47534         * stdio-common/printf.h: Likewise.
47535         * stdlib/bits/stdlib.h: Likewise.
47536         * stdlib/fmtmsg.h: Likewise.
47537         * stdlib/monetary.h: Likewise.
47538         * stdlib/stdlib.h: Likewise.
47539         * stdlib/ucontext.h: Likewise.
47540         * streams/stropts.h: Likewise.
47541         * string/argz.h: Likewise.
47542         * string/bits/string2.h: Likewise.
47543         * string/string.h: Likewise.
47544         * string/strings.h: Likewise.
47545         * sunrpc/rpc/auth.h: Likewise.
47546         * sunrpc/rpc/auth_des.h: Likewise.
47547         * sunrpc/rpc/clnt.h: Likewise.
47548         * sunrpc/rpc/netdb.h: Likewise.
47549         * sunrpc/rpc/pmap_clnt.h: Likewise.
47550         * sunrpc/rpc/xdr.h: Likewise.
47551         * sysdeps/generic/inttypes.h: Likewise.
47552         * sysdeps/generic/net/if.h: Likewise.
47553         * sysdeps/generic/sys/swap.h: Likewise.
47554         * sysdeps/gnu/net/if.h: Likewise.
47555         * sysdeps/gnu/utmpx.h: Likewise.
47556         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
47557         * sysdeps/i386/i486/bits/string.h: Likewise.
47558         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
47559         * sysdeps/s390/bits/string.h: Likewise.
47560         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
47561         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
47562         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
47563         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
47564         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
47565         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
47566         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
47567         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
47568         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
47569         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
47570         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
47571         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
47572         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
47573         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
47574         * sysdeps/unix/sysv/linux/readv.c: Likewise.
47575         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
47576         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
47577         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47578         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47579         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47580         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47581         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
47582         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
47583         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
47584         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
47585         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
47586         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
47587         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47588         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
47589         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
47590         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
47591         * sysvipc/sys/ipc.h: Likewise.
47592         * sysvipc/sys/msg.h: Likewise.
47593         * sysvipc/sys/sem.h: Likewise.
47594         * sysvipc/sys/shm.h: Likewise.
47595         * termios/termios.h: Likewise.
47596         * time/sys/time.h: Likewise.
47597         * time/time.h: Likewise.
47598         * wcsmbs/bits/wchar2.h: Likewise.
47599         * wcsmbs/uchar.h: Likewise.
47600         * wcsmbs/wchar.h: Likewise.
47601         * wctype/wctype.h: Likewise.
47602
47603         [BZ #13551]
47604         * Makeconfig: Remove all but ELF support including AIX support.
47605         * Makerules: Likewise.
47606         * config.h.in: Likewise.
47607         * config.make.in: Likewise.
47608         * configure: Likewise.
47609         * configure.in: Likewise.
47610         * csu/Makefile: Likewise.
47611         * csu/version.c: Likewise.
47612         * debug/Makefile: Likewise.
47613         * dlfcn/Makefile: Likewise.
47614         * elf/Makefile: Likewise.
47615         * extra-lib.mk: Likewise.
47616         * iconv/Makefile: Likewise.
47617         * include/libc-symbols.h: Likewise.
47618         * include/shlib-compat.h: Likewise.
47619         * resolv/Makefile: Likewise.
47620         * resolv/res_libc.c: Likewise.
47621         * rt/Makefile: Likewise.
47622         * sysdeps/i386/asm-syntax.h: Likewise.
47623         * sysdeps/i386/sysdep.h: Likewise.
47624         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47625         * sysdeps/mach/sysdep.h: Likewise.
47626         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47627         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47628         * sysdeps/s390/asm-syntax.h: Likewise.
47629         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47630         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47631         * sysdeps/sh/sysdep.h: Likewise.
47632         * sysdeps/unix/sparc/sysdep.h: Likewise.
47633         * sysdeps/wordsize-32/divdi3.c: Likewise.
47634         * sysdeps/x86_64/sysdep.h: Likewise.
47635
47636         * argp/Versions: Remove _argp_unlock_xxx.
47637
47638         [BZ #13559]
47639         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
47640         * abilist/libBrokenLocale.abilist: Likewise.
47641         * abilist/libanl.abilist: Likewise.
47642         * abilist/libc.abilist: Likewise.
47643         * abilist/libcrypt.abilist: Likewise.
47644         * abilist/libdl.abilist: Likewise.
47645         * abilist/libm.abilist: Likewise.
47646         * abilist/libnsl.abilist: Likewise.
47647         * abilist/libpthread.abilist: Likewise.
47648         * abilist/libresolv.abilist: Likewise.
47649         * abilist/librt.abilist: Likewise.
47650         * abilist/libthread_db.abilist: Likewise.
47651         * abilist/libutil.abilist: Likewise.
47652         * abilist/libnss_db.abilist: New file.
47653
47654         * scripts/abilist.awk: Add support for indirect functions.
47655
47656         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47657
47658         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47659
47660         * shlib-versions: Remove entries for ports architectures.
47661
47662         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
47663         files in ports.
47664         * elf/stackguard-macros.h: Remove support for IA-64.
47665         * elf/tst-auditmod1.c: Likewise.
47666         * sysdeps/generic/ldsodefs.h: Likewise.
47667
47668         * sysdeps/unix/sysv/linux/configure.in: Ports should define
47669         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47670         configure files.
47671
47672         [BZ #13552]
47673         * configure.in: Remove --enable-omitfp support.
47674         * FAQ.in: Adjust.
47675         * config.make.in: Likewise.
47676         * Makeconfig: Likewise.
47677         * manual/install.texi: Likewise.
47678
47679         In case anyone cares, the IA-64 architecture could move to ports.
47680         * sysdeps/ia64/*: Removed.
47681         * sysdeps/unix/sysv/linux/ia64/*: Removed.
47682         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
47683
47684         [BZ #13555]
47685         * configure.in: Remove entries for unsupported architectures.
47686
47687         [BZ #13533]
47688         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47689         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
47690         routines.
47691         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47692         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47693         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
47694         fall back to using wcrtomb.
47695         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47696         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
47697         renaming.
47698         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47699         * wcsmbs/tst-c16c32-1.c: New file.
47700
47701         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47702         local variable.
47703
47704         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47705
47706         * elf/tst-unique3.cc: Add explicit declaration of gets.
47707         * elf/tst-unique3lib.cc: Likewise.
47708         * elf/tst-unique3lib2.cc: Likewise.
47709         * elf/tst-unique4.cc: Likewise.
47710
47711         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47712
47713 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
47714
47715         [BZ #13566]
47716         * assert/assert.h (static_assert): Don't define for C++.
47717         * libio/stdio.h (gets): Do declare for C++ <= C++11.
47718         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47719
47720 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
47721
47722         * iconv/loop.c (single loop): Fix assertion in storing of
47723         remaining bytes.
47724
47725         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47726
47727 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
47728
47729         * posix/getconf.c: Update copyright year.
47730         * nss/getent.c: Likewise.
47731         * nss/makedb.c: Likewise.
47732         * iconv/iconvconfig.c: Likewise.
47733         * iconv/iconv_prog.c: Likewise.
47734         * elf/ldconfig.c: Likewise.
47735         * elf/pldd.c: Likewise.
47736         * elf/sotruss.ksh: Likewise.
47737         * catgets/gencat.c: Likewise.
47738         * csu/version.c: Likewise.
47739         * elf/ldd.bash.in: Likewise.
47740         * elf/sprof.c (print_version): Likewise.
47741         * locale/programs/locale.c: Likewise.
47742         * locale/programs/localedef.c: Likewise.
47743         * login/programs/pt_chown.c: Likewise.
47744         * nscd/nscd.c (print_version): Likewise.
47745         * debug/xtrace.sh: Likewise.
47746         * malloc/memusage.sh: Likewise.
47747         * malloc/mtrace.pl: Likewise.
47748         * debug/catchsegv.sh: Likewise.
47749
47750 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
47751
47752         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47753         pure attribute.
47754
47755 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
47756
47757         [BZ #13533]
47758         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47759         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47760         transformations.
47761         * iconv/gconv_int.h: Likewise.
47762         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47763         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47764         from libc for GLIBC_2.16.
47765         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47766         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47767         * wcsmbs/uchar.h: Really define mbstate_t.
47768         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47769         * wcsmbs/c16rtomb.c: New file.
47770         * wcsmbs/mbrtoc16.c: New file.
47771         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47772         for C/POSIX locale.
47773         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47774         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47775
47776         * wcsmbs/wchar.h: Add missing __restrict.
47777
47778 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47779
47780         [BZ #13532]
47781         * time/Makefile (routines): Add timespec_get.
47782         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47783         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
47784         timespec for ISO C11.
47785         * time/timespec_get.c: New file.
47786         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47787         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47788
47789         [BZ #13531]
47790         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47791         * stdlib/stdlib.h: Declare aligned_alloc.
47792         * Versions.def: Add GLIBC_2.16 for libc.
47793         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47794
47795         [BZ 13527]
47796         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47797         ISO C11.
47798
47799         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
47800         code.
47801
47802         [BZ #13528]
47803         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47804
47805         [BZ #13529]
47806         * assert/assert.h (static_assert): Define.
47807
47808         * version.h: Update for 2.16 development version.
47809
47810         [BZ #13526]
47811         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47812         _ISOC11_SOURCE.
47813
47814         * version.h (RELEASE): Bump for 2.15 release.
47815         * include/features.h (__GLIBC_MINOR__): Bump to 15.
47816
47817         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47818         Patch by Marek Polacek <mpolacek@redhat.com>.
47819
47820         * bits/byteswap.h: Protect long long constants with __extension__.
47821         * sysdeps/i386/bits/byteswap.h: Likewise.
47822         * sysdeps/ia64/bits/byteswap.h: Likewise.
47823         * sysdeps/s390/bits/byteswap.h: Likewise.
47824         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47825
47826 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47827
47828         [BZ #13540]
47829         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47830         destination buffer.
47831         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47832
47833 2011-12-23  Marek Polacek  <polacek@redhat.com>
47834
47835         * elf/dl-addr.c (determine_info): Add inline keyword.
47836         * elf/tst-auditmod4b.c (check_avx): Likewise.
47837         * elf/tst-auditmod6b.c (check_avx): Likewise.
47838         * elf/tst-auditmod6c.c (check_avx): Likewise.
47839         * elf/tst-auditmod7b.c (check_avx): Likewise.
47840
47841 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47842
47843         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47844         !__SSE_MATH__.
47845
47846 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47847
47848         [BZ #13540]
47849         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47850         processing for last bytes.
47851
47852 2011-08-06  Bruno Haible  <bruno@clisp.org>
47853
47854         [BZ #13061]
47855         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47856         U+0385, not to U+1FEE.
47857
47858         [BZ #13062]
47859         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47860         entry for U+00A5 U+0301.
47861
47862 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47863
47864         [BZ #13166]
47865         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47866         buffer for the output is too small.
47867
47868         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47869         optimization.
47870
47871         [BZ #13185]
47872         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47873         SSE flags if possible.
47874
47875 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47876
47877         [BZ #13540]
47878         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47879         processing for last bytes.
47880
47881 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
47882
47883         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47884         (syscall-list-default-options, syscall-list-default-condition)
47885         (syscall-list-includes): Define.
47886         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47887         list of ABIs and options and #if conditions for each ABI.  Do not
47888         handle common syscalls between ABIs specially.
47889         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47890         Remove.
47891         (syscall-list-variants, syscall-list-32bit-options)
47892         (syscall-list-32bit-condition, syscall-list-64bit-options)
47893         (syscall-list-64bit-condition): Define.
47894         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47895         (syscall-list-variants, syscall-list-32bit-options)
47896         (syscall-list-32bit-condition, syscall-list-64bit-options)
47897         (syscall-list-64bit-condition): Define.
47898         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47899         Remove.
47900         (syscall-list-variants, syscall-list-32bit-options)
47901         (syscall-list-32bit-condition, syscall-list-64bit-options)
47902         (syscall-list-64bit-condition): Define.
47903         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47904         Remove.
47905         (syscall-list-variants, syscall-list-32bit-options)
47906         (syscall-list-32bit-condition, syscall-list-64bit-options)
47907         (syscall-list-64bit-condition): Define.
47908
47909 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47910
47911         * locale/iso-639.def: Add brx entry.
47912
47913         [BZ #13328]
47914         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47915         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47916
47917         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47918         __feraiseexcept_renamed.
47919
47920 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47921
47922         [BZ #13538]
47923         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47924         EPOLLET with unsigned values.
47925         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47926         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47927
47928         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47929         to large cancellation.
47930         * math/s_cacoshf.c: Likewise.
47931         * math/s_cacoshl.c: Likewise.
47932
47933 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47934
47935         [BZ #13305]
47936         [BZ #12786]
47937         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47938         * math/s_cacoshf.c: Likewise.
47939         * math/s_cacoshl.c: Likewise.
47940
47941 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47942
47943         [BZ #13439]
47944         * iconv/gconv.h: Define __GCONV_SWAP.
47945         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47946         * iconvdata/utf-16.c: Likewise.
47947         * iconvdata/utf-32.c: Likewise.
47948
47949 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47950
47951         [BZ #13524]
47952         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47953         numerator after shifting it by one limb.
47954
47955 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47956
47957         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47958         under [__USE_EXTERN_INLINES].
47959
47960 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47961
47962         [BZ #13446]
47963         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47964
47965 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47966
47967         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47968         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47969         optimized code.
47970         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47971         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47972         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47973         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47974         for strncasecmp/strncasecmp_l compilation.
47975         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47976         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47977
47978 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
47979
47980         [BZ #13484]
47981         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47982         of __asm__.
47983
47984 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47985
47986         [BZ #13506]
47987         * time/tzfile.c (__tzfile_read): Check values from file header.
47988
47989 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
47990
47991         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
47992         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
47993         * powerpc/powerpc32/dl-start.S: Likewise.
47994         * powerpc/powerpc32/elf/start.S: Likewise.
47995         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
47996         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
47997         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
47998         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
47999         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
48000         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
48001         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
48002         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
48003         * powerpc/powerpc32/fpu/s_round.S: Likewise.
48004         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
48005         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
48006         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
48007         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
48008         * powerpc/powerpc32/memset.S: Likewise.
48009         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
48010         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
48011         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
48012         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
48013         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
48014         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
48015         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
48016         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
48017         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
48018         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
48019         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
48020         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
48021         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
48022
48023 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48024
48025         * math/libm-test.inc: Added more nearbyint tests.
48026         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
48027         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
48028         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
48029         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
48030
48031 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
48032
48033         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
48034         FD_CLOEXEC.
48035
48036 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48037
48038         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
48039         Add wcscpy-ssse3 wcscpy-c.
48040         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
48041         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
48042         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
48043         * sysdeps/x86_64/wcschr.S: New file.
48044         * sysdeps/x86_64/wcsrchr.S: New file.
48045         * string/test-strcmp.c: Remove checking of wcscmp function for
48046         wrong alignments.
48047         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
48048         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
48049         wcsrchr-sse2 wcsrchr-c.
48050         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
48051         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
48052         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
48053         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
48054         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
48055         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
48056         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
48057         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
48058         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
48059         * wcsmbc/wcschr.c (WCSCHR): New macro.
48060
48061 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48062
48063         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
48064         * wcsmbs/test-wcsrchr.c: New file.
48065         * string/test-strrchr.c: Add wcsrchr support.
48066         (WIDE): New macro.
48067         * wcsmbs/test-wcscpy.c: New file.
48068         * string/test-strcpy.c: Add wcscpy support.
48069         (WIDE): New macro.
48070
48071 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
48072
48073         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
48074         the inner loop.
48075
48076 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
48077
48078         [BZ #13472]
48079         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
48080
48081 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
48082
48083         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
48084         Minor optimizations.
48085
48086         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
48087         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
48088         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
48089
48090 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
48091
48092         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
48093         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
48094         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
48095         for gcc to avoid warnings.
48096         * inet/Makefile (tests): Add tst-checks.
48097         * inet/tst-checks.c: New file.
48098
48099         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
48100         warning.
48101
48102         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
48103         __wmemcmp_sse2.
48104
48105         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
48106         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
48107
48108         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
48109
48110 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
48111
48112         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
48113         problem.
48114
48115         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
48116
48117 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
48118
48119         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
48120         conditional on GCC version.
48121         (__arch_compare_and_exchange_val_8_acq)
48122         (__arch_compare_and_exchange_val_16_acq)
48123         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
48124         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
48125         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
48126
48127 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
48128
48129         * sysdeps/sh/backtrace.c: New file.
48130
48131 2011-12-02  Andreas Schwab  <schwab@redhat.com>
48132
48133         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
48134         parenthesis.
48135
48136 2011-12-01  Andreas Schwab  <schwab@redhat.com>
48137
48138         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
48139         falling back to utime.
48140
48141 2011-11-30  Andreas Schwab  <schwab@redhat.com>
48142
48143         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
48144         expectations for float.
48145
48146 2011-11-29  Andreas Schwab  <schwab@redhat.com>
48147
48148         * locale/weight.h (findidx): Add parameter len.
48149         * locale/weightwc.h (findidx): Likewise.
48150         * posix/fnmatch_loop.c (FCT): Adjust caller.
48151         * posix/regcomp.c (build_equiv_class): Likewise.
48152         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
48153         * posix/regexec.c (check_node_accept_bytes): Likewise.
48154         * string/strcoll_l.c (STRCOLL): Likewise.
48155         * string/strxfrm_l.c (STRXFRM): Likewise.
48156
48157 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
48158
48159         * Makefile.in: Remove CVSOPT handling.
48160         * configure.in: Remove use of AC_REVISION.
48161         * iconvdata/Makefile (distribute): No need to filter out CVS.
48162         * scripts/list-sources.sh: Remove CVS, subversion and monotone
48163         handling.
48164
48165 2011-11-16  Andreas Schwab  <schwab@redhat.com>
48166
48167         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
48168         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
48169         [USE_AS_STRNCASECMP_L]: Likewise.
48170         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
48171         NO_TLS_DIRECT_SEG_REFS.
48172         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
48173         Fix argument offsets for non-PIC.
48174         [USE_AS_STRNCASECMP_L]: Likewise.
48175         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
48176         NO_TLS_DIRECT_SEG_REFS.
48177
48178 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48179
48180         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
48181         O_CLOEXEC.
48182         * locale/loadlocale.c (_nl_load_locale): Likewise.
48183
48184 2011-11-15  Andreas Schwab  <schwab@redhat.com>
48185
48186         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
48187         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
48188         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
48189         (SYSCALL_GETTIME): Set errno on error.
48190
48191         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
48192         count references to noai6ai_cached.
48193
48194 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48195
48196         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
48197
48198         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
48199         FD_CLOEXEC for /proc/self/maps.
48200
48201         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
48202         FD_CLOEXEC for /proc/meminfo.
48203
48204         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
48205         gai.conf.
48206
48207         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
48208         FD_CLOEXEC for given file.
48209
48210         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
48211
48212         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
48213         FD_CLOEXEC for /etc/hosts.
48214         (_gethtent): Likewise.
48215
48216         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
48217
48218         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
48219         cancellation and set FD_CLOEXEC for /etc/netgroup.
48220
48221         * nss/nss_files/files-key.c (search): Don't allow cancellation when
48222         reading /etc/publickey.
48223
48224         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
48225         allow cancellation when reading /etc/group.
48226
48227         * nss/nss_files/files-alias.c (internal_setent): Don't allow
48228         cancellation.
48229         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
48230
48231         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
48232         when using data file.
48233
48234         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
48235
48236         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
48237         (write_nis_obj): Use "c" and "e" in fopen.
48238
48239         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
48240
48241         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
48242
48243         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
48244
48245         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
48246
48247         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
48248         locale.alias.
48249
48250         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
48251
48252         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
48253
48254         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
48255
48256         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
48257         file parsing and set FD_CLOEXEC.
48258
48259 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48260
48261         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
48262
48263 2011-11-14  Andreas Schwab  <schwab@redhat.com>
48264
48265         * malloc/arena.c (arena_get2): Don't call reused_arena when
48266         _int_new_arena failed.
48267
48268 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48269
48270         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
48271         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
48272         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
48273         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48274         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48275         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
48276         to compile strcasecmp and strncasecmp.
48277         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
48278         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
48279
48280         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
48281
48282 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
48283
48284         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
48285         locale-defines.sym to gen-as-const-headers.
48286         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
48287         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
48288         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
48289         to compile strcasecmp and strncasecmp.
48290         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
48291         strcasecmp_l and strncasecmp_l.
48292         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
48293         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
48294         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
48295         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
48296         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
48297         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
48298         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
48299         * sysdeps/i386/i686/multiarch/strncase.S: New file.
48300         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
48301         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
48302         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
48303
48304 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
48305
48306         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
48307         result of SYSDEP_GETTIME_CPU to retval.
48308         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
48309         parameter list to macro.  Remove trailing semicolon.  Adjust users.
48310
48311         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
48312         variable.
48313
48314         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
48315         mantissa words.
48316         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
48317
48318         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
48319         from unused variable.
48320
48321         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
48322         DWARF definitions.
48323         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
48324         for assembling.
48325
48326         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
48327         over namespaces.
48328
48329         * sunrpc/rpc_prot.c (rejected): Fix case value.
48330
48331         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
48332         unsigned long long int to avoid warnings in shift.
48333
48334         * posix/regex_internal.c (re_string_reconstruct): Actually use result
48335         of use of trans.
48336         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
48337         variable tmp.
48338
48339         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
48340         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
48341         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
48342
48343         * nis/nis_table.c (nis_list): Use variable of correct type for
48344         result of __follow_path call.
48345
48346 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48347
48348         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
48349         of math functions ceil, trunc, floor, round, and sqrt, when
48350         avaliable on the platform.
48351         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
48352         name clash.
48353         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48354         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48355         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48356
48357 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
48358
48359         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
48360         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
48361
48362 2011-11-11  Roland McGrath  <roland@hack.frob.com>
48363
48364         * include/unistd.h: Fix __readlink return type.
48365         Reported by Chris Metcalf <cmetcalf@tilera.com>.
48366
48367 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
48368
48369         * stdlib/ucontext.h: Undo last change for makecontext.
48370
48371 2011-11-11  Andreas Schwab  <schwab@redhat.com>
48372
48373         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
48374
48375         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
48376         * setjmp/setjmp.h: Mark functions as non-leaf.
48377         * setjmp/bits/setjmp2.h: Likewise.
48378         * stdlib/ucontext.h: Likewise.
48379
48380 2011-11-10  Andreas Schwab  <schwab@redhat.com>
48381
48382         * malloc/arena.c (_int_new_arena): Don't increment narenas.
48383         (reused_arena): Don't check arena limit.
48384         (arena_get2): Atomically check arena limit.
48385
48386 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
48387
48388         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
48389         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
48390
48391         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
48392         instructions.
48393
48394 2011-11-07  Andreas Schwab  <schwab@redhat.com>
48395
48396         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
48397         handler when locking.
48398
48399         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
48400         Fix size of allocated buffer.
48401
48402 2011-11-04  Andreas Schwab  <schwab@redhat.com>
48403
48404         [BZ #10103]
48405         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
48406         declarations for long double functions.
48407         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
48408
48409         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
48410
48411 2011-11-03  Andreas Schwab  <schwab@redhat.com>
48412
48413         * nscd/nscd.c (main): Don't start AVC thread until credentials are
48414         installed.
48415
48416         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
48417         is disabled.
48418
48419 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48420
48421         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
48422
48423 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
48424
48425         * include/alloca.h (stackinfo_alloca_round): Define.
48426         (extend_alloca): Use it.
48427         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
48428         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
48429         here.
48430
48431         * scripts/check-local-headers.sh: Ignore libaudit.h.
48432
48433         * nscd/Makefile (extra-objs): Make recursively expanded.
48434
48435 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
48436
48437         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
48438         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
48439
48440         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
48441         * posix/tst-rfc3484-2.c: Likewise.
48442         * posix/tst-rfc3484-3.c: Likewise.
48443
48444         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48445         process_vm_writev.
48446         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
48447         process_vm_writev.
48448         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
48449         process_vm_writev from libc using GLIBC_2.15 version.
48450
48451         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
48452
48453 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
48454
48455         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
48456         stack usage.
48457
48458 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
48459
48460         [BZ #13367]
48461         * nss/getent.c (initgroups_keys): Show error message in case no group
48462         names are given.
48463
48464         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
48465         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
48466         __bump_nl_timestamp.
48467         * nscd/connections (nscd_init): When host database is served open
48468         netlink socket and request notification about configuration changes.
48469         (main_loop_poll): Track netlink file descriptor and bump timestamp
48470         in case data becomes available.
48471         (main_loop_epoll): Likewise.
48472         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
48473         (database_pers_head): Add extra_data fileds.
48474         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
48475         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
48476         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
48477         Adjust caller.
48478         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
48479         in6ai data, call __free_in6ai.
48480         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
48481         Add -DHAVE_NETLINK.
48482         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
48483         interface information.  Reuse previous data if netlink timestamp
48484         is not changed.
48485         (__bump_nl_timestamp): New function.
48486         (__free_in6ai): New function.
48487
48488 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
48489
48490         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
48491         close_not_cancel_no_status here.
48492         (__check_pf): Reorganize code a bit to not call close twice if OOM.
48493
48494 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48495
48496         [BZ #13276]
48497         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
48498         return value.
48499
48500         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
48501         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
48502         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
48503
48504 2011-07-03  Andreas Jaeger  <aj@suse.de>
48505
48506         [BZ #10709]
48507         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
48508         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
48509         * math/libm-test.inc (sin_test): Add test case.
48510
48511 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48512
48513         [BZ #13337]
48514         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
48515         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48516
48517         * elf/chroot_canon.c (chroot_canon): Cleanups.
48518
48519         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
48520
48521         [BZ #13335]
48522         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
48523         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48524
48525         * string/test-strchr.c: Make usable for strchrnul testing.
48526         * string/test-strchrnul.c: New file.
48527         * string/Makefile (strop-tests): Add strchrnul.
48528
48529         * po/it.po: Update from translation team.
48530         * po/es.po: Likewise.
48531
48532 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
48533
48534         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
48535         the three constants needed as parameters.  Drop the others.
48536         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
48537         __m128i_strloadu_tolower.
48538         Create and initialize variable zero and use it in all the places
48539         where _mm_setzero_si128 was used.
48540
48541         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
48542         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
48543         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
48544         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
48545         anymore.
48546         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
48547         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
48548         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
48549         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
48550         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
48551         __mpranred, __mptan.
48552         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
48553         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
48554         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
48555         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
48556         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
48557         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
48558         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
48559         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
48560         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
48561
48562 2011-10-28  Andreas Schwab  <schwab@redhat.com>
48563
48564         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
48565         redefine if SHARED.
48566         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
48567
48568         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
48569         wide char related routines to wcsmbs subdir.
48570
48571 2011-10-27  Andreas Schwab  <schwab@redhat.com>
48572
48573         [BZ #13344]
48574         * misc/sys/cdefs.h (__THROWNL): Define.
48575         * posix/unistd.h: Use __THREADNL instead of __THREAD
48576         for memory synchronization functions.
48577
48578 2011-10-26  Roland McGrath  <roland@hack.frob.com>
48579
48580         [BZ #13349]
48581         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
48582         doesn't exist.
48583         * manual/stdio.texi (Obstack Streams): Node removed.
48584
48585 2011-10-26  Andreas Schwab  <schwab@redhat.com>
48586
48587         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
48588         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48589         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48590
48591         * math/math_private.h (math_force_eval): Allow non-addressable
48592         arguments.
48593         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
48594
48595 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48596
48597         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
48598         file is not needed.
48599
48600         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
48601         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
48602         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48603         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48604         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48605         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48606         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48607         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
48608         Add AVX variants.
48609         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
48610         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
48611         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48612         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48613         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48614         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48615         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48616         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48617         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48618         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48619         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48620         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48621         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48622         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48623         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48624         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48625         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48626         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48627         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48628
48629         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48630         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
48631
48632         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48633         place.  Use VEX encoding when compiling for AVX.
48634
48635 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48636
48637         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48638         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48639
48640         * string/test-strchr.c (do_test): Don't generate NUL bytes.
48641
48642 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48643
48644         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
48645         useless if() expression.
48646         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48647         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48648         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48649         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48650         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48651         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48652         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48653         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48654         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48655         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48656         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48657         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48658         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48659         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48660         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48661         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48662         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48663         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48664         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48665
48666         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48667
48668 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48669
48670         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48671         condition.
48672         * elf/dl-fini.c (_dl_sort_fini): Likewise.
48673
48674 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48675
48676         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48677         .text section.  Avoid duplicate constants.
48678         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48679         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48680         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48681         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48682         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48683         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48684         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48685         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48686         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48687         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48688         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48689         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48690         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48691         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48692         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48693         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48694         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48695         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48696         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48697         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48698         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48699         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48700         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48701         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48702         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48703         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48704         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48705         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48706         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48707         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48708         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48709         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48710         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48711         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48712         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48713         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48714         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48715         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48716         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48717         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48718         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48719         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48720         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48721         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48722         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48723
48724 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
48725
48726         * sysdeps/x86_64/dla.h: Move to ...
48727         * sysdeps/x86_64/fpu/dla.h: ...here.
48728         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48729         situations.  Use __builtin_fma only for gcc 4.6 and up.
48730
48731         * config.make.in: Add have-mfma4 entry.
48732         * configure.in: Substitute libc_cv_cc_fma4.
48733         * math/Makefile (dbl-only-routines): Add sincostab.
48734         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48735         Use __sincostab not sincos.
48736         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48737         name is a macro.
48738         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48739         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48740         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48741         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
48742         using __copysign.
48743         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
48744         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
48745         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48746         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48747         and __inv.
48748         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48749         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48750         __copysign.
48751         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
48752         define aliases when function name is a macro.
48753         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48754         sysdeps/ieee754/dbl-64/sincos.tbl.
48755         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48756         fma4-enabled routines.
48757         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48758         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48759         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48760         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48761         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48762         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48763         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48764         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48765         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48766         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48767         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48768         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48769         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48770         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48771         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48772         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48773         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48774         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48775         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48776         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48777         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48778         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48779         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48780         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48781         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48782         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48783         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48784         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48785         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48786         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48787
48788         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48789         rename.
48790         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48791         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48792         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48793         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48794         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48795         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48796         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48797         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48798
48799 2011-10-24  Andreas Schwab  <schwab@redhat.com>
48800
48801         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48802
48803 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48804
48805         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48806
48807         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48808         prediction.
48809         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48810
48811         * string/strnlen.c: Don't define STRNLEN, reverse logic.
48812         Remove unused variable magic_bits.
48813         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48814
48815         * string/strnlen.c: Define and use STRNLEN macro.
48816         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48817         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48818         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48819         * wcsmbs/wcslen.c: Define and use WCSLEN.
48820         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48821         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48822         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48823         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48824         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48825         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48826         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48827
48828 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48829
48830         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48831         strnlen-sse2-no-bsf.
48832         Rename strlen-no-bsf to strlen-sse2-no-bsf.
48833         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48834         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48835         Add strnlen support.
48836         (USE_AS_STRNLEN): New macro.
48837         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48838         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48839         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48840         * sysdeps/x86_64/wcslen.S: New file.
48841
48842 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
48843
48844         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48845         XMM-moves are used for copying on small sizes.
48846
48847 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48848
48849         * wcsmbs/Makefile (strop-tests): Add wcschr.
48850         * wcsmbs/test-wcschr.c: New file.
48851         * string/test-strchr.c: Update.
48852         Add wcschr support.
48853         (WIDE): New macro.
48854
48855 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48856
48857         * wcsmbs/Makefile (strop-tests): Add wcslen.
48858         * wcsmbs/test-wcslen.c: New file.
48859         * string/test-strlen.c: Update.
48860         Add wcslen support.
48861         (WIDE): New macro.
48862
48863 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48864
48865         * po/it.po: Update from translation team.
48866
48867 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48868
48869         * sysdeps/x86_64/wcscmp.S: Update.
48870         Fix wrong comparison semantics.
48871         wcscmp shall use signed comparison not unsigned.
48872         Don't use substraction to avoid overflow bug.
48873         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48874         * wcsmbc/wcscmp.c: Likewise.
48875         * string/test-strcmp.c: Likewise.
48876         Add new tests to check cases with negative values.
48877
48878 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48879
48880         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48881         * sysdeps/x86_64/dla.h: ...here.  New file.
48882         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48883         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48884         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48885         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48886         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48887         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48888         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48889         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48890         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48891
48892 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
48893
48894         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48895         __ynl_finite aliases.
48896
48897 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48898
48899         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48900
48901         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48902         define DLA_FMA.
48903         [DLA_FMA] (EMULV): Use DLA_FMA.
48904         [DLA_FMA] (MUL12): Use EMULV.
48905         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48906         that are not needed.
48907         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48908         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48909         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48910         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48911         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48912         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48913         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48914
48915 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48916
48917         * math/s_nan.c: Undef __nan.
48918         * math/s_nanf.c: Undef __nanf.
48919         * math/s_nanl.c: Undef __nanl.
48920         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48921         "math_private.h".
48922
48923 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48924
48925         * math/s_catan.c: Add branch predictions.
48926         * math/s_catanf.c: Likewise.
48927         * math/s_catanh.c: Likewise.
48928         * math/s_catanhf.c: Likewise.
48929         * math/s_catanhl.c: Likewise.
48930         * math/s_catanl.c: Likewise.
48931         * math/s_cexp.c: Likewise.
48932         * math/s_cexpf.c: Likewise.
48933         * math/s_cexpl.c: Likewise.
48934         * math/s_clog.c: Likewise.
48935         * math/s_clog10.c: Likewise.
48936         * math/s_clog10f.c: Likewise.
48937         * math/s_clog10l.c: Likewise.
48938         * math/s_clogf.c: Likewise.
48939         * math/s_clogl.c: Likewise.
48940         * math/s_csqrt.c: Likewise.
48941         * math/s_csqrtf.c: Likewise.
48942         * math/s_csqrtl.c: Likewise.
48943         * math/s_ctanf.c: Likewise.
48944         * math/s_ctanh.c: Likewise.
48945         * math/s_ctanhf.c: Likewise.
48946         * math/s_ctanhl.c: Likewise.
48947         * math/s_ctanl.c: Likewise.
48948
48949         * math/math_private.h: Define __nan, __nanf, __nanl.
48950         * math/s_cacosh.c: Include <math_private.h>.
48951         * math/s_cacoshl.c: Likewise.
48952         * math/s_casinh.c: Likewise.
48953         * math/s_casinhf.c: Likewise.
48954         * math/s_casinhl.c: Likewise.
48955         * math/s_ccos.c: Rely entire on ccosh.
48956         * math/s_ccosf.c: Rely entire on ccoshf.
48957         * math/s_ccosl.c: Rely entirely on ccoshl.
48958         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48959         Remove tests for FE_INVALID.
48960         * math/s_ccoshf.c: Likewise.
48961         * math/s_ccoshl.c: Likewise.
48962         * math/s_csin.c: Likewise.
48963         * math/s_csinf.c: Likewise.
48964         * math/s_csinh.c Likewise.
48965         * math/s_csinhf.c: Likewise.
48966         * math/s_csinhl.c: Likewise.
48967         * math/s_csinl.c: Likewise.
48968         * math/s_ctan.c: Likewise.
48969         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48970         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48971         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48972
48973 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
48974
48975         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48976         compilation problems.
48977
48978         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48979         __builtin_expect.
48980
48981 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
48982
48983         * sysdeps/i386/configure.in: Test for -mfma4 option.
48984         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48985         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48986         COMMON_CPUID_INDEX_80000001.
48987         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
48988         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
48989         use it if FMA3 is not supported.
48990         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
48991
48992         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
48993         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48994
48995 2011-10-20  Andreas Schwab  <schwab@redhat.com>
48996
48997         [BZ #12892]
48998         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
48999         it would create a cycle with a link time dependency.
49000
49001 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
49002
49003         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
49004         instruction.
49005         * string/Makefile (strop-tests): Add rawmemchr.
49006         * string/test-rawmemchr.c: New file.
49007
49008         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
49009         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
49010         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
49011         when compiling str{,n}casecmp and when AVX is available.  Hook up
49012         new optimized code in initializers.
49013
49014 2011-10-19  Andreas Schwab  <schwab@redhat.com>
49015
49016         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
49017         __feraiseexcept instead of feraiseexcept.
49018
49019 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
49020
49021         * math/math_private.h: Define defaults for libc_fetestexcept and
49022         libc_feupdateenv.
49023         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
49024         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
49025         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49026         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49027         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
49028         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
49029         libc_fetestexcept and libc_feupdateenv.
49030
49031         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
49032         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
49033         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
49034         * sysdeps/x86_64/fpu/math_private.h: Define special version of
49035         libc_feholdexcept_setround.
49036
49037         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
49038         Add s_nearbyint-c and s_nearbyintf-c.
49039         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
49040         nearbyintf inlines.
49041         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
49042         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
49043         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
49044         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
49045
49046         * math/math_private.h: Define defaults for libc_fegetround,
49047         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
49048         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
49049         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
49050         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
49051         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
49052         standard functions.
49053         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49054         Remove comments and hacks for old compiler versions.
49055         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
49056         libc_fegetround, libc_fesetround, libc_feholdexcept, and
49057         libc_feholdexceptl.
49058
49059 2011-10-18  Andreas Schwab  <schwab@redhat.com>
49060
49061         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
49062         (__feraiseexcept_renamed): Add __NTH.
49063         (feraiseexcept): Add __NTH.  Rename local variables to fix
49064         namespace violations.
49065
49066 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
49067
49068         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
49069
49070         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
49071
49072         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
49073         recently added interfaces.
49074         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
49075
49076         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
49077         about macro parameter expansion.
49078
49079         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
49080         __NO_MATH_INLINES is defined.  Cleanups.
49081
49082         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
49083         and __floorf is target has SSE4.1.
49084         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
49085         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
49086         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
49087         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
49088
49089         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
49090         name.
49091         (floorf): Likewise.
49092
49093         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
49094
49095 2011-10-17  Andreas Schwab  <schwab@redhat.com>
49096
49097         * misc/sys/cdefs.h: Fix last change.
49098
49099         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
49100         database lookup.
49101
49102 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
49103
49104         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
49105
49106         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
49107         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49108         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
49109         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
49110         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
49111         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
49112         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
49113         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49114         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
49115         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
49116         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
49117         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
49118         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
49119         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
49120         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
49121         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
49122         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
49123         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
49124         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
49125         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
49126         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
49127         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
49128
49129         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
49130         ceil, ceilf, floor, floorf.
49131
49132         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
49133         Perform IRELATIVE relocations last.
49134
49135         * elf/do-rel.h: Add another parameter nrelative, replacing the
49136         local variable with the same name.  Change name of the function
49137         to end in Rel or Rela (uppercase).
49138         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
49139         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
49140         elf_dynamic_do_##reloc function.
49141
49142 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49143
49144         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
49145         is sufficient, at least on modern CPUs.
49146
49147         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
49148
49149         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
49150         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
49151
49152         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
49153         __expl_finite.
49154         * math/bits/math-finite.h: Add entries for exp.
49155         * math/e_expl.c: Add __*_finite alias.
49156         * sysdeps/i386/fpu/e_exp.S: Likewise.
49157         * sysdeps/i386/fpu/e_expf.S: Likewise.
49158         * sysdeps/i386/fpu/e_expl.c: Likewise.
49159         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49160         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49161         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
49162         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
49163         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
49164         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49165         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49166
49167         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
49168         is sufficient, at least on modern CPUs.
49169
49170         * ctype/ctype-info.c (__ctype_init): Define.
49171         * include/ctype.h (__ctype_init): Declare.
49172         (__ctype_b_loc): The variable is always initialized.
49173         (__ctype_toupper_loc): Likewise.
49174         (__ctype_tolower_loc): Likewise.
49175         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
49176         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
49177
49178 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
49179
49180         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
49181
49182         * configure.in: Also look in $cxxmachine/include for C++ system
49183         headers.
49184
49185 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49186
49187         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
49188         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
49189         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
49190         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
49191         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
49192         (USE_AS_WMEMCMP): New macro.
49193         Fixing indents.
49194         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
49195         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
49196         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
49197         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
49198         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49199         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
49200         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
49201         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
49202         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
49203         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
49204         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
49205         (USE_AS_WMEMCMP): New macro.
49206         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
49207         * sysdeps/string/test-memcmp.c: Update.
49208         Fix simple_wmemcmp.
49209         Add new tests.
49210         * wcsmbs/wmemcmp.c: Update.
49211         (WMEMCMP): New macro.
49212         Fix overflow bug.
49213
49214 2011-10-12  Andreas Jaeger  <aj@suse.de>
49215
49216         [BZ #13268]
49217         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
49218
49219 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49220
49221         * libio/iofwide.c (do_length): Avoid warning.
49222
49223         * ctype/ctype.h (__isctype_f): Add missing __THROW.
49224
49225 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
49226
49227         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
49228
49229         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
49230         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
49231         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
49232         * sysdeps/i386/i686/fpu/e_log.S: New file.
49233         * sysdeps/i386/i686/fpu/e_logf.S: New file.
49234         * sysdeps/i386/i686/fpu/e_logl.S: New file.
49235
49236         * ctype/ctype.h: Add support for inlined isXXX functions when
49237         compiling C++ code.
49238
49239 2011-10-14  Andreas Schwab  <schwab@redhat.com>
49240
49241         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49242
49243         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
49244
49245 2011-10-13  Roland McGrath  <roland@hack.frob.com>
49246
49247         [BZ #13291]
49248         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
49249
49250 2011-10-13  Andreas Schwab  <schwab@redhat.com>
49251
49252         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
49253         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
49254         feraiseexcept.
49255
49256         * sysdeps/x86_64/memrchr.S: Check for zero size.
49257
49258         * string/stratcliff.c: Add memrchr tests.
49259
49260 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49261
49262         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49263         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
49264         rawmemchr-sse2 rawmemchr-sse2-bsf.
49265         * sysdeps/i386/i686/multiarch/memchr.S: New file.
49266         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
49267         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
49268         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
49269         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
49270         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
49271         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
49272         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
49273         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
49274         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
49275         * string/memrchr.c (MEMRCHR): New macro.
49276
49277 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
49278
49279         Add integration with gcc's -ffinite-math-only and optimize wrapper
49280         functions in libm.
49281         * Versions.def: Define GLIBC_2.15 version for libm.
49282         * math/Makefile (headers): Add bits/math-finite.h.
49283         * math/bits/math-finite.h: New file.
49284         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
49285         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
49286         * math/e_acoshl.c: Add __*_finite alias.
49287         * math/e_acosl.c: Likewise.
49288         * math/e_asinl.c: Likewise.
49289         * math/e_atan2l.c: Likewise.
49290         * math/e_atanhl.c: Likewise.
49291         * math/e_coshl.c: Likewise.
49292         * math/e_exp10.c: Likewise.
49293         * math/e_exp10f.c: Likewise.
49294         * math/e_exp10l.c: Likewise.
49295         * math/e_exp2l.c: Likewise.
49296         * math/e_fmodl.c: Likewise.
49297         * math/e_gammal_r.c: Likewise.
49298         * math/e_hypotl.c: Likewise.
49299         * math/e_j0l.c: Likewise.
49300         * math/e_j1l.c: Likewise.
49301         * math/e_jnl.c: Likewise.
49302         * math/e_lgammal_r.c: Likewise.
49303         * math/e_log10l.c: Likewise.
49304         * math/e_log2l.c: Likewise.
49305         * math/e_logl.c: Likewise.
49306         * math/e_powl.c: Likewise.
49307         * math/e_sinhl.c: Likewise.
49308         * math/e_sqrtl.c: Likewise.
49309         * math/e_scalb.c: Completely rewritten and optimized.
49310         * math/e_scalbf.c: Likewise.
49311         * math/e_scalbl.c: Likewise.
49312         * math/w_acos.c: Likewise.
49313         * math/w_acosf.c: Likewise.
49314         * math/w_acosl.c: Likewise.
49315         * math/w_acosh.c: Likewise.
49316         * math/w_acoshf.c: Likewise.
49317         * math/w_acoshl.c: Likewise.
49318         * math/w_asin.c: Likewise.
49319         * math/w_asinf.c: Likewise.
49320         * math/w_asinl.c: Likewise.
49321         * math/w_atan2.c: Likewise.
49322         * math/w_atan2f.c: Likewise.
49323         * math/w_atan2l.c: Likewise.
49324         * math/w_atanh.c: Likewise.
49325         * math/w_atanhf.c: Likewise.
49326         * math/w_atanhl.c: Likewise.
49327         * math/w_exp10.c: Likewise.
49328         * math/w_exp10f.c: Likewise.
49329         * math/w_exp10l.c: Likewise.
49330         * math/w_fmod.c: Likewise.
49331         * math/w_fmodf.c: Likewise.
49332         * math/w_fmodl.c: Likewise.
49333         * math/w_j0.c: Likewise.
49334         * math/w_j0f.c: Likewise.
49335         * math/w_j0l.c: Likewise.
49336         * math/w_j1.c: Likewise.
49337         * math/w_j1f.c: Likewise.
49338         * math/w_j1l.c: Likewise.
49339         * math/w_jn.c: Likewise.
49340         * math/w_jnf.c: Likewise.
49341         * math/w_log.c: Likewise.
49342         * math/w_logf.c: Likewise.
49343         * math/w_logl.c: Likewise.
49344         * math/w_log10.c: Likewise.
49345         * math/w_log10f.c: Likewise.
49346         * math/w_log10l.c: Likewise.
49347         * math/w_log2.c: Likewise.
49348         * math/w_log2f.c: Likewise.
49349         * math/w_log2l.c: Likewise.
49350         * math/w_pow.c: Likewise.
49351         * math/w_powf.c: Likewise.
49352         * math/w_powl.c: Likewise.
49353         * math/w_remainder.c: Likewise.
49354         * math/w_remainderf.c: Likewise.
49355         * math/w_remainderl.c: Likewise.
49356         * math/w_scalb.c: Likewise.
49357         * math/w_scalbf.c: Likewise.
49358         * math/w_scalbl.c: Likewise.
49359         * math/w_sqrt.c: Likewise.
49360         * math/w_sqrtf.c: Likewise.
49361         * math/w_sqrtl.c: Likewise.
49362         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
49363         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
49364         used.
49365         * math/math_private.h: Declare __kernel_standard_f.
49366         * math/w_cosh.c: Remove cruft and optimize a bit.
49367         * math/w_coshf.c: Likewise.
49368         * math/w_coshl.c: Likewise.
49369         * math/w_exp2.c: Likewise.
49370         * math/w_exp2f.c: Likewise.
49371         * math/w_exp2l.c: Likewise.
49372         * math/w_hypot.c: Likewise.
49373         * math/w_hypotf.c: Likewise.
49374         * math/w_hypotl.c: Likewise.
49375         * math/w_lgamma.c: Likewise.
49376         * math/w_lgamma_r.c: Likewise.
49377         * math/w_lgammaf.c: Likewise.
49378         * math/w_lgammaf_r.c: Likewise.
49379         * math/w_lgammal.c: Likewise.
49380         * math/w_lgammal_r.c: Likewise.
49381         * math/w_sinh.c: Likewise.
49382         * math/w_sinhf.c: Likewise.
49383         * math/w_sinhl.c: Likewise.
49384         * math/w_tgamma.c: Likewise.
49385         * math/w_tgammaf.c: Likewise.
49386         * math/w_tgammal.c: Likewise.
49387         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49388         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49389         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
49390         Minor optimizations.  Pretty printing.  Remove cruft.
49391         * sysdeps/i386/fpu/e_acosf.S: Likewise.
49392         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49393         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49394         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49395         * sysdeps/i386/fpu/e_acosl.c: Likewise.
49396         * sysdeps/i386/fpu/e_asin.S: Likewise.
49397         * sysdeps/i386/fpu/e_asinf.S: Likewise.
49398         * sysdeps/i386/fpu/e_atan2.S: Likewise.
49399         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
49400         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
49401         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49402         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49403         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49404         * sysdeps/i386/fpu/e_exp10.S: Likewise.
49405         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
49406         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
49407         * sysdeps/i386/fpu/e_exp2.S: Likewise.
49408         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
49409         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
49410         * sysdeps/i386/fpu/e_fmod.S: Likewise.
49411         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
49412         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
49413         * sysdeps/i386/fpu/e_hypot.S: Likewise.
49414         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
49415         * sysdeps/i386/fpu/e_log.S: Likewise.
49416         * sysdeps/i386/fpu/e_log10.S: Likewise.
49417         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49418         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49419         * sysdeps/i386/fpu/e_log2.S: Likewise.
49420         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49421         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49422         * sysdeps/i386/fpu/e_logf.S: Likewise.
49423         * sysdeps/i386/fpu/e_logl.S: Likewise.
49424         * sysdeps/i386/fpu/e_pow.S: Likewise.
49425         * sysdeps/i386/fpu/e_powf.S: Likewise.
49426         * sysdeps/i386/fpu/e_powl.S: Likewise.
49427         * sysdeps/i386/fpu/e_remainder.S: Likewise.
49428         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
49429         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
49430         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49431         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49432         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49433         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
49434         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
49435         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
49436         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49437         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49438         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49439         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49440         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49441         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49442         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
49443         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49444         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49445         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49446         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49447         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49448         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49449         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49450         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49451         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49452         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49453         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49454         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49455         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49456         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49457         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49458         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49459         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49460         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49461         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49462         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49463         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49464         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
49465         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49466         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49467         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49468         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49469         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49470         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49471         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49472         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49473         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49474         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49475         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49476         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49477         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49478         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49479         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49480         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49481         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49482         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49483         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49484         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49485         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
49486         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49487         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49488         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49489         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49490         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49491         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49492         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49493         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49494         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49495         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49496         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49497         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49498         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49499         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49500         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49501         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49502         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49503         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49504         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
49505         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49506         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49507         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49508         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49509         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49510         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49511         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49512         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
49513         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49514         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49515         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49516         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49517         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49518         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
49519         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49520         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49521         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49522         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49523         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49524         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49525         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49526         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49527         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49528         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49529         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
49530         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49531         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49532         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49533         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
49534         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
49535         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
49536         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
49537         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
49538         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
49539         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
49540         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49541         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49542         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49543         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49544         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
49545         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49546         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
49547         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
49548         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
49549         (__isnanf): Likewise.
49550         (__isinf_ns): Likewise.
49551         (__isinf_nsf): Likewise.
49552         (__finite): Likewise.
49553         (__finitef): Likewise.
49554         (__ieee754_sqrt): Define as macro.
49555         (__ieee754_sqrtf): Define as macro.
49556         (__ieee754_sqrtl): Define as macro.
49557         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
49558         inlined copy.
49559         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
49560         __FINITE_MATH_ONLY__ consistent.
49561         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
49562
49563 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
49564
49565         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
49566         of rawmemchr.
49567
49568         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
49569
49570 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
49571
49572         * po/ja.po: Update from translation team.
49573
49574 2011-10-08  Roland McGrath  <roland@hack.frob.com>
49575
49576         * locale/programs/locarchive.c (prepare_address_space): New function.
49577         (create_archive, enlarge_archive, open_archive): Use it.
49578
49579         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
49580         inside [SHARED], where it is used.
49581
49582         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
49583
49584         * nss/getent.c (netgroup_keys): Remove unused variable.
49585         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49586
49587 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
49588
49589         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
49590         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
49591         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
49592         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
49593         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
49594         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
49595         * math/Makefile (libm-calls): Add s_isinf_ns.
49596         * math/divtc3.c: Use __isinf_nsl instead of isinf.
49597         * math/multc3.c: Likewise.
49598         * math/s_casin.c: Likewise.
49599         * math/s_casinf.c: Likewise.
49600         * math/s_casinl.c: Likewise.
49601         * math/s_ccos.c: Likewise.
49602         * math/s_ccosf.c: Likewise.
49603         * math/s_ccosl.c: Likewise.
49604         * math/s_ctan.c: Likewise.
49605         * math/s_ctanf.c: Likewise.
49606         * math/s_ctanh.c: Likewise.
49607         * math/s_ctanhf.c: Likewise.
49608         * math/s_ctanhl.c: Likewise.
49609         * math/s_ctanl.c: Likewise.
49610         * math/w_fmod.c: Likewise.
49611         * math/w_fmodf.c: Likewise.
49612         * math/w_fmodl.c: Likewise.
49613         * math/w_remainder.c: Likewise.
49614         * math/w_remainderf.c: Likewise.
49615         * math/w_remainderl.c: Likewise.
49616         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49617         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49618         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49619         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49620         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49621         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49622         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49623         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49624
49625         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49626         of the number.
49627         * stdio-common/printf_fphex.c: Likewise.
49628         * stdio-common/printf_size.c: Likewise.
49629
49630         * math/e_exp10.c: Include math_private.h using <...> not "...".
49631         * math/e_exp10f.c: Likewise.
49632         * math/e_exp10l.c: Likewise.
49633         * math/e_exp2l.c: Likewise.
49634         * math/e_j0l.c: Likewise.
49635         * math/e_j1l.c: Likewise.
49636         * math/e_jnl.c: Likewise.
49637         * math/e_lgammal_r.c: Likewise.
49638         * math/e_rem_pio2l.c: Likewise.
49639         * math/e_scalb.c: Likewise.
49640         * math/e_scalbf.c: Likewise.
49641         * math/e_scalbl.c: Likewise.
49642         * math/k_cosl.c: Likewise.
49643         * math/k_sinl.c: Likewise.
49644         * math/k_tanl.c: Likewise.
49645         * math/s_cacoshf.c: Likewise.
49646         * math/s_catan.c: Likewise.
49647         * math/s_catanf.c: Likewise.
49648         * math/s_catanh.c: Likewise.
49649         * math/s_catanhf.c: Likewise.
49650         * math/s_catanhl.c: Likewise.
49651         * math/s_catanl.c: Likewise.
49652         * math/s_ccosh.c: Likewise.
49653         * math/s_ccoshf.c: Likewise.
49654         * math/s_ccoshl.c: Likewise.
49655         * math/s_cexp.c: Likewise.
49656         * math/s_cexpf.c: Likewise.
49657         * math/s_cexpl.c: Likewise.
49658         * math/s_clog.c: Likewise.
49659         * math/s_clog10.c: Likewise.
49660         * math/s_clog10f.c: Likewise.
49661         * math/s_clog10l.c: Likewise.
49662         * math/s_clogf.c: Likewise.
49663         * math/s_clogl.c: Likewise.
49664         * math/s_csin.c: Likewise.
49665         * math/s_csinf.c: Likewise.
49666         * math/s_csinh.c: Likewise.
49667         * math/s_csinhf.c: Likewise.
49668         * math/s_csinhl.c: Likewise.
49669         * math/s_csinl.c: Likewise.
49670         * math/s_csqrt.c: Likewise.
49671         * math/s_csqrtf.c: Likewise.
49672         * math/s_csqrtl.c: Likewise.
49673         * math/s_ctan.c: Likewise.
49674         * math/s_ctanf.c: Likewise.
49675         * math/s_ctanh.c: Likewise.
49676         * math/s_ctanhf.c: Likewise.
49677         * math/s_ctanhl.c: Likewise.
49678         * math/s_ctanl.c: Likewise.
49679         * math/s_ldexp.c: Likewise.
49680         * math/s_ldexpf.c: Likewise.
49681         * math/s_ldexpl.c: Likewise.
49682         * math/s_significand.c: Likewise.
49683         * math/s_significandf.c: Likewise.
49684         * math/s_significandl.c: Likewise.
49685         * math/w_acos.c: Likewise.
49686         * math/w_acosf.c: Likewise.
49687         * math/w_acosh.c: Likewise.
49688         * math/w_acoshf.c: Likewise.
49689         * math/w_acoshl.c: Likewise.
49690         * math/w_acosl.c: Likewise.
49691         * math/w_asin.c: Likewise.
49692         * math/w_asinf.c: Likewise.
49693         * math/w_asinl.c: Likewise.
49694         * math/w_atan2.c: Likewise.
49695         * math/w_atan2f.c: Likewise.
49696         * math/w_atan2l.c: Likewise.
49697         * math/w_atanh.c: Likewise.
49698         * math/w_atanhf.c: Likewise.
49699         * math/w_atanhl.c: Likewise.
49700         * math/w_cosh.c: Likewise.
49701         * math/w_coshf.c: Likewise.
49702         * math/w_coshl.c: Likewise.
49703         * math/w_dremf.c: Likewise.
49704         * math/w_exp10.c: Likewise.
49705         * math/w_exp10f.c: Likewise.
49706         * math/w_exp10l.c: Likewise.
49707         * math/w_exp2.c: Likewise.
49708         * math/w_exp2f.c: Likewise.
49709         * math/w_fmod.c: Likewise.
49710         * math/w_fmodf.c: Likewise.
49711         * math/w_fmodl.c: Likewise.
49712         * math/w_hypot.c: Likewise.
49713         * math/w_hypotf.c: Likewise.
49714         * math/w_hypotl.c: Likewise.
49715         * math/w_j0.c: Likewise.
49716         * math/w_j0f.c: Likewise.
49717         * math/w_j0l.c: Likewise.
49718         * math/w_j1.c: Likewise.
49719         * math/w_j1f.c: Likewise.
49720         * math/w_j1l.c: Likewise.
49721         * math/w_jn.c: Likewise.
49722         * math/w_jnf.c: Likewise.
49723         * math/w_jnl.c: Likewise.
49724         * math/w_lgamma.c: Likewise.
49725         * math/w_lgamma_r.c: Likewise.
49726         * math/w_lgammaf.c: Likewise.
49727         * math/w_lgammaf_r.c: Likewise.
49728         * math/w_lgammal.c: Likewise.
49729         * math/w_lgammal_r.c: Likewise.
49730         * math/w_log.c: Likewise.
49731         * math/w_log10.c: Likewise.
49732         * math/w_log10f.c: Likewise.
49733         * math/w_log10l.c: Likewise.
49734         * math/w_log2.c: Likewise.
49735         * math/w_log2f.c: Likewise.
49736         * math/w_log2l.c: Likewise.
49737         * math/w_logf.c: Likewise.
49738         * math/w_logl.c: Likewise.
49739         * math/w_pow.c: Likewise.
49740         * math/w_powf.c: Likewise.
49741         * math/w_powl.c: Likewise.
49742         * math/w_remainder.c: Likewise.
49743         * math/w_remainderf.c: Likewise.
49744         * math/w_remainderl.c: Likewise.
49745         * math/w_scalb.c: Likewise.
49746         * math/w_scalbf.c: Likewise.
49747         * math/w_scalbl.c: Likewise.
49748         * math/w_sinh.c: Likewise.
49749         * math/w_sinhf.c: Likewise.
49750         * math/w_sinhl.c: Likewise.
49751         * math/w_sqrt.c: Likewise.
49752         * math/w_sqrtf.c: Likewise.
49753         * math/w_sqrtl.c: Likewise.
49754         * math/w_tgamma.c: Likewise.
49755         * math/w_tgammaf.c: Likewise.
49756         * math/w_tgammal.c: Likewise.
49757
49758         * po/ja.po: Update from translation team.
49759
49760 2011-09-29  Andreas Jaeger  <aj@suse.de>
49761
49762         [BZ #13179]
49763         * sunrpc/netname.c (netname2host): Fix logic.
49764
49765         [BZ #6779]
49766         [BZ #6783]
49767         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49768         correctly.
49769         * math/w_remainder.c (__remainder): Likewise.
49770         * math/w_remainderf.c (__remainderf): Likewise.
49771         * math/libm-test.inc (remainder_test): Add test cases.
49772
49773 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49774
49775         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
49776         sdiv_qrnnd.
49777
49778 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49779
49780         * string/test-memcmp.c: Avoid unncessary #defines.
49781         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49782
49783 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49784
49785         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49786         Use new sse2 version for core i3 - i7 as it's faster
49787         than sse42 version.
49788         (bit_Prefer_PMINUB_for_stringop): New.
49789         * sysdeps/x86_64/rawmemchr.S: Update.
49790         Replace with faster SSE2 version.
49791         * sysdeps/x86_64/memrchr.S: New file.
49792         * sysdeps/x86_64/memchr.S: Update.
49793         Replace with faster SSE2 version.
49794
49795 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
49796
49797         * elf/dl-load.c (lose): Add cast to avoid warning.
49798
49799 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49800
49801         * po/ca.po: Update from translation team.
49802
49803         * inet/getnetgrent_r.c: Hook up nscd.
49804         * nscd/Makefile (routines): Add nscd_netgroup.
49805         (nscd-modules): Add netgroupcache.
49806         (CFLAGS-netgroupcache.c): Define.
49807         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49808         (cache_search): Add const to second parameter.
49809         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49810         INNETGR.
49811         (dbs): Add netgrdb entry.
49812         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49813         (verify_persistent_db): Handle netgrdb.
49814         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49815         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49816         GETFDNETGR.
49817         (netgroup_response_header): Define.
49818         (innetgroup_response_header): Define.
49819         (datahead): Add netgroup_response_header and innetgroup_response_header
49820         elements.
49821         * nscd/nscd.conf: Add entries for netgroup cache.
49822         * nscd/nscd.h (dbtype): Add netgrdb.
49823         (_PATH_NSCD_NETGROUP_DB): Define.
49824         (netgroup_iov_disabled): Declare.
49825         (xmalloc, xcalloc, xrealloc): Move declarations here.
49826         (cache_search): Adjust prototype.
49827         Add netgroup-related prototypes.
49828         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49829         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49830         (__nscd_innetgr): Declare.
49831         * nscd/selinux.c (perms): Use access_vector_t as element type and
49832         add netgroup-related initializers.
49833         * nscd/netgroupcache.c: New file.
49834         * nscd/nscd_netgroup.c: New file.
49835         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49836         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49837         For four parameters use innetgr.
49838         * nss/nss_files/files-init.c: Add definition and callback for netgr.
49839         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49840         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49841         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49842
49843         * nscd/connections.c (register_traced_file): Don't register file
49844         for disabled databases.
49845
49846 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49847
49848         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49849
49850         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49851         from tree and freeing node.
49852
49853 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
49854
49855         * nss/nsswitch.c (__nss_database_lookup): Handle
49856         nss_parse_service_list out of memory case.
49857
49858 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
49859
49860         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49861         out of memory case.
49862
49863 2011-10-04  Andreas Schwab  <schwab@redhat.com>
49864
49865         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49866         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49867         pass it down.
49868         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49869         elf_machine_rela, elf_machine_lazy_rel.
49870         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49871         (ELF_DYNAMIC_DO_REL): Likewise.
49872         (ELF_DYNAMIC_DO_RELA): Likewise.
49873         (ELF_DYNAMIC_RELOCATE): Likewise.
49874         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49875         to ELF_DYNAMIC_DO_REL.
49876         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49877         (dl_main): In trace mode always set __RTLD_NOIFUNC.
49878         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49879         elf_machine_rela.
49880         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49881         skip_ifunc, don't call ifunc function if non-zero.
49882         (elf_machine_rela): Likewise.
49883         (elf_machine_lazy_rel): Likewise.
49884         (elf_machine_lazy_rela): Likewise.
49885         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49886         (elf_machine_lazy_rel): Likewise.
49887         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49888         Likewise.
49889         (elf_machine_lazy_rel): Likewise.
49890         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49891         Likewise.
49892         (elf_machine_lazy_rel): Likewise.
49893         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49894         (elf_machine_lazy_rel): Likewise.
49895         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49896         (elf_machine_lazy_rel): Likewise.
49897         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49898         (elf_machine_lazy_rel): Likewise.
49899         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49900         (elf_machine_lazy_rel): Likewise.
49901         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49902         (elf_machine_lazy_rel): Likewise.
49903         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49904         (elf_machine_lazy_rel): Likewise.
49905
49906 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49907
49908         * nss/nss_files/files-init.c (_nss_files_init): Use static
49909         initialization for all the *_traced_file variables.
49910
49911 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49912
49913         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49914
49915 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49916
49917         [BZ #13226]
49918         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49919
49920 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49921
49922         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49923         Reread the line before reparsing it.
49924
49925 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49926
49927         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49928
49929 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49930             Maxim Kuvyrkov  <maxim@codesourcery.com>
49931             Joseph Myers  <joseph@codesourcery.com>
49932
49933         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49934         if needed for __stack_chk_guard.
49935
49936 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49937
49938         * sysdeps/posix/spawni.c (script_execute): Always define it.
49939         It will be optimized away if unused.
49940         (maybe_script_execute): New function.
49941         (__spawni): Call it.
49942
49943         * Makerules: Don't include tls.make.
49944         (config-tls): Always set to thread.
49945         * tls.make.c: File removed.
49946
49947 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49948
49949         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49950         * config.make.in (CPPFLAGS-config): New substituted variable.
49951
49952 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49953
49954         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49955
49956         [BZ #13192]
49957         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49958         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49959
49960 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49961
49962         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49963         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49964         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49965         (CALL_FAIL): Likewise.
49966         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49967         (CALL_FAIL): Macro removed.
49968         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49969
49970 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49971
49972         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49973         for __FINITE_MATH_ONLY__ == 1.
49974
49975 2011-09-15  Andreas Schwab  <schwab@redhat.com>
49976
49977         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49978         __ieee754_sqrt instead of sqrt.
49979         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49980         __ieee754_sqrtf instead of sqrtf.
49981         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49982         __floorf instead of floorf.
49983         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49984         __floorf, __truncf instead of floorf, truncf.
49985
49986 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
49987
49988         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
49989
49990         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
49991         __extern_always_inline.
49992         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
49993         32-bit.
49994
49995 2011-09-14  Andreas Schwab  <schwab@redhat.com>
49996
49997         * elf/rtld.c (dl_main): Also relocate in dependency order when
49998         doing symbol dependency testing.
49999
50000 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
50001
50002         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50003         Always define `refsym'.
50004
50005 2011-09-13  Andreas Schwab  <schwab@redhat.com>
50006
50007         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
50008         (__FD_ELT): Renamed from __FDELT.
50009         * misc/bits/select2.h (__FD_ELT): Likewise.
50010         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
50011         __FD_MASK instead of __FDELT, __FDMASK.
50012         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
50013         Likewise.
50014         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
50015         Likewise.
50016
50017         * elf/Makefile (gen-ldd): Fix pattern.
50018
50019         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
50020         (init_tls): Likewise.
50021
50022 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
50023
50024         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
50025
50026 2011-09-12  Andreas Schwab  <schwab@redhat.com>
50027
50028         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
50029         `struct cmsghdr *' instead of `void *'.
50030         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
50031         Likewise.
50032
50033 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
50034
50035         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
50036         if non-absolute.
50037         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
50038         ldd_rewrite_script.
50039
50040 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
50041
50042         * configure.in: Remove --with-tls option.
50043         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
50044         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
50045         out in case it is missing.
50046         * sysdeps/ia64/elf/configure.in: Likewise.
50047         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
50048         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
50049         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
50050         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
50051         * sysdeps/sh/elf/configure.in: Likewise.
50052         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
50053         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
50054         * sysdeps/x86_64/elf/configure.in: Likewise.
50055         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
50056         * sysdeps/mach/hurd/tls.h: Likewise.
50057
50058         [BZ #13067]
50059         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
50060
50061         [BZ #13090]
50062         * configure.in: Fix use of AC_INIT.
50063
50064         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
50065
50066 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
50067
50068         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
50069         __set_errno.
50070         * malloc/hooks.c: Likewise.
50071
50072         [BZ #11929]
50073         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
50074         variables statically.
50075         (narenas): Initialize.
50076         (list_lock): Initialize.
50077         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
50078         initializtion of main_arena and list_lock.  Small cleanups.
50079         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
50080         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
50081         Add initializers to main_arena and mp_.
50082         (malloc_state): Remove pagesize member.  Change all users to use
50083         GLRO(dl_pagesize).
50084
50085         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
50086         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
50087         is always initialized.
50088
50089         * malloc/malloc.c: Removed unused configurations and dead code.
50090         * malloc/arena.c: Likewise.
50091         * malloc/hooks.c: Likewise.
50092         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
50093
50094         * include/tls.h: Removed.  USE___THREAD must always be defined.
50095         * bits/libc-tsd.h: Don't handle !USE___THREAD.
50096         * elf/dl-libc.c: Likewise.
50097         * elf/dl-tsd.c: Likewise.
50098         * include/errno.h: Likewise.
50099         * include/netdb.h: Likewise.
50100         * include/resolv.h: Likewise.
50101         * inet/herrno-loc.c: Likewise.
50102         * inet/herrno.c: Likewise.
50103         * malloc/arena.c: Likewise.
50104         * malloc/hooks.c: Likewise.
50105         * malloc/malloc.c: Likewise.
50106         * resolv/res-state.c: Likewise.
50107         * resolv/res_libc.c: Likewise.
50108         * sysdeps/i386/dl-machine.h: Likewise.
50109         * sysdeps/ia64/dl-machine.h: Likewise.
50110         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
50111         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
50112         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
50113         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
50114         * sysdeps/sh/dl-machine.h: Likewise.
50115         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
50116         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
50117         * sysdeps/unix/i386/sysdep.S: Likewise.
50118         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
50119         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
50120         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
50121         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
50122         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
50123         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
50124         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
50125         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
50126         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50127         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
50128         * sysdeps/unix/x86_64/sysdep.S: Likewise.
50129         * sysdeps/x86_64/dl-machine.h: Likewise.
50130         * tls.make.c: Likewise.
50131
50132         * configure.in: Remove --with-__thread option.  Make tests for
50133         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
50134         tls_model attribute fail if no support is available.  Remove
50135         USE_IN_LIBIO.
50136         * Makeconfig: Adjust for dropped configure option.  All features are
50137         now mandatory.
50138         * Makerules: Likewise.
50139         * Versions.def: Likewise.
50140         * argp/argp-fmtstream.c: Likewise.
50141         * argp/argp-fmtstream.h: Likewise.
50142         * argp/argp-help.c: Likewise.
50143         * assert/assert.c: Likewise.
50144         * config.h.in: Likewise.
50145         * config.make.in: Likewise.
50146         * configure: Likewise.
50147         * configure.in: Likewise.
50148         * csu/Versions: Likewise.
50149         * csu/init.c: Likewise.
50150         * elf/tst-audit2.c: Likewise.
50151         * elf/tst-tls10.c: Likewise.
50152         * elf/tst-tls10.h: Likewise.
50153         * elf/tst-tls11.c: Likewise.
50154         * elf/tst-tls12.c: Likewise.
50155         * elf/tst-tls14.c: Likewise.
50156         * elf/tst-tlsmod11.c: Likewise.
50157         * elf/tst-tlsmod12.c: Likewise.
50158         * elf/tst-tlsmod13.c: Likewise.
50159         * elf/tst-tlsmod13a.c: Likewise.
50160         * elf/tst-tlsmod14a.c: Likewise.
50161         * elf/tst-tlsmod15b.c: Likewise.
50162         * elf/tst-tlsmod16a.c: Likewise.
50163         * elf/tst-tlsmod16b.c: Likewise.
50164         * elf/tst-tlsmod7.c: Likewise.
50165         * elf/tst-tlsmod8.c: Likewise.
50166         * elf/tst-tlsmod9.c: Likewise.
50167         * gmon/gmon.c: Likewise.
50168         * grp/fgetgrent_r.c: Likewise.
50169         * grp/putgrent.c: Likewise.
50170         * hurd/fopenport.c: Likewise.
50171         * include/libc-symbols.h: Likewise.
50172         * include/tls.h: Likewise.
50173         * intl/gettextP.h: Likewise.
50174         * intl/loadinfo.h: Likewise.
50175         * locale/global-locale.c: Likewise.
50176         * locale/localeinfo.h: Likewise.
50177         * mach/devstream.c: Likewise.
50178         * malloc/arena.c: Likewise.
50179         * malloc/set-freeres.c: Likewise.
50180         * misc/err.c: Likewise.
50181         * misc/getttyent.c: Likewise.
50182         * misc/mntent_r.c: Likewise.
50183         * posix/getopt.c: Likewise.
50184         * posix/wordexp.c: Likewise.
50185         * pwd/fgetpwent_r.c: Likewise.
50186         * resolv/Versions: Likewise.
50187         * resolv/res_hconf.c: Likewise.
50188         * shadow/fgetspent_r.c: Likewise.
50189         * shadow/putspent.c: Likewise.
50190         * stdio-common/printf_fphex.c: Likewise.
50191         * stdio-common/tmpfile.c: Likewise.
50192         * stdlib/abort.c: Likewise.
50193         * stdlib/fmtmsg.c: Likewise.
50194         * sunrpc/auth_unix.c: Likewise.
50195         * sunrpc/clnt_perr.c: Likewise.
50196         * sunrpc/clnt_tcp.c: Likewise.
50197         * sunrpc/clnt_udp.c: Likewise.
50198         * sunrpc/clnt_unix.c: Likewise.
50199         * sunrpc/openchild.c: Likewise.
50200         * sunrpc/svc_simple.c: Likewise.
50201         * sunrpc/svc_tcp.c: Likewise.
50202         * sunrpc/svc_udp.c: Likewise.
50203         * sunrpc/svc_unix.c: Likewise.
50204         * sunrpc/xdr.c: Likewise.
50205         * sunrpc/xdr_array.c: Likewise.
50206         * sunrpc/xdr_rec.c: Likewise.
50207         * sunrpc/xdr_ref.c: Likewise.
50208         * sunrpc/xdr_stdio.c: Likewise.
50209
50210 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50211
50212         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50213
50214 2011-07-03  Andreas Jaeger  <aj@suse.de>
50215
50216         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
50217         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
50218         regenerate with gen-libm-tests.pl.
50219
50220 2010-05-12  Petr Baudis  <pasky@suse.cz>
50221
50222         [BZ #11589]
50223         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
50224         around j0() zero points by switching to j1().
50225         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
50226         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
50227         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50228         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
50229
50230 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50231
50232         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
50233         instead of 0.
50234         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
50235         instead of 0.
50236         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50237         Patch in part by Pavel Roskin <proski@gnu.org>.
50238
50239         [BZ #13138]
50240         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
50241         realloc.
50242         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
50243         Free memory block if necessary.
50244
50245         [BZ #12847]
50246         * libio/genops.c (INTDEF): For string streams the _lock pointer can
50247         be NULL.  Don't lock in this case.
50248
50249 2011-09-09  Roland McGrath  <roland@hack.frob.com>
50250
50251         * elf/elf.h (ELFOSABI_GNU): New macro.
50252         (ELFOSABI_LINUX): Define to that.
50253
50254 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
50255
50256         * string/strncat.c (strncat): Undef the symbol in case it has been
50257         defined in bits/string.h.
50258
50259 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50260
50261         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
50262
50263         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
50264         link map.
50265
50266 2011-08-17  Andreas Jaeger  <aj@suse.de>
50267
50268         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
50269
50270 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
50271             Ian Lance Taylor  <iant@google.com>
50272
50273         * math/libm-test.inc (lround_test): New testcase.
50274         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
50275
50276 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
50277
50278         * Makefile: Remove support for automatic cvs check-ins.
50279         * Makerules: Likewise.
50280         * config.make.in: Likewise.
50281         * configure.in: Likewise.
50282         * intl/Makefile: Likewise.
50283         * locale/Makefile: Likewise.
50284         * po/Makefile: Likewise.
50285         * posix/Makefile: Likewise.
50286         * sysdeps/gnu/Makefile: Likewise.
50287         * sysdeps/mach/hurd/Makefile: Likewise.
50288         * sysdeps/sparc/sparc32/Makefile: Likewise.
50289
50290         [BZ #13118]
50291         * posix/Makefile (bug-regex32-ENV): Define.
50292         Patch by John Stanley <jpsinthemix@verizon.net>.
50293
50294         * misc/Makefile (headers): Add bits/select2.h.
50295         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
50296         * misc/bits/select2.h: New file.
50297         * include/bits/select2.h: New file.
50298         * debug/Makefile (routines): Add fdelt_chk.
50299         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
50300         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
50301         FD_ISSET.
50302         * debug/fdelt_chk.c: New file.
50303
50304         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
50305         * wcsmbs/test-wmemcmp.c: Likewise.
50306         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
50307         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
50308
50309 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50310
50311         * string/Makefile (strop-tests): Add memcmp.
50312         * string/test-wmemcmp.c: New file.
50313         * string/test-memcmp.c: Add wmemcmp support.
50314
50315 2011-09-08  Roland McGrath  <roland@hack.frob.com>
50316
50317         [BZ #13153]
50318         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
50319         2011-07-19 change.
50320
50321         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
50322         garbage value in a __mach_port_mod_refs call in the cases of the
50323         task-self and thread-self ports.
50324
50325 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50326
50327         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
50328
50329 2011-09-08  Andreas Schwab  <schwab@redhat.com>
50330
50331         * elf/dl-load.c (lose): Check for non-null L.
50332
50333 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50334
50335         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
50336
50337         * elf/dl-libc.c (dlerror_run): Pass back error code from
50338         dl_catch_error.
50339
50340         [BZ #13123]
50341         * elf/dl-load.c (lose): Free l_origin if it is valid.
50342
50343         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
50344         names.
50345         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
50346         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50347         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50348         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50349         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
50350         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
50351
50352 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50353
50354         * sysdeps/powerpc/fpu/e_hypot.c: New file.
50355         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
50356         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
50357         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
50358         * sysdeps/powerpc/fpu/k_cosf.c: New file.
50359         * sysdeps/powerpc/fpu/k_sinf.c: New file.
50360         * sysdeps/powerpc/fpu/s_cosf.c: New file.
50361         * sysdeps/powerpc/fpu/s_sinf.c: New file.
50362         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
50363         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
50364
50365 2011-08-15  Alan Modra  <amodra@gmail.com>
50366
50367         [BZ #13092]
50368         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
50369         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
50370         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
50371         ppc_mcount to static-only-routines.
50372         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
50373         __mcount_internal.
50374         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
50375         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
50376
50377 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
50378
50379         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
50380         for finite and infinity parameters.
50381
50382 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50383
50384         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
50385         and add nop instructions for throughput optimization.
50386         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
50387
50388 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
50389
50390         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
50391         aligned copy for power7 with vector-scalar instructions.
50392         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
50393
50394 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
50395
50396         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
50397         AVX check.
50398
50399 2011-09-07  Andreas Schwab  <schwab@redhat.com>
50400
50401         [BZ #13144]
50402         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
50403         last change.
50404
50405 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50406
50407         * sysdeps/unix/sysv/linux/x86_64/init-first.c
50408         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
50409         syscall wrapper around clock_gettime in __vdso_clock_gettime.
50410         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
50411         clock_gettime.
50412
50413 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50414
50415         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
50416         Forgot to demangle the pointer.
50417
50418         * sysdeps/i386/sysdep.h: Define atom_text_section.
50419         * sysdeps/x86_64/sysdep.h: Likewise.
50420         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
50421         section with atom_text_section.
50422         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50423         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50424         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
50425         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50426         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
50427
50428         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
50429         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
50430         already be defined.  Change to take two parameters and don't assign
50431         result to variable.  Adjust all users.
50432         Define INTERNAL_GETTIME if not already defined.
50433         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
50434         call.
50435         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
50436         HAVE_CLOCK_GETTIME_VSYSCALL.
50437         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
50438
50439         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
50440         gettimeofday vsyscall, just use time.
50441
50442 2011-09-06  Andreas Schwab  <schwab@redhat.com>
50443
50444         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
50445         <errno.h>.
50446
50447 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50448
50449         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
50450         syscall on x86-64.
50451         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
50452         syscall.
50453         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
50454         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
50455         syscall if possible.
50456
50457 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50458
50459         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
50460         e_ident.  Don't pass to find_mapsXX.
50461         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
50462
50463 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50464
50465         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50466         strchr-sse2-no-bsf strrchr-sse2-no-bsf
50467         * sysdeps/x86_64/multiarch/strchr.S: Update.
50468         Check bit_slow_BSF bit.
50469         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
50470         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
50471         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
50472
50473 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50474
50475         [BZ #13134]
50476         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
50477         before glibc 2.15.
50478         (tryshell): Define.
50479         (__spawni): Change last parameter to be flag.  Test
50480         SPAWN_XFLAGS_USE_PATH flag to use path or not.
50481         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
50482         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
50483         * posix/spawni.c: Likewise.
50484         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
50485         * posix/spawnp.c: Likewise.  Change normal version to use
50486         SPAWN_XFLAGS_USE_PATH.
50487         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
50488         SPAWN_XFLAGS_TRY_SHELL.
50489
50490         [BZ #13150]
50491         * posix/glob.h: Remove gcc 1.x support.
50492
50493         [BZ #13068]
50494         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
50495
50496 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50497
50498         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50499         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
50500         strrchr-sse2-bsf
50501         * sysdeps/i386/i686/multiarch/strchr.S: New file.
50502         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
50503         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
50504         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
50505         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
50506         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
50507
50508 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50509
50510         * sysdeps/x86_64/wcscmp.S: New file.
50511
50512         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
50513         wcscmp-c wcscmp-sse2
50514         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
50515         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
50516         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
50517         * wcsmbs/wcscmp.c: Allow renaming.
50518
50519 2011-09-05  David S. Miller  <davem@davemloft.net>
50520
50521         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
50522         stack slot, rather than the struct return pointer slot.
50523         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
50524         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
50525         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
50526         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
50527
50528 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50529
50530         * po/ja.po: Update from translation team.
50531
50532         [BZ #13144]
50533         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
50534         kernel in 64-bit binaries.
50535
50536 2011-09-01  David S. Miller  <davem@davemloft.net>
50537
50538         * elf/elf.h (HWCAP_SPARC_*): Move to..
50539         * sysdeps/sparc/sysdep.h: this new file and add new values.
50540         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
50541         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
50542         _DL_HWCAP_COUNT to 24.
50543         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
50544         entries.
50545         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
50546         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
50547         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
50548         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
50549         instead of magic constants.
50550         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50551
50552 2011-08-31  David S. Miller  <davem@davemloft.net>
50553
50554         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
50555         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
50556         Reimplement to do errno handling inline.
50557         (SYSCALL_ERROR_HANDLER): New macro.
50558         (__SYSCALL_STRING): Do not do errno handling in asm.
50559         (__CLONE_SYSCALL_STRING): Delete.
50560         (__INTERNAL_SYSCALL_STRING): Delete.
50561         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
50562         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
50563         (PSEUDO): Reimplement to do errno handling inline.
50564         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
50565         (SYSCALL_ERROR_HANDLER): New macro.
50566         (__SYSCALL_STRING): Do not do errno handling in asm.
50567         (__CLONE_SYSCALL_STRING): Delete.
50568         (__INTERNAL_SYSCALL_STRING): Delete.
50569         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
50570         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
50571         i386.
50572         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
50573         (inline_syscall*): Add 'err' argument.
50574         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
50575         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
50576         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
50577         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
50578
50579         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
50580         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50581
50582 2011-08-30  Andreas Schwab  <schwab@redhat.com>
50583
50584         * elf/rtld.c (dl_main): Relocate objects in dependency order.
50585
50586 2011-08-29  Jiri Olsa <jolsa@redhat.com>
50587
50588         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
50589         directive.
50590
50591 2011-08-24  David S. Miller  <davem@davemloft.net>
50592
50593         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
50594
50595 2011-08-24  Andreas Schwab  <schwab@redhat.com>
50596
50597         * elf/Makefile: Add rules to build and run unload8 test.
50598         * elf/unload8.c: New file.
50599         * elf/unload8mod1.c: New file.
50600         * elf/unload8mod1x.c: New file.
50601         * elf/unload8mod2.c: New file.
50602         * elf/unload8mod3.c: New file.
50603
50604         * elf/dl-close.c (_dl_close_worker): Reset private search list if
50605         it wasn't used.
50606
50607 2011-08-23  David S. Miller  <davem@davemloft.net>
50608
50609         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
50610         subtract stack bias.
50611         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50612         %sp not %fp in calculations.
50613         (_JMPBUF_UNWINDS_ADJ): Likewise.
50614
50615         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50616         (aio_suspend): Call it to force an exception region around the
50617         AIO_MISC_WAIT() invocation.
50618
50619 2011-08-23  Andreas Schwab  <schwab@redhat.com>
50620
50621         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50622         backslash.
50623
50624 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
50625
50626         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50627         protection macro.
50628         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50629         and <dl-machine.h>.
50630         (Elf64_FuncDesc): Remove.
50631
50632 2011-08-22  David S. Miller  <davem@davemloft.net>
50633
50634         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50635         sigaltstack check, add missing cfi directives.
50636         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50637         missing cfi directives, and sigaltstack handling.
50638
50639 2011-08-16  Andreas Schwab  <schwab@redhat.com>
50640
50641         [BZ #11724]
50642         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50643         object is seen twice.
50644         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50645
50646         * elf/Makefile (distribute): Add tst-initorder2.c.
50647         (tests): Add tst-initorder2.
50648         (modules-names): Add tst-initorder2a tst-initorder2b
50649         tst-initorder2c tst-initorder2d.  Add rules to build them.
50650         ($(objpfx)tst-initorder2.out): New rule.
50651         * elf/tst-initorder2.c: New file.
50652         * elf/tst-initorder2.exp: New file.
50653
50654 2011-08-22  Andreas Schwab  <schwab@redhat.com>
50655
50656         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50657
50658         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50659         dependencies back to end of function.
50660
50661         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50662         $(elfobjdir)/ld.so.
50663
50664 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
50665
50666         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50667         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50668         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50669         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50670         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50671         of __vdso_gettimeofday.
50672         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50673         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
50674         attribute_hidden.
50675         (_libc_vdso_platform_setup): Remove initialization of
50676         __vdso_gettimeofday and __vdso_time.
50677
50678 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50679
50680         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50681         and fgetc_unlocked.
50682         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50683         getc_unlocked.
50684
50685         * elf/dl-open.c (add_to_global): Report additions to the global scope
50686         for LD_DEBUG=scopes.
50687         (dl_open_worker): Also print scope of newly loaded dependencies.
50688         (_dl_show_scope): Indicate if there is no scope.
50689
50690         [BZ #13114]
50691         * stdio-common/Makefile (tests): Add bug24.
50692         * stdio-common/bug24.c: New file.
50693
50694 2011-08-19  Andreas Jaeger  <aj@suse.de>
50695
50696         [BZ #13114]
50697         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50698         non-existant file when using close-on-exec mode.
50699
50700 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50701
50702         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50703         the very first instruction.
50704
50705         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50706         the CFI state in the end.
50707         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50708         inclusion of dl-trampoline.h.
50709         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50710
50711 2011-08-19  Andreas Schwab  <schwab@redhat.com>
50712
50713         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50714         expectations for long double.
50715
50716         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50717         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50718
50719 2011-08-14  David S. Miller  <davem@davemloft.net>
50720
50721         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50722         artificual limit depends upon the system page size.
50723
50724 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50725
50726         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50727         * resolv/Makefile: Define CFLAGS-libresolv.
50728
50729 2011-08-17  Andreas Schwab  <schwab@redhat.com>
50730
50731         * nss/makedb.c (compute_tables): Make variables used in nested
50732         function static.
50733
50734 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50735
50736         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50737         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50738         if buffer was too small.
50739
50740         * elf/pldd.c (main): Attach to all threads in the process.
50741         Rewrite /proc handling to use *at functions.
50742
50743 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
50744
50745         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50746         specifies first scope to show.
50747         (dl_open_worker): Update callers.  Move printing scope of new
50748         object to before the relocation.
50749         * elf/rtld.c (dl_main): Update _dl_show_scope call.
50750         * sysdeps/generic/ldsodefs.h: Update declaration.
50751
50752         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50753         string for the scope number.
50754
50755 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
50756
50757         * nscd/servicescache.c (cache_addserv): Make sure written is always
50758         initialized.
50759
50760 2011-08-14  Roland McGrath  <roland@hack.frob.com>
50761
50762         * sysdeps/i386/i486/bits/atomic.h
50763         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50764         statement expression, so as to suppress "set but not used" warning.
50765         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50766
50767         * string/strncat.c (STRNCAT): Use prototype definition.
50768
50769         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50770         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50771         -Iprograms here.
50772         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50773         (localedef-modules): Add localedef.
50774         (locale-modules): Add locale.
50775
50776         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50777         * elf/rtld.c (dl_main): Invert order of assignment in last change,
50778         to avoid a warning.
50779
50780 2011-08-14  David S. Miller  <davem@davemloft.net>
50781
50782         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50783         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50784
50785 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
50786
50787         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
50788         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50789         * elf/rtld.c (dl_main): Set l_name of vDSO.
50790         Call _dl_show_scope when DL_DEBUG_SCOPES.
50791         (process_dl_debug): Recognize scopes flag and also set it for all.
50792         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50793         Declare _dl_show_scope.
50794
50795         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50796         (do_dlopen): Pass caller_dlopen to dl_open.
50797         (__libc_dlopen_mode): Initialize caller_dlopen.
50798
50799         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50800         of libc.  Make tolower call locale-independent.  Optimize a bit by
50801         using isdigit instead of isalnum.
50802         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50803
50804 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
50805
50806         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50807         was a dependency or dynamically loaded.
50808
50809 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
50810
50811         * intl/l10nflist.c: Allow architecture-specific pop function.
50812         * sysdeps/x86_64/l10nflist.c: New file.
50813
50814         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50815         classification.
50816
50817 2011-08-10  Andreas Schwab  <schwab@redhat.com>
50818
50819         * include/dirent.h: Add libc_hidden_proto for scandirat and
50820         scandirat64.  Don't declare __scandirat64.
50821         * dirent/scandirat.c: Add libc_hidden_def.
50822         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50823         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50824
50825 2011-08-10  David S. Miller  <davem@davemloft.net>
50826
50827         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50828         enum.
50829         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50830         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50831         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50832
50833 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
50834
50835         * Versions.def [libc]: Add GLIBC_2.15.
50836         * dirent/Makefile (routines): Add scandirat and scandirat64.
50837         * dirent/Versions [libc]: Export scandirat and scandirat64 for
50838         GLIBC_2.15.
50839         * dirent/dirent.h: Declare scandirat and scandirat64.
50840         * dirent/scandirat.c: New file.
50841         * dirent/scandirat64.c: New file.
50842         * sysdeps/wordsize-64/scandirat.c: New file.
50843         * sysdeps/wordsize-64/scandirat64.c: New file.
50844         * dirent/opendir.c: Define opendirat.
50845         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
50846         using scandirat.
50847         * dirent/scandir64.c: Adjust for scandir.c change.
50848         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
50849         __scandirat64, and __scandir_cancel_handler.
50850         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
50851         additional parameter and use openat instead of open (outside of ld.so).
50852         Add new __opendir as wrapper around __opendirat.
50853         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50854         here without requiring old scandirat implementation.
50855
50856 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
50857
50858         * dirent/scandir.c (cancel_handler): Renamed to
50859         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
50860         defined.  Adjust users.
50861         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50862         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50863
50864 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
50865
50866         * string/test-string.h (IMPL): Use __STRING to expand name and then
50867         stringify it.
50868
50869         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
50870         of cleanups.
50871
50872 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50873
50874         * string/Makefile: Update.
50875         (strop-tests): Append strncat.
50876         * string/test-wcscmp.c: New file.
50877         New comprehensive test for wcscmp.
50878         * string/test-strcmp.c: Update.
50879         (WIDE): New define.
50880
50881 2011-07-22  Andreas Schwab  <schwab@redhat.com>
50882
50883         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50884         line.
50885
50886 2011-07-26  Andreas Schwab  <schwab@redhat.com>
50887
50888         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50889         encoding to ACE if AI_IDN.
50890
50891 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
50892
50893         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50894         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50895
50896 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50897
50898         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50899         Fix overflow bug in strncat.
50900         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50901
50902         * string/test-strncat.c: Update.
50903         Add new tests for checking overflow bugs.
50904
50905 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50906
50907         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50908         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50909         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50910         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50911         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50912         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50913         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50914         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50915         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50916
50917         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50918         (USE_AS_STRCAT): Define.
50919         Add strcat and strncat support.
50920         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50921
50922 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50923
50924         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50925         __n bigger than INT_MAX+1.
50926         (__strncmp_g): Likewise.
50927
50928 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50929
50930         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50931         * libio/stido.h: Likewise.
50932
50933         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50934         (AF_NFC): Define.
50935         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50936         (AF_NFC): Define.
50937
50938         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50939         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50940         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50941         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50942         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50943
50944         [BZ #13021]
50945         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50946         installed.
50947
50948         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50949         typo.
50950         (_dl_x86_64_save_sse): Likewise.
50951
50952 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50953
50954         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50955         OSXSAVE.
50956         (_dl_x86_64_save_sse): Likewise.
50957
50958         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50959
50960         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50961
50962 2011-07-21  Andreas Schwab  <schwab@redhat.com>
50963
50964         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50965         change.
50966         (_dl_x86_64_save_sse): Use correct AVX check.
50967
50968 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50969
50970         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50971         bug in strncpy/strncat.
50972         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50973
50974 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
50975
50976         * string/tester.c (test_strcat): Add tests for different alignments
50977         of source and destination.
50978         (test_strncat): Likewise.
50979
50980 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50981
50982         [BZ #12852]
50983         * posix/glob.c (glob): Check passed in values before using them in
50984         expressions to avoid some overflows.
50985         (glob_in_dir): Likewise.
50986
50987         [BZ #13007]
50988         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
50989         check for AVX enablement so that we don't crash with old kernels and
50990         new hardware.
50991         * elf/tst-audit4.c: Add same checks here.
50992         * elf/tst-audit6.c: Likewise.
50993
50994         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
50995
50996 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
50997
50998         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
50999
51000 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
51001
51002         * po/cs.po: Update from translation team.
51003         * po/bg.po: Likewise.
51004
51005 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
51006
51007         * misc/sys/cdefs.h: Add support for const attribute.
51008         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
51009         to gnu_dev_{major,minor,makedev} functions.
51010
51011 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
51012
51013         * intl/dcigettext.c (get_output_charset): Add missing bracket.
51014
51015 2011-07-20  Andreas Schwab  <schwab@redhat.com>
51016
51017         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
51018         strlen results.
51019
51020 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51021
51022         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
51023         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
51024         register in order to avoid conflicts with the soft frame pointer
51025         being held in r11 when necessary.
51026         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
51027         (INTERNAL_VSYSCALL_NCS): Likewise.
51028
51029 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
51030
51031         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
51032         * elf/dl-fini.c (_dl_fini): Adjust caller.
51033         * elf/dl-close.c (_dl_close_worker): Likewise.
51034         * sysdeps/generic/ldsodefs.h: Adjust declaration.
51035
51036 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
51037
51038         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
51039         "aux_cache->nlibs < 0".
51040
51041         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
51042         in the reload-count case.
51043
51044 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
51045
51046         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51047         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
51048         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
51049         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
51050         * sysdeps/x86_64/multiarch/strcat.S: New file.
51051         * sysdeps/x86_64/multiarch/strncat.S: New file.
51052         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
51053         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
51054         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
51055         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
51056         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
51057         (USE_AS_STRCAT): Define.
51058         Add strcat and strncat support.
51059         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
51060         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
51061         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
51062         * string/strncat.c: Update.
51063         (USE_AS_STRNCAT): Define.
51064         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51065         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
51066         and i7.
51067         * sysdeps/x86_64/multiarch/init-arch.h
51068         (bit_Prefer_PMINUB_for_stringop): New.
51069         (index_Prefer_PMINUB_for_stringop): Likewise.
51070         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
51071         bit_Prefer_PMINUB_for_stringop.
51072
51073 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
51074
51075         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
51076         buffer64.
51077         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
51078         of casting of buffer.
51079         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
51080         buffer32 and buffer64.
51081         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
51082         writes instead of casting of buffer.
51083         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
51084         buffer32.
51085         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
51086         casting of buffer.
51087
51088 2011-07-19  Andreas Schwab  <schwab@redhat.com>
51089
51090         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
51091
51092 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
51093
51094         * nscd/nscd.c (termination_handler): Don't do anything for a database
51095         if it has not yet been initialized.
51096
51097 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
51098
51099         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51100
51101 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
51102
51103         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51104
51105 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
51106
51107         * po/nl.po: Update from translation team.
51108         * po/sv.po: Likewise.
51109
51110 2011-07-16  Roland McGrath  <roland@hack.frob.com>
51111
51112         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
51113         now disallowed by GCC.
51114
51115         * configure.in (use-default-link): Default to yes if a test -shared
51116         link meets our qualifications.
51117         * configure: Regenerated.
51118
51119         * config.make.in (output-format): New variable.
51120         * configure.in: Check for ld --print-output-format support.
51121         * configure: Regenerated.
51122         * Makerules ($(common-objpfx)format.lds)
51123         [$(output-format) != unknown]: Just use $(output-format),
51124         instead of the linker-script munging.
51125
51126 2011-07-14  Roland McGrath  <roland@hack.frob.com>
51127
51128         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
51129         of $(common-objpfx)shlib.lds.
51130         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
51131
51132         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
51133         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
51134
51135         * configure.in (-z relro check): Adjust test code to add a large
51136         writable data section after it.
51137         * configure: Regenerated.
51138
51139 2011-07-11  Roland McGrath  <roland@hack.frob.com>
51140
51141         * configure.in (-z relro check): Fix test code to make the variable
51142         truly const.
51143         * configure: Regenerated.
51144
51145 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
51146
51147         * nscd/nscd.h (struct traced_file): Define.
51148         (struct database_dyn): Remove inotify_descr, reset_res, and filename
51149         elements.  Add traced_files.
51150         (inotify_fd): Declare.
51151         (register_traced_file): Declare.
51152         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
51153         (inotify_fd): Export.
51154         (resolv_conf_descr): Remove.
51155         (nscd_init): Move inotify descriptor creation to main.
51156         Don't register files for notification here.
51157         (register_traced_file): New function.
51158         (invalidate_cache): Don't use reset_res to determine whether to call
51159         res_init, go through the list of registered files.
51160         (main_loop_poll): The inotify descriptors are now stored in the
51161         structures for the traced files.
51162         (main_loop_epoll): Likewise
51163         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
51164         to __nss_disable_nscd.
51165         * nscd/cache.c (prune_cache): There is no single inotify descriptor
51166         for a database anymore.  Check the records for all the registered
51167         files instead.
51168         * nss/Makefile (libnss_files-routines): Add files-init.
51169         (libnss_db-routines): Add db-init.
51170         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
51171         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
51172         * nss/nss_db/db-init.c: New file.
51173         * nss/nss_files/files-init.c: New file.
51174         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
51175         __nss_lookup_function.
51176         (__nss_lookup_function): Call nss_load_library.
51177         (nss_load_all_libraries): New function.
51178         (__nss_disable_nscd): Take parameter with callback function for files
51179         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
51180         used for the cached services.
51181         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
51182         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
51183         options for features to all the files in nscd.
51184
51185         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
51186
51187 2011-07-10  Roland McGrath  <roland@hack.frob.com>
51188
51189         * csu/elf-init.c (__libc_csu_init): Comment typo.
51190
51191 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
51192
51193         * po/pl.po: Update from translation team.
51194         * po/ja.po: Likewise.
51195         * po/ru.po: Likewise.
51196         * po/ko.po: Likewise.
51197         * po/fr.po: Likewise.
51198
51199 2011-07-09  Roland McGrath  <roland@hack.frob.com>
51200
51201         * configure.in (.ctors/.dtors header and trailer check):
51202         Use an empirical test on a built program.
51203         * configure: Regenerated.
51204
51205         * configure.in (-z relro check): Use an empirical test on a built DSO.
51206         Detect, but do not require, on ia64.
51207         * configure: Regenerated.
51208
51209         * configure.in (READELF): Find it with AC_CHECK_TOOL.
51210         Update tests that use readelf to use $READELF instead.
51211         * configure: Regenerated.
51212
51213 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
51214
51215         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
51216         if the result is not used.
51217
51218 2011-07-05  Andreas Jaeger  <aj@suse.de>
51219
51220         [BZ#9696]
51221         * stdlib/tst-strtod.c: Add testcase.
51222
51223 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
51224
51225         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
51226         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
51227         The latter has a higher limit.  Take additional parameter to pass to
51228         the new function.
51229         (__pathconf): Pass file to __statfs_link_max.
51230         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
51231         __statfs_link_max.
51232         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
51233         __statfs_link_max.
51234
51235         [BZ #12868]
51236         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
51237         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
51238         Handle Lustre.
51239         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
51240         (__statfs_filesize_max): Likewise.
51241         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
51242
51243 2011-07-05  Andreas Jaeger  <aj@suse.de>
51244
51245         * resolv/res_comp.c (dn_skipname): Remove unused variable.
51246
51247 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
51248
51249         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
51250         `status' variable.
51251         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
51252         Likewise.
51253
51254 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
51255
51256         * Makefile (strop-tests): Add strncat.
51257         * string/test-strncat.c: New file.
51258
51259 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
51260
51261         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
51262
51263 2011-06-21  Andreas Jaeger  <aj@suse.de>
51264
51265         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
51266         Copy rule from iconvdata/Makefile.
51267
51268 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51269
51270         [BZ #12922]
51271         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
51272         but no long options are defined, just return 'W'.
51273
51274 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
51275
51276         [BZ #9696]
51277         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
51278
51279 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51280
51281         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
51282         netgroups to read.
51283         (innetgr): Likewise.
51284
51285 2011-07-05  Roland McGrath  <roland@hack.frob.com>
51286
51287         * config.make.in (install_root): Default to $(DESTDIR).
51288
51289 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
51290
51291         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
51292
51293 2011-07-02  Roland McGrath  <roland@hack.frob.com>
51294
51295         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
51296
51297         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
51298         containing directory rather than embedding absolute directory names.
51299
51300         * scripts/check-local-headers.sh: Rewritten using awk.
51301         Match by word, not by line.  Print error messages for matches.
51302         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
51303
51304         * Makerules [shlib-lds-flags empty]:
51305         ($(common-objpfx)libc_pic.opts): New target.
51306         ($(common-objpfx)libc_pic.os.clean): New target.
51307         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
51308
51309         * config.make.in (OBJCOPY): New variable.
51310         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
51311         * configure: Regenerated.
51312
51313         * config.make.in (use-default-link): New variable.
51314         * configure.in (use_default_link): Grok --with-default-link to set it.
51315         * configure: Regenerated.
51316         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
51317         (shlib-lds, shlib-lds-flags): Define to empty.
51318
51319         * Makerules (shlib-lds): New variable.
51320         (shlib-lds-flags): New variable.
51321         (build-shlib, build-moduile, build-module-asneeded): Use it.
51322         ($(common-objpfx)libc.so): Use $(shlib-lds).
51323         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
51324         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
51325
51326         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
51327         DT_FLAGS/DT_FLAGS_1 with zero flags.
51328
51329         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
51330         linker script munging.
51331
51332 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
51333
51334         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
51335         as 128-bit value.
51336         * crypt/sha512.c (sha512_process_block): Perform total addition using
51337         128-bit if possible.
51338         (__sha512_finish_ctx): Likewise.
51339         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
51340         as 64-bit value.
51341         * crypt/sha256.c (SWAP64): Define.
51342         (sha256_process_block): Perform total addition using 64-bit if
51343         possible.
51344         (__sha256_finish_ctx): Likewise.
51345
51346 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
51347
51348         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
51349         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51350         * nscd/hstcache.c (cache_addhst): Likewise.
51351         * nscd/grpcache.c (cache_addgr): Likewise.
51352         * nscd/aicache.c (addhstaiX): Likewise
51353         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
51354
51355 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
51356
51357         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
51358         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51359         * nscd/hstcache.c (cache_addhst): Likewise.
51360         * nscd/grpcache.c (cache_addgr): Likewise.
51361         * nscd/aicache.c (addhstaiX): Likewise
51362
51363 2011-07-01  Andreas Schwab  <schwab@redhat.com>
51364
51365         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
51366         domain only when needed.
51367
51368 2011-06-30  Andreas Schwab  <schwab@redhat.com>
51369
51370         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
51371         is always restored.
51372
51373 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
51374
51375         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
51376         are re-adding the entry.
51377         * nscd/servicescache.c (cache_addserv): Likewise.
51378
51379 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
51380
51381         * sysdeps/generic/dl-irel.h: fix protection against multiple
51382         inclusions.
51383         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
51384
51385 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
51386
51387         [BZ #12935]
51388         * malloc/memusage.sh: Fix quoting in message.
51389         * debug/xtrace.sh: Likewise.
51390
51391         * configure.in: Remove support for --experimental-malloc option, make
51392         it the default.
51393         * config.make.in: Likewise.
51394         * malloc/Makefile: Likewise.
51395
51396 2011-06-27  Andreas Schwab  <schwab@redhat.com>
51397
51398         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
51399         two-byte characters.
51400
51401 2011-06-27  Roland McGrath  <roland@hack.frob.com>
51402
51403         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
51404         AC_CACHE_CHECK invocation.
51405         * configure: Regenerated.
51406
51407         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
51408
51409 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
51410
51411         [BZ #12350]
51412         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
51413         bit from old_res_options.
51414
51415         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
51416
51417         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
51418         value type for setfct.
51419
51420 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
51421
51422         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51423         __gettimeofday instead of gettimeofday.
51424
51425 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
51426
51427         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
51428
51429 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
51430
51431         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
51432
51433         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
51434         info.
51435
51436 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51437
51438         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51439         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51440         strcpy-sse2-unaligned strncpy-sse2-unaligned
51441         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
51442         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
51443         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
51444         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
51445         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
51446         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
51447         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
51448         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
51449         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
51450         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
51451         (STRCPY): Support SSE2 and SSSE3 versions.
51452
51453 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
51454
51455         [BZ #12874]
51456         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
51457         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
51458         kernels which artificially limit size of requests.
51459
51460 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51461
51462         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51463         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51464         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
51465         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
51466         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
51467         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
51468         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
51469         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
51470         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
51471         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
51472         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
51473         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
51474         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
51475         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
51476         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
51477         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51478         Enable unaligned load optimization for Intel Core i3, i5 and i7
51479         processors.
51480         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
51481         Define.
51482         (index_Fast_Unaligned_Load): Define.
51483         (HAS_FAST_UNALIGNED_LOAD): Define.
51484
51485 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
51486
51487         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
51488
51489 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51490
51491         [BZ #12907]
51492         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
51493         until it is clear that the information is realy needed.
51494         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
51495
51496 2011-06-22  Andreas Schwab  <schwab@redhat.com>
51497
51498         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
51499
51500 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51501
51502         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51503         /sys/devices/system/cpu/online if it is usable.
51504
51505         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
51506         reading the information from the /proc filesystem to once a second.
51507
51508 2011-06-21  Andreas Jaeger  <aj@suse.de>
51509
51510         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
51511         NULL after inclusion of kernel headers.
51512
51513 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
51514
51515         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
51516         calls to internal_setent.
51517
51518         [BZ #12885]
51519         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
51520         addresses using gethostbyname4_r ignore IPv4 addresses.
51521
51522         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
51523         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
51524
51525         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
51526
51527 2011-06-20  David S. Miller  <davem@davemloft.net>
51528
51529         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
51530         inclusions.
51531         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
51532
51533         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
51534         (elf_irel): Use it.
51535         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
51536         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
51537         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
51538         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
51539         * sysdeps/x86_64/dl-irel.h: Likewise.
51540
51541         * elf/dl-runtime.c: Use elf_ifunc_invoke.
51542         * elf/dl-sym.c: Likewise.
51543
51544 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51545
51546         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
51547         need to dereference resplen2.
51548
51549 2011-06-14  Andreas Schwab  <schwab@redhat.com>
51550
51551         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
51552
51553 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51554
51555         * Makeconfig: Define vardbdir and inst_vardbdir.
51556         * nss/Makefile: Add rules to install db-Makefile.
51557
51558         * nss/nss_db/db-XXX.c: Cleanup.
51559
51560         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
51561         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
51562         GLIBC_PRIVATE.
51563         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
51564         * nss/makedb.c: Implement -g option to specify that value strings
51565         are generated and should not be added to table iterated over for
51566         get*ent calls.
51567         * nss/nss_db/db-initgroups.c: New file.
51568
51569         * nss/getent.c: Add support for initgroups lookups through getgrouplist
51570         interface.
51571
51572         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
51573         (internal_getgrouplist): Adjust to name change.
51574         Update use_initgroups_entry if this is not the first call.
51575         * nss/databases.def: Add initgroups entry.
51576
51577         * nss/makedb.c (compute_tables): Check result of multiple hash table
51578         sizes to minimize maximum chain length.
51579
51580 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
51581
51582         * Versions.def: Add entry for libnss_db.
51583         * shlib-versions: Likewise.
51584         * nss/Makefile: Add rules to build libnss_db.
51585         * nss/Versions: Add libnss_db information.  Organize libnss_files
51586         entries better.
51587         * nss/db-Makefile: Add gshadow support.  Change rules for the new
51588         makedb progra.  Some minor improvements to generate smaller files.
51589         * nss/nss_db/nss_db.h: Move NSS database header data structures to
51590         here from...
51591         * nss/makedb.c: ...here.
51592         Improve database format to be smaller and require less memory at
51593         runtime.
51594         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
51595         db anymore.
51596         * nss/nss_db/db-netgrp.c: Likewise.
51597         * nss/nss_db/db-open.c: Likewise.
51598         * nss/nss_files/flies-XXX.x: Adjust comments.
51599         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
51600         * nss/nss_files/files-grp.c: Likewise.
51601         * nss/nss_files/files-hosts.c: Likewise.
51602         * nss/nss_files/files-network.c: Likewise.
51603         * nss/nss_files/files-proto.c: Likewise.
51604         * nss/nss_files/files-pwd.c: Likewise.
51605         * nss/nss_files/files-rpc.c: Likewise.
51606         * nss/nss_files/files-service.c: Likewise.
51607         * nss/nss_files/files-sgrp.c: Likewise.
51608         * nss/nss_files/files-spwd.c: Likewise.
51609         * nss/nss_db/db-alias.c: Removed.
51610         * nss/nss_db/dummy-db.h: Removed.
51611
51612 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
51613
51614         * nss/makedb.c: Rewritten to not use database library.
51615         * nss/Makefile: Update to build new makedb program.
51616
51617 2011-06-14  Andreas Jaeger  <aj@suse.de>
51618
51619         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51620         memset declaration.
51621
51622 2011-06-10  Andreas Schwab  <schwab@redhat.com>
51623
51624         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51625         tmpbuf.
51626
51627 2011-06-10  Roland McGrath  <roland@hack.frob.com>
51628
51629         * Makerules (shlib.lds): Fail if the linker script comes out empty.
51630         * elf/Makefile ($(objpfx)ld.so): Likewise.
51631
51632         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51633         Don't list ld.so twice in dependencies.
51634
51635         * posix/bug-regex31.c: Include <stdlib.h>.
51636
51637         * nscd/hstcache.c (cache_addhst): Remove unused variable.
51638
51639         * nis/nss_compat/compat-spwd.c
51640         (getspent_next_nss_netgr): Remove unused variable.
51641         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51642
51643         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51644         nonmembers" output to use the right array.
51645
51646         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51647
51648         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51649
51650         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51651         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51652         * catgets/gencat.c (read_input_file): Likewise.
51653         * locale/programs/locarchive.c (enlarge_archive): Likewise.
51654
51655         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51656         variable definition inside #if's controlling its use.
51657
51658         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51659
51660         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51661
51662         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51663
51664         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51665         unreachable code.
51666
51667         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51668
51669         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51670         * configure: Regenerated.
51671
51672         * Makerules: Revert last change.
51673         * elf/Makefile: Likewise.
51674
51675 2011-06-09  Roland McGrath  <roland@hack.frob.com>
51676
51677         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51678         * elf/Makefile ($(objpfx)librtld.os): Likewise.
51679         (reloc-link): Likewise.
51680
51681 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
51682
51683         * elf/Makefile: Add rules to build pldd.
51684         * elf/pldd.c: New file.
51685         * elf/pldd-xx.c: New file.
51686
51687 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
51688
51689         * version.h: Update for 2.15 development version.
51690
51691 2011-06-07  David S. Miller  <davem@davemloft.net>
51692
51693         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51694         ifuncs.
51695         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51696         elf_machine_lazy_rel): Likewise.
51697         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51698         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51699         elf_machine_lazy_rel): Likewise.
51700         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51701         dl_hwcap via passed in argument.
51702         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51703         Likewise.
51704
51705 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51706
51707         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
51708
51709 2011-06-06  Roland McGrath  <roland@hack.frob.com>
51710
51711         [BZ #12849]
51712         * manual/fdl-1.1.texi: New file, verbatim from:
51713         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51714         * manual/lgpl-2.1.texi: New file, verbatim from:
51715         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51716         * manual/Makefile (licenses): New variable, list those new file names.
51717         (texis): Use it.
51718         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51719
51720         * manual/fdl.texi: File removed.
51721         * manual/lesser.texi: File removed.
51722         * manual/libc.texinfo (Copying, Documentation License):
51723         Use new @include file names, put @appendix directive before @include.
51724
51725 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
51726
51727         [BZ #12841]
51728         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51729         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51730         (mq_open): Add __NTH.
51731
51732 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
51733
51734         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51735         Assume Intel Core i3/i5/i7 processor if AVX is available.
51736
51737 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51738
51739         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51740         typo.
51741
51742 2011-05-31  Andreas Schwab  <schwab@redhat.com>
51743
51744         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51745         memory.  Use alloca_account.  Fix memory leak when retrying.
51746
51747 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51748
51749         * version.h (RELEASE): Bump for 2.14 release.
51750         * include/features.h (__GLIBC_MINOR__): Bump to 14.
51751
51752         * config.make.in (RANLIB): Remove entry.
51753
51754 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
51755
51756         * po/Makefile (po-sed-cmd): Add ksh to extensions.
51757         (libc.pot): Work around missing support for .ksh extension in xgettext.
51758
51759         [BZ #12684]
51760         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51761         if both request failed.
51762         (send_dg): In case of server errors clear resplen or *resplen2.
51763
51764         [BZ #12454]
51765         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51766         when there are multiple maps.
51767         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51768         (_dl_fini): Remove test here.
51769
51770         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51771
51772 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
51773
51774         [BZ #12350]
51775         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51776         bit from old_res_options.
51777         (gaih_inet): Likewise.
51778
51779         [BZ #11099]
51780         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
51781         as signed.
51782
51783         * resolv/res_init.c (res_setoptions): Make the code more compact.
51784
51785         [BZ #11558]
51786         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51787         set RES_USEVC.
51788
51789         [BZ #11634]
51790         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51791
51792         * malloc/malloc.h: Mark malloc hook variables as deprecated.
51793
51794         [BZ #11781]
51795         * malloc/malloc.h: Declare malloc hook variables as volatile.
51796
51797         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51798         in last patch.
51799
51800         [BZ #11799]
51801         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
51802         raise in the comment.
51803         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51804         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51805         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
51806
51807 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
51808
51809         [BZ #12811]
51810         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51811         grow the buffers more if it already has to be sufficient.
51812         (build_wcs_upper_buffer): Likewise.
51813         * posix/regexec.c (check_matching): Likewise.
51814         (clean_state_log_if_needed): Likewise.
51815         (extend_buffers): Don't enlarge buffers beyond size of the input
51816         buffer.
51817         Patches mostly by Emil Wojak <emil@wojak.eu>.
51818         * posix/bug-regex32.c: New file.
51819         * posix/Makefile (tests): Add bug-regex32.
51820
51821         * locale/findlocale.c (_nl_find_locale): Return right away if
51822         _nl_explode_name failed.
51823         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51824
51825         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51826
51827         * debug/xtrace.sh: Unify messages.
51828         * malloc/memusage.sh: Likewise.
51829
51830         [BZ #12813]
51831         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51832         time symbol from vDSO.  Substitute with vsyscall if not available.
51833         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51834         __vdso_time.
51835
51836         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51837         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51838         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51839         Add sendmmsg and internal_sendmmsg.
51840         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51841         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51842         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51843
51844         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51845         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51846         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51847
51848 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
51849
51850         [BZ #12813]
51851         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51852         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
51853         available.
51854         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51855         __vdso_getcpu.
51856
51857         [BZ #12814]
51858         * iconvdata/Makefile (tests): Add bug-iconv9.
51859         * iconvdata/bug-iconv9.c: New file.
51860
51861 2011-05-27  Andreas Schwab  <schwab@redhat.com>
51862
51863         [BZ #12814]
51864         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51865
51866 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
51867
51868         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51869         (struct user_regs_struct): Change intcs field back to cs.
51870
51871 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
51872
51873         * po/ja.po: Update from translation team.
51874
51875 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
51876
51877         [BZ #12795]
51878         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51879         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51880
51881 2011-05-20  Andreas Schwab  <schwab@redhat.com>
51882
51883         * stdlib/longlong.h: Update from GCC.
51884
51885 2011-05-23  Andreas Schwab  <schwab@redhat.com>
51886
51887         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51888         parameter name.
51889         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51890         Add parameter name.
51891         (__sysconf): Pass it down.
51892
51893 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
51894
51895         [BZ #12671]
51896         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51897         some situations.
51898         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51899         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51900         add in in __libc_use_alloca calls.  Adjust callers.
51901         (glob): Use malloc in some situations.
51902
51903         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51904         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51905         pltexit.
51906
51907 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51908
51909         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51910         and CLOCK_BOOTTIME_ALARM.
51911
51912         [BZ #12782]
51913         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51914         is returned.
51915
51916         * string/_strerror.c (__strerror_r): Print negative errors as signed
51917         numbers.
51918
51919         [BZ #12777]
51920         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51921         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51922         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51923
51924         * configure.in: Fix typo in redirection and correct removal of test
51925         files in two cases.
51926
51927         [BZ #12788]
51928         * locale/setlocale.c (new_composite_name): Fix test to check for
51929         identical name of all categories.
51930
51931         [BZ #12792]
51932         * libio/filedoalloc.c (local_isatty): New function.
51933         (_IO_file_doallocate): Use local_isatty.
51934         * stdio-common/perror.c (perror): In case a new stream is used
51935         forward the stream error.
51936         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51937         error flag.
51938
51939 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51940
51941         [BZ #11869]
51942         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51943         alloca.
51944         * include/alloca.h (extend_alloca_account): Define.
51945
51946         [BZ #11857]
51947         * posix/regex.h: Fix comments with documentation of user-accessible
51948         fields after compilation and describe correct free'ing of pattern
51949         after re_compile_pattern.
51950         Patch by Reuben Thomas <rrt@sc3d.org>.
51951
51952 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51953
51954         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51955         and -mno-altivec to prevent the compiler from using Altivec and/or
51956         VSX instructions when the corresponding registers are not available.
51957
51958 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51959
51960         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51961
51962 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
51963
51964         * libio/freopen.c (freopen): Use __dup2, not dup2.
51965         * libio/freopen64.c (freopen64): Likewise.
51966
51967 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
51968
51969         [BZ #12775]
51970         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51971         * math/Makefile (tests): Add test-powl.
51972         (CFLAGS-test-powl.c): Define.
51973         * math/test-powl.c: New file.
51974
51975 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
51976
51977         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51978
51979 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
51980
51981         [BZ #11837]
51982         * iconvdata/gb18030.c: Update to GB18020-2005.
51983
51984 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
51985
51986         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51987         RE_SYNTAX_POSIX_AWK): Update to match recent development.
51988         Patch by Aharon Robbins <arnold@skeeve.com>.
51989
51990         [BZ #11892]
51991         * stdlib/putenv.c (putenv): Don't always create copy of the variable
51992         on the stack.
51993
51994         [BZ #11895]
51995         * misc/pselect.c (__pselect): Handle timeout value errors hidden
51996         through underflows.
51997
51998         [BZ #12766]
51999         * misc/error.c (error_at_line): Ensure file_name and old_file_name
52000         point to strings before performing equality test for error_one_per_line
52001         mode.
52002
52003         [BZ #11697]
52004         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
52005
52006         [BZ #11820]
52007         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
52008         (struct user_fpregs_struct): Avoid __uint*_t types.
52009
52010         [BZ #6420]
52011         * malloc/mtrace.c (tr_where): Add additional parameter to point to
52012         symbol info.  Use it instead of calling _dl_addr locally.
52013         (lock_and_info): New function.
52014         (tr_freehook): Call lock_and_info and pass symbol info as additional
52015         parameter to tr_where.
52016         (tr_mallochook): Likewise.
52017         (tr_reallochook): Likewise.
52018         (tr_memalignhook): Likewise.
52019
52020         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
52021         used and couldn't be at all thread-safe.
52022
52023 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
52024
52025         * libio/freopen.c (freopen): Don't close old file descriptor
52026         before the new one is opened.  Instead dup the new file descriptor
52027         to the old one after the new stream is created.
52028         * libio/freopen64.c (freopen64): Likewise.
52029         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
52030         * libio/fileops.c (_IO_new_file_close_it): Handle new
52031         _IO_FLAGS2_NOCLOSE flag.
52032         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
52033         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
52034         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
52035         _IO_FLAGS2_NOCLOSE flag.
52036         * include/unistd.h: Add hidden_proto for dup3.
52037         Define __have_dup3.
52038         * io/dup3.c: Define hidden symbol.
52039         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
52040
52041         [BZ #7101]
52042         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
52043         when an incomplete long option is used.
52044         * posix/tst-getopt_long1.c: New file.
52045         * posix/Makefile (tests): Add tst-getopt_long1.
52046
52047         [BZ #10138]
52048         * scripts/config.guess: Update from autoconf-2.68.
52049         * scripts/config.sub: Likewise.
52050
52051         [BZ #10157]
52052         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
52053         tests into ...
52054         (has_cpuclock): ...this.  New function.
52055         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
52056         macro here based on has_cpuclock code.
52057
52058         [BZ #10149]
52059         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52060         First byte (not low byte) is now always NUL.
52061         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
52062
52063         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52064         Use non-cancelable interfaces.
52065
52066         [BZ #9809]
52067         * locale/iso-639.def: Add entry for Sorani.
52068
52069         [BZ #11901]
52070         * include/stdlib.h: Move include protection to the right place.
52071         Define abort_msg_s.  Declare __abort_msg with it.
52072         * stdlib/abort.c (__abort_msg): Adjust type.
52073         * assert/assert.c (__assert_fail_base): New function.  Majority
52074         of code from __assert_fail.  Allocate memory for __abort_msg with
52075         mmap.
52076         (__assert_fail): Now call __assert_fail_base.
52077         * assert/assert-perr.c: Remove bulk of implementation.  Use
52078         __assert_fail_base.
52079         * include/assert.hL Declare __assert_fail_base.
52080         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
52081         mmap.
52082         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
52083
52084 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
52085
52086         [BZ #11952]
52087         [BZ #12453]
52088         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
52089         until all modules are registered in the DTV.
52090         * elf/Makefile: Add rules to build and run tst-tls19.
52091         * elf/tst-tls19.c: New file.
52092         * elf/tst-tls19mod1.c: New file.
52093         * elf/tst-tls19mod2.c: New file.
52094         * elf/tst-tls19mod3.c: New file.
52095         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
52096
52097         [BZ #12083]
52098         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
52099         correctly.
52100
52101         [BZ #12601]
52102         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
52103         two-byte sequence errors.
52104         * iconvdata/Makefile (tests): Add bug-iconv8.
52105         * iconvdata/bug-iconv8.c: New file.
52106
52107         [BZ #12626]
52108         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
52109         buf2 definition.
52110
52111         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
52112
52113         [BZ #12432]
52114         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
52115         (dummy_getcfa): New function.
52116         (init): Get _Unwind_GetCFA address, use dummy if not found.
52117         (backtrace_helper): In recursion check, also check whether CFA changes.
52118         (__backtrace): Completely initialize arg.
52119
52120         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
52121         storing incomplete byte sequence in state object.  Avoid testing for
52122         guaranteed too small input if we know there is enough data available.
52123
52124 2011-05-11  Andreas Schwab  <schwab@redhat.com>
52125
52126         * Makeconfig (+link-pie): Indent.
52127         * Rules (binaries-pie): Define if $(have-fpie) and
52128         $(build-shared).
52129         (binaries-shared): Also filter out $(binaries-pie).
52130         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
52131         * nscd/Makefile (others-pie): Add nscd.
52132         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
52133         ($(objpfx)nscd): Remove command override.
52134         * login/Makefile (others-pie): Add pt_chown.
52135         ($(objpfx)pt_chown): Remove command override.
52136         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
52137         remove command overrides.
52138
52139 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
52140
52141         * libio/tst_putwc.c: Fix error messages.
52142
52143         [BZ #12724]
52144         * libio/fileops.c (_IO_new_file_close_it): Always flush when
52145         currently writing and seek to current position when not.
52146         * libio/Makefile (tests): Add bug-fclose1.
52147         * libio/bug-fclose1.c: New file.
52148
52149 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
52150
52151         [BZ #12511]
52152         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
52153         don't set DF_1_NODELETE here.
52154         (do_lookup_x): When entering new entry test for copy relocation
52155         and if necessary set DF_1_NODELETE flag.
52156         * elf/tst-unique4.cc: New file.
52157         * elf/tst-unique4.h: New file.
52158         * elf/tst-unique4lib.cc: New file.
52159         * elf/Makefile: Add rules to build and run tst-unique4.
52160         Patch by Piotr Bury <pbury@goahead.com>.
52161
52162 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
52163
52164         [BZ #12052]
52165         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
52166
52167         [BZ #12625]
52168         * misc/mntent_r.c (addmntent): Flush the stream after the output
52169
52170         [BZ #12393]
52171         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
52172         (is_trusted_path_normalize): Skip initial colon.  Append slash
52173         to empty buffer.  Duplicate is_trusted_path code but allow
52174         constructed patch to be prefix.
52175         (is_dst): Allow $ORIGIN followed by /.
52176         (_dl_dst_substitute): Correct clearing of check_for_trusted.
52177         Correct testing of result of is_trusted_path_normalize
52178         (decompose_rpath): Fix warning.
52179
52180 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
52181
52182         [BZ #11257]
52183         * grp/initgroups.c (internal_getgrouplist): When we found the service
52184         list through the initgroups entry in nsswitch.conf do not always
52185         continue on a successful lookup.  Don't always use the
52186         __nss_group_database value if it is set.
52187         * nss/nsswitch.conf (initgroups): Change action for successful db
52188         lookup to continue for compatibility.
52189
52190 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
52191
52192         [BZ #11532]
52193         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
52194         and CP774 modules.
52195         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
52196         and CP774 modules.
52197         * iconvdata/tst-tables.sh: Likewise.
52198         * iconvdata/cp770.c: New file.
52199         * iconvdata/cp771.c: New file.
52200         * iconvdata/cp772.c: New file.
52201         * iconvdata/cp773.c: New file.
52202         * iconvdata/cp774.c: New file.
52203         * iconvdata/testdata/CP770: New file.
52204         * iconvdata/testdata/CP770..UTF8: New file.
52205         * iconvdata/testdata/CP771: New file.
52206         * iconvdata/testdata/CP771..UTF8: New file.
52207         * iconvdata/testdata/CP772: New file.
52208         * iconvdata/testdata/CP772..UTF8: New file.
52209         * iconvdata/testdata/CP773: New file.
52210         * iconvdata/testdata/CP773..UTF8: New file.
52211         * iconvdata/testdata/CP774: New file.
52212         * iconvdata/testdata/CP774..UTF8: New file.
52213
52214         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
52215         END CHARMAP line.
52216         * iconvdata/gen-8bit-gap.sh: Likewise.
52217         * iconvdata/gen-8bit.sh: Likewise.
52218
52219         * locale/iso-639.def: Add ary entry.
52220
52221         [BZ #11258]
52222         * locale/C-translit.h.in: Add U20A1 transliteration.
52223
52224         [BZ #12178]
52225         * locale/iso-639.def: Add wae entry.
52226         Patch by Kevin Bortis <bortis@translate-wae.ch>.
52227
52228         [BZ #12545]
52229         * locale/programs/localedef.c (construct_output_path): Use ssize_t
52230         for n.
52231
52232         [BZ #12711]
52233         * locale/C-translit.h.in: Add entry for U20B9.
52234         Patch by pravin.d.s@gmail.com.
52235
52236 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
52237
52238         [BZ #12713]
52239         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
52240         ENAMETOOLONG use generic getcwd.
52241         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
52242         in rtld.  Use *stat64.
52243         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
52244         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
52245         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
52246         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
52247         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
52248         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
52249         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
52250         __fstatat64 macros.
52251         * include/dirent.h: Add libc_hidden_proto for rewinddir.
52252         * dirent/rewinddir.c: Add libc_hidden_def.
52253         * sysdeps/mach/hurd/rewinddir.c: Likewise.
52254         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
52255
52256         * include/dirent.h (__alloc_dir): Add flags parameter.
52257         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
52258         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
52259         __alloc_dir.
52260         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
52261         from fdopendir if O_CLOEXEC is already set.
52262
52263 2011-03-15  Alan Modra  <amodra@gmail.com>
52264
52265         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
52266         l_tls_firstbyte_offset non-zero.  Save padding offset in
52267         l_tls_firstbyte_offset for later use.
52268         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
52269         freeing static tls block.
52270
52271 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
52272
52273         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
52274         where #ifdef was intended.  The intent is to prevent ARG_MAX from
52275         being defined by the kernel headers.
52276
52277 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
52278
52279         [BZ #12734]
52280         * resolv/resolv.h: Define RES_NOTLDQUERY.
52281         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
52282         no-tld-query and set RES_NOTLDQUERY.
52283         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
52284         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
52285         modern BIND to search name as TLD unless forbidden.
52286
52287 2011-05-07  Petr Baudis  <pasky@suse.cz>
52288             Ulrich Drepper  <drepper@gmail.com>
52289
52290         [BZ #12393]
52291         * elf/dl-load.c (fillin_rpath): Move trusted path check...
52292         (is_trusted_path): ...to here.
52293         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
52294         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
52295         using is_trusted_path_normalize() in setuid scripts.
52296
52297 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
52298
52299         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
52300         __BEGIN/__END_DECLS.
52301
52302 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
52303
52304         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
52305         NSS_STATUS_NOTFOUND if no record was found.
52306
52307 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52308
52309         * sunrpc/Makefile (headers): Add rpc/netdb.h.
52310         (headers-not-in-tirpc): Remove rpc/netdb.h
52311         * resolv/netdb.h: Revert last change.
52312
52313 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
52314
52315         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
52316         circular dependency between libgcc.a and libc.a.
52317
52318 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52319
52320         * resolv/netdb.h: Don't include <rpc/netdb.h>.
52321         * nis/Makefile: Don't install rpcsvc/*.
52322         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
52323         instead of <rpc/types.h>.
52324         (MAXHOSTNAMELEN): Define.
52325
52326 2011-05-03  Andreas Schwab  <schwab@redhat.com>
52327
52328         * elf/ldconfig.c (add_dir): Don't crash on empty path.
52329
52330 2011-04-28  Maciej Babinski  <mbabinski@google.com>
52331
52332         [BZ #12714]
52333         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
52334         gethostbyname4_r when IPv6 results are possible.
52335
52336 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
52337
52338         [BZ #12723]
52339         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
52340         _PC_PIPE_BUF handling.
52341
52342 2011-04-30  Bruno Haible  <bruno@clisp.org>
52343
52344         [BZ #12717]
52345         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
52346         * resolv/netdb.h (getnameinfo): Change type of flags parameter
52347         to 'int'.
52348         * inet/getnameinfo.c (getnameinfo): Likewise.
52349
52350 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
52351
52352         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
52353         to groups setting in database lookup.
52354         * nss/nsswitch.conf: Add initgroups entry.
52355
52356 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
52357
52358         [BZ #12685]
52359         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
52360         mode string.
52361         Patch by Eric Blake <eblake@redhat.com>.
52362
52363 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
52364
52365         * sunrpc/Makefile (need-export-routines): Add svc_run.
52366         (routines): Remove svc_run.
52367         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
52368         * sunrpc/clnt_perr.c (clnt_perrno): Export.
52369         * sunrpc/svc_run.c (svc_run): Likewise.
52370         * sunrpc/svc_udp.c (svcudp_create): Likewise.
52371
52372 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
52373
52374         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
52375         problem in reallocation in last patch.
52376
52377 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
52378
52379         * sunrpc/Makefile: Move inclusion of Rules.
52380
52381 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52382
52383         * nss/nss_files/files-initgroups.c: New file.
52384         * nss/Makefile (libnss_files-routines): Add files-initgroups.
52385         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
52386         _nss_files_initgroups_dyn.
52387
52388 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
52389
52390         * elf/elf.h (R_ARM_IRELATIVE): Define.
52391
52392 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52393
52394         * po/ru.po: Update from translation team.
52395
52396 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52397
52398         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
52399         dependencies.
52400
52401 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
52402
52403         [BZ #12653]
52404         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
52405         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
52406         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
52407         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
52408         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
52409
52410 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
52411
52412         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
52413         differing bytes.
52414         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
52415         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
52416         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52417
52418 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52419
52420         [BZ #12420]
52421         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
52422         storing it.
52423         * stdlib/bug-getcontext.c: New file.
52424         * stdlib/Makefile: Add rules to build and run bug-getcontext.
52425
52426 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52427
52428         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
52429         instructions into .machine "z9-109".
52430         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
52431         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
52432
52433 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52434
52435         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
52436         between environment variables and auxiliary vector.
52437
52438 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
52439
52440         * Makefile: Add rules to build linkobj/libc.so.
52441         * include/libc-symbols.h: Define libc_hidden_nolink.
52442         * include/rpc/auth.h: Mark functions which are to be hidden.
52443         * include/rpc/auth_des.h: Likewise.
52444         * include/rpc/auth_unix.h: Likewise.
52445         * include/rpc/clnt.h: Likewise.
52446         * include/rpc/des_crypt.h: Likewise.
52447         * include/rpc/key_prot.h: Likewise.
52448         * include/rpc/pmap_clnt.h: Likewise.
52449         * include/rpc/pmap_prot.h: Likewise.
52450         * include/rpc/pmap_rmt.h: Likewise.
52451         * include/rpc/rpc_msg.h: Likewise.
52452         * include/rpc/svc.h: Likewise.
52453         * include/rpc/svc_auth.h: Likewise.
52454         * include/rpc/xdr.h: Likewise.
52455         * nis/Makefile: Link all DSOs against linkobj/libc.so.
52456         * nss/Makefile: Likewise.
52457         * sunrpc/Makefile: Don't install headers.  Build library with normal
52458         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
52459         * sunrpc/auth_des.c: Hide exported symbols by default, export some
52460         for the compat linking library.  Remove use of INTDEF/INTUSE.
52461         * sunrpc/auth_none.c: Likewise.
52462         * sunrpc/auth_unix.c: Likewise.
52463         * sunrpc/authdes_prot.c: Likewise.
52464         * sunrpc/authuxprot.c: Likewise.
52465         * sunrpc/clnt_gen.c: Likewise.
52466         * sunrpc/clnt_perr.c: Likewise.
52467         * sunrpc/clnt_raw.c: Likewise.
52468         * sunrpc/clnt_simp.c: Likewise.
52469         * sunrpc/clnt_tcp.c: Likewise.
52470         * sunrpc/clnt_udp.c: Likewise.
52471         * sunrpc/clnt_unix.c: Likewise.
52472         * sunrpc/des_crypt.c: Likewise.
52473         * sunrpc/des_soft.c: Likewise.
52474         * sunrpc/get_myaddr.c: Likewise.
52475         * sunrpc/key_call.c: Likewise.
52476         * sunrpc/key_prot.c: Likewise.
52477         * sunrpc/netname.c: Likewise.
52478         * sunrpc/pm_getmaps.c: Likewise.
52479         * sunrpc/pm_getport.c: Likewise.
52480         * sunrpc/pmap_clnt.c: Likewise.
52481         * sunrpc/pmap_prot.c: Likewise.
52482         * sunrpc/pmap_prot2.c: Likewise.
52483         * sunrpc/pmap_rmt.c: Likewise.
52484         * sunrpc/publickey.c: Likewise.
52485         * sunrpc/rpc_cmsg.c: Likewise.
52486         * sunrpc/rpc_common.c: Likewise.
52487         * sunrpc/rpc_dtable.c: Likewise.
52488         * sunrpc/rpc_prot.c: Likewise.
52489         * sunrpc/rpc_thread.c: Likewise.
52490         * sunrpc/rtime.c: Likewise.
52491         * sunrpc/svc.c: Likewise.
52492         * sunrpc/svc_auth.c: Likewise.
52493         * sunrpc/svc_authux.c: Likewise.
52494         * sunrpc/svc_raw.c: Likewise.
52495         * sunrpc/svc_run.c: Likewise.
52496         * sunrpc/svc_simple.c: Likewise.
52497         * sunrpc/svc_tcp.c: Likewise.
52498         * sunrpc/svc_udp.c: Likewise.
52499         * sunrpc/svc_unix.c: Likewise.
52500         * sunrpc/svcauth_des.c: Likewise.
52501         * sunrpc/xcrypt.c: Likewise.
52502         * sunrpc/xdr.c: Likewise.
52503         * sunrpc/xdr_array.c: Likewise.
52504         * sunrpc/xdr_float.c: Likewise.
52505         * sunrpc/xdr_intXX_t.c: Likewise.
52506         * sunrpc/xdr_mem.c: Likewise.
52507         * sunrpc/xdr_rec.c: Likewise.
52508         * sunrpc/xdr_ref.c: Likewise.
52509         * sunrpc/xdr_sizeof.c: Likewise.
52510         * sunrpc/xdr_stdio.c: Likewise.
52511
52512 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
52513
52514         [BZ #12650]
52515         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
52516         * sysdeps/ia64/dl-tls.h: Likewise.
52517         * sysdeps/powerpc/dl-tls.h: Likewise.
52518         * sysdeps/s390/dl-tls.h: Likewise.
52519         * sysdeps/sh/dl-tls.h: Likewise.
52520         * sysdeps/sparc/dl-tls.h: Likewise.
52521         * sysdeps/x86_64/dl-tls.h: Likewise.
52522         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
52523
52524 2011-03-14  Andreas Schwab  <schwab@redhat.com>
52525
52526         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
52527         rpath element also skip the following colon.
52528         (expand_dynamic_string_token): Add is_path parameter and pass
52529         down to DL_DST_REQUIRED and _dl_dst_substitute.
52530         (decompose_rpath): Call expand_dynamic_string_token with
52531         non-zero is_path.  Ignore empty rpaths.
52532         (_dl_map_object_from_fd): Call expand_dynamic_string_token
52533         with zero is_path.
52534
52535 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
52536
52537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
52538         Make cancelable.
52539
52540 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
52541
52542         [BZ #12655]
52543         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
52544         Patch by Filipe David Manana <fdmanana@apache.org>.
52545
52546 2011-04-07  Andreas Schwab  <schwab@redhat.com>
52547
52548         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
52549         Maintain aligned stack.
52550         (CHECK_RSP): Remove unused macro.
52551
52552 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
52553
52554         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
52555         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
52556
52557 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
52558
52559         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
52560
52561         * include/features.h: Mention __USE_XOPEN2K8 in comment.
52562
52563 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
52564
52565         [BZ #12518]
52566         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
52567         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
52568         * sysdeps/x86_64/memmove.c: New file.
52569         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
52570         (memcpy): Renamed to ...
52571         (__new_memcpy): This.
52572         (memcpy): Provide GLIBC_2_14 memcpy.
52573         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
52574         (memcpy): Provide GLIBC_2_2_5 memcpy.
52575
52576 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52577
52578         [BZ #12631]
52579         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
52580
52581 2011-03-30  Andreas Schwab  <schwab@redhat.com>
52582
52583         * misc/syncfs.c: New file.
52584         * misc/Makefile (routines): Add syncfs.
52585         * posix/unistd.h: Declare syncfs.
52586         * sysdeps/unix/syscalls.list: Add syncfs.
52587
52588 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52589
52590         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
52591         open_by_handle_at.
52592         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
52593         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52594         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52595         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52596         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52597         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
52598         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52599
52600 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52601
52602         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
52603         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52604         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
52605         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52606         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52607         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52608         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52609
52610         * io/Makefile: Compile fallocate.c, fallocate64.c, and
52611         sync_file_range.c with -fexceptions.
52612         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52613         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52614         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52615         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52616         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52617         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52618         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
52619         sync_file_range as cancellation point
52620         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
52621         now a wrapper around __call_sync_file_range with cancellation handling.
52622         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52623         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
52624         function name to __call_sync_file_range.
52625         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52626         Add call_sync_file_range.
52627
52628 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52629
52630         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
52631         bits/timex.h.
52632
52633 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52634
52635         * iconv/iconv.h: Fix typo in comment.
52636         * io/fcntl.h: Likewise.
52637         * libio/stdio.h: Likewise.
52638         * posix/spawn.h: Likewise.
52639         * posix/unistd.h: Likewise.
52640         * stdlib/stdlib.h: Likewise.
52641         * time/time.h: Likewise.
52642         * wcsmbs/wchar.h: Likewise.
52643
52644         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52645         open_by_handle): Add.
52646         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52647         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
52648         Augment a few comments.
52649         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52650         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52651         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52652         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52653         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52654         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52655         open_by_handle.
52656
52657         * io/fcntl.h (AT_EMPTY_PATH): Define.
52658
52659 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
52660
52661         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52662         * sysdeps/unix/sysv/linux/bits/time.h: New file.
52663         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52664         to...
52665         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
52666         * Versions.def: Add GLIBC_2.14.
52667         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52668         Export.
52669
52670 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
52671
52672         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52673         round counter.
52674         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52675
52676 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
52677
52678         [BZ #12597]
52679         * string/test-strncmp.c (do_page_test): New function.
52680         (check2): Likewise.
52681         (test_main): Call check2.
52682         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52683
52684 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
52685
52686         [BZ #12587]
52687         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52688         Handle cache information in CPU leaf 4.
52689         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52690
52691 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
52692
52693         [BZ #12583]
52694         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52695         character representation.
52696         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52697
52698 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
52699
52700         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52701         END(__isnan) to END(__isnanf) to match function entry point/label
52702         EALIGN(__isnanf,...).
52703
52704 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
52705
52706         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52707
52708 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
52709
52710         [BZ #12510]
52711         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52712         copy from the symbol referenced in the relocation to initialize the
52713         used variable.
52714         Patch by Piotr Bury <pbury@goahead.com>.
52715         * elf/Makefile: Add rules to build and tst-unique3.
52716         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52717         * elf/tst-unique3.cc: New file.
52718         * elf/tst-unique3.h: New file.
52719         * elf/tst-unique3lib.cc: New file.
52720         * elf/tst-unique3lib2.cc: New file.
52721
52722         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52723
52724 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
52725
52726         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52727         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
52728         to _start.
52729
52730 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
52731
52732         * elf/dl-load.c (_dl_map_object): If we are looking for the first
52733         to-be-loaded object along a path to loader is ld.so.
52734
52735 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52736             Ulrich Drepper  <drepper@gmail.com>
52737
52738         * sysdeps/x86_64/memset.S: After aligning destination, code
52739         branches to different locations depending on the value of
52740         misalignment, when multiarch is enabled. Fix this.
52741
52742 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52743
52744         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52745         Set _x86_64_preferred_memory_instruction for AMD processsors.
52746         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52747         Set bit_Prefer_SSE_for_memop for AMD processors.
52748
52749 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
52750
52751         * libio/fmemopen.c (fmemopen): Optimize a bit.
52752
52753 2011-03-03  Andreas Schwab  <schwab@redhat.com>
52754
52755         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52756
52757 2011-03-03  Roland McGrath  <roland@redhat.com>
52758
52759         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52760
52761 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
52762
52763         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
52764         __bzero_ultra1 instead of __memset_ultra1.
52765
52766 2011-02-23  Andreas Schwab  <schwab@redhat.com>
52767             Ulrich Drepper  <drepper@gmail.com>
52768
52769         [BZ #12509]
52770         * include/link.h (struct link_map): Add l_orig_initfini.
52771         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52772         returning unsuccessfully.
52773         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52774         close of a file loaded at startup, restore the original l_initfini
52775         list.
52776         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52777         list, store the pointer.
52778         * elf/Makefile ($(objpfx)noload-mem): New rule.
52779         (noload-ENV): Define.
52780         (tests): Add $(objpfx)noload-mem.
52781         * elf/noload.c: Include <memcheck.h>.
52782         (main): Call mtrace.  Close all opened handles.
52783
52784 2011-02-17  Andreas Schwab  <schwab@redhat.com>
52785
52786         [BZ #12454]
52787         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52788         dependencies are missing.
52789
52790 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52791
52792         Fix __if_freereq crash: Unlike the generic version which uses free,
52793         Hurd needs munmap.
52794         * sysdeps/mach/hurd/ifreq.h: New file.
52795
52796 2011-01-27  Petr Baudis  <pasky@suse.cz>
52797             Ulrich Drepper  <drepper@gmail.com>
52798
52799         [BZ 12445]#
52800         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52801         to extend_alloca().
52802         * stdio-common/bug23.c: New file.
52803         * stdio-common/Makefile (tests): Add bug23.
52804
52805 2010-09-28  Andreas Schwab  <schwab@redhat.com>
52806             Ulrich Drepper  <drepper@gmail.com>
52807
52808         [BZ #12489]
52809         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52810         before performing relro protection.  At old place add assertion
52811         to make sure nothing changed.
52812
52813 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
52814             Glauber de Oliveira Costa  <glommer@gmail.com>
52815
52816         * elf/elf.h: Add new ARM TLS relocs.
52817
52818 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
52819
52820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52821         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52822         cast from r3.
52823         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
52824         'tests' variable.
52825         * sysdeps/wordsize-64/tst-writev.c: New file.
52826
52827 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
52828
52829         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52830         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52831         insns in _dl_start to prevent a TOC reference before relocs are
52832         resolved.
52833
52834 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
52835
52836         [BZ #12469]
52837         * Makeconfig: Remove RANLIB definition.
52838         * Makerules: Don't use RANLIB.
52839         * aclocal.m4: Remove ranlib test.
52840         * configure.in: No need to check for ranlib.
52841         * elf/rtld-Rules: Don't use RANLIB.
52842
52843 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52844
52845         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52846         protection macro.
52847         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52848         inclusion protection macro.
52849
52850         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52851         SIGRTMIN and SIGRTMAX and print information in that case only when
52852         SIGRTMIN is defined.
52853
52854 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
52855
52856         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52857         arginfo fn returning -1.
52858
52859         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52860         and thousands string is zero terminated.
52861
52862 2011-02-03  Andreas Schwab  <schwab@redhat.com>
52863
52864         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52865         sysdeps/unix/sysv/linux/bits/socket.h.
52866
52867 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52868
52869         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52870         (__CPU_COUNT): Remove old macros.
52871         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52872         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52873         (__CPU_ALLOC, __CPU_FREE): Add macros.
52874         (__sched_cpualloc, __sched_cpufree): Add declarations.
52875
52876 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
52877
52878         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52879         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52880         * nscd/aicache.c (addhstaiX): Return timeout of added value.
52881         (readdhstai): Return value of addhstaiX call.
52882         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52883         (addgrbyX): Return value returned by cache_addgr.
52884         (readdgrbyname): Return value returned by addgrbyX.
52885         (readdgrbygid): Likewise.
52886         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52887         (addpwbyX): Return value returned by cache_addpw.
52888         (readdpwbyname): Return value returned by addhstbyX.
52889         (readdpwbyuid): Likewise.
52890         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52891         (addservbyX): Return value returned by cache_addserv.
52892         (readdservbyname): Return value returned by addservbyX:
52893         (readdservbyport): Likewise.
52894         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52895         (addhstbyX): Return value returned by cache_addhst.
52896         (readdhstbyname): Return value returned by addhstbyX.
52897         (readdhstbyaddr): Likewise.
52898         (readdhstbynamev6): Likewise.
52899         (readdhstbyaddrv6): Likewise.
52900         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52901         (readdinitgroups): Return value returned by addinitgroupsX.
52902         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52903         (prune_cache): Keep track of timeout value of re-added entries.
52904         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52905         * nscd/nscd.h: Adjust prototypes of readd* functions.
52906
52907 2011-02-04  Roland McGrath  <roland@redhat.com>
52908
52909         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52910         (nis_stats): Likewise.
52911         * nis/nis_modify.c (nis_modify): Likewise.
52912         * nis/nis_remove.c (nis_remove): Likewise.
52913         * nis/nis_add.c (nis_add): Likewise.
52914
52915         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52916
52917         * posix/fnmatch_loop.c: Add some consts.
52918
52919         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52920
52921 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52922
52923         [BZ #12460]
52924         * config.make.in (config-cflags-novzeroupper): Define.
52925         * configure.in: Substitute libc_cv_cc_novzeroupper.
52926         * elf/Makefile (AVX-CFLAGS): Define.
52927         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52928         (CFLAGS-tst-auditmod4a.c): Likewise.
52929         (CFLAGS-tst-auditmod4b.c): Likewise.
52930         (CFLAGS-tst-auditmod6b.c): Likewise.
52931         (CFLAGS-tst-auditmod6c.c): Likewise.
52932         (CFLAGS-tst-auditmod7b.c): Likewise.
52933         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52934
52935 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52936
52937         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52938         function to the callback.
52939         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52940
52941 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52942
52943         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52944         of errno.
52945
52946 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52947
52948         [BZ #11724]
52949         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52950         of constructors.
52951         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52952         of destructors.
52953         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52954
52955         [BZ #11724]
52956         * elf/Makefile: Add rules to build and run new test.
52957         * elf/tst-initorder.c: New file.
52958         * elf/tst-initorder.exp: New file.
52959         * elf/tst-initordera1.c: New file.
52960         * elf/tst-initordera2.c: New file.
52961         * elf/tst-initordera3.c: New file.
52962         * elf/tst-initordera4.c: New file.
52963         * elf/tst-initorderb1.c: New file.
52964         * elf/tst-initorderb2.c: New file.
52965         * elf/tst-order-a1.c: New file.
52966         * elf/tst-order-a2.c: New file.
52967         * elf/tst-order-a3.c: New file.
52968         * elf/tst-order-a4.c: New file.
52969         * elf/tst-order-b1.c: New file.
52970         * elf/tst-order-b2.c: New file.
52971         * elf/tst-order-main.c: New file.
52972         New test case by George Gensure <werkt0@gmail.com>.
52973
52974 2010-10-01  Andreas Schwab  <schwab@redhat.com>
52975
52976         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52977         decoding ACE if AI_CANONIDN.
52978
52979 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
52980
52981         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52982
52983 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
52984
52985         * version.h (RELEASE): Bump for 2.13 release.
52986         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52987
52988         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
52989
52990         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
52991         MADV_NOHUGEPAGE.
52992         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
52993         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
52994         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
52995         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
52996         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
52997         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52998
52999         * posix/getconf.c: Update copyright year.
53000         * catgets/gencat.c: Likewise.
53001         * csu/version.c: Likewise.
53002         * debug/catchsegv.sh: Likewise.
53003         * debug/xtrace.sh: Likewise.
53004         * elf/ldconfig.c: Likewise.
53005         * elf/ldd.bash.in: Likewise.
53006         * elf/sprof.c (print_version): Likewise.
53007         * iconv/iconv_prog.c: Likewise.
53008         * iconv/iconvconfig.c: Likewise.
53009         * locale/programs/locale.c: Likewise.
53010         * locale/programs/localedef.c: Likewise.
53011         * malloc/memusage.sh: Likewise.
53012         * malloc/mtrace.pl: Likewise.
53013         * nscd/nscd.c (print_version): Likewise.
53014         * nss/getent.c: Likewise.
53015
53016         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
53017         PF_CAIF, and PF_ALG.
53018         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
53019
53020 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
53021
53022         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
53023         (modules-names): Use them.
53024         (ifunc-test-modules, ifunc-pie-tests): Define.
53025         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
53026         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
53027         (test-extras): Likewise.
53028         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
53029         $(compile-command.c).
53030         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
53031         (all-built-dso): Define.
53032         (check-textrel.out, check-execstack.out): Depend on it.
53033
53034         * configure.in: Don't override --enable-multi-arch.
53035
53036 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
53037
53038         [BZ #6812]
53039         * nscd/hstcache.c (tryagain): Define.
53040         (cache_addhst): Return tryagain not notfound for temporary errors.
53041         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
53042         failed.
53043
53044 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
53045
53046         [BZ #10563]
53047         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
53048         to make the syscall.
53049         * sysdeps/unix/sysv/linux/setgroups.c: New file.
53050
53051         [BZ #12378]
53052         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
53053         and fall back to matching as normal character if the string ends before
53054         the matching ']' is found.  This is what POSIX requires.
53055         * posix/testfnm.c: Adjust test result.
53056         * posix/globtest.sh: Adjust test result.  Add new test.
53057         * posix/tst-fnmatch.input: Likewise.
53058         * posix/tst-fnmatch2.c: Add new test.
53059
53060 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
53061
53062         * elf/Makefile (check-execstack): Revert last change.  Depend on
53063         check-execstack.h.
53064         (check-execstack.h): New target.
53065         (generated): Add check-execstack.h.
53066         * elf/check-execstack.c: Include "check-execstack.h".
53067         (main): Revert last change.
53068         (handle_file): Return zero if GNU_STACK is absent and
53069         DEFAULT_STACK_PERMS doesn't include PF_X.
53070
53071 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
53072
53073         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
53074         in child fails because the descriptor is already closed.
53075         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
53076         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
53077         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
53078
53079         [BZ #12397]
53080         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
53081         syscall.
53082
53083         [BZ #10484]
53084         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
53085         temporary buffer used to handle multi lookups locally.
53086         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
53087
53088 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
53089
53090         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
53091         loader is ld.so.
53092
53093 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
53094
53095         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
53096         alignment for SSE2.
53097
53098 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
53099
53100         [BZ #12394]
53101         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
53102         characters.  When rounding increased number of integer digits recompute
53103         number of groups.
53104         * stdio-common/tst-grouping.c: New file.
53105         * stdio-common/Makefile: Add rules to build and run tst-grouping.
53106
53107 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
53108
53109         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
53110         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
53111
53112         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
53113         void.
53114         * bits/select.h: Likewise.
53115
53116 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
53117
53118         * po/ja.po: Update from translation team.
53119
53120 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
53121
53122         [BZ #11155]
53123         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
53124         implementation just like for lxstat, fxstatat, et al.
53125
53126 2010-12-27  Jim Meyering  <meyering@redhat.com>
53127
53128         [BZ #12348]
53129         * posix/regexec.c (build_trtable): Return failure indication upon
53130         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
53131
53132 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
53133
53134         [BZ #12201]
53135         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
53136         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
53137         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
53138         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
53139
53140         [BZ #12207]
53141         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
53142
53143         [BZ #12204]
53144         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
53145         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
53146
53147 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
53148
53149         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
53150         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
53151         script has SORT_BY_INIT_PRIORITY.
53152         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
53153         NO_CTORS_DTORS_SECTIONS is defined.
53154         * elf/soinit.c: Likewise.
53155         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
53156         NO_CTORS_DTORS_SECTIONS is defined.
53157         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
53158         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
53159         * sysdeps/sh/init-first.c: Likewise.
53160         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
53161
53162 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
53163
53164         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
53165         always use the slow path.
53166
53167 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
53168
53169         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
53170         similar rule which adds the sysdep directories to the header search in
53171         order to pick up the correct platform stackinfo.h.
53172         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
53173         perform test if it is, otherwise return successfully without testing.
53174         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
53175         DEFAULT_STACK_PERMS define in stackinfo.h.
53176         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
53177         defined in stackinfo.h.
53178         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
53179         DEFAULT_STACK_PERMS defined in stackinfo.h.
53180         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
53181         * sysdeps/ia64/stackinfo.h: Likewise.
53182         * sysdeps/s390/stackinfo.h: Likewise.
53183         * sysdeps/sh/stackinfo.h: Likewise.
53184         * sysdeps/sparc/stackinfo.h: Likewise.
53185         * sysdeps/x86_64/stackinfo.h: Likewise.
53186         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
53187         PF_X for powerpc64.  Retain PF_X for powerpc32.
53188
53189 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
53190
53191         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
53192         accurately.
53193         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
53194         GETDENTS_64BIT_ALIGNED.
53195
53196 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
53197
53198         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
53199
53200 2010-12-10  Andreas Schwab  <schwab@redhat.com>
53201
53202         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
53203         _GNU_SOURCE.
53204
53205         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
53206         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
53207         Remove __restrict.
53208         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
53209         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
53210
53211 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
53212
53213         [BZ #11655]
53214         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
53215         are initialized.
53216
53217 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
53218
53219         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
53220
53221 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
53222
53223         * po/it.po: Update from translation team.
53224
53225 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
53226
53227         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
53228         unused codes.
53229
53230 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
53231
53232         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
53233
53234 2010-11-24  Andreas Schwab  <schwab@redhat.com>
53235
53236         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
53237         specially.
53238         (gaih_getanswer_slice): Likewise.
53239
53240 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
53241
53242         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
53243
53244 2010-05-31  Petr Baudis  <pasky@suse.cz>
53245
53246         [BZ #11149]
53247         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
53248         silently even in the chroot mode.
53249
53250 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
53251
53252         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
53253         last patch a bit.  Pretty printing
53254
53255 2010-05-31  Petr Baudis <pasky@suse.cz>
53256
53257         [BZ #10085]
53258         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
53259         initialization of skip_initgroups_dyn.
53260
53261 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
53262
53263         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
53264         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53265
53266 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
53267
53268         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
53269
53270 2010-11-11  Andreas Schwab  <schwab@redhat.com>
53271
53272         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
53273         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
53274         (tst-fnmatch-ENV): Set MALLOC_TRACE.
53275         ($(objpfx)tst-fnmatch-mem): New rule.
53276         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
53277         * posix/tst-fnmatch.c (main): Call mtrace.
53278
53279 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
53280
53281         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53282         Support Intel processor model 6 and model 0x2c.
53283
53284 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
53285
53286         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
53287           signed comparison.
53288
53289 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
53290
53291         [BZ #12205]
53292         * string/test-strncasecmp.c (check_result): New function.
53293         (do_one_test): Use it.
53294         (check1): New function.
53295         (test_main): Use it.
53296         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
53297         Support strcasecmp and strncasecmp.
53298
53299 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
53300
53301         [BZ #12194]
53302         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
53303         * sysdeps/x86_64/bits/byteswap.h: Likewise.
53304
53305 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
53306
53307         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
53308         IFUNC support.
53309         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53310         memset-x86-64.
53311         * sysdeps/x86_64/multiarch/bzero.S: New file.
53312         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
53313         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
53314         * sysdeps/x86_64/multiarch/memset.S: New file.
53315         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
53316         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53317         Set bit_Prefer_SSE_for_memop for Intel processors.
53318         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
53319         Define.
53320         (index_Prefer_SSE_for_memop): Define.
53321         (HAS_PREFER_SSE_FOR_MEMOP): Define.
53322
53323 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
53324
53325         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
53326         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
53327
53328 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
53329
53330         [BZ #12191]
53331         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53332         (__x86_64_raw_data_cache_size_half): Likewise.
53333         (__x86_64_raw_shared_cache_size): Likewise.
53334         (__x86_64_raw_shared_cache_size_half): Likewise.
53335
53336         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53337         (__x86_64_raw_data_cache_size_half): Likewise.
53338         (__x86_64_raw_shared_cache_size): Likewise.
53339         (__x86_64_raw_shared_cache_size_half): Likewise.
53340         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
53341         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
53342         and __x86_64_raw_shared_cache_size_half.  Round
53343         __x86_64_data_cache_size_half, __x86_64_data_cache_size
53344         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
53345         to multiple of 256 bytes.
53346
53347 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
53348
53349         [BZ #12167]
53350         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
53351         of inacessible symlinks.  Verify result of symlink before returning it.
53352         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
53353         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
53354
53355 2010-10-28  Erich Ritz  <erichritz@gmail.com>
53356
53357         * math/math.h (isinf): Fix typo in comment.
53358
53359 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
53360
53361         * po/da.po: Update from translation team.
53362
53363 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
53364
53365         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
53366         is added to the list.
53367
53368 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53369             Ulrich Drepper  <drepper@gmail.com>
53370
53371         * elf/dl-object.c (_dl_new_object): Don't append the new object to
53372         the global list here.  Move code to...
53373         (_dl_add_to_namespace_list): ...here.  New function.
53374         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
53375         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
53376         * elf/dl-load.c (lose): Don't remove the element from the list.
53377         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
53378         (_dl_map_object): Likewise.
53379
53380 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
53381
53382         [BZ #12159]
53383         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
53384         into all bytes of SSE register.
53385         Patch by Richard Li <richardpku@gmail.com>.
53386
53387 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
53388
53389         [BZ #12140]
53390         * malloc/malloc.c (_int_free): Fill correct number of bytes when
53391         perturbing.
53392
53393 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
53394
53395         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
53396         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
53397         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
53398         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
53399         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
53400         submachine.
53401         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
53402
53403 2010-10-22  Andreas Schwab  <schwab@redhat.com>
53404
53405         * include/dlfcn.h (__RTLD_SECURE): Define.
53406         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
53407         mode & __RTLD_SECURE instead.
53408         (open_path): Rename preloaded parameter to secure.
53409         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
53410         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
53411         * elf/dl-deps.c (openaux): Likewise.
53412         * elf/rtld.c (struct map_args): Remove is_preloaded.
53413         (map_doit): Don't use it.
53414         (dl_main): Likewise.
53415         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
53416         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
53417
53418 2010-09-09  Andreas Schwab  <schwab@redhat.com>
53419
53420         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
53421         (sysd-rules-targets): Remove duplicates.
53422         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
53423         rtld-%.$o dependency.
53424
53425 2010-10-18  Andreas Schwab  <schwab@redhat.com>
53426
53427         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
53428         _dl_map_object do it.
53429
53430 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
53431
53432         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
53433         fast fma builtins, define the macros in the C99 standard.
53434         (FP_FAST_FMAF): Likewise.
53435         (FP_FAST_FMAL): Likewise.
53436         * sysdeps/x86_64/bits/mathdef.h: Likewise.
53437
53438         * bits/mathdef.h: Update copyright year.
53439         * sysdeps/powerpc/bits/mathdef.h: Likewise.
53440
53441 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
53442
53443         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
53444         builtins, define the macros in the C99 standard.
53445         (FP_FAST_FMAF): Likewise.
53446         (FP_FAST_FMAL): Likewise.
53447         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
53448         multiply/add.
53449         (FP_FAST_FMAF): Likewise.
53450
53451 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
53452
53453         [BZ #3268]
53454         * math/libm-test.inc (fma_test): Some new testcases.
53455         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
53456         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
53457         y and infinite z.  Do multiplication by C already in long double.
53458         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
53459         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
53460         y and infinite z.  Do bitwise or of inexact bit into u.d.
53461         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
53462         * sysdeps/i386/fpu/s_fmaf.S: Removed.
53463         * sysdeps/i386/fpu/s_fma.S: Removed.
53464         * sysdeps/i386/fpu/s_fmal.S: Removed.
53465
53466 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
53467
53468         [BZ #3268]
53469         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
53470         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
53471         computation is not scheduled after fetestexcept.  Fix value
53472         of minimum denormal long double.
53473
53474 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
53475
53476         [BZ #3268]
53477         * math/libm-test.inc (fma_test): Add some more tests.
53478         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
53479         correctly.
53480
53481 2010-10-15  Andreas Schwab  <schwab@redhat.com>
53482
53483         * scripts/data/localplt-s390-linux-gnu.data: New file.
53484         * scripts/data/localplt-s390x-linux-gnu.data: New file.
53485
53486 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
53487
53488         [BZ #3268]
53489         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
53490         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
53491         instead of dbl-64.
53492         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
53493         inlines.
53494         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
53495         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
53496         if one of x and y is very large and the other is subnormal.
53497         * sysdeps/s390/fpu/s_fmaf.c: New file.
53498         * sysdeps/s390/fpu/s_fma.c: New file.
53499         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
53500         * sysdeps/powerpc/fpu/s_fma.S: New file.
53501         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
53502         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
53503         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
53504
53505 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
53506
53507         [BZ #3268]
53508         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
53509         fma tests.
53510         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
53511         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
53512         * sysdeps/i386/i686/multiarch/s_fma.c: Include
53513         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
53514         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
53515         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
53516         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
53517
53518 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
53519
53520         [BZ #12078]
53521         * posix/regcomp.c (parse_branch): One more memory leak plugged.
53522         * posix/bug-regex31.input: Add test case.
53523
53524 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53525
53526         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
53527         * posix/bug-regex31.input: New file.
53528
53529         [BZ #12078]
53530         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
53531         (parse_sub_exp): Fix last change, use postorder.
53532
53533         * posix/bug-regex31.c: New file.
53534         * posix/Makefile: Add rules to build and run bug-regex31.
53535
53536         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
53537
53538         [BZ #12078]
53539         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
53540
53541         [BZ #12108]
53542         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
53543         to have entries in sys_siglist.
53544
53545         [BZ #12093]
53546         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
53547         be NULL.
53548
53549 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
53550
53551         [BZ #3268]
53552         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
53553         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
53554         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
53555         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
53556         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53557         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
53558         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
53559         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
53560         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
53561         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
53562         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
53563         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
53564         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
53565         * math/ftestexcept.c (fetestexcept): Likewise.
53566         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
53567         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
53568         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
53569         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
53570         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
53571         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
53572         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
53573
53574 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53575
53576         [BZ #12107]
53577         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
53578         newline.
53579
53580 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
53581
53582         * string/bug-strstr1.c: New file.
53583         * string/Makefile: Add rules to build and run bug-strstr1.
53584
53585 2010-10-05  Eric Blake  <eblake@redhat.com>
53586
53587         [BZ #12092]
53588         * string/str-two-way.h (two_way_long_needle): Always clear memory
53589         when skipping input due to the shift table.
53590
53591 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
53592
53593         [BZ #12005]
53594         * malloc/mcheck.c: Handle large requests.
53595
53596         [BZ #12077]
53597         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
53598         for strncmp and strncasecmp.
53599         * string/stratcliff.c: Add tests for strcmp and strncmp.
53600         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
53601
53602 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
53603
53604         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
53605         __set_fpscr.
53606
53607 2010-09-30  Andreas Jaeger  <aj@suse.de>
53608
53609         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
53610         (CGROUP_SUPER_MAGIC): Define.
53611         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53612         Handle btrfs and cgroup file systems.
53613         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53614         Likewise.
53615
53616 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
53617
53618         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53619         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53620
53621 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53622
53623         [BZ #12067]
53624         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53625         trying to locate the ELF header.
53626
53627 2010-09-27  Andreas Schwab  <schwab@redhat.com>
53628
53629         [BZ #11611]
53630         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53631         Mask out sign-bit copies when constructing f_fsid.
53632
53633 2010-09-24  Petr Baudis <pasky@suse.cz>
53634
53635         * debug/stack_chk_fail_local.c: Add missing licence exception.
53636         * debug/warning-nop.c: Likewise.
53637
53638 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
53639
53640         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53641         implementing getdents64 using getdents syscall, set d_type if
53642         __ASSUME_GETDENTS32_D_TYPE.
53643
53644 2010-09-16  Andreas Schwab  <schwab@redhat.com>
53645
53646         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53647         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53648
53649 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
53650
53651         [BZ #12037]
53652         * posix/unistd.h: Undo change of feature selection for ftruncate from
53653         2010-01-11.
53654
53655 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
53656
53657         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
53658         detection.
53659
53660 2010-09-20  Andreas Schwab  <schwab@redhat.com>
53661
53662         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53663         fanotify_mark.
53664         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53665
53666 2010-09-14  Andreas Schwab  <schwab@redhat.com>
53667
53668         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53669         variables after CHECK_SP call.
53670         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53671
53672 2010-09-13  Andreas Schwab  <schwab@redhat.com>
53673             Ulrich Drepper  <drepper@redhat.com>
53674
53675         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53676         re-relocationg ld.so.
53677         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53678         _dl_init_paths call.
53679         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
53680         here anymore.
53681
53682 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
53683
53684         * resolv/res_init.c (__res_vinit): Count the default server we added.
53685
53686 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
53687             Ulrich Drepper  <drepper@redhat.com>
53688
53689         [BZ #11968]
53690         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53691         (____longjmp_chk): Use %ebx for saving value across system call.
53692         Add unwind info.
53693
53694 2010-09-06  Andreas Schwab  <schwab@redhat.com>
53695
53696         * manual/Makefile: Don't mix pattern rules with normal rules.
53697
53698 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53699
53700         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53701         operation.
53702         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53703         * libio/iofopncook.c (_IO_cookie_init): Likewise.
53704         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53705         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53706         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53707         Likewise.
53708
53709 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
53710
53711         [BZ #11979]
53712         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53713         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53714
53715 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
53716
53717         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53718         * sysdeps/x86_64/addmul_1.S: Likewise.
53719         * sysdeps/x86_64/lshift.S: Likewise.
53720         * sysdeps/x86_64/mul_1.S: Likewise.
53721         * sysdeps/x86_64/rshift.S: Likewise.
53722         * sysdeps/x86_64/sub_n.S: Likewise.
53723         * sysdeps/x86_64/submul_1.S: Likewise.
53724
53725 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53726
53727         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53728         Define __sched_param instead of SCHED_* and sched_param when
53729         <bits/sched.h> is included with __need_schedparam defined.
53730         * bits/sched.h [__need_schedparam]
53731         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
53732         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53733         (__defined_schedparam): Define to 1.
53734         (__sched_param): New structure, identical to sched_param.
53735         (__need_schedparam): Undefine.
53736
53737 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
53738
53739         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53740         (epoll_create1): Declare.
53741
53742         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53743
53744 2010-08-31  Andreas Schwab  <schwab@redhat.com>
53745
53746         [BZ #7066]
53747         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53748         shifting retval into place.
53749
53750 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
53751
53752         * nis/rpcsvc/nis.h: Update copyright notice.
53753         * nis/rpcsvc/nis.x: Likewise.
53754         * nis/rpcsvc/nis_callback.h: Likewise.
53755         * nis/rpcsvc/nis_callback.x: Likewise.
53756         * nis/rpcsvc/nis_object.x: Likewise.
53757         * nis/rpcsvc/nis_tags.h: Likewise.
53758         * nis/rpcsvc/yp.h: Likewise.
53759         * nis/rpcsvc/yp.x: Likewise.
53760         * nis/rpcsvc/ypupd.h: Likewise.
53761         * nis/yp_xdr.c: Likewise.
53762         * nis/ypupdate_xdr.c: Likewise.
53763
53764         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
53765         mainly the body of pmap_getport.  Add parameters to specify timeouts.
53766         (pmap_getport): Use __libc_rpc_getport.
53767         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53768         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53769         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53770
53771 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
53772
53773         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53774         fanotify_mark.
53775
53776 2010-08-27  Roland McGrath  <roland@redhat.com>
53777
53778         * sysdeps/i386/i686/multiarch/Makefile
53779         (CFLAGS-varshift.c): New variable.
53780
53781 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
53782
53783         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53784         * sysdeps/i386/i686/multiarch/varshift.c: New file.
53785
53786         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53787
53788         * sysdeps/x86_64/strlen.S: Minimal code improvement.
53789
53790 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
53791
53792         * sysdeps/x86_64/strlen.S: Unroll the loop.
53793         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53794         strlen-sse2 strlen-sse2-bsf.
53795         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53796         __strlen_no_bsf if bit_Slow_BSF is set.
53797         (__strlen_sse42): Removed.
53798         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53799         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53800
53801 2010-08-25  Roland McGrath  <roland@redhat.com>
53802
53803         * sysdeps/x86_64/multiarch/varshift.S: File removed.
53804         * sysdeps/x86_64/multiarch/varshift.c: New file.
53805         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53806         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53807         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53808         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53809
53810 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
53811
53812         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53813         strlen-sse2 strlen-sse2-bsf.
53814         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53815         __strlen_sse2_bsf if bit_Slow_BSF is unset.
53816         (__strlen_sse2): Removed.
53817         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53818         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53819         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53820         bit_Slow_BSF for Atom.
53821         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53822         (index_Slow_BSF): Define.
53823         (HAS_SLOW_BSF): Define.
53824
53825 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
53826
53827         [BZ #10851]
53828         * resolv/res_init.c (__res_vinit): When no server address at all
53829         is given default to loopback.
53830
53831 2010-08-24  Roland McGrath  <roland@redhat.com>
53832
53833         * configure.in: Remove config-name.h generation.
53834         * configure: Regenerated.
53835         * config-name.in: File removed.
53836         * scripts/config-uname.sh: New file.
53837         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53838         ($(objdir)config-name.h): New target.
53839
53840         * sunrpc/rpc_parse.h: Avoid nested comment.
53841
53842 2010-08-24  Richard Henderson  <rth@redhat.com>
53843             Ulrich Drepper  <drepper@redhat.com>
53844             H.J. Lu  <hongjiu.lu@intel.com>
53845
53846         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53847         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53848         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53849         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
53850         _mm_alignr_epi8 with _mm_loadu_si128.
53851         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53852         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53853         (__m128i_shift_right): Removed.
53854         * sysdeps/i386/i686/multiarch/varshift.h: New file.
53855         * sysdeps/i386/i686/multiarch/varshift.S: New file.
53856         * sysdeps/x86_64/multiarch/varshift.h: New file.
53857         * sysdeps/x86_64/multiarch/varshift.S: New file.
53858
53859 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
53860
53861         * configure.in: Move assembler checks to before sysdep dir checking.
53862
53863 2010-08-20  Petr Baudis  <pasky@suse.cz>
53864
53865         * LICENSES: Sync the sunrpc license.
53866
53867 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
53868
53869         * sunrpc/auth_des.c: Update copyright notice once again.
53870         * sunrpc/auth_none.c: Likewise.
53871         * sunrpc/auth_unix.c: Likewise.
53872         * sunrpc/authdes_prot.c: Likewise.
53873         * sunrpc/authuxprot.c: Likewise.
53874         * sunrpc/bindrsvprt.c: Likewise.
53875         * sunrpc/clnt_gen.c: Likewise.
53876         * sunrpc/clnt_perr.c: Likewise.
53877         * sunrpc/clnt_raw.c: Likewise.
53878         * sunrpc/clnt_simp.c: Likewise.
53879         * sunrpc/clnt_tcp.c: Likewise.
53880         * sunrpc/clnt_udp.c: Likewise.
53881         * sunrpc/clnt_unix.c: Likewise.
53882         * sunrpc/des_crypt.c: Likewise.
53883         * sunrpc/des_soft.c: Likewise.
53884         * sunrpc/get_myaddr.c: Likewise.
53885         * sunrpc/getrpcport.c: Likewise.
53886         * sunrpc/key_call.c: Likewise.
53887         * sunrpc/key_prot.c: Likewise.
53888         * sunrpc/openchild.c: Likewise.
53889         * sunrpc/pm_getmaps.c: Likewise.
53890         * sunrpc/pm_getport.c: Likewise.
53891         * sunrpc/pmap_clnt.c: Likewise.
53892         * sunrpc/pmap_prot.c: Likewise.
53893         * sunrpc/pmap_prot2.c: Likewise.
53894         * sunrpc/pmap_rmt.c: Likewise.
53895         * sunrpc/rpc/auth.h: Likewise.
53896         * sunrpc/rpc/auth_unix.h: Likewise.
53897         * sunrpc/rpc/clnt.h: Likewise.
53898         * sunrpc/rpc/des_crypt.h: Likewise.
53899         * sunrpc/rpc/key_prot.h: Likewise.
53900         * sunrpc/rpc/netdb.h: Likewise.
53901         * sunrpc/rpc/pmap_clnt.h: Likewise.
53902         * sunrpc/rpc/pmap_prot.h: Likewise.
53903         * sunrpc/rpc/pmap_rmt.h: Likewise.
53904         * sunrpc/rpc/rpc.h: Likewise.
53905         * sunrpc/rpc/rpc_des.h: Likewise.
53906         * sunrpc/rpc/rpc_msg.h: Likewise.
53907         * sunrpc/rpc/svc.h: Likewise.
53908         * sunrpc/rpc/svc_auth.h: Likewise.
53909         * sunrpc/rpc/types.h: Likewise.
53910         * sunrpc/rpc/xdr.h: Likewise.
53911         * sunrpc/rpc_clntout.c: Likewise.
53912         * sunrpc/rpc_cmsg.c: Likewise.
53913         * sunrpc/rpc_common.c: Likewise.
53914         * sunrpc/rpc_cout.c: Likewise.
53915         * sunrpc/rpc_dtable.c: Likewise.
53916         * sunrpc/rpc_hout.c: Likewise.
53917         * sunrpc/rpc_main.c: Likewise.
53918         * sunrpc/rpc_parse.c: Likewise.
53919         * sunrpc/rpc_parse.h: Likewise.
53920         * sunrpc/rpc_prot.c: Likewise.
53921         * sunrpc/rpc_sample.c: Likewise.
53922         * sunrpc/rpc_scan.c: Likewise.
53923         * sunrpc/rpc_scan.h: Likewise.
53924         * sunrpc/rpc_svcout.c: Likewise.
53925         * sunrpc/rpc_tblout.c: Likewise.
53926         * sunrpc/rpc_util.c: Likewise.
53927         * sunrpc/rpc_util.h: Likewise.
53928         * sunrpc/rpcinfo.c: Likewise.
53929         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53930         * sunrpc/rpcsvc/key_prot.x: Likewise.
53931         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53932         * sunrpc/rpcsvc/mount.x: Likewise.
53933         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53934         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53935         * sunrpc/rpcsvc/rex.x: Likewise.
53936         * sunrpc/rpcsvc/rstat.x: Likewise.
53937         * sunrpc/rpcsvc/rusers.x: Likewise.
53938         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53939         * sunrpc/rpcsvc/spray.x: Likewise.
53940         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53941         * sunrpc/rtime.c: Likewise.
53942         * sunrpc/svc.c: Likewise.
53943         * sunrpc/svc_auth.c: Likewise.
53944         * sunrpc/svc_authux.c: Likewise.
53945         * sunrpc/svc_raw.c: Likewise.
53946         * sunrpc/svc_run.c: Likewise.
53947         * sunrpc/svc_simple.c: Likewise.
53948         * sunrpc/svc_tcp.c: Likewise.
53949         * sunrpc/svc_udp.c: Likewise.
53950         * sunrpc/svc_unix.c: Likewise.
53951         * sunrpc/svcauth_des.c: Likewise.
53952         * sunrpc/xcrypt.c: Likewise.
53953         * sunrpc/xdr.c: Likewise.
53954         * sunrpc/xdr_array.c: Likewise.
53955         * sunrpc/xdr_float.c: Likewise.
53956         * sunrpc/xdr_mem.c: Likewise.
53957         * sunrpc/xdr_rec.c: Likewise.
53958         * sunrpc/xdr_ref.c: Likewise.
53959         * sunrpc/xdr_sizeof.c: Likewise.
53960         * sunrpc/xdr_stdio.c: Likewise.
53961
53962         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53963         handling.
53964
53965 2010-08-19  Andreas Schwab  <schwab@redhat.com>
53966
53967         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53968
53969 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
53970
53971         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53972         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53973         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53974         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53975         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53976         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53977         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53978         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53979         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53980         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53981         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53982         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53983         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53984         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53985
53986 2010-07-26  Anton Blanchard  <anton@samba.org>
53987
53988         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
53989         * malloc/arena.c (heap_trim): Likewise.
53990
53991 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
53992
53993         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
53994         here.  Not...
53995         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
53996         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
53997
53998 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
53999
54000         * sysdeps/i386/elf/Makefile: New file.
54001
54002 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
54003
54004         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
54005         from fanotify_init.
54006         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
54007         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54008
54009 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
54010
54011         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
54012         of strncasecmp_l.
54013         * sysdeps/multiarch/strcmp.S: Likewise.
54014
54015 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
54016
54017         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54018         strncase_l-nonascii.
54019         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54020         Add strncase_l-ssse3.
54021         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
54022         * sysdeps/x86_64/strcmp.S: Likewise.
54023         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
54024         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
54025         * sysdeps/x86_64/strncase.S: New file.
54026         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
54027         * sysdeps/x86_64/strncase_l.S: New file.
54028         * string/Makefile (strop-tests): Add strncasecmp.
54029         * string/test-strncasecmp.c: New file.
54030
54031         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
54032         warning.
54033
54034         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
54035         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
54036
54037 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
54038
54039         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
54040
54041 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
54042
54043         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
54044         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
54045         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
54046
54047 2010-05-01  Alan Modra  <amodra@gmail.com>
54048
54049         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
54050         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
54051         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
54052         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
54053         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
54054         tidying.  Don't tail-call __sigjmp_save for static lib.
54055         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
54056         save location.
54057         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
54058         (CALL_MCOUNT): Add eh info, and nop after bl.
54059         (TAIL_CALL_SYSCALL_ERROR): New macro.
54060         (PSEUDO_RET): Use it.
54061         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
54062         Correct save location of integer regs and cr.
54063         (_dl_profile_resolve): Correct cr save location.  Delete nops
54064         after bl when SHARED.  Reduce cfi size a little by better
54065         placement of cfi directives.
54066         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
54067         make a stack frame.  Instead use parm save area as a temp.
54068         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
54069         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
54070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
54071         Don't make a stack frame for parent, use parm save area.
54072         Increase child stack frame to 112 bytes.  Don't save unused reg,
54073         and adjust reg usage.  Set up cfi on error recovery and
54074         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
54075         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
54076         (__makecontext): Add dummy nop after jump to exit.
54077         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
54078         Use correct parm save area and cr save, reduce stack frame.
54079         Correct cfi for possible PSEUDO_RET frame setup.
54080         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
54081         Branch to local label emitted by PSEUDO_RET rather than
54082         __syscall_error.
54083
54084 2010-08-12  Andreas Schwab  <schwab@redhat.com>
54085
54086         [BZ #11904]
54087         * locale/programs/locale.c (print_assignment): New function.
54088         (show_locale_vars): Use it.
54089
54090 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
54091
54092         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
54093         field.
54094         (struct statfs64): Likewise.
54095         (_STATFS_F_FLAGS): Define.
54096         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
54097         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54098         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
54099         (ST_VALID): Define locally.
54100         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
54101         __statvfs_getflags, use the provided value.
54102         * sysdeps/unix/sysv/linux/kernel-features.h: Define
54103         __ASSUME_STATFS_F_FLAGS.
54104
54105         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
54106
54107         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
54108         Add sys/fanotify.h.
54109         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
54110         fanotify_mask for GLIBC_2.13.
54111         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
54112         fanotify_init and fanotify_mark.
54113         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54114         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
54115
54116         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
54117         Add prlimit.
54118         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
54119         prlimit64 for GLIBC_2.13.
54120         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
54121         prlimit64.
54122         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
54123         syscall.
54124         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
54125         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
54126         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
54127         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
54128         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
54129         add prlimit alias.
54130         * sysdeps/unix/sysv/linux/prlimit.c: New file.
54131
54132         [BZ #11903]
54133         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
54134         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
54135
54136         * nss/Makefile: Add rules to build and run tst-nss-test1.
54137         * shlib-versions: Add entry for libnss_test1.
54138         * nss/nss_test1.c: New file.
54139         * nss/tst-nss-test1.c: New file.
54140
54141         * nss/nsswitch.c (__nss_database_custom): Define new variable.
54142         (__nss_configure_lookup): Set appropriate entry in
54143         __nss_configure_lookup to true.
54144         * nss/nsswitch.h: Define enum with indeces of databases in
54145         databases and __nss_database_custom arrays.  Declare
54146         __nss_database_custom.
54147         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
54148         to avoid using nscd when custom rules are installed.
54149         * nss/getXXbyYY_r.c: Likewise.
54150         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
54151
54152         * nss/nss_files/files-parse.c: Whitespace fixes.
54153
54154 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
54155
54156         [BZ #11883]
54157         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
54158         * posix/fnmatch_loop.c: Likewise.
54159
54160 2010-07-17  Andi Kleen  <ak@linux.intel.com>
54161
54162         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
54163         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
54164         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
54165         * Versions.def [GLIBC_2.13]: Add.
54166
54167 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
54168
54169         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54170         Also fail if tpwd after pwuid call is NULL.
54171
54172 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54173
54174         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
54175         when converting to ms.
54176
54177 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54178
54179         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
54180         EOPNOTSUPP errors with ENOTTY.
54181         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
54182         EOPNOTSUPP errors with ENOTTY.
54183
54184 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
54185
54186         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54187         Add strcasecmp_l-ssse3.
54188         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
54189         strcasecmp.
54190         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
54191         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
54192         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
54193
54194 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
54195
54196         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
54197
54198         * string/Makefile (strop-tests): Add strcasecmp.
54199         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54200         strcasecmp_l-nonascii.
54201         (gen-as-const-headers): Add locale-defines.sym.
54202         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
54203         * sysdeps/x86_64/strcasecmp.S: New file.
54204         * sysdeps/x86_64/strcasecmp_l.S: New file.
54205         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
54206         * sysdeps/x86_64/locale-defines.sym: New file.
54207         * string/test-strcasecmp.c: New file.
54208
54209         * string/test-strcasestr.c: Test both ends of the range of characters.
54210         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
54211
54212 2010-07-29  Roland McGrath  <roland@redhat.com>
54213
54214         [BZ #11856]
54215         * manual/locale.texi (Yes-or-No Questions): Fix example code.
54216
54217 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
54218
54219         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
54220         for ld.so.
54221
54222 2010-07-27  Andreas Schwab  <schwab@redhat.com>
54223
54224         * manual/memory.texi (Malloc Tunable Parameters): Document
54225         M_PERTURB.
54226
54227 2010-07-26  Roland McGrath  <roland@redhat.com>
54228
54229         [BZ #11840]
54230         * configure.in (-fgnu89-inline check): Set and substitute
54231         gnu89_inline, not libc_cv_gnu89_inline.
54232         * configure: Regenerated.
54233         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
54234
54235 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
54236
54237         * string/test-strnlen.c: New file.
54238         * string/Makefile (strop-tests): Add strnlen.
54239         * string/tester.c (test_strnlen): Add a few more test cases.
54240         * string/tst-strlen.c: Better error reporting.
54241
54242         * sysdeps/x86_64/strnlen.S: New file.
54243
54244 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
54245
54246         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
54247         lower-latency instructions.
54248
54249 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
54250
54251         * string/test-strcasestr.c: New file.
54252         * string/test-strstr.c: New file.
54253         * string/Makefile (strop-tests): Add strstr and strcasestr.
54254         * string/str-two-way.h: Don't undefine MAX.
54255         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
54256
54257 2010-07-21  Andreas Schwab  <schwab@redhat.com>
54258
54259         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54260         strcasestr-nonascii.
54261         (CFLAGS-strcasestr-nonascii.c): Define.
54262         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
54263         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
54264         Remove unused attribute.
54265
54266 2010-07-20  Roland McGrath  <roland@redhat.com>
54267
54268         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
54269         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
54270         ld.so.cache was broken.  With it, there is no way to disable dsocaps
54271         like LD_HWCAP_MASK can disable hwcaps.
54272
54273 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54274
54275         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
54276
54277 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
54278
54279         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
54280         call in strcasestr.
54281         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
54282         __strcasestr_sse42_nonascii.
54283         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
54284         strcasestr-nonascii.c.
54285         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
54286
54287 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
54288
54289         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
54290         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
54291         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
54292         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
54293
54294 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
54295
54296         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
54297         fcntl.
54298
54299 2010-07-06  Andreas Schwab  <schwab@redhat.com>
54300
54301         [BZ #11577]
54302         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
54303         dl_signal_cerror.
54304
54305 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
54306
54307         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
54308         _PC_PIPE_BUF using F_GETPIPE_SZ.
54309
54310 2010-07-05  Roland McGrath  <roland@redhat.com>
54311
54312         * manual/arith.texi (Rounding Functions): Fix rint description
54313         implicit in round description.
54314
54315 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
54316
54317         * elf/Makefile: Fix linking for a few tests to make recent linker
54318         happy.
54319
54320 2010-06-30  Andreas Schwab  <schwab@redhat.com>
54321
54322         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54323         $(common-objpfx)libc_nonshared.a.
54324
54325 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
54326
54327         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
54328         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
54329         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54330         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54331         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
54332         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
54333         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54334         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54335         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
54336         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
54337         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
54338         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54339         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
54340         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54341         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
54342         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
54343         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
54344         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
54345         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54346         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
54347         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54348         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
54349         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
54350         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
54351         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
54352         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
54353         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
54354         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
54355         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
54356         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
54357         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
54358         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
54359         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
54360         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
54361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
54362         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
54363         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
54364         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
54365         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
54366         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
54367         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
54368         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
54369         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
54370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
54371         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
54372         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
54373         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
54374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
54375
54376 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
54377
54378         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
54379         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
54380         * string/memmove.c (memmove): Renamed to ...
54381         (MEMMOVE): ...this.  Default to memmove.
54382         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
54383         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
54384         (END_CHK): Define.
54385         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54386         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
54387         mempcpy-ssse3-back memmove-ssse3-back.
54388         * sysdeps/x86_64/multiarch/bcopy.S: New file .
54389         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
54390         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
54391         * sysdeps/x86_64/multiarch/memcpy.S: New file.
54392         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
54393         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
54394         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
54395         * sysdeps/x86_64/multiarch/memmove.c: New file.
54396         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
54397         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
54398         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
54399         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
54400         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
54401         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
54402         Define.
54403         (index_Fast_Copy_Backward): Define.
54404         (HAS_ARCH_FEATURE): Define.
54405         (HAS_FAST_REP_STRING): Define.
54406         (HAS_FAST_COPY_BACKWARD): Define.
54407
54408 2010-06-21  Andreas Schwab  <schwab@redhat.com>
54409
54410         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54411         Restore proper fallback handling.
54412
54413 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
54414
54415         [BZ #11701]
54416         * posix/group_member.c (__group_member): Correct checking loop.
54417
54418         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
54419         OOM in getpwuid_r correctly.  Return error number when the caller
54420         should return, otherwise -1.
54421         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
54422         call returning > 0 value.
54423         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
54424
54425 2010-06-07  Andreas Schwab  <schwab@redhat.com>
54426
54427         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
54428         libc_nonshared.a from targets in modules-names.
54429
54430 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
54431
54432         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
54433         requires it.
54434
54435 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
54436
54437         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
54438         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
54439         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
54440         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
54441
54442 2010-06-02  Andreas Schwab  <schwab@redhat.com>
54443
54444         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
54445
54446 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
54447
54448         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
54449         and F_GETPIPE_SZ.
54450         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54451         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54452         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54453         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54454         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54455         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
54456
54457 2010-06-14  Roland McGrath  <roland@redhat.com>
54458
54459         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
54460
54461 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
54462
54463         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
54464         __REDIRECT followed by __THROW.
54465         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
54466         * posix/getopt.h (getopt): Likewise.
54467
54468 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54469
54470         * hurd/lookup-at.c (__file_name_lookup_at): Accept
54471         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
54472         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
54473         in AT_FLAGS.
54474         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
54475         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
54476
54477 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
54478
54479         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
54480
54481 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
54482
54483         [BZ #11640]
54484         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54485         Properly check family and model.
54486
54487 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
54488
54489         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
54490
54491 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
54492
54493         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
54494
54495 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
54496
54497         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
54498         symbol reference.
54499
54500 2010-05-19  Andreas Schwab  <schwab@redhat.com>
54501
54502         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
54503         symbol reference.
54504
54505 2010-05-21  Andreas Schwab  <schwab@redhat.com>
54506
54507         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
54508         and internal_recvmmsg.
54509         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
54510         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
54511         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
54512         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
54513
54514         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
54515         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
54516         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
54517
54518 2010-05-20  Andreas Schwab  <schwab@redhat.com>
54519
54520         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
54521
54522 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
54523
54524         POWER7 optimizations.
54525         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
54526         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
54527
54528 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
54529
54530         * version.h: Update for 2.13 development version.
54531
54532 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
54533
54534         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
54535         exceptions.  Return 0.
54536
54537 2010-05-07  Roland McGrath  <roland@redhat.com>
54538
54539         * elf/ldconfig.c (main): Add a const.
54540
54541 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
54542
54543         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
54544         (args_options): Add no-idn option.
54545         (ahosts_keys_int): Add idn_flags to ai_flags.
54546         (parse_option): Handle 'i' option to clear idn_flags.
54547
54548         * malloc/malloc.c (_int_free): Possible race in the most recently
54549         added check.  Only act on the data if no current modification
54550         happened.
54551
54552 See ChangeLog.17 for earlier changes.